@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Arimo:400,700");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap");
meta.foundation-version {
  font-family: "/5.5.3/"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "Stratum2";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/StratumNo2-Bold.woff2") format("woff2"), url("../fonts/StratumNo2-Bold.woff") format("woff"); }

@font-face {
  font-family: "Abolition";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Abolition-Regular.woff2") format("woff2"), url("../fonts/Abolition-Regular.woff") format("woff"); }

@font-face {
  font-family: "Thirsty Rough Lt Two";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ThirstyRoughLtTwo.woff2") format("woff2"), url("../fonts/ThirstyRoughLtTwo.woff") format("woff"); }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

/*! 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: #323232;
  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: 12px; }
  @media (min-width: 551px) {
    html {
      font-size: 12px; } }
  @media (min-width: 801px) {
    html {
      font-size: 12px; } }
  @media (min-width: 1261px) {
    html {
      font-size: 12px; } }

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

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

p {
  margin-bottom: 1.5rem; }

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

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

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

.icon {
  height: 1.33333rem;
  width: 1.33333rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #323232;
    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.41667rem;
  margin-left: -1.83333rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.83333rem; }
    .inlineList > li > * {
      display: block; }

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


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

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

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

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

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

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

These are all the button

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

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

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

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

*/
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Arimo", 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: #5d6673;
  color: white;
  font-size: 1rem;
  padding: 0.91667rem 2.25rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: transparent;
    border-color: #5d6673;
    color: #323232; }
  .button:active {
    background-color: transparent;
    border: 1px solid #5d6673;
    color: black; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.75rem; } }

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

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

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

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

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

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

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

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

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

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

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

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

.button--tiny { }

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

We provide a couple of component styles to layout forms.

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

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

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

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

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

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio1">
    <label class="form-label" for="radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio2">
    <label class="form-label" for="radio2">Radio 2 label</label>
</div>
```
*/
.form-checkbox,
.form-radio {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .form-checkbox + .form-label,
  .form-radio + .form-label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.41667rem;
    padding-left: 1.91667rem;
    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 #cccccc;
      border-width: 1px;
      height: 1.33333rem;
      left: 0;
      top: 0;
      width: 1.33333rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 1.16667rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 1.16667rem; }

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

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

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

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

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

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

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

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

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

PrefixPostfix

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

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

### PrefixPostfix with a button

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

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

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

.form-prefixPostfix-label {
  background-color: white;
  border: solid #999999;
  border-width: 1px;
  flex: 1;
  font-weight: 300;
  height: 3rem;
  line-height: normal;
  max-width: 7.5rem;
  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: #F7D417;
    box-shadow: 0 0 4px rgba(247, 212, 23, 0.4); }

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

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

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

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

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

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

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

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

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

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

### Form Actions --fixed

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

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

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

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

Form inline errors

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tab-title {
  color: #757575;
  display: block;
  font-size: 15px;
  padding: 0.75rem 1.5rem; }
  .tab-title:hover {
    color: #323232; }

.tab.is-active .tab-title {
  color: #323232;
  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.75rem; }

/*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: #5874b0;
  font-size: 15px;
  padding: 0.16667rem 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

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

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

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

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

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-figcaption-button {
  background-color: rgba(154, 27, 31, 0.9);
  color: white; }
  .card-figcaption-button:hover {
    background-color: #9a1b1f;
    color: white; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-next,
.slick-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid white;
  height: 5.08333rem;
  margin-top: -1.25rem;
  padding: 0.83333rem;
  width: 3.33333rem;
  z-index: 1; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 3.41667rem;
    width: 1.66667rem; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.9);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

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

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

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

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

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

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

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

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

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

.carousel-tooltip {
  display: none;
  height: 1px;
  margin-top: 10px;
  position: relative; }
  @media (min-width: 551px) {
    .carousel-tooltip {
      display: block; } }
  .carousel-tooltip::after {
    padding: 15px 10px;
    top: 10px; }
  .slick-prev:focus .carousel-tooltip::before, .slick-prev:focus .carousel-tooltip::after,
  .slick-next:focus .carousel-tooltip::before,
  .slick-next:focus .carousel-tooltip::after,
  .slick-dots button:focus .carousel-tooltip::before,
  .slick-dots button:focus .carousel-tooltip::after {
    display: block; }
  .slick-prev .carousel-tooltip::before,
  .slick-next .carousel-tooltip::before {
    top: -7px; }
  .slick-prev .carousel-tooltip::before {
    right: -2px; }
  .slick-prev .carousel-tooltip::after {
    left: -5px;
    right: auto; }
  .slick-next .carousel-tooltip::after {
    right: -5px; }
  .slick-dots button .carousel-tooltip {
    margin-top: 25px; }
    .slick-dots button .carousel-tooltip::before, .slick-dots button .carousel-tooltip::after {
      right: 50%;
      transform: translateX(50%); }
    .slick-dots button .carousel-tooltip::before {
      top: -7px; }

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

html,
body {
  height: auto; }

body {
  /*padding-top: $header-height; // 2
        @include breakpoint("medium") {
            padding-top: 0;
        }*/ }

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

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

html * {
  outline: 0 !important; }

body {
  padding: 0;
  line-height: 20px;
  position: relative;
  overflow-x: hidden;
  font-size: 1rem;
  color: #323232;
  font-weight: 400;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  -wenkit-font-smoothing: subpixel-antialiased; }
  body.themevale_open-Cart, body.themevale_open-Search, body.themevale_open-Sidebar, body.themevale_open-Account, body.has-activeNavPages, body.has-newsletter, body.leonard_open-Locator {
    overflow: hidden; }
  body.themevale_open-Search .header {
    z-index: 22; }
  body.themevale_open-Search #themevale_top-promotion {
    z-index: 22; }

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: 700;
  margin-top: 2.25rem;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  color: #1c1c1c; }

h5,
h6 {
  text-transform: uppercase; }

a {
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease; }
  a:hover, a:focus, a:active {
    outline: none;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -o-tap-highlight-color: transparent;
    tap-highlight-color: transparent; }

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

.page-heading {
  font-size: 18px;
  text-transform: capitalize;
  margin: 0 0 30px;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  color: #1c1c1c;
  font-weight: 700; }
  @media (min-width: 551px) {
    .page-heading {
      font-size: 22px;
      margin: 0 0 3rem; }
      .page-full-width .page-heading {
        font-size: 20px; } }
  .page-heading > a {
    color: inherit; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

.definitionList:after {
  clear: both; }

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

.definitionList-value {
  margin: 0; }

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

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.clearfix::after {
  content: "";
  clear: both;
  display: table; }

input:active, input:focus, select:active, select:focus {
  outline: none; }

.form-field input:-webkit-autofill,
.form-field textarea:-webkit-autofill,
.form-field select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset; }

.form-select {
  height: auto;
  color: #323232;
  border-radius: 3px;
  line-height: 38px;
  padding: 0 31px 0 15px;
  min-height: 40px;
  border: 1px solid #e2e4e8;
  background-color: #ffffff;
  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(127, 127, 127, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.58333rem top 0.66667rem;
  border-radius: 4px;
  /*padding: $select-padding;*/
  background-size: 1.83333rem; }
  .form-select option {
    line-height: 38px;
    padding: 0px 15px;
    min-height: 40px; }

.form-input {
  height: auto;
  border-radius: 3px;
  line-height: 18px;
  padding: 10px 15px;
  min-height: 40px;
  border: 1px solid #e2e4e8;
  background-color: #ffffff; }
  .form-input::-webkit-input-placeholder {
    color: #787878;
    left: 0;
    opacity: 1;
    visibility: visible;
    position: relative;
    transition: all 0.3s ease; }
  .form-input::-moz-placeholder {
    color: #787878;
    left: 0;
    opacity: 1;
    visibility: visible;
    position: relative;
    transition: all 0.3s ease; }
  .form-input:-ms-input-placeholder {
    color: #787878;
    left: 0;
    opacity: 1;
    visibility: visible;
    position: relative;
    transition: all 0.3s ease; }
  .form-input:-moz-placeholder {
    color: #787878;
    left: 0;
    opacity: 1;
    visibility: visible;
    position: relative;
    transition: all 0.3s ease; }
  .form-input:focus::-webkit-input-placeholder {
    left: 5%;
    opacity: 0;
    visibility: hidden; }
  .form-input:focus::-moz-placeholder {
    left: 5%;
    opacity: 0;
    visibility: hidden; }
  .form-input:focus:-ms-input-placeholder {
    left: 5%;
    opacity: 0;
    visibility: hidden; }
  .form-input:focus:-moz-placeholder {
    left: 5%;
    opacity: 0;
    visibility: hidden; }

textarea {
  resize: none; }

.form-label {
  font-size: 12px;
  margin-bottom: 8px;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #1c1c1c; }
  .form-label small {
    color: #8c8c8c;
    font-size: 11px;
    font-weight: 400;
    text-transform: capitalize;
    float: right;
    margin-top: 1px; }

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

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

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

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

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

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

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

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

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

.form-wishlist .dropdown-menu.is-open {
  background: #ffffff;
  left: auto !important;
  top: auto !important;
  max-width: none !important;
  width: 100% !important;
  position: absolute;
  padding: 0;
  margin-top: 10px;
  border-radius: 3px; }
  .form-wishlist .dropdown-menu.is-open:before {
    left: auto;
    right: 22px; }
  .form-wishlist .dropdown-menu.is-open:after {
    left: auto;
    right: 24px; }
  .form-wishlist .dropdown-menu.is-open:focus {
    outline: none; }
  .form-wishlist .dropdown-menu.is-open > li + li {
    border-top: 1px solid #eaeaea; }
  .form-wishlist .dropdown-menu.is-open [data-wishlist] {
    border-top: none;
    margin-bottom: 0px;
    width: 100%; }
  .form-wishlist .dropdown-menu.is-open .button {
    border: none;
    padding: 10px 10px;
    color: #323232;
    background-color: transparent;
    text-transform: capitalize;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 100%; }
  .form-wishlist .dropdown-menu.is-open .button--has-items {
    font-weight: 700; }
  .form-wishlist .dropdown-menu.is-open li:not(:last-child) .button {
    border-bottom: 0;
    border-radius: 0;
    border-top: 0;
    margin-bottom: 0; }

.modal {
  top: calc(50% + 100px) !important;
  left: 50%;
  padding: 0;
  right: auto;
  outline: none;
  margin: 0 auto;
  max-width: 95%;
  max-height: 90%;
  overflow: hidden;
  min-height: 240px;
  border-radius: 3px;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease, width 0s ease; }
  .modal.open {
    top: 50% !important; }
  @media (min-width: 1025px) {
    .modal {
      overflow: visible; }
      .modal .modal-close {
        right: -16px;
        top: -16px;
        transform: none; } }

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

.modal-header {
  border-radius: 3px 3px 0 0;
  border-color: #f7f7f7;
  background-color: #f7f7f7;
  padding-left: 2.25rem;
  padding-right: 3.41667rem; }
  .modal-header .modal-close {
    top: 50%;
    transform: translateY(-50%); }
  @media (min-width: 1025px) {
    .modal-header .modal-close {
      right: -16px;
      top: -16px;
      transform: none; } }

.modal-header-title {
  text-align: center;
  font-size: 1rem;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  color: #1c1c1c;
  text-transform: capitalize; }
  @media (min-width: 801px) {
    .modal-header-title {
      text-transform: uppercase; } }

.modal-close {
  height: 2.66667rem;
  width: 2.66667rem;
  padding: 0;
  color: #000000;
  font-size: 26px;
  font-weight: 300;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50;
  background-color: transparent;
  line-height: 30px;
  top: 5px;
  height: 2.5rem;
  width: 2.5rem; }
  .modal-close > span {
    display: block;
    width: 100%;
    height: 100%; }
  .modal-close:hover, .modal-close:focus {
    color: #ffffff; }
  @media (min-width: 1261px) {
    .modal-close {
      font-size: 32px;
      line-height: 32px;
      height: 2.66667rem;
      width: 2.66667rem;
      color: #ffffff;
      background-color: #000000;
      border-radius: 3px; }
      .modal-close:hover, .modal-close:focus {
        color: #ffffff; } }

.modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 20px 15px; }
  @media (min-width: 551px) {
    .modal-body {
      padding: 30px; } }
  @media (min-width: 801px) {
    .modal-body {
      padding: 40px 50px 50px; } }
  .modal--small .modal-body {
    padding: 20px 15px; }

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

@media (min-width: 1025px) {
  #modal-review-form {
    overflow: visible; } }

#ask-an-expert .modal-header .modal-header-title {
  font-size: 1rem; }

#ask-an-expert .modal-body {
  padding-top: 20px;
  padding-bottom: 20px; }

#ask-an-expert .form-field-radio .form-radio + .form-label {
  margin-bottom: 8px; }

#ask-an-expert .form-inner {
  margin: 0 auto;
  max-width: 500px; }
  #ask-an-expert .form-inner .form {
    margin-bottom: 0; }
  #ask-an-expert .form-inner .question,
  #ask-an-expert .form-inner .description {
    line-height: 22px;
    text-align: center;
    margin-bottom: 20px; }
  #ask-an-expert .form-inner .description {
    font-style: italic; }
    #ask-an-expert .form-inner .description br {
      display: none; }
    #ask-an-expert .form-inner .description + .question {
      padding-top: 20px;
      border-top: 1px solid #eeeeee; }
  #ask-an-expert .form-inner .question {
    font-weight: 700; }

#ask-an-expert .form-actions .button {
  width: 100%;
  color: #ffffff;
  margin-bottom: 0;
  border-color: #4563b3;
  background-color: #4563b3; }
  @media (min-width: 1025px) {
    #ask-an-expert .form-actions .button:hover, #ask-an-expert .form-actions .button:active, #ask-an-expert .form-actions .button:focus {
      color: #4563b3;
      border-color: #4563b3;
      background-color: #ffffff; } }

@media (min-width: 551px) {
  #ask-an-expert .modal-header {
    padding-top: 17px;
    padding-bottom: 17px; }
    #ask-an-expert .modal-header .modal-header-title {
      font-size: 18px; }
  #ask-an-expert .modal-body {
    padding-top: 30px;
    padding-bottom: 70px; }
  #ask-an-expert .form-field-radio .form-label {
    width: auto;
    display: inline-block;
    margin-right: 30px; }
  #ask-an-expert .form-field-radio .form-label-custom {
    display: block;
    margin-right: 0;
    margin-bottom: 15px; } }

@media (min-width: 801px) {
  #ask-an-expert {
    right: auto;
    width: 768px; }
    #ask-an-expert .form-inner .description br {
      display: block; } }

#instruction-popup,
#warranty-popup {
  width: 100%; }
  @media (min-width: 801px) {
    #instruction-popup,
    #warranty-popup {
      width: auto;
      min-width: 60%; } }
  @media (min-width: 1025px) {
    #instruction-popup,
    #warranty-popup {
      min-width: 30%; } }

#previewModal {
  width: 860px; }
  @media (min-width: 993px) {
    #previewModal .modal-body {
      padding: 35px 50px 50px 50px; } }

#video-gallery-pc-popup .modal-header-title {
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  text-transform: none; }
  #video-gallery-pc-popup .modal-header-title strong {
    font-weight: 700;
    margin-right: 10px;
    text-transform: uppercase; }

.themevale_popup-video {
  background-color: transparent; }
  .themevale_popup-video .modal-body {
    padding: 0;
    overflow: initial; }

.breadcrumbs {
  z-index: 5;
  display: none;
  font-size: 0;
  line-height: 1;
  text-align: left;
  margin: 0;
  position: relative; }

.breadcrumb {
  float: none;
  font-size: 1rem;
  line-height: 1;
  padding: 5px 0;
  vertical-align: top;
  display: inline-block; }
  .breadcrumb a {
    color: #323232;
    text-transform: capitalize; }
    .breadcrumb a:hover {
      color: #323232; }
  .breadcrumb:before {
    content: ">";
    font-family: "Poppins", Arial, Helvetica, sans-serif; }
  .breadcrumb:first-child:before {
    content: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #323232;
    cursor: text; }

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

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

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

.pagination {
  display: block;
  margin-top: 30px; }
  .pagination .pagination-list {
    margin-bottom: 0;
    display: block; }
  .pagination .pagination-info {
    color: #8c8c8c;
    display: none;
    text-align: center;
    margin-bottom: 20px; }
  @media (min-width: 551px) {
    .pagination {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .pagination .pagination-info {
        text-align: left;
        display: inline-block;
        margin-bottom: 0; }
      .pagination .pagination-list {
        display: inline-block; } }

.pagination-list {
  font-size: 0;
  margin-bottom: 1.5rem;
  text-align: center;
  position: relative;
  display: inline-block; }
  .pagination-list:before, .pagination-list:after {
    content: " ";
    display: table; }
  .pagination-list:after {
    clear: both; }
  .pagination-list .pagination-item {
    font-size: 13px;
    display: inline-block;
    vertical-align: middle; }
  .pagination-list li {
    margin-left: 10px; }

.pagination-item {
  border: none;
  line-height: 1;
  vertical-align: top;
  border-radius: 3px; }
  .pagination-item svg {
    fill: #323232;
    stroke: #323232; }
  .pagination-item .pagination-link {
    padding: 12px 0 11px 0;
    font-size: 12px;
    font-weight: 400;
    color: #323232;
    min-width: 36px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    background-color: transparent; }
    .pagination-item .pagination-link:hover {
      color: #323232;
      background-color: #f7f7f7;
      border: 1px solid #f7f7f7; }
  .pagination-item.pagination-item--current .pagination-link {
    color: #323232;
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
    border-radius: 3px; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    font-weight: 700;
    border-radius: 3px;
    padding: 12px 15px 11px 15px;
    border: 1px solid #eaeaea;
    background-color: transparent;
    text-transform: uppercase; }
  @media (min-width: 551px) {
    .pagination-item .pagination-link {
      font-size: 13px;
      padding: 13px 0 12px 0; }
    .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
      padding: 14px 20px 12px 20px; } }

.pagination-item--previous .icon,
.pagination-item--next .icon {
  top: -2px;
  position: relative;
  height: 0.83333rem;
  width: 0.83333rem; }

.pagination-item--previous .icon {
  margin-right: 5px; }

.pagination-item--next .icon {
  margin-left: 5px; }

.pagination-list--small {
  position: relative;
  /*.pagination-item--previous,
    .pagination-item--next {
        position: absolute;
        top: 0;
    }

    .pagination-item--previous {
        left: 0;
    }

    .pagination-item--next {
        right: 0;
    }*/ }
  .pagination-list--small .pagination-item {
    font-size: 12px;
    color: #757575;
    cursor: inherit;
    line-height: 1.5; }
  .pagination-list--small .pagination-link {
    padding: 0 0.41667rem; }

.button {
  line-height: 1;
  font-size: 12px;
  text-align: center;
  border-radius: 3px;
  position: relative;
  padding: 12px 10px;
  margin-bottom: 0;
  text-transform: uppercase;
  transition: all 0.3s ease;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: white;
  border: 1px solid #5d6673;
  background-color: #5d6673; }
  .button .icon, .button span {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin: 0; }
  .button .icon + span,
  .button span + .icon {
    margin-left: 6px; }
  .button .icon-down {
    height: 1rem;
    width: 1rem; }
  .button svg {
    fill: white; }
  .button + .button {
    margin-left: 0; }
  @media (min-width: 551px) {
    .button {
      font-size: 13px;
      padding: 13px 15px 12px 15px; } }
  @media (min-width: 801px) {
    .button {
      padding: 13px 35px 12px 35px; }
      .button + .button {
        margin-left: 0.75rem; } }
  .button:hover, .button:focus, .button:active {
    color: white;
    border: 1px solid #5d6673;
    background-color: #5d6673; }
    .button:hover svg, .button:focus svg, .button:active svg {
      fill: white; }
  @media (min-width: 1025px) {
    .button:hover, .button:focus, .button:active {
      color: #323232;
      border: 1px solid #5d6673;
      background-color: white; }
      .button:hover svg, .button:focus svg, .button:active svg {
        fill: #323232; } }

.button--primary {
  color: black;
  border: 1px solid #f7d417;
  background-color: #f7d417; }
  .button--primary svg {
    fill: black; }
  .button--primary:hover, .button--primary:focus, .button--primary:active {
    color: black;
    border: 1px solid #f7d417;
    background-color: #f7d417; }
    .button--primary:hover svg, .button--primary:focus svg, .button--primary:active svg {
      fill: black; }
  @media (min-width: 1025px) {
    .button--primary:hover, .button--primary:focus, .button--primary:active {
      color: white;
      border: 1px solid #9a1b1f;
      background-color: #9a1b1f; }
      .button--primary:hover svg, .button--primary:focus svg, .button--primary:active svg {
        fill: white; } }

.button--transparent {
  color: #323232;
  border: 1px solid #7f7f7f;
  background-color: rgba(0, 0, 255, 0); }
  .button--transparent svg {
    fill: #323232; }
  .button--transparent:hover, .button--transparent:focus, .button--transparent:active {
    color: #323232;
    border: 1px solid #7f7f7f;
    background-color: rgba(0, 0, 255, 0); }
    .button--transparent:hover svg, .button--transparent:focus svg, .button--transparent:active svg {
      fill: #323232; }
  @media (min-width: 1025px) {
    .button--transparent:hover, .button--transparent:focus, .button--transparent:active {
      color: white;
      border: 1px solid #7f7f7f;
      background-color: #7f7f7f; }
      .button--transparent:hover svg, .button--transparent:focus svg, .button--transparent:active svg {
        fill: white; } }

.button--white {
  color: #323232;
  border: 1px solid #ffffff;
  background-color: #ffffff; }
  .button--white svg {
    fill: #323232; }
  .button--white:hover, .button--white:focus, .button--white:active {
    color: #323232;
    border: 1px solid #ffffff;
    background-color: #ffffff; }
    .button--white:hover svg, .button--white:focus svg, .button--white:active svg {
      fill: #323232; }
  @media (min-width: 1025px) {
    .button--white:hover, .button--white:focus, .button--white:active {
      color: #ffffff;
      border: 1px solid #323232;
      background-color: #323232; }
      .button--white:hover svg, .button--white:focus svg, .button--white:active svg {
        fill: #ffffff; } }

.button--dropdown {
  font-size: 12px;
  color: #323232;
  padding-left: 15px;
  padding-right: 15px;
  border-color: #e2e4e8;
  background-color: #ffffff;
  text-transform: capitalize; }
  .button--dropdown svg {
    fill: #323232; }
  .button--dropdown:hover, .button--dropdown:focus, .button--dropdown:active {
    border-color: #e2e4e8;
    color: #323232;
    background-color: #ffffff; }
    .button--dropdown:hover svg, .button--dropdown:focus svg, .button--dropdown:active svg {
      fill: #323232; }

.button[disabled],
.button.disabled {
  cursor: not-allowed; }
  .button[disabled]:hover, .button[disabled]:focus, .button[disabled]:active,
  .button.disabled:hover,
  .button.disabled:focus,
  .button.disabled:active {
    background-color: #cccccc;
    border-color: rgba(0, 0, 255, 0);
    color: white; }

.button-showmore {
  color: #ffffff;
  border-color: #5fb139;
  background-color: #5fb139; }
  .button-showmore svg {
    fill: #ffffff; }
  .button-showmore:hover, .button-showmore:focus, .button-showmore:active {
    color: #ffffff;
    border-color: #5fb139;
    background-color: #5fb139; }
    .button-showmore:hover svg, .button-showmore:focus svg, .button-showmore:active svg {
      fill: #ffffff; }
  .button-showmore.loadding .text {
    font-size: 0; }
  .button-showmore.loadding .icon {
    -webkit-animation: rotate_180 1s infinite linear;
    -moz-animation: rotate_180 1s infinite linear;
    -ms-animation: rotate_180 1s infinite linear;
    -o-animation: rotate_180 1s infinite linear;
    animation: rotate_180 1s infinite linear; }

@-webkit-keyframes rotate_180 {
  0% {
    -webkit-transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes rotate_180 {
  0% {
    -moz-transform: rotate(0deg); }
  50% {
    -moz-transform: rotate(180deg); }
  100% {
    -moz-transform: rotate(360deg); } }

@-ms-keyframes rotate_180 {
  0% {
    -ms-transform: rotate(0deg); }
  50% {
    -ms-transform: rotate(180deg); }
  100% {
    -ms-transform: rotate(360deg); } }

@-o-keyframes rotate_180 {
  0% {
    -o-transform: rotate(0deg); }
  50% {
    -o-transform: rotate(180deg); }
  100% {
    -o-transform: rotate(360deg); } }

@keyframes rotate_180 {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }

.tabs {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 35px; }
  .tabs.tabs-custom {
    border: none;
    font-size: 0;
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 15px; }
    .tabs.tabs-custom .tab {
      float: none;
      width: 50%;
      border: none;
      padding: 0 8px;
      margin: 16px 0 0 0;
      display: inline-block;
      vertical-align: middle; }
      .tabs.tabs-custom .tab .tab-title {
        padding: 0;
        font-size: 12px;
        font-weight: 700;
        color: #9b9b9b;
        text-align: center;
        border-radius: 3px;
        padding: 6px 5px;
        border: 1px solid #9b9b9b;
        text-transform: capitalize; }
      .tabs.tabs-custom .tab:nth-child(-n + 2) {
        margin-top: 0; }
      .tabs.tabs-custom .tab.is-active .tab-title {
        color: #1c1c1c;
        border-color: #1c1c1c; }
  @media (min-width: 551px) {
    .tabs.tabs-custom {
      margin-bottom: 30px; }
      .tabs.tabs-custom .tab {
        width: auto;
        margin: 0 15px;
        color: #9b9b9b;
        padding-left: 15px;
        padding-right: 15px;
        border: none;
        border-bottom: 2px solid #9b9b9b; }
        .tabs.tabs-custom .tab .tab-title {
          font-size: 18px;
          border-radius: 0;
          border: none;
          color: inherit;
          padding: 0 0 12px 0; }
        .tabs.tabs-custom .tab:before {
          content: none; }
        .tabs.tabs-custom .tab.is-active {
          border-bottom: 2px solid #1c1c1c; } }
  @media (min-width: 1025px) {
    .tabs.tabs-custom {
      text-align: center;
      margin-left: 0;
      margin-right: 0; }
      .tabs.tabs-custom .tab .tab-title {
        font-size: 22px; } }

.tab {
  float: none;
  position: relative;
  border: 1px solid #eeeeee; }
  .tab.is-active {
    border: 1px solid #1c1c1c; }
    @media (min-width: 551px) {
      .tab.is-active {
        border: none; }
        .tab.is-active:before {
          width: 100%; } }
  @media (min-width: 551px) {
    .tab {
      border: none;
      float: none;
      display: inline-block;
      vertical-align: top;
      margin-right: 20px; }
      .tab:before {
        left: 0;
        bottom: -1px;
        width: 0;
        height: 2px;
        content: "";
        position: absolute;
        background-color: #1c1c1c;
        transition: all 0.3s ease; } }
  @media (min-width: 1025px) {
    .tab {
      margin-right: 30px; } }

.tab-title {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  text-transform: capitalize;
  padding: 1.16667rem 0;
  text-decoration: none;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  color: #1c1c1c;
  font-weight: 700; }
  .tab-title:hover, .tab-title:focus {
    color: inherit; }
  @media (min-width: 551px) {
    .tab-title {
      text-align: left;
      padding: 0 0 10px 0; } }

.tabs-contents {
  padding: 0;
  margin-bottom: 0; }

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

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

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

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

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

.tabs-vertical {
  margin-bottom: 0; }
  .tabs-vertical .toggle-title {
    margin: 0;
    display: block;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1c1c1c;
    border-bottom: 1px solid #ebebeb; }
    .tabs-vertical .toggle-title .toggleLink {
      width: 100%;
      float: none;
      color: inherit;
      vertical-align: top;
      display: inline-block; }
      .tabs-vertical .toggle-title .toggleLink .text {
        float: left; }
      .tabs-vertical .toggle-title .toggleLink .icon {
        width: 15px;
        height: 24px;
        float: right;
        padding: 5px 0;
        transform: rotate(90deg);
        fill: #c1c1c1;
        stroke: #c1c1c1;
        transition: all 0.3s ease; }
      .tabs-vertical .toggle-title .toggleLink.is-open .icon {
        transform: rotate(270deg); }
    @media (min-width: 551px) {
      .tabs-vertical .toggle-title {
        font-size: 16px; } }
  .tabs-vertical .toggle-content {
    font-size: 1rem;
    padding: 30px 0 35px 0; }
  .tabs-vertical .productReview:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0; }
  .tabs-vertical:first-child {
    border-top: none; }
    .tabs-vertical:first-child .toggle-title {
      padding-top: 0; }

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

.accordion-title {
  margin: 0;
  display: block;
  cursor: pointer;
  font-size: 12px;
  line-height: 20px;
  border-radius: 3px;
  padding: 13px 50px 13px 20px;
  background-color: #f7f7f7;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  color: #1c1c1c;
  font-weight: 700;
  transition: all 0.3s ease; }
  .accordion-title .icon-arrow {
    top: 0;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 100%;
    line-height: 46px;
    text-align: center;
    position: absolute; }
    .accordion-title .icon-arrow .icon {
      height: 1rem;
      width: 1rem;
      transition: all 0.5s ease; }
  .accordion-title:focus, .accordion-title:hover {
    color: #1c1c1c; }
  .accordion-block.is-open .accordion-title {
    color: #ffffff;
    background-color: #484b51; }
    .accordion-block.is-open .accordion-title .icon-arrow .icon {
      fill: #ffffff;
      transform: rotate(180deg); }
  @media (min-width: 1147px) {
    .accordion-title:hover {
      color: #ffffff;
      background-color: #484b51; }
      .accordion-title:hover .icon-arrow .icon {
        fill: #ffffff; } }

.accordion-content {
  border: 0;
  padding: 15px 0; }
  .accordion-content .form:only-child {
    margin-bottom: 0; }
  @media (min-width: 551px) {
    .accordion-content {
      padding: 25px 0; } }

.accordion-navigation {
  border: none;
  position: relative;
  text-decoration: none;
  margin-bottom: 15px; }

.accordion--List .accordion-block + .accordion-block {
  margin-top: 15px; }

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

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

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

.accordion--navList .accordion-content {
  padding: 1rem; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-content {
      padding: 0; } }
  .accordion--navList .accordion-content .toggleLink {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #323232;
    margin-top: 5px;
    display: inline-block; }
    .accordion--navList .accordion-content .toggleLink .toggleLink-text {
      font-size: inherit;
      font-weight: inherit;
      line-height: inherit; }

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

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

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

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

.accordion--navList .sidebarBlock .accordion-navigation-actions {
  top: 50%;
  right: 20px;
  transform: translateY(-50%); }

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

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

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

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

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

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

.alert,
.alertBox {
  border-radius: 4px;
  padding: 11px 20px;
  border: 1px solid transparent;
  color: #333333; }

.alertBox {
  margin-bottom: 20px; }

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

.alertBox-message a {
  color: inherit;
  font-weight: 700; }

.alert-info,
.alertBox--info {
  color: #31708f;
  border-color: #e8f4fa;
  background-color: #e8f4fa; }
  .alert-info svg,
  .alertBox--info svg {
    fill: #31708f; }
  .alert-info .alertBox-close svg,
  .alertBox--info .alertBox-close svg {
    fill: #dfdfdf; }

.alert-warning,
.alertBox--warning {
  color: #8a6d3b;
  border-color: #faebcc;
  background-color: #fcf8e3; }
  .alert-warning svg,
  .alertBox--warning svg {
    fill: #8a6d3b; }

.alert-success,
.alertBox--success {
  color: #155724;
  border-color: #c3e6cb;
  background-color: #d4edda; }
  .alert-success svg,
  .alertBox--success svg {
    fill: #155724; }

.alert-danger,
.alertBox--danger,
.alertBox--error {
  color: #721c24;
  border-color: #f5c6cb;
  background-color: #f8d7da; }
  .alert-danger svg,
  .alertBox--danger svg,
  .alertBox--error svg {
    fill: #721c24; }

.alert-primary,
.alertBox--primary {
  color: #004085;
  border-color: #b8daff;
  background-color: #cce5ff; }
  .alert-primary svg,
  .alertBox--primary svg {
    fill: #004085; }

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

.form-inlineMessage {
  display: block; }

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

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

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

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

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

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

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

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

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

.form-actions {
  margin: 0 auto;
  max-width: 100rem;
  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.75rem; }
      @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.75rem; } }
  .form-actions .button--transparent {
    border-color: #707479;
    color: #000000; }
  .form-actions.text-left {
    text-align: left; }
  @media (min-width: 1025px) {
    .form-actions.text-right {
      text-align: right; } }

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

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

.form-select--small,
.form-select--date {
  background-position: right 0.5rem top 0.5rem;
  background-size: 1.5rem;
  font-size: 13px;
  height: 2.33333rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.58333rem 0.75rem;
  padding-right: 2rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-increment {
  margin: 0;
  font-size: 0;
  border-radius: 3px;
  border: 1px solid #e2e4e8; }
  .form-increment .button {
    margin: 0;
    padding: 0;
    width: 36px;
    height: 40px;
    color: #323232;
    line-height: 40px;
    border: none;
    border-radius: 0;
    border-right: 1px solid #e2e4e8;
    background-color: transparent; }
    .form-increment .button svg,
    .form-increment .button .icon {
      color: #7f7f7f;
      fill: #7f7f7f; }
    .form-increment .button > .icon {
      margin: 0;
      width: 100%;
      height: 100%;
      padding: 0px 11px; }
    .form-increment .button:hover, .form-increment .button:focus, .form-increment .button:active {
      border: none;
      color: #7f7f7f;
      border-right: 1px solid #e2e4e8;
      background-color: #f7f7f7; }
  .form-increment .form-input--incrementTotal + .button {
    border-right: none;
    border-left: 1px solid #e2e4e8; }
    .form-increment .form-input--incrementTotal + .button:hover, .form-increment .form-input--incrementTotal + .button:focus, .form-increment .form-input--incrementTotal + .button:active {
      border-right: none;
      border-left: 1px solid #e2e4e8; }

.form-input--incrementTotal {
  border: 0;
  padding: 0;
  width: 60px;
  height: 40px;
  min-height: 0;
  color: #323232;
  font-size: 12px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  display: inline-block; }

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

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

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

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

.form-input--small {
  font-size: 13px;
  height: 2.33333rem;
  line-height: 1rem;
  padding: 0.58333rem 0.75rem; }

.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: 50%;
    float: left;
    margin-bottom: 0;
    padding-left: 0.375rem;
    padding-right: 0.375rem; }
    .form-minMaxRow .form-field:last-child {
      margin-top: 15px;
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 100%;
      float: left;
      padding-left: 0.375rem;
      padding-right: 0.375rem; }
  .form-minMaxRow .button {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }

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

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

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

.form-row {
  margin-left: -8px;
  margin-right: -8px; }
  .form-row > .form-column > .form-field {
    padding-left: 0;
    padding-right: 0; }
  .form-row .form-field {
    padding-left: 8px;
    padding-right: 8px; }
  .form-row .form-field-group .form-radio + .form-label {
    margin-bottom: 10px; }
  .form-row .form-field-group .form-radio:last-of-type + .form-label {
    margin-bottom: 0; }
  @media (min-width: 1025px) {
    .form-row {
      margin-left: -15px;
      margin-right: -15px; }
      .form-row .form-field {
        padding-left: 15px;
        padding-right: 15px; } }

.card-figure {
  margin: 0;
  position: relative;
  overflow: visible; }
  .card-figure > a {
    display: block; }
  .card-figure .card-figcaption {
    margin: 0;
    height: auto;
    display: block; }
    @media (min-width: 1025px) {
      .card-figure .card-figcaption {
        top: auto;
        left: 0;
        right: 0;
        bottom: -60px;
        z-index: 5;
        position: absolute;
        transition: all 0.3s ease; } }
  @media (min-width: 1025px) {
    .card-figure {
      overflow: hidden; } }

.card-img-container {
  position: relative;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto; }
  .card-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .card-img-container img {
    transition: all 0.5s ease; }
  .card-img-container .product-additional {
    display: none; }
  .card-img-container img.lazyload,
  .card-img-container img.lazyloading {
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%); }

.card-buttonGroup {
  display: none; }
  @media (min-width: 1025px) {
    .card-buttonGroup {
      opacity: 0;
      top: 50%;
      left: 50%;
      font-size: 0;
      z-index: 5;
      border-radius: 3px;
      overflow: hidden;
      position: absolute;
      visibility: hidden;
      display: inline-block;
      transition: all 0.3s ease;
      transform: translate(-50%, -50%);
      box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2); } }

.card-figcaption {
  opacity: 1;
  visibility: visible;
  position: relative; }
  .card-figcaption .card-figcaption-button {
    padding-left: 5px;
    padding-right: 5px; }

.card-figcaption-button {
  width: 100%;
  margin: 0;
  color: white;
  border-color: #5fb139;
  background-color: #9a1b1f;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15); }
  .card-figcaption-button svg {
    fill: white; }
  .card-figcaption-button:hover, .card-figcaption-button:focus, .card-figcaption-button:active {
    color: white;
    border-color: #5fb139;
    background-color: #5fb139; }
    .card-figcaption-button:hover svg, .card-figcaption-button:focus svg, .card-figcaption-button:active svg {
      fill: #9a1b1f; }

.card-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 0;
  width: auto;
  max-height: 100%; }
  .card-img-container .card-image {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%); }

.card-title {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 8px 0;
  max-height: 45px;
  overflow: hidden;
  color: #323232; }
  .card-title > a {
    color: inherit;
    text-decoration: none; }
    .card-title > a:hover {
      color: #9a1b1f; }
  .card-title + .card-price-wrapper {
    margin-top: 1px; }
  @media (min-width: 801px) {
    .card-title {
      overflow: initial;
      max-height: none; } }

.card-desciption {
  display: none;
  margin-top: 15px; }

.card-text {
  margin-bottom: 0.16667rem; }

.card-brand {
  font-size: 12px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #1c1c1c;
  font-weight: 700; }

.card-rating {
  margin: 0;
  line-height: 1; }
  .card-rating .icon {
    height: 1.16667rem;
    width: 1.16667rem; }
  .card-rating .number-review {
    margin-left: 5px;
    color: #8c8c8c;
    display: inline-block;
    vertical-align: middle; }

.card-price {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: #323232; }
  .card-price .price-section {
    margin-right: 5px;
    vertical-align: top;
    display: inline-block; }
    .card-price .price-section:last-child {
      margin-right: 0; }
    .card-price .price-section.price-section--withoutTax {
      color: #f04723; }
    .card-price .price-section.rrp-price--withoutTax {
      color: #999999;
      display: block;
      margin-bottom: 10px;
      margin-right: 0; }
    .card-price .price-section.non-sale-price--withoutTax {
      color: #999999; }
    .card-price .price-section.price-none {
      display: none; }
      .card-price .price-section.price-none + .price-section--withoutTax {
        color: #323232; }
  .card-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.card-compare {
  display: none;
  opacity: 0;
  line-height: 14px;
  cursor: pointer;
  visibility: hidden;
  vertical-align: middle;
  transition: all 0.3s ease; }
  .card-compare > span,
  .card-compare > input {
    line-height: 14px;
    vertical-align: middle;
    display: inline-block; }
  .card-compare > input[type="checkbox"] {
    border-radius: 0;
    border: 1px solid #ffffff;
    position: relative;
    margin-right: 7px; }
    .card-compare > input[type="checkbox"]:before {
      content: '';
      display: block;
      width: 12px;
      height: 12px;
      border-radius: 0;
      background-color: #ffffff;
      box-sizing: content-box;
      border: 1px solid #d0d0d0; }
    .card-compare > input[type="checkbox"]:after {
      content: '';
      top: 3px;
      left: 2px;
      height: 5px;
      width: 10px;
      opacity: 0;
      position: absolute;
      border: 2px solid #323232;
      border-top: none;
      border-right: none;
      background-color: transparent;
      transform: rotate(-45deg);
      transition: all 0.1s; }
    .card-compare > input[type="checkbox"]:checked:after {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
      filter: alpha(opacity=100);
      transform: scale(1) rotate(-45deg); }
  .card-compare:checked > input[type="checkbox"]:before {
    border: 1px solid #5fb139;
    background-color: #5fb139; }
  @media (min-width: 1025px) {
    .card-compare {
      right: 0;
      bottom: 0;
      display: block;
      position: absolute; } }

.compare-link {
  position: fixed;
  right: 50px;
  top: 40%;
  z-index: 10; }
  .compare-link a {
    opacity: 0;
    visibility: hidden;
    position: relative;
    line-height: 1;
    padding: 14px 25px 13px 25px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 3px;
    text-transform: uppercase;
    color: #323232;
    border: 1px solid #5a5a5a;
    background-color: #fff; }
    .compare-link a.show {
      opacity: 1;
      visibility: visible; }
    .compare-link a > span {
      position: absolute;
      right: -12px;
      top: -12px;
      text-align: center;
      width: 24px;
      height: 24px;
      line-height: 24px;
      margin-left: 0;
      color: #ffffff;
      font-weight: 400;
      background-color: #5874b0; }
    .compare-link a:hover {
      color: #323232;
      border-color: #5a5a5a; }

.card-price-wrapper {
  width: 100%;
  margin-top: 15px;
  vertical-align: top;
  display: inline-block;
  position: relative;
  white-space: nowrap; }
  .card-price-wrapper .card-price {
    float: left; }
  .card-price-wrapper .card-compare {
    float: right; }
  .card-price-wrapper .label-sale {
    line-height: 1;
    color: #ffffff;
    margin-left: 20px;
    padding: 4px 7px 4px 2px;
    position: relative;
    background-color: #f04723;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0 3px 3px 0; }
    .card-price-wrapper .label-sale:before {
      top: 50%;
      width: 0;
      height: 0;
      content: "";
      right: 100%;
      display: block;
      position: absolute;
      transform: translateY(-50%);
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-right: 10px solid #f04723; }
    @media (min-width: 1025px) {
      .card-price-wrapper .label-sale:before {
        right: 99%; } }
    .card-price-wrapper .label-sale.hide {
      display: none; }
  .card-price-wrapper.card-price-sale .card-price {
    float: none;
    display: inline-block;
    vertical-align: middle; }

.card-actions {
  text-align: center; }
  .card-actions .card-figcaption {
    display: none;
    margin-top: 0; }
  .card-actions .form-wishlist {
    display: none;
    margin-bottom: 0; }
  .card-actions .button {
    margin-bottom: 0px; }
  .card-actions .dropdown-menu {
    padding: 7px 0;
    margin-top: 12px; }
    .card-actions .dropdown-menu li {
      line-height: 30px; }
      .card-actions .dropdown-menu li + li {
        border-top: 1px solid #eaeaea; }
    .card-actions .dropdown-menu a {
      color: inherit;
      font-weight: 700; }
    .card-actions .dropdown-menu.is-open:before {
      left: auto;
      right: 0.75rem; }
    .card-actions .dropdown-menu.is-open:after {
      left: auto;
      right: 0.91667rem; }
  @media (min-width: 1025px) {
    .card-actions .form-wishlist {
      display: none; }
    .card-actions .button {
      margin-bottom: 16px; } }

.card-body {
  position: relative;
  text-align: left;
  font-family: "Arimo", Arial, Helvetica, sans-serif; }
  .card-body > .card-figcaption {
    display: block;
    margin-top: 18px; }
  .card-body > .card-countdown {
    margin-top: 22px;
    top: auto;
    left: auto;
    transform: none;
    position: relative;
    border-radius: 12px;
    padding: 2px 15px;
    background-color: #f5f5f5; }
    .card-body > .card-countdown > div {
      display: inline-block;
      vertical-align: middle; }
    .card-body > .card-countdown > .text {
      display: none; }
    .card-body > .card-countdown .countDown .block-time {
      line-height: 1;
      padding: 0;
      margin: 0 3px 0 0;
      min-width: 0;
      background-color: transparent; }
      .card-body > .card-countdown .countDown .block-time .num,
      .card-body > .card-countdown .countDown .block-time .block-label {
        color: #1c1c1c;
        display: inline-block;
        vertical-align: middle;
        margin-top: 0;
        font-size: 12px;
        font-weight: 400;
        line-height: 1px;
        opacity: 1; }
  @media (min-width: 1025px) {
    .card-body > .card-countdown > .text {
      display: inline-block;
      vertical-align: middle; } }
  @media (min-width: 1281px) {
    .card-body > .card-countdown {
      padding: 2px 28px; } }

.card {
  margin-bottom: 30px; }
  @media (min-width: 1025px) {
    .card:hover .card-figcaption {
      top: auto;
      bottom: 0; }
    .card:hover .card-buttonGroup,
    .card:hover .card-compare {
      opacity: 1;
      visibility: visible; } }
  @media (max-width: 551px) {
    .card .card-figure .card-countdown .countDown .block-time {
      padding: 7px 5px;
      min-width: 35px; }
      .card .card-figure .card-countdown .countDown .block-time .num {
        font-size: 12px; }
      .card .card-figure .card-countdown .countDown .block-time .block-label {
        font-size: 11px;
        margin-top: -5px; } }

.card-countdown {
  left: 50%;
  bottom: 0;
  z-index: 5;
  position: absolute;
  display: inline-block;
  transform: translateX(-50%);
  white-space: nowrap; }
  .card-countdown .countDown > p {
    margin-bottom: 0; }
  .card-countdown .countDown .block-time {
    padding: 9px 6px;
    border-radius: 3px;
    background-color: rgba(50, 50, 50, 0.8);
    margin-right: 5px;
    text-align: center;
    display: inline-block;
    min-width: 40px; }
    .card-countdown .countDown .block-time:last-of-type {
      margin-right: 0; }
    .card-countdown .countDown .block-time .num {
      font-size: 16px;
      line-height: 1;
      color: #ffffff;
      font-weight: 700;
      display: inline-block;
      vertical-align: top; }
    .card-countdown .countDown .block-time .block-label {
      margin: 0;
      line-height: 1;
      display: block;
      font-size: 12px;
      opacity: 0.5;
      margin-top: -2px;
      color: #ffffff;
      font-style: normal; }

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

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

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

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

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

.navBar--sub {
  width: 100%;
  text-align: center;
  margin-bottom: 15px; }
  @media (min-width: 801px) {
    .navBar--sub {
      margin-bottom: 30px; } }
  @media (min-width: 1261px) {
    .navBar--sub {
      margin-bottom: 40px; } }

.navBar-section {
  float: none;
  display: block;
  border-radius: 3px; }
  .navBar-section .navBar-item {
    float: none;
    width: 100%;
    margin-bottom: 15px; }
    .navBar-section .navBar-item > a,
    .navBar-section .navBar-item .navBar-action {
      color: #8c8c8c;
      padding: 10px;
      font-size: 12px;
      font-weight: 700;
      display: block;
      border-radius: 3px;
      border: 1px solid #e2e4e8;
      background-color: #f7f7f7;
      transition: all 0.3s ease; }
      .navBar-section .navBar-item > a .toggleLink-text,
      .navBar-section .navBar-item .navBar-action .toggleLink-text {
        font-size: inherit;
        color: inherit;
        font-weight: inherit; }
    .navBar-section .navBar-item .navBar-action-color--active {
      color: #1c1c1c;
      background-color: #ffffff; }
    .navBar-section .navBar-item.is-active .navBar-action {
      color: #1c1c1c;
      background-color: #ffffff; }
  @media (min-width: 551px) {
    .navBar-section {
      margin: 0 -8px !important;
      font-size: 0; }
      .navBar-section .navBar-item {
        width: 50%;
        padding: 0 8px;
        display: inline-block; } }
  @media (min-width: 801px) {
    .navBar-section {
      margin: 0 !important;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      flex-flow: row nowrap;
      border: 1px solid #e2e4e8;
      justify-content: space-between;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07); }
      .navBar-section .navBar-item {
        width: 50%;
        padding: 0;
        margin-bottom: 0;
        border-right: 1px solid #e2e4e8; }
        .navBar-section .navBar-item > a,
        .navBar-section .navBar-item .navBar-action {
          border: none;
          border-radius: 0px; }
        .navBar-section .navBar-item:last-child {
          border-right: none; } }

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

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

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

.actionBar-section .form-field {
  margin: 0; }

.actionBar-section .form-input,
.actionBar-section .form-select {
  height: 40px;
  min-width: 215px;
  vertical-align: middle;
  border-color: #e2e4e8;
  background-color: #f7f7f7; }

.actionBar-section .form-select {
  width: auto; }

@media (min-width: 551px) {
  .actionBar-section .form-input,
  .actionBar-section .form-select {
    min-width: 205px; } }

.themevale_categoryToolbar {
  margin-bottom: 30px;
  text-align: left;
  position: relative; }
  .themevale_categoryToolbar .actionBar {
    margin: 0 0 15px 0;
    display: block; }
    .themevale_categoryToolbar .actionBar:last-child {
      margin: 0; }
  .themevale_categoryToolbar .form-label {
    margin: 0;
    font-size: 12px;
    padding-right: 10px;
    min-width: 70px;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    color: #1c1c1c;
    font-weight: 700; }
  .themevale_categoryToolbar .view-as-btn {
    font-size: 0;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #e2e4e8; }
    .themevale_categoryToolbar .view-as-btn > a {
      padding: 10px;
      width: 40px;
      height: 40px;
      vertical-align: top;
      display: inline-block;
      background-color: #ffffff; }
      .themevale_categoryToolbar .view-as-btn > a svg {
        width: 100%;
        height: 100%;
        fill: #e2e4e8;
        stroke: #e2e4e8;
        pointer-events: none; }
      .productGrid--maxCol1 .themevale_categoryToolbar .view-as-btn > a[data-layout="productGrid--maxCol1"] {
        background-color: #f7f7f7; }
        .productGrid--maxCol1 .themevale_categoryToolbar .view-as-btn > a[data-layout="productGrid--maxCol1"] svg {
          fill: #1c1c1c;
          stroke: #1c1c1c; }
      .productGrid--maxCol3 .themevale_categoryToolbar .view-as-btn > a[data-layout="productGrid--maxCol3"] {
        background-color: #f7f7f7; }
        .productGrid--maxCol3 .themevale_categoryToolbar .view-as-btn > a[data-layout="productGrid--maxCol3"] svg {
          fill: #1c1c1c;
          stroke: #1c1c1c; }
      .productGrid--maxCol4 .themevale_categoryToolbar .view-as-btn > a[data-layout="productGrid--maxCol4"] {
        background-color: #f7f7f7; }
        .productGrid--maxCol4 .themevale_categoryToolbar .view-as-btn > a[data-layout="productGrid--maxCol4"] svg {
          fill: #1c1c1c;
          stroke: #1c1c1c; }
      .themevale_categoryToolbar .view-as-btn > a#grid-view svg {
        transform: rotate(90deg); }
    .themevale_categoryToolbar .view-as-btn > #grid-view-4 {
      display: none; }
  .themevale_categoryToolbar .item-iconSidebar + .item .view-as-group {
    top: 0;
    right: 0;
    margin-right: 0;
    position: absolute; }
    .themevale_categoryToolbar .item-iconSidebar + .item .view-as-group .form-label {
      display: none; }
  .themevale_categoryToolbar.themevale_sidebar-mobile-wrapper {
    margin-bottom: 30px; }
  @media (min-width: 801px) {
    .themevale_categoryToolbar {
      text-align: right;
      margin-bottom: 50px; }
      .themevale_categoryToolbar .actionBar {
        margin: 0 30px 0 0;
        vertical-align: middle;
        display: inline-block; }
        .themevale_categoryToolbar .actionBar:last-child {
          margin: 0; }
      .themevale_categoryToolbar .form-label {
        min-width: 0; }
      .themevale_categoryToolbar.themevale_sidebar-mobile-wrapper {
        margin-bottom: 50px; } }
  @media (min-width: 993px) {
    .themevale_categoryToolbar .view-as-btn #grid-view-4 {
      display: inline-block; } }
  @media (min-width: 1025px) {
    .themevale_categoryToolbar .item-iconSidebar + .item .view-as-group {
      top: auto;
      right: auto;
      margin-right: 30px;
      position: relative; }
      .themevale_categoryToolbar .item-iconSidebar + .item .view-as-group .form-label {
        display: inline-block; } }

.has-ribbon {
  position: relative; }

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

.navUser {
  display: none;
  top: auto;
  right: auto;
  transform: none;
  position: relative;
  z-index: 50;
  padding: 0 1.5rem;
  color: white;
  background-color: black; }
  .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; }
  .navUser .navUser--left {
    float: left;
    padding-bottom: 9px;
    padding-top: 9px; }
  .navUser .navUser--right {
    float: right; }
  .navUser .navUser-items {
    display: inline-block;
    vertical-align: middle;
    width: 36%; }
    .navUser .navUser-items.text-center {
      width: 28%; }
    .navUser .navUser-items .navUser-item {
      float: none;
      display: inline-block;
      vertical-align: middle; }
    @media (min-width: 1281px) {
      .navUser .navUser-items {
        width: 33.33333333%; }
        .navUser .navUser-items.text-center {
          width: 33.33333333%; } }
  .navUser .navUser-item--account {
    color: white; }
  .navUser .navUser-action {
    color: white; }
    .navUser .navUser-action svg {
      fill: white;
      stroke: white; }
    .navUser .navUser-action:hover {
      color: #f7d417; }
      .navUser .navUser-action:hover svg {
        fill: #f7d417;
        stroke: #f7d417; }
  .navUser .own-text {
    margin-bottom: 0;
    font-weight: 700;
    color: white; }
  @media (min-width: 1147px) {
    .navUser {
      display: block; }
      .navUser .navUser-action:before {
        left: 0;
        bottom: 9px;
        height: 1px;
        width: 0;
        content: "";
        position: absolute;
        background-color: #f7d417;
        transition: all 0.3s ease; }
      .navUser .navUser-action:hover:before, .navUser .navUser-action.is-open:before {
        width: 100%; } }

.dropdown-menu {
  border-radius: 1px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  position: absolute;
  outline: none; }
  .dropdown-menu.is-open:before {
    border: inset 10px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #e5e5e5 transparent;
    border-bottom-style: solid;
    bottom: 100%;
    left: 0.75rem;
    position: absolute; }
  .dropdown-menu.is-open:after {
    border: inset 8px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #ffffff transparent;
    border-bottom-style: solid;
    bottom: 100%;
    left: 0.91667rem;
    position: absolute; }

@media (min-width: 1147px) {
  .dropdown-cart {
    top: calc(100% + 10px);
    right: 0;
    padding: 0;
    z-index: 20;
    display: none;
    outline: none;
    text-align: left;
    position: absolute;
    border-radius: 3px;
    width: 28.33333rem;
    color: #323232;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); }
    .dropdown-cart.is-loading .loadingOverlay {
      background: none;
      padding: 25px;
      position: relative; }
    .dropdown-cart .button--primary {
      color: white;
      border-color: #5fb139;
      background-color: #5fb139; }
      .dropdown-cart .button--primary svg {
        fill: white; }
      .dropdown-cart .button--primary:hover, .dropdown-cart .button--primary:focus, .dropdown-cart .button--primary:active {
        color: #5fb139;
        border-color: #5fb139;
        background-color: white; }
        .dropdown-cart .button--primary:hover svg, .dropdown-cart .button--primary:focus svg, .dropdown-cart .button--primary:active svg {
          fill: #5fb139; }
    .themevale_cart.is-open .dropdown-cart {
      display: block !important; }
      .themevale_cart.is-open .dropdown-cart:before {
        border: inset 10px;
        content: "";
        display: block;
        height: 0;
        width: 0;
        border-color: transparent transparent #e5e5e5 transparent;
        border-bottom-style: solid;
        bottom: 100%;
        right: 0.75rem;
        position: absolute; }
      .themevale_cart.is-open .dropdown-cart:after {
        border: inset 8px;
        content: "";
        display: block;
        height: 0;
        width: 0;
        border-color: transparent transparent #ffffff transparent;
        border-bottom-style: solid;
        bottom: 100%;
        right: 0.91667rem;
        position: absolute; } }

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

.navUser-action {
  color: #8c8c8c;
  font-weight: 400;
  padding: 9px 0px;
  text-decoration: none;
  text-transform: capitalize; }
  .navUser-action:hover, .navUser-action.is-open {
    color: #5874b0; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: #5874b0;
      stroke: #5874b0; }
  .navUser-action .icon {
    height: 0.66667rem;
    width: 0.66667rem;
    margin: 0 0 0 0.16667rem; }
  .navUser-action svg {
    fill: #8c8c8c;
    stroke: #8c8c8c; }
  .navUser-action .image-flag {
    width: 16px;
    height: 11px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: middle; }
    .navUser-action .image-flag img {
      top: 0;
      bottom: 0;
      left: 50%;
      height: 100%;
      width: auto;
      max-width: none;
      margin: 0 auto;
      position: absolute;
      transform: translateX(-50%); }
    .navUser-action .image-flag + .text-flag {
      margin-left: 5px; }
  .navUser-action .text-flag {
    font-weight: 700;
    display: inline-block;
    vertical-align: middle; }
  .navUser-action.navUser-action--currencySelector:before {
    content: none; }
  .navUser-item--mail .navUser-action, .navUser-action.store-phone {
    text-transform: lowercase; }

.navUser-action--languageSelection + .dropdown-menu {
  max-width: 220px;
  padding: 15px; }
  .navUser-action--languageSelection + .dropdown-menu:before {
    left: auto !important;
    right: 1.5rem; }
  .navUser-action--languageSelection + .dropdown-menu:after {
    left: auto !important;
    right: 1.66667rem; }
  .navUser-action--languageSelection + .dropdown-menu .goog-te-gadget-simple {
    padding: 5px; }
    .navUser-action--languageSelection + .dropdown-menu .goog-te-gadget-simple .goog-te-menu-value {
      color: #323232; }
      .navUser-action--languageSelection + .dropdown-menu .goog-te-gadget-simple .goog-te-menu-value > span:first-child {
        min-width: 120px;
        display: inline-block; }

.navUser-action--currencySelector {
  font-size: 0; }
  .navUser-action--currencySelector .image-flag,
  .navUser-action--currencySelector .text-flag,
  .navUser-action--currencySelector .icon {
    font-size: 1rem; }
  .navUser-action--currencySelector .icon {
    margin-left: 5px; }
  .navUser-action--currencySelector + .dropdown-menu {
    width: 200px; }
    .navUser-action--currencySelector + .dropdown-menu:before {
      left: auto !important;
      right: 0.75rem; }
    .navUser-action--currencySelector + .dropdown-menu:after {
      left: auto !important;
      right: 0.91667rem; }
    .navUser-action--currencySelector + .dropdown-menu .dropdown-menu-item a {
      padding: 10px; }
      .navUser-action--currencySelector + .dropdown-menu .dropdown-menu-item a img {
        margin-right: 5px; }
    .navUser-action--currencySelector + .dropdown-menu .dropdown-menu-item + .dropdown-menu-item {
      border-top: 1px solid #eeeeee; }
  .navUser-action--currencySelector.is-open + .dropdown-menu {
    display: block;
    left: auto;
    right: 0; }

.navUser-action--myaccount {
  position: relative; }
  .navUser-action--myaccount.is-open + .dropdown-menu {
    display: block;
    left: auto;
    right: 0; }

#navPages-account-topbar {
  right: 0;
  left: auto;
  width: 130px;
  border: none;
  box-shadow: none;
  padding-top: 5px;
  outline: none;
  border-radius: 0px;
  position: absolute;
  text-transform: capitalize;
  background-color: transparent; }
  #navPages-account-topbar .dropdown-menu-item {
    margin: 0;
    padding: 0;
    border: 1px solid #e5e5e5;
    background-color: #fafafa;
    transition: all 0.3s ease;
    color: #8c8c8c; }
    #navPages-account-topbar .dropdown-menu-item:hover {
      background-color: #ffffff; }
    #navPages-account-topbar .dropdown-menu-item a {
      padding: 8px;
      color: #8c8c8c; }
      #navPages-account-topbar .dropdown-menu-item a img {
        margin-right: 5px; }
      #navPages-account-topbar .dropdown-menu-item a strong {
        font-weight: 600; }
    #navPages-account-topbar .dropdown-menu-item + .dropdown-menu-item {
      border-top: none; }

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 25rem;
  padding: 1.5rem; }
  .navUser-action--storeCredit + .dropdown-menu:before {
    left: 11.66667rem !important; }
  .navUser-action--storeCredit + .dropdown-menu:after {
    left: 11.83333rem !important; }

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

.navUser-item > .icon {
  display: inline-block;
  vertical-align: middle;
  fill: white; }
  .navUser-item > .icon + .navUser-action {
    margin-left: 3px;
    display: inline-block;
    vertical-align: middle; }

.navUser-item + .navUser-item {
  margin-left: 20px; }

.navUser-item.layout-2 > .icon {
  height: 1.25rem;
  width: 1.25rem;
  fill: #383e47; }

.navUser-item.layout-2 .navUser-action {
  color: #383e47; }
  .navUser-item.layout-2 .navUser-action:before {
    background-color: #383e47; }

.navUser-item--cart {
  display: block; }
  .navUser-item--cart .dropdown-menu {
    max-width: 26.66667rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      top: auto !important;
      left: auto !important;
      right: 0.41667rem; }
      @media (min-width: 801px) {
        .navUser-item--cart .dropdown-menu.is-open {
          right: 0; } }
      .navUser-item--cart .dropdown-menu.is-open:before, .navUser-item--cart .dropdown-menu.is-open:after {
        left: auto; }
      .navUser-item--cart .dropdown-menu.is-open:before {
        right: 0.33333rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open:before {
            right: 0.75rem; } }
      .navUser-item--cart .dropdown-menu.is-open:after {
        right: 0.5rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open:after {
            right: 0.91667rem; } }

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

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

.item--account,
.navUser-item--myaccount {
  position: relative; }

.navUser-item--account {
  color: #8c8c8c; }
  .navUser-item--account .navUser-or {
    margin: 0px; }
  .navUser-item--account .navUser-action {
    display: inline-block; }
  .navUser-item--account .icon {
    position: relative;
    top: -2px;
    margin-right: 5px; }
  .navUser-item--account .dropdown-menu {
    width: 180px; }
  .navUser-item--account .navUser-action {
    display: inline-block; }
    .navUser-item--account .navUser-action strong {
      font-weight: 600; }
    .navUser-item--account .navUser-action + .navUser-action {
      margin-left: 5px; }

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

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

.dropdown--quickSearch {
  padding: 0;
  width: 100%;
  position: absolute;
  background-color: transparent; }
  .dropdown--quickSearch.is-open {
    left: 0;
    right: 0;
    outline: none;
    z-index: 50; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .dropdown--quickSearch.is-open {
        left: 50%;
        right: auto;
        transform: translateX(-50%); } }
  .dropdown--quickSearch .form {
    margin: auto;
    width: 100%; }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    position: relative;
    margin-bottom: 0; }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0; }
    @media (min-width: 551px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }
  .dropdown--quickSearch.is-sticky {
    position: fixed; }

.navUser-item-cartIcon {
  position: relative; }

.countPill {
  top: -4px;
  right: -6px;
  background-color: #5fb139;
  border-radius: 50%;
  color: white;
  /*display: none;*/
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  position: absolute; }
  @media (min-width: 768px) {
    .countPill {
      top: -6px;
      right: -10px;
      font-size: 12px;
      width: 22px;
      height: 22px;
      line-height: 22px; } }

.countPill--positive {
  display: block; }

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

.navUser .countPill {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  color: inherit;
  background-color: transparent;
  padding: 0; }

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

.navPages {
  width: 100%; }

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

#menu.navPages-container {
  padding: 0;
  height: auto;
  display: none;
  margin: 0 auto; }
  #menu.navPages-container:after {
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    content: '';
    z-index: -1;
    width: 100%;
    position: absolute;
    background-color: black;
    transition: all .15s ease; }
  .themevale_navigationHover #menu.navPages-container:after {
    height: 3px; }
  .page-full-width #menu.navPages-container {
    padding: 0 15px; }
    @media (min-width: 1281px) {
      .page-full-width #menu.navPages-container {
        max-width: none;
        width: 100%;
        padding-left: 50px;
        padding-right: 50px; } }
    @media (min-width: 1601px) {
      .page-full-width #menu.navPages-container {
        max-width: 1600px;
        padding-left: 15px;
        padding-right: 15px; } }

#menu .navPages-list {
  margin: 0;
  float: none; }

#menu .navPages-item:not(.hasMegamenu) > .navPage-subMenu:not(.navPage-subMegaMenu) .navPage-subMenu-item-child:last-child .navPage-subMenu-action {
  border-radius: 0 0 3px 3px; }

#menu .navPages-item:not(.hasMegamenu) > .navPage-subMenu:not(.navPage-subMegaMenu) .navPage-subMenu-action {
  padding: 10px 20px; }
  #menu .navPages-item:not(.hasMegamenu) > .navPage-subMenu:not(.navPage-subMegaMenu) .navPage-subMenu-action.has-subMenu .navPages-action-moreIcon {
    /*top: 0;*/
    /*width: 20px;*/
    right: 12px;
    position: absolute;
    transform: rotate(-90deg);
    opacity: 1;
    visibility: visible; }

@media (min-width: 1147px) {
  #menu.navPages-container {
    display: block; }
  #menu .navPage-subMenu-item-child.navPage-subMenu-title {
    display: none !important; } }

.navPages-container ul {
  margin: 0;
  padding: 0;
  width: 100%;
  float: none;
  list-style: none; }

.navPages-container .navPages-item > .navPage-subMenu:not(.navPage-subMegaMenu) {
  pointer-events: none; }
  .navPages-container .navPages-item > .navPage-subMenu:not(.navPage-subMegaMenu) .navPage-subMenu:before {
    content: '';
    background: transparent;
    position: absolute;
    left: -2px;
    width: 2px;
    height: 100%; }

.navPage-subMenu {
  z-index: 6;
  opacity: 0;
  left: 0;
  top: auto;
  height: auto;
  margin: auto;
  display: block;
  width: 220px;
  padding: 10px 0;
  text-align: left;
  visibility: hidden;
  position: absolute;
  transition: all 0.3s ease;
  background-color: white;
  transform: translate3d(0, 50px, 0); }
  .navPage-subMenu .navPage-subMenu {
    top: 30px;
    height: auto;
    margin-left: calc(100% + 1px);
    transform: translate3d(0, 0, 0); }
  .navPage-subMenu .navPage-subMenu-item-child {
    position: relative; }
    .navPage-subMenu .navPage-subMenu-item-child:hover > .has-subMenu + .navPage-subMenu {
      top: -10px;
      opacity: 1;
      visibility: visible;
      pointer-events: auto; }
    .navPage-subMenu .navPage-subMenu-item-child:nth-child(n + 12):hover > .has-subMenu + .navPage-subMenu {
      top: auto;
      bottom: -10px;
      opacity: 1;
      visibility: visible;
      pointer-events: auto; }

.navPages {
  padding: 0;
  font-size: 0;
  background: none;
  text-align: center;
  overflow-y: visible; }
  .navPages ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none; }
  .navPages .navPages-action {
    margin: 0;
    color: white;
    font-size: 13px;
    font-weight: 400;
    padding: 10px 0;
    text-decoration: none;
    text-transform: capitalize;
    background-color: transparent; }
    .navPages .navPages-action svg {
      fill: white;
      stroke: white; }
    .navPages .navPages-action .text {
      position: relative;
      color: inherit; }
  .navPages .navPage-subMenu-action {
    width: 100%;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .navPages .navPage-subMenu-action .text {
      color: inherit;
      position: relative; }
      .navPages .navPage-subMenu-action .text:before {
        left: 0;
        width: 0;
        bottom: 0;
        height: 1px;
        content: '';
        display: block;
        position: absolute;
        transition: all 0.3s ease;
        background-color: #5874b0; }
    .navPages .navPage-subMenu-action .navPages-action-moreIcon {
      margin: 0;
      display: block;
      transform: rotate(-90deg); }
    .navPages .navPage-subMenu-action:hover {
      color: #5874b0; }
      .navPages .navPage-subMenu-action:hover .text:before {
        width: 100%; }
      .navPages .navPage-subMenu-action:hover svg {
        fill: #5874b0;
        stroke: #5874b0; }
  .navPages .navPages-action-moreIcon {
    font-size: 0;
    display: none;
    transform: none;
    margin-left: 0.41667rem;
    transition: all 0.3s ease; }
    .navPages .navPages-action-moreIcon svg {
      height: 0.75rem;
      width: 0.75rem;
      pointer-events: none; }
  .navPages .navPages-item {
    font-size: 1rem;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease; }
    .navPages .navPages-item.hasMegamenu {
      position: static; }
    .navPages .navPages-item > .navPages-action {
      font-size: 16px;
      font-weight: 700;
      padding: 15px 15px;
      display: inline-block; }
    .navPages .navPages-item:hover {
      background-color: black; }
      .navPages .navPages-item:hover > .navPages-action {
        color: #f7d417; }
        .navPages .navPages-item:hover > .navPages-action svg {
          fill: #f7d417;
          stroke: #f7d417; }
      .navPages .navPages-item:hover > .has-subMenu + .navPage-subMenu {
        top: auto;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translate3d(0, 0, 0); }
      .navPages .navPages-item:hover > .navPage-subMegaMenu {
        pointer-events: auto; }

.themevale_MobileMenu.themevale_Mobile,
.themevale_MobileAccount.themevale_Mobile {
  padding: 0;
  display: block; }

@media (min-width: 1147px) {
  .themevale_MobileMenu .themevale_close,
  .themevale_MobileAccount .themevale_close {
    display: none; } }

#accountMobile.navPages-container,
#menuMobile.navPages-container {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden; }
  @media (min-width: 1025px) {
    #accountMobile.navPages-container::-webkit-scrollbar,
    #menuMobile.navPages-container::-webkit-scrollbar {
      display: none; } }

#accountMobile ul,
#menuMobile ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }
  #accountMobile ul li,
  #menuMobile ul li {
    display: block; }

#accountMobile .navPages-list,
#menuMobile .navPages-list {
  overflow: hidden;
  position: relative; }
  #accountMobile .navPages-list + .navPages-list,
  #menuMobile .navPages-list + .navPages-list {
    margin-top: 70px; }

#accountMobile .navPages-list--user .navPages-action.navPage-subMenu-title,
#menuMobile .navPages-list--user .navPages-action.navPage-subMenu-title {
  border-top: 1px solid #eeeeee; }

#accountMobile .navPages-list--user .navPages-item > .navPages-action,
#menuMobile .navPages-list--user .navPages-item > .navPages-action {
  font-weight: 400; }
  #accountMobile .navPages-list--user .navPages-item > .navPages-action.navPage-subMenu-title,
  #menuMobile .navPages-list--user .navPages-item > .navPages-action.navPage-subMenu-title {
    font-weight: 700; }

#accountMobile .navPages-list--user .socialLinks--alt .icon,
#menuMobile .navPages-list--user .socialLinks--alt .icon {
  height: 1.33333rem;
  width: 1.33333rem; }

#accountMobile .navPages-list--user .login-content,
#menuMobile .navPages-list--user .login-content {
  padding: 20px; }

#accountMobile .navPages-list--user .new-customer,
#menuMobile .navPages-list--user .new-customer {
  padding: 20px;
  border-top: 1px solid #f5f5f5;
  background-color: transparent; }
  #accountMobile .navPages-list--user .new-customer .button,
  #menuMobile .navPages-list--user .new-customer .button {
    width: 100%; }

#accountMobile .navPages-action,
#menuMobile .navPages-action {
  margin: 0;
  font-size: 13px;
  color: #323232;
  font-weight: 400;
  padding: 0;
  padding-left: 20px;
  display: flex;
  cursor: pointer;
  align-items: center;
  text-transform: capitalize;
  background-color: transparent;
  justify-content: space-between; }
  #accountMobile .navPages-action .text,
  #menuMobile .navPages-action .text {
    color: inherit;
    padding: 10px 0;
    display: flex;
    align-items: center;
    max-width: calc(100% - 70px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block; }
    #accountMobile .navPages-action .text .icon,
    #accountMobile .navPages-action .text img,
    #menuMobile .navPages-action .text .icon,
    #menuMobile .navPages-action .text img {
      margin-right: 8px;
      display: inline-block;
      vertical-align: middle; }
    #accountMobile .navPages-action .text img,
    #menuMobile .navPages-action .text img {
      position: relative;
      top: -1px; }
  #accountMobile .navPages-action svg,
  #menuMobile .navPages-action svg {
    fill: #323232;
    stroke: #323232; }
  #accountMobile .navPages-action .navPages-action-moreIcon,
  #menuMobile .navPages-action .navPages-action-moreIcon {
    pointer-events: none;
    transform: none; }
    #accountMobile .navPages-action .navPages-action-moreIcon svg,
    #menuMobile .navPages-action .navPages-action-moreIcon svg {
      fill: #323232;
      stroke: #323232; }

#accountMobile .navPages-action-moreIcon,
#menuMobile .navPages-action-moreIcon {
  min-width: 40px;
  height: 40px;
  z-index: 10;
  display: block;
  order: 0;
  text-align: center;
  font-size: 0;
  font-weight: 400; }
  #accountMobile .navPages-action-moreIcon span,
  #menuMobile .navPages-action-moreIcon span {
    vertical-align: middle;
    display: inline-block;
    margin-left: 5px;
    pointer-events: none; }
  #accountMobile .navPages-action-moreIcon svg,
  #menuMobile .navPages-action-moreIcon svg {
    pointer-events: none;
    display: inline-block;
    vertical-align: middle;
    margin: 15px auto;
    height: 0.83333rem;
    width: 0.83333rem;
    transition: all 0.5s ease;
    transform: rotate(-90deg); }

#accountMobile .navPage-subMenu-title > .navPages-action,
#menuMobile .navPage-subMenu-title > .navPages-action {
  padding-right: 20px;
  font-weight: 700;
  background-color: #fafafa;
  box-shadow: 0px 1px 0px #eeeeee; }
  #accountMobile .navPage-subMenu-title > .navPages-action .navPages-action-moreIcon,
  #menuMobile .navPage-subMenu-title > .navPages-action .navPages-action-moreIcon {
    font-size: 12px;
    transform: rotate(0deg); }
    #accountMobile .navPage-subMenu-title > .navPages-action .navPages-action-moreIcon svg,
    #menuMobile .navPage-subMenu-title > .navPages-action .navPages-action-moreIcon svg {
      transform: rotate(-270deg); }
  #accountMobile .navPage-subMenu-title > .navPages-action .text,
  #menuMobile .navPage-subMenu-title > .navPages-action .text {
    max-width: calc(100% - 70px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block; }

#accountMobile .navPage-subMenu-action .text:before,
#menuMobile .navPage-subMenu-action .text:before {
  content: none; }

#accountMobile .navPages-item,
#menuMobile .navPages-item {
  font-size: 1rem;
  background-color: #ffffff; }
  #accountMobile .navPages-item > .navPages-action,
  #menuMobile .navPages-item > .navPages-action {
    font-weight: 700; }
  #accountMobile .navPages-item.is-open > .navPages-action,
  #menuMobile .navPages-item.is-open > .navPages-action {
    display: none !important; }
  #accountMobile .navPages-item.is-open > .navPage-subMenu,
  #menuMobile .navPages-item.is-open > .navPage-subMenu {
    top: 0;
    right: 0;
    position: relative; }

#accountMobile .navPage-subMenu-item-child:last-child,
#menuMobile .navPage-subMenu-item-child:last-child {
  border-bottom: none; }

#accountMobile .navPage-subMenu-item-child.is-open,
#menuMobile .navPage-subMenu-item-child.is-open {
  border-bottom: none; }
  #accountMobile .navPage-subMenu-item-child.is-open > .navPages-action,
  #menuMobile .navPage-subMenu-item-child.is-open > .navPages-action {
    display: none !important; }
  #accountMobile .navPage-subMenu-item-child.is-open > .navPage-subMenu,
  #menuMobile .navPage-subMenu-item-child.is-open > .navPage-subMenu {
    right: 0;
    position: relative; }

#accountMobile .socialLinks,
#menuMobile .socialLinks {
  text-align: left;
  padding: 15px 0 10px 20px; }
  #accountMobile .socialLinks .socialLinks-item,
  #menuMobile .socialLinks .socialLinks-item {
    display: inline-block;
    vertical-align: middle; }

#accountMobile .navPage-subMenu,
#menuMobile .navPage-subMenu {
  top: 0;
  right: 100%;
  left: auto;
  padding: 0;
  margin: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  position: absolute;
  background-color: #ffffff;
  transition: all 0.3s ease;
  transform: none;
  box-shadow: none;
  position: absolute; }

#accountMobile .navPage-subMenu-item-child,
#menuMobile .navPage-subMenu-item-child {
  position: static; }
  #accountMobile .navPage-subMenu-item-child:after,
  #menuMobile .navPage-subMenu-item-child:after {
    content: none; }
  #accountMobile .navPage-subMenu-item-child.is-open,
  #menuMobile .navPage-subMenu-item-child.is-open {
    border-bottom: none; }
    #accountMobile .navPage-subMenu-item-child.is-open > .navPages-action,
    #menuMobile .navPage-subMenu-item-child.is-open > .navPages-action {
      display: none !important; }
    #accountMobile .navPage-subMenu-item-child.is-open > .navPage-subMenu,
    #menuMobile .navPage-subMenu-item-child.is-open > .navPage-subMenu {
      right: 0;
      position: relative; }
  #accountMobile .navPage-subMenu-item-child:last-child,
  #menuMobile .navPage-subMenu-item-child:last-child {
    border-bottom: 0; }

#accountMobile .navPages-list--user,
#menuMobile .navPages-list--user {
  display: block; }
  #accountMobile .navPages-list--user .navPages-item,
  #menuMobile .navPages-list--user .navPages-item {
    border-bottom: none; }
    #accountMobile .navPages-list--user .navPages-item > .navPages-action,
    #menuMobile .navPages-list--user .navPages-item > .navPages-action {
      font-size: 13px;
      font-weight: 400;
      letter-spacing: 0;
      text-transform: capitalize; }
      #accountMobile .navPages-list--user .navPages-item > .navPages-action > .text,
      #menuMobile .navPages-list--user .navPages-item > .navPages-action > .text {
        padding-top: 9px;
        padding-bottom: 9px; }
        #accountMobile .navPages-list--user .navPages-item > .navPages-action > .text .icon,
        #accountMobile .navPages-list--user .navPages-item > .navPages-action > .text span,
        #menuMobile .navPages-list--user .navPages-item > .navPages-action > .text .icon,
        #menuMobile .navPages-list--user .navPages-item > .navPages-action > .text span {
          display: inline-block;
          vertical-align: middle; }
  #accountMobile .navPages-list--user .socialLinks--alt .icon,
  #menuMobile .navPages-list--user .socialLinks--alt .icon {
    height: 1.33333rem;
    width: 1.33333rem; }
  #accountMobile .navPages-list--user .login-content,
  #menuMobile .navPages-list--user .login-content {
    padding: 20px; }
  #accountMobile .navPages-list--user .new-customer,
  #menuMobile .navPages-list--user .new-customer {
    padding: 20px;
    background-color: transparent; }
    #accountMobile .navPages-list--user .new-customer .button,
    #menuMobile .navPages-list--user .new-customer .button {
      width: 100%; }
  #accountMobile .navPages-list--user .socialLinks,
  #menuMobile .navPages-list--user .socialLinks {
    padding: 15px 0 10px 20px; }

#accountMobile .card-img-container:after,
#menuMobile .card-img-container:after {
  padding-bottom: 60%; }

#accountMobile .slick-dots li,
#menuMobile .slick-dots li {
  display: inline-block; }

#accountMobile .login-form .form-actions .forgot-password {
  margin-left: 0;
  display: block; }

#accountMobile .login-form .form-actions .button {
  margin-left: 0;
  margin-top: 25px;
  display: block;
  width: 100%; }

#accountMobile .navPages-item .navPage-subMenu-title {
  pointer-events: none; }

.navPage-subMegaMenu {
  pointer-events: none; }

#menu .navPage-subMenu .navPages-action {
  color: #323232; }
  #menu .navPage-subMenu .navPages-action svg {
    fill: #323232;
    stroke: #323232; }
  #menu .navPage-subMenu .navPages-action:hover {
    color: #5874b0; }
    #menu .navPage-subMenu .navPages-action:hover svg {
      fill: #5874b0;
      stroke: #5874b0; }

#menu .navPage-subMegaMenu {
  left: 0;
  padding: 15px 0 0 0; }
  #menu .navPage-subMegaMenu .navPage-subMenu {
    top: 0;
    opacity: 1;
    margin-left: 0;
    visibility: visible;
    position: relative; }
    #menu .navPage-subMegaMenu .navPage-subMenu .navPages-action {
      color: #323232; }
      #menu .navPage-subMegaMenu .navPage-subMenu .navPages-action:hover {
        color: #5874b0; }
  #menu .navPage-subMegaMenu .navPage-subMenu-action {
    padding: 7px 0; }
    @media (min-width: 1025px) and (max-width: 1199px) {
      #menu .navPage-subMegaMenu .navPage-subMenu-action {
        padding: 7px 15px; } }
  #menu .navPage-subMegaMenu .navPage-subMenu-item-child:hover > .has-subMenu + .navPage-subMenu {
    top: auto; }
  #menu .navPage-subMegaMenu .navPages-action-moreIcon {
    display: none; }
  @media (min-width: 1025px) {
    #menu .navPage-subMegaMenu {
      max-height: 350px;
      overflow-y: auto; }
      #menu .navPage-subMegaMenu .navPage-subMenu-item-child .navPage-subMenu-item-child .navPages-action {
        font-size: 12px; } }
  @media (min-width: 1300px) {
    #menu .navPage-subMegaMenu {
      max-height: none;
      overflow-y: visible; } }

#menu .cateArea {
  float: left; }
  #menu .cateArea > ul {
    width: auto;
    font-size: 0;
    margin: 0 -10px;
    margin-bottom: 30px; }
    #menu .cateArea > ul > li {
      font-size: 12px;
      padding: 0 10px;
      break-inside: avoid-column;
      page-break-inside: avoid;
      -webkit-column-break-inside: avoid;
      padding-bottom: 5px; }
      #menu .cateArea > ul > li > a .navPage-subMenu-action {
        color: #323232;
        font-weight: 700;
        border-bottom: 1px solid #eeeeee;
        display: flow;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-align: center; }
        #menu .cateArea > ul > li > a .navPage-subMenu-action .text:before {
          content: none; }
      #menu .cateArea > ul > li > .navPage-subMenu-action {
        color: #323232;
        font-weight: 700;
        border-bottom: 1px solid #eeeeee; }
        #menu .cateArea > ul > li > .navPage-subMenu-action .text:before {
          content: none; }
  #menu .cateArea.columns-2 > ul {
    column-count: 2; }
  #menu .cateArea.columns-3 > ul {
    column-count: 3; }
  #menu .cateArea.columns-4 > ul {
    column-count: 4; }
  #menu .cateArea.columns-5 > ul {
    column-count: 5; }
  #menu .cateArea.columns-6 > ul {
    column-count: 6; }

#menu .imageArea {
  float: left;
  padding-left: 40px;
  display: inline-flex; }
  #menu .imageArea .col-left {
    display: inline-flex;
    flex-direction: column;
    padding-right: 20px; }
    #menu .imageArea .col-left > .title {
      color: #323232;
      font-size: 12px;
      line-height: 20px;
      font-weight: 700;
      margin: 0 0 10px 0;
      text-align: center;
      text-transform: uppercase; }
  #menu .imageArea .col-right {
    padding-top: 4px;
    padding-left: 20px;
    display: inline-flex;
    flex-direction: column;
    max-width: 300px; }
    #menu .imageArea .col-right > a {
      overflow: hidden;
      display: block;
      position: relative; }
      #menu .imageArea .col-right > a:before {
        top: 0;
        right: 100%;
        z-index: 2;
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        transition: all 0.5s ease;
        background-color: rgba(255, 255, 255, 0.2); }
      #menu .imageArea .col-right > a:hover:before {
        right: 0; }
      #menu .imageArea .col-right > a + a {
        margin-top: 15px; }

#menu .imgList {
  display: block;
  font-size: 0;
  margin: 0 -15px; }
  #menu .imgList .imgHeading {
    color: #323232;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 0;
    line-height: 18px;
    text-transform: capitalize;
    border-bottom: 1px solid #eeeeee; }
  #menu .imgList > .imgItem {
    width: 50%;
    padding: 15px;
    vertical-align: top;
    display: inline-block; }
    #menu .imgList > .imgItem.imgLeft {
      padding-top: 0; }
  #menu .imgList > .imgItem--full {
    width: 100%; }
  #menu .imgList .card .card-figcaption {
    margin-top: 25px; }
    #menu .imgList .card .card-figcaption .card-figcaption-button {
      color: #323232;
      border: 1px solid #7f7f7f;
      background-color: transparent; }

#menu .bottomMegamenu {
  left: 0;
  right: 0;
  padding: 20px 0;
  font-weight: 700;
  position: relative;
  text-align: center;
  color: #323232;
  background-color: #fafafa;
  text-transform: capitalize; }
  #menu .bottomMegamenu p {
    color: #323232;
    margin-bottom: 0; }
  #menu .bottomMegamenu a {
    color: #5874b0;
    margin-left: 5px;
    text-decoration: underline;
    text-underline-position: under; }

#menu .imageTop .imageTop-item {
  display: block; }

#menu .imageTop .cateArea > ul > li > .navPage-subMenu-action {
  margin-bottom: 10px;
  border-bottom: none; }

#menu .navPages-label {
  line-height: 1;
  font-size: 10px;
  margin-left: 10px;
  font-weight: 500;
  padding: 3px 5px 2px 5px;
  letter-spacing: 0;
  border-radius: 1px;
  text-align: center;
  position: relative;
  border: 1px solid;
  display: inline-block;
  text-transform: capitalize; }
  #menu .navPages-label:before {
    content: "";
    position: absolute;
    border: 5px solid transparent;
    top: 50%;
    right: 100%;
    transform: translateY(-50%); }
  #menu .navPages-label.sale-label {
    color: white;
    border-color: #ef6454;
    background-color: #ef6454; }
    #menu .navPages-label.sale-label:before {
      border-right-color: #ef6454; }
  #menu .navPages-label.new-label {
    color: white;
    border-color: #06bfe2;
    background-color: #06bfe2; }
    #menu .navPages-label.new-label:before {
      border-right-color: #06bfe2; }
  #menu .navPages-label.hot-label {
    color: white;
    border-color: #ffbb49;
    background-color: #ffbb49; }
    #menu .navPages-label.hot-label:before {
      border-right-color: #ffbb49; }
  @media (min-width: 1147px) {
    #menu .navPages-label {
      left: 100%;
      top: -26px;
      margin-left: 0;
      position: absolute;
      transform: translateX(-50%); }
      #menu .navPages-label:before {
        left: 50%;
        right: auto;
        top: 100%;
        transform: translateX(-50%); }
      #menu .navPages-label.sale-label:before {
        border-top-color: #ef6454;
        border-right-color: transparent; }
      #menu .navPages-label.new-label:before {
        border-top-color: #06bfe2;
        border-right-color: transparent; }
      #menu .navPages-label.hot-label:before {
        border-top-color: #ffbb49;
        border-right-color: transparent; } }

@media (max-width: 1146px) {
  #menuMobile .is-hidden {
    display: none !important; } }

#menuMobile .navPage-subMegaMenu .container {
  padding: 0;
  background-color: #ffffff; }

#menuMobile .imageTop .imageTop-item {
  padding-left: 20px;
  margin: 20px 0;
  display: none; }

#menuMobile .imageTop .is-open .imageTop-item {
  display: block; }

#menuMobile .imgList {
  display: block;
  font-size: 0;
  margin: 0 -8px; }
  #menuMobile .imgList .imgHeading {
    text-align: left;
    color: #9a1b1f;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 0;
    line-height: 18px;
    text-transform: capitalize; }
  #menuMobile .imgList > .imgItem {
    text-align: center;
    width: 50%;
    padding: 0 8px 16px 8px;
    vertical-align: top;
    display: inline-block; }
    #menuMobile .imgList > .imgItem.imgLeft {
      padding-top: 0; }
  #menuMobile .imgList > .imgLeft,
  #menuMobile .imgList > .imgRight,
  #menuMobile .imgList > .imgItem--full {
    width: 100%; }

#menuMobile .cateArea,
#menuMobile .imageArea {
  float: none;
  display: block; }

#menuMobile .cateArea {
  position: relative;
  max-width: 100% !important; }
  #menuMobile .cateArea + .imageArea {
    margin-top: 10px; }

#menuMobile .imageArea {
  max-width: 100% !important;
  padding: 0 20px; }
  #menuMobile .imageArea img {
    margin: 0 auto; }

#menuMobile .bottomMegamenu {
  left: 0;
  right: 0;
  padding: 20px;
  font-weight: 700;
  position: relative;
  text-align: center;
  background-color: #fafafa;
  text-transform: capitalize; }
  #menuMobile .bottomMegamenu p {
    margin-bottom: 0; }
  #menuMobile .bottomMegamenu a {
    margin-left: 5px;
    text-decoration: underline;
    text-underline-position: under; }

#menuMobile .card {
  margin-bottom: 0; }
  #menuMobile .card .product_img_link {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto; }

#menuMobile .navPages-action .text {
  position: relative; }

#menuMobile .navPages-label {
  line-height: 1;
  font-size: 10px;
  margin-left: 10px;
  font-weight: 500;
  padding: 3px 5px 2px 5px;
  letter-spacing: 0;
  border-radius: 1px;
  text-align: center;
  position: relative;
  border: 1px solid;
  display: inline-block;
  text-transform: capitalize; }
  #menuMobile .navPages-label:before {
    content: "";
    position: absolute;
    border: 5px solid transparent;
    top: 50%;
    right: 100%;
    transform: translateY(-50%); }
  #menuMobile .navPages-label.sale-label {
    color: white;
    border-color: #ef6454;
    background-color: #ef6454; }
    #menuMobile .navPages-label.sale-label:before {
      border-right-color: #ef6454; }
  #menuMobile .navPages-label.new-label {
    color: white;
    border-color: #06bfe2;
    background-color: #06bfe2; }
    #menuMobile .navPages-label.new-label:before {
      border-right-color: #06bfe2; }
  #menuMobile .navPages-label.hot-label {
    color: white;
    border-color: #ffbb49;
    background-color: #ffbb49; }
    #menuMobile .navPages-label.hot-label:before {
      border-right-color: #ffbb49; }

#menuMobile .navPages-list {
  overflow: hidden;
  position: relative; }
  #menuMobile .navPages-list + .navPages-list {
    margin-top: 30px; }

#menuMobile .navPages-item {
  width: 100%;
  margin-right: 0;
  position: static;
  vertical-align: top;
  display: inline-block; }
  #menuMobile .navPages-item > .navPages-action .text {
    white-space: nowrap; }
  #menuMobile .navPages-item.is-open {
    /*border-bottom: none;*/ }
    #menuMobile .navPages-item.is-open > .navPages-action {
      display: none !important; }
    #menuMobile .navPages-item.is-open > .navPage-subMenu {
      right: 0;
      position: relative; }

@media (min-width: 1147px) {
  #menuMobile .navPages-item-page {
    display: none; } }

.themevale_allCategories {
  vertical-align: middle;
  display: inline-block;
  width: 240px;
  background-color: #f7f7f7;
  padding: 0 20px;
  position: relative;
  z-index: 12;
  border-radius: 3px 3px 0 0; }
  .themevale_allCategories + .navPages {
    width: auto;
    margin-left: 30px;
    vertical-align: middle;
    display: inline-block; }
    .themevale_allCategories + .navPages .navPages-item {
      margin-right: 30px; }
      .themevale_allCategories + .navPages .navPages-item:last-child {
        margin-right: 0; }
  .themevale_allCategories .themevale_allCategories-text {
    margin: 0;
    line-height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #383e47; }
    .themevale_allCategories .themevale_allCategories-text .icon {
      height: 2rem;
      width: 2rem;
      fill: #383e47;
      stroke: #383e47; }
    .themevale_allCategories .themevale_allCategories-text .icon-down {
      height: 0.83333rem;
      width: 0.83333rem; }
    .themevale_allCategories .themevale_allCategories-text .text {
      font-size: 1.21rem;
      font-weight: 700;
      vertical-align: middle;
      text-transform: capitalize;
      font-family: "Arimo", Arial, Helvetica, sans-serif; }
  .themevale_allCategories .themevale_allCategories-dropdown {
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: all 0.3s ease; }
  .themevale_allCategories:hover .themevale_allCategories-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px); }
  .page-type-default .header:not(.is-sticky) .themevale_allCategories.is-open .themevale_allCategories-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px); }

.themevale_allCategories-dropdown {
  top: 100%;
  left: 0;
  right: 0;
  border-top: none;
  position: absolute;
  border-radius: 0 0 3px 3px;
  background-color: white; }
  .themevale_allCategories-dropdown .navPages-list {
    position: relative; }
    .themevale_allCategories-dropdown .navPages-list > .navPages-item:first-child {
      padding-top: 10px; }
    .themevale_allCategories-dropdown .navPages-list > .navPages-item:last-child {
      padding-bottom: 10px; }
  .themevale_allCategories-dropdown .navPage-subMenu-title {
    display: none; }
  .themevale_allCategories-dropdown .navPages-item {
    width: 100%;
    margin-right: 0;
    position: relative;
    display: inline-block; }
    .themevale_allCategories-dropdown .navPages-item > .navPages-action {
      font-size: 12px;
      font-weight: 700;
      padding-left: 20px;
      text-transform: capitalize;
      font-family: "Arimo", Arial, Helvetica, sans-serif; }
      .themevale_allCategories-dropdown .navPages-item > .navPages-action .navPages-action-moreIcon {
        transform: rotate(-90deg);
        right: 5px; }
      .themevale_allCategories-dropdown .navPages-item > .navPages-action .text {
        padding: 7px 0; }
        .themevale_allCategories-dropdown .navPages-item > .navPages-action .text:before {
          content: none; }
    .themevale_allCategories-dropdown .navPages-item.hasMegamenu {
      position: static; }
    .themevale_allCategories-dropdown .navPages-item:hover > .navPages-action {
      background-color: #f7f7f7; }
    .themevale_allCategories-dropdown .navPages-item:hover > .navPage-subMenu {
      opacity: 1;
      visibility: visible;
      pointer-events: auto !important;
      transform: translate3d(0, 0, 0); }
  .themevale_allCategories-dropdown .navPages-action {
    margin: 0;
    padding: 0 0 0 15px;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
    display: block;
    text-transform: capitalize;
    color: #3c3c3c; }
    .themevale_allCategories-dropdown .navPages-action .text {
      color: inherit;
      display: inline-block; }
    .themevale_allCategories-dropdown .navPages-action .icon,
    .themevale_allCategories-dropdown .navPages-action img {
      display: inline-block;
      vertical-align: middle; }
    .themevale_allCategories-dropdown .navPages-action .icon {
      fill: #3c3c3c;
      stroke: #3c3c3c; }
    .themevale_allCategories-dropdown .navPages-action img {
      position: relative;
      top: -1px; }
    .themevale_allCategories-dropdown .navPages-action .navPages-label {
      top: -10px;
      left: calc(100% + 10px); }
    .themevale_allCategories-dropdown .navPages-action .image-icon {
      max-width: 20px;
      margin-right: 12px;
      opacity: 0.8;
      display: inline-block; }
  .themevale_allCategories-dropdown .navPages-action-moreIcon {
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    font-size: 0;
    right: auto;
    float: right;
    line-height: 36px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    position: relative;
    transform: none;
    pointer-events: none; }
    .themevale_allCategories-dropdown .navPages-action-moreIcon svg {
      pointer-events: none;
      display: inline-block;
      vertical-align: middle;
      height: 0.83333rem;
      width: 0.83333rem;
      transition: all 0.5s ease;
      fill: #3c3c3c;
      stroke: #3c3c3c; }
  .themevale_allCategories-dropdown .navPage-subMenu-action {
    padding: 0px 20px; }
  .themevale_allCategories-dropdown .navPage-subMenu {
    top: 0;
    left: 100%;
    border-radius: 3px;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2); }
    .themevale_allCategories-dropdown .navPage-subMenu .navPage-subMenu {
      top: 30px;
      left: 0; }
    .themevale_allCategories-dropdown .navPage-subMenu .navPage-subMenu-item-child:after {
      content: none; }
    .themevale_allCategories-dropdown .navPage-subMenu .navPage-subMenu-item-child:first-child .navPage-subMenu-action, .themevale_allCategories-dropdown .navPage-subMenu .navPage-subMenu-item-child:nth-child(2) .navPage-subMenu-action {
      border-radius: 3px 3px 0 0; }
  .themevale_allCategories-dropdown .navPage-subMegaMenu {
    top: 0;
    left: 100% !important;
    padding: 15px !important;
    max-width: calc(970px - 240px);
    min-width: calc(970px - 240px); }
    .themevale_allCategories-dropdown .navPage-subMegaMenu .navPage-subMenu {
      top: 0;
      left: 0;
      padding: 0;
      opacity: 1;
      width: 100%;
      margin-left: 0;
      visibility: visible;
      position: relative;
      box-shadow: none; }
    .themevale_allCategories-dropdown .navPage-subMegaMenu .navPage-subMenu-action {
      padding: 7px 0; }
      .themevale_allCategories-dropdown .navPage-subMegaMenu .navPage-subMenu-action .text {
        padding: 0; }
    .themevale_allCategories-dropdown .navPage-subMegaMenu .navPage-subMenu-item-child:after {
      content: none; }
    .themevale_allCategories-dropdown .navPage-subMegaMenu .navPage-subMenu-item-child:hover > .has-subMenu + .navPage-subMenu {
      top: auto; }
    .themevale_allCategories-dropdown .navPage-subMegaMenu .navPages-action-moreIcon {
      display: none !important; }
    @media (min-width: 1025px) {
      .page-full-width .themevale_allCategories-dropdown .navPage-subMegaMenu {
        max-width: calc(1170px - 265px);
        min-width: calc(1170px - 265px); } }
    @media (min-width: 1281px) {
      .themevale_allCategories-dropdown .navPage-subMegaMenu {
        max-width: calc(1170px - 240px);
        min-width: calc(1170px - 240px); }
        .page-full-width .themevale_allCategories-dropdown .navPage-subMegaMenu {
          max-width: calc(100vw - 100px - 265px);
          min-width: calc(100vw - 100px - 265px); } }
    @media (min-width: 1601px) {
      .page-full-width .themevale_allCategories-dropdown .navPage-subMegaMenu {
        max-width: calc(1570px - 265px);
        min-width: calc(1570px - 265px); } }
  .themevale_allCategories-dropdown .cateArea {
    float: left; }
    .themevale_allCategories-dropdown .cateArea > ul {
      width: auto;
      font-size: 0;
      margin: 0 -15px 15px; }
      .themevale_allCategories-dropdown .cateArea > ul > li {
        font-size: 12px;
        padding: 0 15px 5px;
        break-inside: avoid-column;
        page-break-inside: avoid;
        -webkit-column-break-inside: avoid; }
        .themevale_allCategories-dropdown .cateArea > ul > li > .navPage-subMenu-action {
          font-size: 12px;
          font-weight: 700;
          border-bottom: none !important;
          font-family: "Arimo", Arial, Helvetica, sans-serif;
          text-transform: uppercase !important; }
    .themevale_allCategories-dropdown .cateArea.columns-2 > ul {
      column-count: 2;
      -webkit-column-count: 2; }
    .themevale_allCategories-dropdown .cateArea.columns-3 > ul {
      column-count: 3;
      -webkit-column-count: 3; }
    .themevale_allCategories-dropdown .cateArea.columns-4 > ul {
      column-count: 4;
      -webkit-column-count: 4; }
    .themevale_allCategories-dropdown .cateArea.columns-5 > ul {
      column-count: 5;
      -webkit-column-count: 5; }
    .themevale_allCategories-dropdown .cateArea.columns-6 > ul {
      column-count: 6;
      -webkit-column-count: 6; }
    .themevale_allCategories-dropdown .cateArea.colLeft {
      float: left; }
    .themevale_allCategories-dropdown .cateArea.colRight {
      float: right; }
  .themevale_allCategories-dropdown .imgList {
    display: block;
    font-size: 0;
    margin: 0 -3px; }
    .themevale_allCategories-dropdown .imgList > .imgItem {
      width: auto;
      padding: 0 3px;
      vertical-align: top;
      display: inline-block; }
      .themevale_allCategories-dropdown .imgList > .imgItem > a {
        display: block; }
        .themevale_allCategories-dropdown .imgList > .imgItem > a + a {
          margin-top: 6px; }
    .themevale_allCategories-dropdown .imgList > .imgItem--full {
      width: 100%; }
    .themevale_allCategories-dropdown .imgList.style-2 {
      margin: 0 -8px; }
      .themevale_allCategories-dropdown .imgList.style-2 > .imgItem {
        padding: 0 8px; }
      .themevale_allCategories-dropdown .imgList.style-2 > .imgRight {
        padding-top: 10px; }
  .themevale_allCategories-dropdown .imageTop .imageTop-item {
    display: block;
    margin-bottom: 10px; }
  .themevale_allCategories-dropdown .imageTop .cateArea > ul > li > .navPage-subMenu-action {
    margin-bottom: 10px;
    border-bottom: none; }
  .themevale_allCategories-dropdown .imageArea {
    display: inline-flex; }
    .themevale_allCategories-dropdown .imageArea.colLeft {
      float: left;
      padding-right: 20px;
      display: inline-flex;
      flex-direction: column; }
    .themevale_allCategories-dropdown .imageArea.colRight {
      float: right;
      padding-left: 20px;
      display: inline-flex;
      flex-direction: column; }
    .themevale_allCategories-dropdown .imageArea > .imgList {
      /*padding-top: 15px;
            &.style-2 {
                padding-top: 0;
            }*/ }
    .themevale_allCategories-dropdown .imageArea .imgHeading {
      margin: 0;
      font-size: 12px;
      font-weight: 700;
      padding: 7px 0;
      text-align: left !important;
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      text-transform: uppercase !important;
      border-bottom: none !important; }
    .themevale_allCategories-dropdown .imageArea .card {
      margin-bottom: 0; }
      .themevale_allCategories-dropdown .imageArea .card .card-img-container:after {
        padding-bottom: 60%; }
      .themevale_allCategories-dropdown .imageArea .card .card-body .card-rating {
        display: block;
        margin-bottom: 15px; }
      .themevale_allCategories-dropdown .imageArea .card .card-body .card-figcaption {
        opacity: 1;
        font-size: 12px;
        margin-top: 15px;
        visibility: visible;
        text-align: center; }
        .themevale_allCategories-dropdown .imageArea .card .card-body .card-figcaption .link {
          display: inline-block;
          color: #1c1c1c;
          border-bottom: 1px solid #1c1c1c; }
  .themevale_allCategories-dropdown .bottomMegamenu {
    left: 0;
    right: 0;
    padding: 9px 0 8px 0;
    font-weight: 600;
    position: relative;
    text-align: center;
    text-transform: uppercase; }
    .themevale_allCategories-dropdown .bottomMegamenu p {
      margin-bottom: 0; }

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

.tag {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  margin-right: 10px;
  margin-bottom: 10px; }
  .tag a {
    font-size: 12px;
    color: #8c8c8c;
    line-height: 1;
    padding: 9px 15px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }

.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  font-size: 0; }
  .socialLinks:before, .socialLinks:after {
    content: " ";
    display: table; }
  .socialLinks:after {
    clear: both; }
  .socialLinks ul,
  .socialLinks ol {
    list-style: none;
    margin-bottom: 0; }
  .socialLinks li {
    margin: 0;
    padding: 0; }
  .socialLinks .icon {
    width: 15px;
    height: 15px;
    font-size: 12px;
    margin: 0;
    display: block;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: #323232; }
    .socialLinks .icon svg {
      fill: #323232;
      transition: all 0.15s ease; }
    .socialLinks .icon.icon--twitter, .socialLinks .icon.icon--print, .socialLinks .icon.icon--google_plusone {
      transform: scale(1.15); }
    .socialLinks .icon.icon--instagram, .socialLinks .icon.icon--facebook, .socialLinks .icon.icon--email {
      transform: scale(0.95); }
    .socialLinks .icon.icon--google_plusone {
      width: 15px !important; }

.google_plusone_iframe_widget {
  width: inherit !important;
  display: none !important; }

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

.pin_it_iframe_widget {
  display: none; }

.socialLinks-item {
  display: inline-block;
  vertical-align: middle; }
  .socialLinks .socialLinks-item {
    margin: 0 10px 5px 0; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }
    @media (min-width: 551px) {
      .socialLinks .socialLinks-item {
        margin: 0 15px 5px 0; } }
  .socialLinks-item.socialLinks-item--google_plusone {
    display: none; }

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

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

/*=========================================
=            www.themevale.com            =
=========================================*/
/*--------  0. Global style  --------*/
.heroCarousel {
  margin-bottom: 0px; }
  .heroCarousel .slick-arrow {
    width: 60px;
    height: 60px;
    padding: 17px;
    border-radius: 50%;
    fill: white;
    stroke: white;
    border: 2px solid white;
    transition: all 0.3s ease;
    background-color: transparent; }
    .heroCarousel .slick-arrow:before {
      content: none; }
    .heroCarousel .slick-arrow.slick-prev {
      left: 6%; }
    .heroCarousel .slick-arrow.slick-next {
      right: 6%; }
    .heroCarousel .slick-arrow:hover {
      fill: white;
      stroke: white; }
    @media (min-width: 1025px) {
      .heroCarousel .slick-arrow {
        opacity: 0.5; }
        .heroCarousel .slick-arrow:hover {
          opacity: 1; } }
  .heroCarousel .slick-dots {
    bottom: 15px;
    position: relative; }
    .heroCarousel .slick-dots li {
      padding: 0;
      width: auto;
      height: auto;
      margin: 0 4px; }
      .heroCarousel .slick-dots li button {
        width: 8px;
        height: 8px;
        opacity: 0.5;
        border: 1px solid #323232;
        background-color: #323232;
        transition: all 0.3s ease; }
        .heroCarousel .slick-dots li button:before {
          content: none; }
    .heroCarousel .slick-dots .slick-active button {
      opacity: 0.8;
      background-color: #701417; }
    @media (min-width: 801px) {
      .heroCarousel .slick-dots {
        position: absolute; }
        .heroCarousel .slick-dots li button {
          width: 10px;
          height: 10px;
          border: 1px solid #701417;
          background-color: #701417; } }
    @media (min-width: 1025px) {
      .heroCarousel .slick-dots {
        bottom: 70px; } }
  .heroCarousel .slick-slide .heroCarousel-title {
    visibility: hidden;
    animation-delay: 0ms;
    animation-name: fadeOutDown; }
  .heroCarousel .slick-slide .heroCarousel-description {
    visibility: hidden;
    animation-delay: 0ms;
    animation-name: fadeOutDown; }
  .heroCarousel .slick-slide .heroCarousel-action {
    visibility: hidden;
    animation-delay: 0ms;
    animation-name: fadeOutDown; }
  .heroCarousel .slick-current .heroCarousel-title {
    visibility: visible;
    animation-delay: 100ms;
    animation-name: fadeInUp; }
  .heroCarousel .slick-current .heroCarousel-description {
    visibility: visible;
    animation-delay: 300ms;
    animation-name: fadeInUp; }
  .heroCarousel .slick-current .heroCarousel-action {
    visibility: visible;
    animation-delay: 500ms;
    animation-name: fadeInUp; }
  .heroCarousel.slick-dotted {
    margin-bottom: 0px; }
  @media (min-width: 1025px) {
    .heroCarousel .slick-arrow,
    .heroCarousel .slick-dots {
      opacity: 0;
      visibility: hidden; }
    .heroCarousel .slick-dots li {
      margin: 0 7px; }
      .heroCarousel .slick-dots li button {
        width: 12px;
        height: 12px; }
    .heroCarousel:hover .slick-arrow,
    .heroCarousel:hover .slick-dots {
      opacity: 1;
      visibility: visible; } }

.heroCarousel:not(.slick-slider) {
  overflow: hidden;
  white-space: nowrap; }
  .heroCarousel:not(.slick-slider) .heroCarousel-slide {
    display: inline-block;
    vertical-align: top;
    width: 100%; }

@media (min-width: 1025px) {
  .heroCarousel-special {
    width: calc(100% - 265px);
    margin-left: 265px; }
    .heroCarousel-special .heroCarousel-image-wrapper {
      max-height: none; }
      .heroCarousel-special .heroCarousel-image-wrapper:before {
        content: "";
        display: block;
        padding-bottom: 424px;
        position: relative; }
      .heroCarousel-special .heroCarousel-image-wrapper .heroCarousel-image {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 100%;
        width: auto;
        max-width: none;
        z-index: 2;
        transform: translate(-50%, -50%); }
    .heroCarousel-special .slick-dots {
      bottom: 25px; }
    .heroCarousel-special .heroCarousel-content {
      padding-left: 60px; } }

@media (max-width: 1024px) {
  .themevale_section_special .heroCarousel-special {
    margin-left: -15px;
    margin-right: -15px; } }

/*--------  1. Main style  ----------*/
.heroCarousel-slide {
  position: relative;
  vertical-align: top; }

.heroCarousel-image-wrapper {
  position: relative; }
  .heroCarousel-image-wrapper .heroCarousel-titleMobile {
    margin: 0;
    top: 50%;
    left: 50%;
    z-index: 2;
    color: white;
    position: absolute;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: capitalize;
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    transform: translate(-50%, -50%); }
    @media (min-width: 551px) {
      .heroCarousel-image-wrapper .heroCarousel-titleMobile {
        font-size: 28px;
        line-height: 1.5; } }
    @media (min-width: 801px) {
      .heroCarousel-image-wrapper .heroCarousel-titleMobile {
        display: none; } }
  .heroCarousel-image-wrapper a {
    display: contents; }
  .heroCarousel-image-wrapper:after {
    content: "";
    display: block;
    padding-top: 42%; }
  .heroCarousel-image-wrapper .heroCarousel-image {
    top: 0;
    left: 50%;
    height: 78%;
    width: auto;
    max-width: none;
    position: absolute;
    transform: translateX(-50%); }
  .heroCarousel-image-wrapper > .link {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    position: absolute; }
  @media (min-width: 551px) {
    .heroCarousel-image-wrapper:after {
      content: none; }
    .heroCarousel-image-wrapper .heroCarousel-image {
      top: auto;
      left: auto;
      height: auto;
      max-width: 100%;
      min-width: 100%;
      transform: none;
      position: relative; } }
  @media (min-width: 1025px) {
    .heroCarousel-image-wrapper {
      max-height: 32vw; } }

.heroCarousel-image {
  z-index: 1;
  width: 100%;
  position: relative; }

.heroCarousel-content {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 20px 0 30px 0; }
  .heroCarousel-content .heroCarousel-title {
    display: none;
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: capitalize;
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    color: #1c1c1c; }
  .heroCarousel-content .heroCarousel-description {
    color: #323232;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    margin: 0 0 20px 0; }
  .heroCarousel-content .button {
    margin: 0;
    min-width: 150px;
    color: white;
    border: 1px solid #9a1b1f;
    background-color: #9a1b1f; }
    .heroCarousel-content .button:hover, .heroCarousel-content .button:active, .heroCarousel-content .button:focus {
      color: #9a1b1f;
      border: 1px solid #9a1b1f;
      background-color: #ffffff; }
  @media (min-width: 551px) {
    .heroCarousel-content .heroCarousel-title {
      font-size: 28px;
      line-height: 1.5; }
    .heroCarousel-content .heroCarousel-description {
      font-size: 12px;
      margin: 0 0 30px 0; } }
  @media (min-width: 801px) {
    .heroCarousel-content {
      top: 50%;
      left: 0%;
      z-index: 5;
      padding: 0 60px;
      text-align: left;
      position: absolute;
      transform: translateY(-50%);
      background-color: transparent; }
      .heroCarousel-content .heroCarousel-title {
        color: white;
        display: block;
        font-size: 60px;
        line-height: 1.0em; }
      .heroCarousel-content .heroCarousel-description {
        color: white; } }
  @media (min-width: 1025px) {
    .heroCarousel-content {
      padding: 0 15px; } }

.heroCarousel-content-wrapper {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 801px) {
    .heroCarousel-content-wrapper {
      padding-left: 0px;
      padding-right: 0px; } }

@media (min-width: 801px) {
  .heroCarousel .heroCarousel-content-wrapper {
    top: 50%;
    left: 0;
    width: 100%;
    max-width: 600px;
    z-index: 5;
    position: absolute;
    transform: translate3d(0%, -50%, 0); } }

@media (min-width: 1025px) {
  .heroCarousel .heroCarousel-content-wrapper {
    top: 50%;
    left: calc((100% - 1170px)/ 2);
    width: 100%;
    max-width: 900px;
    z-index: 5;
    position: absolute;
    transform: translate3d(0%, -50%, 0); }
  .heroCarousel.heroCarousel-special .heroCarousel-content-wrapper {
    left: 0; } }

/*--------  2. customs css  ---------*/
/*.heroCarousel_loadding {
            position: relative;
            &:after {
                content: "";
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                z-index: 10;
                position: absolute;
                background-color: #ffffff;
                transition: all 0.3s ease;
            }
        }*/
/*=====  End of www.themevale.com  ======*/
@media (min-width: 768px) {
  .writeReview-productDetails {
    width: 45%;
    float: left;
    padding-right: 15px; } }

.writeReview-productDetails .product-brand {
  margin: 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 10px;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  color: #1c1c1c;
  font-weight: 700; }

.writeReview-productDetails .product-title {
  font-size: 12px;
  margin-top: 0;
  text-transform: none;
  font-weight: 400;
  color: #1c1c1c; }

.writeReview-form {
  margin-top: 30px; }
  @media (min-width: 768px) {
    .writeReview-form {
      width: 55%;
      float: left;
      margin-top: 0;
      padding-left: 15px; } }
  .writeReview-form textarea {
    min-height: 120px; }
  .writeReview-form .button {
    min-width: 200px;
    color: #ffffff;
    border-color: #5874b0;
    background-color: #5874b0; }
    .writeReview-form .button:hover, .writeReview-form .button:focus, .writeReview-form .button:active {
      color: #5874b0;
      border-color: #5874b0;
      background-color: #ffffff; }

.writeReview-productImage-container {
  position: relative;
  overflow: hidden;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto; }
  .writeReview-productImage-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 100%; }
  .writeReview-productImage-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  @media (min-width: 768px) {
    .writeReview-productImage-container {
      max-width: none; } }

.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.75rem;
        padding-top: 0.75rem; } }
    .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.16667rem; }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemPrice {
      text-align: center; } }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemQuantity {
      text-align: right; } }

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

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

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

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

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.41667rem; }
  @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-left: -8px;
  margin-right: -8px; }
  .productCarousel:before, .productCarousel:after {
    content: " ";
    display: table; }
  .productCarousel:after {
    clear: both; }
  @media (min-width: 1025px) {
    .productCarousel {
      margin-left: -15px;
      margin-right: -15px; } }
  .productCarousel .slick-arrow {
    width: 30px;
    height: 30px; }
    .productCarousel .slick-arrow.slick-disabled {
      opacity: 1; }
    .productCarousel .slick-arrow.slick-prev {
      left: -30px; }
    .productCarousel .slick-arrow.slick-next {
      right: -30px; }

.productCarousel-slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left;
  padding-left: 8px;
  padding-right: 8px;
  float: none; }
  .productCarousel-slide .card {
    margin-bottom: 30px; }
  @media (min-width: 601px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 993px) {
    .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 1025px) {
    .productCarousel-slide {
      padding-left: 15px;
      padding-right: 15px; } }

.productReviews-list {
  margin: 0; }

.productReview {
  width: 100%;
  float: none;
  font-size: 1rem;
  display: block;
  vertical-align: top;
  margin-bottom: 0; }
  .productReview + .productReview {
    margin-top: 45px; }
  .productReview .productReview-title {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
    text-transform: capitalize;
    color: #5874b0;
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    font-weight: 700; }
  .productReview .productReview-rating {
    line-height: 1;
    display: inline-block;
    vertical-align: middle; }
  .productReview .productReview-author {
    color: #8c8c8c;
    margin-top: 10px;
    margin-bottom: 15px; }
  .productReview .productReview-ratingNumber {
    display: none; }
  .productReview .productReview-body {
    margin-bottom: 0;
    font-style: italic; }

.btn-createReview {
  margin-top: 5px;
  float: left;
  width: 100%; }

.productReviews .pagination {
  margin: 30px 0 0 0; }

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

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

.productView-img-container {
  position: relative;
  margin: auto;
  width: 100%; }
  .productView-img-container > a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute; }
  .productView-img-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    max-height: 100%;
    width: auto; }
    .productView-img-container img.lazyload, .productView-img-container img.lazyloading {
      width: auto;
      height: auto; }
  .productView-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }

.productView-thumbnails {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin: 0;
  font-size: 0;
  text-align: center; }
  .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-arrow {
    fill: #323232; }
  .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: 8px;
  padding-right: 8px;
  text-align: center;
  display: inline-block;
  float: none; }

.productView-thumbnail-link {
  display: block;
  position: relative; }
  .productView-thumbnail-link::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .productView-thumbnail-link img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    max-height: 100%;
    width: auto; }
    .productView-thumbnail-link img.lazyload, .productView-thumbnail-link img.lazyloading {
      width: auto;
      height: auto; }
  .productView-thumbnail-link.is-active {
    opacity: 0.5; }

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

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

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

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

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

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

.productView-reviewLink {
  display: inline-block;
  margin-left: 0.75rem;
  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.75rem; } }
  .productView-reviewLink > a {
    color: #757575; }
    .productView-reviewLink > a:hover {
      color: #333333; }

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

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

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

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

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center;
  /*.form-action {

        @include breakpoint("small") {
            float: left;
            padding: 0 remCalc(10);
            width: 50%;
        }

        @include breakpoint("medium") {
            float: none;
            padding: 0;
            width: auto;
        }

        @include breakpoint("large") {
            display: inline-block;
            margin-top: 1rem;
        }

        // scss-lint:disable SelectorDepth, NestingDepth
        .button {
            width: 100%;

            @include breakpoint("large") {
                margin-right: spacing("half");
                width: auto;
            }
        }
    }*/ }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 551px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
  .productView-options input[type="file"] {
    font-size: 13px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field > .form-checkbox + .form-label,
    .productView-options .form-field > .form-radio + .form-label {
      width: auto;
      display: inline-block;
      margin-left: 1.5rem; }
      @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; }

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

.productOptions-list-item {
  padding: 1.5rem; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid #cccccc; }
  .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.25rem; }

.shareProduct {
  text-align: center; }

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

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

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

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

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

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

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

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

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

.compareTable-product {
  font-weight: 400;
  padding: 2rem 1rem 1.25rem; }
  .compareTable-product .card {
    margin-bottom: 0; }

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

.compareTable {
  border: 1px solid #ececec;
  border-collapse: collapse; }
  .compareTable th, .compareTable td {
    border: 1px solid #ececec;
    border-spacing: 0px; }
  .compareTable thead {
    text-align: center; }
    .compareTable thead .compareTable-heading {
      text-align: center;
      font-family: "Arimo", Arial, Helvetica, sans-serif; }
    .compareTable thead .compareTable-headingText {
      font-size: 13px;
      font-weight: 700;
      /*letter-spacing: 1px;*/
      text-transform: uppercase;
      color: #1c1c1c; }
  .compareTable .compareTable-item.text-center,
  .compareTable .compareTable-heading.text-center {
    width: 150px; }

.compareTable-product .card {
  border: none;
  text-align: center; }
  .compareTable-product .card .card-img-container {
    padding-left: 30px;
    padding-right: 30px; }
    .compareTable-product .card .card-img-container:before {
      content: none; }
  .compareTable-product .card .card-body {
    text-align: center; }
    .compareTable-product .card .card-body .card-figcaption {
      margin-top: 20px; }
  .compareTable-product .card .card-price-wrapper {
    margin-top: 5px; }
    .compareTable-product .card .card-price-wrapper .card-price {
      float: none; }

.compareTable-product .compareTable-removeProduct {
  top: 0px;
  right: 10px;
  width: 24px;
  height: 24px;
  position: absolute;
  background-color: transparent; }
  .compareTable-product .compareTable-removeProduct .icon {
    margin: 0;
    width: 25px;
    height: 25px;
    padding: 5px;
    fill: #ffffff;
    border-radius: 50%;
    background-color: #1c1c1c; }

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

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

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

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

.toggleLink {
  color: #757575; }
  .toggleLink > .icon {
    width: 12px;
    height: 22px;
    float: right;
    padding: 5px 0;
    transition: all 0.3s ease; }
  .toggleLink.is-open .icon {
    transform: rotate(180deg); }
  .toggleLink:hover {
    color: #333333; }
  .toggle-title .toggleLink {
    float: right;
    line-height: 24px; }
  @media (min-width: 801px) {
    .toggleLink {
      padding: 0; } }

.toggleLink-text {
  font-size: 0;
  font-weight: 400;
  color: #323232; }
  @media (min-width: 801px) {
    .toggleLink-text {
      font-size: 13px; } }

.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: 100rem;
  width: 100%;
  border: #e5e5e5 solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 2rem;
  padding: 1rem;
  display: none !important; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  .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: block !important; }
  .facetedSearch-navList.is-open {
    display: block; }
    .facetedSearch-navList.is-open .accordion--navList,
    .facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .facetedSearch-toggle + .facetedSearch-navList,
  .sidebarBlock + .facetedSearch-navList {
    margin-top: 2rem; }
  .facetedSearch-toggle + .facetedSearch-navList.is-open,
  .sidebarBlock + .facetedSearch-navList.is-open {
    margin-top: -1px; }
    @media (min-width: 801px) {
      .facetedSearch-toggle + .facetedSearch-navList.is-open,
      .sidebarBlock + .facetedSearch-navList.is-open {
        margin-top: 2rem; } }
  .facetedSearch-navList .navList--inner {
    margin-left: 1.5rem; }

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

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

.facetedSearch-refineFilters {
  display: block; }
  .facetedSearch-refineFilters .inlineList li {
    margin-left: 0;
    margin-right: 5px;
    display: inline-block;
    vertical-align: top; }

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

.facetedSearch-content--rating ul > li > a {
  padding-left: 0 !important;
  vertical-align: middle !important;
  font-size: 0 !important;
  line-height: 1; }
  .facetedSearch-content--rating ul > li > a > span:not(.rating--small) {
    padding-left: 15px;
    font-size: 12px !important; }

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

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

.facetLabel {
  font-size: 12px;
  color: #8c8c8c;
  line-height: 1;
  padding: 9px 12px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
  .facetLabel .icon {
    height: 1rem;
    width: 1rem;
    display: inline-block;
    fill: #757575;
    position: relative;
    top: -1px;
    margin-left: 5px; }

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

.cart-header-item {
  padding: 12px 0;
  line-height: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  color: #8c8c8c; }
  .cart-header-item:first-child {
    padding-left: 20px;
    border-radius: 3px 0 0 3px; }
  .cart-header-item:last-child {
    text-align: center;
    border-radius: 0 3px 3px 0; }

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

.cart-item {
  border-bottom: 1px solid #e5e5e5;
  clear: both;
  display: inline-block;
  width: 100%;
  padding: 30px 0; }
  @media (min-width: 551px) {
    .cart-item {
      display: block;
      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;
      vertical-align: top;
      padding-top: 30px;
      padding-bottom: 30px; } }

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

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

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

.cart-item-title {
  display: table-cell;
  vertical-align: top;
  height: 8.33333rem;
  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-left: 1.5rem;
      padding-right: 1.5rem; } }

.cart-item-info {
  clear: both;
  width: 75%;
  float: right;
  padding-left: 1.5rem;
  margin-top: 15px; }
  @media (min-width: 551px) {
    .cart-item-info {
      clear: none;
      float: left;
      margin-top: 0;
      overflow: hidden;
      width: 33.33333%; }
      .cart-item-info.cart-item-quantity {
        padding-left: 0; } }
  @media (min-width: 801px) {
    .cart-item-info {
      float: none;
      width: 16.66667%;
      position: relative; }
      .cart-item-info:last-child {
        text-align: center;
        padding-left: 0; } }

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

.cart-item-quantity .form-increment {
  display: inline-flex; }
  .cart-item-quantity .form-increment .form-input--incrementTotal {
    width: 50px; }

.cart-item-quantity .cart-item-label {
  padding-left: 0;
  line-height: 42px; }

@media (min-width: 551px) {
  .cart-item-quantity .cart-item-label {
    line-height: 20px; } }

@media (min-width: 801px) {
  .cart-item-quantity .form-increment .form-input--incrementTotal {
    width: 70px; } }

.cart-item-label {
  color: #1c1c1c;
  float: left;
  margin-bottom: 0;
  text-align: left;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-item-label {
      display: block;
      text-align: left;
      width: 100%;
      margin-bottom: 0.41667rem; } }
  @media (min-width: 801px) {
    .cart-item-label {
      display: none; } }

.cart-item-value {
  font-size: 15px;
  font-weight: 700;
  color: #1c1c1c; }
  @media (min-width: 801px) {
    .cart-item-value {
      line-height: 42px; } }

.cart-item-brand {
  color: #323232;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px; }

.cart-item-name {
  margin: 0;
  color: #323232;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  font-family: "Arimo", Arial, Helvetica, sans-serif; }
  .cart-item-name a {
    color: inherit; }
  .cart-item-name + .definitionList {
    margin-top: 15px; }
  .cart-item-name + p {
    margin-top: 6px;
    font-style: italic; }

.definitionList {
  margin-bottom: 5px; }
  .definitionList .definitionList-key,
  .definitionList .definitionList-value {
    font-weight: 400;
    line-height: 22px; }
  .definitionList .definitionList-key {
    color: #646464;
    min-width: 40px; }
  .definitionList .definitionList-value {
    color: #323232; }

a[data-item-edit] {
  color: #5874b0;
  font-weight: 700; }

.cart-item-options--giftWrapping {
  margin-bottom: 0;
  margin-top: 15px; }
  .cart-item-options--giftWrapping .cart-item-option-title,
  .cart-item-options--giftWrapping .cart-item-option-description {
    margin: 0;
    line-height: 22px; }
  .cart-item-options--giftWrapping .cart-item-option-title {
    margin-right: 5px;
    color: #646464;
    font-weight: 700; }
  .cart-item-options--giftWrapping .cart-item-option-description {
    color: #5874b0;
    margin-bottom: 5px; }
    .cart-item-options--giftWrapping .cart-item-option-description a {
      font-weight: 700;
      color: inherit; }
  @media (min-width: 551px) {
    .cart-item-options--giftWrapping .cart-item-option-title {
      float: left; }
    .cart-item-options--giftWrapping .cart-item-option-description {
      margin-bottom: 0; } }

.cart-remove {
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 1.66667rem;
  margin-top: 0;
  padding: 3px;
  transition: background-color 0.15s ease;
  width: 1.66667rem; }
  @media (min-width: 551px) {
    .cart-remove {
      margin-left: 25px; } }
  @media (min-width: 801px) {
    .cart-remove {
      margin-top: 9px;
      padding: 0px;
      height: 1.83333rem;
      width: 1.83333rem;
      position: absolute;
      right: 0; } }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove > svg {
    fill: #323232; }

.cart-totals {
  list-style: none;
  margin-left: 0;
  display: block;
  font-size: 0;
  margin: 0 -8px;
  justify-content: space-between;
  text-align: right; }
  .cart-totals ul,
  .cart-totals ol {
    list-style: none;
    margin-bottom: 0; }
  .cart-totals .column {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    width: 100%;
    padding: 0 8px;
    margin-top: 15px; }
    .cart-totals .column:first-child {
      margin-top: 0; }
  @media (min-width: 768px) {
    .cart-totals .column {
      width: 50%;
      margin-top: 30px; }
      .cart-totals .column:nth-child(-n + 2) {
        margin-top: 0; } }
  @media (min-width: 992px) {
    .cart-totals .column {
      width: 33.333333%; }
      .cart-totals .column:nth-child(-n + 3) {
        margin-top: 0; } }
  @media (min-width: 1025px) {
    .cart-totals {
      display: flex;
      margin: 0 -15px; }
      .cart-totals .column {
        padding: 0 15px; } }

.cart-total {
  border-bottom: 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  .cart-total .cart-form,
  .cart-total .shipping-estimator {
    display: block;
    margin-top: 1rem; }
  .cart-total .form-input {
    min-height: 38px;
    padding: 0px 15px;
    display: inline-block;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    min-height: 38px;
    padding: 0px 15px;
    background-position: right 0.41667rem top 0.83333rem;
    background-size: 1.66667rem 1.66667rem;
    margin-bottom: 0.75rem; }
  .cart-total .form-inlineMessage {
    text-align: left;
    margin-top: 1rem; }
  .cart-total + .cart-total:not(.cart-total-custom) {
    margin-top: 15px; }
  @media (min-width: 551px) {
    .cart-total .form-input,
    .cart-total .form-select {
      min-height: 40px;
      padding: 0px 15px; } }
  @media (min-width: 768px) {
    .cart-total + .cart-total:not(.cart-total-custom) {
      margin-top: 30px; } }

.cart-total-label,
.cart-total-value {
  color: #1c1c1c;
  font-weight: 700;
  line-height: 24px;
  padding: 1rem 0; }
  .cart-total-label strong,
  .cart-total-label b,
  .cart-total-value strong,
  .cart-total-value b {
    font-weight: 700; }

.cart-total-label {
  float: none;
  font-size: 18px;
  display: block;
  padding-left: 0;
  text-align: left;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  color: #1c1c1c;
  font-weight: 700;
  border-bottom: 1px solid #eeeeee; }

.cart-total-value {
  text-align: right;
  font-size: 14.5px;
  width: 50%; }
  .cart-total-value button {
    margin: 0;
    padding: 0;
    border: none;
    color: #5874b0;
    font-size: 12px;
    font-weight: 400;
    border-radius: 0;
    text-decoration: none;
    text-transform: capitalize;
    background-color: transparent; }
    .cart-total-value button:hover, .cart-total-value button:focus, .cart-total-value button:active {
      color: #5874b0;
      border: none;
      background-color: transparent; }

.cart-total-custom {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-bottom: 1px solid #eeeeee; }
  .cart-total-custom .cart-total-label,
  .cart-total-custom .cart-total-value {
    margin-bottom: 0;
    display: inline-block;
    border-bottom: none;
    width: 50%; }
  .cart-total-custom .cart-total-label {
    font-size: 12px; }
  .cart-total-custom .cart-total-value {
    font-size: 14.5px; }

.cart-total-grandTotal {
  border-bottom: none; }
  .cart-total-grandTotal .cart-total-label {
    font-size: 16px; }
  .cart-total-grandTotal .cart-total-value {
    font-size: 18px;
    position: relative; }

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

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 0; }
  .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: 73%; }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    margin: 0 0 0 2%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 25%; }

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

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

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

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

.shipping-estimate-submit {
  margin-top: 8px;
  width: 60%;
  float: right; }

.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;
  text-align: center;
  margin-top: 15px; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  .cart-actions .button {
    display: block;
    margin-bottom: 0;
    width: 100%;
    font-size: 14px; }
    @media (min-width: 551px) {
      .cart-actions .button {
        float: right;
        font-size: 18px;
        padding-top: 15px;
        padding-bottom: 14px;
        display: inline-block; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    color: #5874b0;
    padding-top: 15px;
    display: inline-block;
    border-bottom: 1px solid #5874b0; }

.cart-additionalCheckoutButtons {
  position: relative;
  text-align: center; }
  .cart-additionalCheckoutButtons:before, .cart-additionalCheckoutButtons:after {
    content: "";
    position: absolute; }
  .cart-additionalCheckoutButtons:before {
    top: 16px;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #e2e4e8; }
  .cart-additionalCheckoutButtons:after {
    top: 12px;
    left: 50%;
    z-index: 1;
    width: 100px;
    height: 6px;
    transform: translateX(-50%);
    background-color: #ffffff; }
  .cart-additionalCheckoutButtons .FloatRight {
    z-index: 2;
    position: relative; }
    .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.5rem 0; }
  .cart-additionalCheckoutButtons .CheckoutButton:first-child {
    margin-top: 0; }
  .cart-additionalCheckoutButtons .CheckoutButton:last-child {
    padding-bottom: 10px; }

.data-cart-totals {
  width: 100%; }

.previewCartList {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: 398px;
  overflow-y: auto; }
  .previewCartList li {
    padding: 20px 30px;
    border-bottom: 1px solid #e4e4e4; }
    .previewCartList li:last-child {
      border-bottom: none; }

.previewCartItem {
  margin: 0 auto;
  max-width: 100rem;
  width: 100%;
  display: table; }
  .previewCartItem:before, .previewCartItem:after {
    content: " ";
    display: table; }
  .previewCartItem:after {
    clear: both; }

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

.previewCartItem-image {
  width: 60px;
  padding: 0;
  text-align: center;
  position: relative;
  overflow: hidden; }
  .previewCartItem-image img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0; }
  .previewCartItem-image::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }

.previewCartItem-content {
  padding-left: 20px; }

.previewCartItem-brand {
  line-height: 1;
  font-size: 12px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #1c1c1c; }

.previewCartItem-name {
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 10px 0;
  text-transform: none;
  color: #1c1c1c; }
  .previewCartItem-name > a {
    text-decoration: none; }

.previewCartItem-price {
  font-weight: 700;
  display: inline-block;
  font-size: 13px;
  color: #1c1c1c; }

.previewCartAction {
  margin: 0 auto;
  max-width: 100rem;
  width: 100%;
  display: block;
  margin: 0;
  padding: 24px 30px;
  background-color: #f7f7f7; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%; }

.previewCartAction-checkout {
  margin-bottom: 15px; }

.previewCartAction-checkout,
.previewCartAction-viewCart {
  display: block; }

.previewCartAction-checkoutMultiple {
  clear: both;
  text-align: center;
  margin-bottom: 20px; }
  .previewCartAction-checkoutMultiple a {
    color: #5874b0;
    border-bottom: 1px solid #5874b0; }

.previewCart-emptyBody {
  font-size: 12px;
  padding: 3rem;
  text-align: center; }

[data-cart-content] + .button-group {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: right; }
  [data-cart-content] + .button-group .button {
    display: block;
    width: 200px;
    margin-right: 0;
    margin-left: auto; }
  [data-cart-content] + .button-group .button + .button {
    margin-top: 15px; }
  @media (min-width: 551px) {
    [data-cart-content] + .button-group .button {
      display: inline-block;
      width: auto;
      margin-left: auto;
      margin-right: auto; }
    [data-cart-content] + .button-group .button + .button {
      margin-top: 0;
      margin-left: 15px; } }
  @media (min-width: 1025px) {
    [data-cart-content] + .button-group {
      margin-top: 30px;
      margin-bottom: 50px; } }

.brand-protective {
  display: block;
  margin-top: 30px; }
  .brand-protective .item {
    text-align: center;
    width: 100%;
    margin-top: 15px; }
    .brand-protective .item:first-child {
      margin-top: 0; }
  @media (min-width: 992px) {
    .brand-protective {
      display: flex;
      margin-top: 40px;
      flex-wrap: nowrap;
      justify-content: space-between; }
      .brand-protective .item {
        margin-top: 30px;
        width: 33.333333%; }
        .brand-protective .item:first-child {
          text-align: left; }
        .brand-protective .item:nth-child(-n + 3) {
          margin-top: 0; } }

.themevale_securityContent {
  display: table;
  color: #8c8c8c;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto; }
  .themevale_securityContent .icon,
  .themevale_securityContent .text {
    display: table-cell;
    vertical-align: middle; }
  .themevale_securityContent .icon {
    height: 2rem;
    width: 2rem; }
    .themevale_securityContent .icon svg {
      height: 2rem;
      width: 2rem;
      fill: #8c8c8c;
      stroke: #8c8c8c; }
  .themevale_securityContent .text {
    padding-left: 5px;
    margin: 0;
    font-style: italic; }
  .themevale_securityContent + .description {
    margin: 15px 0 0 0;
    color: #8c8c8c; }

#cartMobile {
  overflow-x: auto;
  padding: 0 20px 30px 20px;
  height: calc(100vh - 70px); }
  #cartMobile .navPage-subMenu-title {
    color: #1c1c1c;
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 1;
    font-size: 13px;
    font-weight: 700;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 17px;
    margin-bottom: 20px; }
    #cartMobile .navPage-subMenu-title .icon, #cartMobile .navPage-subMenu-title .text {
      display: inline-block;
      vertical-align: middle; }
    #cartMobile .navPage-subMenu-title .icon {
      margin-right: 5px; }
  #cartMobile .dropdown-cart {
    display: block;
    position: relative; }
    #cartMobile .dropdown-cart .loadingOverlay {
      display: block;
      padding: 25px; }
  #cartMobile .previewCartTable {
    display: block; }
  #cartMobile .previewCartHeader {
    display: none; }
  #cartMobile .previewCartList {
    height: auto;
    max-height: 246px;
    padding-bottom: 15px; }
    #cartMobile .previewCartList .previewCartItem {
      display: block;
      font-size: 0; }
      #cartMobile .previewCartList .previewCartItem + .previewCartItem {
        margin-top: 15px;
        padding-top: 15px; }
    #cartMobile .previewCartList .previewCartItem-block {
      padding: 0;
      display: inline-block;
      vertical-align: top;
      font-size: 12px; }
    #cartMobile .previewCartList .previewCartItem-image {
      width: 60px;
      max-height: 55px; }
    #cartMobile .previewCartList .previewCartItem-content {
      vertical-align: top;
      padding: 0 0 10px 15px;
      width: calc(100% - 60px); }
    #cartMobile .previewCartList .previewCartItem-price {
      /*margin-left: 75px;*/
      margin-left: 0;
      margin-right: 0; }
    #cartMobile .previewCartList .previewCartItem-price,
    #cartMobile .previewCartList .previewCartItem-quantity,
    #cartMobile .previewCartList .previewCartItem-total {
      width: auto; }
    #cartMobile .previewCartList .previewCartItem-quantity {
      margin: 0 5px; }
      #cartMobile .previewCartList .previewCartItem-quantity:before {
        content: "x";
        color: #999999;
        position: relative;
        display: inline-block; }
    #cartMobile .previewCartList .previewCartItem-total {
      display: none; }
  #cartMobile .preview-cart-total,
  #cartMobile .preview-cart-grand-total {
    padding: 0; }
  #cartMobile .previewCartAction {
    padding: 20px 0;
    background-color: transparent; }
    #cartMobile .previewCartAction .previewCartAction-checkout,
    #cartMobile .previewCartAction .previewCartAction-viewCart {
      display: block;
      width: 100%; }
    #cartMobile .previewCartAction .previewCartAction-viewCart {
      margin-top: 15px;
      margin-bottom: 30px; }
  #cartMobile .previewCartAction-checkoutMultiple {
    margin: 15px 0 0 0; }
  #cartMobile .previewCartItem-pricewrapper {
    margin-top: 10px; }
    #cartMobile .previewCartItem-pricewrapper .previewCartItem-price {
      margin-left: 0; }
  #cartMobile .mCSB_scrollTools {
    width: 3px; }
  @media (min-width: 768px) {
    #cartMobile .previewCartList {
      max-height: calc(100vh - 400px); }
    #cartMobile .previewCartAction .previewCartAction-viewCart {
      margin-top: 15px;
      margin-bottom: 15px; } }
  @media (min-width: 1025px) {
    #cartMobile .previewCartList {
      max-height: calc(100vh - 450px); } }

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

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

.panel--address {
  font-size: 1rem;
  position: relative; }
  .panel--address .panel-body {
    min-height: 21.66667rem;
    padding: 1.5rem;
    background-color: #fafafa; }
    @media (min-width: 551px) {
      .panel--address .panel-body {
        padding: 1.5rem 1.5rem 4.5rem; } }
  .panel--address .form-actions {
    margin-bottom: -0.75rem;
    margin-top: 1.5rem;
    text-align: left; }
    @media (min-width: 551px) {
      .panel--address .form-actions {
        bottom: 1.5rem;
        position: absolute;
        width: auto; } }
    .panel--address .form-actions .button {
      font-size: 12px;
      margin-bottom: 0.75rem;
      padding: 8px 20px; }
      .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.41667rem; } }

.address-title {
  margin: 0 0 0.75rem;
  text-transform: none;
  font-weight: 600;
  text-transform: uppercase;
  color: #1c1c1c; }

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

.address-details--postal {
  line-height: 24px; }

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

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

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

.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.33333rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 2.08333rem;
  position: relative;
  margin-bottom: 1.91667rem; }
  .videoGallery-main.widescreen {
    padding-bottom: 56.34%; }
  .videoGallery-main.vimeo {
    padding-top: 0; }
  .videoGallery-main iframe,
  .videoGallery-main object,
  .videoGallery-main embed,
  .videoGallery-main video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

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

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

.video {
  display: block;
  margin-bottom: 1.91667rem;
  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.75rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.75rem;
    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.91667rem; } }
  .video:hover, .video.is-active {
    color: #333333;
    opacity: 1; }

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

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

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

.themevale_videoGallery .videoGallery-main {
  margin-bottom: 15px; }

.themevale_videoGallery .videoGallery-list {
  text-align: center;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  margin: 0;
  padding: 0 0 10px 0; }
  .themevale_videoGallery .videoGallery-list .videoGallery-item {
    white-space: normal;
    width: auto;
    max-width: 180px;
    padding: 0 15px 0 0; }
    .themevale_videoGallery .videoGallery-list .videoGallery-item:last-child {
      padding-right: 0; }
  .themevale_videoGallery .videoGallery-list .video {
    display: block;
    margin-bottom: 0; }
    .themevale_videoGallery .videoGallery-list .video .video-figure,
    .themevale_videoGallery .videoGallery-list .video .video-body {
      float: none;
      display: block; }
    .themevale_videoGallery .videoGallery-list .video .video-figure {
      margin-right: 0; }
    .themevale_videoGallery .videoGallery-list .video .video-body {
      display: none; }

.previewCart {
  width: 100%;
  vertical-align: top;
  display: inline-block; }
  .previewCart .productView {
    padding: 0;
    font-size: 0;
    display: block;
    margin: 30px 0 0 0; }
  .previewCart .previewCartCheckout {
    padding: 20px;
    margin: 0 auto;
    display: block;
    font-size: 12px;
    max-width: 400px;
    text-align: center;
    border-radius: 3px;
    background-color: #fafafa; }
  .previewCart .productView-image {
    width: 30%;
    padding: 0;
    display: inline-block;
    vertical-align: top; }
  .previewCart .productView-details {
    width: 70%;
    margin-bottom: 0;
    padding-left: 15px;
    font-size: 1rem;
    display: inline-block;
    vertical-align: top; }
    .previewCart .productView-details .productView-title {
      font-size: 12px;
      font-weight: 400;
      line-height: 22px;
      margin-bottom: 20px;
      /*letter-spacing: 0.24px;*/ }
    .previewCart .productView-details .productView-info {
      margin-bottom: 0px; }
      .previewCart .productView-details .productView-info .productView-info-name {
        min-width: 70px; }
      .previewCart .productView-details .productView-info .productView-info-value {
        text-transform: capitalize; }
    .previewCart .productView-details .productView-price {
      font-size: 16px;
      line-height: 20px;
      text-transform: uppercase;
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      color: #1c1c1c;
      font-weight: 700; }
  @media (min-width: 551px) {
    .previewCart .previewCartCheckout {
      padding: 30px; }
    .previewCart .productView-image {
      width: 160px; }
    .previewCart .productView-details {
      width: calc(100% - 160px); } }
  @media (min-width: 768px) {
    .previewCart .productView {
      margin: 0;
      width: 60%;
      float: left;
      padding: 0 30px 0 0; }
    .previewCart .previewCartCheckout {
      width: 40%;
      margin: 0;
      padding: 0;
      float: right;
      max-width: none;
      background-color: transparent; } }
  @media (min-width: 801px) {
    .previewCart .productView {
      width: 67%;
      padding: 0 50px 0 0; }
    .previewCart .previewCartCheckout {
      width: 33%; }
    .previewCart .productView-details {
      padding-left: 20px; } }

.previewCartCheckout {
  color: #505050;
  text-align: center; }
  .previewCartCheckout .button {
    width: 100%; }
    .previewCartCheckout .button + .button {
      margin-left: 0;
      margin-top: 10px; }
  .previewCartCheckout .button--primary {
    margin-bottom: 0; }
    @media (min-width: 801px) {
      .previewCartCheckout .button--primary {
        padding: 19px 15px 18px 15px; } }
  .previewCartCheckout p[data-cart-quantity] {
    margin-bottom: 14px; }
  .previewCartCheckout .previewCartAction-checkoutMultiple {
    margin: 15px 0 12px 0; }
  @media (min-width: 1025px) {
    .previewCartCheckout .button {
      padding-left: 10px;
      padding-right: 10px; } }

.previewCartCheckout-additionalCheckoutButtons p {
  display: block;
  margin: 5px 0;
  float: none !important; }

.previewCartCheckout-subtotal {
  margin: 15px 0;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #e0dfdf;
  border-bottom: 1px solid #e0dfdf; }
  .previewCartCheckout-subtotal .previewCartCheckout-price {
    display: block;
    font-size: 24px;
    margin-top: 10px;
    line-height: 30px;
    text-transform: uppercase;
    color: #1c1c1c;
    font-weight: 700; }

.previewCartList {
  overflow-y: scroll;
  -ms-overflow-style: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch; }
  .previewCartList::-webkit-scrollbar {
    width: 0;
    height: 0; }

.suggestiveCart {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e6e6e6; }
  .suggestiveCart > h4 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 20px 0;
    text-transform: uppercase; }
  .suggestiveCart .productGrid {
    overflow: auto;
    white-space: nowrap; }
    .suggestiveCart .productGrid .product {
      float: none;
      white-space: normal; }
  @media (min-width: 1025px) {
    .suggestiveCart .productGrid .product {
      width: 25%; } }

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.16667rem 0.58333rem 0 rgba(0, 0, 0, 0.2);
  color: #626568;
  float: left;
  font-family: "Source Sans Pro", arial, "sans serif", sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 46px;
  left: 0;
  position: fixed;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 10000; }

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

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

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

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

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

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

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

.privacy-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500; }
  .privacy-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.95); }
  .privacy-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 2.25rem;
    border-radius: 4px;
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto; }
    .privacy-modal-content h2 {
      margin: 0 0 1.5rem; }
  .privacy-modal-close {
    position: absolute;
    top: 1.05rem;
    right: 0.75rem;
    background: none;
    border: none;
    font-size: 25px;
    color: #666666;
    cursor: pointer;
    padding: 0;
    line-height: 1; }
  .privacy-modal-option {
    margin: 2.25rem 0;
    padding: 1.5rem;
    background: #e5e5e5;
    border-radius: 4px; }
    .privacy-modal-option label {
      display: flex;
      align-items: center;
      gap: 0.75rem;
      font-weight: 600;
      cursor: pointer; }
    .privacy-modal-option input[type="checkbox"] {
      width: 18px;
      height: 18px; }
  .privacy-modal-description {
    margin: 0.75rem 0 0;
    font-size: 15px;
    color: #999999; }
  .privacy-modal-save {
    width: 100%;
    margin-top: 1.5rem; }

.privacy-choices-section {
  margin: 3rem 0;
  padding: 2.25rem;
  background: #e5e5e5;
  border-radius: 4px;
  text-align: center;
  scroll-margin-top: 250px; }
  .privacy-choices-section h3 {
    margin: 0 0 0.75rem; }
  .privacy-choices-section p {
    margin: 0 0 1.5rem; }

/*=========================================
=            www.themevale.com            =
=========================================*/
/*--------  1.0 Login page  ---------*/
.login-row {
  width: 100%;
  display: block;
  margin-top: 30px; }
  .login-row .login-form {
    width: 100%;
    display: block;
    margin-bottom: 30px; }
  .login-row .new-customer {
    width: 100%;
    display: block; }
  @media (min-width: 551px) {
    .login-row {
      margin-top: 35px;
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      .login-row .login-form {
        width: 50%;
        padding-top: 30px;
        padding-right: 30px;
        margin-bottom: 0; }
      .login-row .new-customer {
        width: 50%; } }
  @media (min-width: 801px) {
    .login-row .login-form {
      padding-right: 50px; } }
  @media (min-width: 1025px) {
    .login-row .login-form {
      width: 470px;
      padding-right: 0px; }
    .login-row .new-customer {
      width: 600px; } }

.login-form .form-field-login-pass {
  margin: 0 0 14px; }

.login-form .form-actions {
  margin-top: 15px;
  text-align: left; }
  .login-form .form-actions .button {
    color: #1C1C1C;
    background: #F7D417;
    min-width: 160px;
    display: inline-block;
    vertical-align: middle; }
  .login-form .form-actions .forgot-password {
    display: block;
    position: relative;
    margin-top: 0;
    color: #5874b0; }
    @media (min-width: 801px) {
      .login-form .form-actions .forgot-password {
        margin-top: 0;
        margin-left: 30px;
        display: inline-block;
        vertical-align: middle; } }
    @media (min-width: 1025px) {
      .login-form .form-actions .forgot-password:before {
        content: "";
        left: 0;
        width: 0;
        bottom: 0;
        height: 1px;
        position: absolute;
        transition: all 0.3s ease;
        background-color: #5874b0; }
      .login-form .form-actions .forgot-password:hover {
        color: #5874b0; }
        .login-form .form-actions .forgot-password:hover:before {
          width: 100%; } }

.new-customer {
  border-radius: 3px;
  padding: 25px 20px;
  background-color: #fafafa; }
  .new-customer .panel-header,
  .new-customer .panel-body {
    background-color: transparent; }
  .new-customer .panel-header {
    padding: 0; }
    .new-customer .panel-header .panel-title {
      font-size: 16px;
      line-height: 1;
      margin-bottom: 20px;
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      color: #1c1c1c;
      font-weight: 700;
      text-transform: capitalize; }
  .new-customer .panel-body {
    padding: 0;
    margin-bottom: 0; }
    .new-customer .panel-body .new-customer-intro {
      margin-bottom: 7px; }
    .new-customer .panel-body ul li {
      line-height: 30px; }
  .new-customer .button {
    color: #1C1C1C;
    background: #F7D417;
    margin-top: 5px;
    min-width: 200px;
    margin-bottom: 0; }
  @media (min-width: 801px) {
    .new-customer {
      padding: 35px; } }

/*--------  2.0 Account created  ----*/
.page-account-created {
  margin-top: 50px;
  margin-bottom: 20px; }
  .page-account-created .alertBox {
    display: inline-block; }
    .page-account-created .alertBox .alertBox-message {
      width: auto; }
  .page-account-created .button {
    margin: 20px 0 0 0; }

.button[value="Create Account"] {
  min-width: 250px;
  color: #1C1C1C;
  background: #F7D417; }

.page-type-shippingaddressform form[data-address-form] .button {
  min-width: 180px; }

/*--------  3.0 Forgot pass  --------*/
.forgot-password-form .form-prefixPostfix {
  display: block; }
  .forgot-password-form .form-prefixPostfix .button {
    width: auto;
    display: inline-block;
    margin-top: 15px;
    min-width: 200px; }
  @media (min-width: 1261px) {
    .forgot-password-form .form-prefixPostfix {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap; }
      .forgot-password-form .form-prefixPostfix .button {
        margin-top: 0;
        margin-left: 20px; }
      .forgot-password-form .form-prefixPostfix .form-inlineMessage {
        position: absolute;
        bottom: -10px; } }

/*--------  4.0 New password  -------*/
.new-password-form .button[value="Continue"] {
  min-width: 200px; }

/*--------  5.0 Gift Certificates  --*/
.gift_certificate-page.account {
  margin-top: 0; }

.gift_certificate-page > ol li {
  margin-bottom: 7px; }

.gift_certificate-page > h3 {
  font-size: 16px;
  margin-top: 0;
  line-height: 1.3;
  margin-bottom: 15px; }
  @media (min-width: 551px) {
    .gift_certificate-page > h3 {
      font-size: 22px; } }

#gift-certificate-balance .form-prefixPostfix {
  display: block; }
  #gift-certificate-balance .form-prefixPostfix .button {
    width: auto;
    margin-top: 15px;
    min-width: 200px; }
  @media (min-width: 1261px) {
    #gift-certificate-balance .form-prefixPostfix {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap; }
      #gift-certificate-balance .form-prefixPostfix .button {
        margin-top: 0;
        margin-left: 20px; } }

@media (min-width: 551px) {
  #gift-certificate-form #gift-certificate-preview {
    min-width: 120px; }
  #gift-certificate-form #gift-certificate-submit {
    min-width: 300px; } }

@media (min-width: 801px) {
  #gift-certificate-form #gift-certificate-preview {
    min-width: 160px; }
  #gift-certificate-form #gift-certificate-submit {
    min-width: 400px; } }

/*--------  6.0 Login form  ---------*/
.login-dropdown {
  opacity: 0;
  visibility: hidden;
  top: 100px;
  width: 300px;
  border-radius: 3px;
  position: absolute;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); }
  .login-dropdown .form-input {
    padding: 8px 15px;
    min-height: 36px; }
  .login-dropdown .button {
    padding: 11px 15px 10px 15px; }
  .login-dropdown .login-header {
    display: flex;
    align-items: center;
    padding: 15px 25px;
    justify-content: space-between;
    border-bottom: 1px solid #eeeeee; }
    .login-dropdown .login-header .login-title {
      margin: 0;
      line-height: 1;
      font-size: 15px;
      text-transform: capitalize; }
    .login-dropdown .login-header .login-close {
      width: 15px;
      height: 15px;
      text-align: center;
      line-height: 15px;
      font-size: 30px;
      color: #323232; }
  .login-dropdown .login-content {
    text-align: left;
    padding: 15px 25px 25px 25px;
    text-transform: none; }
    .login-dropdown .login-content .login-intro {
      color: #8c8c8c;
      margin-bottom: 15px; }
    .login-dropdown .login-content .login-form {
      margin-bottom: 0; }
    .login-dropdown .login-content .form-field {
      margin-bottom: 17px; }
    .login-dropdown .login-content .form-actions {
      margin-top: 0; }
      .login-dropdown .login-content .form-actions .forgot-password,
      .login-dropdown .login-content .form-actions .button {
        margin-left: 0; }
      .login-dropdown .login-content .form-actions .forgot-password {
        display: inline-block;
        margin-bottom: 15px; }
      .login-dropdown .login-content .form-actions .button {
        width: 100%;
        display: block; }
        .login-dropdown .login-content .form-actions .button:hover {
          color: #ffffff; }
  .login-dropdown .new-customer {
    padding: 15px 25px 30px 25px;
    background-color: #f7f7f7;
    border-radius: 0 0 3px 3px; }
    .login-dropdown .new-customer .new-customer-intro {
      color: #8c8c8c;
      margin-bottom: 15px;
      text-transform: none; }
    .login-dropdown .new-customer .button {
      color: #1C1C1C;
      background: #F7D417;
      width: 100%;
      display: block; }

.login-content {
  text-align: left; }

.is-open + .login-dropdown {
  top: 44px;
  opacity: 1;
  visibility: visible; }

/*=====  End of www.themevale.com  ======*/
.search-suggestion {
  margin-bottom: 2rem; }
  .search-suggestion > :last-child {
    margin-bottom: 0; }

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

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

.quickSearchResults {
  width: 100%;
  margin-top: 1px;
  max-height: 320px;
  overflow-y: auto;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff; }
  @media (min-width: 551px) {
    .quickSearchResults {
      max-height: 250px; } }
  @media (min-width: 768px) {
    .quickSearchResults {
      max-height: 500px; } }
  @media (min-width: 1147px) {
    .quickSearchResults {
      max-height: 500px; } }
  .quickSearchResults .modal-close {
    display: none; }
  .quickSearchResults .productList {
    padding: 0;
    margin: 0; }
    .quickSearchResults .productList .product {
      margin: 0;
      width: 100%;
      padding: 15px;
      display: block;
      transition: all 0.3s ease;
      border-bottom: 1px solid #eaeaea; }
      .quickSearchResults .productList .product:hover {
        background-color: #fafafa; }
      .quickSearchResults .productList .product:last-child {
        padding-bottom: 15px; }
      .quickSearchResults .productList .product + .product {
        margin-top: 0; }
  .quickSearchResults .card {
    margin: 0;
    width: 100%;
    display: table;
    text-align: left; }
    .quickSearchResults .card .card-figure,
    .quickSearchResults .card .card-body {
      text-align: left;
      display: table-cell;
      vertical-align: top; }
    .quickSearchResults .card .card-img-container:before {
      content: none; }
    .quickSearchResults .card .card-figure {
      width: 70px;
      padding-bottom: 0;
      background-color: transparent; }
    .quickSearchResults .card .card-body {
      padding-top: 0;
      padding-left: 15px; }
      .quickSearchResults .card .card-body .card-brand {
        display: none; }
      .quickSearchResults .card .card-body .card-title {
        margin-bottom: 10px; }
      .quickSearchResults .card .card-body .price-wrapper {
        margin-bottom: 12px; }
      @media (min-width: 551px) {
        .quickSearchResults .card .card-body .card-brand {
          display: block; } }
  .quickSearchResults .quickSearch-wrapper {
    padding: 15px; }

.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 {
  margin: 0;
  line-height: 1.2;
  font-size: 13px;
  text-align: center; }

.page-type-search .panel-body {
  background-color: #fafafa; }

.page-type-search #search-results-content ul {
  margin-left: 0; }

.search-information {
  list-style: none;
  margin: 0; }
  .search-information > li + li {
    margin-top: 30px; }
  .search-information > li .title {
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px; }
  .search-information > li .description {
    margin-top: 15px; }

#search-results-content ul strong a {
  display: inline-block;
  margin-bottom: 10px; }

/*=========================================
=            www.themevale.com            =
=========================================*/
.themevale_search {
  display: block;
  margin: 0 auto;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1); }
  .themevale_search .form, .themevale_search .form-fieldset, .themevale_search .form-field {
    margin: 0; }
  .themevale_search .form-fieldset {
    margin: 0;
    width: 100%;
    position: relative; }
  .themevale_search .form-field {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch; }
  .themevale_search #search_category {
    width: 70px;
    min-width: 70px;
    font-weight: 700;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    color: white;
    transition: all 0.3s ease; }
    .themevale_search #search_category .select_category {
      color: #000000;
      z-index: 2;
      height: 100%;
      line-height: 16px;
      border: none;
      cursor: pointer;
      position: relative;
      appearance: none;
      -webkit-appearance: none;
      padding: 15px 15px 15px 17px;
      background-color: transparent; }
      .themevale_search #search_category .select_category::-ms-expand {
        display: none; }
    .themevale_search #search_category .icon {
      color: #000000;
      stroke: #000000;
      top: 50%;
      right: 17px;
      height: 0.83333rem;
      width: 0.83333rem;
      position: absolute;
      transform: translateY(-50%); }
  .themevale_search .form-input {
    min-height: auto;
    border: none;
    border-radius: 0;
    background-color: #f7f7f7; }
    .themevale_search .form-input::-webkit-input-placeholder {
      color: #6e6e6e; }
    .themevale_search .form-input::-moz-placeholder {
      color: #6e6e6e; }
    .themevale_search .form-input:-ms-input-placeholder {
      color: #6e6e6e; }
    .themevale_search .form-input:-moz-placeholder {
      color: #6e6e6e; }
  .themevale_search button[type="submit"] {
    padding: 8px 12px;
    border: 1px solid #f7d417;
    background-color: #f7d417; }
    .themevale_search button[type="submit"] .icon {
      fill: white;
      stroke: white;
      height: 1.66667rem;
      width: 1.66667rem; }
  @media (min-width: 768px) {
    .themevale_search {
      max-width: 600px; }
      .themevale_search button[type="submit"] {
        padding: 10px 10px 10px 12px; }
        .themevale_search button[type="submit"] .icon {
          height: 2.16667rem;
          width: 2.16667rem; } }
  @media (min-width: 1147px) {
    .themevale_search {
      box-shadow: none; }
      .themevale_search .form-fieldset {
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.075); }
      .themevale_search #search_category {
        border: 1px solid #e2e4e8;
        border-radius: 3px 0 0 3px; }
      .themevale_search .form-input {
        border: 1px solid #e2e4e8;
        border-left: none;
        border-right: none; }
      .themevale_search button[type="submit"] {
        border-radius: 0 3px 3px 0; }
      .themevale_search.layout-2 .form-fieldset {
        box-shadow: none; }
      .themevale_search.layout-2 #search_category {
        border: 2px solid #e2e4e8;
        border-right: none;
        position: relative; }
        .themevale_search.layout-2 #search_category:after {
          content: "";
          position: absolute;
          width: 1px;
          height: 26px;
          background-color: #e2e4e8;
          right: 0;
          top: 50%;
          transform: translateY(-50%); }
      .themevale_search.layout-2 .form-input {
        border: 2px solid #e2e4e8;
        border-left: none;
        border-right: none; } }

.themevale_quickSearch {
  overflow: hidden; }
  @media (min-width: 1147px) {
    .themevale_quickSearch .header #quickSearch .themevale_search > .form {
      z-index: 10;
      position: relative; }
    .themevale_quickSearch .header .navUser:before,
    .themevale_quickSearch .header .navPages-container:before,
    .themevale_quickSearch .header .middleHeader-container:before {
      display: block;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      position: absolute;
      background-color: rgba(0, 0, 0, 0.5); }
    .themevale_quickSearch .header .middleHeader-container:before,
    .themevale_quickSearch .header .navPages-container:before {
      top: -1px; }
    .themevale_quickSearch .header.is-sticky .middleHeader-container:before {
      bottom: 0px; }
    .themevale_quickSearch .quickSearchResults {
      opacity: 1;
      visibility: visible; } }

.themevale_searchMobile .themevale_search .form-input {
  font-size: 16px; }

.themevale_searchMobile .themevale_search #search_category {
  background: #ffffff;
  color: #3d4044;
  border-right: 1px solid #f7f7f7; }
  .themevale_searchMobile .themevale_search #search_category .icon {
    fill: #3d4044;
    stroke: #3d4044; }

.themevale_searchMobile .themevale_search.is-sticky {
  top: 50px !important; }

/*=====  End of www.themevale.com  ======*/
.navBar--account {
  display: none; }
  @media (min-width: 801px) {
    .navBar--account {
      display: block; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.account-orderStatus-label {
  background-color: #cccccc;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 0.41667rem;
  padding: 6px 10px 5px 10px;
  border-radius: 3px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.wishlists-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 100rem; }
  .wishlists-table tr td {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
  .wishlists-table .table-actions .button {
    color: #5874b0;
    padding: 5px 0;
    border: none;
    text-align: left;
    border-radius: 0;
    text-decoration: underline;
    text-underline-position: under;
    background: transparent;
    text-transform: capitalize; }
    .wishlists-table .table-actions .button + .button {
      margin-left: 0;
      margin-top: 15px; }
    .wishlists-table .table-actions .button:hover, .wishlists-table .table-actions .button:focus, .wishlists-table .table-actions .button:active {
      border: none;
      color: #5874b0;
      background-color: transparent; }
  @media (min-width: 551px) {
    .wishlists-table .table-actions .button {
      text-align: center; }
    .wishlists-table .table-actions .button + .button {
      margin-left: 15px;
      margin-top: 0; } }

.wishlist-header {
  display: none;
  text-align: center; }
  .wishlist-header > h1 {
    margin-bottom: 50px; }

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

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

.icon--ratingEmpty {
  height: 1.33333rem;
  width: 1.33333rem; }
  .icon--ratingEmpty svg {
    fill: #e4e4e4; }

.icon--ratingFull {
  height: 1.33333rem;
  width: 1.33333rem; }
  .icon--ratingFull svg {
    fill: #ffc50a; }

.rating--small {
  display: inline-block;
  vertical-align: top; }
  .rating--small .icon {
    height: 1.16667rem;
    width: 1.16667rem;
    vertical-align: top; }

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

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

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

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

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

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

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

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

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

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

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

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

.paymentMethodForm-heading {
  color: #333333;
  font-family: "Arimo", 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.16667rem;
  width: 2.83333rem; }

.paymentMethodForm-inputs {
  position: relative; }
  @media (min-width: 551px) {
    .paymentMethodForm-inputs:last-child {
      padding-left: 1.5rem;
      width: 30%; }
    .paymentMethodForm-inputs:first-child {
      width: 70%; } }

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.75rem;
  top: 3.25rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 1.75rem;
    width: 1.75rem; }

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

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

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

.manual-captcha-input-container {
  align-items: center;
  display: flex; }
  .manual-captcha-input-container .question {
    font-size: 1.25rem;
    margin-right: 1rem; }
  .manual-captcha-input-container .form-input {
    flex: 1; }

.header {
  background-color: #9a1b1f;
  border-bottom: none;
  overflow: visible;
  position: relative;
  width: 100%;
  z-index: 20;
  border-bottom: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }
  @media (min-width: 801px) {
    .header.is-open {
      height: auto; } }
  .header.is-sticky {
    top: 0;
    position: fixed;
    animation-name: fadeInDown;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1); }
    .header.is-sticky > .themevale_bottomHeader,
    .header.is-sticky > #menu {
      display: block; }
    .header.is-sticky > .navUser {
      display: none; }
  @media (min-width: 1147px) {
    .header {
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1); }
      .header.is-sticky {
        z-index: 99; }
        .header.is-sticky .header-logo-image {
          max-height: 30px; }
        .header.is-sticky .themevale_middleHeader {
          padding-top: 10px;
          padding-bottom: 10px; }
        .header.is-sticky .middleHeader-container > .middleHeader-item.text-left {
          display: none; }
        .header.is-sticky .middleHeader-container > .middleHeader-item > .item--hamburger {
          display: inline-block; } }

.header-logo {
  margin: 0;
  font-size: 0;
  text-align: center; }
  .header-logo > a {
    color: #383e47;
    display: inline-block;
    position: relative;
    text-decoration: none;
    z-index: 1; }
    .header-logo > a:before, .header-logo > a:after {
      content: " ";
      display: table; }
    .header-logo > a:after {
      clear: both; }

.header-logo-text {
  display: block;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  font-weight: 700;
  letter-spacing: 0.41667rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  line-height: 1;
  padding: 0.25rem 0;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 2.5vw;
      padding-bottom: 0;
      padding-top: 0; } }
  @media (min-width: 801px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      margin-left: 0;
      max-width: none;
      overflow: auto;
      white-space: normal;
      vertical-align: top; } }

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

.header-logo-image {
  max-height: 24px;
  width: auto; }
  @media (min-width: 768px) {
    .header-logo-image {
      max-height: 30px; } }
  @media (min-width: 1147px) {
    .header-logo-image {
      max-height: 40px; } }

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

.mobileMenu-toggle {
  width: 30px;
  height: 30px;
  font-size: 0;
  overflow: hidden;
  position: relative;
  display: block;
  z-index: 1;
  outline: none;
  box-shadow: none; }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: white;
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 50%;
    width: calc(100%);
    transform: translateY(-50%);
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -8px; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -8px; }
  .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 {
      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); }
  @media (min-width: 768px) {
    .mobileMenu-toggle {
      width: 30px;
      height: 30px; }
      .mobileMenu-toggle .mobileMenu-toggleIcon::before {
        top: -10px; }
      .mobileMenu-toggle .mobileMenu-toggleIcon::after {
        bottom: -10px; } }
  @media (min-width: 1147px) {
    .mobileMenu-toggle .mobileMenu-toggleIcon,
    .mobileMenu-toggle .mobileMenu-toggleIcon::before,
    .mobileMenu-toggle .mobileMenu-toggleIcon::after {
      height: 2px; } }

.page-type-login .accountMobile {
  pointer-events: none; }

/*=========================================
=            www.themevale.com            =
=========================================*/
/*--------  1.0 Topbar Promotion  ---*/
#themevale_top-promotion {
  font-size: 11px;
  padding: 12px 0;
  color: white;
  text-align: center;
  position: relative;
  background-color: #4d6170;
  z-index: 20; }
  #themevale_top-promotion .banner-promotion .image,
  #themevale_top-promotion .banner-promotion .text,
  #themevale_top-promotion .banner-promotion .link {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle; }
  #themevale_top-promotion .banner-promotion .image {
    margin-right: 15px;
    max-height: 14px; }
  #themevale_top-promotion .banner-promotion .text {
    color: white; }
  #themevale_top-promotion .banner-promotion .link {
    display: none; }
  #themevale_top-promotion .close-banner-promotion {
    top: 50%;
    right: 5px;
    font-size: 0;
    line-height: 1;
    position: absolute;
    transform: translateY(-50%); }
    #themevale_top-promotion .close-banner-promotion svg {
      fill: white;
      width: 20px;
      height: 20px;
      line-height: 20px; }
  @media (min-width: 768px) {
    #themevale_top-promotion {
      font-size: 12px; }
      #themevale_top-promotion .banner-promotion .image {
        max-height: 20px; }
      #themevale_top-promotion .banner-promotion .text {
        margin-right: 15px; }
      #themevale_top-promotion .banner-promotion .link {
        display: inline-block;
        padding: 2px 15px;
        font-size: 12px;
        font-weight: 700;
        border-radius: 3px;
        text-transform: initial;
        color: white;
        background-color: #5d6673; } }
  @media (min-width: 1147px) {
    #themevale_top-promotion .close-banner-promotion {
      right: 30px; } }

/*--------  2.0 Header Middle  ------*/
.themevale_cart {
  font-size: 0;
  position: relative; }

.themevale_middleHeader {
  z-index: 11;
  padding: 10px 0;
  position: relative; }
  @media (min-width: 1147px) {
    .themevale_middleHeader {
      padding: 20px 0; } }

.middleHeader-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1200px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  justify-content: space-between;
  color: white; }
  .middleHeader-container > .middleHeader-item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
    justify-content: space-between; }
    .middleHeader-container > .middleHeader-item > .items + .items:not(.item--logo) {
      margin-left: 15px; }
    .middleHeader-container > .middleHeader-item .item--mobile,
    .middleHeader-container > .middleHeader-item .item--account,
    .middleHeader-container > .middleHeader-item .item--hamburger,
    .middleHeader-container > .middleHeader-item .item--searchMobile {
      display: block; }
    .middleHeader-container > .middleHeader-item .item--account {
      margin-left: 0 !important; }
      .middleHeader-container > .middleHeader-item .item--account .accountPC,
      .middleHeader-container > .middleHeader-item .item--account .my-account,
      .middleHeader-container > .middleHeader-item .item--account .my-account-link {
        display: none; }
      .middleHeader-container > .middleHeader-item .item--account .accountMobile {
        display: block; }
      .middleHeader-container > .middleHeader-item .item--account .navUser-action {
        line-height: 1; }
    .middleHeader-container > .middleHeader-item .item--quicksearch {
      flex-grow: 1;
      max-width: 590px; }
      .middleHeader-container > .middleHeader-item .item--quicksearch .themevale_search {
        left: auto;
        z-index: 21;
        position: relative; }
      .middleHeader-container > .middleHeader-item .item--quicksearch .quickSearchResults {
        position: absolute; }
    .middleHeader-container > .middleHeader-item .item--cart.layout-2,
    .middleHeader-container > .middleHeader-item .item--office,
    .middleHeader-container > .middleHeader-item .item--office-2,
    .middleHeader-container > .middleHeader-item .item--wishlist,
    .middleHeader-container > .middleHeader-item .item--quicksearch {
      display: none; }
    .middleHeader-container > .middleHeader-item .item--office {
      text-align: right; }
      .middleHeader-container > .middleHeader-item .item--office .office-phone {
        margin: 0;
        font-size: 16px;
        line-height: 1;
        font-weight: 700;
        text-transform: uppercase;
        color: white; }
        .middleHeader-container > .middleHeader-item .item--office .office-phone .icon {
          display: inline-block;
          vertical-align: middle;
          margin-right: 5px;
          width: 16px;
          height: 16px;
          position: relative;
          top: -2px; }
      .middleHeader-container > .middleHeader-item .item--office .office-hours {
        line-height: 1;
        margin: 5px 0 0 0;
        color: #646464; }
    .middleHeader-container > .middleHeader-item .item--office-2 {
      text-align: left; }
      .middleHeader-container > .middleHeader-item .item--office-2 > img {
        display: inline-block;
        max-width: 65px;
        vertical-align: middle; }
      .middleHeader-container > .middleHeader-item .item--office-2 .office-text {
        color: white;
        display: inline-block;
        vertical-align: middle;
        padding-left: 15px;
        margin-left: 15px;
        margin-bottom: 0;
        border-left: 1px solid #4b4b4b; }
    .middleHeader-container > .middleHeader-item .themevale_cart .cartdesktop {
      display: none; }
      .middleHeader-container > .middleHeader-item .themevale_cart .cartdesktop + .dropdown-cart {
        display: none; }
    .middleHeader-container > .middleHeader-item .themevale_cart .cartMobile {
      display: block; }
    @media (min-width: 1147px) {
      .middleHeader-container > .middleHeader-item .themevale_cart .cartdesktop {
        display: block; }
      .middleHeader-container > .middleHeader-item .themevale_cart .cartMobile {
        display: none; } }
    @media (min-width: 360px) {
      .middleHeader-container > .middleHeader-item > .items + .items:not(.item--logo) {
        margin-left: 20px; } }
    @media (min-width: 768px) {
      .middleHeader-container > .middleHeader-item > .items + .items:not(.item--logo) {
        margin-left: 50px; } }
    @media (min-width: 1147px) {
      .middleHeader-container > .middleHeader-item .item--mobile,
      .middleHeader-container > .middleHeader-item .item--hamburger,
      .middleHeader-container > .middleHeader-item .item--searchMobile {
        display: none; }
      .middleHeader-container > .middleHeader-item .item--hamburger {
        margin-right: 30px; }
      .middleHeader-container > .middleHeader-item .item--cart.layout-2,
      .middleHeader-container > .middleHeader-item .item--office,
      .middleHeader-container > .middleHeader-item .item--office-2,
      .middleHeader-container > .middleHeader-item .item--wishlist,
      .middleHeader-container > .middleHeader-item .item--quicksearch {
        display: block; }
      .middleHeader-container > .middleHeader-item .item--account {
        margin-left: 30px !important; }
        .middleHeader-container > .middleHeader-item .item--account .accountPC,
        .middleHeader-container > .middleHeader-item .item--account .my-account,
        .middleHeader-container > .middleHeader-item .item--account .my-account-link {
          display: block; }
        .middleHeader-container > .middleHeader-item .item--account .accountMobile {
          display: none; }
      .middleHeader-container > .middleHeader-item.text-left {
        display: none; }
      .middleHeader-container > .middleHeader-item.text-center {
        padding-right: 30px; }
      .middleHeader-container > .middleHeader-item.text-right {
        width: 77%; }
      .middleHeader-container > .middleHeader-item > .items + .items:not(.item--logo) {
        margin-left: 30px; }
      .middleHeader-container > .middleHeader-item > .items + .items.layout-2:not(.item--logo) {
        margin-left: 15px; } }
  .middleHeader-container .navUser-action {
    padding: 0;
    color: white;
    font-size: 12px;
    font-weight: 700;
    text-align: center; }
    .middleHeader-container .navUser-action svg {
      fill: white;
      stroke: transparent; }
    .middleHeader-container .navUser-action .navUser-text {
      display: none;
      line-height: 1; }
    .middleHeader-container .navUser-action .navUser-icon {
      margin: 0;
      display: inline-block; }
      .middleHeader-container .navUser-action .navUser-icon svg {
        pointer-events: none;
        height: 2rem;
        width: 2rem;
        margin: 0; }
    .middleHeader-container .navUser-action.layout-2 {
      display: inline-block;
      vertical-align: middle;
      padding: 10px;
      border-radius: 3px;
      border: 2px solid #e2e4e8; }
      .middleHeader-container .navUser-action.layout-2 .navUser-icon {
        margin-bottom: 0; }
      @media (min-width: 768px) {
        .middleHeader-container .navUser-action.layout-2 .navUser-item-cartIcon .countPill {
          top: -20px;
          right: -20px; } }
    .middleHeader-container .navUser-action.custom-2 {
      text-transform: capitalize;
      line-height: 1; }
    .middleHeader-container .navUser-action.navUser-action-cart {
      border-radius: 3px 0 0 3px; }
    .middleHeader-container .navUser-action.navUser-action-price {
      display: inline-block;
      vertical-align: middle;
      border-left: none;
      border-radius: 0 3px 3px 0; }
      .middleHeader-container .navUser-action.navUser-action-price .navUser-item-price {
        margin: 0;
        height: 26px;
        line-height: 26px;
        text-transform: capitalize; }
    @media (min-width: 415px) {
      .middleHeader-container .navUser-action .navUser-icon svg {
        height: 2.16667rem;
        width: 2.16667rem; } }
    @media (min-width: 1147px) {
      .middleHeader-container .navUser-action .navUser-text {
        display: block; }
      .middleHeader-container .navUser-action .navUser-icon {
        margin-bottom: 7px; } }
  .middleHeader-container .item--account {
    text-align: left; }
    .middleHeader-container .item--account .my-account {
      margin: 0;
      /*color: #5d6673;*/
      font-weight: 700;
      text-transform: capitalize;
      display: block; }
    .middleHeader-container .item--account .my-account-link {
      display: block;
      position: relative; }
      .middleHeader-container .item--account .my-account-link .navUser-action {
        font-weight: 400;
        text-transform: capitalize;
        display: inline-block;
        vertical-align: top;
        color: white; }
        .middleHeader-container .item--account .my-account-link .navUser-action .icon {
          margin-left: 5px;
          margin-top: -1px; }
        .middleHeader-container .item--account .my-account-link .navUser-action svg {
          fill: white;
          stroke: white; }
  .middleHeader-container .navUser-action-loginLabel,
  .middleHeader-container .navUser-action-create_accountLabel {
    display: inline-block;
    vertical-align: middle; }
  .middleHeader-container .navUser-action-create_accountLabel {
    margin-left: 5px;
    padding-left: 5px;
    border-left: 1px solid #4b4b4b; }
  @media (min-width: 1281px) {
    .page-full-width .middleHeader-container {
      max-width: none;
      width: 100%;
      padding-left: 50px;
      padding-right: 50px; } }
  @media (min-width: 1601px) {
    .page-full-width .middleHeader-container {
      max-width: 1600px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 993px) {
    .middleHeader-container {
      padding: 0 20px; } }
  @media (min-width: 1147px) {
    .middleHeader-container {
      padding: 0 15px; } }

/*--------  3.0 Header Bottom  ------*/
.themevale_bottomHeader {
  position: relative;
  border-top: 1px solid #f7d417;
  background-color: black; }

/*=====  End of www.themevale.com  ======*/
.body {
  position: relative;
  padding-bottom: 30px; }
  @media (min-width: 551px) {
    .body {
      padding-bottom: 50px; } }
  @media (min-width: 801px) {
    .body {
      padding-bottom: 80px; } }
  .page-type-default .body {
    padding-bottom: 0; }

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

.page-sidebar,
.page-content,
.page-content--full {
  width: 100%;
  float: left;
  padding: 0;
  position: relative; }

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

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

.page-sidebar {
  display: none; }
  @media (min-width: 1025px) {
    .page-sidebar {
      width: 270px;
      display: block;
      padding-right: 15px; }
      .page-sidebar + .page-content {
        padding-left: 15px;
        width: calc(100% - 270px); }
      .page-sidebar.u-hiddenVisually + .page-content {
        width: 100%;
        padding-left: 0; } }

.footer .socialLinks .socialLinks-item {
  margin-right: 12px; }
  .footer .socialLinks .socialLinks-item:last-child {
    margin-right: 0; }

.footer .socialLinks .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0 13px;
  border-radius: 3px;
  margin-left: 0;
  color: white;
  border: 1px solid #484b51;
  background-color: #484b51;
  transform: scale(1); }
  .footer .socialLinks .icon svg {
    fill: white;
    stroke: white; }

.footer .socialLinks + .footer-info-heading {
  margin-top: 30px; }

.footer .socialLinks.socialLinks--layout2 {
  margin-top: 30px;
  margin-bottom: 30px; }
  .footer .socialLinks.socialLinks--layout2 .icon {
    border-radius: 50%;
    padding: 0 12px; }

@media (min-width: 1025px) {
  .footer .socialLinks.socialLinks--layout2 {
    margin-top: 50px; } }

.footer-info {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin: 0 -8px; }
  .footer-info:before, .footer-info:after {
    content: " ";
    display: table; }
  .footer-info:after {
    clear: both; }
  @media (min-width: 1025px) {
    .footer-info {
      margin: 0 -15px; } }

.footer-info-col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  font-size: 1rem;
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 0 8px; }
  .footer-info-col.custom {
    margin-top: 30px; }
  .footer-info-col .form, .footer-info-col .form-field {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .footer-info-col {
      width: 50%; } }
  @media (min-width: 1025px) {
    .footer-info-col {
      padding: 0 15px;
      width: 33.33334%; }
      .footer-info-col.custom {
        margin-top: 0px; } }

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

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

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

.footer-info-heading {
  font-weight: 700;
  color: #f7d417;
  font-size: 16px;
  margin: 0 0 15px 0;
  text-transform: capitalize; }
  @media (max-width: 767px) {
    .footer-dropdownmobile .footer-info-heading {
      position: relative;
      padding: 2px 0 20px 0;
      margin: 0 0 20px 0;
      border-bottom: 1px solid #4d4f52; }
      .footer-dropdownmobile .footer-info-heading:before {
        right: 0;
        top: 0;
        z-index: 2;
        content: "+";
        color: inherit;
        font-size: 20px;
        line-height: 1;
        font-weight: 600;
        position: absolute;
        /*transform: translateY(-50%);*/ }
    .footer-dropdownmobile.open-dropdown .footer-info-heading:before {
      top: 9px;
      right: 1px;
      width: 10px;
      height: 2px;
      background-color: #f7d417;
      content: ""; } }
  @media (min-width: 1025px) {
    .footer-info-heading {
      font-size: 15px; } }

.footer-info-list {
  display: none;
  list-style: none;
  margin-left: 0; }
  @media (min-width: 768px) {
    .footer-info-list {
      display: block; } }
  .footer-dropdownmobile.open-dropdown .footer-info-list {
    display: block; }
  .footer-info-list > li {
    line-height: 30px; }
    .footer-info-list > li a, .footer-info-list > li .icon {
      line-height: 20px;
      display: inline-block;
      vertical-align: middle; }
    .footer-info-list > li .icon {
      height: 1.25rem;
      width: 1.25rem;
      margin-left: -5px; }
  .footer-info-list .view-all {
    font-weight: 700;
    color: #f7d417; }
    .footer-info-list .view-all:before {
      left: 0;
      bottom: 0;
      width: 0;
      height: 1px;
      content: "";
      display: block;
      position: absolute;
      background-color: white;
      transition: all 0.3s ease; }
    .footer-info-list .view-all:hover:before {
      width: 100%; }
  .footer-info-list > .store-address, .footer-info-list > .store-phone, .footer-info-list > .store-email {
    line-height: 22px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px; }
    .footer-info-list > .store-address a, .footer-info-list > .store-phone a, .footer-info-list > .store-email a {
      text-transform: none; }
    .footer-info-list > .store-address .icon, .footer-info-list > .store-phone .icon, .footer-info-list > .store-email .icon {
      position: absolute;
      left: 4px;
      top: 4px; }
  .footer-info-list > .store-phone p {
    margin-bottom: 5px; }
  .footer-info-list > .store-email {
    margin-bottom: 0; }
  .footer-info-list .ask_an_expert {
    font-size: 13px;
    font-weight: 700;
    margin: 20px 0 5px 0;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: capitalize;
    border-color: #484b51;
    background-color: transparent;
    color: #f7d417; }
    .footer-info-list .ask_an_expert:before {
      content: none; }
    .footer-info-list .ask_an_expert:hover {
      border-color: #484b51;
      background-color: transparent;
      color: #f7d417; }
    @media (min-width: 1025px) {
      .footer-info-list .ask_an_expert:hover, .footer-info-list .ask_an_expert:focus, .footer-info-list .ask_an_expert:active {
        color: white;
        border: 1px solid #9a1b1f;
        background-color: #9a1b1f; }
        .footer-info-list .ask_an_expert:hover svg, .footer-info-list .ask_an_expert:focus svg, .footer-info-list .ask_an_expert:active svg {
          fill: white; } }
  .footer-info-list .socialLinks {
    margin-top: 35px; }

.footer-copyright {
  text-align: center; }
  @media (min-width: 993px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright + .footer-copyright {
    margin-top: 6px; }

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

.footer-protective-image {
  text-align: center;
  max-width: 250px;
  margin-top: 30px; }
  .footer-protective-image .slick-arrow {
    width: 30px;
    height: 15px;
    opacity: 0.5;
    fill: #ffffff; }
    .footer-protective-image .slick-arrow:hover {
      fill: #ffffff; }
    .footer-protective-image .slick-arrow.slick-next {
      right: -10px; }
    .footer-protective-image .slick-arrow.slick-prev {
      left: -10px; }
  .footer-protective-image img {
    opacity: 0.3;
    margin: 0 auto;
    display: inline-block;
    max-height: 65px; }

.payment-wrapper {
  text-align: center;
  font-size: 0; }
  .payment-wrapper img {
    display: inline-block;
    vertical-align: top;
    max-height: 28px;
    margin-bottom: 10px; }
    .payment-wrapper img + img {
      margin-left: 10px; }
  @media (min-width: 993px) {
    .payment-wrapper {
      text-align: right; }
      .payment-wrapper img {
        max-height: 32px;
        margin-bottom: 0px; }
        .payment-wrapper img + img {
          margin-left: 15px; } }

.themevale_navigation_footer {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  display: block;
  width: 100%;
  margin-bottom: 20px; }
  .themevale_navigation_footer li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-bottom: 5px; }
    .themevale_navigation_footer li:after {
      content: "|";
      top: -2px;
      position: relative;
      display: inline-block;
      vertical-align: middle;
      margin: 0 10px;
      color: #4e4f51; }
    .themevale_navigation_footer li:last-child:after {
      content: none; }
  @media (min-width: 993px) {
    .themevale_navigation_footer {
      text-align: left;
      margin-bottom: 30px; } }

/*=========================================
=            www.themevale.com            =
=========================================*/
.footer .form-prefixPostfix {
  max-width: 430px; }
  .footer .form-prefixPostfix .form-input, .footer .form-prefixPostfix .button {
    width: 100%; }
  .footer .form-prefixPostfix .button {
    margin: 0.75rem 0 0 0; }
  @media (min-width: 360px) {
    .footer .form-prefixPostfix .form-input, .footer .form-prefixPostfix .button {
      width: auto; }
    .footer .form-prefixPostfix .button {
      margin: 0 0 0 0.75rem; } }

.footer .themevale_description {
  margin-top: 15px; }

.footer .themevale_securityImage {
  margin-top: 20px; }

@media (min-width: 801px) {
  .footer .themevale_securityImage {
    margin-top: 40px; } }

.footer-layout-2 .footer-info-list .ask_an_expert {
  min-width: 160px;
  padding-top: 10px;
  padding-bottom: 9px; }

.footer-layout-2 .footer-info-list .icon-view {
  fill: white;
  stroke: white; }

.footer-layout-2 .footer-info-list .view-all {
  color: white; }
  .footer-layout-2 .footer-info-list .view-all:before {
    background-color: white; }

.footer-layout-2 .footer-info-col--big {
  width: 100%; }

@media (min-width: 1025px) {
  .footer-layout-2 .themevale_middleFooter {
    padding-top: 65px;
    padding-bottom: 45px; }
  .footer-layout-2 .footer-info-col {
    width: 20%; }
  .footer-layout-2 .footer-info-col--small {
    width: 12.5%; }
  .footer-layout-2 .footer-info-col--big {
    width: 30%; }
  .footer-layout-2 .footer-info-heading {
    font-size: 16px; } }

@media (max-width: 767px) {
  .footer-layout-2 .footer-dropdownmobile .footer-info-heading {
    border-bottom: 1px solid #cccfd7; } }

.footer-layout-3 .footer-info-list .ask_an_expert {
  text-transform: uppercase; }

@media (min-width: 1025px) {
  .footer-layout-3 .themevale_middleFooter {
    padding-top: 65px;
    padding-bottom: 45px; } }

.themevale_contactUs {
  font-size: 14px;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #ededed; }
  .themevale_contactUs p, .themevale_contactUs a, .themevale_contactUs span {
    margin: 0;
    display: inline-block;
    vertical-align: middle; }
  .themevale_contactUs span + a {
    margin-left: 4px; }
  .themevale_contactUs strong {
    font-weight: 700;
    color: #1c1c1c; }
  .themevale_contactUs a:not(.button) {
    color: inherit; }
    .themevale_contactUs a:not(.button):hover {
      color: inherit; }
  .themevale_contactUs .button {
    margin: 0;
    min-width: 140px;
    padding: 12px 35px 11px 35px; }
  .themevale_contactUs .or1 {
    display: block;
    font-size: 0;
    line-height: 10px; }
  .themevale_contactUs .or2 {
    display: block;
    margin: 5px 0; }
  @media (min-width: 551px) {
    .themevale_contactUs .or1 {
      font-size: 12px;
      line-height: 20px;
      display: inline-block; } }
  @media (min-width: 801px) {
    .themevale_contactUs .or2 {
      margin: 0;
      display: inline-block; }
      .themevale_contactUs .or2 + .button {
        margin-left: 15px; } }

.themevale_service .service-item {
  position: relative;
  text-align: center;
  padding: 20px 10px; }
  .themevale_service .service-item .icon {
    height: 3.33333rem;
    width: 3.33333rem; }
    .themevale_service .service-item .icon svg {
      fill: #484b51;
      stroke: #484b51; }
  .themevale_service .service-item .title {
    font-size: 16px;
    font-weight: 700;
    margin: 15px 0;
    line-height: 24px;
    text-transform: capitalize;
    color: #1c1c1c; }
  .themevale_service .service-item .text:last-child {
    margin-bottom: 0; }

@media (min-width: 360px) {
  .themevale_service .service-item {
    padding: 30px 20px; } }

@media (min-width: 551px) {
  .themevale_service .service-item .icon {
    height: 4.16667rem;
    width: 4.16667rem; }
  .themevale_service .service-item.slick-active + .service-item.slick-active:before {
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    background-color: #ededed; } }

@media (min-width: 993px) {
  .themevale_service {
    font-size: 0;
    display: block; }
    .themevale_service .service-item {
      width: 25%;
      vertical-align: top;
      display: inline-block;
      font-size: 1rem;
      border-left: 1px solid #ededed; }
      .themevale_service .service-item:last-child {
        border-right: 1px solid #ededed; }
      .themevale_service .service-item + .service-item:before {
        content: none !important; } }

.themevale_service.layout-2 {
  padding-top: 20px;
  padding-bottom: 20px; }
  .themevale_service.layout-2 .container {
    overflow: auto;
    display: flex;
    white-space: nowrap; }
    .themevale_service.layout-2 .container > .service-item {
      vertical-align: top;
      display: inline-block;
      margin-right: 15px;
      white-space: normal;
      min-width: 212px; }
  .themevale_service.layout-2 .service-item {
    border: none;
    padding: 0px; }
  .themevale_service.layout-2 .service-wrapper {
    position: relative;
    text-align: left;
    display: table;
    margin: 0 auto;
    padding: 0; }
    .themevale_service.layout-2 .service-wrapper .service-icon,
    .themevale_service.layout-2 .service-wrapper .service-content {
      display: table-cell;
      vertical-align: middle; }
    .themevale_service.layout-2 .service-wrapper .service-icon {
      width: 60px;
      height: 60px;
      padding: 18px;
      border-radius: 50%;
      border: 1px solid rgba(255, 255, 255, 0.2); }
    .themevale_service.layout-2 .service-wrapper .service-content {
      padding-left: 18px; }
    .themevale_service.layout-2 .service-wrapper .icon {
      height: 2rem;
      width: 2rem; }
    .themevale_service.layout-2 .service-wrapper .title {
      font-size: 12px;
      font-weight: 700;
      margin: 0 0 2px 0;
      line-height: 20px;
      text-transform: capitalize; }
    .themevale_service.layout-2 .service-wrapper .text {
      font-size: 12px;
      font-weight: 400;
      opacity: 0.5; }
      .themevale_service.layout-2 .service-wrapper .text:last-child {
        margin-bottom: 0; }
  @media (min-width: 993px) {
    .themevale_service.layout-2 .container {
      display: block;
      white-space: normal;
      overflow: visible; }
      .themevale_service.layout-2 .container > .service-item {
        margin-right: 0;
        min-width: auto;
        padding: 10px; } }

.themevale_service.layout-3 {
  padding-top: 25px;
  padding-bottom: 25px; }
  .themevale_service.layout-3 .container {
    overflow: auto;
    display: flex;
    white-space: nowrap; }
    .themevale_service.layout-3 .container > .service-item {
      vertical-align: top;
      display: inline-block;
      margin-right: 15px;
      white-space: normal;
      min-width: 240px; }
  .themevale_service.layout-3 .service-item {
    padding: 0;
    border-left: none; }
    .themevale_service.layout-3 .service-item:last-child {
      border-right: none; }
    .themevale_service.layout-3 .service-item + .service-item {
      border-left: 1px solid rgba(255, 255, 255, 0.5); }
  .themevale_service.layout-3 .service-wrapper {
    position: relative;
    text-align: left;
    display: table;
    margin: 0 auto;
    padding: 4px 10px; }
    .themevale_service.layout-3 .service-wrapper .service-icon,
    .themevale_service.layout-3 .service-wrapper .service-content {
      display: table-cell;
      vertical-align: top; }
    .themevale_service.layout-3 .service-wrapper .service-icon {
      width: 30px;
      padding-top: 5px; }
    .themevale_service.layout-3 .service-wrapper .service-content {
      padding-left: 18px; }
    .themevale_service.layout-3 .service-wrapper .icon {
      height: 2.5rem;
      width: 2.5rem; }
    .themevale_service.layout-3 .service-wrapper .title {
      font-size: 12px;
      font-weight: 700;
      margin: 0 0 2px 0;
      line-height: 20px;
      text-transform: capitalize; }
    .themevale_service.layout-3 .service-wrapper .text {
      font-size: 12px;
      font-weight: 400;
      opacity: 0.5; }
      .themevale_service.layout-3 .service-wrapper .text:last-child {
        margin-bottom: 0; }
  @media (min-width: 993px) {
    .themevale_service.layout-3 .container {
      display: block;
      white-space: normal;
      overflow: visible; }
      .themevale_service.layout-3 .container > .service-item {
        margin-right: 0;
        min-width: auto; } }

.themevale_topFooter {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed; }

.themevale_middleFooter {
  padding: 35px 0;
  color: white;
  background-color: black; }
  .themevale_middleFooter svg {
    fill: white;
    stroke: white; }
  .themevale_middleFooter a {
    color: white; }
    .themevale_middleFooter a:hover {
      color: white; }

.themevale_bottomFooter {
  padding: 35px 0;
  color: #bcbfc5;
  background-color: black; }
  .themevale_bottomFooter a, .themevale_bottomFooter p {
    margin: 0;
    color: #bcbfc5; }
  .themevale_bottomFooter .container .item + .item {
    margin-top: 15px; }
  @media (min-width: 993px) {
    .themevale_bottomFooter .container {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between; }
      .themevale_bottomFooter .container .item {
        width: 50%; }
        .themevale_bottomFooter .container .item + .item {
          margin-top: 0px; } }

/*=====  End of www.themevale.com  ======*/
/*=========================================
=            www.themevale.com            =
=========================================*/
/*--------  1.0 Global style  -------*/
.container {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  width: 100%;
  margin: 0;
  padding: 0 15px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  .page-full-width .container {
    padding: 0 15px; }
    @media (min-width: 1281px) {
      .page-full-width .container {
        max-width: none;
        width: 100%;
        padding-left: 50px;
        padding-right: 50px; } }
    @media (min-width: 1601px) {
      .page-full-width .container {
        max-width: 1600px;
        padding-left: 15px;
        padding-right: 15px; } }

.slick-arrow {
  padding: 0;
  width: 18px;
  height: 18px;
  fill: #7f7f7f;
  border: none;
  margin-top: 0;
  transition: all 0.3s ease;
  background-color: transparent; }
  .slick-arrow.slick-next {
    right: -10px; }
  .slick-arrow.slick-prev {
    left: -10px; }
  .slick-arrow:before {
    content: none; }
  .slick-arrow:hover {
    background-color: transparent;
    fill: #323232; }
  @media (min-width: 1261px) {
    .slick-arrow.slick-next {
      right: -30px; }
    .slick-arrow.slick-prev {
      left: -30px; } }

.slick-dots {
  bottom: -30px; }
  .slick-dots li {
    padding: 0;
    width: auto;
    height: auto;
    margin: 0 5px; }
    .slick-dots li button {
      width: 8px;
      height: 8px;
      opacity: 0.3;
      border: 1px solid #323232;
      background-color: #323232;
      transition: all 0.3s ease; }
      .slick-dots li button:before {
        content: none; }
    @media (min-width: 551px) {
      .slick-dots li {
        margin: 0 6px; }
        .slick-dots li button {
          width: 10px;
          height: 10px; } }
  .slick-dots .slick-active button {
    opacity: 0.8;
    background-color: transparent; }

#back-to-top {
  position: absolute;
  top: 0;
  right: 15px;
  height: 100%;
  display: block;
  z-index: 20;
  pointer-events: none; }
  #back-to-top:before {
    content: '';
    display: block;
    height: 100vh;
    pointer-events: none; }
  #back-to-top span {
    position: sticky;
    top: 80vh;
    cursor: pointer;
    display: block;
    pointer-events: all;
    opacity: 0.3;
    text-align: center;
    font-size: 0;
    line-height: 1;
    padding: 10px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #1c1c1c; }
    #back-to-top span:hover {
      opacity: 1; }
  #back-to-top .icon {
    fill: #1c1c1c;
    width: 20px;
    height: 20px;
    display: block;
    transform: rotate(-180deg); }

.themevale_column {
  margin: 0;
  font-size: 0;
  list-style: none;
  text-align: center;
  display: block;
  white-space: nowrap;
  overflow-y: auto;
  padding-bottom: 2px; }
  .themevale_column > .item {
    padding: 0;
    margin: 8px;
    white-space: normal;
    font-size: 1rem;
    vertical-align: top;
    display: inline-block; }
  .themevale_column.text-left {
    text-align: left; }
  .themevale_column.themevale_column--custom > .item {
    font-size: 0;
    white-space: nowrap; }
  .themevale_column.themevale_column--custom .item-child {
    padding: 0;
    font-size: 12px;
    margin-right: 16px;
    white-space: normal;
    font-size: 1rem;
    vertical-align: top;
    display: inline-block; }
    .themevale_column.themevale_column--custom .item-child:last-child {
      margin-right: 0; }
  @media (min-width: 1025px) {
    .themevale_column {
      margin: 0 -15px;
      padding-bottom: 0px;
      white-space: normal;
      overflow: visible; }
      .themevale_column > .item {
        padding: 0 15px;
        margin: 30px 0 0 0; }
      .themevale_column.themevale_column--custom > .item, .themevale_column.themevale_column--col2 > .item {
        width: 50%;
        white-space: normal; }
        .themevale_column.themevale_column--custom > .item:nth-child(-n + 2), .themevale_column.themevale_column--col2 > .item:nth-child(-n + 2) {
          margin-top: 0; }
        .themevale_column.themevale_column--custom > .item.item-2-col, .themevale_column.themevale_column--col2 > .item.item-2-col {
          width: 100%; }
      .themevale_column.themevale_column--col3 > .item {
        width: 33.3333333%; }
        .themevale_column.themevale_column--col3 > .item:nth-child(-n + 3) {
          margin-top: 0; }
        .themevale_column.themevale_column--col3 > .item.item-2-col {
          width: 66.6666666%; }
      .themevale_column.themevale_column--col4 > .item {
        width: 25%; }
        .themevale_column.themevale_column--col4 > .item:nth-child(-n + 4) {
          margin-top: 0; }
        .themevale_column.themevale_column--col4 > .item.item-2-col {
          width: 50%; }
      .themevale_column.themevale_column--col5 > .item {
        width: 20%; }
        .themevale_column.themevale_column--col5 > .item:nth-child(-n + 5) {
          margin-top: 0; }
        .themevale_column.themevale_column--col5 > .item.item-2-col {
          width: 40%; }
      .themevale_column.themevale_column--col6 > .item {
        width: 16.6666666%; }
        .themevale_column.themevale_column--col6 > .item:nth-child(-n + 6) {
          margin-top: 0; }
        .themevale_column.themevale_column--col6 > .item.item-2-col {
          width: 33.3333333%; }
      .themevale_column.themevale_column--custom .item-child {
        width: 50%;
        padding: 0;
        margin: 0 0 30px 0; }
        .themevale_column.themevale_column--custom .item-child.item-child-full {
          width: 100%;
          padding: 0; }
      .themevale_column.themevale_column--custom > .item {
        font-size: 0; }
        .themevale_column.themevale_column--custom > .item:first-child .item-child:nth-child(-n + 2) {
          margin-top: 0; }
        .themevale_column.themevale_column--custom > .item:first-child .item-child:nth-child(1) {
          padding-right: 15px; }
        .themevale_column.themevale_column--custom > .item:first-child .item-child:nth-child(2) {
          padding-left: 15px; }
        .themevale_column.themevale_column--custom > .item:last-child .item-child:first-child {
          margin-top: 0; }
        .themevale_column.themevale_column--custom > .item:last-child .item-child:nth-child(2) {
          padding-right: 15px; }
        .themevale_column.themevale_column--custom > .item:last-child .item-child:nth-child(3) {
          padding-left: 15px; } }

.themevale_section {
  padding: 30px 0; }
  .themevale_section.padding-bottom-70 {
    padding-bottom: 50px; }
  @media (min-width: 1025px) {
    .themevale_section {
      padding: 50px 0; } }

.themevale_sectionChild {
  margin: 0 0 30px 0; }
  .themevale_sectionChild.padding-top-20, .themevale_sectionChild.padding-top-30, .themevale_sectionChild.padding-top-40 {
    padding-top: 20px; }
  @media (min-width: 551px) {
    .themevale_sectionChild .page-heading {
      font-size: 20px; } }
  .themevale_sectionChild.border-top {
    border-top: 1px solid #f0f0f0; }
  @media (min-width: 1025px) {
    .themevale_sectionChild.padding-top-30 {
      padding-bottom: 30px; }
    .themevale_sectionChild.padding-top-40 {
      padding-top: 40px; } }

.themevale_bgGray {
  background-color: #f5f5f5; }

.themevale_breadcrumb,
.themevale_breadcrumbCategory {
  display: block;
  text-align: left;
  padding: 20px 0; }
  .themevale_breadcrumb p,
  .themevale_breadcrumbCategory p {
    margin: 0; }
  .themevale_breadcrumb .page-heading,
  .themevale_breadcrumbCategory .page-heading {
    margin: 0; }
    .themevale_breadcrumb .page-heading + p,
    .themevale_breadcrumbCategory .page-heading + p {
      margin-top: 20px; }
  @media (min-width: 551px) {
    .themevale_breadcrumb,
    .themevale_breadcrumbCategory {
      padding: 20px 0 35px 0; }
      .themevale_breadcrumb .breadcrumbs,
      .themevale_breadcrumbCategory .breadcrumbs {
        display: block; }
        .themevale_breadcrumb .breadcrumbs + #search-results-heading,
        .themevale_breadcrumb .breadcrumbs + .page-heading,
        .themevale_breadcrumbCategory .breadcrumbs + #search-results-heading,
        .themevale_breadcrumbCategory .breadcrumbs + .page-heading {
          margin-top: 15px;
          margin-bottom: 0; } }

.themevale_breadcrumbCategory {
  padding: 0;
  margin-bottom: 35px;
  background-color: #f7f7f7; }
  .themevale_breadcrumbCategory > .container {
    padding-top: 20px;
    padding-bottom: 20px; }
  @media (min-width: 551px) {
    .themevale_breadcrumbCategory > .container {
      padding-top: 20px;
      padding-bottom: 35px; } }

.themevale_background {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  content: "";
  z-index: -1;
  display: none;
  visibility: hidden;
  position: absolute;
  transition: all .3s ease;
  background-color: rgba(0, 0, 0, 0.5); }
  .themevale_quickSearch .themevale_background,
  .themevale_navigationHover .themevale_background {
    z-index: 19; }
  .themevale_open-Search .themevale_background,
  .themevale_open-Cart .themevale_background,
  .themevale_open-Sidebar .themevale_background,
  .themevale_open-Account .themevale_background {
    z-index: 21; }
  .leonard_open-Locator .themevale_background {
    z-index: 21;
    opacity: 0 !important; }
    @media screen and (min-width: 426px) {
      .leonard_open-Locator .themevale_background {
        opacity: 1 !important; } }
  .has-activeNavPages .themevale_background {
    z-index: 105; }
  .themevale_quickSearch .themevale_background,
  .themevale_open-Sidebar .themevale_background,
  .themevale_open-Account .themevale_background,
  .themevale_open-Cart .themevale_background,
  .themevale_navigationHover .themevale_background,
  .leonard_open-Locator .themevale_background,
  .has-activeNavPages .themevale_background {
    opacity: 1;
    display: block;
    visibility: visible; }
  .themevale_open-Search .themevale_background {
    opacity: 1;
    display: block;
    visibility: visible; }
  @media (min-width: 1025px) {
    .has-activeNavPages .themevale_background {
      z-index: 19; } }

.themevale_Mobile {
  top: 0;
  bottom: 0;
  z-index: 1001;
  left: -101%;
  width: calc(100% - 40px);
  height: 100%;
  padding: 40px 0;
  position: fixed;
  background-color: #fff;
  transition: all .4s ease;
  -webkit-transition: all .4s ease; }
  .themevale_Mobile .page-sidebar {
    display: block; }
  .themevale_Mobile .themevale_MobileContent {
    padding: 0 15px;
    overflow-y: auto;
    height: 100%; }
  .themevale_Mobile .themevale_close {
    top: 0px;
    right: -40px;
    width: 40px;
    height: 40px;
    z-index: 10;
    line-height: 40px;
    position: absolute;
    text-align: center;
    background-color: #f04723;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2); }
    .themevale_Mobile .themevale_close .close {
      opacity: 1;
      width: 100%;
      height: 100%;
      color: #ffffff;
      display: block;
      font-size: 34px;
      font-weight: 300; }
  .themevale_Mobile .themevale_close2 {
    display: flex;
    font-size: 13px;
    align-items: center;
    text-transform: uppercase;
    justify-content: flex-end;
    padding: 15px 20px;
    font-weight: 700;
    color: #f04723;
    font-family: "Arimo", Arial, Helvetica, sans-serif; }
    .themevale_Mobile .themevale_close2 .text,
    .themevale_Mobile .themevale_close2 .icon {
      display: inline-block;
      vertical-align: middle; }
    .themevale_Mobile .themevale_close2 .icon {
      height: 1.5rem;
      width: 1.5rem;
      fill: #f04723;
      stroke: #f04723; }
  @media (min-width: 360px) {
    .themevale_Mobile .themevale_close2 {
      padding: 20px 20px 30px 20px; } }
  @media (min-width: 551px) {
    .themevale_Mobile {
      width: 300px; }
      .themevale_Mobile .themevale_MobileContent {
        padding: 0 30px; } }
  @media (min-width: 1147px) {
    .themevale_Mobile {
      display: none; } }

.themevale_MobileMenu {
  transition: left 0.4s ease; }

.has-activeNavPages .themevale_MobileMenu,
.themevale_open-Sidebar .themevale_MobileSidebar,
.themevale_open-Account .themevale_MobileAccount {
  left: 0; }

.themevale_MobileCart {
  left: auto;
  right: -101%;
  display: block;
  padding: 0; }
  @media (min-width: 1147px) {
    .themevale_MobileCart {
      left: unset !important; } }
  @media (min-width: 551px) and (max-width: 1146px) {
    .themevale_MobileCart {
      top: 0 !important;
      left: auto !important; }
      .themevale_open-Cart .themevale_MobileCart {
        right: 0 !important; } }
  @media (max-width: 551px) {
    .themevale_MobileCart {
      left: 0;
      right: 0;
      top: calc(101% + 60px);
      display: block;
      width: 100%;
      max-width: 100%;
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
      transition: all .4s ease; }
      .themevale_open-Cart .themevale_MobileCart {
        top: 51px; } }

@media (max-width: 551px) {
  body:not(.themevale_open-Cart) .themevale_MobileCart {
    right: -101%;
    left: unset;
    top: 120%; } }

.featured-card {
  width: 100%;
  overflow: hidden;
  text-align: left;
  position: relative;
  font-size: 1rem;
  background-color: #ffffff; }
  .featured-card + .featured-card {
    margin-top: 16px; }
  .featured-card > a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: block;
    position: absolute; }
  .featured-card .featured-figure {
    margin: 0;
    display: block; }
  .featured-card .featured-img-container {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center; }
  .featured-card .featured-body {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    position: absolute;
    padding: 15px 25px; }
  .featured-card .title {
    z-index: 2;
    line-height: 1.2;
    font-size: 20px;
    margin: 0 0 0 0;
    max-width: 280px;
    overflow: inherit;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: capitalize;
    transition: all 0.3s ease;
    font-weight: 700; }
    .featured-card .title a {
      color: inherit; }
  .featured-card .description {
    position: relative;
    padding-right: 5px;
    color: #8c8c8c; }
    .featured-card .description p {
      line-height: 1;
      margin-bottom: 0;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      max-width: 280px; }
    .featured-card .description .icon {
      fill: #8c8c8c;
      top: -6px;
      right: -10px;
      height: 20px;
      position: absolute; }
  @media (min-width: 551px) {
    .featured-card {
      width: 320px; } }
  @media (max-width: 340px) {
    .featured-card .featured-body {
      padding-left: 10px; } }
  @media (max-width: 426px) {
    .featured-card {
      height: 125px;
      width: 100%; } }
  @media (min-width: 1025px) {
    .featured-card {
      width: auto; }
      .featured-card + .featured-card {
        margin-top: 30px; }
      .featured-card .featured-img-container img.lazyloaded {
        width: 380px;
        height: 158px;
        transition: all 0.8s ease; }
      .featured-card .featured-img-container:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        opacity: 0;
        z-index: 2;
        display: block;
        overflow: hidden;
        position: absolute;
        transition: all 0.8s ease;
        background-color: #ffffff; }
      .featured-card:hover .title {
        transform: translateY(0px); }
      .featured-card:hover .featured-img-container img.lazyloaded {
        transform: scale3d(1.1, 1.1, 1); }
      .featured-card:hover .featured-img-container:before {
        opacity: 0.6;
        overflow: visible; }
      .featured-card:hover .featured-body:before {
        height: 70px; } }

.bannerimage-wrapper {
  overflow: hidden;
  text-align: center;
  background-color: #ffffff; }
  .bannerimage-wrapper .link {
    display: block; }
  .bannerimage-wrapper img {
    margin: 0 auto; }

#themevale_newsletter {
  position: relative;
  z-index: 100; }
  #themevale_newsletter .popup-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    position: fixed;
    overflow: hidden;
    background: rgba(44, 44, 44, 0.65); }
  #themevale_newsletter .newsletterPopup {
    top: 50%;
    left: 50%;
    z-index: 101;
    position: fixed;
    transform: translate(-50%, -50%); }
  #themevale_newsletter.hide {
    display: none !important; }

.newsletterPopup {
  text-align: left;
  width: 94%;
  padding: 0;
  height: auto;
  max-height: 90%;
  overflow-y: auto;
  max-width: 950px;
  color: #787878;
  background-color: #ffffff; }
  .newsletterPopup .modal-close[data-close-newsletter-popup] {
    top: 5px;
    right: 5px;
    z-index: 5;
    width: 30px;
    height: 30px;
    color: #323232;
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    transform: none; }
    .newsletterPopup .modal-close[data-close-newsletter-popup] > span {
      width: 100%;
      height: 100%;
      display: block;
      line-height: inherit; }
    @media (min-width: 1025px) {
      .newsletterPopup .modal-close[data-close-newsletter-popup] {
        top: -15px;
        right: -15px;
        color: #ffffff;
        font-size: 24px;
        background-color: #323232; } }
  .newsletterPopup .newsletter-content {
    width: 100%;
    padding: 30px 15px; }
  .newsletterPopup .newsletter-image {
    display: none; }
  .newsletterPopup .newsletter-heading {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5;
    margin: 0 0 10px 0;
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    color: #1c1c1c;
    font-weight: 700; }
  .newsletterPopup .newsletter-sub-heading {
    margin-bottom: 0;
    font-weight: 700; }
  .newsletterPopup #popupSubcribeForm {
    margin-top: 15px;
    margin-bottom: 15px; }
    .newsletterPopup #popupSubcribeForm .form,
    .newsletterPopup #popupSubcribeForm .form-field {
      margin-bottom: 0; }
    .newsletterPopup #popupSubcribeForm .form-wrap {
      display: block; }
      .newsletterPopup #popupSubcribeForm .form-wrap .form-input {
        text-align: left;
        margin-bottom: 15px;
        border-color: #c8c8c8; }
      .newsletterPopup #popupSubcribeForm .form-wrap .button {
        min-width: 150px;
        padding-left: 25px;
        padding-right: 25px;
        display: block;
        width: 100%; }
  .newsletterPopup .newsletter-message {
    display: inline-block;
    margin-bottom: 0;
    font-style: italic; }
  .newsletterPopup .newsletter-icons {
    margin-top: 20px; }
    .newsletterPopup .newsletter-icons .socialLinks .icon {
      width: 42px;
      height: 42px;
      line-height: 42px;
      padding: 0 14px;
      background-color: #f7f7f7;
      border-radius: 3px;
      transform: scale(1); }
      .newsletterPopup .newsletter-icons .socialLinks .icon svg {
        fill: #484b51; }
    .newsletterPopup .newsletter-icons .socialLinks .socialLinks-item {
      margin: 0 5px 5px 0; }
  .newsletterPopup .newsletter-show-again {
    margin-top: 20px; }
    .newsletterPopup .newsletter-show-again #do-not-show-again {
      position: relative;
      margin-right: 2px;
      display: inline-block;
      vertical-align: middle;
      cursor: pointer;
      border-radius: 0;
      border: 1px solid #ffffff; }
      .newsletterPopup .newsletter-show-again #do-not-show-again:before {
        content: '';
        display: block;
        width: 12px;
        height: 12px;
        border-radius: 0;
        background-color: #ffffff;
        box-sizing: content-box;
        border: 1px solid #d0d0d0; }
      .newsletterPopup .newsletter-show-again #do-not-show-again:after {
        content: '';
        top: 3px;
        left: 2px;
        height: 5px;
        width: 10px;
        opacity: 0;
        position: absolute;
        border: 2px solid #323232;
        border-top: none;
        border-right: none;
        background-color: transparent;
        transform: rotate(-45deg);
        transition: all 0.1s; }
      .newsletterPopup .newsletter-show-again #do-not-show-again:checked:after {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
        filter: alpha(opacity=100);
        transform: scale(1) rotate(-45deg); }
    .newsletterPopup .newsletter-show-again label {
      cursor: pointer;
      display: inline-block;
      vertical-align: middle; }
  @media (min-width: 551px) {
    .newsletterPopup #popupSubcribeForm {
      margin-top: 20px;
      margin-bottom: 20px; }
      .newsletterPopup #popupSubcribeForm .form-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .newsletterPopup #popupSubcribeForm .form-wrap .form-input {
          margin: 0 15px 0 0; }
        .newsletterPopup #popupSubcribeForm .form-wrap .button {
          width: auto;
          min-width: 180px;
          display: inline-block; }
    .newsletterPopup .newsletter-icons,
    .newsletterPopup .newsletter-show-again {
      margin-top: 30px; }
    .newsletterPopup .newsletter-content {
      padding: 30px; }
    .newsletterPopup .newsletter-icons .socialLinks .socialLinks-item {
      margin: 0 10px 5px 0; } }
  @media (min-width: 801px) {
    .newsletterPopup {
      display: flex; }
      .newsletterPopup .newsletter-content {
        width: 60%;
        padding: 40px; }
      .newsletterPopup .newsletter-image {
        width: 40%;
        display: inline-block;
        position: relative;
        overflow: hidden; }
        .newsletterPopup .newsletter-image img {
          top: 50%;
          left: 50%;
          position: absolute;
          min-height: 100%;
          height: auto;
          max-width: none;
          width: auto;
          min-width: 100%;
          transform: translate(-50%, -50%); }
          .newsletterPopup .newsletter-image img.lazyload, .newsletterPopup .newsletter-image img.lazyloading {
            width: auto;
            height: auto;
            min-width: 0;
            min-height: 0; }
      .newsletterPopup #popupSubcribeForm .form-wrap .button {
        min-width: 130px; } }
  @media (min-width: 1025px) {
    .newsletterPopup {
      overflow: visible; }
      .newsletterPopup .newsletter-content {
        padding: 50px 65px; } }

.cart-title-empty {
  margin: 20px 0 30px 0; }

.popup-video-main iframe {
  width: 100%;
  min-height: 270px; }
  @media (min-width: 768px) {
    .popup-video-main iframe {
      min-height: 500px; } }

/*--------  2.0 Home Page  ----------*/
.themevale_page-heading-wrapper {
  display: block;
  margin-bottom: 25px;
  position: relative;
  text-align: left; }
  .themevale_page-heading-wrapper .page-heading {
    margin-bottom: 0; }
  .themevale_page-heading-wrapper .themevale_link {
    display: block;
    top: 50%;
    right: 0;
    font-weight: 700;
    transform: translateY(-50%);
    position: absolute;
    text-transform: capitalize;
    color: #1c1c1c; }
    .themevale_page-heading-wrapper .themevale_link svg {
      fill: #1c1c1c;
      stroke: transparent; }
    .themevale_page-heading-wrapper .themevale_link.custom {
      font-weight: 400;
      color: #4563b3; }
      .themevale_page-heading-wrapper .themevale_link.custom svg {
        fill: #4563b3;
        stroke: transparent; }
  .themevale_page-heading-wrapper .description {
    margin: 15px 0 0 0; }
  .themevale_page-heading-wrapper.layout-2 .page-heading {
    display: inline-block;
    vertical-align: bottom; }
  .themevale_page-heading-wrapper.layout-2 .themevale_link.custom {
    position: relative;
    display: inline-block;
    top: auto;
    transform: none;
    vertical-align: bottom;
    line-height: 1.3;
    margin-left: 20px; }
  @media (min-width: 551px) {
    .themevale_page-heading-wrapper {
      margin-bottom: 35px; } }
  @media (min-width: 993px) {
    .themevale_page-heading-wrapper .description {
      margin: 20px 0 0 0; }
    .themevale_page-heading-wrapper.text-center {
      text-align: center; }
      .themevale_page-heading-wrapper.text-center .page-heading {
        text-align: center; }
    .themevale_page-heading-wrapper.custom {
      max-width: 500px;
      margin-left: auto;
      margin-right: auto;
      text-align: center; } }

#themevale_customBanner {
  padding-top: 0;
  padding-bottom: 0; }
  #themevale_customBanner > .themevale_page-heading-wrapper {
    margin-top: 35px;
    margin-bottom: 20px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto; }
  @media (min-width: 801px) {
    #themevale_customBanner {
      padding-bottom: 20px; }
      #themevale_customBanner > .themevale_page-heading-wrapper {
        margin-top: 30px;
        margin-bottom: 30px;
        max-width: 500px; } }

.themevale_Banner {
  color: #323232;
  text-align: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden; }
  .themevale_Banner .themevale_Banner-img {
    width: 100%;
    position: relative;
    z-index: 1; }
    .themevale_Banner .themevale_Banner-img.lazyload, .themevale_Banner .themevale_Banner-img.lazyloading {
      width: auto;
      height: auto;
      min-width: 0;
      min-height: 0; }
  .themevale_Banner .container {
    z-index: 2; }
  .themevale_Banner .customBanner-wrap {
    width: 100%;
    margin: auto;
    max-width: 600px;
    padding-top: 30px; }
  .themevale_Banner .title {
    color: #1c1c1c;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 700;
    margin: 0 0 20px 0;
    text-transform: capitalize; }
  .themevale_Banner .description {
    line-height: 22px; }
  .themevale_Banner .button-group {
    margin-top: 30px; }
    .themevale_Banner .button-group .button {
      width: 210px; }
      .themevale_Banner .button-group .button + .button {
        margin-top: 15px; }
  .themevale_Banner + .themevale_video_carousel,
  .themevale_Banner + .themevale_brands {
    z-index: 2;
    margin-top: 30px;
    position: relative; }
    .themevale_Banner + .themevale_video_carousel .page-heading,
    .themevale_Banner + .themevale_brands .page-heading {
      font-size: 18px; }
  @media (min-width: 551px) {
    .themevale_Banner .title {
      font-size: 18px; }
    .themevale_Banner .button-group {
      margin-top: 40px; }
      .themevale_Banner .button-group .button + .button {
        margin-top: 0;
        margin-left: 25px; }
    .themevale_Banner .customBanner-wrap {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media (min-width: 801px) {
    .themevale_Banner {
      color: #ffffff;
      padding: 60px 0 200px; }
      .themevale_Banner:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        display: block;
        z-index: 2;
        position: absolute;
        opacity: 0.5;
        background-color: #232428; }
      .themevale_Banner + .themevale_video_carousel {
        z-index: 2;
        position: relative;
        margin-top: -140px; }
        .themevale_Banner + .themevale_video_carousel .themevale_page-heading-wrapper {
          color: #ffffff; }
          .themevale_Banner + .themevale_video_carousel .themevale_page-heading-wrapper .themevale_page-heading {
            font-size: 16px; }
          .themevale_Banner + .themevale_video_carousel .themevale_page-heading-wrapper .page-heading,
          .themevale_Banner + .themevale_video_carousel .themevale_page-heading-wrapper .themevale_link {
            color: #ffffff; }
      .themevale_Banner + .themevale_brands {
        z-index: 2;
        position: relative;
        margin-top: -120px; }
        .themevale_Banner + .themevale_brands #brands_carousel {
          margin-bottom: 30px; }
        .themevale_Banner + .themevale_brands .themevale_page-heading-wrapper {
          color: #ffffff; }
          .themevale_Banner + .themevale_brands .themevale_page-heading-wrapper .themevale_page-heading {
            font-size: 16px; }
          .themevale_Banner + .themevale_brands .themevale_page-heading-wrapper .page-heading,
          .themevale_Banner + .themevale_brands .themevale_page-heading-wrapper .themevale_link {
            color: #ffffff; }
      .themevale_Banner .title {
        color: #ffffff; }
      .themevale_Banner .themevale_Banner-img {
        top: 65%;
        left: 50%;
        width: auto;
        height: 100%;
        max-width: none;
        min-width: 100%;
        min-height: 100%;
        position: absolute;
        z-index: 1;
        transform: translate(-50%, -50%); }
        .themevale_Banner .themevale_Banner-img.lazyload, .themevale_Banner .themevale_Banner-img.lazyloading {
          width: auto;
          height: auto;
          min-width: 0;
          min-height: 0; }
      .themevale_Banner .customBanner-wrap {
        padding-top: 0px;
        padding-bottom: 0px; }
      .themevale_Banner .button--transparent {
        color: #ffffff;
        border-color: #ffffff; } }
  @media (min-width: 1025px) {
    .themevale_Banner {
      padding: 60px 0 220px;
      background-attachment: fixed; }
      .themevale_Banner .title {
        font-size: 24px; }
      .themevale_Banner .button--transparent:hover, .themevale_Banner .button--transparent:active, .themevale_Banner .button--transparent:focus {
        color: #323232;
        border-color: #ffffff;
        background-color: #ffffff; } }
  @media (max-width: 800px) {
    .themevale_Banner .button--white {
      color: black;
      border: 1px solid #f7d417;
      background-color: #f7d417; } }

.themevale_productsByCategoryId {
  background-color: #ffffff;
  text-align: center;
  position: relative;
  display: block; }
  .themevale_productsByCategoryId .page-heading {
    margin: 0;
    padding: 20px 15px;
    text-align: left;
    border-bottom: 1px solid #eeeeee; }
    .themevale_productsByCategoryId .page-heading a {
      color: inherit; }
  .themevale_productsByCategoryId .countDowntimer {
    padding: 20px 15px;
    color: #f04723;
    text-align: left;
    position: relative; }
    .themevale_productsByCategoryId .countDowntimer > .text {
      font-size: 12px;
      font-weight: 700;
      margin-right: 8px;
      text-transform: capitalize;
      border-bottom: 1px solid #f04723; }
    .themevale_productsByCategoryId .countDowntimer > #number {
      font-size: 13px;
      font-weight: 700;
      text-transform: capitalize; }
  .themevale_productsByCategoryId .page-content {
    padding: 20px 15px;
    float: none;
    display: block; }
    .themevale_productsByCategoryId .page-content.layout-2 {
      padding: 15px; }
  .themevale_productsByCategoryId .tabs {
    border-bottom: none; }
  .themevale_productsByCategoryId .tabs-contents:before, .themevale_productsByCategoryId .tabs-contents:after {
    content: none; }
  .themevale_productsByCategoryId .tab-content {
    padding-top: 0;
    padding-bottom: 0; }
  .themevale_productsByCategoryId .themevale_productLoading {
    width: 100%;
    min-height: 320px;
    position: relative; }
    .themevale_productsByCategoryId .themevale_productLoading img {
      top: 50%;
      left: 50%;
      z-index: 2;
      position: absolute;
      transform: translate(-50%, -50%); }
  .themevale_productsByCategoryId .productCarousel .slick-arrow {
    width: 25px;
    height: 25px;
    top: 30%; }
  .themevale_productsByCategoryId + .themevale_bannerByCategoryId {
    margin-top: 15px;
    margin-bottom: 40px; }
  .themevale_productsByCategoryId.layout-2, .themevale_productsByCategoryId.layout-3 {
    background-color: transparent; }
    .themevale_productsByCategoryId.layout-2 .themevale_page-heading-wrapper, .themevale_productsByCategoryId.layout-3 .themevale_page-heading-wrapper {
      margin-bottom: 0; }
      .themevale_productsByCategoryId.layout-2 .themevale_page-heading-wrapper .themevale_link, .themevale_productsByCategoryId.layout-3 .themevale_page-heading-wrapper .themevale_link {
        font-weight: 400;
        color: #4563b3; }
    .themevale_productsByCategoryId.layout-2 .page-heading, .themevale_productsByCategoryId.layout-3 .page-heading {
      border-bottom: none;
      padding-left: 0;
      padding-right: 0; }
    .themevale_productsByCategoryId.layout-2 .page-content, .themevale_productsByCategoryId.layout-3 .page-content {
      background-color: #ffffff; }
    .themevale_productsByCategoryId.layout-2 .productCarousel .slick-arrow, .themevale_productsByCategoryId.layout-3 .productCarousel .slick-arrow {
      width: 40px;
      height: 60px;
      padding: 9px;
      border-radius: 3px;
      background-color: #ffffff; }
      .themevale_productsByCategoryId.layout-2 .productCarousel .slick-arrow.slick-prev, .themevale_productsByCategoryId.layout-3 .productCarousel .slick-arrow.slick-prev {
        left: 15px;
        box-shadow: 2px 0 2px 1px rgba(0, 0, 0, 0.1); }
      .themevale_productsByCategoryId.layout-2 .productCarousel .slick-arrow.slick-next, .themevale_productsByCategoryId.layout-3 .productCarousel .slick-arrow.slick-next {
        right: 15px;
        box-shadow: -2px 0 2px 1px rgba(0, 0, 0, 0.1); }
      .themevale_productsByCategoryId.layout-2 .productCarousel .slick-arrow.slick-disabled, .themevale_productsByCategoryId.layout-3 .productCarousel .slick-arrow.slick-disabled {
        opacity: 0.1; }
    .themevale_productsByCategoryId.layout-2 .productCarousel.productCarousel_custom .slick-arrow, .themevale_productsByCategoryId.layout-3 .productCarousel.productCarousel_custom .slick-arrow {
      box-shadow: none;
      background-color: transparent; }
      .themevale_productsByCategoryId.layout-2 .productCarousel.productCarousel_custom .slick-arrow.slick-prev, .themevale_productsByCategoryId.layout-3 .productCarousel.productCarousel_custom .slick-arrow.slick-prev {
        left: 0; }
      .themevale_productsByCategoryId.layout-2 .productCarousel.productCarousel_custom .slick-arrow.slick-next, .themevale_productsByCategoryId.layout-3 .productCarousel.productCarousel_custom .slick-arrow.slick-next {
        right: 0; }
  .themevale_productsByCategoryId.layout-3 .themevale_page-heading-wrapper {
    margin-bottom: 35px; }
  .themevale_productsByCategoryId.layout-3 .page-heading {
    padding: 0; }
  .themevale_productsByCategoryId.layout-3 .productCarousel-slide .card {
    margin-bottom: 0; }
  @media (min-width: 360px) {
    .themevale_productsByCategoryId .countDowntimer > #number {
      font-size: 16px; } }
  @media (min-width: 551px) {
    .themevale_productsByCategoryId + .themevale_bannerByCategoryId {
      margin-top: 15px;
      margin-bottom: 30px; }
    .themevale_productsByCategoryId .countDowntimer {
      top: 0px;
      right: 5px;
      position: absolute; } }
  @media (min-width: 993px) {
    .themevale_productsByCategoryId .page-content {
      padding: 35px 30px 20px 30px; } }
  @media (min-width: 1025px) {
    .themevale_productsByCategoryId + .themevale_bannerByCategoryId {
      margin-top: 30px;
      margin-bottom: 30px; }
    .themevale_productsByCategoryId .page-content {
      padding: 35px 60px 20px 60px; }
    .themevale_productsByCategoryId.layout-2 .page-content {
      padding: 0; }
    .themevale_productsByCategoryId.layout-2 .themevale_productsByCategory-products .productCarousel {
      margin-left: 0;
      margin-right: 0; }
      .themevale_productsByCategoryId.layout-2 .themevale_productsByCategory-products .productCarousel.slick-dotted {
        margin-bottom: 30px; }
    .themevale_productsByCategoryId.layout-2 .themevale_productsByCategory-products .slick-slide {
      border-right: 1px solid #f0f0f0; }
    .themevale_productsByCategoryId.layout-2 .themevale_productsByCategory-products .productCarousel-slide {
      padding: 35px 28px 5px 28px; }
    .themevale_productsByCategoryId.layout-3 .page-content {
      padding: 0; }
    .themevale_productsByCategoryId.layout-3 .themevale_productsByCategory-products .productCarousel.slick-dotted {
      margin-bottom: 0; }
    .themevale_productsByCategoryId.layout-3 .themevale_productsByCategory-products .slick-dots {
      display: none !important; } }

.themevale_bannerByCategoryId {
  position: relative;
  margin-left: -8px;
  margin-right: -8px; }
  .themevale_bannerByCategoryId .slick-slide {
    padding: 0 8px; }
  .themevale_bannerByCategoryId .slick-dots {
    bottom: -22px; }
  .themevale_bannerByCategoryId .item {
    text-align: center;
    vertical-align: top; }
  @media (min-width: 1025px) {
    .themevale_bannerByCategoryId {
      margin-left: -15px;
      margin-right: -15px; }
      .themevale_bannerByCategoryId .slick-slide {
        padding: 0 15px; } }

.themevale_productsByCategoryTabs {
  /*    background-color: #ffffff;*/
  text-align: left;
  position: relative;
  overflow: hidden; }
  .themevale_productsByCategoryTabs .page-heading {
    margin: 0;
    padding: 20px 15px;
    text-align: left; }
    .themevale_productsByCategoryTabs .page-heading a {
      color: inherit; }
  .themevale_productsByCategoryTabs .tabs {
    border: none;
    font-size: 0;
    margin: 0 -8px;
    padding: 0px 15px; }
    .themevale_productsByCategoryTabs .tabs .tab {
      float: none;
      width: 50%;
      border: none;
      padding: 0 8px;
      margin: 16px 0 0 0;
      display: inline-block;
      vertical-align: middle; }
      .themevale_productsByCategoryTabs .tabs .tab:nth-child(-n + 2) {
        margin: 0; }
      .themevale_productsByCategoryTabs .tabs .tab:before {
        content: none; }
      .themevale_productsByCategoryTabs .tabs .tab.is-active .tab-title {
        color: #1c1c1c;
        border: 1px solid #1c1c1c; }
    .themevale_productsByCategoryTabs .tabs .tab-title {
      padding: 0;
      font-size: 12px;
      font-weight: 700;
      color: #999999;
      text-align: center;
      border-radius: 3px;
      padding: 2px 5px;
      border: 1px solid #999999;
      text-transform: capitalize; }
  .themevale_productsByCategoryTabs .tab-content {
    padding: 20px 15px; }
  .themevale_productsByCategoryTabs .themevale_bannerByCategoryTabs {
    display: none; }
  .themevale_productsByCategoryTabs .themevale_productLoading {
    width: 100%;
    min-height: 348px;
    position: relative; }
    .themevale_productsByCategoryTabs .themevale_productLoading img {
      top: 50%;
      left: 50%;
      z-index: 2;
      position: absolute;
      transform: translate(-50%, -50%); }
  .themevale_productsByCategoryTabs .productCarousel .slick-prev,
  .themevale_productsByCategoryTabs .productCarousel .slick-next {
    top: -76px;
    width: 35px;
    height: 32px;
    padding: 8px;
    fill: #7f7f7f;
    border: 1px solid #cccccc;
    transform: none; }
  .themevale_productsByCategoryTabs .productCarousel .slick-prev {
    left: auto;
    right: 34px;
    border-radius: 3px 0 0 3px; }
  .themevale_productsByCategoryTabs .productCarousel .slick-next {
    right: 0px;
    border-radius: 0 3px 3px 0; }
  @media (min-width: 600px) {
    .themevale_productsByCategoryTabs .tabs .tab {
      width: 25%; }
      .themevale_productsByCategoryTabs .tabs .tab:nth-child(-n + 4) {
        margin: 0; } }
  @media (min-width: 993px) {
    .themevale_productsByCategoryTabs .page-heading {
      top: 15px;
      left: 25px;
      padding: 0;
      font-size: 20px;
      line-height: 1;
      white-space: nowrap;
      position: absolute; }
    .themevale_productsByCategoryTabs .tabs {
      margin: 0;
      text-align: right;
      overflow: initial;
      white-space: normal;
      border-bottom: 1px solid #eeeeee; }
      .themevale_productsByCategoryTabs .tabs .tab {
        width: auto;
        padding: 13px 12px 12px 12px; }
        .themevale_productsByCategoryTabs .tabs .tab.is-active .tab-title {
          border: none; }
      .themevale_productsByCategoryTabs .tabs .tab-title {
        padding: 0;
        border: none; }
    .themevale_productsByCategoryTabs .tab-content {
      padding: 35px 30px; }
    .themevale_productsByCategoryTabs .themevale_bannerByCategoryTabs {
      top: 50px;
      left: 0;
      bottom: 0;
      width: 290px;
      z-index: 2;
      overflow: hidden;
      position: absolute;
      background-size: cover;
      display: block; }
      .themevale_productsByCategoryTabs .themevale_bannerByCategoryTabs ~ .tabs-contents {
        padding-left: 290px; }
      .themevale_productsByCategoryTabs .themevale_bannerByCategoryTabs .themevale_bannerByCategoryTabs-carousel {
        display: block;
        width: 100%;
        height: 100%;
        margin-bottom: 0;
        position: relative;
        overflow: hidden;
        white-space: nowrap; }
        .themevale_productsByCategoryTabs .themevale_bannerByCategoryTabs .themevale_bannerByCategoryTabs-carousel .item {
          display: inline-block;
          width: 100%;
          overflow: hidden; }
          .themevale_productsByCategoryTabs .themevale_bannerByCategoryTabs .themevale_bannerByCategoryTabs-carousel .item > a {
            position: relative; }
        .themevale_productsByCategoryTabs .themevale_bannerByCategoryTabs .themevale_bannerByCategoryTabs-carousel .banner-image {
          display: block;
          position: relative; }
          .themevale_productsByCategoryTabs .themevale_bannerByCategoryTabs .themevale_bannerByCategoryTabs-carousel .banner-image.lazyload, .themevale_productsByCategoryTabs .themevale_bannerByCategoryTabs .themevale_bannerByCategoryTabs-carousel .banner-image.lazyloading {
            min-height: 0;
            min-width: 0;
            width: auto;
            height: auto; }
        .themevale_productsByCategoryTabs .themevale_bannerByCategoryTabs .themevale_bannerByCategoryTabs-carousel .slick-dots {
          bottom: 8px;
          z-index: 10; }
          .themevale_productsByCategoryTabs .themevale_bannerByCategoryTabs .themevale_bannerByCategoryTabs-carousel .slick-dots li button {
            width: 8px;
            height: 8px;
            border: 1px solid #ffffff;
            background-color: #ffffff; } }
  @media (min-width: 1025px) {
    .themevale_productsByCategoryTabs .tabs {
      text-align: center; }
    .themevale_productsByCategoryTabs .themevale_bannerByCategoryTabs .themevale_bannerByCategoryTabs-carousel > a:hover .banner-image {
      transform: scale3d(1.1, 1.1, 1) translate(-50%, -50%); } }

.themevale_productsByCategory-products .productCarousel {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  text-align: center;
  margin: 0; }
  .themevale_productsByCategory-products .productCarousel > .productCarousel-slide {
    width: 170px;
    float: none;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    padding: 0;
    margin-right: 15px; }
    .themevale_productsByCategory-products .productCarousel > .productCarousel-slide:last-child {
      margin-right: 0; }
  @media (min-width: 360px) {
    .themevale_productsByCategory-products .productCarousel .productCarousel-slide {
      width: 170px; } }
  @media (min-width: 551px) {
    .themevale_productsByCategory-products .productCarousel .productCarousel-slide {
      width: 190px; } }
  @media (min-width: 768px) {
    .themevale_productsByCategory-products .productCarousel .productCarousel-slide {
      width: 252px; } }
  @media (min-width: 1025px) {
    .themevale_productsByCategory-products .productCarousel {
      overflow: visible;
      white-space: normal;
      margin: 0 -15px; }
      .themevale_productsByCategory-products .productCarousel .productCarousel-slide {
        width: 25%; } }

.themevale_bannerbycategory {
  margin-top: 15px;
  margin-bottom: 30px; }
  .themevale_bannerbycategory .slick-slide .item {
    vertical-align: top; }
  .themevale_bannerbycategory .themevale_bannerbycategory-carousel {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 2px;
    font-size: 0; }
    .themevale_bannerbycategory .themevale_bannerbycategory-carousel .item {
      font-size: 14px; }
    .themevale_bannerbycategory .themevale_bannerbycategory-carousel > .item {
      width: 240px;
      vertical-align: top;
      display: inline-block;
      white-space: normal; }
  .themevale_bannerbycategory .bannerbycategory-wrapper {
    width: 100%;
    font-size: 0;
    display: flex;
    background-color: #ffffff;
    border: solid 1px #e9e9e9; }
    .themevale_bannerbycategory .bannerbycategory-wrapper .image,
    .themevale_bannerbycategory .bannerbycategory-wrapper .content {
      font-size: 12px;
      display: inline-block;
      vertical-align: middle; }
    .themevale_bannerbycategory .bannerbycategory-wrapper .image {
      width: 37%;
      position: relative;
      overflow: hidden; }
      .themevale_bannerbycategory .bannerbycategory-wrapper .image > a {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        position: absolute; }
      .themevale_bannerbycategory .bannerbycategory-wrapper .image img {
        position: absolute;
        left: 50%;
        top: 50%;
        height: auto;
        max-width: none;
        width: 100%;
        transform: translate(-50%, -50%); }
        .themevale_bannerbycategory .bannerbycategory-wrapper .image img.lazyload, .themevale_bannerbycategory .bannerbycategory-wrapper .image img.lazyloading {
          width: auto;
          height: auto;
          min-width: 0;
          min-height: 0; }
    .themevale_bannerbycategory .bannerbycategory-wrapper .content {
      width: 63%;
      padding: 20px 15px; }
    .themevale_bannerbycategory .bannerbycategory-wrapper .title {
      font-size: 15px;
      margin: 0 0 7px 0;
      text-transform: capitalize;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 160px; }
      .themevale_bannerbycategory .bannerbycategory-wrapper .title a {
        color: inherit;
        font-size: inherit;
        font-weight: inherit; }
    .themevale_bannerbycategory .bannerbycategory-wrapper p {
      margin: 0;
      min-height: 44px;
      max-height: 44px;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 2;
      line-clamp: 2; }
    @media (max-width: 768px) {
      .themevale_bannerbycategory .bannerbycategory-wrapper .content {
        padding-top: 10px; } }
  @media (min-width: 1025px) {
    .themevale_bannerbycategory {
      margin-top: 20px;
      margin-bottom: 65px;
      box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.02); }
      .themevale_bannerbycategory .themevale_bannerbycategory-carousel {
        padding-bottom: 0px;
        overflow: visible;
        white-space: normal; } }

@media (max-width: 768px) {
  .bannerbycategory-wrapper {
    height: 90px; } }

.themevale_featuredCategory-wrapper {
  font-size: 0;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-bottom: 2px;
  background-color: #ffffff; }
  .themevale_featuredCategory-wrapper .items {
    font-size: 12px;
    white-space: normal;
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
    width: 90%; }
  @media (min-width: 360px) {
    .themevale_featuredCategory-wrapper .items {
      width: 80%; } }
  @media (min-width: 552px) {
    .themevale_featuredCategory-wrapper .items {
      width: 45%; } }
  @media (min-width: 992px) {
    .themevale_featuredCategory-wrapper .items {
      width: 37%; } }
  @media (min-width: 1025px) {
    .themevale_featuredCategory-wrapper {
      text-align: left;
      display: block;
      overflow: visible;
      white-space: normal;
      margin-left: 0;
      margin-right: 0;
      padding-left: 0px;
      padding-bottom: 0px; }
      .themevale_featuredCategory-wrapper:before, .themevale_featuredCategory-wrapper:after {
        content: " ";
        display: table; }
      .themevale_featuredCategory-wrapper:after {
        clear: both; }
      .themevale_featuredCategory-wrapper .items {
        padding: 0;
        width: 33.333333333%;
        float: left;
        border-left: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0; }
        .themevale_featuredCategory-wrapper .items:nth-child(n + 4) {
          border-bottom: 1px solid transparent; }
        .themevale_featuredCategory-wrapper .items:nth-child(3n + 1) {
          border-left: 1px solid transparent; } }

.themevale_featuredCategory {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  box-shadow: none;
  overflow: hidden;
  background-color: #ffffff; }
  .themevale_featuredCategory .image {
    max-width: 45%; }
  .themevale_featuredCategory .content {
    padding-left: 15px; }
  .themevale_featuredCategory .title {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: capitalize; }
    .themevale_featuredCategory .title a {
      color: inherit; }
  .themevale_featuredCategory .subcategory-list {
    list-style: none;
    margin: 0 0 12px 0;
    padding: 0; }
    .themevale_featuredCategory .subcategory-list .subcategory-item {
      display: block;
      line-height: 30px;
      white-space: nowrap; }
      .themevale_featuredCategory .subcategory-list .subcategory-item .icon {
        height: 0.75rem;
        width: 0.75rem;
        fill: #a6a8ac;
        stroke: #a6a8ac;
        margin-right: 5px; }
      .themevale_featuredCategory .subcategory-list .subcategory-item a {
        color: #323232; }
        @media (min-width: 1025px) {
          .themevale_featuredCategory .subcategory-list .subcategory-item a:after {
            content: '';
            bottom: -1px;
            left: 0;
            height: 1px;
            width: 0px;
            position: absolute;
            background-color: #323232;
            transition: all 0.3s ease; }
          .themevale_featuredCategory .subcategory-list .subcategory-item a:hover:after {
            width: 100%; } }
  .themevale_featuredCategory .link {
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    color: #5874b0; }
    .themevale_featuredCategory .link:after {
      content: '';
      bottom: -1px;
      left: 0;
      height: 1px;
      width: 0px;
      position: absolute;
      background-color: #5874b0;
      transition: all 0.3s ease; }
    .themevale_featuredCategory .link:hover:after {
      width: 100%; }
  @media (min-width: 1025px) {
    .themevale_featuredCategory {
      padding: 30px; }
      .themevale_featuredCategory .image {
        max-width: 170px; }
      .themevale_featuredCategory .content {
        padding-left: 25px; } }

.category-card {
  margin: 0;
  display: block;
  text-align: left;
  position: relative;
  overflow: hidden;
  font-size: 1rem;
  color: white;
  background-color: #ffffff;
  width: 290px; }
  .category-card .category-figure {
    margin: 0;
    display: block; }
    .category-card .category-figure .category-img-container {
      display: block;
      overflow: hidden;
      position: relative;
      text-align: center; }
      .category-card .category-figure .category-img-container img.lazyloaded {
        transition: all 0.8s ease; }
  .category-card .category-body {
    left: 0;
    top: 15px;
    z-index: 3;
    padding: 0 15px;
    transform: none;
    position: absolute; }
  .category-card .title {
    z-index: 2;
    line-height: 1;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 15px 0;
    max-width: 250px;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: capitalize;
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    color: white; }
  .category-card .description {
    max-width: 100%;
    margin-bottom: 0; }
  .category-card .category-button {
    left: 15px;
    bottom: 15px;
    right: auto;
    z-index: 3;
    position: absolute; }
  .item-child-full .category-card,
  .item-2-col .category-card {
    width: 606px; }
  @media (min-width: 551px) {
    .category-card {
      width: 360px; }
      .item-child-full .category-card,
      .item-2-col .category-card {
        width: 746px; }
      .category-card .category-body {
        top: 30px;
        padding: 0 30px; }
      .category-card .category-button {
        left: 30px;
        bottom: 30px; } }
  @media (min-width: 1025px) {
    .category-card {
      width: auto; }
      .item-child-full .category-card,
      .item-2-col .category-card {
        width: auto; }
      .category-card .category-body {
        top: 30px;
        padding: 0 30px; }
      .category-card .title {
        font-size: 22px;
        margin-bottom: 20px; }
      .category-card .category-img-container:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        opacity: 0;
        content: '';
        position: absolute;
        visibility: hidden;
        transition: all .3s ease;
        background-color: rgba(0, 0, 0, 0.3); }
      .category-card:hover .category-figure .category-img-container img.lazyloaded {
        transform: scale(1.15); }
      .category-card:hover .category-img-container:before {
        opacity: 1;
        visibility: visible; } }

.themevale_blogs_custom {
  border-top: 1px solid #f0f0f0;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 1025px) {
    .themevale_blogs_custom {
      padding-top: 50px;
      padding-bottom: 50px; } }

/*--------  3.0 Category Page  ------*/
.themevale_subCategory {
  padding: 15px 0 45px 0;
  border-bottom: 1px solid #eeeeee; }
  .themevale_subCategory .sub-category {
    width: 290px;
    text-align: left;
    display: table;
    position: relative; }
    .themevale_subCategory .sub-category .content,
    .themevale_subCategory .sub-category .image {
      vertical-align: middle;
      display: grid; }
    .themevale_subCategory .sub-category .content + .image {
      width: 44%; }
    .themevale_subCategory .sub-category .title {
      display: block;
      margin: 0 0 10px 0;
      color: #323232; }
      .themevale_subCategory .sub-category .title .text {
        color: inherit;
        position: relative;
        margin: 0;
        font-weight: 700;
        padding-bottom: 1px;
        line-height: 1;
        font-size: 15px;
        max-width: 70%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: inline-block;
        vertical-align: middle;
        text-transform: capitalize; }
        .themevale_subCategory .sub-category .title .text:before {
          content: "";
          left: 0;
          width: 0;
          bottom: 0;
          height: 1px;
          position: absolute;
          background-color: #323232;
          transition: all 0.3s ease; }
      .themevale_subCategory .sub-category .title .count {
        color: inherit;
        text-align: center;
        line-height: 1;
        font-size: 12px;
        margin-left: 15px;
        padding: 4px 6px;
        min-width: 30px;
        border-radius: 12px;
        display: inline-block;
        vertical-align: middle;
        background-color: #f7f7f7;
        transition: all 0.3s ease; }
      .themevale_subCategory .sub-category .title:hover .text:before {
        width: 100%; }
      .themevale_subCategory .sub-category .title:hover .count {
        color: #ffffff;
        background-color: #5d6673; }
    .themevale_subCategory .sub-category .description {
      position: relative;
      max-height: 40px;
      overflow: hidden; }
      .themevale_subCategory .sub-category .description > * {
        display: none; }
      .themevale_subCategory .sub-category .description p {
        margin-bottom: 0;
        display: block; }
      .themevale_subCategory .sub-category .description .dots {
        display: block;
        bottom: 0;
        right: 0;
        position: absolute;
        background-color: #ffffff; }
    @media (min-width: 551px) {
      .themevale_subCategory .sub-category {
        width: 320px; }
        .themevale_subCategory .sub-category .title .text {
          max-width: 80%; }
        .themevale_subCategory .sub-category .title .count {
          padding: 6px 12px;
          min-width: 44px; } }
    @media (min-width: 1025px) {
      .themevale_subCategory .sub-category {
        width: 100%; } }

@media (min-width: 1025px) {
  .themevale_featuredBrands .brandsImage-slider {
    margin-left: -8px;
    margin-right: -8px; }
    .themevale_featuredBrands .brandsImage-slider .slick-slide {
      padding: 0 8px; }
      .themevale_featuredBrands .brandsImage-slider .slick-slide .brand-item {
        padding-left: 0;
        padding-right: 0; }
    .themevale_featuredBrands .brandsImage-slider .featured-brand {
      padding-top: 15px;
      padding-bottom: 15px;
      border: none;
      border-bottom: 1px solid #eeeeee; } }

.custom-html-category {
  margin-bottom: 30px; }
  .custom-html-category .custom-html {
    display: none; }
    .custom-html-category .custom-html.hasShowMore {
      display: -webkit-box;
      overflow: hidden;
      position: relative;
      word-wrap: break-word;
      -webkit-line-clamp: 3;
      text-overflow: ellipsis; }
    .custom-html-category .custom-html.noShowMore {
      display: block; }
  .custom-html-category .button-group {
    margin-top: 15px; }
    .custom-html-category .button-group .button {
      min-width: 160px; }
      .custom-html-category .button-group .button .icon {
        height: 0.91667rem;
        width: 0.91667rem; }
      .custom-html-category .button-group .button.less .icon {
        transform: rotate(180deg); }
  @media (min-width: 1025px) {
    .custom-html-category {
      margin-bottom: 50px; }
      .custom-html-category .button-group {
        margin-top: 30px; } }

.themevale_review {
  border-top: 1px solid #eeeeee; }

.customer-review-carousel {
  margin: -15px; }
  .customer-review-carousel .slick-arrow.slick-prev {
    left: 0; }
  .customer-review-carousel .slick-arrow.slick-next {
    right: 0; }
  .customer-review-carousel .slick-slide {
    padding: 0 15px; }
  .customer-review-carousel .review-item {
    vertical-align: top; }
  @media (min-width: 1025px) {
    .customer-review-carousel {
      padding: 0;
      margin: 0 -20px; }
      .customer-review-carousel .slick-slide {
        padding: 0 20px; } }

.customer-review {
  width: 100%;
  display: block; }
  .customer-review .image-wrapper,
  .customer-review .content {
    display: block;
    vertical-align: top; }
  .customer-review .image-wrapper {
    display: flex;
    align-items: center; }
    .customer-review .image-wrapper > .title-wrapper-mobile,
    .customer-review .image-wrapper > .image {
      display: inline-block;
      vertical-align: middle; }
    .customer-review .image-wrapper > .title-wrapper-mobile {
      padding-left: 15px;
      width: calc(100% - 100px); }
  .customer-review .image {
    width: 100px; }
    .customer-review .image img {
      width: 100%;
      height: auto; }
  .customer-review .content {
    padding-top: 15px; }
  .customer-review .title-wrapper {
    display: none;
    max-width: 400px; }
  .customer-review .card-brand,
  .customer-review .card-title {
    display: inline;
    line-height: 20px;
    margin-bottom: 0;
    vertical-align: middle; }
  .customer-review .card-title {
    margin-left: 7px; }
  @media (min-width: 551px) {
    .customer-review {
      display: table; }
      .customer-review .image,
      .customer-review .content {
        display: table-cell;
        vertical-align: top; }
      .customer-review .image-wrapper > .title-wrapper-mobile {
        display: none; }
      .customer-review .image {
        width: 70px; }
      .customer-review .title-wrapper {
        display: block; }
      .customer-review .productReview {
        margin-top: 25px; }
      .customer-review .content {
        padding-top: 10px;
        padding-left: 15px; } }
  @media (min-width: 1025px) {
    .customer-review .content {
      padding-left: 30px; } }

.page-type-category .body {
  padding-bottom: 0; }

/*--------  4.0 Contact Page  -------*/
.themevale_contact-us .desciption-page {
  margin-bottom: 15px; }
  .themevale_contact-us .desciption-page p:last-child {
    margin-bottom: 0; }

.themevale_contact-us .themevale_location {
  margin-top: 50px; }

@media (min-width: 551px) {
  .themevale_contact-us .desciption-page {
    margin-bottom: 30px; }
  .themevale_contact-us .themevale_location {
    margin-top: 50px; } }

@media (min-width: 768px) {
  .themevale_contact-us {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start; }
    .themevale_contact-us .themevale_location {
      padding-left: 50px;
      margin-top: 0px; }
    .themevale_contact-us .themevale_form {
      width: 65%; } }

@media (min-width: 1261px) {
  .themevale_contact-us .themevale_location {
    padding-left: 11%; }
  .themevale_contact-us .themevale_form {
    width: 870px;
    order: -1; } }

.themevale_location a {
  color: #5874b0; }
  .themevale_location a:hover, .themevale_location a:focus {
    color: #5874b0; }

.themevale_location .title {
  margin: 0 0 12px;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  color: #1c1c1c;
  font-weight: 700; }

.themevale_location .sub-title {
  margin: 0; }

.themevale_location .store-address + .store-email,
.themevale_location > .content + .content {
  margin-top: 15px; }

@media (min-width: 801px) {
  .themevale_location .title {
    font-size: 14px;
    margin: 0 0 20px; }
  .themevale_location .store-address + .store-email {
    margin-top: 20px; }
  .themevale_location > .content + .content {
    margin-top: 17px;
    padding-top: 17px;
    border-top: 1px solid #eaeaea; } }

/*--------  5.0 FAQ page  -----------*/
@media (min-width: 1025px) {
  .themevale_faq .page-sidebar-right {
    padding-left: 25px;
    padding-right: 0;
    float: right; }
    .themevale_faq .page-sidebar-right + .page-content {
      padding-left: 0;
      padding-right: 25px; } }

.themevale_faq .contact-us-faq {
  text-align: center; }
  .themevale_faq .contact-us-faq span {
    display: block;
    margin-bottom: 10px; }
  .themevale_faq .contact-us-faq .button {
    color: #ffffff;
    min-width: 160px;
    border-color: #5874b0;
    background-color: #5874b0; }
    .themevale_faq .contact-us-faq .button:hover, .themevale_faq .contact-us-faq .button:focus, .themevale_faq .contact-us-faq .button:active {
      background-color: #ffffff;
      color: #5874b0;
      border-color: #5874b0; }
  @media (min-width: 551px) {
    .themevale_faq .contact-us-faq {
      text-align: right;
      margin-top: 30px; }
      .themevale_faq .contact-us-faq span,
      .themevale_faq .contact-us-faq .button {
        margin: 0;
        display: inline-block;
        vertical-align: middle; }
      .themevale_faq .contact-us-faq span + .button {
        margin-left: 15px; } }

.themevale_faq .accordion-content > ul {
  list-style-type: disc; }
  .themevale_faq .accordion-content > ul li {
    line-height: 24px;
    margin-bottom: 5px; }

/*--------  6.0 Multilevel filter  --*/
.themevale_MultiCategory-wrapper {
  position: relative; }
  .themevale_MultiCategory-wrapper:before {
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    content: "";
    position: absolute;
    background-color: #f5f5f5; }
  @media (min-width: 801px) {
    .page-type-default .themevale_MultiCategory-wrapper + .themevale_section {
      padding-top: 80px; } }

.themevale_MultiCategory {
  width: 100%;
  z-index: 11;
  color: #ffffff;
  display: block;
  padding: 15px;
  margin-left: auto;
  max-width: 1170px;
  margin-right: auto;
  position: relative;
  background-color: #f7d417; }
  .themevale_MultiCategory .button {
    color: white;
    border: 1px solid #9a1b1f;
    background-color: #9a1b1f; }
    .themevale_MultiCategory .button svg {
      fill: white;
      stroke: transparent; }
    .themevale_MultiCategory .button:hover, .themevale_MultiCategory .button:active, .themevale_MultiCategory .button:focus {
      color: #9a1b1f;
      border: 1px solid #9a1b1f;
      background-color: #ffffff; }
      .themevale_MultiCategory .button:hover svg, .themevale_MultiCategory .button:active svg, .themevale_MultiCategory .button:focus svg {
        fill: #9a1b1f;
        stroke: transparent; }
  .page-type-default .themevale_MultiCategory,
  .page-type-category .themevale_MultiCategory,
  .page-type-product .themevale_MultiCategory {
    z-index: 11;
    position: relative; }
  .page-type-default .themevale_MultiCategory {
    border-radius: 3px;
    width: calc(100% - 30px); }
  .page-type-product .themevale_MultiCategory {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px); }
  @media (min-width: 801px) {
    .themevale_MultiCategory {
      padding: 18px 30px; }
      .page-type-default .themevale_MultiCategory {
        left: 50%;
        margin-top: -70px;
        border-radius: 3px;
        position: absolute;
        transform: translateX(-50%); } }
  @media (min-width: 1025px) {
    .themevale_MultiCategory {
      border-radius: 3px;
      padding: 30px 50px;
      color: black;
      background-color: #f7d417; }
      .page-type-category .themevale_MultiCategory {
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        color: white;
        background-color: #383e47; }
        .page-type-category .themevale_MultiCategory + .themevale_breadcrumbCategory {
          padding-top: 105px; }
      .page-type-category [data-banner-location="top"] + .body .themevale_MultiCategory {
        margin-top: -38px;
        left: 50%;
        position: absolute;
        transform: translateX(-50%); }
        .page-type-category [data-banner-location="top"] + .body .themevale_MultiCategory + .themevale_breadcrumbCategory {
          padding-top: 70px; }
      .page-type-product .themevale_MultiCategory {
        border-radius: 0;
        width: 100%;
        margin: 0;
        color: white;
        background-color: #383e47; }
        .page-type-product .themevale_MultiCategory:before {
          top: 0;
          bottom: 0;
          right: 100%;
          width: 100%;
          content: "";
          position: absolute;
          background-color: #383e47; }
        .page-type-product .themevale_MultiCategory:after {
          top: 0;
          bottom: 0;
          left: 100%;
          width: 100%;
          content: "";
          position: absolute;
          background-color: #383e47; }
        .page-type-product .themevale_MultiCategory .themevale_multilevel-category-filter .form-field .form-select {
          background-color: #ffffff; } }

@media (min-width: 1281px) {
  .page-full-width.page-type-category .themevale_MultiCategory,
  .page-full-width.page-type-product .themevale_MultiCategory {
    max-width: none;
    width: 100%; } }

@media (min-width: 1601px) {
  .page-full-width.page-type-category .themevale_MultiCategory {
    max-width: 1570px; }
  .page-full-width.page-type-product .themevale_MultiCategory {
    max-width: 1600px; } }

.themevale_multilevel-category-filter {
  display: block; }
  .themevale_multilevel-category-filter .form-label {
    display: block;
    color: inherit;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px; }
    .themevale_multilevel-category-filter .form-label .title {
      display: block;
      font-size: 16px;
      margin: 0 0 5px 0;
      color: inherit;
      white-space: nowrap;
      text-transform: capitalize; }
    .themevale_multilevel-category-filter .form-label .description {
      font-size: 12px;
      color: inherit;
      font-weight: 400;
      margin-bottom: 0; }
  .themevale_multilevel-category-filter .form-wrapper {
    display: block; }
  .themevale_multilevel-category-filter .form-field {
    display: block;
    margin: 0 0 10px 0; }
    .themevale_multilevel-category-filter .form-field .form-label {
      display: block;
      font-size: 0;
      line-height: 0;
      margin: 0;
      padding: 0; }
    .themevale_multilevel-category-filter .form-field .form-select {
      height: 40px;
      max-width: 100%;
      border-color: white;
      background-color: white;
      box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.03); }
  .themevale_multilevel-category-filter .group-button {
    font-size: 0;
    margin-top: 20px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between; }
    .themevale_multilevel-category-filter .group-button .button {
      min-width: 90px;
      padding: 0;
      height: 40px;
      line-height: 38px;
      width: 50%; }
      .themevale_multilevel-category-filter .group-button .button + .button {
        margin-left: 10px; }
    .themevale_multilevel-category-filter .group-button #themevale_clear-select {
      line-height: 1;
      height: auto;
      padding: 11px 0; }
  @media (min-width: 551px) {
    .themevale_multilevel-category-filter .form-wrapper {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: space-between;
      flex-grow: 1; }
    .themevale_multilevel-category-filter .form-field {
      width: 30%;
      margin: 0 10px 0 0;
      display: inline-block; }
    .themevale_multilevel-category-filter .group-button {
      min-width: 130px;
      margin-top: 0;
      display: inline-block; }
      .themevale_multilevel-category-filter .group-button .button {
        width: 60px;
        min-width: 60px; } }
  @media (min-width: 801px) {
    .themevale_multilevel-category-filter {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: space-between; }
      .themevale_multilevel-category-filter .form-label {
        text-align: left;
        display: inline-block;
        margin-right: 30px;
        margin-bottom: 0px;
        margin-top: 0; } }

.themevale_MultiCategory.layout-2 {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  margin-top: 0 !important;
  color: black;
  background-color: #f7d417;
  width: 100%; }
  .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter > .form-label {
    color: #000000; }
  .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .group-button #themevale_clear-select span {
    display: none; }
  @media (min-width: 551px) {
    .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .group-button {
      min-width: 150px; }
      .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .group-button .button {
        padding: 0 15px;
        height: 40px;
        min-width: 40px;
        line-height: 36px;
        width: auto; }
      .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .group-button #themevale_clear-select {
        padding: 0;
        height: 40px;
        line-height: 36px; } }
  @media (min-width: 1281px) {
    .themevale_MultiCategory.layout-2 {
      border-radius: 3px;
      padding: 25px 30px;
      margin-bottom: 30px; }
      .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter {
        display: block;
        text-align: left; }
        .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter > .form-label {
          display: block;
          margin-right: 0;
          text-align: left;
          margin-bottom: 20px; }
          .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter > .form-label .title {
            font-size: 16px;
            margin-bottom: 12px; }
        .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .form-wrapper {
          display: block; }
        .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .form-field {
          width: 100%;
          display: block;
          margin: 0 0 15px 0; }
        .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .group-button {
          display: block; }
          .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .group-button .button {
            display: block;
            width: 100%; }
            .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .group-button .button + .button {
              margin: 10px 0 0 0; }
          .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .group-button #themevale_clear-select {
            display: inline-block;
            border-color: transparent;
            background-color: transparent;
            box-shadow: none;
            text-transform: capitalize;
            font-size: 12px;
            line-height: 20px;
            height: auto;
            color: #323232;
            font-family: "Arimo", Arial, Helvetica, sans-serif; }
            .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .group-button #themevale_clear-select .icon {
              margin-right: 5px; }
            .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .group-button #themevale_clear-select svg {
              fill: #323232; }
            .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .group-button #themevale_clear-select span {
              display: inline-block;
              vertical-align: middle;
              text-decoration: underline;
              text-underline-position: under; }
            .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .group-button #themevale_clear-select:hover, .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .group-button #themevale_clear-select:focus, .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .group-button #themevale_clear-select:active {
              color: #323232; }
              .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .group-button #themevale_clear-select:hover svg, .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .group-button #themevale_clear-select:focus svg, .themevale_MultiCategory.layout-2 .themevale_multilevel-category-filter .group-button #themevale_clear-select:active svg {
                fill: #323232; } }

/*--------  7.0 page 404  -----------*/
.themevale_404 .page-404 {
  margin: 0;
  line-height: 1;
  font-size: 100px;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  color: #1c1c1c;
  font-weight: 700; }

.themevale_404 .page-heading {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  color: #1c1c1c; }

.themevale_404 .search-page {
  margin-top: 30px; }
  .themevale_404 .search-page .form-prefixPostfix {
    display: block;
    max-width: 770px;
    margin-left: auto;
    margin-right: auto; }
    .themevale_404 .search-page .form-prefixPostfix .form-input {
      width: 100%;
      display: block; }
    .themevale_404 .search-page .form-prefixPostfix .button {
      width: 180px;
      margin-left: 0;
      margin-top: 20px;
      display: inline-block; }

@media (min-width: 415px) {
  .themevale_404 .page-404 {
    font-size: 150px;
    margin: 0 0 10px 0; } }

@media (min-width: 993px) {
  .themevale_404 .page-404 {
    font-size: 200px; }
  .themevale_404 .page-heading {
    font-size: 40px;
    margin-bottom: 40px; }
  .themevale_404 .search-page {
    margin-top: 50px; }
    .themevale_404 .search-page .form-prefixPostfix .button {
      width: 220px; } }

.themevale_403 .search-page {
  margin-top: 30px; }
  .themevale_403 .search-page .form-prefixPostfix {
    display: block;
    max-width: 770px;
    margin-left: auto;
    margin-right: auto; }
    .themevale_403 .search-page .form-prefixPostfix .form-input {
      width: 100%;
      display: block; }
    .themevale_403 .search-page .form-prefixPostfix .button {
      width: 180px;
      margin-left: 0;
      margin-top: 20px;
      display: inline-block; }

@media (min-width: 993px) {
  .themevale_403 .search-page {
    margin-top: 50px; }
    .themevale_403 .search-page .form-prefixPostfix .button {
      width: 220px; } }

/*--------  8.0 Sitemap page  -------*/
.contentSitemap {
  margin: 0;
  display: block; }
  .contentSitemap ul {
    list-style: none;
    margin-left: 0; }
  .contentSitemap > li {
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 0 20px 0 0; }
    .contentSitemap > li > ul {
      padding: 0px;
      padding-top: 0px; }
    .contentSitemap > li > ul > li > a {
      font-size: 13px;
      font-weight: 700;
      color: #1c1c1c; }
    .contentSitemap > li > ul > li > ul {
      padding: 0px 30px;
      padding-top: 0px; }
      .contentSitemap > li > ul > li > ul > li > a {
        font-size: 12px;
        font-weight: 400; }
      .contentSitemap > li > ul > li > ul > li > ul {
        padding: 0px 30px;
        padding-top: 0px; }
        .contentSitemap > li > ul > li > ul > li > ul > li > a {
          font-size: 12px;
          font-weight: 400;
          color: #323232; }
    .contentSitemap > li:last-child li a {
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0;
      color: #323232; }
  .contentSitemap h3 {
    margin-top: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    color: #1c1c1c;
    border-bottom: 1px solid #ececec; }
  .contentSitemap a {
    padding: 6px 0;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    text-transform: capitalize; }

.has-stickyAddToCart .footer {
  padding-bottom: 100px; }

.has-stickyAddToCart #back-to-top span {
  top: 75vh; }

/*----------  home page 2  ----------*/
.themevale_section_special {
  display: block;
  font-size: 0; }
  .themevale_section_special .item-left,
  .themevale_section_special .item-right {
    display: block;
    font-size: 12px;
    width: 100%; }
  .themevale_section_special .item-right {
    border-top: 1px solid #f0f0f0;
    padding-top: 30px; }
    .themevale_section_special .item-right .themevale_page-heading-wrapper.text-center {
      text-align: left; }
      .themevale_section_special .item-right .themevale_page-heading-wrapper.text-center .page-heading {
        text-align: left; }
    .themevale_section_special .item-right .item-right-child + .item-right-child:not(.item-fillter) {
      margin-top: 30px;
      padding-top: 30px;
      border-top: 1px solid #f0f0f0; }
  .themevale_section_special .item-left .category-filter-mobile {
    margin: 30px 0 0 0; }
  @media (min-width: 1281px) {
    .themevale_section_special .item-left > div:not(.heroCarousel) {
      margin-right: 30px; }
    .themevale_section_special .item-left .category-filter-mobile {
      margin-right: 0 !important; }
    .themevale_section_special .item-right {
      border-top: none;
      padding-top: 0px; }
      .themevale_section_special .item-right .themevale_productsByCategoryId.layout-2 .themevale_productsByCategory-products .productCarousel-slide {
        padding: 20px 30px 0px 30px; }
      .themevale_section_special .item-right .themevale_page-heading-wrapper.text-center {
        text-align: center; }
        .themevale_section_special .item-right .themevale_page-heading-wrapper.text-center .page-heading {
          text-align: center; } }
  @media (min-width: 1281px) {
    .themevale_section_special .item-left,
    .themevale_section_special .item-right {
      display: inline-block;
      vertical-align: top;
      font-size: 12px; }
    .themevale_section_special .item-left {
      width: calc(100% - 300px); }
      .themevale_section_special .item-left .category-filter-mobile {
        margin: 0; }
    .themevale_section_special .item-right {
      width: 300px; }
      .themevale_section_special .item-right .card {
        text-align: center; }
        .themevale_section_special .item-right .card .card-body {
          text-align: center; }
        .themevale_section_special .item-right .card .card-img-container {
          max-width: 170px; }
      .themevale_section_special .item-right .item-right-child + .item-right-child:not(.item-fillter) {
        margin-top: -1px;
        border-top: none;
        padding-top: none; }
      .themevale_section_special .item-right .item-right-child + .item-right-child.item-fillter {
        margin-top: 30px; }
      .themevale_section_special .item-right .productCarousel .slick-slide > div + div {
        margin-top: 50px; }
      .themevale_section_special .item-right .themevale_page-heading-wrapper.text-center {
        text-align: center; }
      .themevale_section_special .item-right .themevale_productsByCategoryId.layout-3 .themevale_productsByCategory-products .productCarousel.slick-dotted {
        margin-bottom: 30px; }
      .themevale_section_special .item-right .themevale_productsByCategoryId.layout-3 .themevale_productsByCategory-products .slick-dots {
        display: block !important; }
    .themevale_section_special .item-right-child:not(.item-fillter) {
      border: 1px solid #f0f0f0;
      padding: 30px; } }

.themevale_productsByCategoryspecial_wrapper {
  display: block;
  font-size: 0;
  position: relative; }
  .themevale_productsByCategoryspecial_wrapper .brands-image,
  .themevale_productsByCategoryspecial_wrapper .sub_category,
  .themevale_productsByCategoryspecial_wrapper .product-content,
  .themevale_productsByCategoryspecial_wrapper .marketting-banner {
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    white-space: normal; }
  .themevale_productsByCategoryspecial_wrapper .sub_category {
    background-color: #f5f5f5;
    padding: 20px 15px;
    min-height: 300px; }
    .themevale_productsByCategoryspecial_wrapper .sub_category .sub_category-list {
      list-style: none;
      padding: 0;
      margin: 0;
      -webkit-column-count: 2;
      column-count: 2; }
      .themevale_productsByCategoryspecial_wrapper .sub_category .sub_category-list .sub_category-item {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 18px; }
        .themevale_productsByCategoryspecial_wrapper .sub_category .sub_category-list .sub_category-item:last-child {
          margin-bottom: 0; }
    .themevale_productsByCategoryspecial_wrapper .sub_category .sub_category-action {
      line-height: 20px;
      color: #323232; }
      .themevale_productsByCategoryspecial_wrapper .sub_category .sub_category-action:before {
        left: 0;
        bottom: -1px;
        content: "";
        width: 0;
        height: 1px;
        background-color: #5874b0;
        position: absolute;
        transition: all 0.3s ease; }
      .themevale_productsByCategoryspecial_wrapper .sub_category .sub_category-action:hover {
        color: #5874b0; }
        .themevale_productsByCategoryspecial_wrapper .sub_category .sub_category-action:hover:before {
          width: 100%; }
  .themevale_productsByCategoryspecial_wrapper .marketting-banner {
    position: relative; }
  .themevale_productsByCategoryspecial_wrapper .marketting-banner-carousel {
    margin-bottom: 0;
    position: relative;
    height: 100%; }
    .themevale_productsByCategoryspecial_wrapper .marketting-banner-carousel:not(.slick-slider) {
      white-space: nowrap;
      overflow: hidden; }
    .themevale_productsByCategoryspecial_wrapper .marketting-banner-carousel .item {
      width: 100%;
      height: 100%;
      display: inline-block;
      vertical-align: top; }
    .themevale_productsByCategoryspecial_wrapper .marketting-banner-carousel .slick-dots {
      position: absolute;
      bottom: 30px;
      z-index: 10; }
      .themevale_productsByCategoryspecial_wrapper .marketting-banner-carousel .slick-dots li button {
        width: 10px;
        height: 10px;
        border: 1px solid #ffffff;
        background-color: #ffffff; }
    .themevale_productsByCategoryspecial_wrapper .marketting-banner-carousel .banner-link {
      position: relative;
      overflow: hidden; }
      .themevale_productsByCategoryspecial_wrapper .marketting-banner-carousel .banner-link:before {
        content: "";
        display: block;
        position: relative;
        padding-bottom: 300px; }
      .themevale_productsByCategoryspecial_wrapper .marketting-banner-carousel .banner-link img {
        z-index: 1;
        max-width: none;
        height: auto;
        width: auto;
        min-width: 100%;
        min-height: 100%;
        top: 50%;
        left: 50%;
        position: absolute;
        transform: translate(-50%, -50%); }
      .themevale_productsByCategoryspecial_wrapper .marketting-banner-carousel .banner-link > .link-url {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 5;
        position: absolute;
        font-size: 0; }
  .themevale_productsByCategoryspecial_wrapper .marketting-banner-content {
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
    z-index: 5;
    color: #ffffff;
    padding: 30px 15px;
    text-align: center; }
    .themevale_productsByCategoryspecial_wrapper .marketting-banner-content .title {
      color: inherit;
      text-transform: capitalize;
      font-weight: 700;
      margin: 0 0 12px 0;
      font-size: 24px;
      line-height: 1.4; }
    .themevale_productsByCategoryspecial_wrapper .marketting-banner-content .description {
      margin: 0;
      color: inherit;
      font-weight: 400;
      font-size: 12px; }
    @media (min-width: 1025px) {
      .themevale_productsByCategoryspecial_wrapper .marketting-banner-content {
        padding: 30px; }
        .themevale_productsByCategoryspecial_wrapper .marketting-banner-content .title {
          font-size: 32px; } }
  .themevale_productsByCategoryspecial_wrapper .product-list {
    display: block;
    overflow: auto;
    white-space: nowrap; }
    .themevale_productsByCategoryspecial_wrapper .product-list > .item {
      white-space: normal;
      display: inline-block;
      vertical-align: top;
      width: 200px;
      border-left: 1px solid #f2f2f2; }
      .themevale_productsByCategoryspecial_wrapper .product-list > .item:first-child {
        border-left: none; }
    .themevale_productsByCategoryspecial_wrapper .product-list > .item-2-col {
      width: 100%;
      display: none; }
      .themevale_productsByCategoryspecial_wrapper .product-list > .item-2-col + .item {
        border-left: none; }
    .themevale_productsByCategoryspecial_wrapper .product-list .card {
      padding: 20px;
      margin-bottom: 0; }
  .themevale_productsByCategoryspecial_wrapper .brands-image {
    display: block;
    padding: 20px 0;
    border: 1px solid #f2f2f2;
    position: relative;
    top: -1px; }
  .themevale_productsByCategoryspecial_wrapper .brands-list {
    display: flex;
    margin: 0 auto;
    white-space: nowrap;
    overflow: auto; }
    .themevale_productsByCategoryspecial_wrapper .brands-list .brand-item {
      display: inline-block;
      margin-right: 0px; }
      .themevale_productsByCategoryspecial_wrapper .brands-list .brand-item a {
        min-width: 130px;
        display: inline-block; }
  .themevale_productsByCategoryspecial_wrapper .sub_category {
    width: 100%; }
  .themevale_productsByCategoryspecial_wrapper .marketting-banner {
    width: 100%; }
  .themevale_productsByCategoryspecial_wrapper .product-content {
    display: block;
    border: 1px solid #f2f2f2; }
  @media (min-width: 551px) {
    .themevale_productsByCategoryspecial_wrapper .product-list > .item {
      width: 230px; }
    .themevale_productsByCategoryspecial_wrapper .product-list > .item-2-col {
      width: 100%; }
    .themevale_productsByCategoryspecial_wrapper .brands-list .brand-item a {
      min-width: 150px;
      display: inline-block; } }
  @media (min-width: 768px) {
    .themevale_productsByCategoryspecial_wrapper .sub_category {
      width: 50%; }
    .themevale_productsByCategoryspecial_wrapper .marketting-banner {
      width: 50%; }
    .themevale_productsByCategoryspecial_wrapper .product-list > .item {
      width: 260px; }
    .themevale_productsByCategoryspecial_wrapper .product-list > .item-2-col {
      width: 480px;
      display: inline-block; }
      .themevale_productsByCategoryspecial_wrapper .product-list > .item-2-col + .item {
        border-left: 1px solid #f2f2f2; }
    .themevale_productsByCategoryspecial_wrapper .sub_category .sub_category-list {
      -webkit-column-count: 3;
      column-count: 3; } }
  @media (min-width: 1025px) {
    .themevale_productsByCategoryspecial_wrapper {
      display: flex;
      flex-wrap: wrap;
      align-content: flex-start; }
      .themevale_productsByCategoryspecial_wrapper .sub_category {
        width: 14%; }
        .themevale_productsByCategoryspecial_wrapper .sub_category .sub_category-list {
          -webkit-column-count: 1;
          column-count: 1; }
          .themevale_productsByCategoryspecial_wrapper .sub_category .sub_category-list .sub_category-item {
            display: block; }
      .themevale_productsByCategoryspecial_wrapper .marketting-banner {
        width: 27%; }
      .themevale_productsByCategoryspecial_wrapper .product-content {
        width: 59%;
        border: none;
        border-right: 1px solid #f2f2f2; }
      .themevale_productsByCategoryspecial_wrapper .brands-image {
        width: 100%; }
      .themevale_productsByCategoryspecial_wrapper .product-list {
        display: block;
        width: 100%;
        font-size: 0;
        height: 100%;
        border-bottom: 1px solid #f2f2f2;
        white-space: normal;
        overflow: hidden; }
        .themevale_productsByCategoryspecial_wrapper .product-list > .item {
          display: inline-block;
          vertical-align: top;
          width: 33.3333333%;
          border-top: 1px solid #f2f2f2;
          border-left: 1px solid #f2f2f2; }
        .themevale_productsByCategoryspecial_wrapper .product-list > .item-2-col {
          width: 66.6666667%; }
        .themevale_productsByCategoryspecial_wrapper .product-list .card-img-container {
          max-width: 190px; }
      .themevale_productsByCategoryspecial_wrapper .marketting-banner-carousel .banner-link:before {
        padding-bottom: 675px; } }
  @media (min-width: 1281px) {
    .themevale_productsByCategoryspecial_wrapper {
      display: flex;
      align-items: flex-start;
      flex-wrap: nowrap;
      height: 100%;
      align-items: stretch; }
      .themevale_productsByCategoryspecial_wrapper .sub_category {
        padding: 25px 30px; }
      .themevale_productsByCategoryspecial_wrapper .product-list .card {
        padding: 25px 30px 29px 30px; }
      .themevale_productsByCategoryspecial_wrapper .product-content {
        width: 49%;
        white-space: normal;
        border: none; }
      .themevale_productsByCategoryspecial_wrapper .brands-image {
        width: 10%;
        white-space: normal;
        position: relative;
        top: 0px; }
      .themevale_productsByCategoryspecial_wrapper .brands-list {
        display: block;
        white-space: normal;
        overflow: hidden; }
        .themevale_productsByCategoryspecial_wrapper .brands-list .brand-item {
          display: block;
          margin-right: 0;
          margin-bottom: 10px; }
          .themevale_productsByCategoryspecial_wrapper .brands-list .brand-item a {
            width: 100%; }
      .themevale_productsByCategoryspecial_wrapper .marketting-banner-carousel .banner-link:before {
        padding-bottom: 705px; } }

.themevale_category-custom {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  text-align: center;
  margin: 0; }
  .themevale_category-custom > .item {
    width: 190px;
    float: none;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    padding: 0;
    margin-right: 15px; }
    .themevale_category-custom > .item:last-child {
      margin-right: 0; }
  .themevale_category-custom .bannerbycategory-wrapper {
    display: block;
    text-align: left; }
    .themevale_category-custom .bannerbycategory-wrapper .image,
    .themevale_category-custom .bannerbycategory-wrapper .content {
      display: block; }
    .themevale_category-custom .bannerbycategory-wrapper .content {
      padding-top: 15px; }
      .themevale_category-custom .bannerbycategory-wrapper .content .title {
        margin: 0 0 10px 0;
        display: inline-block;
        position: relative;
        font-size: 16px;
        font-weight: 700;
        text-transform: capitalize;
        font-family: "Arimo", Arial, Helvetica, sans-serif;
        color: #1c1c1c; }
        .themevale_category-custom .bannerbycategory-wrapper .content .title a {
          color: inherit; }
        .themevale_category-custom .bannerbycategory-wrapper .content .title:before {
          bottom: 0;
          content: "";
          width: 0;
          height: 1px;
          position: absolute;
          transition: all 0.3s ease;
          background-color: #5874b0; }
        .themevale_category-custom .bannerbycategory-wrapper .content .title:hover {
          color: #5874b0; }
          .themevale_category-custom .bannerbycategory-wrapper .content .title:hover:before {
            width: 100%; }
      .themevale_category-custom .bannerbycategory-wrapper .content p {
        display: block;
        font-size: 12px; }
  .themevale_category-custom .slick-arrow {
    width: 40px;
    height: 60px;
    padding: 9px;
    border-radius: 3px;
    background-color: #ffffff; }
    .themevale_category-custom .slick-arrow.slick-prev {
      left: 15px;
      box-shadow: 2px 0 2px 1px rgba(0, 0, 0, 0.1); }
    .themevale_category-custom .slick-arrow.slick-next {
      right: 15px;
      box-shadow: -2px 0 2px 1px rgba(0, 0, 0, 0.1); }
  @media (min-width: 360px) {
    .themevale_category-custom > .item {
      width: 205px; } }
  @media (min-width: 768px) {
    .themevale_category-custom > .item {
      width: 252px; } }
  @media (min-width: 1025px) {
    .themevale_category-custom {
      overflow: visible;
      white-space: normal;
      margin: 0 -15px; }
      .themevale_category-custom .item {
        width: 25%;
        padding: 0 15px;
        margin-right: 0; } }

/*=====  End of www.themevale.com  ======*/
.blog {
  margin: auto;
  width: 100%;
  position: relative; }
  .blog + .blog {
    border-top: 1px solid #eeeeee;
    margin-top: 30px;
    padding-top: 30px; }
  .blog .tags {
    margin-top: 20px; }
  .blog .addthis_toolbox {
    margin-top: 15px; }
  @media (min-width: 551px) {
    .blog .tags {
      margin-top: 30px; }
    .blog + .blog {
      margin-top: 50px;
      padding-top: 50px; } }
  @media (min-width: 801px) {
    .blog .addthis_toolbox {
      margin-top: 0; } }

.blog-title {
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 7px 0;
  color: #1c1c1c;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-weight: 700; }
  .blog-title a {
    color: inherit;
    text-decoration: none; }
  @media (min-width: 551px) {
    .blog-title {
      font-size: 18px;
      margin: 0 0 10px 0; } }

.blog-date,
.blog-author {
  margin: 0;
  color: #8c8c8c;
  font-size: 1rem; }

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

.blog-post {
  text-align: left;
  line-height: 22px;
  font-size: 1rem; }
  .blog-post .button {
    text-align: center;
    margin-top: 20px;
    width: 145px;
    /*letter-spacing: 0.24px;*/
    padding: 13px 15px 12px 15px;
    color: #383e47;
    border: 1px solid #707479;
    background-color: #ffffff; }
    @media (min-width: 1025px) {
      .blog-post .button:hover, .blog-post .button:focus, .blog-post .button:active {
        color: #ffffff;
        border: 1px solid #707479;
        background-color: #707479; } }
  .blog-post h1, .blog-post h2, .blog-post h3, .blog-post h4, .blog-post h5, .blog-post h6 {
    font-weight: 700;
    color: #1c1c1c; }
  .blog-post h5, .blog-post h6 {
    text-transform: capitalize; }
  .blog-post blockquote {
    font-size: 12px;
    line-height: 22px;
    padding: 10px 15px;
    margin-bottom: 2.25rem;
    background-color: #f7f7f7;
    border-radius: 3px;
    font-style: italic; }
    .blog-post blockquote q:before, .blog-post blockquote q:after {
      content: none; }
  .blog-post ul.style-number {
    list-style-type: decimal; }
  @media (min-width: 801px) {
    .blog-post blockquote {
      padding: 20px 25px; } }

.blog-thumbnail {
  margin: 0;
  position: relative;
  overflow: hidden; }
  .blog-thumbnail > a {
    position: relative;
    display: inline-block; }
  @media (min-width: 1025px) {
    .blog-thumbnail > a:before {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      content: "";
      width: 100%;
      height: 100%;
      opacity: 0;
      visibility: hidden;
      position: absolute;
      transition: all 0.5s ease;
      background-color: #ffffff; }
    .blog-thumbnail > a:hover:before {
      opacity: 0.5;
      visibility: visible; } }

.blog-post-header {
  display: block;
  margin: 0 auto;
  text-align: left; }
  .blog-post-header + .blog-post-figure {
    margin-top: 20px; }
  .blog-post-header .socialLinks .icon {
    width: 18px;
    height: 18px; }
    .blog-post-header .socialLinks .icon svg {
      fill: #989898; }
  .blog-post-header .socialLinks .socialLinks-item {
    margin: 0 10px 5px 0; }
  .blog-post-header .socialLinks .icon.icon--google_plusone {
    width: 18px !important; }
  @media (min-width: 551px) {
    .blog-post-header + .blog-post-figure {
      margin-top: 30px; } }
  @media (min-width: 801px) {
    .blog-post-header {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: flex-start; }
      .blog-post-header .addthis_toolbox {
        min-width: 200px;
        text-align: right; } }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }
  .blog-post-figure + .blog-post-body {
    margin-top: 20px; }
  @media (min-width: 551px) {
    .blog-post-figure + .blog-post-body {
      margin-top: 30px; } }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: left; }

.blog-card {
  display: block;
  min-width: 290px;
  text-align: left;
  position: relative; }
  @media (min-width: 551px) {
    .blog-card {
      min-width: 360px; } }
  @media (min-width: 1025px) {
    .blog-card {
      min-width: 0; }
      .blog-card:hover .blog-card-figure .blog-card-image img {
        transform: scale(1.1) translate(-50%, -50%); }
      .blog-card:hover .blog-card-figure:before {
        background-color: rgba(35, 36, 41, 0.6); } }

.blog-card-figure {
  display: block;
  position: relative;
  overflow: hidden; }
  .blog-card-figure .blog-card-image {
    margin: 0; }
    .blog-card-figure .blog-card-image::after {
      content: "";
      display: block;
      height: 0;
      padding-bottom: 68.37607%;
      width: 100%; }
    .blog-card-figure .blog-card-image img {
      width: auto;
      height: auto;
      top: 50%;
      left: 50%;
      max-width: none;
      position: absolute;
      transform: translate(-50%, -50%); }
    .blog-card-figure .blog-card-image img.lazyload,
    .blog-card-figure .blog-card-image img.lazyloading {
      top: 50%;
      left: 50%;
      right: auto;
      bottom: auto;
      width: auto;
      height: auto;
      transform: translate(-50%, -50%); }
    @media (min-width: 551px) {
      .blog-card-figure .blog-card-image::after {
        content: "";
        display: block;
        height: 0;
        padding-bottom: 42.73504%;
        width: 100%; } }
    .blog-card-figure .blog-card-image .link-url {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 5;
      position: absolute; }
  @media (min-width: 1025px) {
    .blog-card-figure:before {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      transition: all 0.3s ease;
      background-color: rgba(35, 36, 41, 0.4); }
    .blog-card-figure .blog-card-image img {
      transition: all 0.8s ease; } }

.blog-card-body {
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  z-index: 3;
  width: 100%;
  padding: 10px 15px;
  color: #ffffff;
  display: block;
  position: relative;
  position: absolute; }
  .blog-card-body .blog-card-title {
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 5px 0; }
    .blog-card-body .blog-card-title a {
      color: inherit; }
  .blog-card-body .blog-card-desciption {
    margin-bottom: 0;
    line-height: 22px; }
  @media (min-width: 551px) {
    .blog-card-body {
      padding: 20px; } }
  @media (min-width: 801px) {
    .blog-card-body {
      padding: 20px 50px 20px 20px; }
      .blog-card-body .blog-card-title {
        font-size: 24px; } }
  @media (min-width: 1025px) {
    .blog-card-body {
      padding: 30px 200px 30px 30px; }
      .blog-card-body .blog-card-title {
        font-size: 30px; } }

.recent-post {
  width: 290px; }
  .recent-post .blog-post-figure + .blog-post-body {
    margin-top: 15px; }
  .recent-post .blog-title {
    font-size: 15px;
    margin-bottom: 7px; }
  .recent-post .blog-header + .blog-post {
    margin-top: 15px; }
  .recent-post .blog-thumbnail > a {
    display: block; }
    .recent-post .blog-thumbnail > a::after {
      content: "";
      display: block;
      height: 0;
      padding-bottom: 65%;
      width: 100%; }
  .recent-post .blog-thumbnail img {
    top: 50%;
    left: 0;
    z-index: 1;
    width: 100%;
    height: auto;
    max-width: none;
    position: absolute;
    transform: translateY(-50%); }
  .recent-post .blog-thumbnail img.lazyload,
  .recent-post .blog-thumbnail img.lazyloading {
    left: 50%;
    top: 50%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%); }
  .recent-post .blog-post > a {
    display: none; }
  @media (min-width: 551px) {
    .recent-post {
      width: 320px; } }
  @media (min-width: 801px) {
    .recent-post .blog-title {
      font-size: 18px; }
    .recent-post .blog-post-figure + .blog-post-body {
      margin-top: 20px; }
    .recent-post .blog-post > a {
      font-size: 12px;
      padding: 0;
      width: auto;
      border: none;
      font-weight: 700;
      line-height: 22px;
      vertical-align: top;
      display: inline-block;
      text-transform: capitalize;
      background-color: transparent;
      color: #1c1c1c; }
      .recent-post .blog-post > a:hover, .recent-post .blog-post > a:focus, .recent-post .blog-post > a:active {
        border: none;
        background-color: transparent;
        color: #5874b0; }
    .recent-post .blog-post br + a {
      font-size: 13px;
      margin-top: 15px; } }
  @media (min-width: 1025px) {
    .recent-post {
      width: auto; }
      .recent-post .blog-post > a:before {
        left: 0;
        bottom: 1px;
        width: 0;
        content: "";
        height: 1px;
        position: absolute;
        background-color: #5874b0;
        transition: all 0.3s ease; }
      .recent-post .blog-post > a:hover:before {
        width: 100%; }
      .recent-post .blog-thumbnail img {
        transition: all 0.8s ease; }
      .recent-post .blog-thumbnail a:hover img {
        -webkit-transform: scale3d(1.1, 1.1, 1) translateY(-50%);
        transform: scale3d(1.1, 1.1, 1) translateY(-50%); } }

.themevale_blog_custom {
  font-size: 0;
  white-space: nowrap;
  overflow: auto;
  display: flex; }
  .themevale_blog_custom .items {
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin-right: 16px; }
    .themevale_blog_custom .items .item {
      display: inline-block;
      vertical-align: top;
      width: auto;
      margin-right: 16px; }
  .themevale_blog_custom .recent-post {
    font-size: 12px;
    white-space: normal; }
  @media (min-width: 1025px) {
    .themevale_blog_custom {
      display: block;
      margin: 0 -15px;
      white-space: normal;
      overflow: visible; }
      .themevale_blog_custom .items {
        width: 50%;
        padding: 0 15px;
        margin-right: 0; }
        .themevale_blog_custom .items .item {
          display: block;
          margin-right: 0; }
          .themevale_blog_custom .items .item + .item {
            margin-top: 50px; }
      .themevale_blog_custom .recent-post.layout-2 {
        display: table;
        margin-top: -5px; }
        .themevale_blog_custom .recent-post.layout-2 .blog-post-body,
        .themevale_blog_custom .recent-post.layout-2 .blog-post-figure {
          display: table-cell;
          vertical-align: top; }
        .themevale_blog_custom .recent-post.layout-2 .blog-post-figure {
          width: 190px;
          padding-top: 5px; }
        .themevale_blog_custom .recent-post.layout-2 .blog-post-body {
          padding-left: 30px; } }

.themevale_recent_posts_wrapper .themevale_page-heading-wrapper .themevale_link {
  top: 0;
  transform: none; }

@media (min-width: 1281px) {
  .themevale_recent_posts_wrapper {
    font-size: 0; }
    .themevale_recent_posts_wrapper .themevale_page-heading-wrapper {
      font-size: 12px;
      width: 25%;
      display: inline-block;
      vertical-align: top;
      padding-right: 15px; }
      .themevale_recent_posts_wrapper .themevale_page-heading-wrapper .description {
        margin-top: 25px; }
      .themevale_recent_posts_wrapper .themevale_page-heading-wrapper .themevale_link {
        display: block;
        position: relative;
        margin-top: 25px; }
        .themevale_recent_posts_wrapper .themevale_page-heading-wrapper .themevale_link span {
          text-decoration: underline;
          text-underline-position: under; }
    .themevale_recent_posts_wrapper .themevale_content {
      font-size: 12px;
      width: 75%;
      padding-left: 15px;
      display: inline-block;
      vertical-align: top; } }

.page-sidebar {
  line-height: 24px; }
  .page-sidebar ul {
    margin: 0;
    list-style: none; }
    .page-sidebar ul > li {
      float: none;
      display: block;
      position: relative;
      line-height: 24px;
      margin-bottom: 5px; }
      .page-sidebar ul > li:last-child {
        margin-bottom: 0; }
      @media (min-width: 1025px) {
        .page-sidebar ul > li {
          line-height: 30px; } }
  .page-sidebar .accordion--navList ul > li > a {
    padding: 0;
    padding-left: 25px;
    font-size: 12px;
    font-weight: 700;
    vertical-align: top;
    display: inline-block;
    text-transform: capitalize;
    color: #323232;
    margin-bottom: 0; }
    .page-sidebar .accordion--navList ul > li > a:hover {
      color: #5874b0; }
  .page-sidebar .slick-arrow.slick-prev {
    left: 5px; }
  .page-sidebar .slick-arrow.slick-next {
    right: 5px; }
  .page-sidebar .slick-dots {
    bottom: auto;
    margin-top: 10px;
    position: relative; }
    .page-sidebar .slick-dots li {
      display: inline-block; }
      .page-sidebar .slick-dots li button {
        width: 8px;
        height: 8px;
        display: block; }
  .page-sidebar .accordion-block .toggleLink {
    padding: 0;
    margin-bottom: 0; }
  .page-sidebar .recentPosts_List {
    margin: 0 0 10px 0; }
    .page-sidebar .recentPosts_List > .item {
      padding: 0;
      margin-top: 10px;
      padding-top: 10px;
      border-top: 1px dotted #eeeeee; }
      .page-sidebar .recentPosts_List > .item:first-child {
        margin-top: 0;
        padding-top: 0;
        border-top: 0; }
  .page-sidebar .productCarousel .card-actions .card-figcaption {
    display: block; }

.sidebarBlock {
  border-radius: 3px;
  border: 1px solid #e2e4e8; }
  .sidebarBlock + .sidebarBlock {
    margin-top: 30px; }
  .sidebarBlock > ul,
  .sidebarBlock .sidebarBlock-content {
    padding: 12px 20px 12px 20px; }
  .sidebarBlock .sidebarBlock-content p:last-child {
    margin-bottom: 0; }
  .sidebarBlock .productCarousel,
  .sidebarBlock #facetedSearch-content--price {
    margin: 0;
    padding: 20px; }
    .sidebarBlock .productCarousel .productCarousel-slide,
    .sidebarBlock #facetedSearch-content--price .productCarousel-slide {
      padding: 0 5px; }
  .sidebarBlock#advertisement-image-1, .sidebarBlock#advertisement-image-2 {
    border: none; }
  .sidebarBlock .advertisement-image {
    text-align: center; }
  .sidebarBlock .productCarousel-slide {
    width: 100%; }
    .sidebarBlock .productCarousel-slide .card {
      margin-bottom: 0; }

.sidebarBlock-heading {
  margin: 0;
  font-size: 1.21rem;
  line-height: 20px;
  padding: 12px 20px 12px 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #e2e4e8;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #1c1c1c; }

.all-categories-list .navPages-item {
  margin: 0;
  float: none;
  display: block;
  line-height: 40px;
  position: relative;
  border-top: 1px dotted #e2e4e8; }
  .all-categories-list .navPages-item:first-child {
    border-top: 0; }
  .all-categories-list .navPages-item a {
    padding: 0;
    font-size: 13px;
    font-weight: 700;
    /*letter-spacing: 0.26px;*/
    vertical-align: top;
    display: inline-block;
    text-transform: capitalize;
    color: #323232; }
    .all-categories-list .navPages-item a:hover {
      color: #5874b0; }
  .all-categories-list .navPages-item .icon-arrow {
    top: 0;
    padding: 0 15px;
    right: -10px;
    width: 40px;
    height: 40px;
    display: block;
    cursor: pointer;
    line-height: 40px;
    position: absolute;
    transition: all 0.3s ease; }
    .all-categories-list .navPages-item .icon-arrow svg {
      display: block;
      width: 100%;
      height: 100%;
      fill: #d0d0d0;
      stroke: #d0d0d0; }

.all-categories-list .dropdown-category-list {
  margin: 0;
  display: none;
  list-style: none;
  overflow: hidden;
  padding-top: 5px;
  padding-left: 15px;
  padding-bottom: 15px; }
  .all-categories-list .dropdown-category-list .navPage-subMenu-item {
    width: 100%;
    float: none;
    display: block;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    line-height: 30px; }
    .all-categories-list .dropdown-category-list .navPage-subMenu-item a {
      margin: 0;
      width: auto;
      border: none;
      font-size: 12px; }
    .all-categories-list .dropdown-category-list .navPage-subMenu-item .icon-arrow {
      right: -5px;
      width: 30px;
      height: 30px;
      padding: 0 10px;
      line-height: 30px; }
  .all-categories-list .dropdown-category-list .dropdown-category-list {
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px; }
    .all-categories-list .dropdown-category-list .dropdown-category-list a {
      font-weight: 400; }
      @media (min-width: 1025px) {
        .all-categories-list .dropdown-category-list .dropdown-category-list a:before {
          left: 0;
          width: 0;
          bottom: 7px;
          content: "";
          height: 1px;
          position: absolute;
          transition: all 0.3s ease;
          background-color: #9bacd0; }
        .all-categories-list .dropdown-category-list .dropdown-category-list a:hover:before {
          width: 100%; } }

.all-categories-list .is-clicked > a {
  color: #5874b0; }

.all-categories-list .is-clicked > .icon-arrow {
  transform: rotate(90deg); }
  .all-categories-list .is-clicked > .icon-arrow svg {
    fill: #323232;
    stroke: #323232; }

.navList .navList-action {
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  vertical-align: top;
  display: inline-block;
  text-transform: capitalize;
  color: #323232; }
  .navList .navList-action:hover {
    color: #323232; }

.navList .view_all a {
  font-weight: 600;
  color: #1c1c1c; }
  .navList .view_all a:before {
    left: 0;
    width: 0;
    bottom: 7px;
    content: "";
    height: 1px;
    position: absolute;
    transition: all 0.3s ease;
    background-color: #bababa; }
  .navList .view_all a:hover {
    color: #323232; }
    .navList .view_all a:hover:before {
      width: 100%; }

.cms-image img {
  margin-left: auto;
  margin-right: auto; }

.themevale_sidebar-mobile {
  display: inline-block;
  pointer-events: auto;
  cursor: pointer; }
  .themevale_sidebar-mobile > .icon {
    width: 40px;
    height: 40px;
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #e2e4e8;
    border-radius: 3px;
    pointer-events: none;
    fill: #1c1c1c; }
  .themevale_sidebar-mobile > .text {
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    padding-right: 10px;
    min-width: 70px;
    color: #1c1c1c; }
  .themevale_sidebar-mobile:hover, .themevale_sidebar-mobile:focus, .themevale_sidebar-mobile:active {
    outline: none;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -o-tap-highlight-color: transparent;
    tap-highlight-color: transparent; }
  @media (min-width: 1147px) {
    .themevale_sidebar-mobile {
      display: none; } }

.sidebarBlock-content.productCarousel .slick-arrow {
  height: 2.08333rem;
  width: 2.08333rem;
  top: calc(50% - 100px); }

.sidebarBlock-content.productCarousel .card-figure {
  padding-left: 30px;
  padding-right: 30px; }
  .sidebarBlock-content.productCarousel .card-figure .card-figcaption {
    display: none; }

.sidebarBlock-content.productCarousel .card-actions {
  display: block;
  margin-top: 20px; }
  .sidebarBlock-content.productCarousel .card-actions .button {
    margin-bottom: 0; }
  .sidebarBlock-content.productCarousel .card-actions .form-wishlist {
    display: none; }

.facetedSearch-refineFilters > a[data-faceted-search-facet] {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 15px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  color: #323232;
  font-size: 12px; }
  .facetedSearch-refineFilters > a[data-faceted-search-facet]:hover {
    color: #323232; }

.facetedSearch-refineFilters .facetLabel {
  color: #323232;
  font-size: 12px; }
  .facetedSearch-refineFilters .facetLabel:hover {
    color: #323232; }

.navList-action-close {
  margin-top: 5px; }

.themevale_sidebar-mobile-wrapper {
  display: block;
  margin-bottom: 30px; }
  .themevale_sidebar-mobile-wrapper > .item {
    display: block;
    text-align: left; }
    .themevale_sidebar-mobile-wrapper > .item + .item {
      margin-top: 15px; }
  @media (min-width: 1147px) {
    .themevale_sidebar-mobile-wrapper {
      display: flex;
      display: -ms-flexbox;
      flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      align-items: top;
      margin-bottom: 0; }
      .themevale_sidebar-mobile-wrapper > .item {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%; }
        .themevale_sidebar-mobile-wrapper > .item + .item {
          margin-top: 0; }
      .themevale_sidebar-mobile-wrapper > .item-iconSidebar {
        display: none; }
      .themevale_sidebar-mobile-wrapper > .text-right {
        text-align: right; } }

.sidebarBlock_custom {
  border: none; }
  .sidebarBlock_custom > ul, .sidebarBlock_custom .sidebarBlock-content {
    padding: 5px 0 0 0; }
  .sidebarBlock_custom + .sidebarBlock {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #eeeeee; }
  .sidebarBlock_custom .sidebarBlock-heading {
    border: none;
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
    text-transform: capitalize; }
  .sidebarBlock_custom .sidebarBlock-content p.title {
    text-decoration: underline;
    text-underline-position: under; }
  .sidebarBlock_custom .sidebarBlock-content p.link {
    color: #5874b0; }
  .sidebarBlock_custom .sidebarBlock-content > ul {
    margin-bottom: 25px;
    margin-left: 15px;
    list-style-type: disc;
    list-style-position: outside; }
    .sidebarBlock_custom .sidebarBlock-content > ul li {
      display: list-item;
      line-height: 24px; }

.recentPost-sidebar {
  text-align: left; }
  .recentPost-sidebar .title {
    margin: 0;
    text-transform: capitalize;
    line-height: 20px;
    font-size: 1rem;
    font-weight: 400;
    color: #5874b0; }
    .recentPost-sidebar .title a {
      color: inherit; }

.brandGrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 20px;
  list-style: none;
  margin: 0; }
  @media (min-width: 768px) {
    .brandGrid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1024px) {
    .brandGrid {
      grid-template-columns: repeat(4, 1fr); } }
  .brandGrid .brand {
    position: relative;
    text-align: center; }
    .brandGrid .brand .brand-card {
      background: #fff;
      border: 1px solid #e0e0e0;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
      padding: 20px 10px;
      transition: transform 0.2s ease, box-shadow 0.2s ease; }
      .brandGrid .brand .brand-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1); }
      .brandGrid .brand .brand-card .brand-figure .brand-img-container {
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px; }
        .brandGrid .brand .brand-card .brand-figure .brand-img-container .brand-image {
          max-width: 100%;
          max-height: 80px;
          object-fit: contain; }
        .brandGrid .brand .brand-card .brand-figure .brand-img-container .brand-no-image {
          font-size: 2.5rem;
          font-weight: bold; }
      .brandGrid .brand .brand-card .brand-body {
        margin-top: 10px; }
        .brandGrid .brand .brand-card .brand-body .title {
          font-size: 12px;
          color: #fff;
          letter-spacing: 0.5px;
          font-weight: 600; }
    .brandGrid .brand a {
      position: absolute;
      inset: 0; }

#brands_carousel {
  margin: 0;
  font-size: 0;
  display: block;
  list-style: none;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-bottom: 3px; }
  #brands_carousel > .brand {
    width: auto;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0;
    margin-right: 15px; }
    #brands_carousel > .brand:last-child {
      margin-right: 0; }
  @media (min-width: 1025px) {
    #brands_carousel {
      margin-left: -15px;
      margin-right: -15px;
      padding-bottom: 0;
      overflow: initial; }
      #brands_carousel .brand {
        margin: 0;
        padding: 0 15px; } }

#video_carousel {
  margin: 0;
  font-size: 0;
  display: block;
  list-style: none;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-bottom: 3px; }
  #video_carousel > .items {
    width: auto;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0;
    margin-right: 15px; }
    #video_carousel > .items:last-child {
      margin-right: 0; }
  #video_carousel + .custom-html-category {
    margin-top: 25px; }
  @media (min-width: 1025px) {
    #video_carousel {
      margin-left: -5px;
      margin-right: -5px;
      padding-bottom: 0;
      overflow: initial; }
      #video_carousel .items {
        margin: 0;
        padding: 0 5px;
        display: inline-block;
        vertical-align: top; }
      #video_carousel + .custom-html-category {
        margin-top: 35px;
        margin-bottom: 35px; } }

.video-wrapper {
  position: relative;
  width: 290px; }
  .video-wrapper .video-image {
    display: block;
    position: relative; }
    .video-wrapper .video-image .icon-video {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 5;
      max-width: 50px;
      transform: translate(-50%, -50%); }
  .video-wrapper .video-content {
    color: #ffffff;
    left: 0;
    bottom: 0;
    z-index: 5;
    padding: 15px;
    position: absolute; }
    .video-wrapper .video-content .title {
      font-size: 18px;
      font-weight: 700;
      color: inherit;
      line-height: 1.4;
      margin: 0 0 7px 0;
      text-transform: capitalize; }
    .video-wrapper .video-content .description {
      font-size: 12px;
      line-height: 20px;
      font-weight: 700;
      color: inherit;
      margin: 0; }
  .video-wrapper .link-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 6;
    display: block; }
  @media (min-width: 551px) {
    .video-wrapper {
      width: 320px; } }
  @media (min-width: 1025px) {
    .video-wrapper {
      width: auto; }
      .video-wrapper .video-image {
        overflow: hidden; }
        .video-wrapper .video-image .icon-video {
          max-width: 70px; }
        .video-wrapper .video-image img:not(.icon-video) {
          transition: all 0.8s ease; }
        .video-wrapper .video-image:before {
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          z-index: 2;
          opacity: 0;
          content: '';
          position: absolute;
          visibility: hidden;
          transition: all .3s ease;
          background-color: rgba(0, 0, 0, 0.3); }
      .video-wrapper .video-content {
        padding: 30px; }
        .video-wrapper .video-content .title {
          font-size: 22px;
          margin: 0 0 10px 0; }
      .video-wrapper:hover .video-image:before {
        opacity: 1;
        visibility: visible; }
      .video-wrapper:hover .video-image img:not(.icon-video) {
        transform: scale(1.15); } }

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

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

.featured-brand {
  display: block;
  vertical-align: top;
  border-radius: 3px;
  transition: all 0.3s ease; }
  .featured-brand img {
    height: auto;
    margin: 0 auto; }
  .featured-brand + .featured-brand {
    margin-top: 16px; }

.brandsImage-slider.slick-slider {
  margin-left: -8px;
  margin-right: -8px;
  display: block;
  list-style: none; }
  .brandsImage-slider.slick-slider .brand-item {
    font-size: 0;
    line-height: 1;
    padding: 0 8px;
    vertical-align: top; }
  .brandsImage-slider.slick-slider .slick-slide > div + div {
    margin-top: 16px; }

.brandsImage-slider:not(.slick-slider) {
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-bottom: 2px;
  margin-bottom: 8px;
  font-size: 0; }
  .brandsImage-slider:not(.slick-slider) .brand-item {
    font-size: 12px;
    white-space: normal;
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
    width: 40%; }

.brandsImage-slider.layout-2 {
  margin-bottom: 0; }

.brandsImage-slider.layout-3 {
  margin-bottom: 0; }

@media (min-width: 551px) {
  .brandsImage-slider:not(.slick-slider) .brand-item {
    width: 30%; } }

@media (min-width: 768px) {
  .brandsImage-slider:not(.slick-slider) .brand-item {
    width: 23%; } }

@media (min-width: 1025px) {
  .brandsImage-slider.slick-slider {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0; }
    .brandsImage-slider.slick-slider .brand-item {
      padding: 0 15px; }
    .brandsImage-slider.slick-slider .slick-slide > div + div {
      margin-top: 30px; }
  .brandsImage-slider:not(.slick-slider) {
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-bottom: 0px; }
    .brandsImage-slider:not(.slick-slider) .brand-item {
      padding-right: 30px; }
  .brandsImage-slider.layout-2 {
    text-align: left;
    display: block;
    overflow: visible;
    white-space: normal;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0px;
    padding-bottom: 0px; }
    .brandsImage-slider.layout-2:before, .brandsImage-slider.layout-2:after {
      content: " ";
      display: table; }
    .brandsImage-slider.layout-2:after {
      clear: both; }
    .brandsImage-slider.layout-2 .featured-brand {
      padding: 20px;
      border: none; }
    .brandsImage-slider.layout-2 .brand-item {
      padding: 0;
      width: 16.66666666666%;
      float: left;
      border-left: 1px solid #f0f0f0;
      border-bottom: 1px solid #f0f0f0; }
      .brandsImage-slider.layout-2 .brand-item:nth-child(n + 7) {
        border-bottom: 1px solid transparent; }
      .brandsImage-slider.layout-2 .brand-item:nth-child(6n + 1) {
        border-left: 1px solid transparent; }
  .brandsImage-slider.layout-3 {
    text-align: left;
    display: block;
    overflow: visible;
    white-space: normal;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0px;
    padding-bottom: 0px; }
    .brandsImage-slider.layout-3:before, .brandsImage-slider.layout-3:after {
      content: " ";
      display: table; }
    .brandsImage-slider.layout-3:after {
      clear: both; }
    .brandsImage-slider.layout-3 .featured-brand {
      padding: 5px;
      border: none;
      background-color: #f5f5f5; }
    .brandsImage-slider.layout-3 .brand-item {
      padding: 0;
      width: 12.5%;
      float: left;
      display: inline-block;
      padding: 0 15px;
      margin-top: 30px; }
      .brandsImage-slider.layout-3 .brand-item:nth-child(-n + 8) {
        margin-top: 0; } }

#themevale_brandsImage {
  border-top: 1px solid #ededed; }
  #themevale_brandsImage .page-heading {
    font-size: 18px; }

.productGrid {
  list-style: none;
  margin: 0 -8px;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 0; }
  @media (min-width: 1025px) {
    .productGrid {
      margin: 0 -15px; } }
  .productGrid .product {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top;
    padding-left: 8px;
    padding-right: 8px; }
    @media (min-width: 551px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 993px) {
      .productGrid .product {
        width: 25%; } }
    @media (min-width: 1025px) {
      .productGrid .product {
        padding-left: 15px;
        padding-right: 15px; } }
  .productGrid .card-rating {
    padding-bottom: 5px; }

@media (min-width: 1025px) {
  .productGrid--maxCol6 .product {
    width: 20%; } }

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

@media (min-width: 1025px) {
  .productGrid--maxCol5 .product {
    width: 20%; } }

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

@media (min-width: 551px) {
  .productGrid--maxCol2 .product {
    width: 50%; } }

.productGrid--maxCol1 .product {
  width: 100%;
  float: none; }

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

.productGrid--maxCol1 .page-sidebar + .page-content .productGrid .product {
  width: 100%;
  float: none; }

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

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

.productGrid--maxCol1 .productGrid .card-desciption {
  display: block;
  max-height: 60px;
  overflow: hidden; }

.productGrid--maxCol1 .productGrid .card {
  width: 100%;
  display: table;
  margin-bottom: 0; }
  .productGrid--maxCol1 .productGrid .card .card-rating .icon {
    height: 1.16667rem;
    width: 1.16667rem; }
  .productGrid--maxCol1 .productGrid .card .card-figure,
  .productGrid--maxCol1 .productGrid .card .card-body {
    display: table-cell;
    vertical-align: top; }
  .productGrid--maxCol1 .productGrid .card .card-figure {
    width: 85px; }
    .productGrid--maxCol1 .productGrid .card .card-figure .card-figcaption {
      display: none; }
  .productGrid--maxCol1 .productGrid .card .card-body {
    padding-top: 0;
    padding-left: 15px; }
  .productGrid--maxCol1 .productGrid .card .card-detail {
    font-size: 1rem;
    display: block;
    padding-right: 0;
    margin-bottom: 17px; }
    .productGrid--maxCol1 .productGrid .card .card-detail .card-price-wrapper .card-compare {
      display: none; }
  .productGrid--maxCol1 .productGrid .card .card-actions {
    font-size: 1rem;
    display: block; }
    .productGrid--maxCol1 .productGrid .card .card-actions .card-figcaption {
      display: block; }
    .productGrid--maxCol1 .productGrid .card .card-actions .card-compare {
      opacity: 1;
      right: auto;
      bottom: auto;
      position: relative;
      visibility: visible; }

.productGrid--maxCol1 .productGrid li.product .card {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee; }

@media (min-width: 360px) {
  .productGrid--maxCol1 .productGrid .card .card-figure {
    width: 120px; }
  .productGrid--maxCol1 .productGrid .card .card-rating .icon {
    height: 1.33333rem;
    width: 1.33333rem; } }

@media (min-width: 551px) {
  .productGrid--maxCol1 .productGrid .card-desciption {
    max-height: none;
    visibility: visible; }
  .productGrid--maxCol1 .productGrid .card .card-figure {
    width: 250px; }
  .productGrid--maxCol1 .productGrid .card .card-body {
    padding-left: 30px; }
  .productGrid--maxCol1 .productGrid li.product .card {
    padding-bottom: 30px;
    margin-bottom: 30px; } }

@media (min-width: 993px) {
  .productGrid--maxCol1 .productGrid .card .card-figure {
    width: 290px; }
  .productGrid--maxCol1 .productGrid .card .card-body {
    font-size: 0;
    padding-left: 50px; }
  .productGrid--maxCol1 .productGrid .card .card-title {
    font-weight: 700; }
  .productGrid--maxCol1 .productGrid .card .card-price {
    font-size: 16px; }
  .productGrid--maxCol1 .productGrid .card .card-detail {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 200px);
    padding-right: 30px;
    margin-bottom: 0px; }
  .productGrid--maxCol1 .productGrid .card .card-actions {
    display: inline-block;
    vertical-align: top;
    width: 200px; } }

@media (min-width: 1025px) {
  .productGrid--maxCol1 .productGrid .card .card-actions .form-wishlist {
    display: block; } }

form[data-product-compare] + .button-group {
  margin-top: 30px; }
  form[data-product-compare] + .button-group .button {
    min-width: 160px;
    width: auto;
    display: inline-block; }
  @media (min-width: 1025px) {
    form[data-product-compare] + .button-group .button {
      width: 285px; } }

.productList {
  list-style: none;
  margin-left: 0;
  margin: 0.75rem; }
  .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: 1261px) {
  .listItem-figure,
  .listItem-body {
    vertical-align: middle; } }

.listItem-button {
  background-color: rgba(154, 27, 31, 0.9);
  color: white; }
  .listItem-button:hover {
    background-color: #9a1b1f;
    color: white; }

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

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

.listItem-image {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

/*=========================================
=            www.themevale.com            =
=========================================*/
/*--------  1.0 Global style  -------*/
.themevale_productView {
  display: block;
  font-size: 0;
  padding-top: 0;
  margin-bottom: 30px; }
  .themevale_productView .themevale_productView-left,
  .themevale_productView .themevale_productView-right {
    display: block;
    font-size: 1rem; }
  .themevale_productView .themevale_productView-right {
    margin-top: 30px; }
  .themevale_productView .productView-nav-wrapper {
    position: relative; }
  .themevale_productView .label-videos {
    position: absolute;
    z-index: 12; }
    .themevale_productView .label-videos .video-link {
      width: 40px;
      height: 40px;
      position: absolute;
      left: 10px;
      bottom: 10px;
      padding: 0; }
      .themevale_productView .label-videos .video-link .icon {
        width: 100%;
        height: 100%;
        pointer-events: none; }
  .themevale_productView.layout-2 .productView-nav-wrapper {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto; }
  .themevale_productView.layout-2 .productView-nav:not(.slick-slider) {
    overflow: hidden;
    white-space: nowrap; }
    .themevale_productView.layout-2 .productView-nav:not(.slick-slider) .productView-image {
      display: inline-block;
      vertical-align: top;
      width: 100%; }
  .themevale_productView.layout-2 .productView-for {
    margin: 10px 0 0 0;
    padding: 0 15px; }
    .themevale_productView.layout-2 .productView-for .slick-arrow.slick-prev {
      left: -15px; }
    .themevale_productView.layout-2 .productView-for .slick-arrow.slick-next {
      right: -15px; }
    .themevale_productView.layout-2 .productView-for:not(.slick-slider) {
      overflow: hidden;
      white-space: nowrap; }
      .themevale_productView.layout-2 .productView-for:not(.slick-slider) .productView-thumbnail {
        display: inline-block;
        vertical-align: top;
        width: 20%; }
  .themevale_productView.layout-2 .hover-to-zoom {
    position: absolute;
    bottom: 0;
    left: 50%;
    background-color: transparent;
    transform: translateX(-50%);
    width: 100%; }
  .themevale_productView.layout-2 .themevale_ask-an-experts {
    width: 100%;
    border-top: none; }
  @media (min-width: 551px) {
    .themevale_productView {
      margin-bottom: 50px; }
      .themevale_productView .themevale_productView-right {
        margin-top: 50px; } }
  @media (min-width: 768px) {
    .themevale_productView .themevale_productView-left,
    .themevale_productView .themevale_productView-right {
      vertical-align: top;
      display: inline-block; }
    .themevale_productView .themevale_productView-left {
      width: 50%; }
    .themevale_productView .themevale_productView-right {
      padding-left: 30px;
      width: 50%;
      margin-top: 0; } }
  @media (min-width: 1025px) {
    .themevale_productView .themevale_productView-left {
      width: 60%; }
    .themevale_productView .themevale_productView-right {
      width: 40%; }
    .themevale_productView.layout-2 .themevale_productView-left {
      width: 50%;
      padding-right: 25px; }
    .themevale_productView.layout-2 .themevale_productView-right {
      width: 50%;
      padding-left: 25px;
      margin-top: 0; }
    .themevale_productView.layout-2 .themevale_ask-an-experts {
      padding-top: 30px;
      margin-top: 30px;
      border-top: 1px solid #eeeeee; }
    .themevale_productView.layout-2 .productView-details .productView-options .form-action .button {
      width: 275px; }
    .themevale_productView.layout-2 .productView-details .productView-options .form-wishlist {
      left: 298px; }
    .product-layout-3 .themevale_productView.layout-2 .themevale_productView-left {
      width: 50%;
      padding-right: 15px; }
    .product-layout-3 .themevale_productView.layout-2 .themevale_productView-right {
      width: 50%;
      padding-left: 15px; } }

.hover-to-zoom {
  z-index: 10;
  padding: 10px;
  display: none;
  font-size: 1rem;
  text-align: center;
  position: relative;
  color: #8c8c8c;
  background-color: #ffffff; }
  .hover-to-zoom .icon {
    fill: #8c8c8c;
    margin-right: 3px; }
  @media (min-width: 1025px) {
    .hover-to-zoom {
      display: block; } }

.themevale_productView-images {
  position: relative; }

@media (min-width: 1025px) {
  .page-sidebar + .page-content .themevale_productView.layout-2 .productView-details .productView-options .form-action .button {
    width: 100%; }
  .page-sidebar + .page-content .themevale_productView.layout-2 .productView-details .productView-options .form-wishlist {
    left: 0;
    position: relative;
    width: 100%;
    margin-top: 15px; }
  .page-sidebar + .page-content .productRelated .page-heading,
  .page-sidebar + .page-content ~ .productReviews .page-heading,
  .page-sidebar + .page-content ~ .productSimilar .page-heading {
    font-size: 22px; } }

@media (min-width: 1025px) {
  .product-layout-3 .themevale_productView.layout-2 #themvale-fbt .page-heading {
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee; }
  .product-layout-3 .themevale_productView.layout-2 #themvale-fbt .themvale-fbt-product-list.slick-slider {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0; }
    .product-layout-3 .themevale_productView.layout-2 #themvale-fbt .themvale-fbt-product-list.slick-slider .slick-slide {
      padding: 0 15px; }
  .product-layout-3 .themevale_productView.layout-2 #themvale-fbt .themvale-fbt-product-wrapper {
    padding: 0;
    border: none; }
    .product-layout-3 .themevale_productView.layout-2 #themvale-fbt .themvale-fbt-product-wrapper .themvale-fbt-product-list {
      width: 78%; }
    .product-layout-3 .themevale_productView.layout-2 #themvale-fbt .themvale-fbt-product-wrapper .themvale-fbt-total {
      width: 22%; } }

.viewing-product .icon {
  margin-right: 5px;
  margin-top: -2px; }

/*--------  2.0 Ask an Experts  -----*/
.themevale_ask-an-experts {
  width: 100%;
  display: block;
  font-size: 1rem;
  padding-top: 30px;
  margin-top: 15px;
  border-top: 1px solid #eeeeee; }
  .themevale_ask-an-experts .contact {
    width: 100%;
    display: table; }
    .themevale_ask-an-experts .contact .image-contact,
    .themevale_ask-an-experts .contact .content-contact {
      display: table-cell;
      vertical-align: middle; }
    .themevale_ask-an-experts .contact .image-contact {
      width: 65px; }
      .themevale_ask-an-experts .contact .image-contact > img {
        border-radius: 50%;
        overflow: hidden; }
    .themevale_ask-an-experts .contact .content-contact {
      padding-left: 15px; }
      .themevale_ask-an-experts .contact .content-contact .text {
        margin-bottom: 8px;
        text-transform: capitalize; }
      .themevale_ask-an-experts .contact .content-contact .link {
        display: block; }
        .themevale_ask-an-experts .contact .content-contact .link .number-phone {
          font-size: 18px; }
        .themevale_ask-an-experts .contact .content-contact .link .number-phone,
        .themevale_ask-an-experts .contact .content-contact .link a {
          margin: 0;
          display: inline-block;
          vertical-align: bottom; }
        .themevale_ask-an-experts .contact .content-contact .link .number-phone {
          display: block;
          margin-bottom: 7px; }
        .themevale_ask-an-experts .contact .content-contact .link a {
          line-height: 18px; }
          .themevale_ask-an-experts .contact .content-contact .link a svg {
            height: 0.75rem;
            width: 0.75rem;
            margin-left: 5px;
            fill: #5874b0; }
        @media (min-width: 360px) {
          .themevale_ask-an-experts .contact .content-contact .link .number-phone {
            margin-bottom: 0;
            display: inline-block; }
            .themevale_ask-an-experts .contact .content-contact .link .number-phone + a {
              margin-left: 10px; } }
    .themevale_ask-an-experts .contact + .services {
      margin-top: 20px; }
      @media (min-width: 801px) {
        .themevale_ask-an-experts .contact + .services {
          margin-top: 30px; } }
  .themevale_ask-an-experts .services {
    margin: 0;
    padding-bottom: 15px;
    font-size: 0;
    display: block;
    list-style: none;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap; }
    .themevale_ask-an-experts .services .item {
      width: auto;
      vertical-align: top;
      display: inline-block;
      font-size: 1rem;
      padding: 0 15px 0 0; }
      .themevale_ask-an-experts .services .item:last-child {
        padding-right: 0; }
    .themevale_ask-an-experts .services .service-item {
      display: table;
      width: 100%; }
      .themevale_ask-an-experts .services .service-item .icons,
      .themevale_ask-an-experts .services .service-item .content {
        display: table-cell;
        vertical-align: top; }
      .themevale_ask-an-experts .services .service-item .icons {
        width: 40px;
        text-align: center; }
        .themevale_ask-an-experts .services .service-item .icons .icon {
          width: 40px;
          height: 40px;
          padding: 0 12px;
          border-radius: 50%;
          border: 1px solid #eaeaea; }
        .themevale_ask-an-experts .services .service-item .icons svg {
          fill: #acb1bb;
          stroke: #acb1bb; }
      .themevale_ask-an-experts .services .service-item .content {
        padding-left: 15px;
        padding-right: 15px; }
        .themevale_ask-an-experts .services .service-item .content .title {
          font-size: 12px;
          margin: 0 0 3px 0;
          font-family: "Arimo", Arial, Helvetica, sans-serif;
          color: #1c1c1c;
          font-weight: 700; }
        .themevale_ask-an-experts .services .service-item .content .description {
          margin: 0; }
    @media (min-width: 768px) {
      .themevale_ask-an-experts .services {
        margin: 0;
        overflow: visible;
        white-space: normal; }
        .themevale_ask-an-experts .services .item {
          padding: 0;
          width: 50%;
          margin-top: 20px; }
          .themevale_ask-an-experts .services .item:nth-child(-n + 2) {
            margin-top: 0; } }
    @media (min-width: 993px) {
      .themevale_ask-an-experts .services .service-item .icons {
        width: 50px; }
        .themevale_ask-an-experts .services .service-item .icons .icon {
          width: 50px;
          height: 50px;
          padding: 14px; } }
  @media (min-width: 1025px) {
    .themevale_ask-an-experts {
      width: 70%;
      margin-left: auto;
      margin-right: 0; } }

/*--------  3.0 List security  ------*/
.themevale_securityImage {
  margin-top: 25px;
  display: block; }
  .themevale_securityImage ul {
    margin: 0;
    font-size: 0;
    list-style: none;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap; }
    .themevale_securityImage ul li {
      display: inline-block;
      vertical-align: middle;
      margin-right: 15px;
      margin-bottom: 5px; }
      .themevale_securityImage ul li:last-child {
        margin-right: 0; }
    @media (min-width: 801px) {
      .themevale_securityImage ul li {
        margin-right: 20px;
        margin-bottom: 20px; } }
    @media (min-width: 1025px) {
      .themevale_securityImage ul {
        overflow: visible; } }
  .themevale_securityImage img {
    max-height: 100px; }

/*--------  4.0 Product images  -----*/
.productView-images {
  display: block;
  font-size: 0;
  position: relative; }

.themevale_productViewImage {
  font-size: 0;
  display: none; }
  .themevale_productViewImage .productView-thumbnails {
    margin: 0;
    display: block;
    color: #8c8c8c;
    margin-top: 10px; }
    .themevale_productViewImage .productView-thumbnails > li {
      width: auto;
      padding: 5px;
      font-size: 1rem; }
    .themevale_productViewImage .productView-thumbnails .productView-thumbnail-custom {
      vertical-align: top;
      display: inline-block; }
      .themevale_productViewImage .productView-thumbnails .productView-thumbnail-custom > a {
        color: inherit;
        display: block;
        padding: 10px;
        border-radius: 3px;
        border: 1px solid #e2e4e8;
        min-width: 70px; }
        .themevale_productViewImage .productView-thumbnails .productView-thumbnail-custom > a > .icon {
          width: auto;
          height: auto;
          max-width: 25px;
          max-height: 25px;
          display: block;
          margin: 0 auto; }
        .themevale_productViewImage .productView-thumbnails .productView-thumbnail-custom > a > .text {
          line-height: 1;
          display: block;
          margin-top: 8px; }
  .themevale_productViewImage > .productView-image {
    display: none; }
  @media (min-width: 1025px) {
    .themevale_productViewImage {
      display: flex;
      align-items: flex-start; }
      .themevale_productViewImage .productView-thumbnails {
        order: -1;
        width: 30%;
        margin-top: 0;
        padding-right: 20px;
        vertical-align: top;
        display: inline-block; }
        .themevale_productViewImage .productView-thumbnails > li,
        .themevale_productViewImage .productView-thumbnails .productView-thumbnail {
          width: 50%;
          vertical-align: top;
          display: inline-block; }
        .themevale_productViewImage .productView-thumbnails .productView-thumbnail-custom > a {
          min-width: 80px; }
          .themevale_productViewImage .productView-thumbnails .productView-thumbnail-custom > a > .icon {
            max-width: 42px;
            max-height: 42px; }
      .themevale_productViewImage > .productView-image {
        width: 70%;
        vertical-align: top;
        display: inline-block;
        /*cursor: zoom-in;*/ }
        .themevale_productViewImage > .productView-image img.zoomImg {
          pointer-events: none;
          background: #ffffff; } }

.themevale_productViewImage-mobile {
  display: block; }
  .themevale_productViewImage-mobile .productView-image-mobile {
    display: block;
    margin-bottom: 20px; }
    .themevale_productViewImage-mobile .productView-image-mobile .slick-dots {
      bottom: -10px; }
    .themevale_productViewImage-mobile .productView-image-mobile .productView-img-container {
      max-width: 400px; }
    .themevale_productViewImage-mobile .productView-image-mobile > :first-child {
      display: block !important; }
    .themevale_productViewImage-mobile .productView-image-mobile > .productView-image {
      display: none; }
  .themevale_productViewImage-mobile .productView-thumbnails-mobile {
    margin: 10px 0 0 0;
    text-align: center;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap; }
    .themevale_productViewImage-mobile .productView-thumbnails-mobile > li {
      width: auto;
      padding: 5px;
      font-size: 1rem;
      vertical-align: top;
      display: inline-block; }
  .themevale_productViewImage-mobile .productView-thumbnail-custom > a {
    color: inherit;
    display: block;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #e2e4e8;
    min-width: 70px; }
    .themevale_productViewImage-mobile .productView-thumbnail-custom > a > .icon {
      width: auto;
      height: auto;
      max-width: 25px;
      max-height: 25px;
      display: block;
      margin: 0 auto; }
    .themevale_productViewImage-mobile .productView-thumbnail-custom > a > .text {
      line-height: 1;
      display: block;
      margin-top: 8px; }
  @media (min-width: 551px) {
    .themevale_productViewImage-mobile .productView-thumbnails-mobile {
      margin-top: 30px; }
    .themevale_productViewImage-mobile .productView-thumbnail-custom > a {
      min-width: 80px; }
      .themevale_productViewImage-mobile .productView-thumbnail-custom > a > .icon {
        max-width: 42px;
        max-height: 42px; } }
  @media (min-width: 1025px) {
    .themevale_productViewImage-mobile {
      display: none; } }

.hover-to-zoom {
  z-index: 10;
  padding: 10px;
  display: none;
  font-size: 1rem;
  text-align: center;
  position: relative;
  color: #8c8c8c;
  background-color: #ffffff; }
  .hover-to-zoom .icon {
    fill: #8c8c8c;
    margin-right: 3 px; }
  @media (min-width: 1025px) {
    .hover-to-zoom {
      display: block; } }

/*--------  5.0 Product detail  -----*/
.productView-details {
  margin-bottom: 0px; }
  .productView-details .productView-product,
  .productView-details .productView-options {
    padding: 0;
    border: none;
    margin-bottom: 25px; }
  .productView-details .productView-brand {
    font-size: 13px;
    line-height: 1;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    color: #1c1c1c;
    font-weight: 700; }
    .productView-details .productView-brand a {
      color: inherit; }
  .productView-details .productView-title {
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 13px 0;
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    color: #1c1c1c;
    font-weight: 700; }
    @media (min-width: 551px) {
      .productView-details .productView-title {
        font-size: 18px; } }
  .productView-details .productView-rating {
    font-size: 0;
    margin: 0 0 25px 0; }
    .productView-details .productView-rating > .icon {
      margin-right: 2px; }
    .productView-details .productView-rating .productView-reviewLink {
      font-size: 1rem;
      margin-left: 15px;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      top: 1px;
      text-transform: capitalize;
      color: #323232; }
      .productView-details .productView-rating .productView-reviewLink a {
        color: #323232; }
        .productView-details .productView-rating .productView-reviewLink a:hover {
          color: #323232; }
  .productView-details .countDown {
    margin: 0 0 25px 0; }
    .productView-details .countDown > p {
      margin-bottom: 0; }
  .productView-details .productView-price {
    font-size: 0;
    margin: 0 0 20px 0;
    position: relative; }
    .productView-details .productView-price .price-section {
      font-size: 18px;
      color: #1c1c1c;
      font-weight: 700; }
      .productView-details .productView-price .price-section.price-section--withoutTax {
        color: #f04723; }
      .productView-details .productView-price .price-section.rrp-price--withoutTax {
        color: #999999;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 5px; }
      .productView-details .productView-price .price-section.price-none {
        margin-right: 0; }
        .productView-details .productView-price .price-section.price-none + .price-section--withoutTax {
          color: #323232; }
        .productView-details .productView-price .price-section.price-none:not([style="display: none;"]) + .price-section--withoutTax {
          color: #f04723; }
      .productView-details .productView-price .price-section.non-sale-price--withoutTax {
        color: #999999;
        margin-right: 8px;
        display: inline-block;
        vertical-align: bottom; }
        .productView-details .productView-price .price-section.non-sale-price--withoutTax + .price-section--withoutTax {
          display: inline-block;
          vertical-align: bottom; }
    .productView-details .productView-price .price-section--saving {
      color: #999999;
      margin-top: 8px;
      font-size: 12px;
      font-weight: 400;
      font-style: italic; }
    .productView-details .productView-price .sold-product {
      display: block;
      top: -1px;
      right: 0;
      margin-top: 0;
      position: absolute; }
      @media (min-width: 1025px) {
        .productView-details .productView-price .sold-product {
          top: -1px;
          right: 0;
          margin-top: 0;
          position: absolute; } }
  .productView-details .productView-info {
    margin-top: 0; }
    .productView-details .productView-info > :first-child {
      margin-top: 0; }
    .productView-details .productView-info .productView-info-name,
    .productView-details .productView-info .productView-info-value {
      float: left;
      font-size: 12px;
      /*letter-spacing: 0.3px;*/ }
    .productView-details .productView-info .productView-info-name {
      clear: both;
      min-width: 110px;
      font-weight: 700;
      margin-bottom: 10px;
      color: #1c1c1c; }
    .productView-details .productView-info .productView-info-value {
      margin-bottom: 0;
      color: #505050; }
    .productView-details .productView-info .productView-info-bulkPricing {
      float: left;
      width: 100%;
      font-style: italic;
      font-weight: 700; }
  .productView-details .productView-options {
    text-align: left;
    position: relative; }
    .productView-details .productView-options .form-field {
      margin-bottom: 15px; }
    .productView-details .productView-options .form-label--alternate {
      font-weight: 700;
      color: #1c1c1c; }
      .productView-details .productView-options .form-label--alternate > span[data-product-stock] {
        font-weight: 400; }
      .productView-details .productView-options .form-label--alternate > small {
        top: -1px;
        color: #f04723;
        font-size: 11px;
        font-weight: 400;
        position: relative; }
    .productView-details .productView-options .form-field--increments {
      margin-top: 20px; }
    .productView-details .productView-options .alertBox {
      padding: 0;
      margin: 30px 0 0 0;
      background-color: transparent; }
      .productView-details .productView-options .alertBox .alertBox-icon {
        padding-right: 5px; }
        .productView-details .productView-options .alertBox .alertBox-icon svg {
          fill: #f04723; }
      .productView-details .productView-options .alertBox .alertBox-message {
        font-size: 13px;
        color: #f04723;
        font-style: italic; }
    .productView-details .productView-options .alertBox--error {
      opacity: 0.65;
      width: 100%;
      color: #fff;
      text-align: center;
      padding: 10px 25px;
      pointer-events: none;
      background-color: #505050;
      border: 1px solid #505050; }
      .productView-details .productView-options .alertBox--error .alertBox-icon {
        display: none; }
      .productView-details .productView-options .alertBox--error .alertBox-message {
        display: inline-block;
        vertical-align: top;
        color: #fff;
        text-align: center;
        font-size: 12px;
        font-weight: 700;
        line-height: 20px;
        margin-bottom: 0;
        font-style: normal;
        text-transform: uppercase;
        transition: all 0.3s ease; }
      @media (min-width: 993px) {
        .productView-details .productView-options .alertBox--error {
          width: 215px; } }
    .productView-details .productView-options .form-action {
      padding: 0;
      width: auto;
      float: none;
      margin-top: 30px;
      display: block; }
      .productView-details .productView-options .form-action .button {
        margin-bottom: 0;
        display: block;
        width: 100%;
        text-transform: uppercase; }
        .productView-details .productView-options .form-action .button[disabled], .productView-details .productView-options .form-action .button#form-action-addToCart {
          padding: 15px 35px 13px 35px; }
      @media (min-width: 993px) {
        .productView-details .productView-options .form-action .button {
          width: 215px; } }
    .productView-details .productView-options .form-wishlist {
      left: auto;
      position: relative;
      margin-bottom: 0;
      margin-top: 20px;
      z-index: 10;
      display: block; }
      .productView-details .productView-options .form-wishlist .button {
        border-radius: 3px;
        margin-bottom: 0;
        min-width: 215px;
        font-size: 12px; }
      @media (min-width: 993px) {
        .productView-details .productView-options .form-wishlist {
          bottom: 0;
          margin: 0;
          left: 235px;
          position: absolute; } }
    .productView-details .productView-options #form-action-addToCart {
      color: white;
      border-color: #5fb139;
      background-color: #5fb139; }
      .productView-details .productView-options #form-action-addToCart svg {
        fill: white; }
      .productView-details .productView-options #form-action-addToCart:hover, .productView-details .productView-options #form-action-addToCart:focus, .productView-details .productView-options #form-action-addToCart:active {
        color: #5fb139;
        border-color: #5fb139;
        background-color: white; }
        .productView-details .productView-options #form-action-addToCart:hover svg, .productView-details .productView-options #form-action-addToCart:focus svg, .productView-details .productView-options #form-action-addToCart:active svg {
          fill: #5fb139; }
      .productView-details .productView-options #form-action-addToCart[disabled] {
        color: white;
        cursor: not-allowed;
        background-color: #cccccc;
        border-color: rgba(0, 0, 255, 0); }
  .productView-details .viewing-product {
    margin: 0 0 15px 0; }

#add-to-cart-wrapper + .form-action,
#add-to-cart-wrapper-2 + .form-action {
  display: none; }

#add-to-cart-wrapper[style="display: none"] + .form-action,
#add-to-cart-wrapper-2[style="display: none"] + .form-action {
  display: block; }
  #add-to-cart-wrapper[style="display: none"] + .form-action.form-action-2,
  #add-to-cart-wrapper-2[style="display: none"] + .form-action.form-action-2 {
    margin-top: 0; }

.countDown {
  display: block; }
  .countDown .block-time {
    padding: 10px;
    border-radius: 3px;
    background-color: #f7f7f7;
    margin-right: 5px;
    text-align: center;
    display: inline-block;
    min-width: 50px; }
    .countDown .block-time:last-of-type {
      margin-right: 0; }
    .countDown .block-time .num {
      font-size: 16px;
      line-height: 1;
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      color: #1c1c1c;
      font-weight: 700;
      display: inline-block;
      vertical-align: top; }
    .countDown .block-time .block-label {
      margin: 5px 0 0 0;
      line-height: 1;
      display: block;
      font-style: italic;
      font-size: 11px; }

/*--------  6.0 Product options  ----*/
.form-field--stock .form-label {
  margin-bottom: 0; }

.form-field--increments .form-increment {
  display: inline-block; }
  .form-field--increments .form-increment .form-input--incrementTotal {
    width: 70px; }

/*--------  7.0 product des...  -----*/
.themevale_productDescription {
  width: 100%;
  display: block;
  font-size: 1rem; }
  .themevale_productDescription .page-heading {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    display: inline-block; }
  .themevale_productDescription .productView-description .toggle-title {
    margin-bottom: 0;
    padding-bottom: 13px;
    display: block;
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    color: #1c1c1c; }
    .themevale_productDescription .productView-description .toggle-title .toggleLink {
      float: none;
      display: inline-block;
      width: 100%; }
  @media (min-width: 551px) {
    .themevale_productDescription .page-heading {
      font-size: 18px; } }
  @media (min-width: 1025px) {
    .themevale_productDescription {
      font-size: 0; }
      .themevale_productDescription .page-heading {
        display: block;
        margin-bottom: 35px;
        padding-bottom: 10px;
        border-bottom: 1px solid #eeeeee; }
      .themevale_productDescription .productView-description {
        display: inline-block;
        vertical-align: top;
        width: 60%;
        font-size: 12px; }
        .themevale_productDescription .productView-description .toggle-title {
          display: none; }
        .themevale_productDescription .productView-description .toggle-content {
          padding: 0;
          display: block !important; }
          .themevale_productDescription .productView-description .toggle-content h6 {
            font-size: 14px; }
      .themevale_productDescription .productRelated {
        font-size: 12px;
        display: inline-block;
        vertical-align: top;
        width: 40%;
        border-top: 0;
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 0;
        padding-left: 30px; } }

.themevale_productDescription-2 {
  display: block; }
  .themevale_productDescription-2 > .item {
    display: block; }
    .themevale_productDescription-2 > .item + .item {
      margin-top: 18px; }
  .themevale_productDescription-2 .productReviews,
  .themevale_productDescription-2 .productRelated,
  .themevale_productDescription-2 .productSimilar {
    width: 100%;
    padding: 0;
    margin-top: 0;
    border-top: none; }
    .themevale_productDescription-2 .productReviews .productCarousel-slide,
    .themevale_productDescription-2 .productRelated .productCarousel-slide,
    .themevale_productDescription-2 .productSimilar .productCarousel-slide {
      width: 100%; }
    .themevale_productDescription-2 .productReviews .slick-dots,
    .themevale_productDescription-2 .productRelated .slick-dots,
    .themevale_productDescription-2 .productSimilar .slick-dots {
      bottom: 0; }
    .themevale_productDescription-2 .productReviews .toggle-title .page-heading,
    .themevale_productDescription-2 .productRelated .toggle-title .page-heading,
    .themevale_productDescription-2 .productSimilar .toggle-title .page-heading {
      display: block; }
  .themevale_productDescription-2 .productRelated + .productSimilar {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eeeeee; }
  .themevale_productDescription-2 .productView-description {
    width: 100%; }
    .themevale_productDescription-2 .productView-description .toggle-title {
      display: block; }
      .themevale_productDescription-2 .productView-description .toggle-title .toggleLink {
        display: inline-block; }
    .themevale_productDescription-2 .productView-description .toggle-content {
      padding: 30px 0; }
  .themevale_productDescription-2 .page-heading {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    display: block;
    text-transform: capitalize; }
  .themevale_productDescription-2 .tabs-vertical .toggle-title {
    font-size: 16px;
    line-height: 24px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: capitalize; }
  .themevale_productDescription-2 .tabs-vertical:first-child .toggle-title {
    padding-top: 0; }
  .themevale_productDescription-2 .btn-createReview {
    margin-top: 30px; }
  .themevale_productDescription-2 .page-heading-arrow {
    display: none;
    top: calc(50% - 30px);
    right: 0;
    margin: 0;
    font-size: 0;
    border: 1px solid #cccccc;
    border-radius: 3px;
    position: absolute;
    transform: translateY(-50%); }
    .themevale_productDescription-2 .page-heading-arrow .btn-arrow {
      width: 34px;
      height: 34px;
      padding: 9px;
      cursor: pointer;
      display: inline-block;
      vertical-align: top;
      fill: #7f7f7f; }
      .themevale_productDescription-2 .page-heading-arrow .btn-arrow + .btn-arrow {
        border-left: 1px solid #eeeeee; }
  @media (min-width: 551px) {
    .themevale_productDescription-2 .tabs-vertical .toggle-title,
    .themevale_productDescription-2 .page-heading {
      font-size: 18px; } }
  @media (min-width: 1025px) {
    .themevale_productDescription-2 {
      display: flex;
      width: auto;
      margin-left: -15px;
      margin-right: -15px;
      flex-direction: row-reverse; }
      .themevale_productDescription-2 > .item {
        width: 50%;
        padding: 0 15px; }
        .themevale_productDescription-2 > .item + .item {
          margin-top: 0; }
      .themevale_productDescription-2 .page-heading {
        display: block;
        font-size: 20px;
        padding-bottom: 16px;
        border-bottom: 1px solid #eeeeee; }
      .themevale_productDescription-2 .productRelated + .productSimilar {
        margin-top: 60px;
        padding-top: 0;
        border-top: none; }
      .themevale_productDescription-2 .tabs-vertical .toggle-title {
        padding-top: 18px;
        padding-bottom: 16px; }
      .themevale_productDescription-2 .tabs-vertical:first-child .toggle-title {
        padding-top: 0; }
      .themevale_productDescription-2 .tabs-vertical .toggle-content h6 {
        font-size: 14px; }
      .themevale_productDescription-2 .page-heading-arrow {
        display: block; } }

.themevale_productDescription-3 {
  width: 100%;
  display: block;
  font-size: 1rem; }
  .themevale_productDescription-3 .toggle-title {
    margin-bottom: 15px; }
  .themevale_productDescription-3 .page-heading {
    margin: 0;
    font-size: 15px;
    line-height: 24px;
    display: inline-block;
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    color: #1c1c1c; }
  .themevale_productDescription-3 .productView-description {
    width: 100%;
    display: block; }
    .themevale_productDescription-3 .productView-description .tabs {
      display: none; }
    .themevale_productDescription-3 .productView-description .tab-content {
      padding: 15px 0 0 0;
      display: block;
      border-top: 1px solid #eeeeee; }
    .themevale_productDescription-3 .productView-description .toggle-title {
      margin-bottom: 0;
      padding-bottom: 13px;
      display: block;
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      color: #1c1c1c; }
      .themevale_productDescription-3 .productView-description .toggle-title .toggleLink {
        float: none;
        display: inline-block;
        width: 100%; }
      .themevale_productDescription-3 .productView-description .toggle-title .icon {
        fill: #1c1c1c; }
    .themevale_productDescription-3 .productView-description .toggle-content {
      padding: 10px 0; }
  .themevale_productDescription-3 + .productRelated {
    margin-bottom: 30px;
    border-top: none !important; }
    .themevale_productDescription-3 + .productRelated + .productSimilar {
      border-top: none !important; }
  .themevale_productDescription-3 .page-heading-arrow {
    display: none;
    top: calc(50% - 17px);
    right: 0;
    margin: 0;
    font-size: 0;
    border: 1px solid #cccccc;
    border-radius: 3px;
    position: absolute;
    transform: translateY(-50%); }
    .themevale_productDescription-3 .page-heading-arrow .btn-arrow {
      width: 34px;
      height: 34px;
      padding: 9px;
      cursor: pointer;
      display: inline-block;
      vertical-align: top;
      fill: #7f7f7f; }
      .themevale_productDescription-3 .page-heading-arrow .btn-arrow + .btn-arrow {
        border-left: 1px solid #eeeeee; }
  @media (min-width: 551px) {
    .themevale_productDescription-3 .page-heading {
      font-size: 18px; }
    .themevale_productDescription-3 .toggle-title {
      margin-bottom: 30px; } }
  @media (min-width: 1025px) {
    .themevale_productDescription-3 {
      font-size: 0; }
      .themevale_productDescription-3 .productView-description {
        display: inline-block;
        vertical-align: top;
        font-size: 12px; }
        .themevale_productDescription-3 .productView-description .tabs {
          display: block; }
        .themevale_productDescription-3 .productView-description .tab-content {
          padding: 0;
          display: none;
          border-top: none; }
          .themevale_productDescription-3 .productView-description .tab-content.is-active {
            display: block; }
        .themevale_productDescription-3 .productView-description .toggle-title {
          display: none;
          padding-bottom: 35px; }
        .themevale_productDescription-3 .productView-description .toggle-content {
          padding: 0;
          display: block !important; }
          .themevale_productDescription-3 .productView-description .toggle-content h6 {
            font-size: 14px; }
      .themevale_productDescription-3 + .productRelated {
        margin-bottom: 50px; }
        .themevale_productDescription-3 + .productRelated .page-heading {
          display: block;
          font-size: 20px;
          padding-bottom: 10px;
          border-bottom: 1px solid #eeeeee; }
        .themevale_productDescription-3 + .productRelated + .productSimilar .page-heading {
          display: block;
          font-size: 20px;
          padding-bottom: 10px;
          border-bottom: 1px solid #eeeeee; }
      .themevale_productDescription-3 .page-heading-arrow {
        display: block; } }

.productView-description {
  width: 100%;
  display: block; }
  .productView-description .themevale_tabs {
    display: none; }
  .productView-description .tab-content {
    padding: 15px 0 0 0;
    display: block;
    border-top: 1px solid #eeeeee; }
    .productView-description .tab-content p > .image {
      width: 100%; }
  .productView-description .toggle-title {
    margin-bottom: 0;
    padding-bottom: 15px; }
  .productView-description .toggle-content {
    padding: 10px 0; }
  .productView-description h5,
  .productView-description h6 {
    text-transform: capitalize; }
  .productView-description .description-slider {
    font-size: 0;
    list-style: none;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 30px;
    margin-bottom: 45px; }
    .productView-description .description-slider > li {
      width: 33.333333%; }
    .productView-description .description-slider li {
      display: inline-block;
      vertical-align: top;
      padding: 0 5px; }
      .productView-description .description-slider li img {
        width: 100%; }
    .productView-description .description-slider .slick-dots li {
      padding: 0; }
  .productView-description .description-slider-2 {
    font-size: 0;
    list-style: none;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 30px;
    margin-bottom: 45px; }
    .productView-description .description-slider-2 > li {
      width: 50%; }
    .productView-description .description-slider-2 li {
      display: inline-block;
      vertical-align: top;
      padding: 0 5px; }
    .productView-description .description-slider-2 .slick-dots li {
      padding: 0; }
  .productView-description blockquote {
    font-size: 12px;
    line-height: 22px;
    padding: 10px 15px;
    margin-bottom: 2.25rem;
    background-color: #f7f7f7;
    border-radius: 3px;
    font-style: italic; }
    .productView-description blockquote q:before, .productView-description blockquote q:after {
      content: none; }
    @media (min-width: 801px) {
      .productView-description blockquote {
        padding: 20px 25px; } }
  @media (min-width: 1025px) {
    .productView-description .themevale_tabs {
      display: block; }
    .productView-description .tab-content {
      padding: 0;
      display: none;
      border-top: none; }
      .productView-description .tab-content.is-active {
        display: block; }
    .productView-description .toggle-title {
      display: none;
      padding-bottom: 35px; }
    .productView-description .toggle-content {
      padding: 0; }
    .productView-description .description-slider,
    .productView-description .description-slider-2 {
      margin-left: -15px;
      margin-right: -15px; }
      .productView-description .description-slider li,
      .productView-description .description-slider-2 li {
        padding: 0 15px; } }

.productReviews,
.productRelated,
.productSimilar {
  display: block;
  padding-top: 15px;
  margin-bottom: 0;
  border-top: 1px solid #eeeeee; }
  .productReviews .page-heading,
  .productRelated .page-heading,
  .productSimilar .page-heading {
    margin: 0;
    font-size: 16px;
    line-height: 24px; }
  .productReviews .toggleLink-text svg,
  .productRelated .toggleLink-text svg,
  .productSimilar .toggleLink-text svg {
    fill: #323232; }
  .productReviews .toggle-title,
  .productRelated .toggle-title,
  .productSimilar .toggle-title {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 15px; }
    .productReviews .toggle-title .page-heading,
    .productRelated .toggle-title .page-heading,
    .productSimilar .toggle-title .page-heading {
      display: inline-block;
      vertical-align: middle; }
    .productReviews .toggle-title .number-review,
    .productReviews .toggle-title .write-review,
    .productRelated .toggle-title .number-review,
    .productRelated .toggle-title .write-review,
    .productSimilar .toggle-title .number-review,
    .productSimilar .toggle-title .write-review {
      display: none; }
      @media (min-width: 767px) {
        .productReviews .toggle-title .number-review,
        .productReviews .toggle-title .write-review,
        .productRelated .toggle-title .number-review,
        .productRelated .toggle-title .write-review,
        .productSimilar .toggle-title .number-review,
        .productSimilar .toggle-title .write-review {
          display: inline-block;
          vertical-align: middle; } }
  .productReviews .toggle-content,
  .productRelated .toggle-content,
  .productSimilar .toggle-content {
    padding: 10px 0; }
  .productReviews.toggle:last-of-type,
  .productRelated.toggle:last-of-type,
  .productSimilar.toggle:last-of-type {
    margin-bottom: 0; }
  .productReviews .productCarousel-slide,
  .productRelated .productCarousel-slide,
  .productSimilar .productCarousel-slide {
    width: 100%; }
  .productReviews .productCarousel:not(.slick-slider),
  .productRelated .productCarousel:not(.slick-slider),
  .productSimilar .productCarousel:not(.slick-slider) {
    font-size: 0;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-bottom: 2px; }
    .productReviews .productCarousel:not(.slick-slider) .productCarousel-slide,
    .productRelated .productCarousel:not(.slick-slider) .productCarousel-slide,
    .productSimilar .productCarousel:not(.slick-slider) .productCarousel-slide {
      display: inline-block;
      vertical-align: top;
      padding-left: 0;
      padding-right: 15px;
      width: 50%;
      font-size: 12px;
      white-space: normal;
      float: none; }
  @media (min-width: 551px) {
    .productReviews .page-heading,
    .productRelated .page-heading,
    .productSimilar .page-heading {
      font-size: 18px; }
    .productReviews .productCarousel:not(.slick-slider) .productCarousel-slide,
    .productRelated .productCarousel:not(.slick-slider) .productCarousel-slide,
    .productSimilar .productCarousel:not(.slick-slider) .productCarousel-slide {
      width: 33.33333333%; } }
  @media (min-width: 992px) {
    .productReviews .productCarousel:not(.slick-slider) .productCarousel-slide,
    .productRelated .productCarousel:not(.slick-slider) .productCarousel-slide,
    .productSimilar .productCarousel:not(.slick-slider) .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 1025px) {
    .productReviews,
    .productRelated,
    .productSimilar {
      margin-top: 30px;
      padding-top: 30px; }
      .productReviews .toggle-title,
      .productRelated .toggle-title,
      .productSimilar .toggle-title {
        padding-bottom: 35px; }
      .productReviews .toggle-content,
      .productRelated .toggle-content,
      .productSimilar .toggle-content {
        padding: 0; } }

.productReviews:not(.tabs-vertical) .number-review,
.productReviews:not(.tabs-vertical) .write-review {
  padding: 0 15px;
  margin-left: 15px;
  line-height: 24px;
  border-radius: 12px;
  background-color: #f7f7f7; }

.productReviews:not(.tabs-vertical) .write-review {
  color: #ffffff;
  background-color: #5874b0; }

.productReviews:not(.tabs-vertical) .toggle-title .toggleLink {
  display: none; }

@media (max-width: 1024px) {
  .productReviews:not(.tabs-vertical) .toggle-content {
    display: block !important; } }

@media (min-width: 1025px) {
  .productReviews:not(.tabs-vertical) .toggle-title .toggleLink {
    display: block; }
    .productReviews:not(.tabs-vertical) .toggle-title .toggleLink .icon {
      padding: 0;
      float: none;
      width: 10px;
      height: 10px;
      margin-right: 5px;
      position: relative;
      top: -2px; } }

.productRelated .productGrid {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  text-align: center; }
  .productRelated .productGrid .product {
    width: 170px;
    white-space: normal; }
  .productRelated .productGrid .card {
    margin-bottom: 15px; }

.productRelated .slick-dots {
  bottom: 0; }

.productRelated .button-group {
  display: none; }

@media (min-width: 360px) {
  .productRelated .productGrid .product {
    width: 170px; } }

@media (min-width: 551px) {
  .productRelated .productGrid .product {
    width: 190px; } }

@media (min-width: 768px) {
  .productRelated .productGrid .product {
    width: 252px; } }

@media (min-width: 1025px) {
  .productRelated .page-heading {
    display: block !important; }
  .productRelated .toggleLink {
    display: none; }
  .productRelated .productGrid {
    overflow: visible;
    white-space: normal; }
    .productRelated .productGrid .product {
      width: 50%; }
    .productRelated .productGrid .card {
      margin-bottom: 30px; }
  .productRelated .button-group {
    display: block;
    margin-top: 15px; } }

.productSimilar .productCarousel {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  text-align: center; }
  .productSimilar .productCarousel > .productCarousel-slide {
    width: 170px;
    float: none;
    display: inline-block;
    vertical-align: top;
    white-space: normal; }

.productSimilar .slick-dots {
  bottom: 0; }

@media (min-width: 360px) {
  .productSimilar .productCarousel > .productCarousel-slide {
    width: 170px; } }

@media (min-width: 551px) {
  .productSimilar .productCarousel > .productCarousel-slide {
    width: 190px; } }

@media (min-width: 768px) {
  .productSimilar .productCarousel > .productCarousel-slide {
    width: 252px; } }

@media (min-width: 1025px) {
  .productSimilar .productCarousel {
    overflow: visible;
    white-space: normal;
    text-align: left; } }

/*--------  8.0 Galery popup  -------*/
.vgallery_popup .content_slide {
  font-size: 0;
  display: block; }
  .vgallery_popup .content_slide .box1,
  .vgallery_popup .content_slide .box2 {
    position: relative;
    display: inline-block;
    vertical-align: top; }
  .vgallery_popup .content_slide .box1 {
    width: 62%;
    overflow: hidden;
    max-height: 540px; }
  .vgallery_popup .content_slide .box2 {
    width: 38%;
    padding-left: 50px; }

.vgallery_popup .btn-arrow {
  top: 50%;
  z-index: 2;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  transform: translateY(-50%); }
  .vgallery_popup .btn-arrow:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%; }
  .vgallery_popup .btn-arrow.btn-prev {
    left: 0; }
    .vgallery_popup .btn-arrow.btn-prev:before {
      background: rgba(255, 255, 255, 0.5) url(//cdn3.bigcommerce.com/s-q7337/templates/__custom/images/vgallery.png?t=1501514855);
      background-position: 15px; }
  .vgallery_popup .btn-arrow.btn-next {
    right: 0; }
    .vgallery_popup .btn-arrow.btn-next:before {
      background: rgba(255, 255, 255, 0.5) url(//cdn3.bigcommerce.com/s-q7337/templates/__custom/images/vgallery.png?t=1501514855);
      background-position: -20px; }

.vgallery_popup .galleryView {
  width: 100%;
  text-align: center; }
  .vgallery_popup .galleryView:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 75%; }
  .vgallery_popup .galleryView img:not([role="presentation"]) {
    top: 0;
    left: 50%;
    height: 100%;
    position: absolute;
    transform: translateX(-50%); }
  .vgallery_popup .galleryView > iframe {
    top: 50%;
    left: 50%;
    min-height: 450px;
    position: absolute;
    transform: translate(-50%, -50%); }

.vgallery_popup .gallery-thumbnail h2 {
  font-size: 12px;
  font-weight: 400;
  color: #8c8c8c;
  margin: 0 0 5px 0;
  text-transform: capitalize; }

.vgallery_popup .gallery-thumbnail ul {
  margin: 0 -5px;
  font-size: 0;
  text-align: left; }
  .vgallery_popup .gallery-thumbnail ul li {
    position: relative;
    font-size: 12px;
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 5px; }
  .vgallery_popup .gallery-thumbnail ul .thumbbsd {
    display: block;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    position: relative; }
    .vgallery_popup .gallery-thumbnail ul .thumbbsd::after {
      content: "";
      display: block;
      height: 0;
      padding-bottom: 100%;
      width: 100%; }
    .vgallery_popup .gallery-thumbnail ul .thumbbsd img {
      top: 50%;
      left: 50%;
      width: auto;
      height: 100%;
      max-width: none;
      position: absolute;
      transform: translate(-50%, -50%); }
    .vgallery_popup .gallery-thumbnail ul .thumbbsd.thumb-video {
      border-radius: 3px;
      overflow: hidden; }
      .vgallery_popup .gallery-thumbnail ul .thumbbsd.thumb-video:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        z-index: 2;
        border-radius: 3px;
        position: absolute;
        background-color: rgba(255, 255, 255, 0.5);
        border: 3px solid #5fb139; }

.vgallery_popup .gallery-thumbnail + .gallery-thumbnail {
  margin-top: 30px; }

.vgallery_popup .gallery-thumbnail-1 h2:before {
  content: 'Product Image'; }

.vgallery_popup .gallery-thumbnail-2 h2:before {
  content: 'Product Video'; }

#tabDescription-content {
  position: relative; }
  #tabDescription-content .showmore_description {
    display: none; }
  @media (max-width: 767px) {
    #tabDescription-content {
      max-height: 350px;
      overflow: hidden; }
      #tabDescription-content .showmore_description {
        cursor: pointer;
        padding: 20px 5px;
        position: absolute;
        z-index: 2;
        display: block;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        font-weight: 700;
        font-size: 14px;
        text-transform: capitalize;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 30%, white 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 30%, white 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 30%, white 100%); }
      #tabDescription-content .button-showless,
      #tabDescription-content .button-showmore {
        max-width: 160px;
        margin-left: auto;
        margin-right: auto;
        background-color: transparent;
        border: 1px solid #323232;
        color: #323232; }
      #tabDescription-content .button-showmore {
        display: block; }
      #tabDescription-content .button-showless {
        display: none;
        max-width: 160px;
        margin-left: auto;
        margin-right: auto; }
      #tabDescription-content.show_all {
        max-height: none;
        padding-bottom: 50px; }
        #tabDescription-content.show_all .button-showmore {
          display: none; }
        #tabDescription-content.show_all .button-showless {
          display: block; } }

/*=====  End of www.themevale.com  ======*/
.themevale_badges {
  top: 0px;
  right: 0px;
  position: absolute;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-end; }

.themevale_badge {
  color: #ffffff;
  height: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  padding-left: 7px;
  padding-right: 7px;
  border-radius: 2px;
  margin-bottom: 5px;
  transition: all 0.5s ease;
  text-transform: capitalize;
  background-color: #383e47; }
  .themevale_badge .label-sale {
    line-height: 1;
    color: #ffffff;
    margin-left: 20px;
    padding: 4px 7px 4px 2px;
    position: relative;
    background-color: #f04723;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0 3px 3px 0; }
    .themevale_badge .label-sale:before {
      top: 50%;
      width: 0;
      height: 0;
      content: "";
      right: 100%;
      display: block;
      position: absolute;
      transform: translateY(-50%);
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-right: 10px solid #f04723; }
    @media (min-width: 1025px) {
      .themevale_badge .label-sale:before {
        right: 99%; } }
    .themevale_badge .label-sale.hide {
      display: none; }

.sale-badge {
  background: #f04723;
  color: white; }

.soldOut-badge {
  background: #898989;
  color: white; }

.new-badge {
  color: #ffffff;
  background-color: #4563b3; }

.custom-badge {
  background: #383e47;
  color: white; }

.special-badge {
  padding: 0;
  background-color: transparent; }

[data-product-attribute] .form-option {
  padding: 0;
  min-width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  vertical-align: top;
  position: relative;
  border-radius: 3px;
  margin-right: 7px;
  border: 1px solid #c8c8c8;
  color: #323232; }
  [data-product-attribute] .form-option .form-option-variant {
    padding: 0;
    min-width: 0;
    width: 100%;
    height: 100%;
    padding: 0 5px;
    border-radius: 3px;
    position: relative; }
  @media (min-width: 551px) {
    [data-product-attribute] .form-option {
      margin-right: 10px; } }

[data-product-attribute] .form-option-swatch {
  border: none;
  overflow: hidden;
  line-height: 1;
  border-radius: 3px; }
  [data-product-attribute] .form-option-swatch .form-option-variant[title="White"] {
    border: 1px solid #c8c8c8; }
  [data-product-attribute] .form-option-swatch.swatch-pattern {
    overflow: visible; }
  [data-product-attribute] .form-option-swatch.swatch-two-color {
    box-shadow: 0 0 1px #c2c2c2; }
    [data-product-attribute] .form-option-swatch.swatch-two-color .form-option-variant {
      width: 50%;
      border-radius: 0; }
  [data-product-attribute] .form-option-swatch.swatch-three-color {
    box-shadow: 0 0 1px #c2c2c2; }
    [data-product-attribute] .form-option-swatch.swatch-three-color .form-option-variant {
      width: 33.33333%;
      border-radius: 0; }

[data-product-attribute] .form-option.unavailable {
  opacity: 1;
  background-color: transparent; }
  [data-product-attribute] .form-option.unavailable:before {
    left: -7px;
    top: 16px;
    height: 1px;
    width: calc(140% - 1px);
    background-color: #f68863; }
  [data-product-attribute] .form-option.unavailable .form-option-variant {
    /*opacity: 0.7;*/ }

[data-product-attribute] .form-radio:checked + .form-option.unavailable {
  box-shadow: 0 0 0 1px #505050; }

[data-product-attribute] .form-radio:checked + .form-option {
  border-color: #1c1c1c;
  box-shadow: 0 0 0 1px #1c1c1c; }

[data-product-attribute] .form-radio:checked + .form-option-swatch {
  border: none;
  box-shadow: 0 0 0 2px #1c1c1c; }

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

.form-option-expanded {
  background-color: white;
  border: 1px solid #999999;
  left: 0;
  line-height: 1;
  opacity: 0;
  padding: 5px;
  border-radius: 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-expanded .title {
    font-size: 12px;
    margin-bottom: 5px;
    display: block; }

@media (min-width: 1025px) {
  .form-option:hover .form-option-expanded {
    opacity: 1;
    visibility: visible;
    z-index: 30; } }

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

.swatch-hover {
  display: none; }

.productView-options [data-product-attribute] .form-option {
  overflow: visible !important; }

.productView-options .form-option span.form-option-variant.form-option-variant--color:before {
  content: attr(title);
  display: none; }

.productView-options .form-option:hover span.form-option-variant.form-option-variant--color:before {
  display: inline-block;
  border: 1px solid #000000;
  border-radius: 4px;
  background-color: #ffffff;
  color: #000000;
  padding: 5px;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 1; }

.account {
  margin-top: 10px;
  /*margin-bottom: spacing("single");*/ }

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

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

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

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

.account-body {
  /*@include grid-row($behavior: "nest");*/ }

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

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

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

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

/*Frequently Bought Together*/
#themvale-fbt {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #323232; }
  #themvale-fbt .page-heading {
    font-size: 18px;
    margin-bottom: 15px; }
  #themvale-fbt .themvale-fbt-product-wrapper {
    display: block; }
    #themvale-fbt .themvale-fbt-product-wrapper .themvale-fbt-total,
    #themvale-fbt .themvale-fbt-product-wrapper .themvale-fbt-product-list {
      display: block; }
    #themvale-fbt .themvale-fbt-product-wrapper .themvale-fbt-total {
      margin-top: 40px;
      text-align: left; }
  #themvale-fbt .themvale-fbt-toggle-options {
    padding-left: 10px;
    padding-right: 10px; }
  @media (min-width: 1025px) {
    #themvale-fbt {
      margin-top: 50px;
      margin-bottom: 50px; }
      #themvale-fbt .themvale-fbt-product-wrapper {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 30px 20px 30px 0;
        border: 1px solid #eeeeee; }
        #themvale-fbt .themvale-fbt-product-wrapper .themvale-fbt-product-list {
          width: 80%; }
        #themvale-fbt .themvale-fbt-product-wrapper .themvale-fbt-total {
          width: 20%;
          margin: 0;
          padding: 0 15px;
          text-align: left; }
      #themvale-fbt .themvale-fbt-product-list {
        padding-left: 20px;
        padding-right: 20px; }
        #themvale-fbt .themvale-fbt-product-list .slick-arrow {
          top: calc(50% - 75px); }
        #themvale-fbt .themvale-fbt-product-list .slick-arrow.slick-prev {
          left: 30px; }
        #themvale-fbt .themvale-fbt-product-list .slick-arrow.slick-next {
          right: 30px; } }

.themvale-fbt-product-list:not(.slick-slider) {
  font-size: 0;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-bottom: 2px; }
  .themvale-fbt-product-list:not(.slick-slider) .themvale-fbt-product-item {
    display: inline-block;
    vertical-align: top;
    padding-left: 0;
    padding-right: 15px;
    width: 50%;
    font-size: 12px;
    white-space: normal;
    float: none; }
  @media (min-width: 551px) {
    .themvale-fbt-product-list:not(.slick-slider) .themvale-fbt-product-item {
      width: 33.33333333%; } }
  @media (min-width: 992px) {
    .themvale-fbt-product-list:not(.slick-slider) .themvale-fbt-product-item {
      width: 25%; } }
  @media (min-width: 1025px) {
    .themvale-fbt-product-list:not(.slick-slider) {
      overflow: hidden;
      margin-left: 0;
      margin-right: 0;
      padding: 0; }
      .themvale-fbt-product-list:not(.slick-slider) .themvale-fbt-product-item {
        padding-right: 30px; } }

.themvale-fbt-product-list.slick-slider {
  margin-left: -8px;
  margin-right: 0; }
  .themvale-fbt-product-list.slick-slider .slick-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 8px;
    min-height: 264px; }
  .themvale-fbt-product-list.slick-slider .slick-slide.slick-active + .slick-slide.slick-active:before {
    color: #bfbfbf;
    content: "+";
    font-size: 40px;
    font-weight: 300;
    position: absolute;
    left: 0;
    top: calc(50% - 75px);
    transform: translate(-50%, -50%); }
  .themvale-fbt-product-list.slick-slider .slick-dots {
    position: absolute; }
  @media (min-width: 1025px) {
    .themvale-fbt-product-list.slick-slider {
      margin-left: -20px;
      margin-right: 0; }
      .themvale-fbt-product-list.slick-slider .slick-slide {
        display: inline-block;
        vertical-align: top;
        padding: 0 20px; } }

.themvale-fbt-product-item {
  opacity: 0.5;
  position: relative;
  margin-bottom: 3px; }
  .themvale-fbt-product-item .themvale-fbt-product-image {
    text-align: center;
    display: block;
    margin-bottom: 10px; }
  .themvale-fbt-product-item .themvale-fbt-product-content {
    display: block; }
  .themvale-fbt-product-item .themvale-fbt-image-link {
    position: relative;
    max-width: 100px;
    display: inline-block; }
  .themvale-fbt-product-item .themvale-fbt-detail-label {
    padding: 0;
    max-height: 44px;
    overflow: hidden;
    margin-bottom: 12px !important; }
    .themvale-fbt-product-item .themvale-fbt-detail-label:before {
      top: 3px;
      border-radius: 0;
      margin-right: 3px;
      display: inline-block;
      vertical-align: top;
      position: relative; }
    .themvale-fbt-product-item .themvale-fbt-detail-label:after {
      top: 4px; }
    .themvale-fbt-product-item .themvale-fbt-detail-label .themvale-fbt-detail-name {
      font-size: 12px;
      font-weight: 700;
      line-height: 22px;
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      color: #323232;
      display: inline; }
      .themvale-fbt-product-item .themvale-fbt-detail-label .themvale-fbt-detail-name strong {
        text-decoration: underline;
        text-underline-position: under;
        color: #1c1c1c; }
  .themvale-fbt-product-item .themvale-fbt-detail-price {
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333333; }
    .themvale-fbt-product-item .themvale-fbt-detail-price .price-section {
      margin-right: 5px;
      vertical-align: top;
      display: inline-block; }
      .themvale-fbt-product-item .themvale-fbt-detail-price .price-section span {
        line-height: inherit; }
      .themvale-fbt-product-item .themvale-fbt-detail-price .price-section:last-child {
        margin-right: 0; }
      .themvale-fbt-product-item .themvale-fbt-detail-price .price-section.price-section--withoutTax {
        color: #f04723; }
        .themvale-fbt-product-item .themvale-fbt-detail-price .price-section.price-section--withoutTax .price-now-label + .price--withoutTax {
          color: #333333; }
      .themvale-fbt-product-item .themvale-fbt-detail-price .price-section.rrp-price--withoutTax {
        color: #999999;
        display: block;
        margin-bottom: 10px;
        margin-right: 0; }
      .themvale-fbt-product-item .themvale-fbt-detail-price .price-section.non-sale-price--withoutTax {
        color: #999999; }
      .themvale-fbt-product-item .themvale-fbt-detail-price .price-section.price-none {
        display: none; }
        .themvale-fbt-product-item .themvale-fbt-detail-price .price-section.price-none + .price-section--withoutTax {
          color: #333333; }
        .themvale-fbt-product-item .themvale-fbt-detail-price .price-section.price-none[style="display: block;"] {
          display: inline-block !important; }
          .themvale-fbt-product-item .themvale-fbt-detail-price .price-section.price-none[style="display: block;"] + .price-section--withoutTax {
            color: #f04723; }
  .themvale-fbt-product-item .button {
    width: 100%; }
    .themvale-fbt-product-item .button.card_out_of_stock + .themvale-fbt-toggle-options {
      display: none; }
  .themvale-fbt-product-item.isChecked {
    opacity: 1; }

.themvale-fbt-total {
  font-size: 12px;
  text-align: center;
  color: #323232; }
  .themvale-fbt-total .themevale-text-price {
    margin-bottom: 10px; }
    .themvale-fbt-total .themevale-text-price span {
      font-size: 12px;
      font-weight: 700;
      display: block;
      color: #373e46;
      margin-bottom: 5px; }
    .themvale-fbt-total .themevale-text-price span.themvale-fbt-total-price {
      font-size: 18px;
      font-weight: 700;
      margin-left: 3px;
      display: block;
      color: #333333;
      margin-bottom: 5px; }

#themvale-fbt,
#fbt,
.pgo,
.pog {
  position: relative; }

#fbt,
.freqBought .form-field__sizeChart,
.freqBought-item .price-section.price-section--saving {
  display: none; }

.productView-info-name[data-field-name=fbt], .productView-info-name[data-field-name="fbt-product"] {
  display: none; }

.productView-info-value[data-field-name=fbt], .productView-info-value[data-field-name="fbt-product"] {
  display: none; }

.themvale-fbt-detail-field,
.themvale-fbt-image-link {
  display: inline-block; }

.themvale-fbt-detail-options {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  padding: 30px 15px 15px 15px;
  overflow-y: auto;
  position: absolute;
  background-color: #ffffff; }
  .themvale-fbt-detail-options .close-options {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 10;
    cursor: pointer;
    pointer-events: auto; }
    .themvale-fbt-detail-options .close-options svg {
      width: 24px;
      height: 24px;
      fill: #1c1c1c; }
  .themvale-fbt-detail-options .form-field {
    margin-bottom: 1rem; }
    .themvale-fbt-detail-options .form-field .form-label {
      color: #1c1c1c;
      font-weight: 700;
      font-size: 12px;
      position: relative; }
      .themvale-fbt-detail-options .form-field .form-label > small {
        color: #db5839;
        font-size: 12px;
        font-weight: 400;
        float: none;
        margin-top: 1px;
        font-style: unset;
        margin-left: 0;
        text-transform: capitalize; }
        .themvale-fbt-detail-options .form-field .form-label > small:before {
          content: none; }

.button.themvale-fbt-total-button {
  color: #fff;
  border-color: #5fb139;
  background-color: #5fb139; }
  .button.themvale-fbt-total-button svg {
    fill: #5fb139; }
  .button.themvale-fbt-total-button:hover {
    color: #fff;
    border-color: #5fb139;
    background-color: #5fb139; }
    .button.themvale-fbt-total-button:hover svg {
      fill: #5fb139; }

.hasOptions--selected .themvale-fbt-toggle-options {
  color: #fff;
  border-color: #5fb139;
  background-color: #5fb139; }
  .hasOptions--selected .themvale-fbt-toggle-options svg {
    fill: #5fb139; }
  .hasOptions--selected .themvale-fbt-toggle-options:hover {
    color: #fff;
    border-color: #5fb139;
    background-color: #5fb139; }
    .hasOptions--selected .themvale-fbt-toggle-options:hover svg {
      fill: #5fb139; }

#sticky_addtocart {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 101;
  padding: 15px 0;
  text-align: center;
  background: #ffffff;
  transition: all 0.5s ease;
  transform: translate3d(0, 100%, 0);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2); }
  #sticky_addtocart > .container {
    display: flex;
    position: static;
    align-items: center;
    justify-content: center;
    justify-content: space-between; }
    #sticky_addtocart > .container:before, #sticky_addtocart > .container:after {
      content: none; }
    #sticky_addtocart > .container .item {
      width: 100%;
      display: inline-block;
      vertical-align: middle; }
      #sticky_addtocart > .container .item:first-child {
        display: none; }
  #sticky_addtocart .countDown {
    display: none; }
  #sticky_addtocart .product-wrapper {
    display: table;
    max-width: 360px;
    text-align: left; }
    #sticky_addtocart .product-wrapper > .product-image {
      display: table-cell;
      vertical-align: middle;
      width: 70px; }
    #sticky_addtocart .product-wrapper > .product-content {
      display: table-cell;
      vertical-align: middle;
      padding-left: 10px; }
    #sticky_addtocart .product-wrapper .productView-title {
      font-size: 12px;
      line-height: 20px;
      font-weight: 700;
      margin: 0 0 8px 0;
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      color: #323232; }
    #sticky_addtocart .product-wrapper .productView-price {
      margin: 0;
      font-size: 0;
      position: relative; }
      #sticky_addtocart .product-wrapper .productView-price .price-section {
        font-size: 14px;
        line-height: 1;
        font-weight: 700;
        color: #333333; }
        #sticky_addtocart .product-wrapper .productView-price .price-section.price-section--withoutTax {
          color: #f04723; }
          #sticky_addtocart .product-wrapper .productView-price .price-section.price-section--withoutTax .price-now-label + .price--withoutTax {
            color: #333333; }
        #sticky_addtocart .product-wrapper .productView-price .price-section.rrp-price--withoutTax {
          color: #999999;
          font-size: 14px;
          font-weight: 500;
          margin-bottom: 5px; }
        #sticky_addtocart .product-wrapper .productView-price .price-section.non-sale-price--withoutTax {
          color: #999999;
          margin-right: 8px;
          display: inline-block;
          vertical-align: top; }
          #sticky_addtocart .product-wrapper .productView-price .price-section.non-sale-price--withoutTax + .price-section--withoutTax {
            display: inline-block;
            vertical-align: top; }
        #sticky_addtocart .product-wrapper .productView-price .price-section.price-none {
          margin-right: 0; }
          #sticky_addtocart .product-wrapper .productView-price .price-section.price-none + .price-section--withoutTax {
            color: #333333; }
      #sticky_addtocart .product-wrapper .productView-price .price-section--saving {
        color: #333333;
        margin-top: 8px;
        font-size: 12px;
        font-weight: 400;
        font-style: italic; }
      #sticky_addtocart .product-wrapper .productView-price .sold-product {
        display: block;
        top: -1px;
        right: 0;
        margin-top: 0;
        position: absolute; }
        @media (min-width: 1025px) {
          #sticky_addtocart .product-wrapper .productView-price .sold-product {
            top: -1px;
            right: 0;
            margin-top: 0;
            position: absolute; } }
  #sticky_addtocart .form-field--increments {
    margin: 0 10px;
    font-size: 0;
    display: none; }
    #sticky_addtocart .form-field--increments .form-increment .button {
      width: 36px;
      height: 38px;
      line-height: 38px; }
      #sticky_addtocart .form-field--increments .form-increment .button > .icon {
        line-height: 40px; }
    #sticky_addtocart .form-field--increments .form-increment .form-input--incrementTotal {
      height: 38px;
      width: 50px;
      line-height: 38px; }
    #sticky_addtocart .form-field--increments .form-label {
      display: none; }
  #sticky_addtocart .form-action {
    position: relative;
    width: 100%;
    display: inline-block; }
    #sticky_addtocart .form-action .button {
      padding: 12px 15px 11px 15px; }
    #sticky_addtocart .form-action input {
      margin-bottom: 0;
      width: 100%; }
    #sticky_addtocart .form-action .choose_options_add {
      width: 100%;
      margin: 0;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      opacity: 1;
      visibility: visible;
      z-index: 5; }
      #sticky_addtocart .form-action .choose_options_add.is-active {
        opacity: 0;
        visibility: hidden; }
  #sticky_addtocart .show_select_options {
    color: black;
    border: 1px solid #cbcbcb;
    background-color: rgba(0, 0, 255, 0);
    min-width: 209px;
    font-size: 12px;
    line-height: 24px;
    font-size: 12px;
    line-height: 24px;
    border-radius: 3px;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-family: "Poppins", Arial, Helvetica, sans-serif; }
  #sticky_addtocart .form {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    #sticky_addtocart .form .pop-up-option {
      left: 0;
      right: 0;
      bottom: -100%;
      width: 100%;
      z-index: -1;
      position: absolute;
      text-align: left;
      background: #ffffff;
      padding: 25px 0 10px 0;
      opacity: 0;
      overflow: visible;
      visibility: hidden;
      transition: all .3s ease;
      box-shadow: 0 0 0 black, 0 0 1px rgba(0, 0, 0, 0.1); }
      #sticky_addtocart .form .pop-up-option .alertBox {
        margin-bottom: 0;
        margin-top: 20px; }
      #sticky_addtocart .form .pop-up-option.is-open {
        visibility: visible;
        opacity: 1;
        bottom: 100%; }
      #sticky_addtocart .form .pop-up-option .data-product-name {
        display: block;
        margin-bottom: 20px;
        padding-bottom: 10px;
        padding-right: 30px;
        border-bottom: 1px solid #f8f8f8; }
        #sticky_addtocart .form .pop-up-option .data-product-name .productView-title {
          font-size: 15px;
          margin-bottom: 8px;
          font-family: "Arimo", Arial, Helvetica, sans-serif;
          color: #323232; }
        #sticky_addtocart .form .pop-up-option .data-product-name .productView-price .price-section {
          font-size: 16px;
          font-weight: 700; }
      #sticky_addtocart .form .pop-up-option .data-product-option {
        font-size: 0;
        display: block;
        width: 100%; }
      #sticky_addtocart .form .pop-up-option .form-field {
        width: 100%;
        font-size: 12px;
        margin: 0 0 10px 0;
        display: block;
        vertical-align: top;
        position: relative; }
        #sticky_addtocart .form .pop-up-option .form-field .form-label {
          display: block;
          margin-right: 7px;
          margin-bottom: 7px; }
          #sticky_addtocart .form .pop-up-option .form-field .form-label > small {
            float: none; }
        #sticky_addtocart .form .pop-up-option .form-field[data-product-attribute] .form-option {
          display: inline-block;
          vertical-align: middle; }
      #sticky_addtocart .form .pop-up-option .close {
        font-size: 20px;
        color: #000;
        position: absolute;
        right: 10px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        top: -15px;
        opacity: 1;
        background: #fff;
        filter: alpha(opacity=100);
        text-align: center;
        font-weight: 600;
        z-index: 10; }
    #sticky_addtocart .form .alertBox--error {
      min-width: 200px;
      margin: 0;
      opacity: 0.65;
      width: 100%;
      color: #fff;
      border-radius: 0;
      text-align: center;
      padding: 10px 25px;
      pointer-events: none;
      background-color: #505050;
      border: 1px solid #505050; }
      #sticky_addtocart .form .alertBox--error .alertBox-icon {
        display: none; }
      #sticky_addtocart .form .alertBox--error .alertBox-message {
        font-size: 13px;
        line-height: 20px;
        text-transform: uppercase;
        letter-spacing: 0.05rem;
        font-weight: 700;
        padding: 0;
        text-align: center;
        display: block; }
  @media (min-width: 768px) {
    #sticky_addtocart > .container .item {
      width: auto; }
      #sticky_addtocart > .container .item:first-child {
        display: inline-block; }
    #sticky_addtocart .form .pop-up-option {
      padding: 35px 0 20px 0; }
      #sticky_addtocart .form .pop-up-option .form-field {
        font-size: 12px;
        margin: 0 0 10px 0;
        display: inline-block;
        vertical-align: top;
        width: 50%; }
        #sticky_addtocart .form .pop-up-option .form-field:nth-child(even) {
          padding-left: 15px; }
        #sticky_addtocart .form .pop-up-option .form-field:nth-child(odd) {
          padding-right: 15px; }
        #sticky_addtocart .form .pop-up-option .form-field .form-label {
          display: inline-block;
          vertical-align: middle; }
      #sticky_addtocart .form .pop-up-option .data-product-name {
        display: none; }
      #sticky_addtocart .form .pop-up-option .data-product-option {
        position: relative;
        padding-right: 30px; }
      #sticky_addtocart .form .pop-up-option .close {
        top: -5px;
        right: -10px; }
    #sticky_addtocart .form-field--increments {
      display: block; }
    #sticky_addtocart .form-action {
      width: 200px; } }
  @media (min-width: 1025px) {
    #sticky_addtocart .countDown {
      display: block;
      margin-right: 10px; } }

.show_sticky#sticky_addtocart {
  z-index: 105;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/* 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; } }

/* Custom Styles */
@media (min-width: 1025px) {
  .page-type-default.page-full-width .themevale_sectionChild .page-content {
    float: none; } }

.zoomImg {
  background: #ffffff; }

.catLiHome a {
  color: #000000;
  font-weight: 600; }

.catLiHome h4 {
  margin-top: .5em;
  margin-bottom: 1.5em;
  color: #9a1b1f; }

.catLiHome h6 {
  color: #9a1b1f; }

.catLiHome img {
  height: 200px; }

.catLiHome ul {
  text-align: left;
  line-height: normal;
  float: left;
  /* width: 50%; */
  display: inline;
  columns: 2;
  padding-left: 12%; }

.catLiHome li {
  width: 100%;
  margin-right: 40px; }

.subcategory-item-pop-section {
  height: 30px;
  white-space: nowrap;
  width: 144px;
  overflow: hidden;
  text-overflow: ellipsis; }

.popCatSection {
  height: 330px; }

.h2PopCatTitle {
  height: 40px; }

.mobileMenuAlign {
  display: inline-flex;
  height: 50px; }
  @media only screen and (min-width: 1147px) {
    .mobileMenuAlign {
      display: unset; } }

@media (min-width: 1147px) {
  .menuMobileCatText {
    justify-content: center !important; }
  .hrMobileMenu {
    display: none; } }

@media (max-width: 1146px) {
  .menuListMobile {
    display: flex !important;
    margin-top: 3px;
    margin-bottom: 5px; }
  .menuMobileUnlistedList {
    overflow-x: hidden;
    padding-top: 10px !important; }
  .menuMobileCatImg {
    width: auto !important;
    margin-left: 10px !important;
    margin-right: 10px !important; }
  .menuMobileCatText {
    padding-left: 5px !important;
    justify-content: left !important; }
  .item_categoryHome {
    background-color: #F7D417;
    border: solid 1px #9a1b1f;
    padding: 15px !important;
    height: 570px;
    border-radius: 6px;
    width: 32% !important;
    margin: .4% !important; }
  .redBackgroundStyle {
    background-color: #9a1b1f; }
  .redTextColor {
    background-color: #9a1b1f; }
  .svgIconRed {
    fill: #9a1b1f;
    stroke: #9a1b1f; }
  .hrMobileMenu {
    border: solid 1px #d3d3d373; }
  .starIconsRed {
    fill: #9a1b1f; }
  .yellowBackgroundStyle {
    background-color: #F7D417; }
  .yellowTextColor {
    color: #F7D417; }
  .svgIconYellow {
    fill: #F7D417;
    stroke: #F7D417; }
  .hrMobileMenuYellow {
    border: solid 1px #F7D417; }
  .marginZero {
    margin: 0px; }
  .paddingZero {
    padding: 0px; }
  .paddingTop30 {
    padding-top: 30px; } }

.themevale_middleFooter .location-hours-position {
  text-align: center; }

.themevale_middleFooter .navUser {
  z-index: unset !important; }

@media (max-width: 2560px) and (min-width: 769px) {
  .themevale_middleFooter .footer-menu-width-l-xl {
    width: 20% !important; }
  .themevale_middleFooter .location-hours-position {
    width: auto;
    float: right; } }

.price--withoutTax {
  color: #f04723; }

.sub-form-parent {
  margin-bottom: 0px;
  width: 100%;
  text-align: -webkit-center; }

.form-field .subscription-section {
  justify-content: center;
  max-width: 800px; }

.form-field .subscription-section-textInput {
  flex: unset;
  width: 50% !important;
  margin-right: 1%; }

.form-field .subscription-section-button {
  width: 25%; }

@media (max-width: 425px) {
  .form-field .subscription-section {
    max-width: 80%; }
  .form-field .subscription-section-textInput {
    width: 100% !important;
    margin-bottom: 20px; } }

.subscription-section-main {
  height: 180px !important;
  margin-top: 0 !important; }

@media (max-width: 425px) and (min-width: 376px) {
  .subscription-section-main {
    height: 250px !important; } }

@media (max-width: 375px) and (min-width: 321px) {
  .subscription-section-main {
    height: 260px !important; } }

@media (max-width: 320px) {
  .subscription-section-main {
    height: 270px !important; } }

@media (max-width: 800px) {
  .customBanner-wrap .featuredBrand-mobile {
    display: unset; }
  .customBanner-wrap .featuredBrand-desktop {
    display: none; } }

@media (min-width: 801px) {
  .customBanner-wrap .featuredBrand-mobile {
    display: none; }
  .customBanner-wrap .featuredBrand-desktop {
    display: unset; } }

.feat-cat-whitespace {
  white-space: inherit; }

.themevale_productsByCategoryTabs .page-heading {
  left: 0px; }

.themevale_productsByCategoryTabs .tabs .tab-title {
  color: #FFFFFF; }

@media (max-width: 768px) {
  .themevale_productsByCategoryTabs .page-heading {
    text-align: center;
    margin-bottom: 20px; } }

.card-title {
  min-height: 44px;
  max-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical; }

.product-additional {
  background: #ffffff; }

.themevale_bgBlack {
  background-color: #000000; }

.themevale_bgGreyBlue {
  background-color: #4d6170; }

.themevale_productsByCategoryTabs_onBlackBackground {
  /*    background-color: #ffffff;*/
  text-align: left;
  position: relative;
  overflow: hidden; }
  .themevale_productsByCategoryTabs_onBlackBackground .card-title {
    color: #ffffff;
    min-height: 44px;
    max-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical; }
    .themevale_productsByCategoryTabs_onBlackBackground .card-title a:hover {
      color: #F7D417; }
  .themevale_productsByCategoryTabs_onBlackBackground .price--withoutTax {
    color: #f04723; }
  .themevale_productsByCategoryTabs_onBlackBackground .page-heading {
    margin: 0;
    padding: 20px 15px;
    text-align: left;
    color: #ffffff;
    left: 0px !important; }
    .themevale_productsByCategoryTabs_onBlackBackground .page-heading a {
      color: inherit; }
  .themevale_productsByCategoryTabs_onBlackBackground .tabs {
    border: none;
    font-size: 0;
    margin: 0 -8px;
    padding: 0px 15px; }
    .themevale_productsByCategoryTabs_onBlackBackground .tabs .tab {
      float: none;
      width: 50%;
      border: none;
      padding: 0 8px;
      margin: 16px 0 0 0;
      display: inline-block;
      vertical-align: middle; }
      .themevale_productsByCategoryTabs_onBlackBackground .tabs .tab:nth-child(-n + 2) {
        margin: 0; }
      .themevale_productsByCategoryTabs_onBlackBackground .tabs .tab:before {
        content: none; }
      .themevale_productsByCategoryTabs_onBlackBackground .tabs .tab.is-active .tab-title {
        color: #F7D417;
        border: 1px solid #F7D417; }
    .themevale_productsByCategoryTabs_onBlackBackground .tabs .tab-title {
      padding: 0;
      font-size: 12px;
      font-weight: 700;
      color: #ffffff;
      text-align: center;
      border-radius: 3px;
      padding: 2px 5px;
      border: 1px solid #999999;
      text-transform: capitalize; }
  .themevale_productsByCategoryTabs_onBlackBackground .tab-content {
    padding: 20px 15px; }
  .themevale_productsByCategoryTabs_onBlackBackground .themevale_bannerByCategoryTabs {
    display: none; }
  .themevale_productsByCategoryTabs_onBlackBackground .themevale_productLoading {
    width: 100%;
    min-height: 348px;
    position: relative; }
    .themevale_productsByCategoryTabs_onBlackBackground .themevale_productLoading img {
      top: 50%;
      left: 50%;
      z-index: 2;
      position: absolute;
      transform: translate(-50%, -50%); }
  .themevale_productsByCategoryTabs_onBlackBackground .productCarousel .slick-prev,
  .themevale_productsByCategoryTabs_onBlackBackground .productCarousel .slick-next {
    top: -76px;
    width: 35px;
    height: 32px;
    padding: 8px;
    fill: #7f7f7f;
    border: 1px solid #cccccc;
    transform: none; }
  .themevale_productsByCategoryTabs_onBlackBackground .productCarousel .slick-prev {
    left: auto;
    right: 34px;
    border-radius: 3px 0 0 3px; }
  .themevale_productsByCategoryTabs_onBlackBackground .productCarousel .slick-next {
    right: 0px;
    border-radius: 0 3px 3px 0; }
  @media (min-width: 600px) {
    .themevale_productsByCategoryTabs_onBlackBackground .tabs .tab {
      width: 25%; }
      .themevale_productsByCategoryTabs_onBlackBackground .tabs .tab:nth-child(-n + 4) {
        margin: 0; } }
  @media (min-width: 993px) {
    .themevale_productsByCategoryTabs_onBlackBackground .page-heading {
      top: 15px;
      left: 25px;
      padding: 0;
      font-size: 20px;
      line-height: 1;
      white-space: nowrap;
      position: absolute; }
    .themevale_productsByCategoryTabs_onBlackBackground .tabs {
      margin: 0;
      text-align: right;
      overflow: initial;
      white-space: normal;
      border-bottom: 1px solid #eeeeee; }
      .themevale_productsByCategoryTabs_onBlackBackground .tabs .tab {
        width: auto;
        padding: 13px 12px 12px 12px; }
        .themevale_productsByCategoryTabs_onBlackBackground .tabs .tab.is-active .tab-title {
          border: none; }
      .themevale_productsByCategoryTabs_onBlackBackground .tabs .tab-title {
        padding: 0;
        border: none; }
    .themevale_productsByCategoryTabs_onBlackBackground .tab-content {
      padding: 35px 30px; }
    .themevale_productsByCategoryTabs_onBlackBackground .themevale_bannerByCategoryTabs {
      top: 50px;
      left: 0;
      bottom: 0;
      width: 290px;
      z-index: 2;
      overflow: hidden;
      position: absolute;
      background-size: cover;
      display: block; }
      .themevale_productsByCategoryTabs_onBlackBackground .themevale_bannerByCategoryTabs ~ .tabs-contents {
        padding-left: 290px; }
      .themevale_productsByCategoryTabs_onBlackBackground .themevale_bannerByCategoryTabs .themevale_bannerByCategoryTabs-carousel {
        display: block;
        width: 100%;
        height: 100%;
        margin-bottom: 0;
        position: relative;
        overflow: hidden;
        white-space: nowrap; }
        .themevale_productsByCategoryTabs_onBlackBackground .themevale_bannerByCategoryTabs .themevale_bannerByCategoryTabs-carousel .item {
          display: inline-block;
          width: 100%;
          overflow: hidden; }
          .themevale_productsByCategoryTabs_onBlackBackground .themevale_bannerByCategoryTabs .themevale_bannerByCategoryTabs-carousel .item > a {
            position: relative; }
        .themevale_productsByCategoryTabs_onBlackBackground .themevale_bannerByCategoryTabs .themevale_bannerByCategoryTabs-carousel .banner-image {
          display: block;
          position: relative; }
          .themevale_productsByCategoryTabs_onBlackBackground .themevale_bannerByCategoryTabs .themevale_bannerByCategoryTabs-carousel .banner-image.lazyload, .themevale_productsByCategoryTabs_onBlackBackground .themevale_bannerByCategoryTabs .themevale_bannerByCategoryTabs-carousel .banner-image.lazyloading {
            min-height: 0;
            min-width: 0;
            width: auto;
            height: auto; }
        .themevale_productsByCategoryTabs_onBlackBackground .themevale_bannerByCategoryTabs .themevale_bannerByCategoryTabs-carousel .slick-dots {
          bottom: 8px;
          z-index: 10; }
          .themevale_productsByCategoryTabs_onBlackBackground .themevale_bannerByCategoryTabs .themevale_bannerByCategoryTabs-carousel .slick-dots li button {
            width: 8px;
            height: 8px;
            border: 1px solid #ffffff;
            background-color: #ffffff; } }
  @media (max-width: 768px) {
    .themevale_productsByCategoryTabs_onBlackBackground .page-heading {
      text-align: center;
      margin-bottom: 20px; } }
  @media (min-width: 1025px) {
    .themevale_productsByCategoryTabs_onBlackBackground .tabs {
      text-align: center; }
    .themevale_productsByCategoryTabs_onBlackBackground .themevale_bannerByCategoryTabs .themevale_bannerByCategoryTabs-carousel > a:hover .banner-image {
      transform: scale3d(1.1, 1.1, 1) translate(-50%, -50%); } }

.card-title-on-black {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 8px 0;
  max-height: 45px;
  overflow: hidden;
  color: #ffffff; }

.themevale_productsByCategoryTabs_onGreyBlueBlackground {
  /*    background-color: #ffffff;*/
  text-align: left;
  position: relative;
  overflow: hidden; }
  .themevale_productsByCategoryTabs_onGreyBlueBlackground .card-title {
    color: #ffffff;
    min-height: 44px;
    max-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical; }
    .themevale_productsByCategoryTabs_onGreyBlueBlackground .card-title a:hover {
      color: #F7D417; }
  .themevale_productsByCategoryTabs_onGreyBlueBlackground .price--withoutTax {
    color: #f04723; }
  .themevale_productsByCategoryTabs_onGreyBlueBlackground .page-heading {
    margin: 0;
    padding: 20px 15px;
    text-align: left;
    color: #ffffff;
    left: 0px !important; }
    .themevale_productsByCategoryTabs_onGreyBlueBlackground .page-heading a {
      color: inherit; }
  .themevale_productsByCategoryTabs_onGreyBlueBlackground .tabs {
    border: none;
    font-size: 0;
    margin: 0 -8px;
    padding: 0px 15px; }
    .themevale_productsByCategoryTabs_onGreyBlueBlackground .tabs .tab {
      float: none;
      width: 50%;
      border: none;
      padding: 0 8px;
      margin: 16px 0 0 0;
      display: inline-block;
      vertical-align: middle; }
      .themevale_productsByCategoryTabs_onGreyBlueBlackground .tabs .tab:nth-child(-n + 2) {
        margin: 0; }
      .themevale_productsByCategoryTabs_onGreyBlueBlackground .tabs .tab:before {
        content: none; }
      .themevale_productsByCategoryTabs_onGreyBlueBlackground .tabs .tab.is-active .tab-title {
        color: #F7D417;
        border: 1px solid #F7D417; }
    .themevale_productsByCategoryTabs_onGreyBlueBlackground .tabs .tab-title {
      padding: 0;
      font-size: 12px;
      font-weight: 700;
      color: #ffffff;
      text-align: center;
      border-radius: 3px;
      padding: 2px 5px;
      border: 1px solid #999999;
      text-transform: capitalize; }
  .themevale_productsByCategoryTabs_onGreyBlueBlackground .tab-content {
    padding: 20px 15px; }
  .themevale_productsByCategoryTabs_onGreyBlueBlackground .themevale_bannerByCategoryTabs {
    display: none; }
  .themevale_productsByCategoryTabs_onGreyBlueBlackground .themevale_productLoading {
    width: 100%;
    min-height: 348px;
    position: relative; }
    .themevale_productsByCategoryTabs_onGreyBlueBlackground .themevale_productLoading img {
      top: 50%;
      left: 50%;
      z-index: 2;
      position: absolute;
      transform: translate(-50%, -50%); }
  .themevale_productsByCategoryTabs_onGreyBlueBlackground .productCarousel .slick-prev,
  .themevale_productsByCategoryTabs_onGreyBlueBlackground .productCarousel .slick-next {
    top: -76px;
    width: 35px;
    height: 32px;
    padding: 8px;
    fill: #7f7f7f;
    border: 1px solid #cccccc;
    transform: none; }
  .themevale_productsByCategoryTabs_onGreyBlueBlackground .productCarousel .slick-prev {
    left: auto;
    right: 34px;
    border-radius: 3px 0 0 3px; }
  .themevale_productsByCategoryTabs_onGreyBlueBlackground .productCarousel .slick-next {
    right: 0px;
    border-radius: 0 3px 3px 0; }
  @media (min-width: 600px) {
    .themevale_productsByCategoryTabs_onGreyBlueBlackground .tabs .tab {
      width: 25%; }
      .themevale_productsByCategoryTabs_onGreyBlueBlackground .tabs .tab:nth-child(-n + 4) {
        margin: 0; } }
  @media (min-width: 993px) {
    .themevale_productsByCategoryTabs_onGreyBlueBlackground .page-heading {
      top: 15px;
      left: 25px;
      padding: 0;
      font-size: 20px;
      line-height: 1;
      white-space: nowrap;
      position: absolute; }
    .themevale_productsByCategoryTabs_onGreyBlueBlackground .tabs {
      margin: 0;
      text-align: right;
      overflow: initial;
      white-space: normal;
      border-bottom: 1px solid #eeeeee; }
      .themevale_productsByCategoryTabs_onGreyBlueBlackground .tabs .tab {
        width: auto;
        padding: 13px 12px 12px 12px; }
        .themevale_productsByCategoryTabs_onGreyBlueBlackground .tabs .tab.is-active .tab-title {
          border: none; }
      .themevale_productsByCategoryTabs_onGreyBlueBlackground .tabs .tab-title {
        padding: 0;
        border: none; }
    .themevale_productsByCategoryTabs_onGreyBlueBlackground .tab-content {
      padding: 35px 30px; }
    .themevale_productsByCategoryTabs_onGreyBlueBlackground .themevale_bannerByCategoryTabs {
      top: 50px;
      left: 0;
      bottom: 0;
      width: 290px;
      z-index: 2;
      overflow: hidden;
      position: absolute;
      background-size: cover;
      display: block; }
      .themevale_productsByCategoryTabs_onGreyBlueBlackground .themevale_bannerByCategoryTabs ~ .tabs-contents {
        padding-left: 290px; }
      .themevale_productsByCategoryTabs_onGreyBlueBlackground .themevale_bannerByCategoryTabs .themevale_bannerByCategoryTabs-carousel {
        display: block;
        width: 100%;
        height: 100%;
        margin-bottom: 0;
        position: relative;
        overflow: hidden;
        white-space: nowrap; }
        .themevale_productsByCategoryTabs_onGreyBlueBlackground .themevale_bannerByCategoryTabs .themevale_bannerByCategoryTabs-carousel .item {
          display: inline-block;
          width: 100%;
          overflow: hidden; }
          .themevale_productsByCategoryTabs_onGreyBlueBlackground .themevale_bannerByCategoryTabs .themevale_bannerByCategoryTabs-carousel .item > a {
            position: relative; }
        .themevale_productsByCategoryTabs_onGreyBlueBlackground .themevale_bannerByCategoryTabs .themevale_bannerByCategoryTabs-carousel .banner-image {
          display: block;
          position: relative; }
          .themevale_productsByCategoryTabs_onGreyBlueBlackground .themevale_bannerByCategoryTabs .themevale_bannerByCategoryTabs-carousel .banner-image.lazyload, .themevale_productsByCategoryTabs_onGreyBlueBlackground .themevale_bannerByCategoryTabs .themevale_bannerByCategoryTabs-carousel .banner-image.lazyloading {
            min-height: 0;
            min-width: 0;
            width: auto;
            height: auto; }
        .themevale_productsByCategoryTabs_onGreyBlueBlackground .themevale_bannerByCategoryTabs .themevale_bannerByCategoryTabs-carousel .slick-dots {
          bottom: 8px;
          z-index: 10; }
          .themevale_productsByCategoryTabs_onGreyBlueBlackground .themevale_bannerByCategoryTabs .themevale_bannerByCategoryTabs-carousel .slick-dots li button {
            width: 8px;
            height: 8px;
            border: 1px solid #ffffff;
            background-color: #ffffff; } }
  @media (max-width: 768px) {
    .themevale_productsByCategoryTabs_onGreyBlueBlackground .page-heading {
      text-align: center;
      margin-bottom: 20px; } }
  @media (min-width: 1025px) {
    .themevale_productsByCategoryTabs_onGreyBlueBlackground .tabs {
      text-align: center; }
    .themevale_productsByCategoryTabs_onGreyBlueBlackground .themevale_bannerByCategoryTabs .themevale_bannerByCategoryTabs-carousel > a:hover .banner-image {
      transform: scale3d(1.1, 1.1, 1) translate(-50%, -50%); } }

.card-figcaption-button {
  border-color: #F7D417 !important; }
  .card-figcaption-button:hover, .card-figcaption-button:focus, .card-figcaption-button:active {
    color: #ffffff !important;
    border-color: #F7D417 !important;
    background-color: #F7D417 !important; }

/* Store Locator */
#storeLocator {
  display: none; }
  .leonard_open-Locator #storeLocator {
    display: block;
    position: fixed;
    z-index: 1000;
    border: 1px solid;
    overflow: auto; }
    .leonard_open-Locator #storeLocator .productOnly {
      display: none; }
    .leonard_open-Locator #storeLocator.productLocator {
      right: 0; }
      .leonard_open-Locator #storeLocator.productLocator .productOnly {
        display: block; }
      .leonard_open-Locator #storeLocator.productLocator .notProduct,
      .leonard_open-Locator #storeLocator.productLocator .hiddenResult {
        display: none; }

@media screen and (min-width: 1147px) {
  [data-store-selector].mobileOnly {
    display: none; } }

[data-store-selector] .storeName {
  display: inline-block; }
  [data-store-selector] .storeName a {
    display: inline-block; }

.mobileOnly {
  background-color: #000000;
  border-bottom: solid 1px #F7D417;
  height: 39px; }

.yourStoreText {
  color: #ffffff !important;
  margin-left: 5px;
  font-size: 10px;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease; }
  @media screen and (min-width: 426px) {
    .yourStoreText {
      font-size: 12px; } }
  .yourStoreText:hover {
    color: #F7D417 !important; }
  @media (min-width: 1147px) {
    .yourStoreText:before {
      left: 0;
      bottom: -2px;
      height: 1px;
      width: 0;
      content: "";
      position: absolute;
      background-color: #F7D417;
      transition: width 0.3s ease; }
    .yourStoreText:hover:before {
      width: 100%; } }

.changeLocationLink {
  color: #ffffff !important;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease; }
  .changeLocationLink:hover {
    color: #F7D417 !important; }
  @media (min-width: 1147px) {
    .changeLocationLink:before {
      left: 0;
      bottom: -2px;
      height: 1px;
      width: 0;
      content: "";
      position: absolute;
      background-color: #F7D417;
      transition: width 0.3s ease; }
    .changeLocationLink:hover:before {
      width: 100%; } }

.selectedStoreText {
  color: #F7D417 !important;
  position: relative;
  transition: color 0.3s ease; }
  .selectedStoreText:hover {
    color: #ffffff !important; }
  @media (min-width: 1147px) {
    .selectedStoreText:before {
      left: 0;
      bottom: -2px;
      height: 1px;
      width: 0;
      content: "";
      position: absolute;
      background-color: #ffffff;
      transition: width 0.3s ease; }
    .selectedStoreText:hover:before {
      width: 100%; } }

.phoneNumberText {
  color: #ffffff !important;
  font-weight: 600;
  margin-right: 20px;
  float: right;
  position: relative;
  transition: color 0.3s ease; }
  @media screen and (min-width: 1025px) {
    .phoneNumberText {
      float: unset;
      margin-right: 0px; } }
  .phoneNumberText:hover {
    color: #F7D417 !important; }
  @media (min-width: 1147px) {
    .phoneNumberText:before {
      left: 0;
      bottom: -2px;
      height: 1px;
      width: 0;
      content: "";
      position: absolute;
      background-color: #F7D417;
      transition: width 0.3s ease; }
    .phoneNumberText:hover:before {
      width: 100%; } }

.linehide {
  display: none; }
  @media screen and (min-width: 1025px) {
    .linehide {
      display: unset; } }

.storeLocatorHeader {
  columns: 2;
  margin-top: 0px;
  margin-bottom: 10px; }
  .storeLocatorHeader h4 {
    margin-top: 10px;
    margin-bottom: 10px; }
  .storeLocatorHeader button {
    margin: 10px;
    float: right; }

.storeLocatorResultTemplate {
  display: none; }

.storeLocatorResult {
  min-width: 300px;
  margin: 10px 0px 10px 0px;
  padding: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 4px 9px -3px rgba(0, 0, 0, 0.41);
  box-shadow: 2px 4px 9px -3px rgba(0, 0, 0, 0.41); }
  .storeLocatorResult .storeName {
    font-weight: bold;
    font-size: 1.5rem;
    display: inline-block; }
  .storeLocatorResult .selectStoreBtn {
    display: block;
    background-color: #ffffff;
    width: 100%;
    margin-top: 5px; }
    .storeLocatorResult .selectStoreBtn .notSelected {
      display: block;
      color: #000000; }
    .storeLocatorResult .selectStoreBtn .isSelected {
      display: none;
      background-color: green; }
    .storeLocatorResult .selectStoreBtn.selected {
      display: none; }
      .storeLocatorResult .selectStoreBtn.selected .notSelected {
        display: none; }
      .storeLocatorResult .selectStoreBtn.selected .isSelected {
        display: block; }
  .storeLocatorResult .currentlySelected {
    display: none;
    color: #008000;
    font-weight: 600; }
    .storeLocatorResult .currentlySelected.selected {
      display: block; }
  .storeLocatorResult .storeDistance {
    float: right; }
  .storeLocatorResult .storeInfoSection {
    display: none; }
  .storeLocatorResult .storeInfoBtn {
    display: block; }
  .storeLocatorResult.showDetails .storeInfoSection {
    display: block; }
  .storeLocatorResult.showDetails .storeInfoBtn {
    display: none; }
  .storeLocatorResult .storeHours {
    list-style: none; }
    .storeLocatorResult .storeHours .currentDay {
      font-weight: bold;
      color: green; }
  .storeLocatorResult .storeStatus .isOpen,
  .storeLocatorResult .storeStatus .isClosed {
    display: none; }
  .storeLocatorResult .storeStatus.open .isOpen {
    display: block; }
    .storeLocatorResult .storeStatus.open .isOpen .statusColor {
      color: green; }
  .storeLocatorResult .storeStatus.closed .isClosed {
    display: block; }
    .storeLocatorResult .storeStatus.closed .isClosed .statusColor {
      color: red; }
  .storeLocatorResult .storeStock {
    font-weight: 600; }
    .storeLocatorResult .storeStock.inStock {
      color: green; }
  .storeLocatorResult iframe {
    max-width: 100%; }

.product [data-price-placeholder],
.productView [data-price-placeholder] {
  display: flex;
  flex-direction: column; }

.product [data-stock-display] .storeInStock,
.productView [data-stock-display] .storeInStock {
  display: none; }

.product [data-stock-display] .storeNoStock,
.productView [data-stock-display] .storeNoStock {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.product [data-stock-display].inStock.stockUntracked .storeInStock,
.productView [data-stock-display].inStock.stockUntracked .storeInStock {
  display: none; }

.product [data-stock-display].inStock .storeInStock,
.productView [data-stock-display].inStock .storeInStock {
  display: block;
  margin-top: 32px; }
  @media screen and (max-width: 376px) {
    .product [data-stock-display].inStock .storeInStock,
    .productView [data-stock-display].inStock .storeInStock {
      text-align: center;
      margin-top: 24px;
      display: grid; } }
  .product [data-stock-display].inStock .storeInStock .storeDisplay,
  .productView [data-stock-display].inStock .storeInStock .storeDisplay {
    color: green; }

.product [data-stock-display].inStock .storeNoStock,
.productView [data-stock-display].inStock .storeNoStock {
  display: none; }

.product [data-price-estimate],
.productView [data-price-estimate] {
  display: block; }

.product .stockView,
.productView .stockView {
  font-weight: 600;
  font-size: 16px; }

.card-price {
  width: inherit; }
  @media screen and (max-width: 376px) {
    .card-price {
      width: inherit; } }

.form-field[data-attribute-name="store-id"] {
  clip: rect(1px, 1px, 1px, 1px) !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important; }

.storeLocatorSideBar {
  width: 100%;
  background-color: #F7D417;
  padding: 10px;
  margin-top: 96px;
  height: 89%; }
  @media screen and (min-width: 426px) {
    .storeLocatorSideBar {
      width: 340px;
      background-color: #ebebeb;
      margin-top: 0px;
      height: 100vh; } }
  @media screen and (min-width: 1350px) {
    .storeLocatorSideBar {
      width: 25%;
      background-color: #ebebeb;
      margin-top: 0px;
      height: 100vh; } }
  .storeLocatorSideBar .storeLocatorSearchBox {
    height: 35px;
    width: 82%; }
  .storeLocatorSideBar .storeLocatorSearchButton {
    height: 35px;
    width: 16%; }
  .storeLocatorSideBar .currentLocationText {
    margin-top: 10px;
    text-align: center; }
  .storeLocatorSideBar .storeLocatorCloseIcon {
    height: 20px; }

@media screen and (min-width: 426px) {
  .storeLocatorHeaderDIV {
    background: white;
    padding: 10px;
    margin-left: -10px;
    margin-top: -10px;
    margin-right: -10px;
    -webkit-box-shadow: 0px 4px 9px -3px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 4px 9px -3px rgba(0, 0, 0, 0.41); } }

.selectStoreProductButton {
  margin-top: 20px;
  line-height: 1;
  font-size: 13px;
  text-align: center;
  border-radius: 3px;
  position: relative;
  padding: 12px 10px;
  margin-bottom: 0;
  text-transform: uppercase;
  transition: all .3s ease;
  font-family: Arimo, Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #fff;
  border: 1px solid #9a1b1f;
  background-color: #9a1b1f; }
  .selectStoreProductButton:hover {
    background-color: #ffffff;
    color: #9a1b1f; }
  @media screen and (max-width: 321px) {
    .selectStoreProductButton {
      font-size: 10px;
      padding: 12px 5px; } }
  @media (min-width: 321px) and (max-width: 349px) {
    .selectStoreProductButton {
      font-size: 11px;
      padding: 12px 5px; } }
  @media (min-width: 350px) and (max-width: 392px) {
    .selectStoreProductButton {
      font-size: 12px;
      padding: 12px 7px; } }

@media (min-width: 0px) and (max-width: 282px) {
  .subCatContainer {
    font-size: 11px;
    padding: 12px 5px; } }

.zipSearchProductBox {
  height: 40px;
  width: 75%; }

.zipSearchProductButton {
  margin-top: 20px;
  line-height: 1;
  font-size: 13px;
  text-align: center;
  border-radius: 3px;
  position: relative;
  padding: 12px 10px;
  margin-bottom: 0;
  text-transform: uppercase;
  transition: all .3s ease;
  font-family: Arimo, Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #fff;
  border: 1px solid #9a1b1f;
  background-color: #9a1b1f; }
  .zipSearchProductButton:hover {
    background-color: #ffffff;
    color: #9a1b1f; }

.cartStoreSelected {
  font-weight: bold; }

.swatchOverlay {
  z-index: unset !important; }

.storeHours {
  list-style: none; }

.paymentOptionCart {
  height: 24px;
  margin: 2px 2px 2px 2px; }

.form-checkbox[disabled] + .form-label,
.form-radio[disabled] + .form-label {
  cursor: default;
  color: #808080; }

.shippingOptions-container .form-field {
  background: #ffffff; }

.subcategory-title-length {
  width: 114px;
  padding-top: 20px;
  white-space: unset !important; }
  @media screen and (min-width: 769px) {
    .subcategory-title-length {
      width: auto;
      max-width: 119px !important; } }
  @media screen and (min-width: 1081px) {
    .subcategory-title-length {
      width: auto;
      max-width: 140px !important; } }

.subcategory-item-vertical-line {
  border-right: 1px solid lightgrey;
  padding-right: 15px !important; }
  @media screen and (min-width: 1081px) {
    .subcategory-item-vertical-line {
      border-right: none;
      padding-left: none; } }

.subCatMobileWhiteSpace {
  white-space: unset !important; }

.subCatCenter {
  text-align: -webkit-center; }

.menu-title-length {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.brand-feature-home {
  top: 70px;
  padding-top: 0 !important; }
  .brand-feature-home h4 {
    color: #F7D417 !important;
    text-align: center;
    margin: auto; }

.brand-feature-home-height {
  height: 125px; }

.themevale_section .page-heading {
  font-size: 24px; }

.mrktng-max-content {
  width: max-content;
  float: right; }
  .mrktng-max-content a {
    bottom: 90px; }
    @media screen and (min-width: 769px) {
      .mrktng-max-content a {
        bottom: unset; } }

.mkrtng-title-section {
  text-align: center;
  overflow: unset !important;
  display: unset !important;
  white-space: unset !important;
  font-size: 16px; }
  @media screen and (min-width: 769px) {
    .mkrtng-title-section {
      font-size: 30px !important; } }

.mrktng-cat-text {
  width: -webkit-fill-available;
  text-align: center; }

.mrktng-section-button {
  left: 30% !important; }
  @media screen and (max-width: 769px) {
    .mrktng-section-button {
      left: 41.5% !important; } }

.featured-cat-column {
  margin: 0;
  font-size: 0;
  list-style: none;
  text-align: center;
  display: block;
  white-space: nowrap;
  overflow-y: auto;
  padding-bottom: 2px; }
  @media (min-width: 769px) {
    .featured-cat-column {
      margin: 0 -15px;
      padding-bottom: 0px;
      white-space: normal;
      overflow: visible; } }

@media screen and (max-width: 769px) {
  .featured-cat-mobile {
    white-space: break-spaces !important; } }

.img-mrktng-banner {
  height: 370px;
  width: max-content; }
  @media screen and (min-width: 600px) {
    .img-mrktng-banner {
      height: 650px; } }
  @media screen and (min-width: 768px) {
    .img-mrktng-banner {
      height: 700px; } }
  @media screen and (min-width: 769px) {
    .img-mrktng-banner {
      height: 370px; } }

.featured-cat-card-mobile {
  width: 375px;
  height: 210px; }
  .featured-cat-card-mobile .title {
    font-size: 26px; }
  @media screen and (min-width: 600px) {
    .featured-cat-card-mobile {
      width: 580px;
      height: 150px; } }
  @media screen and (min-width: 768px) {
    .featured-cat-card-mobile {
      width: 700px;
      height: 150px; } }
  @media screen and (min-width: 769px) {
    .featured-cat-card-mobile {
      width: 225px;
      height: 225px; } }
  @media screen and (min-width: 1025px) {
    .featured-cat-card-mobile {
      width: 100%;
      height: 370px; } }

@media (max-width: 1146px) {
  .mrktng-btn-position {
    display: none !important; } }

@media screen and (min-width: 769px) {
  .mrktng-btn-position {
    bottom: 140px !important; } }

.mrktng-title-position {
  top: 90px !important;
  width: 290px; }
  @media screen and (min-width: 375px) {
    .mrktng-title-position {
      width: 95%; } }
  @media screen and (min-width: 425px) {
    .mrktng-title-position {
      width: 100%; } }
  @media screen and (min-width: 600px) {
    .mrktng-title-position {
      top: 60px !important; } }
  @media screen and (min-width: 769px) {
    .mrktng-title-position {
      top: 66px !important; } }
  @media screen and (min-width: 1025px) {
    .mrktng-title-position {
      top: 112px !important; } }

@media (max-width: 768px) and (min-width: 1px) {
  .home-cat-section-p-m {
    padding-top: 0px !important;
    margin-bottom: 0px !important; } }

@media (max-width: 426px) and (min-width: 1px) {
  .home-cat-item-m {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
    margin-right: 0px !important;
    margin-left: 0px !important; } }

.home-cat-section-padding-bottom {
  padding: 0; }
  @media (max-width: 426px) and (min-width: 1px) {
    .home-cat-section-padding-bottom {
      margin-bottom: 0px !important; } }

.news-events-thumbnail-size {
  height: 130px !important; }

.rtoButton .button {
  background-color: #F7D417 !important;
  border-color: #F7D417 !important;
  color: #000000 !important;
  padding-top: 15px !important;
  padding-right: 10px !important;
  padding-bottom: 13px !important;
  padding-left: 10px !important; }

@media screen and (min-width: 1025px) {
  .rtoButton {
    width: 215px !important;
    float: right !important;
    margin-top: 0 !important; } }

.financeButton {
  margin-top: 0 !important; }
  .financeButton .button {
    background-color: #9a1b1f !important;
    border-color: #9a1b1f !important;
    color: #ffffff !important;
    padding-top: 15px !important;
    padding-right: 10px !important;
    padding-bottom: 13px !important;
    padding-left: 10px !important;
    margin-top: 0 !important; }
  @media screen and (min-width: 1025px) {
    .financeButton {
      width: 215px !important;
      float: right !important;
      margin-top: 0 !important; } }

.paymentOptionSelectDiv .rtoButton {
  margin-top: 1rem !important; }
  @media screen and (min-width: 1025px) {
    .paymentOptionSelectDiv .rtoButton {
      width: 100% !important;
      float: none !important;
      margin-top: 1rem !important; } }

.paymentOptionSelectDiv .financeButton {
  margin-top: 1rem !important; }
  @media screen and (min-width: 1025px) {
    .paymentOptionSelectDiv .financeButton {
      width: 100% !important;
      float: none !important;
      margin-top: 1rem !important; } }

.paymentOptionSelectDiv .external-rto-btn .button {
  background-color: #4282a3;
  border-color: #4282a3;
  color: #ffffff; }

.paymentOptionSelectDiv .atwl-btn {
  margin-top: 1rem !important; }
  @media screen and (min-width: 993px) {
    .paymentOptionSelectDiv .atwl-btn {
      margin-top: 1rem; } }

.paymentOptionSelectDiv #form-action-addToCart,
.paymentOptionSelectDiv #form-action-finance,
.paymentOptionSelectDiv #form-action-rto,
.paymentOptionSelectDiv #form-action-rto-external {
  width: 100%; }

.financeButton1 {
  margin-top: 2px; }
  .financeButton1 .button {
    background-color: #9a1b1f !important;
    border-color: #9a1b1f !important; }
  @media screen and (min-width: 993px) {
    .financeButton1 {
      margin-top: 46px !important; } }

.prod-form {
  width: 85%;
  display: inline-block;
  margin: 15px;
  vertical-align: top; }
  .prod-form .form-label {
    color: #000000 !important; }
  @media screen and (min-width: 695px) {
    .prod-form {
      width: 45%;
      display: inline-block;
      margin: 15px;
      vertical-align: top; } }

.prod-save-btn,
.prod-prev-btn,
.prod-next-btn {
  margin: 15px;
  width: 42%; }
  @media screen and (min-width: 695px) {
    .prod-save-btn,
    .prod-prev-btn,
    .prod-next-btn {
      width: 15%; } }

.prod-next-btn {
  background-color: #00a2ff; }

.prod-submit-btn {
  margin: 15px;
  width: 40%;
  background-color: #008000; }
  @media screen and (min-width: 695px) {
    .prod-submit-btn {
      width: 15%; } }

.app-atc-btn {
  width: auto !important;
  margin-top: unset !important; }
  @media screen and (min-width: 993px) {
    .app-atc-btn {
      margin-top: unset !important; } }
  .app-atc-btn #form-action-addToCart {
    margin-top: 1rem !important;
    margin-left: 0 !important; }

.app-rto-btn {
  margin-top: unset;
  margin-top: 0 !important; }
  @media (max-width: 1024px) and (min-width: 993px) {
    .app-rto-btn {
      width: 45%; } }

.atwl-btn {
  margin-top: unset; }
  @media screen and (min-width: 993px) {
    .atwl-btn {
      margin-top: -42px; } }

.addToWishlistProdPage1btn {
  margin-bottom: -86px !important;
  left: unset !important; }
  @media screen and (min-width: 1025px) {
    .addToWishlistProdPage1btn {
      margin-bottom: -50px !important; } }

.rto-price-text-prod-pg {
  color: #9a1b1f;
  font-size: 18px;
  text-align: center;
  margin-top: 5px;
  font-weight: bold; }

.rto-estimate-subtext {
  font-size: 12px;
  text-align: center; }

.finance-price-text-prod-pg {
  color: #9a1b1f;
  font-size: 18px;
  text-align: center;
  margin-top: 5px;
  margin-left: 0;
  font-weight: bold; }

.shg-box-overlay {
  z-index: unset !important; }

.shg-box-content {
  z-index: unset !important; }

.sitemap-footer {
  text-align: unset; }
  @media screen and (min-width: 993px) {
    .sitemap-footer {
      text-align: right; } }

.prodSocialButtons {
  margin-top: 40px; }
  @media screen and (min-width: 1025px) {
    .prodSocialButtons {
      margin-top: 20px; } }

.financeBanner {
  background-color: #F7D417;
  min-height: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  line-height: 40px;
  color: #000000; }
  @media screen and (min-width: 374px) {
    .financeBanner {
      font-size: 14px; } }
  @media screen and (min-width: 767px) {
    .financeBanner {
      font-size: 18px; } }

.financeBannerBtn {
  padding: unset;
  font-size: 12px;
  height: 35px !important;
  background-color: unset;
  color: #000000;
  border: 0px;
  text-decoration: underline;
  text-transform: capitalize; }
  .financeBannerBtn:hover {
    background-color: unset !important;
    color: unset !important;
    border: unset; }
  @media screen and (min-width: 374px) {
    .financeBannerBtn {
      font-size: 14px; } }
  @media screen and (min-width: 767px) {
    .financeBannerBtn {
      font-size: 18px; } }

[data-product-category*="Quote"] .card-price,
[data-product-category*="Quote"] .productView-price {
  display: none; }

.quote[data-cart] .cart-item-value,
.quote[data-cart] .cart-total-value {
  display: none; }

.SubCatImg {
  height: 80px;
  width: 80px; }
  @media screen and (min-width: 600px) {
    .SubCatImg {
      height: 120px !important;
      width: 120px !important; } }
  @media screen and (min-width: 800px) {
    .SubCatImg {
      height: 140px !important;
      width: 140px !important; } }
  @media screen and (min-width: 1025px) {
    .SubCatImg {
      height: 140px !important;
      width: 140px !important; } }

.subCatMobile {
  width: 27% !important; }
  @media screen and (min-width: 399px) {
    .subCatMobile {
      width: 29% !important; } }
  @media screen and (min-width: 563px) {
    .subCatMobile {
      width: 22% !important; } }
  @media screen and (min-width: 1025px) {
    .subCatMobile {
      width: 20% !important; } }

.subCatMobile2 {
  width: 27% !important; }
  @media screen and (min-width: 399px) {
    .subCatMobile2 {
      width: 29% !important; } }
  @media screen and (min-width: 563px) {
    .subCatMobile2 {
      width: 22% !important; } }
  @media screen and (min-width: 769px) {
    .subCatMobile2 {
      width: 75% !important; } }
  @media screen and (min-width: 1000px) {
    .subCatMobile2 {
      width: 90% !important; } }
  @media screen and (min-width: 1025px) {
    .subCatMobile2 {
      width: unset; } }

.subCatTitleSize {
  font-size: 12px !important; }
  @media screen and (min-width: 1025px) {
    .subCatTitleSize {
      font-size: 15px !important; } }

.titleA {
  display: unset !important; }

.quoteSubmitH2Acc {
  text-align: center; }

.quoteSubmitPtagAcc {
  text-align: center;
  font-size: 14px; }

.YMMFinanceBtn {
  margin-top: 40px !important; }
  @media screen and (min-width: 1025px) {
    .YMMFinanceBtn {
      margin-top: -42px !important; } }

.acc-form {
  width: 45%;
  display: inline-block;
  margin: 15px;
  vertical-align: top; }
  .acc-form .form-label {
    color: #000000 !important; }
  @media screen and (min-width: 695px) {
    .acc-form {
      width: 45%;
      display: inline-block;
      margin: 15px;
      vertical-align: top; } }

.checkNearbyStoreAcc {
  margin-top: 67px;
  line-height: 1;
  font-size: 13px;
  text-align: center;
  border-radius: 3px;
  position: relative;
  padding: 12px 10px;
  margin-bottom: 0;
  text-transform: uppercase;
  transition: all .3s ease;
  font-family: Arimo, Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #fff;
  border: 1px solid #9a1b1f;
  background-color: #9a1b1f; }

.modal-unavailable {
  display: none;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4); }

.modal-content-unavailable {
  background-color: #fff;
  margin: 40% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 90%; }
  @media only screen and (min-width: 769px) {
    .modal-content-unavailable {
      margin: 30% auto;
      width: 70%; } }
  @media only screen and (min-width: 1025px) {
    .modal-content-unavailable {
      margin: 18% auto;
      width: 35%; } }

.swal2-confirm {
  margin: 10px auto;
  background-color: #5fb139;
  border-color: #5fb139;
  color: #ffffff; }

.center {
  text-align: center; }

.h4Margin {
  margin: 20px auto; }

.storeUnavailableP {
  font-size: 14px; }

.goBackBtn {
  margin: 10px auto;
  background-color: #9a1b1f;
  border-color: #9a1b1f;
  color: #ffffff; }

.pmStyle {
  font-size: 14px !important;
  font-weight: bold !important; }

.paymentBox {
  background-color: #f7cb6873;
  border: solid 1px #9A1B1F;
  margin-top: 15px; }
  .paymentBox .paymentBoxTitle {
    font-size: 14px; }
  @media only screen and (max-width: 600px) {
    .paymentBox table {
      display: block; }
    .paymentBox td {
      display: block;
      height: auto;
      padding: 10px;
      border: none; } }

.paymentOptionsProductPage {
  width: 100%; }
  .paymentOptionsProductPage .cellATWL {
    height: 80px;
    width: 225px;
    padding: 5px;
    margin-top: auto; }
  .paymentOptionsProductPage .cellAttributes {
    height: 80px;
    width: 225px;
    padding: 5px;
    vertical-align: top;
    margin-top: auto; }
  .paymentOptionsProductPage td:empty {
    height: 0; }
  @media only screen and (max-width: 992px) {
    .paymentOptionsProductPage .cellATWL {
      height: 80px;
      width: 100% !important;
      padding: 5px;
      margin-top: auto; }
    .paymentOptionsProductPage .cellAttributes {
      height: 80px;
      width: 100% !important;
      padding: 5px;
      vertical-align: top;
      margin-top: auto; }
    .paymentOptionsProductPage table {
      display: block; }
    .paymentOptionsProductPage td:empty {
      height: 0; }
    .paymentOptionsProductPage td {
      display: block;
      height: auto;
      padding: 10px;
      border: none;
      width: auto; } }
  @media only screen and (max-width: 600px) {
    .paymentOptionsProductPage .cellATWL {
      height: 80px;
      width: 100% !important;
      padding: 5px;
      margin-top: auto; }
    .paymentOptionsProductPage .cellAttributes {
      height: 80px;
      width: 100% !important;
      padding: 5px;
      vertical-align: top;
      margin-top: auto; }
    .paymentOptionsProductPage table {
      display: block; }
    .paymentOptionsProductPage td:empty:not(:blank) {
      height: 0;
      padding: 0;
      border: 0; }
    .paymentOptionsProductPage td {
      display: block;
      height: auto;
      padding: 10px;
      border: none;
      width: 230px; } }

#menuMobile .text {
  font-size: 16px;
  text-wrap: wrap; }

#menuMobile .icon--facebook {
  height: 32px !important;
  width: 32px !important; }

#menuMobile .icon--twitter {
  height: 32px !important;
  width: 32px !important; }

#menuMobile .icon--instagram {
  height: 32px !important;
  width: 32px !important; }

#menuMobile .icon--youtube {
  height: 32px !important;
  width: 32px !important; }

.qv-wl-cat-position {
  transform: unset !important;
  top: 47% !important;
  right: 0 !important;
  left: unset !important; }

.qv-wl-cat-position-card {
  transform: unset !important;
  top: 50% !important;
  right: 0 !important;
  left: unset !important; }

.sub-width {
  width: 100%; }
  @media only screen and (min-width: 801px) {
    .sub-width {
      width: 150px; } }

.sub-overflow {
  overflow: auto; }

.prod-form-title {
  text-align: center; }

.prod-form-sub-title {
  text-align: left; }

.required-form-field {
  font-weight: 100;
  color: #ff0000b5; }

#menu-mobile {
  top: 0;
  height: 100%; }

.product-not-found-request {
  text-align: center;
  color: #9a1c20;
  text-decoration: underline;
  cursor: pointer;
  background-color: rgba(255, 206, 104, 0.5);
  margin-top: 20px;
  margin-bottom: 20px;
  height: 50px;
  line-height: 2.2;
  font-size: 22px;
  font-weight: 600;
  border: solid 1px #9a1c20; }
  @media only screen and (max-width: 1230px) {
    .product-not-found-request {
      margin-left: 15px;
      margin-right: 15px;
      width: auto; } }
  @media only screen and (max-width: 435px) {
    .product-not-found-request {
      height: 100px;
      margin-left: 15px;
      margin-right: 15px;
      width: auto; } }

.vehSubCat {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: visible;
  text-align: center; }
  @media only screen and (max-width: 1230px) {
    .vehSubCat {
      display: -webkit-box !important;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden !important;
      text-align: center; } }

@media only screen and (max-width: 1230px) {
  .vehSubCatDesc {
    display: none; } }

.switch-check {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 60px; }

.switch-check input {
  opacity: 0; }

.slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s; }

.slider:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  position: absolute;
  transition: .4s;
  width: 26px; }

input:checked + .slider {
  background-color: #66bb6a; }

input:checked + .slider:before {
  transform: translateX(26px); }

.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.PrivacyPolicyContainer {
  display: flex;
  gap: 10px; }
  @media screen and (max-width: 900px) {
    .PrivacyPolicyContainer {
      gap: 0;
      flex-direction: column; } }
  .PrivacyPolicyContainer .agree-btn {
    vertical-align: middle;
    display: inline-block;
    line-height: 3;
    margin-top: 1.5rem; }
    @media screen and (max-width: 900px) {
      .PrivacyPolicyContainer .agree-btn {
        order: 2; } }
    .PrivacyPolicyContainer .agree-btn span {
      display: none;
      font-size: 1.3rem;
      margin-left: 1rem; }
      @media screen and (max-width: 900px) {
        .PrivacyPolicyContainer .agree-btn span {
          display: inline; } }

.prod-submit-btn {
  margin-top: 0;
  margin-bottom: 0; }
  @media screen and (min-width: 695px) {
    .prod-submit-btn {
      width: auto; } }

.page-type-category body.main .price-section--withoutTax {
  display: block;
  margin-bottom: 10px; }

.page-type-category body.main .card-price {
  padding-top: 15px; }
  .page-type-category body.main .card-price .price-section.rrp-price--withoutTax {
    margin-top: 5px;
    margin-bottom: 3px;
    display: block; }
  .page-type-category body.main .card-price .price-section--withoutTax {
    position: absolute;
    top: 0;
    left: 0; }

.page-type-category body.main .price--rrp {
  font-size: 12px; }

.page-type-category body.main .price--withoutTax {
  color: #f04723; }

.page-type-category body.main .price-section--saving {
  color: #999999;
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  vertical-align: middle; }

.page-type-category body.main .product [data-price-estimate] {
  margin-top: 10px; }

.productView-details .productView-price .price-section--withoutTax {
  margin-bottom: 10px; }

.productView-details .productView-price .price-section.rrp-price--withoutTax {
  margin-bottom: 0; }

.productView-details .productView-price .price-section--saving {
  margin-top: 0; }

.header {
  background-color: #F7D417; }
  .header .navUser,
  .header .themevale_bottomHeader {
    background: url(https://cdn11.bigcommerce.com/s-h73wg4qqbw/images/stencil/original/image-manager/menu-background-image.jpg?t=1720739053); }
  .header .themevale_search #search_category .select_category {
    font-size: 16px; }
  .header .themevale_search #search_category .icon {
    width: 1rem;
    right: 13px; }
  .header button[type="submit"] {
    border: 0;
    background-color: #5E5F61; }
  .header .middleHeader-container {
    color: #1c1c1c; }
    .header .middleHeader-container .navUser-action,
    .header .middleHeader-container .navUser-icon,
    .header .middleHeader-container .navUser-text,
    .header .middleHeader-container .item--account .my-account-link .navUser-action {
      color: #1c1c1c;
      font-weight: 900; }
      .header .middleHeader-container .navUser-action svg,
      .header .middleHeader-container .navUser-icon svg,
      .header .middleHeader-container .navUser-text svg,
      .header .middleHeader-container .item--account .my-account-link .navUser-action svg {
        fill: #1c1c1c; }
    .header .middleHeader-container .item--account .my-account-link .navUser-action {
      font-weight: unset; }
    .header .middleHeader-container .countPill {
      color: #ffffff;
      background-color: #5E5F61; }

.category-card .category-body .mkrtng-title-section {
  text-transform: uppercase; }

.category-card .category-button {
  bottom: 1.5rem !important; }
  .category-card .category-button .button {
    background-color: #F7D417;
    border-color: #F7D417;
    border-radius: 25px;
    color: #1c1c1c;
    padding: 13px 10px 10px 25px; }
    .category-card .category-button .button svg {
      width: 20px;
      vertical-align: middle;
      margin-top: -3px;
      margin-left: 11px; }

.themevale_section {
  margin-bottom: 20px;
  padding: 30px 0; }
  .themevale_section .home-cat-section-p-m {
    margin-bottom: 0; }
  .themevale_section .themevale_sectionChild {
    margin: 0 0 0 0; }
  .themevale_section .themevale_bannerbycategory {
    margin-bottom: 0; }
  .themevale_section.sheds-section {
    background-image: url(https://cdn11.bigcommerce.com/s-h73wg4qqbw/images/stencil/original/image-manager/storage-shed-siding-bg-2024-07.jpg?t=1720653937); }
  .themevale_section.trailers-section {
    background-image: url(https://cdn11.bigcommerce.com/s-h73wg4qqbw/images/stencil/original/image-manager/cargo-and-uility-background-section-2024-07.jpg?t=1721081020); }
  .themevale_section.acc-section {
    background-image: url(https://cdn11.bigcommerce.com/s-h73wg4qqbw/images/stencil/original/image-manager/vehicle-accessories-background-2024-07.jpg?t=1720788352); }
  .themevale_section.about-us {
    background-image: url(https://cdn11.bigcommerce.com/s-h73wg4qqbw/images/stencil/original/image-manager/bg-image-2026.jpg); }
  .themevale_section .page-heading {
    color: #F7D417; }
  .themevale_section .slick-slider .slick-prev,
  .themevale_section .slick-slider .slick-next {
    fill: #fff;
    border: 1px solid #fff; }
  .themevale_section .slick-list .card-price .price--withoutTax,
  .themevale_section .slick-list .card-price .rrp-price--withoutTax {
    color: #ffffff; }
  .themevale_section .slick-list .card .card-body {
    padding-left: 5px; }
    .themevale_section .slick-list .card .card-body .card-brand {
      text-transform: uppercase;
      font-weight: 900;
      font-size: 15px;
      color: white; }
    .themevale_section .slick-list .card .card-body .card-title {
      color: #D6D5D4; }
    .themevale_section .slick-list .card .card-body .card-price-wrapper {
      margin-top: 10px; }
  .themevale_section .tabs {
    border-bottom: 0; }
    .themevale_section .tabs .tab.is-active .tab-title {
      color: #F7D417; }
  @media (max-width: 765px) {
    .themevale_section .themevale_productsByCategory-products .productCarousel .productCarousel-slide {
      width: 170px; }
      .themevale_section .themevale_productsByCategory-products .productCarousel .productCarousel-slide .card-figcaption .card-figcaption-button {
        color: #1c1c1c;
        border-color: #F7D417 !important;
        background-color: #F7D417; }
      .themevale_section .themevale_productsByCategory-products .productCarousel .productCarousel-slide svg {
        fill: #1c1c1c;
        vertical-align: middle;
        width: 18px;
        margin-top: -2px;
        margin-left: 11px; }
      .themevale_section .themevale_productsByCategory-products .productCarousel .productCarousel-slide .card-brand {
        text-transform: uppercase;
        font-weight: 900;
        font-size: 15px;
        color: white; }
      .themevale_section .themevale_productsByCategory-products .productCarousel .productCarousel-slide .price--withoutTax {
        color: #ffffff; }
    .themevale_section .themevale_productsByCategory-products .productCarousel .productCarousel-slide svg {
      margin-left: 0; } }
  .themevale_section .themevale_bannerbycategory .bannerbycategory-wrapper {
    background-color: #D6D5D4;
    border: none;
    padding-left: 10px; }
    .themevale_section .themevale_bannerbycategory .bannerbycategory-wrapper .image {
      margin: 14px 5px; }
    .themevale_section .themevale_bannerbycategory .bannerbycategory-wrapper .title {
      color: #1c1c1c; }
  .themevale_section .leer-section {
    padding: 20px 0 180px;
    background-image: url(https://cdn11.bigcommerce.com/s-h73wg4qqbw/images/stencil/original/image-manager/leer-cap-copy-bw-2025.jpg); }
    .themevale_section .leer-section .container {
      max-width: none;
      padding: 0; }
      .themevale_section .leer-section .container .customBanner-wrap {
        max-width: none; }
        .themevale_section .leer-section .container .customBanner-wrap .featuredBrand-desktop {
          max-width: 320px;
          margin-bottom: 30px; }
        .themevale_section .leer-section .container .customBanner-wrap .description-container {
          width: 100%;
          color: #ffffff;
          padding: 10px 0; }
          .themevale_section .leer-section .container .customBanner-wrap .description-container .text,
          .themevale_section .leer-section .container .customBanner-wrap .description-container .description {
            opacity: 1; }
          .themevale_section .leer-section .container .customBanner-wrap .description-container .text {
            font-size: 34px; }
          .themevale_section .leer-section .container .customBanner-wrap .description-container .description {
            max-width: 883px;
            margin-right: auto;
            margin-left: auto;
            font-size: 17px;
            line-height: 1.4; }
        .themevale_section .leer-section .container .customBanner-wrap .button-group .button {
          width: 210px;
          border-radius: 30px;
          background-color: #F7D417;
          color: #1C1C1C;
          border: 0;
          padding-right: 0;
          padding-left: 46px;
          text-align: left; }
          .themevale_section .leer-section .container .customBanner-wrap .button-group .button svg {
            width: 24px;
            vertical-align: middle;
            fill: #FFF;
            position: absolute;
            top: 7px;
            right: 11px;
            background: radial-gradient(circle at center, #1C1C1C, #1C1C1C, transparent, transparent); }
    @media (max-width: 765px) {
      .themevale_section .leer-section .description-container .title {
        color: #1C1C1C;
        font-size: 24px; }
      .themevale_section .leer-section .button-group .button {
        display: block;
        margin: 0 auto 15px; } }
  .themevale_section .themevale_brands .page-heading {
    font-size: 24px; }
  .themevale_section .themevale_brands .brand-card .brand-body {
    color: #1C1C1C;
    position: relative;
    background-color: #F7D417; }
    .themevale_section .themevale_brands .brand-card .brand-body .title {
      color: #1C1C1C; }
    .themevale_section .themevale_brands .brand-card .brand-body svg {
      position: absolute;
      right: 13px;
      top: 22px;
      width: 26px;
      height: inherit;
      fill: #fff;
      background: radial-gradient(circle at center, #1C1C1C, #1C1C1C, transparent, transparent); }
  @media (max-width: 765px) {
    .themevale_section .themevale_brands {
      margin-top: -120px; }
      .themevale_section .themevale_brands .page-heading,
      .themevale_section .themevale_brands a {
        color: #FFF; } }
  .themevale_section .popular-categories .page-heading {
    color: #F7D417; }
  .themevale_section.our-reviews-section {
    background-color: #D6D5D4;
    margin-bottom: 0; }
    .themevale_section.our-reviews-section .page-heading {
      color: black; }

.card-figcaption .card-figcaption-button {
  color: #1c1c1c;
  font-size: 1.2rem;
  border-color: #F7D417 !important;
  background-color: #F7D417; }
  .card-figcaption .card-figcaption-button svg {
    width: 19px;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 9px;
    fill: #1c1c1c; }

.card-figcaption:hover .card-figcaption-button {
  color: #1c1c1c !important;
  border-color: #F7D417 !important;
  background-color: #F7D417 !important; }
  .card-figcaption:hover .card-figcaption-button svg {
    fill: #1c1c1c; }

.card-brand {
  font-size: 15px;
  color: #1c1c1c; }

.card-title {
  font-size: 1.2rem; }
  .card-title > a:hover {
    color: #1c1c1c; }

.card-price-wrapper {
  color: #1c1c1c;
  margin-top: 0;
  margin-bottom: 5px; }
  .card-price-wrapper .card-price {
    padding-top: 0; }
  .card-price-wrapper .find-my-store {
    font-size: 1.4rem;
    margin-bottom: -16px; }
    .card-price-wrapper .find-my-store a {
      color: #1c1c1c; }
    .card-price-wrapper .find-my-store span {
      font-size: 1.2rem;
      margin-top: 4px;
      margin-bottom: 4px;
      white-space: break-spaces; }
  .card-price-wrapper .price-section--withoutTax {
    font-size: 1.6rem; }

.page-type-category body.main .card-price .price-section.rrp-price--withoutTax {
  margin-top: 27px; }

.page-type-category body.main .price--rrp {
  color: #5E5F61;
  font-size: 1.3rem; }

.page-type-category body.main .price-section--saving {
  color: #5E5F61;
  font-size: 1.2rem; }

.page-type-category body.main .product [data-price-estimate] {
  font-size: 1.2rem !important;
  margin-top: 25px; }

.button-showmore,
.button-showmore:hover,
.button-showmore:focus,
.button-showmore:active {
  color: #1c1c1c;
  border-color: #F7D417;
  background-color: #F7D417;
  border-radius: 20px; }
  .button-showmore span,
  .button-showmore:hover span,
  .button-showmore:focus span,
  .button-showmore:active span {
    margin-left: -10px; }
  .button-showmore svg,
  .button-showmore:hover svg,
  .button-showmore:focus svg,
  .button-showmore:active svg {
    fill: #1c1c1c;
    width: 20px;
    vertical-align: middle;
    position: absolute;
    right: 6px;
    top: 10px; }

@media (min-width: 1025px) {
  form[data-product-compare] + .button-group .button {
    width: auto; } }

.pagination-item.pagination-item--current .pagination-link {
  color: #1c1c1c;
  background-color: #F7D417;
  border: #F7D417; }

.pagination .pagination-info {
  font-size: 1.3rem; }

.form-minMaxRow .update-button {
  text-align: center; }

.form-minMaxRow .button {
  width: 145px;
  height: 35px;
  color: #1c1c1c;
  border: 1px solid #F7D417;
  border-radius: 20px;
  background-color: #F7D417;
  font-size: 1rem;
  padding-top: 11px; }
  .form-minMaxRow .button svg {
    fill: #1c1c1c;
    width: 20px;
    vertical-align: middle;
    position: absolute;
    top: 8px;
    right: 6px; }

footer {
  background-image: url(https://cdn11.bigcommerce.com/s-h73wg4qqbw/images/stencil/original/image-manager/bg-image-2026.jpg);
  background-repeat: round; }
  footer .themevale_contactUs {
    height: auto !important; }
    footer .themevale_contactUs .container img {
      width: 78%; }
      @media (max-width: 765px) {
        footer .themevale_contactUs .container img {
          width: 100%; } }
    footer .themevale_contactUs .container p {
      color: #ffffff;
      width: 617px;
      font-size: 23px;
      line-height: 1.2; }
    footer .themevale_contactUs .container .subscription-section {
      width: 1000px; }
      footer .themevale_contactUs .container .subscription-section .subscription-section-textInput {
        margin-right: 0;
        width: 60% !important;
        text-align: center;
        font-size: 16px;
        font-weight: bold; }
      footer .themevale_contactUs .container .subscription-section .subscription-section-button {
        background-color: #F7D417;
        margin-left: -15px;
        border-radius: 25px;
        width: 30%; }
      footer .themevale_contactUs .container .subscription-section svg {
        width: 24px;
        margin-left: -40px;
        z-index: 1; }
  footer .themevale_middleFooter,
  footer .themevale_bottomFooter {
    background-color: transparent; }
  footer .themevale_middleFooter .footer-info-col {
    width: 26% !important;
    text-align: left; }
    footer .themevale_middleFooter .footer-info-col:last-child {
      width: 22% !important; }
  footer .themevale_middleFooter .footer-info-heading {
    font-size: 18px; }
  footer .themevale_middleFooter .footer-info-list > li a,
  footer .themevale_middleFooter .footer-info-list > li .icon {
    font-size: 17px;
    line-height: 10px; }
  footer .themevale_middleFooter .location-hours-position {
    text-align: center; }
    footer .themevale_middleFooter .location-hours-position .navUser {
      z-index: unset !important;
      margin-left: 0;
      padding-left: 0;
      background-color: transparent;
      font-size: 14px;
      padding-right: 0; }
    footer .themevale_middleFooter .location-hours-position .storeHours {
      margin-left: 0; }
  footer .themevale_bottomFooter {
    font-size: 1.2rem; }
  @media (max-width: 765px) {
    footer .themevale_contactUs .container .form-field {
      margin-bottom: 0; }
    footer .themevale_contactUs .container img {
      width: 100%; }
    footer .themevale_contactUs .container p {
      width: auto;
      font-size: 15px;
      margin-top: 18px; }
    footer .themevale_contactUs .container .subscription-section {
      width: 100%;
      flex-direction: column;
      align-items: center; }
      footer .themevale_contactUs .container .subscription-section .subscription-section-textInput {
        font-size: 12px; }
      footer .themevale_contactUs .container .subscription-section .subscription-section-button {
        margin-top: 20px; }
      footer .themevale_contactUs .container .subscription-section svg {
        display: none; }
    footer .themevale_middleFooter .footer-info-col {
      width: 100% !important; }
    footer .themevale_middleFooter .footer-info-col:last-child {
      width: 100% !important;
      text-align: center; }
    footer .themevale_middleFooter .footer-info-list > li a {
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 15px; }
    footer .themevale_bottomFooter .footer-copyright {
      text-align: left; } }

#back-to-top span {
  border-color: #F7D417; }
  #back-to-top span .icon {
    fill: #F7D417; }

.themevale_breadcrumbCategory .page-heading {
  color: #1c1c1c; }

.page-sidebar .sidebarBlock-heading {
  color: #1c1c1c; }

.themevale_productView .productView-product .productView-title {
  color: #1c1c1c; }

.CarouselWidget-prefix .R-RatingStars--xs .R-RatingStars__stars .stars__icon {
  color: #1C1C1C !important; }

.page-sidebar .sidebarBlock-heading {
  color: #1c1c1c;
  background-color: #F7D417; }

.page-sidebar .accordion--navList .accordion-indicator {
  fill: #1c1c1c; }

.themevale_categoryToolbar .item {
  text-align: left; }

.themevale_categoryToolbar .form-label {
  color: #1c1c1c;
  font-size: 15px; }

.themevale_categoryToolbar .view-as-btn {
  border: 0; }

.productView-details .productView-brand {
  color: #1c1c1c; }

.themevale_productDescription .productView-description .themevale_tabs .tab-title {
  color: #5E5F61; }

.themevale_productDescription .productView-description .themevale_tabs .tab:before {
  background-color: #5E5F61; }

.themevale_productDescription .card-brand {
  color: #5E5F61; }

.themevale_productDescription .productRelated .page-heading {
  color: #5E5F61; }

.themevale_productDescription .productRelated .card-figcaption {
  display: none; }

.productGrid--maxCol1 .themevale_categoryToolbar .view-as-btn > a[data-layout="productGrid--maxCol1"],
.productGrid--maxCol3 .themevale_categoryToolbar .view-as-btn > a[data-layout="productGrid--maxCol3"],
.productGrid--maxCol4 .themevale_categoryToolbar .view-as-btn > a[data-layout="productGrid--maxCol4"] {
  background-color: transparent; }

.productGrid--maxCol1 .themevale_categoryToolbar .view-as-btn > a[data-layout="productGrid--maxCol1"] svg,
.productGrid--maxCol3 .themevale_categoryToolbar .view-as-btn > a[data-layout="productGrid--maxCol3"] svg,
.productGrid--maxCol4 .themevale_categoryToolbar .view-as-btn > a[data-layout="productGrid--maxCol4"] svg {
  fill: #F7D417;
  stroke: #F7D417; }

.selectStoreProductButton,
.selectStoreProductButton:hover {
  color: #1c1c1c;
  border: 1px solid #F7D417;
  background-color: #F7D417; }

.product-not-found-request {
  color: #1c1c1c;
  background-color: #F7D417;
  border: solid 1px #F7D417; }

.financeBanner {
  color: #1c1c1c;
  background-color: #F7D417; }

.button--primary,
.button--primary:hover,
.button--primary:focus,
.button--primary:active {
  color: #1c1c1c;
  border: 1px solid #F7D417;
  background-color: #F7D417; }

.productView-details .productView-options #form-action-addToCart,
.productView-details .productView-options #form-action-addToCart:hover,
.productView-details .productView-options #form-action-addToCart:focus,
.productView-details .productView-options #form-action-addToCart:active {
  color: #1c1c1c;
  border: 1px solid #F7D417;
  background-color: #F7D417; }

#tabDescription-content {
  font-size: 1.3rem; }

.productView-details .productView-info .productView-info-name,
.productView-details .productView-options .form-label--alternate {
  color: #1c1c1c; }

.financeButton .button {
  color: #1C1C1C !important;
  border: 1px solid #D6D5d4 !important;
  background-color: #D6D5d4 !important; }

.paymentOptionSelectDiv .external-rto-btn .button,
.rtoButton .button {
  color: #FFFFFF !important;
  border: 1px solid #5E5F61 !important;
  background-color: #5E5F61 !important; }

.socialLinks .icon {
  width: 23px;
  height: 23px; }

.button,
.themevale_productView .themevale_productView-left,
.themevale_productView .themevale_productView-right,
.button--dropdown {
  font-size: 1.2rem; }

.zipSearchProductButton,
.zipSearchProductButton:hover {
  color: #1c1c1c;
  border: 1px solid #F7D417;
  background-color: #F7D417; }

.zipSearchProductBox {
  padding-left: 10px; }

.rto-price-text-prod-pg,
.finance-price-text-prod-pg {
  color: #1c1c1c; }

#form-action-quote {
  color: #FFFFFF;
  border: 1px solid #5E5F61;
  background-color: #5E5F61; }

.page-type-search span.price {
  display: none; }

div.jobo_lang_wrapper {
  z-index: 999 !important; }

.unified-lead-form * {
  font-family: Helvetica; }

.unified-lead-form .form-header {
  display: flex;
  justify-content: space-between; }
  .unified-lead-form .form-header .logo {
    padding: 1.5rem; }
  .unified-lead-form .form-header .form-title {
    flex-grow: 1;
    text-align: right;
    font-family: Stratum2; }
    .unified-lead-form .form-header .form-title h2 {
      font-size: 3rem; }
    .unified-lead-form .form-header .form-title h3 {
      font-size: 1.9rem;
      margin-bottom: -1rem; }
    .unified-lead-form .form-header .form-title.verticalAligned {
      align-self: center; }

.unified-lead-form .form-body {
  border: 0;
  display: grid;
  grid-template-columns: 1fr; }
  @media screen and (min-width: 768px) {
    .unified-lead-form .form-body {
      grid-template-columns: 1fr 1fr;
      column-gap: 2rem; }
      .unified-lead-form .form-body .full-width {
        grid-column: span 2; } }
  .unified-lead-form .form-body .form-label {
    font-weight: 900; }
  .unified-lead-form .form-body .form-input,
  .unified-lead-form .form-body .form-select {
    background-color: rgba(214, 213, 212, 0.5);
    font-size: 1.2rem; }
  .unified-lead-form .form-body .form-select {
    padding: 0 40px 0 15px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'            width='40' height='40' viewBox='0 0 40 40'%3E%3Crect width='40' height='40' fill='rgb(77, 78, 80)'/%3E            %3Cpath d='M26 16l-6 6-6-6-2 1 8 8 8-8z' fill='rgb(220, 220, 220)'/%3E%3C/svg%3E");
    background-size: 40px;
    background-position: right; }
  .unified-lead-form .form-body textarea {
    min-height: 100px; }
  .unified-lead-form .form-body .form-inline {
    display: flex;
    padding-left: 0.5rem; }
  .unified-lead-form .form-body .form-radio + .form-label::before,
  .unified-lead-form .form-body .form-checkbox + .form-label::before {
    border: 1px solid #1C1C1C;
    top: 0;
    border-radius: 50%;
    height: 1.5rem;
    width: 1.5rem; }
  .unified-lead-form .form-body .form-radio + .form-label::after,
  .unified-lead-form .form-body .form-checkbox + .form-label::after {
    background: #1C1C1C;
    border: 2px solid white;
    border-radius: 50%;
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }

.unified-lead-form .form-footer {
  display: flex;
  gap: 10px; }
  @media screen and (max-width: 900px) {
    .unified-lead-form .form-footer {
      gap: 0;
      flex-direction: column; } }
  .unified-lead-form .form-footer .agree-btn {
    vertical-align: middle;
    display: inline-block;
    line-height: 3;
    margin-top: 1.5rem; }
    @media screen and (max-width: 900px) {
      .unified-lead-form .form-footer .agree-btn {
        order: 2; } }
  .unified-lead-form .form-footer b {
    font-weight: 900; }

.unified-lead-form .form-submit {
  padding-top: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .unified-lead-form .form-submit button {
    color: #5E5F61;
    background-color: #F7D417;
    font-size: 1.25rem;
    font-weight: 900;
    padding: 0.75rem 5rem 0.75rem 2.5rem;
    border-radius: 1.5rem;
    position: relative;
    text-align: left; }
    .unified-lead-form .form-submit button::after {
      content: '>';
      font-weight: 700;
      border: 2px solid #5E5F61;
      position: absolute;
      top: 0.5rem;
      right: 1rem;
      border-radius: 50%;
      padding: 0 0.5rem;
      width: 2rem;
      height: 2rem; }
    .unified-lead-form .form-submit button:disabled {
      cursor: not-allowed;
      background-color: #B79A81; }
  .unified-lead-form .form-submit .call-rep {
    margin-top: 1rem;
    font-size: 1.25rem;
    font-weight: bold; }

.form-submitted {
  text-align: center; }
  .form-submitted h2 {
    padding-top: 15px; }

.why-buy-leonard {
  text-align: center;
  margin-bottom: 5rem; }
  .why-buy-leonard .badges {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 768px) {
      .why-buy-leonard .badges {
        flex-direction: row; } }
    .why-buy-leonard .badges .badge {
      max-width: 12rem; }
      .why-buy-leonard .badges .badge .headline {
        font-weight: bold;
        font-size: 1rem;
        padding-top: 1rem; }
      .why-buy-leonard .badges .badge .subheadline {
        position: relative;
        text-align: center; }
      .why-buy-leonard .badges .badge .information {
        cursor: pointer;
        position: relative;
        display: inline;
        margin-left: 0.5rem; }
        .why-buy-leonard .badges .badge .information img {
          display: inline;
          width: 16px; }
      .why-buy-leonard .badges .badge img {
        width: 40px; }

.tippy-box {
  position: relative;
  background-color: #fff;
  color: #26323d;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property: transform, visibility, opacity;
  box-shadow: 0 0 20px 4px rgba(154, 161, 177, 0.15), 0 4px 80px -8px rgba(36, 40, 47, 0.25), 0 4px 4px -2px rgba(91, 94, 105, 0.15); }
  .tippy-box[data-animation=fade][data-state=hidden] {
    opacity: 0; }
  .tippy-box[data-tippy-root] {
    max-width: calc(100vw - 10px); }
  .tippy-box[data-placement^=top] > .tippy-arrow {
    bottom: 0; }
    .tippy-box[data-placement^=top] > .tippy-arrow:before {
      bottom: -7px;
      left: 0;
      border-width: 8px 8px 0;
      border-top-color: #fff;
      transform-origin: center top; }
  .tippy-box[data-placement^=bottom] > .tippy-arrow {
    top: 0; }
    .tippy-box[data-placement^=bottom] > .tippy-arrow:before {
      top: -7px;
      left: 0;
      border-width: 0 8px 8px;
      border-bottom-color: #fff;
      transform-origin: center bottom; }
  .tippy-box[data-placement^=left] > .tippy-arrow {
    right: 0; }
    .tippy-box[data-placement^=left] > .tippy-arrow:before {
      border-width: 8px 0 8px 8px;
      border-left-color: #fff;
      right: -7px;
      transform-origin: center left; }
  .tippy-box[data-placement^=right] > .tippy-arrow {
    left: 0; }
    .tippy-box[data-placement^=right] > .tippy-arrow:before {
      left: -7px;
      border-width: 8px 8px 8px 0;
      border-right-color: #fff;
      transform-origin: center right; }
  .tippy-box[data-inertia][data-state=visible] {
    transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11); }
  .tippy-box > .tippy-backdrop {
    background-color: #fff; }
  .tippy-box > .tippy-svg-arrow {
    fill: #fff; }

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333; }

.tippy-arrow:before {
  content: '';
  position: absolute;
  border-color: transparent;
  border-style: solid; }

.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1; }

.productFieldContainer .callNow {
  margin-top: 2px;
  font-size: 1.3rem;
  font-weight: 600; }

.productFieldContainer .getQuoteButton {
  background-color: #F7D417;
  color: #1C1C1C;
  cursor: pointer;
  border-radius: 4px;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 1rem;
  margin-top: 1rem;
  width: 100%;
  text-align: center; }
  .productFieldContainer .getQuoteButton:hover {
    background-color: #E6C315; }

.navUser .navUser--left {
  padding-bottom: 9px;
  padding-top: 9px; }

/** Partslogic Category Page & Partslogic Search Page */
.Sui-Modal--root {
  z-index: 9999 !important; }

.Sui-FitmentSelector--searchBtn {
  background: #f7d417 !important; }

.Sui-List--container section p,
.Sui-List--container section li {
  text-align: left !important; }

#pl-search-page-container .productListItem_root__tdvmV ul:first-of-type,
#pl-category-page-container .productListItem_root__tdvmV ul:first-of-type {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 0.75rem 1rem; }

#pl-search-page-container .productListItem_root__tdvmV ul,
#pl-category-page-container .productListItem_root__tdvmV ul {
  padding-top: 0;
  padding-left: 1rem;
  padding-right: 1rem; }

.pl-fitment-selector-section,
#pl-search-page-container .Sui-ProductListItem-Container--dealerid,
#pl-search-page-container .Sui-ProductListItem-Container--stockid,
#pl-search-page-container .Sui-ProductListItem-Container--fitment_applicability,
#pl-search-page-container .Sui-ProductListItem-Container--sale,
#pl-search-page-container .Sui-ProductListItem--availability,
#pl-search-page-container .Sui-ProductListItem--tag,
#pl-search-page-container .Sui-ProductListItem--badge,
#pl-search-page-container .Sui-ProductListItem--availability_remarks,
#pl-search-page-container .Sui-ProductListItem--remarks,
#pl-category-page-container .pl-fitment-selector-section,
#pl-category-page-container .Sui-ProductListItem-Container--dealerid,
#pl-category-page-container .Sui-ProductListItem-Container--stockid,
#pl-category-page-container .Sui-ProductListItem-Container--fitment_applicability,
#pl-category-page-container .Sui-ProductListItem-Container--sale,
#pl-category-page-container .Sui-ProductListItem--availability,
#pl-category-page-container .Sui-ProductListItem--tag,
#pl-category-page-container .Sui-ProductListItem--badge,
#pl-category-page-container .Sui-ProductListItem--availability_remarks,
#pl-category-page-container .Sui-ProductListItem--remarks {
  display: none; }

#pl-search-page-container .selectStoreProductButton,
#pl-category-page-container .selectStoreProductButton {
  background-color: inherit;
  border: unset;
  font-size: 1.1rem;
  margin: auto;
  padding: 5px 0 0 0;
  text-transform: unset; }

#pl-search-page-container .Sui-ProductListItem--brand_name,
#pl-category-page-container .Sui-ProductListItem--brand_name {
  font-size: 15px;
  color: #1c1c1c;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 700; }

#pl-search-page-container .Sui-ProductListItem--title,
#pl-category-page-container .Sui-ProductListItem--title {
  color: #323232;
  display: -webkit-box;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 8px 0;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  letter-spacing: 0;
  font-family: Arimo, Arial, Helvetica, sans-serif; }

#pl-search-page-container .priceLabel,
#pl-category-page-container .priceLabel {
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: unset;
  color: #f04723; }

#pl-search-page-container .notPriceLabel,
#pl-category-page-container .notPriceLabel {
  text-decoration: line-through;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
  color: #999;
  vertical-align: top; }

#pl-search-page-container .saleContainer,
#pl-category-page-container .saleContainer {
  display: inline-block; }

#pl-search-page-container .saleContainer .saleLabel,
#pl-category-page-container .saleContainer .saleLabel {
  color: #f04723;
  font-weight: bold;
  font-size: 1.6rem;
  margin-right: 5px; }

#pl-search-page-container .savingContainer,
#pl-category-page-container .savingContainer {
  display: inline-block; }

#pl-search-page-container .savingContainer .savingLabel,
#pl-category-page-container .savingContainer .savingLabel {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: #323232;
  vertical-align: top; }

#pl-search-page-container .labelContainer,
#pl-category-page-container .labelContainer {
  margin: 0;
  color: #1c1c1c;
  font-size: 19px;
  font-weight: bold; }

#pl-search-page-container .estContainer .estLabel,
#pl-category-page-container .estContainer .estLabel {
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  color: #323232;
  vertical-align: top; }

#pl-search-page-container .PL-add-to-cart-button,
#pl-category-page-container .PL-add-to-cart-button {
  height: 45px;
  padding: 10px;
  background: #f7d417 !important;
  border-radius: 32px;
  font-family: Gilroy-SemiBold;
  font-weight: 600;
  font-size: 12px;
  line-height: 21px;
  text-transform: uppercase;
  color: #fff;
  float: left !important; }

.PL-add-to-cart-button:hover {
  background: rgba(101, 54, 148, 0.2);
  border-color: rgba(101, 54, 148, 0.2);
  color: #000 !important; }

#pl-search-page-container .fitmentApplicability,
#pl-category-page-container .fitmentApplicability {
  padding: 8px;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: bold; }

#pl-search-page-container .priceContainer,
#pl-category-page-container .priceContainer,
.Sui-ProductListItem--price {
  text-align: left !important;
  color: rgba(0, 0, 0, 0.6) !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  font-family: Montserrat, Arial, Helvetica, sans-serif !important; }

.Sui-ProductListItem--price {
  display: none !important; }

.searchPage-module_fitmentButton__WZgnt {
  background-color: #f7d417 !important;
  color: white !important;
  border-color: #f7d417 !important; }

.searchPage-module_fitmentButton__WZgnt:hover {
  background-color: white !important;
  color: #f7d417 !important;
  border-color: #f7d417 !important; }

.searchPage-module_fitmentVerifier__ydWXZ {
  background-color: #f7d417 !important; }

#sui-breadcrum-list {
  display: none; }

.page-content.page-content--centered {
  width: 100%; }

#pl-category-page-container li,
#pl-search-page-container li {
  padding: 0; }

#pl-category-page-container .SuiSelect,
#pl-search-page-container .SuiSelect {
  appearance: none;
  border: 1px solid #404040;
  border-radius: 5px;
  box-sizing: border-box;
  color: #404040;
  display: block;
  margin-right: .5rem;
  text-transform: uppercase; }

#pl-category-page-container .SuiButton.primary,
#pl-search-page-container .SuiButton.primary {
  background-color: #f7d417;
  color: #000; }

#pl-category-page-container .Sui-FacetFilter--facet-title,
#pl-search-page-container .Sui-FacetFilter--facet-title {
  background-color: #f7d417; }

/** Partslogic Fitment Selector Wrapper */
#pl-fitment-selector-wrapper,
#category-fitment-selector-wrapper {
  background-color: #f7d417;
  border: 3px solid black;
  color: #212529;
  display: flex;
  font-size: 14px;
  font-size: 1rem;
  font-weight: bolder;
  justify-content: center;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  padding: 15px;
  text-align: left;
  border-top: none; }
  #pl-fitment-selector-wrapper .fitmentSelector_root__GJJRN,
  #category-fitment-selector-wrapper .fitmentSelector_root__GJJRN {
    display: flex;
    margin-left: 10px;
    max-width: 68rem;
    flex-wrap: wrap;
    align-items: end; }
    #pl-fitment-selector-wrapper .fitmentSelector_root__GJJRN .Sui-FitmentSelector--optional-fields-label,
    #category-fitment-selector-wrapper .fitmentSelector_root__GJJRN .Sui-FitmentSelector--optional-fields-label {
      display: none; }
    #pl-fitment-selector-wrapper .fitmentSelector_root__GJJRN .SuiSelect,
    #category-fitment-selector-wrapper .fitmentSelector_root__GJJRN .SuiSelect {
      appearance: none;
      border-radius: 5px;
      border: 1px solid #404040;
      box-sizing: border-box;
      color: #404040;
      display: block;
      font-size: 14px;
      height: 40px;
      margin-right: .5rem;
      padding: 8px;
      text-transform: uppercase;
      width: 200px; }
    #pl-fitment-selector-wrapper .fitmentSelector_root__GJJRN .SuiButton.primary,
    #category-fitment-selector-wrapper .fitmentSelector_root__GJJRN .SuiButton.primary {
      background-color: #585858 !important;
      border: 1px solid #FFF;
      color: #FFF;
      height: 40px; }
    #pl-fitment-selector-wrapper .fitmentSelector_root__GJJRN .SuiButton.secondary,
    #category-fitment-selector-wrapper .fitmentSelector_root__GJJRN .SuiButton.secondary {
      border: 1px solid white;
      height: 40px; }
    #pl-fitment-selector-wrapper .fitmentSelector_root__GJJRN .Sui-FitmentSelector--select-wrapper.Sui-FitmentSelector--select-wrapper-submodel label,
    #pl-fitment-selector-wrapper .fitmentSelector_root__GJJRN .Sui-FitmentSelector--select-wrapper.Sui-FitmentSelector--select-wrapper-body label,
    #category-fitment-selector-wrapper .fitmentSelector_root__GJJRN .Sui-FitmentSelector--select-wrapper.Sui-FitmentSelector--select-wrapper-submodel label,
    #category-fitment-selector-wrapper .fitmentSelector_root__GJJRN .Sui-FitmentSelector--select-wrapper.Sui-FitmentSelector--select-wrapper-body label {
      margin: .5rem; }
    #pl-fitment-selector-wrapper .fitmentSelector_root__GJJRN .Sui-FitmentSelector--actions,
    #category-fitment-selector-wrapper .fitmentSelector_root__GJJRN .Sui-FitmentSelector--actions {
      margin-bottom: 0px;
      margin-left: 5px;
      margin-top: 10px; }
      #pl-fitment-selector-wrapper .fitmentSelector_root__GJJRN .Sui-FitmentSelector--actions button,
      #category-fitment-selector-wrapper .fitmentSelector_root__GJJRN .Sui-FitmentSelector--actions button {
        font-size: 14px; }
    #pl-fitment-selector-wrapper .fitmentSelector_root__GJJRN .Sui-FacetFilter--facet-title,
    #category-fitment-selector-wrapper .fitmentSelector_root__GJJRN .Sui-FacetFilter--facet-title {
      background-color: #f7d417; }

/** Partslogic Stored Fitment Loader (MyGarage) */
#stored-fitment-loader {
  background-color: #f7d417;
  border: 3px solid black;
  font-size: 14px;
  border-bottom: none;
  margin: auto;
  max-width: 1240px; }
  #stored-fitment-loader .StoredFitmentLoader_container__Zg3gH {
    color: #000;
    margin: auto auto auto 10px;
    padding: 5px; }
    #stored-fitment-loader .StoredFitmentLoader_container__Zg3gH label {
      cursor: pointer; }
    #stored-fitment-loader .StoredFitmentLoader_container__Zg3gH button {
      background-color: #f7d417;
      font-weight: bold;
      vertical-align: baseline; }
  #stored-fitment-loader .StoredFitmentLoader_content__dyM1h {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0px;
    width: 100%; }
  #stored-fitment-loader .StoredFitmentLoader_actions__GNUPd .StoredFitmentLoader_action-button__Z-wgU {
    background-color: inherit; }
    #stored-fitment-loader .StoredFitmentLoader_actions__GNUPd .StoredFitmentLoader_action-button__Z-wgU p, #stored-fitment-loader .StoredFitmentLoader_actions__GNUPd .StoredFitmentLoader_action-button__Z-wgU p:hover {
      color: #000; }
  #stored-fitment-loader svg {
    color: #000;
    background-color: inherit;
    vertical-align: bottom; }

/** Partslogic Searchbar */
.searchBar_styledFitmentContainer__E5iFA {
  background: #585858 !important; }

div#pl-searchbar .SuiButton.primary {
  background-color: #585858 !important;
  color: white; }

div#pl-searchbar .Sui-SearchBar--suggestions-container {
  height: 513px;
  background-color: white !important; }

div#pl-searchbar .Sui-ProductListItem-Container--dealerid,
div#pl-searchbar .Sui-ProductListItem-Container--stockid,
div#pl-searchbar .Sui-ProductListItem-Container--price,
div#pl-searchbar .Sui-ProductListItem-Container--sale,
div#pl-searchbar .Sui-ProductListItem-Container--availability_remarks,
div#pl-searchbar .Sui-ProductListItem-Container--availability {
  display: none; }

div#pl-searchbar .Sui-modal {
  position: absolute !important;
  z-index: 999 !important; }

div#pl-searchbar .Sui-CategoryList--title {
  text-align: center !important; }

div#pl-searchbar .Sui-ProductListItem--title {
  white-space: normal;
  font-size: 14px;
  color: #525252;
  line-height: 25px;
  font-weight: 400; }

div#pl-searchbar .Sui-ProductListItem--image img {
  height: 100%; }

div#pl-searchbar .Sui-ProductListItem--image {
  width: 100%; }

div#pl-searchbar .Sui-SearchBar--section-product {
  grid-template-columns: repeat(auto-fill, minmax(150px, auto)) !important; }

div#pl-searchbar .Sui-ProductListItem--brand_name {
  white-space: normal;
  font-size: 16px;
  color: #525252;
  line-height: 25px;
  font-weight: 800; }

/** Fitment Verifier */
.pl-fitment-verifier {
  margin-bottom: 20px; }
  .pl-fitment-verifier .Sui-FitmentSelector--optional-fields-label {
    display: none; }
  .pl-fitment-verifier .Sui-FitmentSelector--select-wrapper .Sui-FitmentSelector--label {
    font-weight: bold; }

.pl-fitment-verifier svg {
  width: 40px; }

/** Leonard's storeLocator */
#storeLocator {
  right: 0;
  position: fixed;
  z-index: 1000;
  border: 1px solid;
  overflow: auto; }

@media (max-width: 500px) {
  /** Mobile Partslogic Fitment Selector Wrapper  */
  #pl-fitment-selector-wrapper .fitmentSelector_root__GJJRN .fitmentSelector_actions__cePMD {
    flex-direction: row;
    width: 100%;
    justify-content: center; }
  /** Mobile Stored Fitment Loader (MyGarage) */
  #stored-fitment-loader .StoredFitmentLoader_actions__GNUPd {
    width: 100%;
    justify-content: center; } }
