@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;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; }

/*! 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: #212121;
  cursor: auto;
  margin: 0;
  padding: 0;
  position: relative; }

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

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

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

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

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

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

select {
  width: 100%; }

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

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

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

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

p {
  margin-bottom: 1.5rem; }

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

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

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

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

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

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

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

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

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

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

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


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

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

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


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

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

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

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

.table-tbody tr {
  border-bottom: 1px solid #dfdfdf; }
  .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: "Nunito", 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: #2e3344;
  color: #2e3344;
  font-size: 1rem;
  padding: 0.85714rem 2.28571rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: transparent;
    border-color: #2e3344;
    color: white; }
  .button:active {
    background-color: transparent;
    border: 1px solid #2e3344;
    color: white; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.78571rem; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button--tiny { }

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-input {
  appearance: none;
  background-color: white;
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #212121;
  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: #888888;
    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: #dfdfdf;
  color: #212121;
  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.35714rem;
    padding-left: 1.85714rem;
    position: relative;
    vertical-align: baseline;
    width: 100%; }
    .form-checkbox + .form-label::before, .form-checkbox + .form-label::after,
    .form-radio + .form-label::before,
    .form-radio + .form-label::after {
      content: "";
      display: block;
      position: absolute;
      transition: all 50ms ease-out; }
    .form-checkbox + .form-label::before,
    .form-radio + .form-label::before {
      background-color: white;
      border: solid #dfdfdf;
      border-width: 1px;
      height: 1.14286rem;
      left: 0;
      top: 0;
      width: 1.14286rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 1rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 1rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

PrefixPostfix

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

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

### PrefixPostfix with a button

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

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

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

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

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

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

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

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

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

Switch

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

### Form Actions --fixed

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

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

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

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

Form inline errors

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-header {
  background-color: #f4f4f4;
  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: #f4f4f4; }
  .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: #212121;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #212121; }
  .breadcrumb.current {
    color: #212121;
    cursor: default; }
    .breadcrumb.current a {
      color: #212121;
      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: #212121;
    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: #888888;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #212121;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #999999;
    cursor: default; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navBar:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.navList:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

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

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

```sass_file_example
src/settings/foundation/accordion/_settings.scss
```
*/
.accordion {
  margin-bottom: 0;
  border: #dfdfdf 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: #dfdfdf solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: black; }
  .accordion-navigation > a {
    background: white;
    color: #212121;
    padding: 1.85714rem;
    display: block;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #f4f4f4; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.85714rem; }

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

.accordion-content {
  display: none;
  padding: 2rem;
  border: #dfdfdf 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(33, 33, 33, 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 #dfdfdf;
  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 #dfdfdf;
  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 #dfdfdf;
  padding: 0.78571rem 1.5rem;
  text-align: center; }
  @media (min-width: 481px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button {
        display: inline-block;
        margin-bottom: 0; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-figcaption-button {
  background-color: rgba(46, 51, 68, 0.9);
  color: white; }
  .card-figcaption-button:hover {
    background-color: #2e3344;
    color: white; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-track {
  backface-visibility: visible; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html,
body {
  height: auto; }

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

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

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

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

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

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

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

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

.definitionList:after {
  clear: both; }

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

.definitionList-value {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

.form-wishlist {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accordion-title {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-inlineMessage {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-option {
  border: 1px solid #dfdfdf;
  color: #212121;
  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: #2e3344;
    box-shadow: 0 0 0 1px #2e3344; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-title {
  font-size: 15px;
  margin: 0 0 0.28571rem; }
  .card-title > a {
    color: #2e3344;
    text-decoration: none; }
    .card-title > a:hover {
      color: #888888; }

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

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

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

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

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

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

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

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

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

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

.loadingOverlay {
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 20; }
  .loadingOverlay#connectedProductOverlay:before {
    top: 150px; }

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

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

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

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

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

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

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

.has-ribbon {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navPages-action {
  color: #212121;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 0.78571rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 801px) {
    .navPages-action {
      display: inline-block;
      padding: 0.78571rem 1.14286rem 1.14286rem; }
      .navPages-action.is-open {
        background-color: #e5e5e5; }
        .navPages-action.is-open svg {
          fill: #212121;
          stroke: #212121; } }
  .navPages-action:hover, .navPages-action.activePage {
    color: #212121; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: #212121;
      stroke: #212121; }
  .navPages-action svg {
    fill: #212121;
    stroke: #212121;
    transition: all 0.15s ease; }

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

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

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

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

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

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

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

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

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

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

.navPage-subMenu-action {
  padding: 0.78571rem 0; }
  @media (min-width: 801px) {
    .navPage-subMenu-action {
      padding: 0.78571rem 0 1.14286rem; } }

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

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

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

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

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

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

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

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

.pin_it_iframe_widget {
  display: none; }

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

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

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

.heroCarousel {
  width: 1px;
  min-width: 100%;
  margin-bottom: 4.5rem;
  margin-top: -1.5rem; }
  @media (min-width: 801px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  .heroCarousel.slick-initialized {
    max-height: 71.42857rem;
    opacity: 1; }
  .heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    top: 50%; }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 801px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9); }

.heroCarousel-slide {
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }
  @media (min-width: 801px) {
    .heroCarousel-slide .heroCarousel-image {
      object-fit: cover;
      max-height: 50rem;
      width: 100%; } }
  @media (min-width: 801px) {
    .heroCarousel-slide .heroCarousel-image-wrapper {
      max-height: 49.64286rem; } }
  .heroCarousel-slide.compat-object-fit {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat; }
    @media (min-width: 1261px) {
      .heroCarousel-slide.compat-object-fit.stretch {
        background-size: 100% 100%; } }
    .heroCarousel-slide.compat-object-fit .heroCarousel-image {
      opacity: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.quickView:after {
  clear: both; }

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

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

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

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

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

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

.productView {
  padding-top: 1rem; }

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

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

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

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

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

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

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

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

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

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

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

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

.productView-reviewLink {
  display: inline-block;
  margin-left: 0.78571rem;
  vertical-align: middle; }
  .productView-reviewLink + .productView-reviewLink {
    display: block;
    margin-left: auto; }
    @media (min-width: 551px) {
      .productView-reviewLink + .productView-reviewLink {
        display: inline-block;
        margin-left: 0.78571rem; } }
  .productView-reviewLink > a {
    color: #212121; }
    .productView-reviewLink > a:hover {
      color: #888888; }

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

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

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

.productView-info-value {
  display: inline-block;
  vertical-align: top;
  width: 80% !important;
  margin-bottom: 0.35714rem; }
  @media (min-width: 551px) {
    .productView-info-value {
      margin-bottom: 1rem; } }

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 551px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
  .productView-options input[type="file"] {
    font-size: 13px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field > .form-checkbox + .form-label,
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 551px) {
        .productView-options .form-field > .form-checkbox + .form-label,
        .productView-options .form-field > .form-radio + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  @media (min-width: 551px) {
    .productView-options .form-action {
      float: left;
      padding: 0 0.71429rem;
      width: 50%; } }
  @media (min-width: 801px) {
    .productView-options .form-action {
      float: none;
      padding: 0;
      width: auto; } }
  @media (min-width: 1261px) {
    .productView-options .form-action {
      display: inline-block;
      margin-top: 1rem; } }
  .productView-options .form-action .button {
    width: 100%; }
    @media (min-width: 1261px) {
      .productView-options .form-action .button {
        margin-right: 0.78571rem;
        width: auto; } }

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

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

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

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

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

.shareProduct {
  text-align: center; }

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

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

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

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

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

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

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

.compareTable-removeProduct {
  background-color: #f4f4f4;
  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: #8e8e8e;
    height: 1.5rem;
    margin-top: 0.5rem;
    width: 1.5rem; }

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

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

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

.blocker-container {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

.videoGallery .toggle-content {
  display: block !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.shipping-estimate-hide,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #212121;
  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: #888888; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.advancedSearch-separator {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon--ratingFull svg {
  fill: #2e3344; }

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

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

.cart-additionalCheckoutButtons .apple-pay-checkout-button {
  margin-top: 20px; }

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

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

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

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

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

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

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

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

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

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

.paymentMethod-icon {
  margin-right: 0.78571rem;
  width: 2rem; }
  @media (min-width: 1261px) {
    .paymentMethod-icon {
      width: 3rem; } }

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

.paymentMethod-default {
  margin-left: 0.78571rem; }
  .paymentMethod-default.icon {
    fill: #212121;
    height: 1.28571rem;
    width: 1.28571rem; }
    @media (min-width: 1261px) {
      .paymentMethod-default.icon {
        height: 1.42857rem;
        width: 1.42857rem; } }

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

.paymentMethod-details {
  padding: 1.5rem; }

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

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

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

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

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

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

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

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

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

@media (min-width: 551px) {
  .paymentMethodForm-cards {
    margin-left: auto; } }

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

.paymentMethodForm-inputs {
  position: relative; }

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

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

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

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

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

.header-logo {
  font-size: 0;
  margin: 0 3.92857rem;
  text-align: center; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 5.89286rem;
      margin-right: 5.89286rem; } }
  @media (min-width: 801px) {
    .header-logo {
      margin: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.35714rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo > a {
    color: white;
    display: inline-block;
    padding: 0.78571rem 0;
    position: relative;
    text-decoration: none;
    width: 60%;
    z-index: 20; }
    .header-logo > a:before, .header-logo > a:after {
      content: " ";
      display: table; }
    .header-logo > a:after {
      clear: both; }
    @media (min-width: 801px) {
      .header-logo > a {
        background: none;
        border-bottom: 0;
        display: inline;
        padding: 0;
        width: 100%; } }
    .header-logo > a:hover {
      color: #888888; }
    .header-logo > a:active {
      color: #888888; }

.header-logo--left {
  text-align: left; }
  @media (min-width: 801px) {
    .header-logo--left {
      margin-left: 2.85714rem; } }
  .header-logo--left .header-logo-image {
    right: unset; }

.header-logo--right {
  text-align: right; }
  @media (min-width: 801px) {
    .header-logo--right {
      margin-right: 2.85714rem; } }
  .header-logo--right .header-logo-image {
    left: unset; }

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

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

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

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

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

.mobileMenu-toggle {
  height: 3.92857rem;
  width: 3.92857rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.28571rem;
  position: absolute;
  z-index: 50; }
  @media (min-width: 801px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #2e3344;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    width: 1.42857rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.92857rem;
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.5rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.5rem; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: #2e3344;
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 551px) {
  .listItem {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    display: table; }
    .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(46, 51, 68, 0.9);
  color: white; }
  .listItem-button:hover {
    background-color: #2e3344;
    color: white; }

.listItem-figure {
  margin: 0 0 1.5rem; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.78571rem;
      padding-right: 0.78571rem;
      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.78571rem;
      opacity: 0;
      position: absolute;
      right: 0.78571rem;
      top: 0; }
      .listItem-figureBody:hover {
        opacity: 1; } }

.listItem-image {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.productView-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 1261px) {
    .productView-description {
      clear: right;
      float: right;
      width: 50%; } }
  .productView-description .productView-title {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (min-width: 801px) {
    .productView-description .productView-description {
      clear: both;
      float: none;
      width: 100%; } }

.video-container {
  position: relative; }
  .video-container img {
    height: 90px; }
  .video-container svg {
    position: absolute;
    top: 35%;
    left: 45%; }

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

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

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

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

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

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

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

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

.product {
  overflow: hidden; }

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

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

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

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

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

.account {
  margin-bottom: 1.5rem; }

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

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

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

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

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

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

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

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

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

/* jsTree default theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  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; } }

/* ==================== THEME VARIABLE ==================== */
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -100px, 0); }
  90% {
    transform: none; }
  to {
    transform: none; } }

@-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 slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-stroke-width: 0;
  -moz-osx-font-smoothing: auto;
  padding: 0;
  font-size: 14px;
  color: #212121; }

.body {
  margin-bottom: 50px;
  margin-top: 0px; }
  @media only screen and (max-width: 1023px) {
    .body {
      margin-bottom: 30px; } }

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"],
input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"],
input[type="time"], input[type="url"], input[type="color"], textarea {
  outline: none; }

textarea {
  resize: vertical; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: normal;
  color: #2e3344; }
  @media only screen and (max-width: 666px) {
    h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
      margin: 0 0 10px 0; } }

h1, .h1 {
  font-size: 36px;
  line-height: 44px; }

h2, .h2 {
  font-size: 30px;
  line-height: 38px; }

h3, .h3 {
  font-size: 24px;
  line-height: 32px; }

h4, .h4 {
  font-size: 20px;
  line-height: 28px; }

h5, .h5 {
  font-size: 16px;
  line-height: 24px; }

h6, .h6 {
  font-size: 14px;
  line-height: 18px; }

p {
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 20px 0; }

a {
  outline: none;
  text-decoration: none;
  transition: all .5s;
  color: #212121; }
  a:hover, a:focus {
    transition: all .5s;
    color: #c2c2c2; }

ul, ol {
  margin-bottom: 20px;
  margin-left: 0px; }
  ul li, ol li {
    line-height: 18px;
    margin-bottom: 10px;
    list-style-position: inside !important; }

.container {
  max-width: 1440px;
  width: 100%;
  margin: 0px auto;
  padding: 0px; }
  @media only screen and (max-width: 1919px) {
    .container {
      max-width: 1230px; } }
  @media only screen and (max-width: 1279px) {
    .container {
      max-width: 980px; } }
  @media only screen and (max-width: 1023px) {
    .container {
      max-width: 728px; } }
  @media only screen and (max-width: 767px) {
    .container {
      max-width: 94%; } }
  @media only screen and (max-width: 479px) {
    .container {
      max-width: 100%;
      padding: 0 11px; } }

.column, .columns {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }
  @media only screen and (max-width: 1023px) {
    .column, .columns {
      padding-right: 10px;
      padding-left: 10px; } }

.custom-row {
  margin-left: -15px;
  margin-right: -15px; }
  @media only screen and (max-width: 1023px) {
    .custom-row {
      margin-left: -10px;
      margin-right: -10px; } }

.productCarousel {
  margin: 0 -15px; }
  @media only screen and (max-width: 1023px) {
    .productCarousel {
      margin: 0 -10px; } }
  .productCarousel .productCarousel-slide {
    padding-left: 15px;
    padding-right: 15px;
    width: 25%; }
    @media only screen and (max-width: 1279px) {
      .productCarousel .productCarousel-slide {
        width: 33.33%; } }
    @media only screen and (max-width: 1023px) {
      .productCarousel .productCarousel-slide {
        width: 39%; } }
    @media only screen and (max-width: 479px) {
      .productCarousel .productCarousel-slide {
        width: 50%; } }
    @media only screen and (max-width: 1023px) {
      .productCarousel .productCarousel-slide {
        padding-left: 10px;
        padding-right: 10px; } }
  .productCarousel.slick-not-apply {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }

.productGrid {
  margin: 0 -15px; }
  @media only screen and (max-width: 1023px) {
    .productGrid {
      margin: 0 -10px; } }
  .productGrid .product {
    padding-left: 15px;
    padding-right: 15px; }
    @media only screen and (max-width: 1023px) {
      .productGrid .product {
        padding-left: 10px;
        padding-right: 10px; } }

.banners {
  padding: 0px;
  background: none; }
  @media only screen and (max-width: 1023px) {
    .banners.m-b-40 {
      margin-bottom: 30px; } }
  .banners .banner {
    max-width: 100%; }
  .banners .page-heading {
    padding-bottom: 0px;
    border-bottom: 0px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 1023px) {
      .banners .page-heading {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px; } }
  .banners h3 {
    margin-bottom: 20px; }
    @media only screen and (max-width: 1023px) {
      .banners h3 {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 22px; } }
  .banners p {
    color: #212121;
    font-size: 16px;
    text-align: left; }
    @media only screen and (max-width: 1023px) {
      .banners p {
        font-size: 14px; } }
  .banners img {
    margin-bottom: 20px; }
  .banners a {
    color: #212121; }
    .banners a:hover, .banners a:focus {
      color: #616161; }

@media only screen and (max-width: 479px) {
  .g-recaptcha {
    max-width: 260px;
    overflow: auto;
    padding: 10px 0; }
    .g-recaptcha iframe {
      transform: scale(0.75);
      -webkit-transform: scale(0.75);
      transform-origin: 0 0;
      -webkit-transform-origin: 0 0; } }

.icon--ratingFull svg {
  width: 12px;
  height: 12px; }

.icon--ratingEmpty svg {
  height: 13px;
  width: 13px; }

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

.clearfix:after, .clearfix:after {
  clear: both; }

.clear {
  clear: both; }

@media only screen and (max-width: 767px) {
  .modal-body {
    padding: 20px; } }

.view-all:before {
  display: none; }

.view-all a {
  color: #212121;
  font-style: italic; }
  .view-all a:hover {
    color: #888888; }

.theme-color {
  color: #212121; }

.theme-red-color {
  color: #ea272d; }

.panel-title {
  font-weight: 500; }

.modal-header-title {
  font-size: 24px;
  line-height: 28px; }
  @media only screen and (max-width: 1023px) {
    .modal-header-title {
      font-size: 20px;
      line-height: 24px; } }

.width-100 {
  width: 100%; }

.width-50 {
  width: 50%; }

.width-33 {
  width: 33.33%; }

.width-25 {
  width: 25%; }

.form-input, .form-select {
  border: 1px solid #dfdfdf;
  font-size: 15px;
  line-height: normal;
  padding: 10px 30px 10px 15px;
  border-radius: 0;
  height: auto;
  background-size: 20px;
  background-position: right 10px top 11px; }
  @media only screen and (max-width: 767px) {
    .form-input, .form-select {
      padding: 10px 30px 10px 10px;
      font-size: 14px;
      background-position: right 8px top 8px; } }

.form-select--small,
.form-select--date {
  background-position: right 10px top 11px; }
  @media only screen and (max-width: 567px) {
    .form-select--small,
    .form-select--date {
      background-position: right 8px top 8px; } }

.form-label--inlineSmall small, .form-label small {
  margin: 0px;
  color: #ea272d;
  font-size: 15px;
  float: none; }

.form-fileDescription {
  margin-bottom: 0px; }

.form-checkbox + .form-label::before {
  height: 15px;
  width: 15px; }

.form-field-group {
  border-radius: 0; }

@media only screen and (max-width: 767px) {
  .form-field {
    margin-bottom: 20px; } }

.form-prefixPostfix .form-input {
  font-size: 16px;
  font-weight: 400;
  font-weight: 300; }
  @media only screen and (max-width: 767px) {
    .form-prefixPostfix .form-input {
      padding-top: 12px;
      padding-bottom: 12px; } }
  .form-prefixPostfix .form-input:-webkit-input-placeholder {
    font-weight: 300; }
  .form-prefixPostfix .form-input:-moz-placeholder {
    font-weight: 300; }
  .form-prefixPostfix .form-input:-ms-input-placeholder {
    font-weight: 300; }
  .form-prefixPostfix .form-input:-moz-placeholder {
    font-weight: 300; }

.form-prefixPostfix .button {
  height: auto;
  text-transform: uppercase; }
  @media only screen and (max-width: 767px) {
    .form-prefixPostfix .button {
      padding: 12px 15px;
      line-height: 18px; } }

select option {
  padding: 4px 8px;
  font-size: 13px;
  border: 1px solid #000000 !important; }

ul.list-with-arrow {
  margin-bottom: 10px; }
  ul.list-with-arrow li {
    margin: 0px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px; }
    ul.list-with-arrow li:before {
      content: "";
      position: absolute;
      width: 10px;
      height: 7px;
      background: url("../icons/product-description-arrow.svg");
      background-size: 100%;
      left: 0;
      top: 5px; }

.modal-close:hover span {
  color: #212121; }

.alertBox--info {
  color: white;
  background: #f5f5f5; }
  .alertBox--info svg {
    fill: #333333; }
  .alertBox--info p {
    color: #333333; }
  .alertBox--info .alertBox-close svg {
    fill: #333333; }

.m-t-10 {
  margin-top: 10px; }

.m-b-10 {
  margin-bottom: 10px; }

.m-l-10 {
  margin-left: 10px; }

.m-r-10 {
  margin-right: 10px; }

.m-t-15 {
  margin-top: 15px; }

.m-b-15 {
  margin-bottom: 15px; }

.m-l-15 {
  margin-left: 15px; }

.m-r-15 {
  margin-right: 15px; }

.m-t--20 {
  margin-top: -20px; }

.m-t-20 {
  margin-top: 20px; }

.m-b-20 {
  margin-bottom: 20px; }

.m-l-20 {
  margin-left: 20px; }

.m-r-20 {
  margin-right: 20px; }

.m-t-30 {
  margin-top: 30px; }

.m-b-30 {
  margin-bottom: 30px; }

.m-l-30 {
  margin-left: 30px; }

.m-r-30 {
  margin-right: 30px; }

.m-t-40 {
  margin-top: 40px; }

.m-b-40 {
  margin-bottom: 40px; }

.m-l-40 {
  margin-left: 40px; }

.m-r-40 {
  margin-right: 40px; }

.m-t-50 {
  margin-top: 50px; }

.m-b-50 {
  margin-bottom: 50px; }

.m-l-50 {
  margin-left: 50px; }

.m-r-50 {
  margin-right: 50px; }

.m-t-60 {
  margin-top: 60px; }

.m-b-60 {
  margin-bottom: 60px; }

.m-l-60 {
  margin-left: 60px; }

.m-r-60 {
  margin-right: 60px; }

.m-b-0 {
  margin-bottom: 0; }

.m-l-0 {
  margin-left: 0; }

.m-r-0 {
  margin-right: 0; }

.m-l--15 {
  margin-left: -15px; }

.m-r--15 {
  margin-right: -15px; }

.p-t-15 {
  padding-top: 15px; }

.p-b-15 {
  padding-bottom: 15px; }

.p-l-15 {
  padding-left: 15px; }

.p-r-15 {
  padding-right: 15px; }

.p-t-20 {
  padding-top: 20px; }

.p-b-20 {
  padding-bottom: 20px; }

.p-l-20 {
  padding-left: 20px; }

.p-r-20 {
  padding-right: 20px; }

.p-t-30 {
  padding-top: 30px; }

.p-b-30 {
  padding-bottom: 30px; }

.p-l-30 {
  padding-left: 30px; }

.p-r-30 {
  padding-right: 30px; }

.p-l-0 {
  padding-left: 0; }

.p-r-0 {
  padding-right: 0; }

.padding-5 {
  padding: 5px; }

.padding-20 {
  padding: 20px; }

.display-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.align-item-center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.align-item-start {
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }

.align-item-end {
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end; }

.justify-content-start {
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.justify-content-center {
  -webkit-justify-content: center;
  justify-content: center; }

.justify-content-end {
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.justify-content-sb {
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.flex-wrap-w {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

.banner-hover a {
  position: relative;
  display: block;
  overflow: hidden; }
  .banner-hover a:before {
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    position: absolute;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: #000000;
    transition: 0.3s all;
    z-index: 1; }
  .banner-hover a:hover:before {
    visibility: visible;
    opacity: 0.3;
    filter: alpha(opacity=30); }

.pagination .pagination-item {
  margin-left: 4px; }
  .pagination .pagination-item.pagination-item--current {
    border: 0px;
    margin-right: 0px; }
    .pagination .pagination-item.pagination-item--current .pagination-link {
      background: #212121;
      color: #ffffff;
      padding: 4px 7px;
      line-height: 15px;
      border-radius: 0; }
  .pagination .pagination-item .pagination-link {
    font-size: 15px;
    color: #212121;
    position: relative;
    min-width: 22px;
    height: 22px;
    border-radius: 0; }
    @media only screen and (max-width: 767px) {
      .pagination .pagination-item .pagination-link {
        font-size: 14px; } }
    .pagination .pagination-item .pagination-link:hover {
      background: #212121;
      color: #ffffff; }
      .pagination .pagination-item .pagination-link:hover svg {
        fill: #ffffff; }
    .pagination .pagination-item .pagination-link svg {
      fill: #212121; }

.pagination .pagination-item--previous, .pagination .pagination-item--next {
  float: none; }
  .pagination .pagination-item--previous > a:hover .icon > svg, .pagination .pagination-item--next > a:hover .icon > svg {
    fill: #ffffff; }
  .pagination .pagination-item--previous .icon, .pagination .pagination-item--next .icon {
    position: absolute;
    top: 3px; }

.pagination .pagination-item--previous .pagination-link {
  padding-left: 20px; }

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

.pagination .pagination-item--next .pagination-link {
  padding-right: 20px; }

.pagination .pagination-item--next .icon {
  right: 0;
  margin-right: 0px; }

.button {
  padding: 11px 20px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
  border-radius: 0px;
  letter-spacing: 0.10px;
  height: auto;
  border: 1px solid #212121;
  color: #212121;
  background: #ffffff; }
  @media only screen and (max-width: 767px) {
    .button {
      padding: 8px 18px;
      font-size: 14px; } }
  .button:hover, .button:focus, .button:active {
    background: #212121;
    color: #ffffff; }

.button.button--primary {
  background: #212121;
  border: 1px solid #212121;
  color: #ffffff; }
  .button.button--primary:hover, .button.button--primary:focus, .button.button--primary:active {
    color: #212121;
    background: #ffffff; }

.swal2-modal .swal2-confirm:focus, .swal2-modal .swal2-confirm:hover,
.swal2-modal .swal2-confirm:focus,
.swal2-modal .swal2-confirm:hover {
  background: #212121;
  border-color: #212121;
  color: #ffffff; }

.swal2-modal .swal2-cancel:focus,
.swal2-modal .swal2-cancel:hover {
  background-color: transparent;
  border-color: #2e3344;
  color: #212121; }

.swal2-confirm:active {
  background: #212121;
  border-color: #212121;
  color: #2e3344; }

.breadcrumbs {
  text-align: left;
  display: block;
  margin: 15px 0; }
  .breadcrumbs .breadcrumb:first-child:before {
    content: ""; }
  .breadcrumbs .breadcrumb:before {
    content: ">"; }
  .breadcrumbs .breadcrumb a {
    font-size: 13px;
    color: #212121; }
    .breadcrumbs .breadcrumb a:hover {
      color: #212121; }
  .breadcrumbs .breadcrumb.is-active span {
    color: #212121; }

.slick-dotted.slick-slider {
  margin-bottom: 39px; }

.slick-arrow {
  padding: 0px;
  height: 15px;
  width: 20px;
  margin: 0px;
  right: 0px;
  transform: none; }
  .slick-arrow:before {
    display: none; }
  .slick-arrow svg {
    width: 30px;
    height: 30px;
    fill: #212121; }
  .slick-arrow:hover svg {
    fill: #b8b8b8; }

.slick-disabled {
  opacity: 1; }
  .slick-disabled svg {
    fill: #b8b8b8; }

.slick-dots {
  bottom: -15px; }
  .slick-dots li {
    background: transparent;
    width: 20px;
    height: 20px;
    padding: 0px;
    line-height: 26px; }
    .slick-dots li button {
      border: 1px solid #212121;
      height: 14px;
      width: 14px; }
      .slick-dots li button:before {
        width: 8px;
        height: 8px;
        background: #212121;
        top: 50%;
        left: 50%;
        margin-left: -4px;
        margin-top: -4px;
        opacity: 1; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        border: 1px solid #212121; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          background: #212121;
          opacity: 1; }
    .slick-dots li.slick-active button {
      border: 1px solid #212121; }
      .slick-dots li.slick-active button:before {
        background: #212121;
        opacity: 1; }

.navList-treeview li {
  position: relative; }
  .navList-treeview li .hitarea {
    position: absolute;
    text-align: center;
    right: 0;
    top: 4px;
    cursor: pointer;
    z-index: 3;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding: 7px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .navList-treeview li .hitarea:before {
      position: absolute;
      background-color: #212121;
      content: "";
      width: 11px;
      height: 1px;
      left: 1px;
      top: 7px; }
    .navList-treeview li .hitarea:after {
      position: absolute;
      background-color: #212121;
      width: 11px;
      height: 1px;
      left: 1px;
      top: 7px;
      content: "";
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
    .navList-treeview li .hitarea svg {
      width: 11px;
      height: 11px;
      pointer-events: none;
      line-height: normal;
      display: none; }
  .navList-treeview li.collapsable > .hitarea:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0; }
  .navList-treeview li.collapsable > .hitarea:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .navList-treeview li.collapsable > a {
    color: #212121; }
  .navList-treeview li li a svg {
    display: none; }
  .navList-treeview li li a span {
    display: none; }
  .navList-treeview li ul {
    display: none; }
  .navList-treeview li a {
    text-transform: capitalize;
    display: inline-block;
    vertical-align: middle;
    padding-right: 25px; }
    .navList-treeview li a span {
      display: none; }

.socialLinks {
  line-height: normal; }
  .socialLinks .socialLinks-item {
    margin: 0px 3px; }
    .socialLinks .socialLinks-item.socialLinks-item--facebookLike {
      margin-bottom: 0;
      margin-left: 15px;
      display: inline-block;
      vertical-align: middle; }
      @media only screen and (max-width: 1279px) {
        .socialLinks .socialLinks-item.socialLinks-item--facebookLike {
          margin-top: 10px;
          margin-left: 0; } }
      @media only screen and (max-width: 1023px) {
        .socialLinks .socialLinks-item.socialLinks-item--facebookLike {
          margin-top: 0;
          margin-left: 15px; } }
      @media only screen and (max-width: 479px) {
        .socialLinks .socialLinks-item.socialLinks-item--facebookLike {
          margin-top: 10px;
          margin-left: 0;
          display: block; } }
      .socialLinks .socialLinks-item.socialLinks-item--facebookLike iframe {
        position: static !important;
        height: 25px;
        width: 116px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
    .socialLinks .socialLinks-item svg {
      width: 18px;
      height: 13px; }
    .socialLinks .socialLinks-item.socialLinks-item--print svg {
      height: 15px; }

.socialLinks .icon {
  height: 34px;
  width: 34px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 1px solid #dfdfdf;
  border-radius: 50%; }
  .socialLinks .icon:hover svg {
    fill: #ffffff; }

.socialLinks .icon--google_plusone:hover {
  border-color: #CC3333;
  background: #CC3333; }

.socialLinks .icon--facebook:hover {
  border-color: #597ac7;
  background: #597ac7; }

.socialLinks .icon--email:hover {
  border-color: #CC3333;
  background: #CC3333; }

.socialLinks .icon--print:hover {
  border-color: red;
  background: red; }

.socialLinks .icon--twitter:hover {
  border-color: #1DA1F2;
  background: #1DA1F2; }

.socialLinks .icon--google:hover {
  border-color: #CC3333;
  background: #CC3333; }

.socialLinks .icon--linkedin:hover {
  border-color: #0077B5;
  background: #0077B5; }

.socialLinks .icon--pinterest:hover {
  border-color: #c8232c;
  background: #c8232c; }

.addthis_toolbox a.at300b, .addthis_toolbox a.at300m {
  width: 34px !important; }

.socialLinks--alt .socialLinks-item {
  padding: 0px;
  margin: 0 6px 0 0; }

.socialLinks--alt .icon {
  margin: 0px;
  border-radius: 50%;
  border: 1px solid #000;
  height: 34px;
  width: 34px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .socialLinks--alt .icon svg {
    width: 15px;
    height: 15px; }
  .socialLinks--alt .icon.icon--facebook {
    border: 1px solid #49669d; }
    .socialLinks--alt .icon.icon--facebook svg {
      fill: #49669d; }
  .socialLinks--alt .icon.icon--linkedin {
    border: 1px solid #387ba6; }
    .socialLinks--alt .icon.icon--linkedin svg {
      fill: #387ba6; }
  .socialLinks--alt .icon.icon--tumblr {
    border: 1px solid #34526f; }
    .socialLinks--alt .icon.icon--tumblr svg {
      fill: #34526f; }
  .socialLinks--alt .icon.icon--twitter {
    border: 1px solid #60bdea; }
    .socialLinks--alt .icon.icon--twitter svg {
      fill: #60bdea; }
  .socialLinks--alt .icon.icon--instagram {
    border: 1px solid #b5b196; }
    .socialLinks--alt .icon.icon--instagram svg {
      fill: #b5b196; }
  .socialLinks--alt .icon.icon--pinterest {
    border: 1px solid #fc393d; }
    .socialLinks--alt .icon.icon--pinterest svg {
      fill: #fc393d; }
  .socialLinks--alt .icon.icon--google {
    border: 1px solid #4c4c4c; }
    .socialLinks--alt .icon.icon--google svg {
      width: 20px;
      fill: #4c4c4c; }
  .socialLinks--alt .icon.icon--youtube {
    border: 1px solid #fa3b3a; }
    .socialLinks--alt .icon.icon--youtube svg {
      width: 16px;
      fill: #fa3b3a; }
  .socialLinks--alt .icon.icon--stumbleupon {
    border: 1px solid #48b04f; }
    .socialLinks--alt .icon.icon--stumbleupon svg {
      width: 16px;
      fill: #48b04f; }
  .socialLinks--alt .icon.icon--rss {
    border: 1px solid #f26522; }
    .socialLinks--alt .icon.icon--rss svg {
      width: 16px;
      fill: #f26522; }

.socialLinks .icon--facebook_like {
  border: 0px;
  width: auto;
  height: auto;
  text-align: left !important;
  margin-left: 3px;
  justify-content: flex-start; }
  .socialLinks .icon--facebook_like iframe {
    width: 280px; }

li.facebook_like, li.socialLinks-alt.facebook_like {
  height: auto !important;
  margin-left: 0;
  margin-top: 20px; }

.sf-menu, .sf-menu {
  list-style: none; }

.nav-arrow-roted > a span, .nav-arrow-roted > a i, .nav-arrow-roted .navPages-action span, .nav-arrow-roted .navPages-action i {
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90eg);
  /* Safari 3-8 */
  transform: rotate(-90deg);
  display: inline-block; }
  .nav-arrow-roted > a span.nav-arrow, .nav-arrow-roted > a i.nav-arrow, .nav-arrow-roted .navPages-action span.nav-arrow, .nav-arrow-roted .navPages-action i.nav-arrow {
    display: none; }

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  z-index: 99;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  max-width: 180px;
  width: 180px;
  background: #ffffff;
  left: 50%;
  transform: translateX(-50%); }

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block; }

.sf-menu a {
  display: block;
  position: relative; }

.sf-menu ul ul {
  left: 100%;
  right: auto;
  top: 0;
  transform: none; }

/*** DEMO SKIN ***/
.sf-menu ul.mega-menu-wrap {
  width: 100%;
  max-width: 100%;
  left: 0; }

.sf-menu li {
  position: relative; }
  .sf-menu li.mega-menu-item {
    position: inherit; }

.last-menu-item ul {
  right: 0; }
  .last-menu-item ul li a {
    position: relative;
    padding-left: 20px !important; }
    .last-menu-item ul li a span {
      position: absolute;
      left: 0;
      transform: rotate(180deg); }
  .last-menu-item ul ul {
    right: 100%;
    left: auto; }

.sf-menu ul li {
  background: #ffffff;
  display: block;
  width: 100%;
  text-align: left; }

.sf-menu ul ul li {
  background: #ffffff; }

.sf-menu li:hover,
.sf-menu li.sfHover {
  /* only transition out, not in */
  -webkit-transition: none;
  transition: none; }

/*** arrows (for all except IE7) **/
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: white;
  /* IE8 fallback colour */ }

/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(255, 255, 255, 0.5); }

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: white; }

/* == Jquery Growl Start ==*/
/* jQuery Growl
* Copyright 2015 Kevin Sylvestre
* 1.3.5
*/
.ontop, #growls-default, #growls-tl, #growls-tr, #growls-bl, #growls-br, #growls-tc, #growls-bc, #growls-cc, #growls-cl, #growls-cr {
  z-index: 50000;
  position: fixed; }

#growls-default {
  top: 10px;
  right: 10px; }

#growls-tl {
  top: 10px;
  left: 10px; }

#growls-tr {
  top: 10px;
  right: 10px; }

#growls-bl {
  bottom: 10px;
  left: 10px; }

#growls-br {
  bottom: 10px;
  right: 10px; }

#growls-tc {
  top: 10px;
  right: 10px;
  left: 10px; }

#growls-bc {
  bottom: 10px;
  right: 10px;
  left: 10px; }

#growls-cc {
  top: 50%;
  left: 50%;
  margin-left: -125px; }

#growls-cl {
  top: 50%;
  left: 10px; }

#growls-cr {
  top: 50%;
  right: 10px; }

#growls-tc .growl, #growls-bc .growl {
  margin-left: auto;
  margin-right: auto; }

.growl {
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: relative;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.growl.growl-incoming {
  opacity: 0;
  filter: alpha(opacity=0); }

.growl.growl-outgoing {
  opacity: 0;
  filter: alpha(opacity=0); }

.growl.growl-small {
  width: 200px;
  padding: 5px;
  margin: 5px; }

.growl.growl-medium {
  width: 250px;
  padding: 10px;
  margin: 10px; }

.growl.growl-large {
  width: 300px;
  padding: 15px;
  margin: 15px; }

.growl.growl-default {
  color: #FFF;
  background: #7f8c8d; }

.growl.growl-error {
  color: #FFF;
  background: #C0392B; }

.growl.growl-notice {
  color: #FFF;
  background: #2ECC71; }

.growl.growl-warning {
  color: #FFF;
  background: #F39C12; }

.growl .growl-close {
  cursor: pointer;
  float: right;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  font-family: helvetica, verdana, sans-serif; }

.growl .growl-title {
  font-size: 18px;
  line-height: 24px; }

.growl .growl-message {
  font-size: 14px;
  line-height: 18px; }

/* == Jquery Growl End ==*/
.section-title {
  text-align: center; }
  .section-title .page-heading {
    margin-bottom: 0px;
    border-bottom: 0;
    line-height: 24px;
    padding-bottom: 0px; }
    @media only screen and (max-width: 1023px) {
      .section-title .page-heading {
        font-size: 24px;
        line-height: 24px; } }

.page-heading {
  margin-bottom: 30px;
  font-weight: 500;
  color: #2e3344;
  letter-spacing: normal;
  line-height: 40px;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 15px; }
  @media only screen and (max-width: 1023px) {
    .page-heading {
      font-size: 26px;
      line-height: 36px;
      margin-bottom: 20px; } }
  .page-heading + .page-sub-heading {
    margin-top: 6px;
    font-size: 24px; }
    @media only screen and (max-width: 1023px) {
      .page-heading + .page-sub-heading {
        font-size: 20px;
        line-height: 22px; } }
  .page-heading svg {
    width: 20px;
    height: 20px;
    fill: #212121;
    margin-right: 8px; }

.page-sub-heading {
  color: #888888;
  font-family: "Montserrat";
  margin-bottom: 0px; }

.home-promotional-banner {
  margin-top: 39px; }
  @media only screen and (max-width: 1023px) {
    .home-promotional-banner {
      margin-top: 30px; } }
  .home-promotional-banner.carousel-open {
    margin-top: 0px; }
  @media only screen and (max-width: 1023px) {
    .home-promotional-banner.m-b-60 {
      margin-bottom: 37px; } }
  .home-promotional-banner .banner-main-block {
    margin: 0 -15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    @media only screen and (max-width: 1023px) {
      .home-promotional-banner .banner-main-block {
        margin: 0 -10px; } }
    @media only screen and (max-width: 767px) {
      .home-promotional-banner .banner-main-block {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; } }
    @media only screen and (max-width: 567px) {
      .home-promotional-banner .banner-main-block {
        margin: 0 -5px; } }
    @media only screen and (max-width: 479px) {
      .home-promotional-banner .banner-main-block {
        margin: 0; } }
  .home-promotional-banner .banner-block-half {
    width: 50%; }
    @media only screen and (max-width: 1023px) {
      .home-promotional-banner .banner-block-half.p-l-15 {
        padding-left: 10px; }
      .home-promotional-banner .banner-block-half.p-r-15 {
        padding-right: 10px; } }
    @media only screen and (max-width: 767px) {
      .home-promotional-banner .banner-block-half {
        width: 100%; } }
    @media only screen and (max-width: 567px) {
      .home-promotional-banner .banner-block-half.p-l-15 {
        padding-left: 5px; }
      .home-promotional-banner .banner-block-half.p-r-15 {
        padding-right: 5px; } }
    @media only screen and (max-width: 479px) {
      .home-promotional-banner .banner-block-half.p-l-15 {
        padding-left: 0px; }
      .home-promotional-banner .banner-block-half.p-r-15 {
        padding-right: 0px; } }
  .home-promotional-banner .banner-block-full {
    width: 100%; }
  .home-promotional-banner .banner-block-3 {
    padding: 0px;
    margin-top: 30px; }
    @media only screen and (max-width: 1919px) {
      .home-promotional-banner .banner-block-3 {
        margin-top: 27px; } }
    @media only screen and (max-width: 1279px) {
      .home-promotional-banner .banner-block-3 {
        margin-top: 24px; } }
    @media only screen and (max-width: 1023px) {
      .home-promotional-banner .banner-block-3 {
        margin-top: 17px; } }
    @media only screen and (max-width: 567px) {
      .home-promotional-banner .banner-block-3 {
        margin-top: 10px; } }
    @media only screen and (max-width: 479px) {
      .home-promotional-banner .banner-block-3 {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; }
        .home-promotional-banner .banner-block-3 .p-r-15 {
          margin-bottom: 10px; } }
    .home-promotional-banner .banner-block-3 img {
      width: 100%; }
  @media only screen and (max-width: 767px) {
    .home-promotional-banner .banner-block-2 {
      margin-top: 17px; } }
  @media only screen and (max-width: 567px) {
    .home-promotional-banner .banner-block-2 {
      margin-top: 10px; } }

@media only screen and (max-width: 1023px) {
  .product-section.m-b-40 {
    margin-bottom: 17px; } }

.slick-slider .product-slick-arrow {
  display: none;
  width: 18px;
  height: 12px; }

.home-blog-list-wrap .home-blog-list {
  display: flex; }
  @media only screen and (max-width: 666px) {
    .home-blog-list-wrap .home-blog-list {
      flex-flow: column; } }

@media only screen and (max-width: 1023px) {
  .home-blog-post.m-b-50 {
    margin-bottom: 30px; } }

@media only screen and (max-width: 1023px) {
  .home-blog-list-wrap.m-t-30 {
    margin-top: 15px; } }

@media only screen and (max-width: 666px) {
  .home-blog-list-wrap .custom-row {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 0px; } }

@media only screen and (max-width: 1023px) {
  .home-blog-item.p-l-15 {
    padding-left: 10px; }
  .home-blog-item.p-r-15 {
    padding-right: 10px; } }

@media only screen and (max-width: 666px) {
  .home-blog-item.width-33 {
    width: 100%;
    padding: 0px; }
  .home-blog-item:last-child .home-blog-detail {
    margin-bottom: 0px; } }

.home-blog-img {
  position: relative;
  width: 100%; }
  .home-blog-img a {
    text-align: center;
    display: block; }
    .home-blog-img a span {
      max-height: 300px;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 300px;
      overflow: hidden; }
      @media only screen and (max-width: 1919px) {
        .home-blog-img a span {
          max-height: 224px;
          min-height: 224px; } }
      @media only screen and (max-width: 1279px) {
        .home-blog-img a span {
          max-height: 210px;
          min-height: 210px; } }
      @media only screen and (max-width: 1023px) {
        .home-blog-img a span {
          max-height: 150px;
          min-height: 150px; } }
      @media only screen and (max-width: 767px) {
        .home-blog-img a span {
          max-height: 130px;
          min-height: 130px; } }
      @media only screen and (max-width: 666px) {
        .home-blog-img a span {
          max-height: inherit; } }
    .home-blog-img a img {
      width: auto;
      overflow: hidden;
      background-color: #ffffff;
      position: relative;
      -webkit-transition: all 500ms;
      -moz-transition: all 500ms;
      -ms-transition: all 500ms;
      -o-transition: all 500ms;
      transition: all 500ms; }

.home-blog-detail {
  text-align: left;
  padding: 0 10px;
  padding-top: 15px;
  width: 100%; }
  @media only screen and (max-width: 1023px) {
    .home-blog-detail {
      padding-top: 15px; } }
  @media only screen and (max-width: 666px) {
    .home-blog-detail {
      margin-bottom: 30px; } }
  .home-blog-detail h4 {
    line-height: 24px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
    letter-spacing: normal; }
    @media only screen and (max-width: 1023px) {
      .home-blog-detail h4 {
        font-size: 16px;
        line-height: 20px; } }
    @media only screen and (max-width: 767px) {
      .home-blog-detail h4 {
        margin-bottom: 7px; } }
    .home-blog-detail h4 a {
      color: #212121; }
      .home-blog-detail h4 a:hover {
        color: #212121; }
  .home-blog-detail p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    text-align: left;
    margin-bottom: 10px;
    color: #333333; }
    @media only screen and (max-width: 1023px) {
      .home-blog-detail p {
        font-size: 13px;
        line-height: 20px; } }
    @media only screen and (max-width: 767px) {
      .home-blog-detail p {
        margin-bottom: 7px; } }
  .home-blog-detail .blog-date {
    font-size: 15px;
    font-weight: 400;
    color: #212121; }
    @media only screen and (max-width: 1023px) {
      .home-blog-detail .blog-date {
        font-size: 13px;
        line-height: 20px; } }
    @media only screen and (max-width: 767px) {
      .home-blog-detail .blog-date {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; }
        .home-blog-detail .blog-date div {
          width: 100%;
          display: block;
          text-align: left; } }
    @media only screen and (max-width: 666px) {
      .home-blog-detail .blog-date {
        flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap; }
        .home-blog-detail .blog-date div {
          width: auto; } }
    .home-blog-detail .blog-date .author + .date {
      margin-left: 18px; }
      @media only screen and (max-width: 767px) {
        .home-blog-detail .blog-date .author + .date {
          margin-left: 0px;
          margin-top: 5px; } }
      @media only screen and (max-width: 666px) {
        .home-blog-detail .blog-date .author + .date {
          margin-top: 0px;
          margin-left: 18px; } }
    .home-blog-detail .blog-date svg {
      width: 15px;
      height: 15px; }
      @media only screen and (max-width: 1023px) {
        .home-blog-detail .blog-date svg {
          width: 12px;
          height: 12px; } }

@media only screen and (max-width: 1023px) {
  .instagrame.m-b-50 {
    margin-bottom: 30px; } }

.instagrame .page-heading {
  font-size: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .instagrame .page-heading svg {
    margin-right: 5px; }

@media only screen and (max-width: 1023px) {
  .home-instagram.m-t-20 {
    margin-top: 5px; } }

@media only screen and (max-width: 567px) {
  .home-instagram.m-t-20 {
    margin-top: 11px; } }

.insta-item {
  padding: 10px; }
  @media only screen and (max-width: 567px) {
    .insta-item {
      padding: 5px; } }

@media only screen and (max-width: 567px) {
  .insta-item-wrap {
    width: 180px; } }

.animation {
  display: block;
  position: relative; }
  .animation:before {
    opacity: 0;
    content: "";
    position: absolute;
    width: 42px;
    height: 42px;
    top: 50%;
    left: 50%;
    margin-top: -21px;
    margin-left: -21px;
    background: url("../icons/instagram-feeds.svg") no-repeat;
    background-size: 100%;
    z-index: 1; }
  .animation:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    background: #212121;
    opacity: 0; }
  .animation:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); }
    .animation:hover:before {
      opacity: 1; }
    .animation:hover:after {
      opacity: 0.7; }

.usp-section {
  background: #f4f4f4; }
  @media only screen and (max-width: 1023px) {
    .usp-section.m-b-60 {
      margin-bottom: 40px; } }
  .usp-section ul {
    margin: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center; }
    @media only screen and (max-width: 1023px) {
      .usp-section ul {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; } }
    .usp-section ul li {
      padding: 30px 15px;
      margin: 0px;
      width: 25%; }
      @media only screen and (max-width: 1023px) {
        .usp-section ul li {
          width: 50%;
          padding: 0px; } }
      .usp-section ul li:first-child {
        padding-left: 0px; }
      .usp-section ul li:last-child {
        padding-right: 0px; }
      @media only screen and (max-width: 1023px) {
        .usp-section ul li.first {
          padding-top: 20px;
          padding-right: 20px;
          padding-bottom: 20px;
          padding-left: 0px; }
        .usp-section ul li.second {
          padding-top: 20px;
          padding-bottom: 20px; }
        .usp-section ul li.third {
          padding-bottom: 20px;
          padding-right: 20px; }
        .usp-section ul li.fourth {
          padding-bottom: 20px; } }
      @media only screen and (max-width: 567px) {
        .usp-section ul li.first {
          padding-top: 10px;
          padding-right: 10px;
          padding-bottom: 10px;
          padding-left: 0px; }
        .usp-section ul li.second {
          padding-top: 10px;
          padding-bottom: 10px; }
        .usp-section ul li.third {
          padding-bottom: 10px;
          padding-right: 10px; }
        .usp-section ul li.fourth {
          padding-bottom: 10px; } }
  .usp-section.usp-section-none {
    display: none; }

.usp-block {
  background: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 18px 10px;
  height: 100%; }
  @media only screen and (max-width: 1279px) {
    .usp-block {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  @media only screen and (max-width: 567px) {
    .usp-block {
      padding: 12px 10px; } }
  .usp-block .usp-img {
    max-width: 45px;
    text-align: right;
    margin-right: 14px;
    width: 100%; }
    @media only screen and (max-width: 1279px) {
      .usp-block .usp-img {
        margin: 0px; } }
  @media only screen and (max-width: 1279px) {
    .usp-block .usp-detail {
      width: 100%;
      text-align: center;
      margin-top: 8px; } }
  .usp-block .usp-detail h5 {
    margin: 0px;
    text-transform: capitalize;
    color: #212121;
    line-height: 22px;
    font-weight: 500; }
    @media only screen and (max-width: 1919px) {
      .usp-block .usp-detail h5 {
        font-size: 14px;
        line-height: 20px; } }
  .usp-block .usp-detail p {
    margin: 0px;
    color: #212121;
    line-height: 22px; }
    @media only screen and (max-width: 1919px) {
      .usp-block .usp-detail p {
        font-size: 13px;
        line-height: 18px; } }
    @media only screen and (max-width: 567px) {
      .usp-block .usp-detail p {
        font-size: 11px;
        line-height: 15px; } }

.type-cart .usp-section, .type-login .usp-section, .type-createaccount .usp-section, .type-account_orderstatus .usp-section, .type-account_returns .usp-section, .type-account_inbox .usp-section, .type-account_addressbook .usp-section, .type-account_paymentmethods .usp-section, .type-wishlists .usp-section, .type-account_recentitems .usp-section, .type-editaccount .usp-section {
  display: none; }

.login {
  margin: 0 auto; }

@media only screen and (max-width: 440px) {
  .account.account--fixedSmall {
    padding: 0 20px; } }

@media only screen and (max-width: 440px) {
  .account.account--fixed {
    padding: 0 20px; } }

.login-row {
  margin-top: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    .login-row {
      flex-flow: column; } }
  @media only screen and (max-width: 440px) {
    .login-row {
      padding: 0 20px; } }
  .login-row .form-actions {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    .login-row .form-actions .button {
      width: auto;
      margin: 0px;
      margin-right: 20px; }

@media only screen and (max-width: 767px) {
  .login-form {
    width: 100%;
    padding: 0px; } }

.login-form .form-label {
  font-size: 16px;
  color: #000000; }

.login-form .forgot-password {
  font-size: 15px;
  width: auto;
  margin: 0px; }

@media only screen and (max-width: 767px) {
  .new-customer {
    width: 100%;
    padding: 0px; } }

.new-customer-fact-list {
  margin-left: 0px; }

.new-customer-fact {
  font-size: 15px; }

.new-customer-intro {
  margin-bottom: 15px;
  font-size: 15px; }

@media only screen and (max-width: 1023px) {
  .navBar--sub {
    margin-bottom: 20px; } }

.navBar--sub.navBar--account {
  display: block; }

.navBar--sub .navBar-item {
  font-size: 16px; }
  @media only screen and (max-width: 1023px) {
    .navBar--sub .navBar-item {
      font-size: 14px; } }
  @media only screen and (max-width: 1279px) {
    .navBar--sub .navBar-item {
      margin: 0 7px; } }
  @media only screen and (max-width: 1023px) {
    .navBar--sub .navBar-item {
      padding: 10px;
      border: 1px solid #dfdfdf;
      margin-top: 0px;
      margin-left: 0px;
      margin-right: 0px;
      margin-bottom: 15px;
      text-align: left; }
      .navBar--sub .navBar-item .navBar-action {
        font-size: 14px; }
      .navBar--sub .navBar-item.search-result-content {
        margin-bottom: 0px; } }
  .navBar--sub .navBar-item.is-active {
    color: #212121;
    border-bottom: 1px solid #212121; }
    @media only screen and (max-width: 1023px) {
      .navBar--sub .navBar-item.is-active {
        font-size: 14px;
        border: 1px solid #212121; } }
  .navBar--sub .navBar-item .toggleLink-text {
    font-size: 16px; }
    @media only screen and (max-width: 1023px) {
      .navBar--sub .navBar-item .toggleLink-text {
        font-size: 14px; } }

.navBar--sub .navBar-action {
  font-size: 16px;
  color: #212121; }
  @media only screen and (max-width: 1023px) {
    .navBar--sub .navBar-action {
      font-size: 14px; } }

@media only screen and (max-width: 1919px) {
  .account--fixedLarge {
    width: 100%; } }

.account h3 {
  line-height: 26px; }

.account-product--alignMiddle .account-product-figure {
  left: 0; }

.account-product--alignMiddle .account-product-checkItem {
  left: 0; }

.account-product--alignMiddle .account-product-body {
  padding-left: 10px; }

.account-product--alignMiddle .account-product-figure > img {
  height: auto; }

.account-product-figure {
  display: block; }
  .account-product-figure:after {
    display: none; }

.account-orderStatus-label {
  background: #212121; }

.account-product-title {
  margin-bottom: 10px; }

.account-message p {
  margin-bottom: 0px; }
  .account-message p + p {
    margin-top: 15px; }

.account .pagination {
  margin-top: 30px;
  color: #212121; }
  .account .pagination .pagination-list {
    margin-bottom: 0px; }

.account .product .card {
  width: 100%; }

.account .product .form {
  text-align: center;
  margin: 0px; }
  .account .product .form .button {
    margin-top: 15px;
    margin-bottom: 0px; }

.account-content h2 {
  font-size: 20px; }
  @media only screen and (max-width: 767px) {
    .account-content h2 {
      margin-bottom: 10px; } }

@media only screen and (max-width: 767px) {
  .account-content .form-field {
    margin-bottom: 15px; } }

@media only screen and (max-width: 767px) {
  .account-content .form-actions .button {
    margin-top: 0px; } }

@media only screen and (max-width: 1023px) {
  .addressList {
    margin-left: 0px;
    margin-right: 0px; } }

.addressList .address {
  margin-bottom: 0px; }

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

.table--line .table-thead {
  border-color: 1px solid #dfdfdf; }

@media only screen and (max-width: 567px) {
  .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: 0px; } }

.type-createaccount .form-row, .type-shippingaddressform .form-row {
  margin: 0px; }

.type-createaccount .g-recaptcha, .type-shippingaddressform .g-recaptcha {
  padding-left: 0.75rem; }

.type-createaccount .form-actions .button, .type-shippingaddressform .form-actions .button {
  width: auto; }

.type-wishlist .productGrid .product {
  padding-bottom: 60px;
  margin-bottom: 15px;
  position: relative; }
  .type-wishlist .productGrid .product .crad {
    width: 100%; }
  .type-wishlist .productGrid .product .form {
    margin-top: auto;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%); }

.blog-thumbnail-custom {
  margin: 0 auto;
  margin-bottom: 20px; }
  .blog-thumbnail-custom a {
    display: block; }

.blog-date,
.blog-author {
  margin-bottom: 10px; }

.blog-title {
  line-height: 26px; }

.type-compare .header {
  z-index: inherit; }
  .type-compare .header.stuck {
    z-index: 99; }
  .type-compare .header .header-main {
    z-index: inherit; }

.compare-table-wrap {
  overflow: auto; }
  @media only screen and (max-width: 1023px) {
    .compare-table-wrap .compareTable {
      width: 800px; } }

.compareTable-product .card .card-figure {
  overflow: visible; }
  .compareTable-product .card .card-figure a {
    height: 30px;
    position: absolute;
    right: -1rem;
    top: -1rem;
    transition: background-color .15s ease;
    width: 30px; }
    .compareTable-product .card .card-figure a svg {
      margin-top: 9px; }

.compareTable-product .card .card-title {
  margin-bottom: 12px;
  margin-top: 10px; }

.compareTable-product .card:hover .card-title {
  opacity: 1;
  visibility: visible; }

.compareTable-product .compareTable-removeProduct:hover {
  background: #212121; }
  .compareTable-product .compareTable-removeProduct:hover .icon {
    fill: #ffffff; }

.compareTable-product .icon {
  fill: #212121;
  height: 14px;
  width: 14px;
  margin-top: 10px; }

.compareTable {
  border-top: 0px; }

.compareTable-action .button {
  text-transform: uppercase; }

.compareTable-headingText {
  font-weight: 500;
  color: #212121; }

.sitemap-block-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-flow: row; }
  @media only screen and (max-width: 767px) {
    .sitemap-block-main {
      flex-flow: column; } }
  .sitemap-block-main .block-title {
    margin-bottom: 15px;
    font-weight: 500; }
  .sitemap-block-main .sitemap-block {
    width: 33.33%;
    padding: 0 15px; }
    @media only screen and (max-width: 767px) {
      .sitemap-block-main .sitemap-block {
        width: 100%; } }
  .sitemap-block-main ul {
    margin-left: 0px; }
  .sitemap-block-main .show-more:before {
    display: none; }
  .sitemap-block-main .show-more a {
    font-style: italic; }

.gift-certificate-form .form-fieldset .form-field {
  padding: 0; }

.gift-certificate-form .form-fieldset .form-field-group {
  padding: 15px .75rem; }

.giftWrapping-form .form-actions {
  margin-bottom: 20px; }

#contact-us-success {
  text-align: center; }

.changelog li {
  list-style: outside; }

[data-content-region="header_bottom"] p {
  font-size: inherit; }

.header {
  border: 0px;
  -webkit-animation-duration: .7s;
  animation-duration: .7s; }
  @media only screen and (max-width: 1023px) {
    .header {
      position: relative; } }

.header-main {
  position: relative;
  z-index: 99; }

.header-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.header-left, .header-right {
  width: 25%; }
  @media only screen and (max-width: 1023px) {
    .header-left, .header-right {
      width: 50%; } }

.header-center {
  width: 50%; }
  @media only screen and (max-width: 1023px) {
    .header-center {
      display: none; } }

.header-right {
  position: relative; }

.header-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.header-sidebar-open {
  position: fixed;
  width: 100%; }

.nav-arrow {
  width: 5px;
  height: 5px;
  display: none; }

.header-side-bar {
  position: fixed;
  left: -352px;
  width: 342px;
  top: 0;
  bottom: 0;
  z-index: 99;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1) 0s;
  overflow-y: auto; }
  @media only screen and (max-width: 479px) {
    .header-side-bar {
      width: 300px;
      left: -310px; } }
  .header-side-bar .header-side-bar-inn {
    padding: 25px 18px 30px 20px; }
    @media only screen and (max-width: 479px) {
      .header-side-bar .header-side-bar-inn {
        padding: 20px; } }
  .header-side-bar .sidebarBlock-heading {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px; }
    @media only screen and (max-width: 567px) {
      .header-side-bar .sidebarBlock-heading {
        font-size: 18px; } }
  .header-side-bar .headerSidebar-block {
    padding-top: 18px;
    margin-top: 17px;
    border-top: 1px solid #dfdfdf;
    padding-left: 20px;
    padding-right: 18px; }
    .header-side-bar .headerSidebar-block.category {
      border-top: 0px;
      padding-top: 0px;
      margin-top: 0px; }
  .header-side-bar .nav-arrow {
    display: inline-block;
    width: 5px;
    height: 5px;
    position: absolute;
    content: "";
    left: 0;
    top: 10px; }
    .header-side-bar .nav-arrow svg {
      width: 5px;
      height: 5px;
      display: block !important; }
  .header-side-bar .navList {
    margin-bottom: 0px; }
    .header-side-bar .navList li {
      margin: 8px 0 0 0;
      position: relative;
      padding-left: 15px; }
      .header-side-bar .navList li a {
        font-size: 15px;
        color: #212121;
        font-weight: 400;
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 15px;
        line-height: 16px;
        position: relative; }
        .header-side-bar .navList li a:hover {
          color: #888888; }
          .header-side-bar .navList li a:hover .nav-arrow svg {
            fill: #888888; }
        .header-side-bar .navList li a .nav-arrow svg {
          fill: #212121; }
      .header-side-bar .navList li .nav-third-level li:before {
        display: none; }
  .header-side-bar .navList > li {
    float: none;
    padding-left: 0px; }
    .header-side-bar .navList > li:first-child {
      margin-top: 0px; }
    .header-side-bar .navList > li > a {
      color: #212121; }
      .header-side-bar .navList > li > a .nav-arrow svg {
        fill: #212121; }
      .header-side-bar .navList > li > a svg {
        display: none; }
      .header-side-bar .navList > li > a:hover {
        color: #888888; }
        .header-side-bar .navList > li > a:hover .nav-arrow svg {
          fill: #888888; }

.headerSidebarOn {
  left: 0px; }

.close {
  text-align: right;
  margin-bottom: 5px;
  margin-right: 15px; }
  .close .close-icon {
    display: inline-block; }
    .close .close-icon svg {
      width: 19px;
      height: 19px;
      fill: #000000;
      stroke: #000000; }

.desktop_mobile_menu {
  padding-right: 25px; }
  @media only screen and (max-width: 1023px) {
    .desktop_mobile_menu {
      padding-right: 10px; } }
  .desktop_mobile_menu .control-otherlinks span {
    border-top: 2px solid #212121; }
    .desktop_mobile_menu .control-otherlinks span:hover {
      border-top: 2px solid #212121;
      opacity: 0.8; }
  .desktop_mobile_menu .control-otherlinks:hover span {
    border-top: 2px solid #212121;
    opacity: 0.8; }

.control-otherlinks {
  display: inline-block;
  width: 35px;
  height: 26px;
  position: relative;
  text-align: right;
  cursor: pointer; }
  .control-otherlinks span {
    width: 28px;
    left: 0;
    top: 2px;
    border-top: 2px solid #fff;
    position: absolute;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms; }
  .control-otherlinks .otherlinks-line-2 {
    top: 10px;
    width: 20px; }
  .control-otherlinks .otherlinks-line-3 {
    top: 18px;
    width: 28px; }
  .control-otherlinks .otherlinks-line-4 {
    top: 26px;
    width: 17px; }

.stuck {
  position: fixed;
  margin: 0 auto;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
  border-bottom: 1px solid #212121; }
  .stuck .header-left, .stuck .header-currancy {
    display: none; }
  .stuck .header-center {
    width: 100%; }
  .stuck .header-right {
    display: none; }
  .stuck .header-inner .navPages-list {
    margin-top: 15px; }
    .stuck .header-inner .navPages-list > li > a {
      padding-bottom: 15px; }

.header-logo {
  margin: 0px;
  padding: 10px 0;
  line-height: normal; }
  .header-logo a {
    display: block; }
    @media only screen and (max-width: 1023px) {
      .header-logo a {
        width: 100%; } }
  .header-logo .header-logo-image-container-custom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
  .header-logo .header-logo-text {
    text-align: left;
    white-space: inherit; }

header.stuck .navUser {
  padding: 0px; }
  @media only screen and (max-width: 1023px) {
    header.stuck .navUser {
      position: relative; } }

.header-inner .navPages-list, .header-inner .navUser-section {
  margin-top: 23px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  .header-inner .navPages-list:before, .header-inner .navPages-list:after, .header-inner .navUser-section:before, .header-inner .navUser-section:after {
    display: none; }
  .header-inner .navPages-list.navUser-section, .header-inner .navUser-section.navUser-section {
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
    @media only screen and (max-width: 1439px) {
      .header-inner .navPages-list.navUser-section, .header-inner .navUser-section.navUser-section {
        padding-right: 30px; } }
    @media only screen and (max-width: 1365px) {
      .header-inner .navPages-list.navUser-section, .header-inner .navUser-section.navUser-section {
        padding-right: 0; } }
  @media only screen and (max-width: 666px) {
    .header-inner .navPages-list, .header-inner .navUser-section {
      margin-top: 13px; } }

.header-inner .navUser {
  padding: 0px; }
  @media only screen and (max-width: 1023px) {
    .header-inner .navUser {
      position: unset; } }
  .header-inner .navUser:before {
    display: none; }
  .header-inner .navUser:after {
    display: none; }

@media only screen and (max-width: 1023px) {
  .header-inner .navUser-item {
    display: block; }
    .header-inner .navUser-item.navUser-search {
      display: none; } }

.header-inner .navUser-item--cart {
  position: unset;
  margin-right: 0px; }
  .header-inner .navUser-item--cart .navUser-action .navUser-item-cartLabel {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .header-inner .navUser-item--cart .navUser-action svg {
    width: 16px;
    height: 21px; }

.header-inner .navPages-list > li {
  margin: 0 22px; }
  @media only screen and (max-width: 1279px) {
    .header-inner .navPages-list > li {
      margin: 0 10px; } }
  .header-inner .navPages-list > li > a {
    padding: 0 0 24px;
    line-height: 22px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-transform: inherit; }
    .header-inner .navPages-list > li > a svg {
      width: 10px;
      height: 6px;
      margin-left: 7px; }
    .header-inner .navPages-list > li > a:hover, .header-inner .navPages-list > li > a:focus {
      color: #212121; }
      .header-inner .navPages-list > li > a:hover svg, .header-inner .navPages-list > li > a:focus svg {
        fill: #212121; }
  .header-inner .navPages-list > li.navUser-item {
    margin: 0 20px; }
  .header-inner .navPages-list > li ul {
    width: 200px;
    max-width: 200px;
    padding: 5px 0; }
    .header-inner .navPages-list > li ul li {
      padding: 0 5px; }
      .header-inner .navPages-list > li ul li a {
        -webkit-justify-content: space-between;
        justify-content: space-between; }
        .header-inner .navPages-list > li ul li a svg.chevron-down {
          width: 7px;
          height: 7px;
          margin-right: 0px;
          transform: rotate(270deg);
          position: absolute;
          left: auto;
          right: -4px;
          top: 12px; }
        .header-inner .navPages-list > li ul li a:hover svg {
          fill: #212121;
          stroke: #212121; }
    .header-inner .navPages-list > li ul li ul {
      margin-top: -5px; }

.header-inner .navUser-section > li {
  margin: 0 19px; }
  @media only screen and (max-width: 1439px) {
    .header-inner .navUser-section > li {
      margin: 0 12px; } }
  @media only screen and (max-width: 1365px) {
    .header-inner .navUser-section > li {
      margin: 0 19px; } }
  @media only screen and (max-width: 1279px) {
    .header-inner .navUser-section > li {
      margin: 0 10px; } }
  .header-inner .navUser-section > li > a {
    height: 22px;
    width: 22px;
    box-sizing: content-box;
    padding: 0 0 24px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    @media only screen and (max-width: 666px) {
      .header-inner .navUser-section > li > a {
        padding: 0 0 13px; } }
    .header-inner .navUser-section > li > a svg {
      width: 20px;
      height: 20px; }
      .header-inner .navUser-section > li > a svg.search-close {
        display: none;
        height: 19px;
        fill: #212121;
        stroke: #212121; }
    .header-inner .navUser-section > li > a.search-open .search-close {
      display: block; }
    .header-inner .navUser-section > li > a.search-open .search-icon {
      display: none; }
  .header-inner .navUser-section > li.navUser-item--cart {
    margin-right: 0px; }
  .header-inner .navUser-section > li ul.navUser-section-sub {
    padding: 5px 0;
    width: 180px;
    max-width: 180px;
    background: white; }
    .header-inner .navUser-section > li ul.navUser-section-sub li {
      background: transparent; }
      .header-inner .navUser-section > li ul.navUser-section-sub li ul {
        background: white; }
  .header-inner .navUser-section > li ul li a {
    padding: 7px 0; }
    .header-inner .navUser-section > li ul li a:hover svg {
      fill: #212121;
      stroke: #212121; }

.header-inner .currency-item:hover {
  background: none; }

.header-inner .currency {
  display: inline-block;
  vertical-align: middle;
  width: 100%; }
  .header-inner .currency ul {
    margin: 0px;
    position: relative;
    display: block;
    left: auto;
    right: auto;
    top: auto;
    box-shadow: none;
    border-top: 1px solid #dfdfdf;
    padding: 12px;
    width: 100%; }
    .header-inner .currency ul:before {
      display: none; }
    .header-inner .currency ul li {
      margin: 0px; }
      .header-inner .currency ul li.navUser-item-currencySelector:hover {
        background: none; }
        .header-inner .currency ul li.navUser-item-currencySelector:hover a {
          opacity: 1; }
      .header-inner .currency ul li .flag {
        width: 22px;
        height: 14px; }
        .header-inner .currency ul li .flag img {
          width: 100%;
          height: 100%;
          display: block; }
      .header-inner .currency ul li span.code {
        text-align: left;
        font-size: 13px;
        line-height: 12px;
        margin-left: 5px; }
      .header-inner .currency ul li .navUser-action--currencySelector {
        width: auto;
        height: 100%;
        margin: 0px;
        padding: 0px;
        padding: 5px;
        border: 1px solid #dfdfdf;
        border-radius: 2px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        position: relative; }
        .header-inner .currency ul li .navUser-action--currencySelector .icon {
          width: 8px;
          margin: 0px;
          height: 5px;
          position: absolute;
          right: 8px; }
          .header-inner .currency ul li .navUser-action--currencySelector .icon svg {
            width: 8px;
            height: 5px;
            fill: #212121;
            opacity: 1;
            stroke: #212121;
            display: block; }
      .header-inner .currency ul li:hover {
        background: none; }
      .header-inner .currency ul li.currency-heading {
        font-size: 14px;
        color: #212121;
        margin-bottom: 9px; }
        .header-inner .currency ul li.currency-heading:hover {
          background: none; }
  .header-inner .currency #currencySelection {
    padding: 5px;
    margin-top: 1px;
    border: 1px solid #dfdfdf; }
    .header-inner .currency #currencySelection:focus {
      outline: none !important; }
    .header-inner .currency #currencySelection li {
      margin: 0 0 5px 0; }
      .header-inner .currency #currencySelection li:last-child {
        margin-bottom: 0px; }
      .header-inner .currency #currencySelection li a {
        margin: 0px;
        padding: 0px;
        font-size: 13px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
        .header-inner .currency #currencySelection li a:hover {
          background: #f3f3f3; }
        .header-inner .currency #currencySelection li a span {
          color: #212121;
          font-weight: 500; }
          .header-inner .currency #currencySelection li a span img {
            max-width: 22px;
            max-height: 14px; }

.navPages-action, .navUser-action {
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  padding: 0px; }

.navPages-list > li > ul:before, .navUser-section > li > ul:before {
  position: absolute;
  top: -6px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 6px;
  border-color: transparent transparent #ffffff;
  content: "";
  margin-left: -4px; }

.navPages-list > li:hover > a, .navUser-section > li:hover > a {
  opacity: 0.6;
  color: #212121; }
  .navPages-list > li:hover > a svg, .navUser-section > li:hover > a svg {
    fill: #212121;
    stroke: #212121; }

.navUser-section > li:hover > a {
  opacity: 0.6;
  color: #212121; }
  .navUser-section > li:hover > a svg {
    fill: #212121;
    stroke: #212121; }

.header-inner .navPages-list li ul li, .header-inner .navUser-section li ul li {
  padding: 0 5px; }
  .header-inner .navPages-list li ul li a, .header-inner .navUser-section li ul li a {
    font-size: 14px;
    color: #212121;
    padding: 7px 18px;
    line-height: 18px;
    display: block;
    position: relative; }
    .header-inner .navPages-list li ul li a:hover, .header-inner .navUser-section li ul li a:hover {
      color: #212121; }
    .header-inner .navPages-list li ul li a svg, .header-inner .navUser-section li ul li a svg {
      width: 16px;
      height: 16px;
      margin-right: 6px;
      fill: #212121;
      stroke: none;
      display: inline-block;
      vertical-align: middle; }
      .header-inner .navPages-list li ul li a svg.chevron-down, .header-inner .navUser-section li ul li a svg.chevron-down {
        right: 8px; }
  .header-inner .navPages-list li ul li:hover > a, .header-inner .navUser-section li ul li:hover > a {
    background: #f3f3f3; }
    .header-inner .navPages-list li ul li:hover > a svg, .header-inner .navUser-section li ul li:hover > a svg {
      fill: #212121;
      stroke: #212121; }
  .header-inner .navPages-list li ul li.navUser-item-wishlist, .header-inner .navUser-section li ul li.navUser-item-wishlist {
    margin-bottom: 5px; }

.header-inner .countPill {
  position: absolute;
  color: #212121;
  font-size: 11px;
  font-weight: 400;
  top: -8px;
  right: -5px;
  margin: 0px;
  height: 17px;
  width: 17px;
  max-width: 17px;
  line-height: 17px; }

.search-box .navigation-menu {
  display: none; }

.search-box .navUser .navUser-item--account {
  display: none; }

.search-box .navUser .navUser-item-compare {
  display: none; }

.dropdown--quickSearch {
  background: transparent; }

.dropdown--quickSearch, .mobile-search {
  padding: 15px 0;
  top: -30%; }
  .dropdown--quickSearch.is-open, .mobile-search.is-open {
    width: 510px !important;
    left: auto !important;
    top: 50% !important;
    right: 125px !important;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    transform: translateY(-50%); }
  .dropdown--quickSearch .modal-close, .mobile-search .modal-close {
    display: none; }
  .dropdown--quickSearch .form, .mobile-search .form {
    max-width: 100%; }
    .dropdown--quickSearch .form .form-input, .mobile-search .form .form-input {
      background: transparent;
      color: #212121;
      font-style: italic;
      font-size: 16px;
      border: 0px; }
      .dropdown--quickSearch .form .form-input:-ms-input-placeholder, .mobile-search .form .form-input:-ms-input-placeholder {
        color: #ccc !important;
        font-weight: 400 !important; }
      .dropdown--quickSearch .form .form-input::placeholder, .mobile-search .form .form-input::placeholder {
        color: #ccc;
        font-weight: 400; }
  .dropdown--quickSearch .quickSearchResults, .mobile-search .quickSearchResults {
    background: #ffffff;
    position: absolute;
    top: 100%;
    width: 100%;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4); }
    .dropdown--quickSearch .quickSearchResults .view-all-btn, .mobile-search .quickSearchResults .view-all-btn {
      border: 1px solid #ffffff; }
  .dropdown--quickSearch .productGrid, .mobile-search .productGrid {
    margin: 0px;
    padding: 10px 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    border: 1px solid #ffffff;
    background-color: white; }
  .dropdown--quickSearch li.product, .mobile-search li.product {
    width: 100%;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 8px;
    margin-bottom: 11px; }
    .dropdown--quickSearch li.product:last-child, .mobile-search li.product:last-child {
      margin-bottom: 0px;
      padding-bottom: 0px;
      border-bottom: 0px; }
  .dropdown--quickSearch .card, .mobile-search .card {
    margin: 0px; }
  .dropdown--quickSearch .card-inner, .mobile-search .card-inner {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-flow: row; }
  .dropdown--quickSearch .price, .mobile-search .price {
    font-size: 14px; }
  .dropdown--quickSearch .card-figure, .mobile-search .card-figure {
    min-height: inherit;
    max-width: 66px;
    width: 100%;
    margin-bottom: 0px; }
    .dropdown--quickSearch .card-figure .sale-flag-side, .mobile-search .card-figure .sale-flag-side {
      display: none; }
    .dropdown--quickSearch .card-figure:hover .card-figcaption, .mobile-search .card-figure:hover .card-figcaption {
      display: none; }
  .dropdown--quickSearch .card-body, .mobile-search .card-body {
    padding: 10px;
    padding-bottom: 0px;
    margin-top: 0px;
    background: transparent; }
  .dropdown--quickSearch .card--alternate, .mobile-search .card--alternate {
    border: 0px; }
    .dropdown--quickSearch .card--alternate:hover .card-figcaption-body-custom, .mobile-search .card--alternate:hover .card-figcaption-body-custom {
      opacity: 0;
      visibility: hidden; }
    .dropdown--quickSearch .card--alternate .card-text, .mobile-search .card--alternate .card-text {
      text-align: left; }
    .dropdown--quickSearch .card--alternate .card-mid-block, .mobile-search .card--alternate .card-mid-block {
      -webkit-box-align: flex-start;
      -moz-box-align: flex-start;
      -ms-flex-align: flex-start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      min-height: inherit;
      margin-top: 0px; }
    .dropdown--quickSearch .card--alternate .card-title, .mobile-search .card--alternate .card-title {
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      text-align: left; }
    .dropdown--quickSearch .card--alternate .card-body .brand-name, .mobile-search .card--alternate .card-body .brand-name {
      margin-bottom: 10px;
      font-size: 14px;
      line-height: 20px;
      margin-top: 0px; }
      .dropdown--quickSearch .card--alternate .card-body .brand-name + .card-mid-block, .mobile-search .card--alternate .card-body .brand-name + .card-mid-block {
        margin-top: 0px; }
    .dropdown--quickSearch .card--alternate .price-block, .mobile-search .card--alternate .price-block {
      -webkit-box-align: flex-start;
      -moz-box-align: flex-start;
      -ms-flex-align: flex-start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      margin: 0 -5px; }
      .dropdown--quickSearch .card--alternate .price-block .price-section--withTax, .mobile-search .card--alternate .price-block .price-section--withTax {
        text-align: left; }
    .dropdown--quickSearch .card--alternate .card-body-inn, .mobile-search .card--alternate .card-body-inn {
      align-items: flex-start; }
    .dropdown--quickSearch .card--alternate:hover, .mobile-search .card--alternate:hover {
      box-shadow: none;
      border: 0px; }
      .dropdown--quickSearch .card--alternate:hover .card-button-block, .mobile-search .card--alternate:hover .card-button-block {
        display: none; }
      .dropdown--quickSearch .card--alternate:hover .card-text, .mobile-search .card--alternate:hover .card-text {
        color: #212121; }
      .dropdown--quickSearch .card--alternate:hover .card-title, .mobile-search .card--alternate:hover .card-title {
        opacity: 1;
        visibility: visible; }
        .dropdown--quickSearch .card--alternate:hover .card-title a, .mobile-search .card--alternate:hover .card-title a {
          color: #2e3344; }
      .dropdown--quickSearch .card--alternate:hover .card-body, .mobile-search .card--alternate:hover .card-body {
        background: transparent; }
  .dropdown--quickSearch .view-all, .mobile-search .view-all {
    width: 100%;
    margin: 0px;
    border-radius: 0px;
    padding: 7px 20px;
    line-height: 20px;
    font-size: 16px; }
  .dropdown--quickSearch .quickSearchMessage, .mobile-search .quickSearchMessage {
    margin: 0px;
    padding: 15px;
    color: #000000;
    font-size: 20px; }

.navUser-item--cart {
  margin-right: 0px; }
  .navUser-item--cart .dropdown-menu {
    width: 330px;
    padding: 10px 0;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2); }
    .navUser-item--cart .dropdown-menu.is-open {
      right: -10px; }
  .navUser-item--cart .previewCart {
    border: 0px; }
    .navUser-item--cart .previewCart .previewCartItem {
      margin-bottom: 10px !important;
      padding-bottom: 10px !important;
      border-bottom: 1px solid #dfdfdf;
      padding-left: 10px;
      padding-right: 10px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: flex-start;
      -moz-box-align: flex-start;
      -ms-flex-align: flex-start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      background: transparent; }
      .navUser-item--cart .previewCart .previewCartItem:before {
        display: none; }
      .navUser-item--cart .previewCart .previewCartItem:after {
        display: none; }
      .navUser-item--cart .previewCart .previewCartItem + .previewCartItem {
        border-top: 0px;
        padding-top: 0px; }
      .navUser-item--cart .previewCart .previewCartItem .previewCartItem-image {
        max-width: 66px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin-right: 12px;
        background: #f4f4f4; }
        .navUser-item--cart .previewCart .previewCartItem .previewCartItem-image img {
          position: relative;
          mix-blend-mode: darken;
          margin: 0 auto;
          width: 100%; }
        .navUser-item--cart .previewCart .previewCartItem .previewCartItem-image:after {
          display: none; }
      .navUser-item--cart .previewCart .previewCartItem .previewCartItem-name a {
        font-size: 13px;
        font-weight: 400;
        margin: 0px;
        line-height: 18px;
        padding-left: 0px;
        color: #2e3344; }
        .navUser-item--cart .previewCart .previewCartItem .previewCartItem-name a:hover {
          color: #888888; }
      .navUser-item--cart .previewCart .previewCartItem .previewCartItem-brand {
        color: #212121;
        margin: 0px; }
      .navUser-item--cart .previewCart .previewCartItem .previewCartItem-price {
        color: #212121;
        font-size: 14px;
        font-weight: 500; }
        .navUser-item--cart .previewCart .previewCartItem .previewCartItem-price p {
          display: inline-block;
          margin: 0px; }
      .navUser-item--cart .previewCart .previewCartItem:hover {
        background: none; }
    .navUser-item--cart .previewCart .previewCartList {
      position: relative;
      display: block;
      width: 100%;
      max-width: 100%;
      box-shadow: none;
      border: 0px;
      transform: none;
      left: auto;
      background: transparent; }
  .navUser-item--cart .previewCartAction {
    padding: 10px;
    border: 0px;
    text-align: center;
    padding-bottom: 0px; }
    .navUser-item--cart .previewCartAction .button {
      font-size: 14px;
      line-height: 18px;
      font-size: 14px;
      line-height: 17px;
      padding-top: 10px;
      padding-bottom: 10px; }
    .navUser-item--cart .previewCartAction .previewCartAction-checkout, .navUser-item--cart .previewCartAction .previewCartAction-viewCart {
      padding: 0px;
      width: 48%; }
    .navUser-item--cart .previewCartAction .previewCartAction-inn {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; }
    .navUser-item--cart .previewCartAction .previewCartAction-checkoutMultiple {
      width: 100%;
      padding: 0px;
      margin-top: 15px; }
    .navUser-item--cart .previewCartAction .previewCartAction-checkout + .previewCartAction-viewCart {
      margin-left: 10px; }
      .navUser-item--cart .previewCartAction .previewCartAction-checkout + .previewCartAction-viewCart .button {
        border-color: #212121; }
  .navUser-item--cart .total-price {
    font-size: 18px;
    color: #212121;
    font-weight: 500;
    display: block;
    margin-bottom: 15px; }

.search-icon-main {
  display: none; }

.mobile-search {
  display: none; }

.mobile-search {
  background: #ffffff;
  padding: 0px;
  border-bottom: 1px solid #dfdfdf; }
  @media only screen and (max-width: 1023px) {
    .mobile-search {
      display: block; } }
  .mobile-search .form {
    margin: 0px; }
    .mobile-search .form .form-input {
      border: 0px;
      padding-left: 0px;
      color: #333333; }
      .mobile-search .form .form-input:-webkit-input-placeholder {
        font-weight: 300;
        color: #333333; }
      .mobile-search .form .form-input:-moz-placeholder {
        font-weight: 300;
        color: #333333; }
      .mobile-search .form .form-input:-ms-input-placeholder {
        font-weight: 300;
        color: #333333; }
      .mobile-search .form .form-input:-moz-placeholder {
        font-weight: 300;
        color: #333333; }
      @media only screen and (max-width: 666px) {
        .mobile-search .form .form-input {
          height: 34px;
          line-height: 34px; } }
  .mobile-search .quickSearchResults {
    margin: 0px;
    position: absolute;
    width: 100%;
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1); }
    @media only screen and (max-width: 479px) {
      .mobile-search .quickSearchResults {
        width: calc(100% - 22px);
        right: 11px; } }
    .mobile-search .quickSearchResults .productGrid {
      background: #ffffff; }
  .mobile-search .form-field {
    margin: 0px;
    position: relative; }
  .mobile-search .search-icon-main {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px; }
    .mobile-search .search-icon-main svg {
      width: 18px;
      height: 18px; }

.mobile-currancy {
  display: none; }

.header-currancy {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  border-left: 1px solid #888888;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  @media only screen and (max-width: 1365px) {
    .header-currancy {
      position: relative;
      width: 100%;
      border: none;
      display: none; } }
  .header-currancy ul {
    margin-bottom: 0;
    float: none; }
    .header-currancy ul li {
      margin-bottom: 0;
      float: none; }
  .header-currancy .sf-menu ul {
    max-width: 100%;
    width: 100%; }
  .header-currancy .sf-menu a {
    margin-top: 15px;
    padding-bottom: 16px;
    text-align: center; }
  .header-currancy .flag {
    display: block; }
  .header-currancy .code {
    font-size: 12px; }
  .header-currancy .currency-item {
    float: none;
    width: 100%; }
  .header-currancy .dropdown-menu {
    padding: 10px; }
    .header-currancy .dropdown-menu .flag, .header-currancy .dropdown-menu .code {
      display: inline-block; }
    .header-currancy .dropdown-menu .code {
      margin-left: 5px; }
    .header-currancy .dropdown-menu a {
      padding-bottom: 0;
      margin: 0; }
    .header-currancy .dropdown-menu li {
      margin-top: 4px; }
      .header-currancy .dropdown-menu li:first-child {
        margin-top: 0; }
  .header-currancy .currency-heading, .header-currancy .icon {
    display: none; }
  .header-currancy .navUser-action--currencySelector + .dropdown-menu::before {
    right: auto;
    left: 50% !important;
    margin-left: -7px; }

.navUser-action--currencySelector + .dropdown-menu::before {
  right: auto;
  left: 50% !important;
  margin-left: -7px; }

@media only screen and (max-width: 1365px) {
  .header-inner .currency ul {
    padding: 0;
    border-top: none; }
  .header-inner .currency ul li span.code {
    margin-left: 5px;
    color: #2e3344; }
    .header-inner .currency ul li span.code:hover {
      color: #888888; }
  .header-inner .currency ul li .navUser-action--currencySelector .icon {
    right: -8px; }
  .header-inner .currency #currencySelection {
    display: block !important;
    position: static;
    border: none;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    background: none;
    padding: 0;
    margin: 0 -5px; }
    .header-inner .currency #currencySelection li {
      display: inline-block; }
  .header-inner .currency ul li .navUser-action--currencySelector {
    margin-bottom: 20px;
    border-color: #212121;
    display: none; }
  .header-inner .currency #currencySelection li a {
    border: 1px solid #e4e4e4;
    padding: 5px; }
    .header-inner .currency #currencySelection li a span {
      font-weight: normal; }
  .header-inner .currency ul li .flag {
    display: inline-block;
    vertical-align: middle; }
  .mobile-currancy {
    display: block; }
    .mobile-currancy .sidebarBlock-heading .code {
      font-size: 12px;
      margin-left: 5px;
      font-weight: normal; }
    .mobile-currancy .sidebarBlock-heading .flag {
      line-height: normal; }
    .mobile-currancy .header-currancy {
      display: inline-block; } }

.footer {
  padding: 0px;
  border: 0px;
  clear: both; }

.footer-info-inn {
  border-top: 2px solid #dfdfdf;
  padding-top: 50px; }
  @media only screen and (max-width: 1023px) {
    .footer-info-inn {
      padding-top: 30px; } }

.footer-info-heading {
  font-size: 20px;
  font-weight: 400;
  color: #2e3344; }
  @media only screen and (max-width: 767px) {
    .footer-info-heading {
      font-size: 16px;
      line-height: 18px; } }
  .footer-info-heading svg {
    display: none; }
  @media only screen and (max-width: 767px) {
    .footer-info-heading.footer-toggle-title {
      margin: 0px;
      padding: 10px 16px;
      line-height: 18px;
      font-size: 16px;
      position: relative;
      cursor: pointer; }
      .footer-info-heading.footer-toggle-title svg {
        display: block;
        width: 22px;
        height: 22px;
        position: absolute;
        right: 14px;
        top: 50%;
        margin-top: -11px; }
      .footer-info-heading.footer-toggle-title.active svg {
        transform: rotate(180deg); } }

@media only screen and (max-width: 767px) {
  .footer-toggle-content {
    padding: 0 16px;
    display: none; } }

.footer-info {
  padding-bottom: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    .footer-info {
      padding-bottom: 30px; } }
  .footer-info:before, .footer-info:after {
    display: none; }
  @media only screen and (max-width: 1023px) {
    .footer-info {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      padding-bottom: 30px; } }

.footer-info-col {
  margin-bottom: 0px; }
  .footer-info-col.footer-info-col--small {
    height: 100%; }
    @media only screen and (max-width: 1919px) {
      .footer-info-col.footer-info-col--small {
        width: 20%; } }
    @media only screen and (max-width: 1279px) {
      .footer-info-col.footer-info-col--small {
        width: 25%; } }
    @media only screen and (max-width: 1023px) {
      .footer-info-col.footer-info-col--small {
        width: 50%; }
        .footer-info-col.footer-info-col--small:nth-child(3) {
          margin-top: 20px; }
        .footer-info-col.footer-info-col--small:nth-child(4) {
          margin-top: 20px; } }
    @media only screen and (max-width: 767px) {
      .footer-info-col.footer-info-col--small {
        width: 100%;
        margin: 0px;
        text-align: left; }
        .footer-info-col.footer-info-col--small:nth-child(3) {
          margin-top: 0px; }
        .footer-info-col.footer-info-col--small:nth-child(4) {
          margin-top: 0px; } }
    @media only screen and (max-width: 767px) {
      .footer-info-col.footer-info-col--small .footer-info--col-inn {
        border: 1px solid #dfdfdf;
        margin-top: -1px; } }
  .footer-info-col p {
    color: #666666;
    font-size: 15px;
    margin-bottom: 12px;
    font-weight: 400; }
    @media only screen and (max-width: 767px) {
      .footer-info-col p {
        text-align: left; } }
    .footer-info-col p svg {
      width: 18px;
      height: 18px;
      margin-top: 2px;
      fill: #212121; }
    .footer-info-col p a {
      color: #666666; }
      .footer-info-col p a:hover {
        color: #2e3344; }
    .footer-info-col p.time svg {
      width: 20px;
      height: 14px;
      margin-top: 4px; }
    .footer-info-col p.email svg {
      height: 13px;
      margin-top: 4px; }
  @media only screen and (max-width: 767px) {
    .footer-info-col ul {
      margin-bottom: 15px; } }
  .footer-info-col ul li {
    padding-left: 14px;
    position: relative; }
    .footer-info-col ul li:last-child {
      margin-bottom: 0px; }
    .footer-info-col ul li:before {
      position: absolute;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: #666666;
      content: "";
      left: 0;
      top: 50%;
      margin-top: -2px; }
    .footer-info-col ul li a {
      color: #666666;
      font-size: 15px;
      line-height: 20px;
      font-weight: 400; }
      @media only screen and (max-width: 767px) {
        .footer-info-col ul li a {
          font-size: 14px; } }
      .footer-info-col ul li a:hover {
        color: #2e3344; }
    .footer-info-col ul li.view-all {
      margin-bottom: 0px; }
      .footer-info-col ul li.view-all a {
        color: #212121; }
  @media only screen and (max-width: 767px) {
    .footer-info-col.footer-store-info {
      margin-bottom: 25px; } }
  .footer-info-col.footer-store-info p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    .footer-info-col.footer-store-info p svg {
      fill: #212121;
      margin-right: 12px; }

.footer-logo {
  margin-bottom: 20px; }
  .footer-logo a {
    display: inline-block;
    vertical-align: middle;
    max-width: 130px; }
    @media only screen and (max-width: 767px) {
      .footer-logo a {
        max-width: 108px; } }

.footer-mid-section {
  border-top: 1px solid #dfdfdf;
  padding-top: 33px;
  padding-bottom: 54px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media only screen and (max-width: 1023px) {
    .footer-mid-section {
      padding-top: 30px;
      padding-bottom: 30px;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  @media only screen and (max-width: 767px) {
    .footer-mid-section {
      border-top: 0px;
      padding-top: 0px;
      padding-bottom: 0px; } }
  .footer-mid-section .footer-info-col {
    width: 66.66%;
    padding-left: 0.75rem;
    padding-right: 0.75rem; }
    @media only screen and (max-width: 1279px) {
      .footer-mid-section .footer-info-col {
        width: 60%; } }
    @media only screen and (max-width: 767px) {
      .footer-mid-section .footer-info-col {
        padding: 0px;
        width: 100%;
        margin-bottom: 27px;
        text-align: left; } }
  .footer-mid-section .footer-info-heading {
    margin-bottom: 17px; }
    @media only screen and (max-width: 767px) {
      .footer-mid-section .footer-info-heading {
        margin-bottom: 10px; } }
  .footer-mid-section .footer-info-col--social, .footer-mid-section .footer-info-col--payment {
    width: 33.33%; }
    @media only screen and (max-width: 1279px) {
      .footer-mid-section .footer-info-col--social, .footer-mid-section .footer-info-col--payment {
        width: 40%; } }
  @media only screen and (max-width: 1279px) and (max-width: 767px) {
    .footer-mid-section .footer-info-col--social, .footer-mid-section .footer-info-col--payment {
      width: 100%; } }
  @media only screen and (max-width: 1023px) {
    .footer-mid-section .footer-info-col--payment {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: flex-start;
      -moz-box-align: flex-start;
      -ms-flex-align: flex-start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      .footer-mid-section .footer-info-col--payment .payment {
        margin-top: 20px;
        width: 50%; } }
    @media only screen and (max-width: 1023px) and (max-width: 767px) {
      .footer-mid-section .footer-info-col--payment .payment {
        margin-top: 0px;
        width: 100%; } }
  .footer-mid-section .footer-info-col--payment .footer-geotrust-ssl-seal {
    margin-top: 20px;
    position: unset; }
  .footer-mid-section .footer-info-col--social ul li:before {
    display: none; }

.footer-info-newsletter .footer-info-newsletter-inn {
  width: 84%;
  margin: 0 auto; }
  @media only screen and (max-width: 1279px) {
    .footer-info-newsletter .footer-info-newsletter-inn {
      width: 95%; } }
  @media only screen and (max-width: 1023px) {
    .footer-info-newsletter .footer-info-newsletter-inn {
      width: 100%; } }

.footer-info-newsletter .form-prefixPostfix .form-input {
  border-width: 2px;
  border-right: 0px;
  box-shadow: none; }
  @media only screen and (max-width: 479px) {
    .footer-info-newsletter .form-prefixPostfix .form-input {
      border-right: 1px solid #dfdfdf;
      border-width: 2px;
      margin-bottom: 10px; } }

.footer-info-newsletter .form-prefixPostfix .button {
  margin: 0px;
  border: 2px solid #000000;
  line-height: 18px;
  padding: 14px 38px;
  font-size: 16px;
  font-weight: 500;
  width: auto; }
  @media only screen and (max-width: 767px) {
    .footer-info-newsletter .form-prefixPostfix .button {
      padding: 12px 15px;
      line-height: 18px; } }

.footer-info-newsletter .form, .footer-info-newsletter .form-field {
  margin: 0px; }

.footer-info-newsletter .form-field--error .form-field--success .form-input {
  border-color: #008a06; }

@media only screen and (max-width: 1279px) {
  .footer-info-newsletter .form-prefixPostfix.wrap {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap; } }

@media only screen and (max-width: 479px) {
  .footer-info-newsletter .form-prefixPostfix.wrap {
    flex-direction: column;
    -webkit-flex-direction: column; } }

.footer-payment-icons {
  margin: 0px; }
  .footer-payment-icons .footer-payment-icon {
    width: 55px;
    height: 34px;
    margin: 0px 2px 7px; }
    @media only screen and (max-width: 1919px) {
      .footer-payment-icons .footer-payment-icon {
        width: 50px; } }
    @media only screen and (max-width: 1279px) {
      .footer-payment-icons .footer-payment-icon {
        margin: 0 2px 4px 2px; } }
    @media only screen and (max-width: 767px) {
      .footer-payment-icons .footer-payment-icon {
        height: 100%;
        width: 47px; } }

.footer-bar {
  background: #f7f7f7; }
  .footer-bar .footer-bar-inn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 24px 0 22px 0; }
    @media only screen and (max-width: 1023px) {
      .footer-bar .footer-bar-inn {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        padding: 20px; } }
    @media only screen and (max-width: 567px) {
      .footer-bar .footer-bar-inn {
        padding: 18px; } }
  @media only screen and (max-width: 1023px) {
    .footer-bar .footer-copyright {
      width: 100%;
      text-align: center; }
      .footer-bar .footer-copyright + .footer-copyright {
        margin-top: 10px; } }
    @media only screen and (max-width: 1023px) and (max-width: 567px) {
      .footer-bar .footer-copyright + .footer-copyright {
        margin-top: 0px; } }
  .footer-bar .footer-copyright a.theme-red-color {
    color: #ea272d; }
    .footer-bar .footer-copyright a.theme-red-color:hover {
      color: #212121; }

.footer-copyright > .powered-by {
  color: #212121;
  font-size: 14px; }
  @media only screen and (max-width: 567px) {
    .footer-copyright > .powered-by {
      font-size: 12px;
      line-height: 24px; }
      .footer-copyright > .powered-by a.site-map {
        display: block; } }
  .footer-copyright > .powered-by .line {
    margin: 0 5px; }
    @media only screen and (max-width: 567px) {
      .footer-copyright > .powered-by .line {
        display: none; } }
  @media only screen and (max-width: 567px) {
    .footer-copyright > .powered-by .bigcommerce {
      display: block; } }

.footer-info-col--social .icon:hover svg {
  fill: #ffffff; }

.footer-info-col--social .icon--twitter:hover {
  background: #60bdea; }

.footer-info-col--social .icon--facebook:hover {
  background: #49669d; }

.footer-info-col--social .icon--linkedin:hover {
  background: #387ba6; }

.footer-info-col--social .icon--tumblr:hover {
  background: #34526f; }

.footer-info-col--social .icon--stumbleupon:hover {
  background: #48b04f; }

.footer-info-col--social .icon--google:hover {
  background: #4c4c4c; }

.footer-info-col--social .icon--youtube:hover {
  background: #fa3b3a; }

.footer-info-col--social .icon--pinterest:hover {
  background: #fc393d; }

.footer-info-col--social .icon--instagram:hover {
  background: #b5b196; }

.footer-info-col--social .icon--rss:hover {
  background: #f26522; }

.footer-newsletter-summary {
  margin-top: 15px; }

.heroCarousel {
  margin-bottom: 0px;
  margin-top: 0px; }
  @media only screen and (max-width: 1023px) {
    .heroCarousel {
      margin-bottom: 0px; } }

.heroCarousel-content {
  background-color: transparent;
  padding: 20px;
  width: 95rem;
  top: 64%; }
  @media only screen and (max-width: 1919px) {
    .heroCarousel-content {
      width: 85rem; } }
  @media only screen and (max-width: 1279px) {
    .heroCarousel-content {
      width: 68rem; } }
  @media only screen and (max-width: 1023px) {
    .heroCarousel-content {
      width: 100%;
      position: absolute;
      transform: translateY(-50%); } }

.heroCarousel-title, .heroCarousel-description {
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.32);
  font-family: "Montserrat";
  line-height: 66px;
  text-transform: uppercase; }

.heroCarousel-title {
  font-size: 72px;
  letter-spacing: 21px;
  font-weight: 900;
  margin-bottom: 0px; }
  @media only screen and (max-width: 1919px) {
    .heroCarousel-title {
      font-size: 62px;
      line-height: 56px; } }
  @media only screen and (max-width: 1279px) {
    .heroCarousel-title {
      font-size: 52px;
      line-height: 46px;
      letter-spacing: 14.6px;
      margin-bottom: 15px; } }
  @media only screen and (max-width: 1023px) {
    .heroCarousel-title {
      font-size: 30px;
      line-height: 22px; } }
  @media only screen and (max-width: 767px) {
    .heroCarousel-title {
      font-size: 26px;
      line-height: 18px; } }
  @media only screen and (max-width: 666px) {
    .heroCarousel-title {
      letter-spacing: 4px; } }
  @media only screen and (max-width: 479px) {
    .heroCarousel-title {
      font-size: 16px;
      line-height: 14.6px;
      margin-bottom: 5px; } }

.heroCarousel-description {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5px; }
  @media only screen and (max-width: 1279px) {
    .heroCarousel-description {
      font-size: 38px;
      line-height: 56px; } }
  @media only screen and (max-width: 1023px) {
    .heroCarousel-description {
      font-size: 26px;
      line-height: 32px; } }
  @media only screen and (max-width: 767px) {
    .heroCarousel-description {
      font-size: 20px;
      line-height: 26px; } }
  @media only screen and (max-width: 666px) {
    .heroCarousel-description {
      letter-spacing: 2px; } }
  @media only screen and (max-width: 479px) {
    .heroCarousel-description {
      font-size: 11px;
      line-height: 14.6px;
      margin-bottom: 5px; } }

.heroCarousel-action {
  padding: 13px 24px;
  line-height: 24px;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 400;
  border-radius: 0px;
  margin-top: 14px; }
  @media only screen and (max-width: 1279px) {
    .heroCarousel-action {
      padding: 10px 20px;
      line-height: 22px;
      font-size: 16px; } }
  @media only screen and (max-width: 1023px) {
    .heroCarousel-action {
      margin: 0px; } }
  @media only screen and (max-width: 666px) {
    .heroCarousel-action {
      padding: 8px 12px;
      line-height: 18px;
      font-size: 14px; } }
  @media only screen and (max-width: 479px) {
    .heroCarousel-action {
      padding: 5px 9px;
      line-height: 12px;
      font-size: 11px; } }
  .heroCarousel-action .heroCarousel-action-inn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .heroCarousel-action .heroCarousel-action-inn svg {
      width: 17px;
      height: 17px;
      fill: #ffffff;
      margin-left: 8px; }
      @media only screen and (max-width: 1279px) {
        .heroCarousel-action .heroCarousel-action-inn svg {
          width: 15px;
          height: 18px; } }
      @media only screen and (max-width: 666px) {
        .heroCarousel-action .heroCarousel-action-inn svg {
          width: 12px;
          height: 15px;
          margin-left: 5px; } }
      @media only screen and (max-width: 479px) {
        .heroCarousel-action .heroCarousel-action-inn svg {
          width: 10px;
          height: 10px;
          margin-left: 5px; } }
  .heroCarousel-action:hover .heroCarousel-action-inn svg {
    fill: #212121; }

.heroCarousel .slick-dots {
  bottom: 18px; }
  @media only screen and (max-width: 767px) {
    .heroCarousel .slick-dots {
      bottom: -24px; } }
  .heroCarousel .slick-dots li {
    background: transparent;
    width: 20px;
    height: 20px;
    padding: 0px;
    line-height: 26px; }
    .heroCarousel .slick-dots li button {
      border: 1px solid white;
      height: 14px;
      width: 14px; }
      @media only screen and (max-width: 767px) {
        .heroCarousel .slick-dots li button {
          border: 1px solid #e0e0e0; } }
      .heroCarousel .slick-dots li button:before {
        width: 8px;
        height: 8px;
        background: white;
        top: 50%;
        left: 50%;
        margin-left: -4px;
        margin-top: -4px;
        opacity: 1; }
        @media only screen and (max-width: 767px) {
          .heroCarousel .slick-dots li button:before {
            background: #e0e0e0; } }
      .heroCarousel .slick-dots li button:hover, .heroCarousel .slick-dots li button:focus {
        border: 1px solid #2e3344; }
        .heroCarousel .slick-dots li button:hover:before, .heroCarousel .slick-dots li button:focus:before {
          background: #2e3344;
          opacity: 1; }
    .heroCarousel .slick-dots li.slick-active button {
      border: 1px solid #2e3344; }
      .heroCarousel .slick-dots li.slick-active button:before {
        background: #2e3344;
        opacity: 1; }

.heroCarousel .slick-arrow {
  width: 60px;
  height: 50px; }
  @media only screen and (max-width: 1279px) {
    .heroCarousel .slick-arrow {
      width: 40px;
      height: 30px;
      margin-top: -15px; } }
  @media only screen and (max-width: 767px) {
    .heroCarousel .slick-arrow {
      display: none !important; } }
  .heroCarousel .slick-arrow svg {
    width: 20px;
    height: 20px;
    fill: #2e3344; }
  .heroCarousel .slick-arrow:hover {
    background: #212121;
    border: 1px solid #212121; }
    .heroCarousel .slick-arrow:hover svg {
      fill: #ffffff; }

.heroCarousel .heroCarousel-content {
  top: 100%;
  display: none; }

.slick-initialized .slick-active .heroCarousel-content {
  display: block;
  top: 64%; }
  @media only screen and (max-width: 1919px) {
    .slick-initialized .slick-active .heroCarousel-content {
      top: 60%; } }
  @media only screen and (max-width: 1023px) {
    .slick-initialized .slick-active .heroCarousel-content {
      top: 50%; } }

.slick-active .animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slick-active .slideInUp {
  animation-name: slideInUp; }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slick-active .slideInDown {
  animation-name: slideInDown; }

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

.slick-active .fadeIn {
  animation-name: fadeIn; }

.productCarousel .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: row;
  -webkit-flex-wrap: row; }

.productCarousel .slick-arrow {
  top: -25px;
  right: 14px;
  background: none;
  border: 0px; }
  .productCarousel .slick-arrow svg {
    display: none; }
    .productCarousel .slick-arrow svg.product-slick-arrow {
      display: block; }
  .productCarousel .slick-arrow:before {
    background-size: 100%; }
  .productCarousel .slick-arrow.slick-prev {
    right: 46px;
    left: auto; }

.productCarousel.slick-initialized .productCarousel-slide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.product {
  overflow: visible; }

.productCarousel-slide {
  height: auto;
  float: none;
  padding-top: 30px;
  padding-bottom: 20px; }
  @media only screen and (max-width: 1023px) {
    .productCarousel-slide {
      padding-top: 15px; } }
  .productCarousel-slide .card {
    width: 100%;
    height: 100%;
    background: #ffffff; }
  .productCarousel-slide:focus {
    outline: none; }

.card {
  transition: all .5s;
  position: relative; }
  .card:hover {
    box-shadow: 2px 2px 16px 0px #e6e6e6;
    transition: all .5s; }
    @media only screen and (max-width: 1279px) {
      .card:hover {
        box-shadow: none; } }
    .card:hover .card-title {
      opacity: 0;
      visibility: hidden;
      transition: all .5s; }
      @media only screen and (max-width: 1279px) {
        .card:hover .card-title {
          opacity: 1;
          visibility: visible; } }
      .card:hover .card-title a:hover {
        color: #c2c2c2; }
    .card:hover .card-button-block {
      opacity: 1;
      visibility: visible;
      transition: all .5s;
      top: 50%; }
      @media only screen and (max-width: 1023px) {
        .card:hover .card-button-block {
          top: auto; } }
    .card:hover .card-figcaption-body-custom {
      opacity: 1;
      right: 10px;
      transition: all .5s; }
      @media only screen and (max-width: 1279px) {
        .card:hover .card-figcaption-body-custom {
          opacity: 0; } }

.card-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  height: 100%; }

.card-figure {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 10px; }

.card-body {
  padding: 16px 22px;
  width: 100%;
  padding-top: 0px; }
  @media only screen and (max-width: 1023px) {
    .card-body {
      padding: 10px;
      padding-top: 0px; } }
  @media only screen and (max-width: 1023px) {
    .card-body .card-body-inn {
      padding-bottom: 0px; } }
  .card-body .brand-name {
    font-size: 16px;
    color: #212121;
    margin-bottom: 0px;
    text-align: center;
    margin-top: 12px; }
    @media only screen and (max-width: 1023px) {
      .card-body .brand-name {
        font-size: 14px;
        line-height: 18px;
        margin-top: 9px; } }

.card-title {
  font-size: 16px;
  font-weight: 500;
  margin: 0px;
  text-align: center;
  line-height: 20px; }
  @media only screen and (max-width: 1023px) {
    .card-title {
      font-size: 14px;
      line-height: 18px; } }

.card-button-block {
  position: absolute;
  top: 150%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
  margin-top: -22px;
  left: 0;
  right: 0;
  width: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  @media only screen and (max-width: 1279px) {
    .card-button-block {
      display: none; } }
  .card-button-block .button {
    text-transform: uppercase;
    background: #212121;
    color: #ffffff;
    border-radius: 3px;
    border-color: #212121;
    width: auto; }
    .card-button-block .button svg {
      fill: #ffffff; }
    .card-button-block .button:hover {
      background: #ffffff;
      color: #212121; }
      .card-button-block .button:hover svg {
        fill: #212121; }

.card-figcaption-button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0px; }
  .card-figcaption-button svg {
    width: 16px;
    height: 18px;
    margin-right: 9px; }
  .card-figcaption-button:active, .card-figcaption-button:hover {
    border: 1px solid #212121;
    background: #212121;
    color: #ffffff; }

.card-mid-block {
  margin-bottom: 15px;
  width: 100%;
  position: relative;
  margin-top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  min-height: 45px; }
  @media only screen and (max-width: 1023px) {
    .card-mid-block {
      margin-top: 9px;
      margin-bottom: 9px; } }

.price-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0px; }

.card-text {
  text-align: center; }
  .card-text.rating-block {
    margin: 0px;
    margin-top: 12px; }
    @media only screen and (max-width: 1023px) {
      .card-text.rating-block {
        margin-top: 9px; } }
    @media only screen and (max-width: 567px) {
      .card-text.rating-block {
        margin-top: 4px; } }

.card-summary {
  display: none; }

.sale-flag-side, .sale-flag-sash {
  padding: 0px;
  border-radius: 0px;
  height: 22px;
  line-height: 22px;
  left: 13px;
  top: 15px; }
  @media only screen and (max-width: 567px) {
    .sale-flag-side, .sale-flag-sash {
      left: 5px;
      top: 5px; } }
  .sale-flag-side:before, .sale-flag-side:after, .sale-flag-sash:before, .sale-flag-sash:after {
    content: "";
    position: absolute;
    height: 16px;
    width: 2px;
    background: url("../img/sale-dot.png");
    top: 3px;
    left: 0; }
  .sale-flag-side:after, .sale-flag-sash:after {
    right: 0;
    left: auto; }
  .sale-flag-side .sale-text, .sale-flag-sash .sale-text {
    padding: 4px 8px;
    line-height: 14px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500; }

.sale-flag-sash {
  top: 24px;
  width: auto; }

.starwrap {
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px; }
  .starwrap .sale-text-burst {
    line-height: 14px;
    font-size: 12px;
    font-weight: 500;
    width: 40px;
    top: 30%; }
  .starwrap .sale-flag-star {
    width: 40px;
    height: 40px; }
    .starwrap .sale-flag-star:before, .starwrap .sale-flag-star:after {
      width: 40px;
      height: 40px; }

.price-section {
  margin: 0 6px;
  text-align: center; }
  @media only screen and (max-width: 567px) {
    .price-section {
      display: block;
      width: 100%;
      margin-bottom: 5px; } }

.price-now-label {
  display: block;
  text-align: left; }
  @media only screen and (max-width: 567px) {
    .price-now-label {
      display: inline-block; } }

.price {
  font-size: 18px;
  font-weight: 700;
  color: var(--red); }
  @media only screen and (max-width: 1023px) {
    .price {
      font-size: 14px; } }

.price-section--withTax.rrp-price--withTax .price-now-label, .price-section--withTax.rrp-price--withTax .price-now-label, .price-section--withTax.non-sale-price--withTax .price-now-label {
  color: #212121;
  font-weight: 400; }

.price-section--withTax .price--withTax, .price-section--withTax .price-now-label-withtax {
  font-weight: 500;
  color: #212121; }

.card-figcaption-body-custom {
  position: absolute;
  top: 10px;
  right: -50%;
  opacity: 0; }
  @media only screen and (max-width: 767px) {
    .card-figcaption-body-custom {
      display: none; } }
  .card-figcaption-body-custom .button {
    background: #ffffff;
    width: 42px;
    height: 42px;
    line-height: 46px;
    border: 1px solid #e4e4e4;
    border-radius: 50%;
    padding: 0px;
    margin-bottom: 10px; }
    .card-figcaption-body-custom .button .compare-checkbox {
      width: auto;
      height: auto;
      cursor: pointer;
      opacity: 0;
      position: absolute; }
    .card-figcaption-body-custom .button:hover, .card-figcaption-body-custom .button.compare-active {
      background: #212121;
      border: 1px solid #212121; }
      .card-figcaption-body-custom .button:hover svg, .card-figcaption-body-custom .button.compare-active svg {
        fill: #ffffff; }
    .card-figcaption-body-custom .button.card-figcaption-button svg {
      height: 15px;
      width: 15px;
      margin: 0px; }
    .card-figcaption-body-custom .button.quickview svg {
      width: 20px; }
    .card-figcaption-body-custom .button + .button {
      margin-top: 0px; }
    .card-figcaption-body-custom .button:hover {
      background: #212121;
      border: 1px solid #212121; }
      .card-figcaption-body-custom .button:hover svg {
        fill: #ffffff; }

.card-inner {
  flex-flow: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.card-img-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%; }

.card-figure {
  min-height: auto;
  position: relative;
  display: block; }
  .card-figure a {
    display: block;
    position: relative;
    height: 100%; }

.card-body-inn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.card-body {
  margin-top: auto; }

.card-mid-block {
  min-height: inherit; }

.page {
  margin: 0 -15px;
  margin-top: 20px; }
  @media only screen and (max-width: 1023px) {
    .page {
      margin: 0 -10px;
      margin-top: 20px; } }

.breadcrumbs + .page {
  margin-top: 0px; }

.page-sidebar {
  padding-left: 15px;
  padding-right: 15px; }
  @media only screen and (max-width: 1279px) {
    .page-sidebar {
      width: 30%; } }
  @media only screen and (max-width: 1023px) {
    .page-sidebar {
      padding-left: 10px;
      padding-right: 10px;
      width: 100%;
      margin-bottom: 20px; } }
  .page-sidebar + .page-content {
    padding-left: 15px;
    padding-right: 15px; }
    @media only screen and (max-width: 1279px) {
      .page-sidebar + .page-content {
        width: 70%; } }
    @media only screen and (max-width: 1023px) {
      .page-sidebar + .page-content {
        width: 68%;
        padding-left: 10px;
        padding-right: 10px; } }
    @media only screen and (max-width: 1023px) {
      .page-sidebar + .page-content {
        width: 100%; } }
    @media only screen and (max-width: 1279px) {
      .page-sidebar + .page-content .productGrid {
        margin: 0 -10px; } }
    @media only screen and (max-width: 1279px) {
      .page-sidebar + .page-content .productGrid .product {
        width: 33.33%;
        padding-left: 10px;
        padding-right: 10px; } }
    @media only screen and (max-width: 767px) {
      .page-sidebar + .page-content .productGrid .product {
        width: 50%; } }

.category-banner-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: #f4f4f4;
  margin-bottom: 23px; }
  @media only screen and (max-width: 1023px) {
    .category-banner-section {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  .category-banner-section .category-left-section {
    width: 100%;
    padding: 25px 29px; }
    .category-banner-section .category-left-section.visible-top-banner {
      width: 50%; }
      @media only screen and (max-width: 1023px) {
        .category-banner-section .category-left-section.visible-top-banner {
          width: 100%; } }
    @media only screen and (max-width: 1023px) {
      .category-banner-section .category-left-section {
        padding: 20px; } }
    .category-banner-section .category-left-section + .category-right-section {
      width: 50%; }
      @media only screen and (max-width: 1023px) {
        .category-banner-section .category-left-section + .category-right-section {
          width: 100%;
          padding: 0 20px 20px; } }
  .category-banner-section .page-heading {
    font-size: 30px;
    line-height: 33px;
    text-align: left;
    padding: 0px;
    border: 0px;
    margin-bottom: 0px; }
    @media only screen and (max-width: 1023px) {
      .category-banner-section .page-heading {
        font-size: 26px;
        line-height: 29px; } }
    .category-banner-section .page-heading + p {
      margin-top: 15px; }
      @media only screen and (max-width: 1023px) {
        .category-banner-section .page-heading + p {
          margin-top: 10px; } }
  .category-banner-section p {
    color: #212121;
    line-height: 20px;
    margin-bottom: 0px; }
    .category-banner-section p + p {
      margin-top: 15px; }
  .category-banner-section .banners {
    background: none;
    padding: 0px; }
    .category-banner-section .banners img {
      margin: 0px; }

.page-sidebar-block .chevron-down {
  display: none; }

.page-sidebar-block .sidebar-toggle-content.treeview {
  display: block; }

.sidebarBlock .sidebarBlock-heading .accordion-navigation-actions .down {
  display: none; }

.sidebarBlock .sidebarBlock-heading .accordion-navigation-actions .up {
  display: block;
  fill: #888888; }

.sidebarBlock .sidebarBlock-heading.active .accordion-navigation-actions .down {
  display: block; }

.sidebarBlock .sidebarBlock-heading.active .accordion-navigation-actions .up {
  display: none; }

.sidebarBlock-heading, .accordion-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 0px;
  cursor: pointer;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .sidebarBlock-heading, .accordion-title {
      font-size: 16px;
      line-height: 26px; } }
  .sidebarBlock-heading .accordion-navigation-actions, .accordion-title .accordion-navigation-actions {
    top: 50%;
    margin-top: -12px;
    right: -8px; }
    .sidebarBlock-heading .accordion-navigation-actions svg, .accordion-title .accordion-navigation-actions svg {
      fill: #2e3344;
      width: 27px;
      height: 27px; }
    .sidebarBlock-heading .accordion-navigation-actions .up, .accordion-title .accordion-navigation-actions .up {
      display: none; }
  .sidebarBlock-heading.active .accordion-navigation-actions .up, .accordion-title.active .accordion-navigation-actions .up {
    display: block; }
  .sidebarBlock-heading.active .accordion-navigation-actions .down, .accordion-title.active .accordion-navigation-actions .down {
    display: none; }

.sidebarBlock, .accordion-block {
  border: 1px solid #dfdfdf;
  padding: 13px 20px;
  margin: 0px; }
  @media only screen and (max-width: 1279px) {
    .sidebarBlock, .accordion-block {
      padding: 10px 15px; } }
  .sidebarBlock .navList, .accordion-block .navList {
    margin: 0px;
    margin-top: 20px; }
    @media only screen and (max-width: 1023px) {
      .sidebarBlock .navList, .accordion-block .navList {
        margin-top: 15px; } }
    .sidebarBlock .navList > li, .accordion-block .navList > li {
      padding: 0px; }
      .sidebarBlock .navList > li:first-child, .accordion-block .navList > li:first-child {
        margin-top: 0px; }
      .sidebarBlock .navList > li:before, .accordion-block .navList > li:before {
        display: none; }
    .sidebarBlock .navList .rating--small svg, .accordion-block .navList .rating--small svg {
      width: 15px;
      height: 15px; }
    .sidebarBlock .navList .rating--small .icon, .accordion-block .navList .rating--small .icon {
      margin-right: 2px; }
  .sidebarBlock .navList ul > li:before, .accordion-block .navList ul > li:before {
    display: none; }
  .sidebarBlock .navList li, .accordion-block .navList li {
    margin: 17px 0 0 0;
    position: relative; }
    @media only screen and (max-width: 1023px) {
      .sidebarBlock .navList li, .accordion-block .navList li {
        margin: 15px 0 0 0; } }
    > .sidebarBlock .navList li:first-child, > .accordion-block .navList li:first-child {
      margin-top: 0px; }
    .sidebarBlock .navList li a, .accordion-block .navList li a {
      font-size: 15px;
      color: #212121;
      font-weight: 400;
      padding-top: 0px;
      padding-bottom: 0px; }
      @media only screen and (max-width: 1023px) {
        .sidebarBlock .navList li a, .accordion-block .navList li a {
          font-size: 14px; } }
      .sidebarBlock .navList li a.navList-action--checkbox, .accordion-block .navList li a.navList-action--checkbox {
        margin-bottom: 0px;
        padding-right: 20px; }
        .sidebarBlock .navList li a.navList-action--checkbox:before, .accordion-block .navList li a.navList-action--checkbox:before {
          margin-top: -7px; }
        .sidebarBlock .navList li a.navList-action--checkbox.is-selected, .accordion-block .navList li a.navList-action--checkbox.is-selected {
          color: #888888; }
        .sidebarBlock .navList li a.navList-action--checkbox .navList-action-close, .accordion-block .navList li a.navList-action--checkbox .navList-action-close {
          position: absolute;
          top: 0;
          width: 20px;
          height: 20px;
          right: 0;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          -webkit-justify-content: center;
          justify-content: center; }
          .sidebarBlock .navList li a.navList-action--checkbox .navList-action-close svg, .accordion-block .navList li a.navList-action--checkbox .navList-action-close svg {
            width: 10px;
            height: 10px; }
      .sidebarBlock .navList li a .chevron-down, .accordion-block .navList li a .chevron-down {
        display: none; }
      .sidebarBlock .navList li a:hover, .accordion-block .navList li a:hover {
        color: #888888; }
    .sidebarBlock .navList li ul, .accordion-block .navList li ul {
      margin-left: 15px; }
      .sidebarBlock .navList li ul li:before, .accordion-block .navList li ul li:before {
        display: none; }
  .sidebarBlock .navList > li, .accordion-block .navList > li {
    float: none;
    position: relative; }
    .sidebarBlock .navList > li .hitarea, .accordion-block .navList > li .hitarea {
      text-align: right;
      right: -2px;
      padding-top: 3px; }
    .sidebarBlock .navList > li > a, .accordion-block .navList > li > a {
      color: #212121; }
      .sidebarBlock .navList > li > a:hover, .accordion-block .navList > li > a:hover {
        color: #888888; }
  .sidebarBlock + .sidebarBlock, .accordion-block + .sidebarBlock {
    margin: 0px;
    padding-top: 15px;
    border-top: 0px; }
    .sidebarBlock + .sidebarBlock.m-b-30, .accordion-block + .sidebarBlock.m-b-30 {
      margin-bottom: 26px; }
  .sidebarBlock .inlineList, .accordion-block .inlineList {
    margin-top: 15px;
    margin-left: 0px; }
    .sidebarBlock .inlineList li, .accordion-block .inlineList li {
      margin-left: 0px;
      margin-right: 10px; }
    .sidebarBlock .inlineList .facetLabel, .accordion-block .inlineList .facetLabel {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      line-height: normal;
      padding: 5px;
      border-radius: 0px; }
      .sidebarBlock .inlineList .facetLabel .icon, .accordion-block .inlineList .facetLabel .icon {
        margin-left: 5px;
        width: 10px;
        height: 10px; }

@media only screen and (max-width: 1023px) {
  .sidebarBlock.mob-hide {
    display: none; } }

@media only screen and (max-width: 1023px) {
  .sidebarBlock .facetedSearch-toggle {
    margin-bottom: 0; } }

.facetedSearch.sidebarBlock {
  padding: 0px;
  border: 0px; }

.facetedSearch-toggle + .facetedSearch-navList,
.sidebarBlock + .facetedSearch-navList {
  margin: 0px; }

.accordion--navList .accordion-title {
  padding: 0px; }

.accordion--navList .accordion-content {
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px; }
  .accordion--navList .accordion-content .toggleLink {
    font-style: italic;
    color: #212121;
    border-bottom: 1px solid #212121;
    margin-left: 20px;
    margin-top: 15px;
    line-height: 15px;
    display: inline-block; }
    .accordion--navList .accordion-content .toggleLink:hover {
      color: #888888;
      border-bottom: 1px solid #888888; }
    .accordion--navList .accordion-content .toggleLink .toggleLink-text {
      font-size: 15px; }

.accordion-navigation {
  padding: 0px;
  border: 0px; }

.facetedSearch-toggle {
  display: none; }
  @media only screen and (max-width: 1023px) {
    .facetedSearch-toggle {
      display: block;
      border-radius: 0px;
      margin-top: -1px;
      font-size: 16px;
      padding: 10px 15px; }
      .facetedSearch-toggle.toggleLink {
        color: #212121;
        transition: none; }
        .facetedSearch-toggle.toggleLink.is-open {
          color: #212121; } }
  @media only screen and (max-width: 479px) {
    .facetedSearch-toggle {
      font-size: 14px; }
      .facetedSearch-toggle .facetedSearch-toggle-text, .facetedSearch-toggle .facetedSearch-toggle-indicator {
        width: 100%;
        text-align: center; }
        .facetedSearch-toggle .facetedSearch-toggle-text .icon svg, .facetedSearch-toggle .facetedSearch-toggle-indicator .icon svg {
          fill: #212121; } }

.facetedSearch-navList {
  display: block; }
  @media only screen and (max-width: 1023px) {
    .facetedSearch-navList {
      display: none; } }

.accordion {
  border: 0px;
  border-radius: 0px; }

.accordion--navList .accordion-block {
  margin: 0px;
  border-top: 0px; }

.accordion--navList .accordion-title {
  font-weight: 500;
  margin: 0px; }

.accordion--navList .accordion-indicator {
  width: 27px;
  height: 27px;
  fill: #888888; }
  .accordion--navList .accordion-indicator.toggleLink-text--off {
    fill: #2e3344; }

.accordion--navList .accordion-navigation-actions {
  top: 50%;
  margin-top: -12px;
  right: -8px; }

.facetedSearch-refineFilters.sidebarBlock {
  border-top: 0px;
  display: block; }
  @media only screen and (max-width: 1023px) {
    .facetedSearch-refineFilters.sidebarBlock {
      display: none; } }

.accordion-content, .sidebar-toggle-content {
  margin-top: 0px;
  margin-bottom: 10px; }

#facetedSearch-content--price {
  margin-top: 20px; }

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

.navList-action--checkbox {
  padding-left: 20px; }
  .navList-action--checkbox:before {
    border-radius: 0;
    border-color: #888888;
    width: 12px;
    height: 12px; }
  .navList-action--checkbox:after {
    width: 12px;
    height: 12px;
    margin-top: -8px;
    margin-left: -1px; }

.form-minMaxRow .form-input {
  padding-right: 15px; }

@media only screen and (max-width: 1279px) {
  .form-minMaxRow .form-field {
    width: 50%; }
    .form-minMaxRow .form-field:last-child {
      width: 100%;
      margin-top: 10px; } }

.form-minMaxRow .button {
  border: 1px solid #212121;
  padding-top: 9px;
  padding-bottom: 9px; }

.sub-category-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 -10px;
  margin-bottom: 34px; }
  @media only screen and (max-width: 1023px) {
    .sub-category-block {
      margin-bottom: 25px; } }
  .sub-category-block:before {
    display: none; }
  .sub-category-block:after {
    display: none; }
  .sub-category-block .sub-category-item {
    width: 16.5%;
    padding: 0 10px; }
    @media only screen and (max-width: 1279px) {
      .sub-category-block .sub-category-item {
        width: 25%; } }
    @media only screen and (max-width: 666px) {
      .sub-category-block .sub-category-item {
        width: 33.33%; } }
    @media only screen and (max-width: 567px) {
      .sub-category-block .sub-category-item {
        width: 50%; } }
  .sub-category-block .sub-category-img {
    height: 192px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden; }
  .sub-category-block .category-image-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    height: 100%; }
    .sub-category-block .category-image-inner .sub-category-img-block {
      width: 100%; }
      .sub-category-block .category-image-inner .sub-category-img-block img {
        width: 100%; }
  .sub-category-block .sub-category-name {
    margin: 0px;
    margin-top: 10px;
    text-align: center;
    padding: 0 5px;
    line-height: 20px; }
    .sub-category-block .sub-category-name a {
      font-size: 15px;
      color: #212121;
      line-height: 16px; }
      .sub-category-block .sub-category-name a:hover {
        color: #c2c2c2; }

.sub-category-headinig h3 {
  font-weight: 500;
  line-height: 32px; }
  @media only screen and (max-width: 767px) {
    .sub-category-headinig h3 {
      font-size: 22px;
      line-height: 30px;
      margin-bottom: 15px; } }
  @media only screen and (max-width: 479px) {
    .sub-category-headinig h3 {
      font-size: 18px;
      line-height: 22px; } }

.no-img {
  background: #f4f4f4; }

.without-img {
  max-width: 190px; }

.actionBar-section .form-field {
  border: 1px solid #888888;
  border-radius: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: visible; }
  .actionBar-section .form-field:before, .actionBar-section .form-field:after {
    display: none; }

.actionBar-section .form-label {
  font-size: 15px;
  min-width: 67px;
  color: #888888;
  font-weight: 400; }
  @media only screen and (max-width: 1279px) {
    .actionBar-section .form-label {
      min-width: 73px; } }
  @media only screen and (max-width: 1023px) {
    .actionBar-section .form-label {
      font-size: 14px; } }
  @media only screen and (max-width: 479px) {
    .actionBar-section .form-label {
      min-width: 60px;
      margin-right: 5px; } }

.actionBar-section .form-select {
  height: auto;
  color: #212121;
  border-left: 0px; }
  @media only screen and (max-width: 479px) {
    .actionBar-section .form-select {
      font-size: 12px;
      padding-right: 25px; } }
  @media only screen and (max-width: 1023px) {
    .actionBar-section .form-select {
      font-size: 14px; } }

@media only screen and (max-width: 1279px) {
  .filter-left .pagination .pagination-item {
    display: none; }
    .filter-left .pagination .pagination-item.pagination-item--previous, .filter-left .pagination .pagination-item.pagination-item--current, .filter-left .pagination .pagination-item.pagination-item--next {
      display: inline-block; }
      .filter-left .pagination .pagination-item.pagination-item--previous .icon, .filter-left .pagination .pagination-item.pagination-item--current .icon, .filter-left .pagination .pagination-item.pagination-item--next .icon {
        top: 6px;
        width: 15px;
        height: 15px; }
    .filter-left .pagination .pagination-item.pagination-item--current {
      margin: 0px 5px; }
    .filter-left .pagination .pagination-item.pagination-item--previous .icon {
      margin-left: 0px; }
    .filter-left .pagination .pagination-item.pagination-item--previous a {
      padding-left: 18px; }
    .filter-left .pagination .pagination-item.pagination-item--next {
      margin-left: 0px; } }

.actionBar-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 30px; }
  @media only screen and (max-width: 567px) {
    .actionBar-main {
      flex-flow: column; } }
  .actionBar-main .filter-left {
    width: 60%; }
    @media only screen and (max-width: 1279px) {
      .actionBar-main .filter-left {
        width: 50%; } }
    @media only screen and (max-width: 767px) {
      .actionBar-main .filter-left {
        width: 60%; } }
    @media only screen and (max-width: 567px) {
      .actionBar-main .filter-left {
        width: 100%;
        -webkit-justify-content: center;
        justify-content: center;
        margin-bottom: 15px; } }
  .actionBar-main .filter-right {
    width: 40%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
    @media only screen and (max-width: 1279px) {
      .actionBar-main .filter-right {
        width: 50%; } }
    @media only screen and (max-width: 767px) {
      .actionBar-main .filter-right {
        width: 40%; } }
    @media only screen and (max-width: 567px) {
      .actionBar-main .filter-right {
        width: 100%;
        -webkit-justify-content: center;
        justify-content: center; } }
    .actionBar-main .filter-right .product-view-button {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: flex-end;
      justify-content: flex-end; }
      @media only screen and (max-width: 767px) {
        .actionBar-main .filter-right .product-view-button {
          display: none; } }
      .actionBar-main .filter-right .product-view-button a {
        margin: 0 10px;
        line-height: normal; }
        .actionBar-main .filter-right .product-view-button a.active svg {
          fill: #333333; }
        .actionBar-main .filter-right .product-view-button a.grid-view svg {
          width: 25px; }
      .actionBar-main .filter-right .product-view-button svg {
        width: 30px;
        height: 25px;
        fill: #212121; }
    .actionBar-main .filter-right .actionBar {
      margin: 0px;
      margin-left: 20px; }
      @media only screen and (max-width: 1023px) {
        .actionBar-main .filter-right .actionBar {
          margin-left: 10px; } }

.filter-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }
  .filter-left .pagination-list {
    margin: 0px; }
  .filter-left .pagination-item {
    margin-bottom: 0px; }
  .filter-left .pagination-count {
    min-width: 91px;
    color: #212121; }
    .filter-left .pagination-count + .pagination {
      border-left: 1px solid #dfdfdf;
      padding-left: 15px;
      margin-left: 15px; }
      @media only screen and (max-width: 666px) {
        .filter-left .pagination-count + .pagination {
          padding-left: 10px;
          margin-left: 10px; } }

.productGrid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  .productGrid:before {
    display: none; }
  .productGrid:after {
    display: none; }
  .productGrid .product {
    margin: 0px;
    padding-bottom: 20px;
    transition: all .4s; }
    .productGrid .product .card {
      margin: 0px;
      height: 100%; }

.page .page-sidebar + .page-content .product-list-style .product {
  width: 100%; }

.page .page-content .product-list-style .product {
  width: 50%;
  padding-top: 10px;
  transition: all .4s; }
  @media only screen and (max-width: 1023px) {
    .page .page-content .product-list-style .product {
      width: 100%; } }
  .page .page-content .product-list-style .product .card:hover .card-title {
    opacity: 1;
    visibility: visible; }
  .page .page-content .product-list-style .product .card .card-summary {
    display: block;
    margin-top: 10px;
    width: 100%;
    line-height: 20px; }
  .page .page-content .product-list-style .product .card-body-inn {
    position: relative;
    height: 100%;
    padding-bottom: 38px;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
  .page .page-content .product-list-style .product .card-inner {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-flow: row; }
  .page .page-content .product-list-style .product .card-figure {
    margin-bottom: 0px;
    padding: 12px 0 12px 12px;
    width: 50%; }
    @media only screen and (max-width: 1279px) {
      .page .page-content .product-list-style .product .card-figure {
        width: 40%; } }
    .page .page-content .product-list-style .product .card-figure .card-figcaption-body-custom {
      top: 24px; }
  .page .page-content .product-list-style .product .card-img-container {
    max-width: 100%; }
  .page .page-content .product-list-style .product .card-body {
    margin-top: 0; }
    @media only screen and (max-width: 1279px) {
      .page .page-content .product-list-style .product .card-body {
        width: 60%; } }
    .page .page-content .product-list-style .product .card-body .brand-name {
      text-align: left; }
  .page .page-content .product-list-style .product .card-mid-block {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    position: static; }
  .page .page-content .product-list-style .product .card-title, .page .page-content .product-list-style .product .card-text {
    text-align: left; }
  .page .page-content .product-list-style .product .price-block {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin: 0 -6px; }
    .page .page-content .product-list-style .product .price-block .price {
      font-size: 14px; }
  .page .page-content .product-list-style .product .card-button-block {
    top: auto;
    transform: none;
    bottom: 0;
    left: auto;
    right: auto; }
    .page .page-content .product-list-style .product .card-button-block .button {
      font-size: 14px;
      line-height: 20px;
      padding: 6px 16px; }
    .page .page-content .product-list-style .product .card-button-block svg {
      width: 14px;
      height: 17px;
      margin-right: 7px; }
    .page .page-content .product-list-style .product .card-button-block span {
      margin-top: 4px; }

.brandGrid .brand {
  width: 20%;
  margin-bottom: 20px; }
  @media only screen and (max-width: 1279px) {
    .brandGrid .brand {
      width: 25%; } }
  @media only screen and (max-width: 1023px) {
    .brandGrid .brand {
      width: 33.33%; } }
  @media only screen and (max-width: 579px) {
    .brandGrid .brand {
      width: 50%; } }
  .brandGrid .brand .card {
    margin-bottom: 0px; }
    .brandGrid .brand .card .card-body {
      padding-left: 5px;
      padding-right: 5px; }
    .brandGrid .brand .card:hover .card-title {
      opacity: 1;
      visibility: visible; }

.brand-sidebar .facetedSearch-refineFilters.sidebarBlock {
  border-top: 1px solid #dfdfdf; }

.search-page-sidebar .facetedSearch-refineFilters.sidebarBlock {
  border-top: 1px solid #dfdfdf; }

#search-results-content strong {
  margin-right: 10px; }

#search-results-content p {
  margin-top: 10px; }

.type-search .page-sidebar.u-hiddenVisually + .page-content {
  width: 100%; }

.page-top-bar .page-heading {
  font-size: 32px;
  line-height: 32px;
  text-align: left; }
  @media only screen and (max-width: 1023px) {
    .page-top-bar .page-heading {
      font-size: 24px;
      line-height: 24px; } }

.productView {
  padding-top: 0px;
  margin: 0 -15px; }
  @media only screen and (max-width: 1023px) {
    .productView {
      margin: 0; } }
  .productView .alertBox {
    margin-left: 15px;
    margin-right: 15px; }
    @media only screen and (max-width: 1023px) {
      .productView .alertBox {
        margin-left: 0px;
        margin-right: 0px; } }

.productView-details, .productView-images {
  padding-left: 15px;
  padding-right: 15px; }
  @media only screen and (max-width: 1023px) {
    .productView-details, .productView-images {
      padding: 0px; } }

@media only screen and (max-width: 1279px) {
  .productView-details {
    width: 45%; } }

@media only screen and (max-width: 1023px) {
  .productView-details {
    width: 100%; } }

.productView-images {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media only screen and (max-width: 1279px) {
    .productView-images {
      width: 55%; } }
  @media only screen and (max-width: 1023px) {
    .productView-images {
      width: 100%; } }
  .productView-images .productView-image-main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: 85%;
    order: 1;
    padding-left: 20px;
    padding-right: 20px; }
    .productView-images .productView-image-main.without-pro-img {
      padding-left: 0;
      padding-right: 0; }
    @media only screen and (max-width: 1279px) {
      .productView-images .productView-image-main {
        width: 80%;
        padding-right: 0px; } }
    @media only screen and (max-width: 1023px) {
      .productView-images .productView-image-main {
        width: 100%;
        padding-left: 0px;
        margin-bottom: 20px; } }
    .productView-images .productView-image-main .usp-section {
      margin-top: 20px;
      width: 100%; }
      @media only screen and (max-width: 1023px) {
        .productView-images .productView-image-main .usp-section {
          display: none; } }
      .productView-images .productView-image-main .usp-section.m-b-60 {
        margin-bottom: 0px;
        background: none; }
      .productView-images .productView-image-main .usp-section ul {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; }
        .productView-images .productView-image-main .usp-section ul li {
          width: 50%;
          padding: 0px;
          border: 1px solid #dfdfdf; }
          .productView-images .productView-image-main .usp-section ul li:nth-child(3) {
            margin-top: -1px; }
          .productView-images .productView-image-main .usp-section ul li:nth-child(4) {
            margin-top: -1px; }
          .productView-images .productView-image-main .usp-section ul li:nth-child(even) {
            border-left: 0px; }
      .productView-images .productView-image-main .usp-section .usp-block {
        padding: 12px;
        -webkit-justify-content: flex-start;
        justify-content: flex-start; }
        @media only screen and (max-width: 1279px) {
          .productView-images .productView-image-main .usp-section .usp-block {
            -webkit-justify-content: center;
            justify-content: center; } }
        .productView-images .productView-image-main .usp-section .usp-block .usp-detail h5 {
          font-size: 15px;
          line-height: 20px;
          font-weight: 500; }
  .productView-images .fancythumb, .productView-images .fancythumb:hover {
    cursor: zoom-in; }
  .productView-images .productView-image {
    border: 1px solid #dfdfdf;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden;
    /*pointer-events: painted;*/ }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .productView-images .productView-image {
        background: none; } }
    @supports (-ms-ime-align: auto) {
      .productView-images .productView-image {
        background: none; } }
    .productView-images .productView-image .productView-image--default-custom {
      mix-blend-mode: darken;
      max-width: 100%;
      max-height: 100%;
      width: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      font-family: 'object-fit: contain;'; }
    .productView-images .productView-image .fancythumb {
      max-height: 100%; }
  .productView-images .productView-thumbnails {
    order: 0;
    width: 15%;
    margin: 0px; }
    @media only screen and (max-width: 1279px) {
      .productView-images .productView-thumbnails {
        width: 20%; } }
    @media only screen and (max-width: 1023px) {
      .productView-images .productView-thumbnails {
        order: 1;
        width: 100%; }
        .productView-images .productView-thumbnails:before {
          display: none; }
        .productView-images .productView-thumbnails li {
          max-width: 130px;
          width: 33.33%;
          padding: 0 10px;
          float: left;
          text-align: center; } }
    @media only screen and (max-width: 1023px) and (max-width: 576px) {
      .productView-images .productView-thumbnails li {
        max-width: 120px; } }
    @media only screen and (max-width: 1023px) and (max-width: 479px) {
      .productView-images .productView-thumbnails li {
        max-width: 99px; } }
    @media only screen and (max-width: 1023px) {
        .productView-images .productView-thumbnails.productView-thumbnails-withslider li {
          max-width: 100%;
          padding: 0; } }
    .productView-images .productView-thumbnails .slick-list {
      margin: 0; }
      @media only screen and (max-width: 1023px) {
        .productView-images .productView-thumbnails .slick-list {
          margin: 0px 30px; } }
      .productView-images .productView-thumbnails .slick-list .slick-slide {
        display: none; }
    .productView-images .productView-thumbnails img {
      max-width: 100px;
      max-height: 120px;
      mix-blend-mode: darken; }
      @media only screen and (max-width: 767px) {
        .productView-images .productView-thumbnails img {
          max-width: 80px;
          max-height: 80px; } }
      @media only screen and (max-width: 479px) {
        .productView-images .productView-thumbnails img {
          max-width: 60px;
          max-height: 65px; } }
    .productView-images .productView-thumbnails .slick-slide {
      margin-bottom: 13px; }
      @media only screen and (max-width: 1023px) {
        .productView-images .productView-thumbnails .slick-slide {
          text-align: center; } }
    .productView-images .productView-thumbnails .productView-thumbnail {
      padding: 0px;
      margin-bottom: 13px;
      float: none;
      width: 100%; }
    .productView-images .productView-thumbnails .slick-arrow {
      width: 30px;
      height: 30px;
      background: #ffffff;
      border: 1px solid #dfdfdf;
      top: auto;
      bottom: -30px; }
      @media only screen and (max-width: 1279px) {
        .productView-images .productView-thumbnails .slick-arrow {
          bottom: -30px; } }
      @media only screen and (max-width: 1023px) {
        .productView-images .productView-thumbnails .slick-arrow {
          top: 50%;
          margin-top: -23px; } }
      .productView-images .productView-thumbnails .slick-arrow svg {
        fill: #212121;
        width: 24px;
        height: 24px; }
        @media only screen and (min-width: 1024px) {
          .productView-images .productView-thumbnails .slick-arrow svg {
            transform: rotate(90deg); } }
      .productView-images .productView-thumbnails .slick-arrow:hover {
        background: #212121;
        border: 1px solid #212121; }
        .productView-images .productView-thumbnails .slick-arrow:hover svg {
          fill: #ffffff; }
      .productView-images .productView-thumbnails .slick-arrow.slick-next {
        right: 4px; }
        @media only screen and (max-width: 1919px) {
          .productView-images .productView-thumbnails .slick-arrow.slick-next {
            right: 1px; } }
      .productView-images .productView-thumbnails .slick-arrow.slick-prev {
        left: 1px; }
    .productView-images .productView-thumbnails.slick-initialized .slick-list .slick-slide {
      display: block; }
  .productView-images .productView-thumbnail-link {
    max-width: 100px;
    height: 90px;
    background: #f4f4f4;
    border: 1px solid #dfdfdf;
    overflow: hidden; }
    @media only screen and (max-width: 1279px) {
      .productView-images .productView-thumbnail-link {
        max-width: 120px; } }
    @media only screen and (max-width: 767px) {
      .productView-images .productView-thumbnail-link {
        height: 80px; } }
    @media only screen and (max-width: 666px) {
      .productView-images .productView-thumbnail-link {
        max-width: 100px; } }
    @media only screen and (max-width: 479px) {
      .productView-images .productView-thumbnail-link {
        max-width: 65px;
        height: 62px; } }
    .productView-images .productView-thumbnail-link.is-active {
      border: 1px solid #212121; }

.productView-title {
  font-size: 28px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 22px;
  line-height: normal; }
  @media only screen and (max-width: 767px) {
    .productView-title {
      font-size: 26px; } }

.productView-brand {
  margin: -5px 0 4px 0;
  line-height: 30px; }
  .productView-brand a {
    color: #212121; }

.productView-details {
  margin-bottom: 0px; }
  .productView-details .price-block {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 12px;
    padding-top: 15px;
    margin-bottom: 25px; }
    @media only screen and (max-width: 767px) {
      .productView-details .price-block {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; } }
    .productView-details .price-block .productView-price {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: flex-end;
      -moz-box-align: flex-end;
      -ms-flex-align: flex-end;
      -webkit-align-items: flex-end;
      align-items: flex-end;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      width: 46%;
      margin: 0px; }
      @media only screen and (max-width: 1279px) {
        .productView-details .price-block .productView-price {
          width: 100%;
          -webkit-justify-content: flex-start;
          justify-content: flex-start;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center; }
          .productView-details .price-block .productView-price + .price-block-left {
            margin-top: 10px; } }
      .productView-details .price-block .productView-price.call-for-price {
        display: none; }
    .productView-details .price-block .price-block-left {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      width: 54%; }
      @media only screen and (max-width: 1279px) {
        .productView-details .price-block .price-block-left {
          -webkit-justify-content: flex-start;
          justify-content: flex-start;
          width: 100%; } }
      .productView-details .price-block .price-block-left .instock {
        color: #5dcb6c;
        font-size: 20px;
        font-weight: 500;
        margin-right: 20px; }
        @media only screen and (max-width: 1023px) {
          .productView-details .price-block .price-block-left .instock {
            margin-right: 10px; } }
      .productView-details .price-block .price-block-left .productView-rating .icon {
        width: 15px;
        height: 15px; }
        @media only screen and (max-width: 479px) {
          .productView-details .price-block .price-block-left .productView-rating .icon {
            width: 12px;
            height: 12px; } }
        .productView-details .price-block .price-block-left .productView-rating .icon svg {
          height: 100%;
          width: 100%; }
  .productView-details .price-section {
    margin: 0px;
    margin-right: 10px; }
    @media only screen and (max-width: 567px) {
      .productView-details .price-section {
        width: auto; } }
    .productView-details .price-section .price-now-label {
      font-size: 16px;
      text-align: left; }
      @media only screen and (max-width: 567px) {
        .productView-details .price-section .price-now-label {
          display: block; } }
  .productView-details .price {
    font-size: 18px; }
    @media only screen and (max-width: 1279px) {
      .productView-details .price {
        font-size: 16px; } }
    .productView-details .price.price--withTax {
      font-size: 24px; }
      @media only screen and (max-width: 1279px) {
        .productView-details .price.price--withTax {
          font-size: 22px; } }
      @media only screen and (max-width: 567px) {
        .productView-details .price.price--withTax {
          font-size: 20px; } }
    .productView-details .price.price-section--saving {
      font-size: 14px;
      margin-right: 0px;
      margin-top: 5px;
      width: 100%;
      text-align: left; }
      .productView-details .price.price-section--saving .price {
        font-size: 14px;
        color: #212121; }

.productView-reviewLink {
  margin-left: 0px;
  color: #333333; }
  @media only screen and (max-width: 479px) {
    .productView-reviewLink {
      font-size: 12px; } }
  .productView-reviewLink + .productView-reviewLink {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #888888; }
    .productView-reviewLink + .productView-reviewLink a {
      text-decoration: underline; }
    @media only screen and (max-width: 567px) {
      .productView-reviewLink + .productView-reviewLink {
        display: inline-block; } }

.productView-info-value, .productView-info-name {
  font-size: 15px;
  padding: 8px 0; }
  @media only screen and (max-width: 567px) {
    .productView-info-value, .productView-info-name {
      padding: 6px 0; } }

.productView-info-name {
  color: #333333;
  font-weight: 500;
  float: left;
  min-width: 192px;
  padding-right: 15px;
  margin: 0px; }
  @media only screen and (max-width: 567px) {
    .productView-info-name {
      float: none;
      padding-right: 0px; } }

.productView-info-value {
  color: #212121;
  margin-bottom: 0px; }
  @media only screen and (max-width: 567px) {
    .productView-info-value {
      font-size: 14px; } }
  .productView-info-value a {
    font-style: italic;
    text-decoration: underline; }

.productView-info > :first-child {
  margin: 0px; }

.productView-product {
  border: 0px;
  padding: 0px;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 20px;
  margin-bottom: 20px; }

@media only screen and (max-width: 567px) {
  .productView-options {
    text-align: left; } }

.productView-options .alertBox {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 20px; }

.productView-options .form-input[type="number"] {
  padding-right: 15px; }

.productView-options .form-label--alternate {
  font-size: 15px;
  color: #333333;
  font-weight: 500; }

.productView-options .form-field {
  margin-bottom: 19px; }
  @media only screen and (max-width: 567px) {
    .productView-options .form-field {
      margin-bottom: 15px; } }
  .productView-options .form-field textarea {
    resize: none; }

.productView-options .form-fileDescription {
  margin-bottom: 0px; }

.productView-options .form-option-variant--color {
  min-width: 34px;
  height: 34px;
  line-height: 34px; }

.productView-options [data-product-attribute="set-rectangle"] .form-option {
  padding: 0px; }

.productView-options [data-product-attribute="set-rectangle"] .form-radio:checked + .form-option {
  border-color: #333333;
  box-shadow: none;
  background: #333333;
  color: #ffffff; }

.productView-options [data-product-attribute="set-rectangle"] .form-option-variant {
  min-width: 34px;
  height: 34px;
  line-height: 34px; }

.productView-options .form-radio:checked + .form-option-swatch {
  box-shadow: none; }

.productView-options .form-radio:checked + .form-label:before {
  border-color: #212121; }

.productView-options .form-checkbox + .form-label:before {
  border-radius: 0; }

.productView-options input[type="file"] {
  font-size: 15px; }
  @media only screen and (max-width: 567px) {
    .productView-options input[type="file"] {
      font-size: 13px; } }

.productView-options .form-checkbox + .form-label, .productView-options .form-radio + .form-label {
  font-size: 15px; }
  @media only screen and (max-width: 567px) {
    .productView-options .form-checkbox + .form-label, .productView-options .form-radio + .form-label {
      margin-left: 0px !important;
      display: block !important;
      font-size: 14px; } }

.productView-options .productOptions-list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 10px;
  margin-bottom: 0px; }
  .productView-options .productOptions-list li .productOptions-list-item-figure, .productView-options .productOptions-list li .productOptions-list-item-content {
    display: block; }
  .productView-options .productOptions-list li .productOptions-list-item-figure {
    margin: 0px;
    max-width: 60px;
    width: 100%;
    padding: 5px; }

.productView-options .form-field--stock .form-label {
  margin-bottom: 0px; }

.productView-options .form-field--increments {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0px;
  margin-right: 17px; }
  @media only screen and (max-width: 1279px) {
    .productView-options .form-field--increments {
      margin-right: 13px; } }
  @media only screen and (max-width: 567px) {
    .productView-options .form-field--increments {
      margin-right: 5px; } }

.productView-options .form-increment .form-input--incrementTotal {
  float: left;
  height: 50px;
  width: 50px !important;
  font-size: 14px;
  text-align: center;
  border: 1px solid #dfdfdf;
  border-radius: 0;
  font-weight: 300;
  padding: 5px; }
  @media only screen and (max-width: 567px) {
    .productView-options .form-increment .form-input--incrementTotal {
      height: 40px;
      width: 40px !important; } }

.productView-options .form-increment .button {
  display: block;
  border: none;
  padding: 0;
  background: 0 0;
  font-size: 10px; }
  .productView-options .form-increment .button i {
    line-height: 25px;
    text-align: center;
    width: 23px;
    height: 25px;
    display: block;
    border: 1px solid #dfdfdf;
    cursor: pointer;
    border-radius: 0;
    border-left: none; }
    @media only screen and (max-width: 567px) {
      .productView-options .form-increment .button i {
        width: 20px;
        height: 20px;
        line-height: 20px; } }
  .productView-options .form-increment .button + .button i {
    border-top: 0px; }
  .productView-options .form-increment .button:hover {
    background: #4b5061; }
    .productView-options .form-increment .button:hover i svg {
      fill: #ffffff; }

.productView-options .form-action {
  margin: 0px;
  vertical-align: top;
  display: inline-block; }
  @media only screen and (max-width: 1023px) {
    .productView-options .form-action {
      float: none;
      padding: 0px;
      width: auto; } }
  .productView-options .form-action .button {
    padding: 17px 33px;
    line-height: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    border-radius: 0;
    font-size: 16px; }
    @media only screen and (max-width: 567px) {
      .productView-options .form-action .button {
        padding: 12px;
        font-size: 12px; } }
  .productView-options .form-action + .productView-compare {
    margin-left: 17px;
    margin-right: 17px; }
    @media only screen and (max-width: 1279px) {
      .productView-options .form-action + .productView-compare {
        margin-left: 13px;
        margin-right: 13px; } }
    @media only screen and (max-width: 567px) {
      .productView-options .form-action + .productView-compare {
        margin-left: 5px;
        margin-right: 5px; } }

.productView-options .form-wishlist, .productView-options .productView-compare {
  display: inline-block;
  vertical-align: top; }
  @media only screen and (max-width: 1023px) {
    .productView-options .form-wishlist, .productView-options .productView-compare {
      width: auto; } }
  .productView-options .form-wishlist .dropdown-menu-button, .productView-options .form-wishlist .compare, .productView-options .productView-compare .dropdown-menu-button, .productView-options .productView-compare .compare {
    padding: 16px 15px;
    line-height: 11px;
    background: 0 0;
    border: 1px solid #dfdfdf;
    width: auto;
    border-radius: 0;
    margin-bottom: 0px; }
    @media only screen and (max-width: 567px) {
      .productView-options .form-wishlist .dropdown-menu-button, .productView-options .form-wishlist .compare, .productView-options .productView-compare .dropdown-menu-button, .productView-options .productView-compare .compare {
        padding: 11px 9px; } }
    .productView-options .form-wishlist .dropdown-menu-button i, .productView-options .form-wishlist .compare i, .productView-options .productView-compare .dropdown-menu-button i, .productView-options .productView-compare .compare i {
      margin: 0px; }
      .productView-options .form-wishlist .dropdown-menu-button i svg, .productView-options .form-wishlist .compare i svg, .productView-options .productView-compare .dropdown-menu-button i svg, .productView-options .productView-compare .compare i svg {
        fill: #212121; }
    .productView-options .form-wishlist .dropdown-menu-button:hover, .productView-options .form-wishlist .compare:hover, .productView-options .productView-compare .dropdown-menu-button:hover, .productView-options .productView-compare .compare:hover {
      background: #212121;
      border-color: #212121; }
      .productView-options .form-wishlist .dropdown-menu-button:hover i svg, .productView-options .form-wishlist .compare:hover i svg, .productView-options .productView-compare .dropdown-menu-button:hover i svg, .productView-options .productView-compare .compare:hover i svg {
        fill: #ffffff; }

.wishlist-popup .wishlist_dropdownbox {
  text-align: center; }
  .wishlist-popup .wishlist_dropdownbox .wishlistid {
    padding: 2px 5px; }
    .wishlist-popup .wishlist_dropdownbox .wishlistid + .wishlistid {
      margin-left: 10px; }
  .wishlist-popup .wishlist_dropdownbox input[type="radio"] {
    border: 1px solid #000000 !important;
    background: #f2f; }
  .wishlist-popup .wishlist_dropdownbox label {
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize; }
    .wishlist-popup .wishlist_dropdownbox label + .wishlistid {
      margin-left: 10px; }
  .wishlist-popup .wishlist_dropdownbox .button {
    margin-bottom: 0px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    margin-top: 20px; }
    .wishlist-popup .wishlist_dropdownbox .button + .button {
      margin-left: 16px; }

.share-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 30px; }
  @media only screen and (max-width: 567px) {
    .share-block {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  .share-block .form-label--alternate {
    margin-right: 8px;
    margin-bottom: 0px;
    margin-top: 5px;
    min-width: 70px; }
    @media only screen and (max-width: 567px) {
      .share-block .form-label--alternate {
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 0px; } }
  @media only screen and (max-width: 567px) {
    .share-block {
      margin-top: 20px; } }

.productView-description {
  width: 100%;
  margin-top: 25px; }
  @media only screen and (max-width: 1023px) {
    .productView-description {
      padding: 0px; } }
  .productView-description .toggle-title .toggleLink {
    float: none; }

.productView-description-inn {
  border: 1px solid #dfdfdf;
  border-bottom: 0px; }
  .productView-description-inn #features-content blockquote p {
    margin-left: 0px;
    display: unset; }
  .productView-description-inn #features-content p,
  .productView-description-inn #features-content #opt7-desc-above-pricing > div,
  .productView-description-inn #features-content #opt7-extended-info > div {
    margin-left: 16px;
    display: list-item; }
  @media only screen and (max-width: 440px) {
    .productView-description-inn #features-content #opt7-desc-above-pricing {
      font-size: 14px;
      line-height: 27px; } }
  @media only screen and (max-width: 440px) {
    .productView-description-inn #features-content #opt7-desc-above-pricing img {
      width: 100%; } }
  @media only screen and (max-width: 440px) {
    .productView-description-inn #features-content #opt7-desc-above-pricing iframe {
      width: 100% !important; } }
  @media only screen and (max-width: 440px) {
    .productView-description-inn #features-content #opt7-desc-above-pricing blockquote {
      font-size: 14px;
      line-height: 27px; } }
  @media only screen and (max-width: 440px) {
    .productView-description-inn #features-content #opt7-desc-above-pricing blockquote p {
      font-size: 14px;
      line-height: 27px; } }
  .productView-description-inn #features-content .pointless,
  .productView-description-inn #features-content #opt7-extended-info > p {
    margin-left: 0px;
    display: block; }
  .productView-description-inn .toggle {
    border: 0px;
    margin: 0px; }
  .productView-description-inn .toggle-title {
    margin: 0px;
    border-bottom: 1px solid #dfdfdf; }
    .productView-description-inn .toggle-title a {
      color: #2e3344;
      font-size: 16px;
      padding: 15px 40px;
      font-weight: 400;
      line-height: 20px;
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      padding-left: 70px; }
      @media only screen and (max-width: 1023px) {
        .productView-description-inn .toggle-title a {
          padding: 13px 25px;
          padding-left: 45px; } }
      @media only screen and (max-width: 767px) {
        .productView-description-inn .toggle-title a {
          padding: 13px 20px;
          padding-left: 40px; } }
      @media only screen and (max-width: 567px) {
        .productView-description-inn .toggle-title a {
          padding: 13px 18px;
          padding-left: 40px; } }
      .productView-description-inn .toggle-title a.is-open {
        background: #f5f5f5; }
        .productView-description-inn .toggle-title a.is-open svg.toggle-down-arrow {
          transform: rotate(180deg); }
      .productView-description-inn .toggle-title a .icon--name {
        width: 20px;
        height: 20px;
        margin-right: 10px;
        position: absolute;
        left: 40px;
        top: 15px;
        fill: #2e3344; }
        @media only screen and (max-width: 1023px) {
          .productView-description-inn .toggle-title a .icon--name {
            left: 20px;
            width: 18px;
            height: 18px;
            top: 14px; } }
        @media only screen and (max-width: 767px) {
          .productView-description-inn .toggle-title a .icon--name {
            left: 15px; } }
        @media only screen and (max-width: 479px) {
          .productView-description-inn .toggle-title a .icon--name {
            top: 13px; } }
      .productView-description-inn .toggle-title a svg.toggle-down-arrow {
        width: 25px;
        height: 25px;
        position: absolute;
        right: 23px;
        top: 50%;
        margin-top: -12px;
        fill: #888888; }
        @media only screen and (max-width: 567px) {
          .productView-description-inn .toggle-title a svg.toggle-down-arrow {
            right: 15px; } }
  .productView-description-inn .toggle-content {
    padding: 35px 40px;
    transition: all .5s ease-in-out; }
    @media only screen and (max-width: 1023px) {
      .productView-description-inn .toggle-content {
        padding: 20px 25px; } }
    @media only screen and (max-width: 479px) {
      .productView-description-inn .toggle-content {
        padding: 15px 20px; } }
    .productView-description-inn .toggle-content p {
      margin: 0px;
      font-size: 14px;
      line-height: 24px;
      color: #212121;
      font-weight: 400; }
      .productView-description-inn .toggle-content p + p {
        margin-top: 20px; }
      .productView-description-inn .toggle-content p + ul {
        margin-top: 10px; }
    .productView-description-inn .toggle-content ul {
      margin-bottom: 10px; }
      .productView-description-inn .toggle-content ul li {
        margin: 0px;
        font-size: 14px;
        line-height: 20px;
        color: #212121;
        font-weight: 400;
        position: relative;
        padding-left: 20px;
        margin-bottom: 20px; }
        @media only screen and (max-width: 1023px) {
          .productView-description-inn .toggle-content ul li {
            margin-bottom: 15px; } }
        .productView-description-inn .toggle-content ul li:before {
          content: "";
          position: absolute;
          width: 10px;
          height: 7px;
          background: url("../icons/product-description-arrow.svg");
          background-size: 100%;
          left: 0;
          top: 5px; }
        .productView-description-inn .toggle-content ul li a {
          font-weight: 500; }
    .productView-description-inn .toggle-content .productReviews-list li:before {
      display: none; }
    .productView-description-inn .toggle-content .productReview-title {
      font-weight: 500; }
    .productView-description-inn .toggle-content .productReview-rating {
      display: block; }
    .productView-description-inn .toggle-content.is-open {
      border-bottom: 1px solid #dfdfdf; }
    .productView-description-inn .toggle-content .videoGallery-section {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: flex-start;
      -moz-box-align: flex-start;
      -ms-flex-align: flex-start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      -webkit-justify-content: center;
      justify-content: center;
      margin: 0 -15px; }
      @media only screen and (max-width: 1023px) {
        .productView-description-inn .toggle-content .videoGallery-section {
          flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
          margin: 0px; } }
      .productView-description-inn .toggle-content .videoGallery-section .videoGallery-main-inn {
        width: 60%;
        padding-left: 15px;
        padding-right: 15px; }
        @media only screen and (max-width: 1023px) {
          .productView-description-inn .toggle-content .videoGallery-section .videoGallery-main-inn {
            width: 100%;
            padding-right: 0px;
            padding-left: 0px; } }
    .productView-description-inn .toggle-content .videoGallery-list {
      width: 40%;
      margin: 0px;
      padding-left: 15px;
      padding-right: 15px; }
      @media only screen and (max-width: 1023px) {
        .productView-description-inn .toggle-content .videoGallery-list {
          width: 100%;
          padding-right: 0px;
          padding-left: 0px; } }
    .productView-description-inn .toggle-content .videoGallery-item {
      width: 100%;
      padding: 0px; }
      .productView-description-inn .toggle-content .videoGallery-item:before {
        display: none; }
    .productView-description-inn .toggle-content#productReviews-content ul {
      text-align: left; }
      .productView-description-inn .toggle-content#productReviews-content ul li.pagination-item {
        padding-left: 0px;
        margin-bottom: 0px; }
        .productView-description-inn .toggle-content#productReviews-content ul li.pagination-item .pagination-link {
          display: flex;
          align-items: center;
          justify-content: center; }
        .productView-description-inn .toggle-content#productReviews-content ul li.pagination-item + li {
          margin-left: 5px; }
        .productView-description-inn .toggle-content#productReviews-content ul li.pagination-item:before {
          display: none; }

@media only screen and (max-width: 567px) {
  .related-product.m-t-50 {
    margin-top: 30px; } }

.related-product + .customer-view-product.m-t-50 {
  margin-top: 10px; }

.previewCart .productView-image {
  background: #f4f4f4;
  border: 1px solid #dfdfdf; }
  .previewCart .productView-image .productView-img-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; }
  .previewCart .productView-image .productView-image--cart {
    mix-blend-mode: darken; }

.previewCart .previewCartCheckout-price {
  color: #333333; }

.previewCart .productView-details {
  padding-left: 20px; }
  @media only screen and (max-width: 1023px) {
    .previewCart .productView-details {
      padding-left: 0; } }

@media only screen and (max-width: 1279px) {
  .previewCart .previewCartCheckout {
    width: 30%; } }

@media only screen and (max-width: 1023px) {
  .previewCart .previewCartCheckout {
    width: 100%; } }

.previewCart .previewCartCheckout .button {
  padding-left: 10px;
  padding-right: 10px; }

@media only screen and (max-width: 1023px) {
  .previewCart .productView-title {
    margin-top: 10px; } }

@media only screen and (max-width: 1279px) {
  .previewCart .productView {
    width: 70%; } }

@media only screen and (max-width: 1023px) {
  .previewCart .productView {
    display: none; } }

#CartEditProductFieldsForm {
  overflow: hidden; }

.writeReview-productImage-container {
  background: #f4f4f4;
  border: 1px solid #dfdfdf;
  overflow: hidden;
  max-height: 380px; }
  .writeReview-productImage-container img {
    mix-blend-mode: darken; }

@media only screen and (max-width: 1023px) {
  .writeReview-productDetails {
    display: none; } }

.writeReview-productDetails .product-brand {
  margin-top: 20px; }

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

.productView--quickView .productView-details .price-block .productView-price {
  width: 100%;
  margin-bottom: 5px; }
  .productView--quickView .productView-details .price-block .productView-price.call-for-price {
    display: none; }

.productView--quickView .productView-details .price-block .price-block-left {
  width: 100%;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.productView--quickView .productView-images .productView-thumbnails img {
  max-width: 85px;
  max-height: 105px; }

.productView--quickView .productView-images .productView-thumbnail-link {
  height: 105px; }

.form-select--date {
  width: auto; }

.modal-body.quickView {
  position: relative; }

@media only screen and (max-width: 440px) {
  #opt7-video-overview iframe {
    width: 100%; } }

.cart-header .cart-header-item {
  color: #212121;
  font-weight: 500;
  padding: 15px 10px;
  font-size: 16px; }

.cart-list {
  border-color: 1px solid #dfdfdf; }
  @media only screen and (max-width: 1023px) {
    .cart-list {
      border-top: 0px; } }
  .cart-list .form-increment .form-input--incrementTotal {
    height: 40px;
    width: 40px !important;
    font-size: 14px;
    text-align: center;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    font-weight: 300;
    padding: 5px;
    float: left; }
  .cart-list .form-increment .button {
    display: block;
    border: none;
    padding: 0;
    background: 0 0;
    font-size: 10px; }
    .cart-list .form-increment .button i {
      line-height: 25px;
      text-align: center;
      width: 20px;
      height: 20px;
      display: block;
      border: 1px solid #dfdfdf;
      cursor: pointer;
      border-radius: 0;
      border-left: none; }
    .cart-list .form-increment .button + .button i {
      border-top: 0px; }
    .cart-list .form-increment .button:hover {
      background: #4b5061; }
      .cart-list .form-increment .button:hover i svg {
        fill: #ffffff; }

.cart-item-figure:after {
  display: none; }

.cart-item-figure .cart-item-image-1, .cart-item-figure .cart-item-fixed-image {
  max-width: 90px;
  max-height: 90px; }

.cart-item-name a {
  color: #212121;
  font-weight: 500; }
  .cart-item-name a:hover {
    color: #212121; }

.cart-item-option-title {
  color: #212121;
  font-weight: 500; }

.cart-item-value, .cart-total-label {
  color: #212121;
  font-size: 16px; }

.cart-item-value {
  font-weight: 500; }

.cart-remove {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 6px; }
  .cart-remove > svg {
    fill: #212121; }
  .cart-remove:hover {
    background: #212121; }
    .cart-remove:hover svg {
      fill: #ffffff; }

@media only screen and (max-width: 1023px) {
  .cart-item-info + .cart-item-info {
    margin-top: 0px; } }

@media only screen and (max-width: 567px) {
  .cart-item-info {
    margin-bottom: 10px; } }

.cart-item-info p {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0px; }
  @media only screen and (max-width: 567px) {
    .cart-item-info p {
      margin-left: 23px; } }

@media only screen and (max-width: 666px) {
  .cart-item-info .cart-remove {
    margin-left: 3px; } }

@media only screen and (max-width: 479px) {
  .estimator-form .button--primary {
    padding-left: 15px;
    padding-right: 15px; } }

@media only screen and (max-width: 479px) {
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    width: 100%;
    margin-left: 0px;
    margin-top: 10px; } }

@media only screen and (max-width: 479px) {
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 100%; } }

.cart-total {
  margin-bottom: 0px;
  padding: 0 10px; }
  .cart-total + .cart-total {
    border-top: 1px solid #dfdfdf; }
  .cart-total .cart-total-label, .cart-total .cart-total-value {
    padding: 15px 0;
    width: 50%; }
  @media only screen and (max-width: 1023px) {
    .cart-total .cart-total-label {
      text-align: left; } }
  @media only screen and (max-width: 567px) {
    .cart-total .cart-total-value {
      text-align: right; } }
  .cart-total .form-select, .cart-total .form-input {
    height: auto;
    background-position: right 5px top 12px;
    background-size: 20px;
    padding: 12px 30px 12px 15px;
    line-height: 18px; }
    @media only screen and (max-width: 767px) {
      .cart-total .form-select, .cart-total .form-input {
        padding: 9px 30px 9px 10px;
        background-position: right 5px top 8px; } }

.cart-total-grandTotal {
  font-weight: 500; }

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

.cart-additionalCheckoutButtons .apple-pay-checkout-button {
  margin-top: 20px; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1); }

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #FFFFFF; }

.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-close:before, .fa-remove:before, .fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-cog:before, .fa-gear:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-repeat:before, .fa-rotate-right:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before, .fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before, .fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-exclamation-triangle:before, .fa-warning:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-cogs:before, .fa-gears:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before, .fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before, .fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before, .fa-users:before {
  content: ""; }

.fa-chain:before, .fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before, .fa-scissors:before {
  content: ""; }

.fa-copy:before, .fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-floppy-o:before, .fa-save:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-sort:before, .fa-unsorted:before {
  content: ""; }

.fa-sort-desc:before, .fa-sort-down:before {
  content: ""; }

.fa-sort-asc:before, .fa-sort-up:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before, .fa-undo:before {
  content: ""; }

.fa-gavel:before, .fa-legal:before {
  content: ""; }

.fa-dashboard:before, .fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-bolt:before, .fa-flash:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-clipboard:before, .fa-paste:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before, .fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-chain-broken:before, .fa-unlink:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-caret-square-o-down:before, .fa-toggle-down:before {
  content: ""; }

.fa-caret-square-o-up:before, .fa-toggle-up:before {
  content: ""; }

.fa-caret-square-o-right:before, .fa-toggle-right:before {
  content: ""; }

.fa-eur:before, .fa-euro:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before, .fa-usd:before {
  content: ""; }

.fa-inr:before, .fa-rupee:before {
  content: ""; }

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
  content: ""; }

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
  content: ""; }

.fa-krw:before, .fa-won:before {
  content: ""; }

.fa-bitcoin:before, .fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before, .fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-caret-square-o-left:before, .fa-toggle-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-try:before, .fa-turkish-lira:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-bank:before, .fa-institution:before, .fa-university:before {
  content: ""; }

.fa-graduation-cap:before, .fa-mortar-board:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before, .fa-car:before {
  content: ""; }

.fa-cab:before, .fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
  content: ""; }

.fa-file-archive-o:before, .fa-file-zip-o:before {
  content: ""; }

.fa-file-audio-o:before, .fa-file-sound-o:before {
  content: ""; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
  content: ""; }

.fa-empire:before, .fa-ge:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before, .fa-weixin:before {
  content: ""; }

.fa-paper-plane:before, .fa-send:before {
  content: ""; }

.fa-paper-plane-o:before, .fa-send-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-futbol-o:before, .fa-soccer-ball-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before, .fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-bed:before, .fa-hotel:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-y-combinator:before, .fa-yc:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
  content: ""; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before, .fa-battery-half:before {
  content: ""; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: ""; }

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-television:before, .fa-tv:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
  content: ""; }

.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-sign-language:before, .fa-signing:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: ""; }

.fa-fa:before, .fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-address-card:before, .fa-vcard:before {
  content: ""; }

.fa-address-card-o:before, .fa-vcard-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before, .fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
  content: ""; }

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before, .fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

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

.slick-track {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-slide {
  height: 100%; }

@font-face {
  font-family: Noto Sans;
  src: url(../fonts/NotoSans-Bold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: Noto Sans;
  src: url(../fonts/NotoSans-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }

.flex, .flex > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.no-pad {
  padding-right: 0; }

.no-pad, .no-pad-left {
  padding-left: 0; }

.no-pad-right {
  padding-right: 0; }

.mb-10 {
  margin-bottom: 10px; }

.mb-20 {
  margin-bottom: 20px; }

.mb--small {
  margin-bottom: 15px; }

.mb--base {
  margin-bottom: 30px; }

.mb--large {
  margin-bottom: 45px; }

.pt--small {
  padding-top: 15px; }

.pt--base {
  padding-top: 30px; }

.pt--large {
  padding-top: 45px; }

.small, small {
  font-size: 85%; }

.mark, mark {
  background-color: #FCF8E3;
  padding: .2em; }

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

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

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

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

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.initialism, .text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary, .text-primary:hover {
  color: #000000; }

.text-success {
  color: #3C763D; }

.text-success:hover {
  color: #2B542C; }

.text-info {
  color: #31708F; }

.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8A6D3B; }

.text-warning:hover {
  color: #66512C; }

.text-danger {
  color: #A94442; }

.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #FFFFFF; }

.bg-primary, .bg-primary:hover {
  background-color: #000000; }

.bg-success {
  background-color: #DFF0D8; }

.bg-success:hover {
  background-color: #C1E2B3; }

.bg-info {
  background-color: #D9EDF7; }

.bg-info:hover {
  background-color: #AFD9EE; }

.bg-warning {
  background-color: #FCF8E3; }

.bg-warning:hover {
  background-color: #F7ECB5; }

.bg-danger {
  background-color: #F2DEDE; }

.bg-danger:hover {
  background-color: #E4B9B9; }

@media (max-width: 991px) {
  .flex-xs, .flex-xs > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .text-left-xs {
    text-align: left; }
  .text-right-xs {
    text-align: right; }
  .text-center-xs {
    text-align: center; }
  .text-justify-xs {
    text-align: justify; }
  .text-nowrap-xs {
    white-space: nowrap; }
  .no-pad-xs {
    padding-right: 0; }
  .no-pad-left-xs, .no-pad-xs {
    padding-left: 0; }
  .no-pad-right-xs {
    padding-right: 0; } }

@media (min-width: 768px) and (max-width: 1239px) {
  .flex-sm, .flex-sm > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .text-left-sm {
    text-align: left; }
  .text-right-sm {
    text-align: right; }
  .text-center-sm {
    text-align: center; }
  .text-justify-sm {
    text-align: justify; }
  .text-nowrap-sm {
    white-space: nowrap; }
  .no-pad-sm {
    padding-right: 0; }
  .no-pad-left-sm, .no-pad-sm {
    padding-left: 0; }
  .no-pad-right-sm {
    padding-right: 0; } }

@media (max-width: 1239px) {
  .flex-sm-and-down, .flex-sm-and-down > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .text-left-sm-and-down {
    text-align: left; }
  .text-right-sm-and-down {
    text-align: right; }
  .text-center-sm-and-down {
    text-align: center; }
  .text-justify-sm-and-down {
    text-align: justify; }
  .text-nowrap-sm-and-down {
    white-space: nowrap; }
  .no-pad-sm-and-down {
    padding-left: 0;
    padding-right: 0; }
  .no-pad-left-sm-and-down {
    padding-left: 0; }
  .no-pad-right-sm-and-down {
    padding-right: 0; } }

@media (min-width: 768px) {
  .flex-sm-and-up, .flex-sm-and-up > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .text-left-sm-and-up {
    text-align: left; }
  .text-right-sm-and-up {
    text-align: right; }
  .text-center-sm-and-up {
    text-align: center; }
  .text-justify-sm-and-up {
    text-align: justify; }
  .text-nowrap-sm-and-up {
    white-space: nowrap; }
  .no-pad-sm-and-up {
    padding-left: 0;
    padding-right: 0; }
  .no-pad-left-sm-and-up {
    padding-left: 0; }
  .no-pad-right-sm-and-up {
    padding-right: 0; } }

@media (min-width: 992px) {
  .flex-md, .flex-md > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .text-left-md {
    text-align: left; }
  .text-right-md {
    text-align: right; }
  .text-center-md {
    text-align: center; }
  .text-justify-md {
    text-align: justify; }
  .text-nowrap-md {
    white-space: nowrap; }
  .no-pad-md {
    padding-right: 0; }
  .no-pad-left-md, .no-pad-md {
    padding-left: 0; }
  .no-pad-right-md {
    padding-right: 0; } }

.flex-md-and-down, .flex-md-and-down > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.text-left-md-and-down {
  text-align: left; }

.text-right-md-and-down {
  text-align: right; }

.text-center-md-and-down {
  text-align: center; }

.text-justify-md-and-down {
  text-align: justify; }

.text-nowrap-md-and-down {
  white-space: nowrap; }

.no-pad-md-and-down {
  padding-left: 0;
  padding-right: 0; }

.no-pad-left-md-and-down {
  padding-left: 0; }

.no-pad-right-md-and-down {
  padding-right: 0; }

@media (min-width: 992px) {
  .flex-md-and-up, .flex-md-and-up > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .text-left-md-and-up {
    text-align: left; }
  .text-right-md-and-up {
    text-align: right; }
  .text-center-md-and-up {
    text-align: center; }
  .text-justify-md-and-up {
    text-align: justify; }
  .text-nowrap-md-and-up {
    white-space: nowrap; }
  .no-pad-md-and-up {
    padding-left: 0;
    padding-right: 0; }
  .no-pad-left-md-and-up {
    padding-left: 0; }
  .no-pad-right-md-and-up {
    padding-right: 0; } }

@media (min-width: 1240px) {
  .flex-lg, .flex-lg > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .text-left-lg {
    text-align: left; }
  .text-right-lg {
    text-align: right; }
  .text-center-lg {
    text-align: center; }
  .text-justify-lg {
    text-align: justify; }
  .text-nowrap-lg {
    white-space: nowrap; }
  .no-pad-lg {
    padding-right: 0; }
  .no-pad-left-lg, .no-pad-lg {
    padding-left: 0; }
  .no-pad-right-lg {
    padding-right: 0; } }

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

:focus {
  outline: 0; }

body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

html:not(.category) .sidebar-wrapper, html:not(.has-sidebar) .sidebar-wrapper {
  display: none; }

html:not(.category) .content_area-wrapper, html:not(.has-sidebar) .content_area-wrapper {
  width: 100%; }

body {
  font-size: 16px;
  line-height: 1.428571429;
  color: #000000;
  background-color: #FFFFFF;
  margin: 0; }

@media (max-width: 1239px) {
  body {
    font-size: 14px; } }

body[class*=double-menu-], body[class*=fall-menu-], body[class*=push-menu-], body[class*=slide-menu-], body[class*=static-menu-] {
  overflow: hidden;
  height: 100%; }

body[class*=double-menu-] .vol-scroll-top, body[class*=fall-menu-] .vol-scroll-top, body[class*=push-menu-] .vol-scroll-top, body[class*=slide-menu-] .vol-scroll-top, body[class*=static-menu-] .vol-scroll-top {
  display: none; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

mark {
  background: #FFFF00;
  color: #000000; }

small {
  font-size: 80%; }

sub {
  bottom: -.25em; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button {
  overflow: visible;
  text-transform: none; }

button, button:active, button:focus {
  outline: 0; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button, html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

figure {
  margin: 0; }

img {
  border: 0;
  vertical-align: middle;
  border: none !important; }

.img-responsive, img {
  max-width: 100%;
  height: auto; }

.img-responsive {
  display: block; }

.img-rounded {
  border-radius: 0; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 0;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #EEEEEE; }

.search__label, .sr-only, .text-hide {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role=button] {
  cursor: pointer; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }

@media (min-width: 768px) {
  .lead {
    font-size: 21px; } }

ol, ul {
  margin-top: 0;
  margin-bottom: 10px; }

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0; }

.list-inline, .list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  margin-left: -5px; }

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dd, dt {
  line-height: 1.428571429; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

.dl-horizontal dd:after, .dl-horizontal dd:before {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

abbr[data-original-title], abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #EEEEEE; }

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
  margin-bottom: 0; }

blockquote .small, blockquote footer, blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777; }

blockquote .small:before, blockquote footer:before, blockquote small:before {
  content: "\2014 \00A0"; }

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #EEEEEE;
  border-left: 0;
  text-align: right; }

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
  content: ""; }

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
  content: "\00A0 \2014"; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, Courier New, monospace; }

code {
  color: #C7254E;
  background-color: #F9F2F4; }

code, kbd {
  padding: 2px 4px;
  font-size: 90%;
  border-radius: 0; }

kbd {
  color: #FFFFFF;
  background-color: #333333;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #F5F5F5;
  border: 1px solid #CCCCCC;
  border-radius: 0; }

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #EEEEEE; }

#content_area img[src*="/headings/heading_"] + br + _headings table:before, #content_area img[src*="/headings/heading_"] + br + br + table:before, #content_area img[src*="/headings/heading_"] + br + div:before, #content_area img[src*="/headings/heading_"] + br + form:before, #content_area img[src*="/headings/heading_"] + br + img + a:before, #content_area img[src*="/headings/heading_"] + br + table:before, #content_area img[src*="/headings/heading_help.gif"] + br + img + a + br + table > tbody:before, #content_area img[src*="images/HomePage/FeaturedProducts.gif"] + br + table:before {
  font-weight: 400;
  color: #000000; }

a {
  background-color: transparent;
  text-decoration: none;
  color: #B23331; }

a:active,
a:hover {
  outline: 0; }

a:focus, a:hover {
  color: #C63937; }

a:active {
  outline-style: none; }

.h1, h1 {
  color: inherit;
  font-size: 36px;
  font-weight: 700; }

@media (min-width: 992px) and (max-width: 1239px) {
  .h1, h1 {
    font-size: 34px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .h1, h1 {
    font-size: 28px; } }

@media (max-width: 767px) {
  .h1, h1 {
    font-size: 24px; } }

.h2, h2 {
  color: inherit;
  font-size: 26px;
  font-weight: 700; }

@media (min-width: 992px) and (max-width: 1239px) {
  .h2, h2 {
    font-size: 23px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .h2, h2 {
    font-size: 20px; } }

@media (max-width: 767px) {
  .h2, h2 {
    font-size: 17px; } }

.h3, h3 {
  color: inherit;
  font-size: 20px;
  font-weight: 700; }

@media (min-width: 992px) and (max-width: 1239px) {
  .h3, h3 {
    font-size: 18px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .h3, h3 {
    font-size: 17px; } }

@media (max-width: 767px) {
  .h3, h3 {
    font-size: 15px; } }

.h4, h4 {
  color: inherit;
  font-size: 17px;
  font-weight: 700; }

@media (min-width: 992px) and (max-width: 1239px) {
  .h4, h4 {
    font-size: 16px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .h4, h4 {
    font-size: 15px; } }

@media (max-width: 767px) {
  .h4, h4 {
    font-size: 14px; } }

.h5, h5 {
  color: inherit;
  font-size: 14px;
  font-weight: 700; }

@media (min-width: 992px) and (max-width: 1239px) {
  .h5, h5 {
    font-size: 13px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .h5, h5 {
    font-size: 12px; } }

@media (max-width: 767px) {
  .h5, h5 {
    font-size: 11px; } }

.h6, h6 {
  color: inherit;
  font-size: 11px;
  font-weight: 700; }

@media (max-width: 1239px) {
  .h6, h6 {
    font-size: 10px; } }

.elist .elist__input {
  color: #000000;
  border-color: rgba(0, 0, 0, 0.1); }

.elist .elist__input, .elist .elist__input:focus, .elist .elist__input:hover {
  background-color: #FFFFFF;
  box-shadow: none; }

.elist .elist__input:focus:-moz-placeholder, .elist .elist__input:focus:-ms-input-placeholder, .elist .elist__input:focus::-moz-placeholder, .elist .elist__input:focus::-webkit-input-placeholder {
  color: inherit;
  opacity: .5; }

.elist .elist__submit {
  font-weight: 400;
  background-color: #B23331;
  color: #FFFFFF;
  border-color: #0D3E21;
  transition: .2s;
  border-radius: 0; }

.elist .elist__submit:focus, .elist .elist__submit:hover {
  background-color: #0D3E21;
  color: #FFFFFF;
  border-color: #0D3E21; }

.elist .elist__submit.disabled, .elist .elist__submit[disabled] {
  background-color: #000000;
  color: #FFFFFF;
  border-color: #000000; }

.vol-scroll-top {
  font-weight: 400;
  background-color: #B23331;
  color: #FFFFFF;
  border-color: #0D3E21;
  transition: .2s;
  border-radius: 0; }

.vol-scroll-top:focus, .vol-scroll-top:hover {
  background-color: #0D3E21;
  color: #FFFFFF;
  border-color: #0D3E21; }

.vol-scroll-top.disabled, .vol-scroll-top[disabled] {
  background-color: #000000;
  color: #FFFFFF;
  border-color: #000000; }

.sitemap .site-map__content .vnav--level1 > .vnav__item > .vnav__link, .sitemap .site-map__content .vnav--level1 > .vnav__item > .vnav__link:hover, .sitemap .site-map__content .vnav__link, .sitemap .site-map__content .vnav__link:hover, .sitemap .site-map__content .vnav__subnav .vnav__link, .sitemap .site-map__content .vnav__subnav .vnav__link:hover {
  color: #B23331; }

.sitemap .site-map__content .vnav--default {
  background-color: rgba(0, 0, 0, 0.05); }

.sitemap .site-map__content .vnav--level1 {
  border-top-color: rgba(0, 0, 0, 0.1);
  border-bottom-color: rgba(0, 0, 0, 0.1); }

table[width="95%"] {
  width: 100%; }

meta[itemprop=name] + a {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: #000000; }

meta[itemprop=name] + a:hover {
  color: #B23331; }

.credit-cards, .ssl #ssl__link {
  color: #000000; }

.ssl #ssl__link:hover {
  color: #B23331; }

.box-heading {
  background: #FFFFFF;
  color: #000000;
  border-top: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid transparent;
  border-left: 1px solid #DDDDDD; }

.box-heading--unselected {
  background: #555555;
  color: #FFFFFF;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #DDDDDD;
  border-left: 1px solid #FFFFFF; }

.container--content input, .container--content select, .container--content textarea {
  margin-top: 5px;
  margin-bottom: 5px; }

#skip-to-content:focus {
  height: auto;
  width: auto;
  clip: auto;
  z-index: 9999;
  background: #FFFFFF;
  padding: 10px 15px;
  border: 1px solid #999999;
  color: #333333; }

.admin-only {
  display: none; }

.admin-view .admin-only {
  display: block; }

svg.icon {
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  transition: .2s;
  fill: currentColor; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, :after, :before {
    background: transparent !important;
    color: #000000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""; }
  blockquote, pre {
    border: 1px solid #999999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  img, tr {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  h2, h3, p {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  select {
    background: #FFFFFF !important; }
  .navbar {
    display: none; }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000000 !important; }
  .label {
    border: 1px solid #000000; }
  .table {
    border-collapse: collapse !important; }
  .table td, .table th {
    background-color: #FFFFFF !important; }
  .table-bordered td, .table-bordered th {
    border: 1px solid #DDDDDD !important; }
  .dont-print, footer, header {
    display: none; }
  a[href]:after {
    content: none !important; } }

@media (max-width: 1239px) {
  #content_area img[src$="heading_affiliate.gif"] + br + form input:not([type=submit]) {
    margin-bottom: 15px !important; }
  #content_area img[src$="heading_affiliate.gif"] + br + form table {
    width: 100% !important; }
  #content_area img[src$="heading_affiliate.gif"] + br + form td {
    display: block !important;
    width: 100% !important; }
  #content_area img[src$="heading_affiliate.gif"] + br + form td[align=center] {
    text-align: left !important; }
  #content_area img[src$="heading_affiliate.gif"] + br + form p {
    margin: 15px 0; } }

@media (max-width: 991px) {
  #content_area form[action="/donate.asp"] div[style] {
    width: 100% !important; }
  #content_area form[action="/donate.asp"] td[align=left], #content_area form[action="/donate.asp"] td[align=right] {
    display: block !important;
    width: 100% !important; }
  #content_area form[action="/donate.asp"] td[align=right] div {
    text-align: left !important;
    padding: 10px 0; }
  #content_area form[action="/donate.asp"] input[type=radio] {
    margin: 0 5px 0 0; }
  #content_area form[action="/donate.asp"] br {
    line-height: 23px; } }

.page-wrap {
  position: relative;
  z-index: 10;
  height: 100%;
  top: 0;
  left: 0;
  transition: .35s;
  background: #FFFFFF; }

@media (max-width: 1239px) {
  .page-wrap:after {
    position: absolute;
    top: 70px;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    content: "";
    opacity: 0;
    visibility: hidden;
    transition: .35s;
    z-index: 1; } }

@media (max-width: 1239px) {
  .mask, .menu-mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
    width: 100%;
    height: 100%;
    background: transparent; } }

.vol-scroll-top {
  position: fixed;
  display: inline-block;
  z-index: 99;
  padding: 15px;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition-duration: .6s;
  transition-property: background-color, opacity, visibility, -webkit-transform;
  transition-property: transform, background-color, opacity, visibility;
  transition-property: transform, background-color, opacity, visibility, -webkit-transform;
  transition-timing-function: ease;
  transition-delay: 0s;
  right: 5%;
  bottom: 30px; }

.vol-scroll-top .icon {
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0;
  transition: all .5s ease; }

@media (max-width: 991px) {
  .vol-scroll-top.vol-active {
    opacity: 1;
    visibility: visible; } }

.vol-scroll-top-text {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-family: Noto Sans, sans-serif; }

.l-offer {
  background-color: #2B2F35;
  color: #FFFFFF; }

@media (max-width: 767px) {
  .l-offer {
    padding-top: 70px; } }

.l-offer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

@media (max-width: 767px) {
  .l-offer .container > a {
    width: 100%; } }

.l-offer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  line-height: 1.1em;
  text-align: left;
  text-transform: uppercase;
  border-right: 1px dashed #FFE992; }

.l-offer__left br {
  display: none !important; }

@media (min-width: 992px) and (max-width: 1239px) {
  .l-offer__left {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px; } }

@media (min-width: 768px) {
  .l-offer__left {
    border-left: 3px none #F1C40E; } }

@media (min-width: 768px) and (max-width: 991px) {
  .l-offer__left br {
    display: block !important; } }

@media (max-width: 991px) {
  .l-offer__left {
    font-size: 18px; } }

@media (max-width: 767px) {
  .l-offer__left {
    width: 110px;
    font-size: 15px;
    line-height: 1.3; } }

.l-offer__right {
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto; }

@media (max-width: 991px) {
  .l-offer__right {
    padding: 15px 10px; } }

@media (max-width: 767px) {
  .l-offer__right {
    padding: 10px 30px;
    width: calc(100% - 150px); } }

.l-offer__right-tag {
  margin-right: 35px;
  margin-bottom: 3px;
  padding-right: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #FFE992;
  font-size: 25px;
  line-height: 1em;
  font-weight: 700; }

@media (min-width: 768px) and (max-width: 991px) {
  .l-offer__right-tag {
    font-size: 19px;
    margin-right: 15px;
    width: 100%; } }

@media (max-width: 767px) {
  .l-offer__right-tag {
    font-size: 18px; } }

.l-offer__right-tag span {
  border-top: 1px none #000000; }

.l-offer__right p {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 1.2em;
  margin-bottom: 0; }

@media (max-width: 767px) {
  .l-offer__right p {
    font-size: 11px; } }

.l-offer a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #FFE992;
  font-size: 18px;
  line-height: 1em;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

@media (max-width: 1239px) {
  .l-offer a {
    padding: 5px 10px;
    font-size: 16px; } }

@media (max-width: 991px) {
  .l-offer a {
    padding: 5px;
    font-size: 14px; } }

@media (max-width: 767px) {
  .l-offer a {
    width: 100%;
    display: block;
    padding: 10px 0;
    text-align: center;
    border-top: 1px dashed #FFE992; } }

.l-offer a:hover i {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  color: #B23331; }

.l-offer a span {
  margin-right: 8px; }

.l-offer a i {
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s; }

@media (max-width: 1239px) {
  .page-wrap:after {
    top: 70px; }
  .push-menu {
    top: 70px;
    height: calc(100% - 70px); }
  .mask, .menu-mask {
    top: 70px; } }

.us-wrap {
  text-align: center;
  position: relative;
  display: block;
  padding: 30px 30px 0;
  border-bottom: 1px none #D1D1D1;
  background-color: #2B2F35;
  color: #FFFFFF; }

@media (max-width: 1239px) {
  .us-wrap {
    padding-top: 20px; } }

.us-wrap h2 {
  margin: 0 0 10px;
  font-size: 38px; }

@media (min-width: 992px) and (max-width: 1239px) {
  .us-wrap h2 {
    font-size: 32px; } }

@media (max-width: 991px) {
  .us-wrap h2 {
    font-size: 28px;
    font-size: 22px; } }

.us-wrap p {
  font-size: 22px;
  margin: 10px 0 0;
  padding-bottom: 20px; }

@media (max-width: 991px) {
  .us-wrap p {
    font-size: 19px;
    font-size: 17px; } }

.us-wrap-angle img {
  margin: 0 auto;
  background: #2B2F35; }

.item-line {
  display: block;
  width: 200px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-repeating-linear-gradient(right, rgba(122, 193, 66, 0), #A70404 50%, rgba(255, 255, 255, 0));
  background-image: repeating-linear-gradient(270deg, rgba(122, 193, 66, 0), #A70404 50%, rgba(255, 255, 255, 0)); }

.item-line--orange {
  width: 100%;
  background-image: -webkit-repeating-linear-gradient(left, rgba(167, 4, 4, 0), #BC3C2E 50%, #BC3C2E);
  background-image: repeating-linear-gradient(90deg, rgba(167, 4, 4, 0), #BC3C2E 50%, #BC3C2E);
  opacity: .36; }

.item-line--gold {
  background-image: -webkit-repeating-linear-gradient(right, rgba(122, 193, 66, 0), #FFE992 50%, rgba(255, 255, 255, 0));
  background-image: repeating-linear-gradient(270deg, rgba(122, 193, 66, 0), #FFE992 50%, rgba(255, 255, 255, 0)); }

.item-line--long {
  width: 400px; }

.floating {
  position: fixed;
  right: 0;
  bottom: 16vh;
  background-color: #FFFFFF;
  padding: 10px 5px;
  border-radius: 6px 0 0 6px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  max-width: 140px; }

@media (max-width: 991px) {
  .floating {
    display: none; } }

.floating p {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid silver; }

.floating__seals, .floating p {
  text-align: center; }

.floating__seals a {
  display: block; }

.video_container {
  float: none !important;
  padding: 0 !important; }

@media (min-width: 768px) {
  .video_container {
    width: 50%; } }

.video_container .video_player {
  position: relative;
  padding-bottom: 76.25%;
  padding-top: 25px;
  height: 0; }

.video_container .video_player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

[data-se~="c(clear)"] {
  color: transparent; }

[data-se~="c(black)"] {
  color: #000000; }

[data-se~="c(white)"] {
  color: #FFFFFF; }

[data-se~="c(gray-darker)"] {
  color: #222222; }

[data-se~="c(gray-dark)"] {
  color: #333333; }

[data-se~="c(gray)"] {
  color: #555555; }

[data-se~="c(gray-light)"] {
  color: #777777; }

[data-se~="c(gray-lighter)"] {
  color: #EEEEEE; }

[data-se~="c(color1)"] {
  color: #B23331; }

[data-se~="c(color2)"] {
  color: #222222; }

[data-se~="c(color3)"] {
  color: #333333; }

[data-se~="c(color4)"] {
  color: #666666; }

[data-se~="c(color5)"] {
  color: #FFFFFF; }

[data-se~="c(color1-light)"] {
  color: #B23331; }

[data-se~="c(color2-light)"] {
  color: #3C3C3C; }

[data-se~="c(color3-light)"] {
  color: #4D4D4D; }

[data-se~="c(color4-light)"] {
  color: gray; }

[data-se~="c(color5-light)"] {
  color: #FFFFFF; }

[data-se~="c(color1-dark)"] {
  color: #092916; }

[data-se~="c(color2-dark)"] {
  color: #080808; }

[data-se~="c(color3-dark)"] {
  color: #1A1A1A; }

[data-se~="c(color4-dark)"] {
  color: #4D4D4D; }

[data-se~="c(color5-dark)"] {
  color: #E6E6E6; }

[data-se~="c--hover(clear)"]:hover {
  color: transparent; }

[data-se~="c--hover(black)"]:hover {
  color: #000000; }

[data-se~="c--hover(white)"]:hover {
  color: #FFFFFF; }

[data-se~="c--hover(gray-darker)"]:hover {
  color: #222222; }

[data-se~="c--hover(gray-dark)"]:hover {
  color: #333333; }

[data-se~="c--hover(gray)"]:hover {
  color: #555555; }

[data-se~="c--hover(gray-light)"]:hover {
  color: #777777; }

[data-se~="c--hover(gray-lighter)"]:hover {
  color: #EEEEEE; }

[data-se~="c--hover(color1)"]:hover {
  color: #B23331; }

[data-se~="c--hover(color2)"]:hover {
  color: #222222; }

[data-se~="c--hover(color3)"]:hover {
  color: #333333; }

[data-se~="c--hover(color4)"]:hover {
  color: #666666; }

[data-se~="c--hover(color5)"]:hover {
  color: #FFFFFF; }

[data-se~="c--hover(color1-light)"]:hover {
  color: #B23331; }

[data-se~="c--hover(color2-light)"]:hover {
  color: #3C3C3C; }

[data-se~="c--hover(color3-light)"]:hover {
  color: #4D4D4D; }

[data-se~="c--hover(color4-light)"]:hover {
  color: gray; }

[data-se~="c--hover(color5-light)"]:hover {
  color: #FFFFFF; }

[data-se~="c--hover(color1-dark)"]:hover {
  color: #092916; }

[data-se~="c--hover(color2-dark)"]:hover {
  color: #080808; }

[data-se~="c--hover(color3-dark)"]:hover {
  color: #1A1A1A; }

[data-se~="c--hover(color4-dark)"]:hover {
  color: #4D4D4D; }

[data-se~="c--hover(color5-dark)"]:hover {
  color: #E6E6E6; }

[data-se~="c--focus(clear)"]:focus {
  color: transparent; }

[data-se~="c--focus(black)"]:focus {
  color: #000000; }

[data-se~="c--focus(white)"]:focus {
  color: #FFFFFF; }

[data-se~="c--focus(gray-darker)"]:focus {
  color: #222222; }

[data-se~="c--focus(gray-dark)"]:focus {
  color: #333333; }

[data-se~="c--focus(gray)"]:focus {
  color: #555555; }

[data-se~="c--focus(gray-light)"]:focus {
  color: #777777; }

[data-se~="c--focus(gray-lighter)"]:focus {
  color: #EEEEEE; }

[data-se~="c--focus(color1)"]:focus {
  color: #B23331; }

[data-se~="c--focus(color2)"]:focus {
  color: #222222; }

[data-se~="c--focus(color3)"]:focus {
  color: #333333; }

[data-se~="c--focus(color4)"]:focus {
  color: #666666; }

[data-se~="c--focus(color5)"]:focus {
  color: #FFFFFF; }

[data-se~="c--focus(color1-light)"]:focus {
  color: #B23331; }

[data-se~="c--focus(color2-light)"]:focus {
  color: #3C3C3C; }

[data-se~="c--focus(color3-light)"]:focus {
  color: #4D4D4D; }

[data-se~="c--focus(color4-light)"]:focus {
  color: gray; }

[data-se~="c--focus(color5-light)"]:focus {
  color: #FFFFFF; }

[data-se~="c--focus(color1-dark)"]:focus {
  color: #092916; }

[data-se~="c--focus(color2-dark)"]:focus {
  color: #080808; }

[data-se~="c--focus(color3-dark)"]:focus {
  color: #1A1A1A; }

[data-se~="c--focus(color4-dark)"]:focus {
  color: #4D4D4D; }

[data-se~="c--focus(color5-dark)"]:focus {
  color: #E6E6E6; }

[data-se~="c--hover-children(clear)"] {
  transition: .2s; }

[data-se~="c--hover-children(clear)"]:hover > * {
  color: transparent; }

[data-se~="c--hover-children(black)"] {
  transition: .2s; }

[data-se~="c--hover-children(black)"]:hover > * {
  color: #000000; }

[data-se~="c--hover-children(white)"] {
  transition: .2s; }

[data-se~="c--hover-children(white)"]:hover > * {
  color: #FFFFFF; }

[data-se~="c--hover-children(gray-darker)"] {
  transition: .2s; }

[data-se~="c--hover-children(gray-darker)"]:hover > * {
  color: #222222; }

[data-se~="c--hover-children(gray-dark)"] {
  transition: .2s; }

[data-se~="c--hover-children(gray-dark)"]:hover > * {
  color: #333333; }

[data-se~="c--hover-children(gray)"] {
  transition: .2s; }

[data-se~="c--hover-children(gray)"]:hover > * {
  color: #555555; }

[data-se~="c--hover-children(gray-light)"] {
  transition: .2s; }

[data-se~="c--hover-children(gray-light)"]:hover > * {
  color: #777777; }

[data-se~="c--hover-children(gray-lighter)"] {
  transition: .2s; }

[data-se~="c--hover-children(gray-lighter)"]:hover > * {
  color: #EEEEEE; }

[data-se~="c--hover-children(color1)"] {
  transition: .2s; }

[data-se~="c--hover-children(color1)"]:hover > * {
  color: #B23331; }

[data-se~="c--hover-children(color2)"] {
  transition: .2s; }

[data-se~="c--hover-children(color2)"]:hover > * {
  color: #222222; }

[data-se~="c--hover-children(color3)"] {
  transition: .2s; }

[data-se~="c--hover-children(color3)"]:hover > * {
  color: #333333; }

[data-se~="c--hover-children(color4)"] {
  transition: .2s; }

[data-se~="c--hover-children(color4)"]:hover > * {
  color: #666666; }

[data-se~="c--hover-children(color5)"] {
  transition: .2s; }

[data-se~="c--hover-children(color5)"]:hover > * {
  color: #FFFFFF; }

[data-se~="c--hover-children(color1-light)"] {
  transition: .2s; }

[data-se~="c--hover-children(color1-light)"]:hover > * {
  color: #B23331; }

[data-se~="c--hover-children(color2-light)"] {
  transition: .2s; }

[data-se~="c--hover-children(color2-light)"]:hover > * {
  color: #3C3C3C; }

[data-se~="c--hover-children(color3-light)"] {
  transition: .2s; }

[data-se~="c--hover-children(color3-light)"]:hover > * {
  color: #4D4D4D; }

[data-se~="c--hover-children(color4-light)"] {
  transition: .2s; }

[data-se~="c--hover-children(color4-light)"]:hover > * {
  color: gray; }

[data-se~="c--hover-children(color5-light)"] {
  transition: .2s; }

[data-se~="c--hover-children(color5-light)"]:hover > * {
  color: #FFFFFF; }

[data-se~="c--hover-children(color1-dark)"] {
  transition: .2s; }

[data-se~="c--hover-children(color1-dark)"]:hover > * {
  color: #092916; }

[data-se~="c--hover-children(color2-dark)"] {
  transition: .2s; }

[data-se~="c--hover-children(color2-dark)"]:hover > * {
  color: #080808; }

[data-se~="c--hover-children(color3-dark)"] {
  transition: .2s; }

[data-se~="c--hover-children(color3-dark)"]:hover > * {
  color: #1A1A1A; }

[data-se~="c--hover-children(color4-dark)"] {
  transition: .2s; }

[data-se~="c--hover-children(color4-dark)"]:hover > * {
  color: #4D4D4D; }

[data-se~="c--hover-children(color5-dark)"] {
  transition: .2s; }

[data-se~="c--hover-children(color5-dark)"]:hover > * {
  color: #E6E6E6; }

[data-se~="c-parent--hover(clear)"] {
  transition: .2s; }

:hover > [data-se~="c-parent--hover(clear)"] {
  color: transparent; }

[data-se~="c-parent--hover(black)"] {
  transition: .2s; }

:hover > [data-se~="c-parent--hover(black)"] {
  color: #000000; }

[data-se~="c-parent--hover(white)"] {
  transition: .2s; }

:hover > [data-se~="c-parent--hover(white)"] {
  color: #FFFFFF; }

[data-se~="c-parent--hover(gray-darker)"] {
  transition: .2s; }

:hover > [data-se~="c-parent--hover(gray-darker)"] {
  color: #222222; }

[data-se~="c-parent--hover(gray-dark)"] {
  transition: .2s; }

:hover > [data-se~="c-parent--hover(gray-dark)"] {
  color: #333333; }

[data-se~="c-parent--hover(gray)"] {
  transition: .2s; }

:hover > [data-se~="c-parent--hover(gray)"] {
  color: #555555; }

[data-se~="c-parent--hover(gray-light)"] {
  transition: .2s; }

:hover > [data-se~="c-parent--hover(gray-light)"] {
  color: #777777; }

[data-se~="c-parent--hover(gray-lighter)"] {
  transition: .2s; }

:hover > [data-se~="c-parent--hover(gray-lighter)"] {
  color: #EEEEEE; }

[data-se~="c-parent--hover(color1)"] {
  transition: .2s; }

:hover > [data-se~="c-parent--hover(color1)"] {
  color: #B23331; }

[data-se~="c-parent--hover(color2)"] {
  transition: .2s; }

:hover > [data-se~="c-parent--hover(color2)"] {
  color: #222222; }

[data-se~="c-parent--hover(color3)"] {
  transition: .2s; }

:hover > [data-se~="c-parent--hover(color3)"] {
  color: #333333; }

[data-se~="c-parent--hover(color4)"] {
  transition: .2s; }

:hover > [data-se~="c-parent--hover(color4)"] {
  color: #666666; }

[data-se~="c-parent--hover(color5)"] {
  transition: .2s; }

:hover > [data-se~="c-parent--hover(color5)"] {
  color: #FFFFFF; }

[data-se~="c-parent--hover(color1-light)"] {
  transition: .2s; }

:hover > [data-se~="c-parent--hover(color1-light)"] {
  color: #B23331; }

[data-se~="c-parent--hover(color2-light)"] {
  transition: .2s; }

:hover > [data-se~="c-parent--hover(color2-light)"] {
  color: #3C3C3C; }

[data-se~="c-parent--hover(color3-light)"] {
  transition: .2s; }

:hover > [data-se~="c-parent--hover(color3-light)"] {
  color: #4D4D4D; }

[data-se~="c-parent--hover(color4-light)"] {
  transition: .2s; }

:hover > [data-se~="c-parent--hover(color4-light)"] {
  color: gray; }

[data-se~="c-parent--hover(color5-light)"] {
  transition: .2s; }

:hover > [data-se~="c-parent--hover(color5-light)"] {
  color: #FFFFFF; }

[data-se~="c-parent--hover(color1-dark)"] {
  transition: .2s; }

:hover > [data-se~="c-parent--hover(color1-dark)"] {
  color: #092916; }

[data-se~="c-parent--hover(color2-dark)"] {
  transition: .2s; }

:hover > [data-se~="c-parent--hover(color2-dark)"] {
  color: #080808; }

[data-se~="c-parent--hover(color3-dark)"] {
  transition: .2s; }

:hover > [data-se~="c-parent--hover(color3-dark)"] {
  color: #1A1A1A; }

[data-se~="c-parent--hover(color4-dark)"] {
  transition: .2s; }

:hover > [data-se~="c-parent--hover(color4-dark)"] {
  color: #4D4D4D; }

[data-se~="c-parent--hover(color5-dark)"] {
  transition: .2s; }

:hover > [data-se~="c-parent--hover(color5-dark)"] {
  color: #E6E6E6; }

[data-se~="c_inner-links(clear)"] a {
  color: transparent; }

[data-se~="c_inner-links(black)"] a {
  color: #000000; }

[data-se~="c_inner-links(white)"] a {
  color: #FFFFFF; }

[data-se~="c_inner-links(gray-darker)"] a {
  color: #222222; }

[data-se~="c_inner-links(gray-dark)"] a {
  color: #333333; }

[data-se~="c_inner-links(gray)"] a {
  color: #555555; }

[data-se~="c_inner-links(gray-light)"] a {
  color: #777777; }

[data-se~="c_inner-links(gray-lighter)"] a {
  color: #EEEEEE; }

[data-se~="c_inner-links(color1)"] a {
  color: #B23331; }

[data-se~="c_inner-links(color2)"] a {
  color: #222222; }

[data-se~="c_inner-links(color3)"] a {
  color: #333333; }

[data-se~="c_inner-links(color4)"] a {
  color: #666666; }

[data-se~="c_inner-links(color5)"] a {
  color: #FFFFFF; }

[data-se~="c_inner-links(color1-light)"] a {
  color: #B23331; }

[data-se~="c_inner-links(color2-light)"] a {
  color: #3C3C3C; }

[data-se~="c_inner-links(color3-light)"] a {
  color: #4D4D4D; }

[data-se~="c_inner-links(color4-light)"] a {
  color: gray; }

[data-se~="c_inner-links(color5-light)"] a {
  color: #FFFFFF; }

[data-se~="c_inner-links(color1-dark)"] a {
  color: #092916; }

[data-se~="c_inner-links(color2-dark)"] a {
  color: #080808; }

[data-se~="c_inner-links(color3-dark)"] a {
  color: #1A1A1A; }

[data-se~="c_inner-links(color4-dark)"] a {
  color: #4D4D4D; }

[data-se~="c_inner-links(color5-dark)"] a {
  color: #E6E6E6; }

[data-se~="c_inner-links--hover(clear)"] a:hover {
  color: transparent; }

[data-se~="c_inner-links--hover(black)"] a:hover {
  color: #000000; }

[data-se~="c_inner-links--hover(white)"] a:hover {
  color: #FFFFFF; }

[data-se~="c_inner-links--hover(gray-darker)"] a:hover {
  color: #222222; }

[data-se~="c_inner-links--hover(gray-dark)"] a:hover {
  color: #333333; }

[data-se~="c_inner-links--hover(gray)"] a:hover {
  color: #555555; }

[data-se~="c_inner-links--hover(gray-light)"] a:hover {
  color: #777777; }

[data-se~="c_inner-links--hover(gray-lighter)"] a:hover {
  color: #EEEEEE; }

[data-se~="c_inner-links--hover(color1)"] a:hover {
  color: #B23331; }

[data-se~="c_inner-links--hover(color2)"] a:hover {
  color: #222222; }

[data-se~="c_inner-links--hover(color3)"] a:hover {
  color: #333333; }

[data-se~="c_inner-links--hover(color4)"] a:hover {
  color: #666666; }

[data-se~="c_inner-links--hover(color5)"] a:hover {
  color: #FFFFFF; }

[data-se~="c_inner-links--hover(color1-light)"] a:hover {
  color: #B23331; }

[data-se~="c_inner-links--hover(color2-light)"] a:hover {
  color: #3C3C3C; }

[data-se~="c_inner-links--hover(color3-light)"] a:hover {
  color: #4D4D4D; }

[data-se~="c_inner-links--hover(color4-light)"] a:hover {
  color: gray; }

[data-se~="c_inner-links--hover(color5-light)"] a:hover {
  color: #FFFFFF; }

[data-se~="c_inner-links--hover(color1-dark)"] a:hover {
  color: #092916; }

[data-se~="c_inner-links--hover(color2-dark)"] a:hover {
  color: #080808; }

[data-se~="c_inner-links--hover(color3-dark)"] a:hover {
  color: #1A1A1A; }

[data-se~="c_inner-links--hover(color4-dark)"] a:hover {
  color: #4D4D4D; }

[data-se~="c_inner-links--hover(color5-dark)"] a:hover {
  color: #E6E6E6; }

[data-se~="bgc(clear)"] {
  background-color: transparent;
  color: #FFFFFF; }

[data-se~="bgc(black)"] {
  background-color: #000000;
  color: #FFFFFF; }

[data-se~="bgc(white)"] {
  background-color: #FFFFFF;
  color: #000000; }

[data-se~="bgc(gray-darker)"] {
  background-color: #222222;
  color: #FFFFFF; }

[data-se~="bgc(gray-dark)"] {
  background-color: #333333;
  color: #FFFFFF; }

[data-se~="bgc(gray)"] {
  background-color: #555555;
  color: #FFFFFF; }

[data-se~="bgc(gray-light)"] {
  background-color: #777777;
  color: #FFFFFF; }

[data-se~="bgc(gray-lighter)"] {
  background-color: #EEEEEE;
  color: #000000; }

[data-se~="bgc(color1)"] {
  background-color: #B23331;
  color: #FFFFFF; }

[data-se~="bgc(color2)"] {
  background-color: #222222;
  color: #FFFFFF; }

[data-se~="bgc(color3)"] {
  background-color: #333333;
  color: #FFFFFF; }

[data-se~="bgc(color4)"] {
  background-color: #666666;
  color: #FFFFFF; }

[data-se~="bgc(color5)"] {
  background-color: #FFFFFF;
  color: #000000; }

[data-se~="bgc(color1-light)"] {
  background-color: #B23331;
  color: #FFFFFF; }

[data-se~="bgc(color2-light)"] {
  background-color: #3C3C3C;
  color: #FFFFFF; }

[data-se~="bgc(color3-light)"] {
  background-color: #4D4D4D;
  color: #FFFFFF; }

[data-se~="bgc(color4-light)"] {
  background-color: gray;
  color: #FFFFFF; }

[data-se~="bgc(color5-light)"] {
  background-color: #FFFFFF;
  color: #000000; }

[data-se~="bgc(color1-dark)"] {
  background-color: #092916;
  color: #FFFFFF; }

[data-se~="bgc(color2-dark)"] {
  background-color: #080808;
  color: #FFFFFF; }

[data-se~="bgc(color3-dark)"] {
  background-color: #1A1A1A;
  color: #FFFFFF; }

[data-se~="bgc(color4-dark)"] {
  background-color: #4D4D4D;
  color: #FFFFFF; }

[data-se~="bgc(color5-dark)"] {
  background-color: #E6E6E6;
  color: #000000; }

[data-se~="bgc--hover(clear)"]:hover {
  background-color: transparent;
  color: #FFFFFF; }

[data-se~="bgc--hover(black)"]:hover {
  background-color: #000000;
  color: #FFFFFF; }

[data-se~="bgc--hover(white)"]:hover {
  background-color: #FFFFFF;
  color: #000000; }

[data-se~="bgc--hover(gray-darker)"]:hover {
  background-color: #222222;
  color: #FFFFFF; }

[data-se~="bgc--hover(gray-dark)"]:hover {
  background-color: #333333;
  color: #FFFFFF; }

[data-se~="bgc--hover(gray)"]:hover {
  background-color: #555555;
  color: #FFFFFF; }

[data-se~="bgc--hover(gray-light)"]:hover {
  background-color: #777777;
  color: #FFFFFF; }

[data-se~="bgc--hover(gray-lighter)"]:hover {
  background-color: #EEEEEE;
  color: #000000; }

[data-se~="bgc--hover(color1)"]:hover {
  background-color: #B23331;
  color: #FFFFFF; }

[data-se~="bgc--hover(color2)"]:hover {
  background-color: #222222;
  color: #FFFFFF; }

[data-se~="bgc--hover(color3)"]:hover {
  background-color: #333333;
  color: #FFFFFF; }

[data-se~="bgc--hover(color4)"]:hover {
  background-color: #666666;
  color: #FFFFFF; }

[data-se~="bgc--hover(color5)"]:hover {
  background-color: #FFFFFF;
  color: #000000; }

[data-se~="bgc--hover(color1-light)"]:hover {
  background-color: #B23331;
  color: #FFFFFF; }

[data-se~="bgc--hover(color2-light)"]:hover {
  background-color: #3C3C3C;
  color: #FFFFFF; }

[data-se~="bgc--hover(color3-light)"]:hover {
  background-color: #4D4D4D;
  color: #FFFFFF; }

[data-se~="bgc--hover(color4-light)"]:hover {
  background-color: gray;
  color: #FFFFFF; }

[data-se~="bgc--hover(color5-light)"]:hover {
  background-color: #FFFFFF;
  color: #000000; }

[data-se~="bgc--hover(color1-dark)"]:hover {
  background-color: #092916;
  color: #FFFFFF; }

[data-se~="bgc--hover(color2-dark)"]:hover {
  background-color: #080808;
  color: #FFFFFF; }

[data-se~="bgc--hover(color3-dark)"]:hover {
  background-color: #1A1A1A;
  color: #FFFFFF; }

[data-se~="bgc--hover(color4-dark)"]:hover {
  background-color: #4D4D4D;
  color: #FFFFFF; }

[data-se~="bgc--hover(color5-dark)"]:hover {
  background-color: #E6E6E6;
  color: #000000; }

[data-se~="bgc--focus(clear)"]:focus {
  background-color: transparent;
  color: #FFFFFF; }

[data-se~="bgc--focus(black)"]:focus {
  background-color: #000000;
  color: #FFFFFF; }

[data-se~="bgc--focus(white)"]:focus {
  background-color: #FFFFFF;
  color: #000000; }

[data-se~="bgc--focus(gray-darker)"]:focus {
  background-color: #222222;
  color: #FFFFFF; }

[data-se~="bgc--focus(gray-dark)"]:focus {
  background-color: #333333;
  color: #FFFFFF; }

[data-se~="bgc--focus(gray)"]:focus {
  background-color: #555555;
  color: #FFFFFF; }

[data-se~="bgc--focus(gray-light)"]:focus {
  background-color: #777777;
  color: #FFFFFF; }

[data-se~="bgc--focus(gray-lighter)"]:focus {
  background-color: #EEEEEE;
  color: #000000; }

[data-se~="bgc--focus(color1)"]:focus {
  background-color: #B23331;
  color: #FFFFFF; }

[data-se~="bgc--focus(color2)"]:focus {
  background-color: #222222;
  color: #FFFFFF; }

[data-se~="bgc--focus(color3)"]:focus {
  background-color: #333333;
  color: #FFFFFF; }

[data-se~="bgc--focus(color4)"]:focus {
  background-color: #666666;
  color: #FFFFFF; }

[data-se~="bgc--focus(color5)"]:focus {
  background-color: #FFFFFF;
  color: #000000; }

[data-se~="bgc--focus(color1-light)"]:focus {
  background-color: #B23331;
  color: #FFFFFF; }

[data-se~="bgc--focus(color2-light)"]:focus {
  background-color: #3C3C3C;
  color: #FFFFFF; }

[data-se~="bgc--focus(color3-light)"]:focus {
  background-color: #4D4D4D;
  color: #FFFFFF; }

[data-se~="bgc--focus(color4-light)"]:focus {
  background-color: gray;
  color: #FFFFFF; }

[data-se~="bgc--focus(color5-light)"]:focus {
  background-color: #FFFFFF;
  color: #000000; }

[data-se~="bgc--focus(color1-dark)"]:focus {
  background-color: #092916;
  color: #FFFFFF; }

[data-se~="bgc--focus(color2-dark)"]:focus {
  background-color: #080808;
  color: #FFFFFF; }

[data-se~="bgc--focus(color3-dark)"]:focus {
  background-color: #1A1A1A;
  color: #FFFFFF; }

[data-se~="bgc--focus(color4-dark)"]:focus {
  background-color: #4D4D4D;
  color: #FFFFFF; }

[data-se~="bgc--focus(color5-dark)"]:focus {
  background-color: #E6E6E6;
  color: #000000; }

[data-se~="bgc-parent--hover(clear)"] {
  transition: .2s; }

:hover > [data-se~="bgc-parent--hover(clear)"] {
  background-color: transparent;
  color: #FFFFFF; }

[data-se~="bgc-parent--hover(black)"] {
  transition: .2s; }

:hover > [data-se~="bgc-parent--hover(black)"] {
  background-color: #000000;
  color: #FFFFFF; }

[data-se~="bgc-parent--hover(white)"] {
  transition: .2s; }

:hover > [data-se~="bgc-parent--hover(white)"] {
  background-color: #FFFFFF;
  color: #000000; }

[data-se~="bgc-parent--hover(gray-darker)"] {
  transition: .2s; }

:hover > [data-se~="bgc-parent--hover(gray-darker)"] {
  background-color: #222222;
  color: #FFFFFF; }

[data-se~="bgc-parent--hover(gray-dark)"] {
  transition: .2s; }

:hover > [data-se~="bgc-parent--hover(gray-dark)"] {
  background-color: #333333;
  color: #FFFFFF; }

[data-se~="bgc-parent--hover(gray)"] {
  transition: .2s; }

:hover > [data-se~="bgc-parent--hover(gray)"] {
  background-color: #555555;
  color: #FFFFFF; }

[data-se~="bgc-parent--hover(gray-light)"] {
  transition: .2s; }

:hover > [data-se~="bgc-parent--hover(gray-light)"] {
  background-color: #777777;
  color: #FFFFFF; }

[data-se~="bgc-parent--hover(gray-lighter)"] {
  transition: .2s; }

:hover > [data-se~="bgc-parent--hover(gray-lighter)"] {
  background-color: #EEEEEE;
  color: #000000; }

[data-se~="bgc-parent--hover(color1)"] {
  transition: .2s; }

:hover > [data-se~="bgc-parent--hover(color1)"] {
  background-color: #B23331;
  color: #FFFFFF; }

[data-se~="bgc-parent--hover(color2)"] {
  transition: .2s; }

:hover > [data-se~="bgc-parent--hover(color2)"] {
  background-color: #222222;
  color: #FFFFFF; }

[data-se~="bgc-parent--hover(color3)"] {
  transition: .2s; }

:hover > [data-se~="bgc-parent--hover(color3)"] {
  background-color: #333333;
  color: #FFFFFF; }

[data-se~="bgc-parent--hover(color4)"] {
  transition: .2s; }

:hover > [data-se~="bgc-parent--hover(color4)"] {
  background-color: #666666;
  color: #FFFFFF; }

[data-se~="bgc-parent--hover(color5)"] {
  transition: .2s; }

:hover > [data-se~="bgc-parent--hover(color5)"] {
  background-color: #FFFFFF;
  color: #000000; }

[data-se~="bgc-parent--hover(color1-light)"] {
  transition: .2s; }

:hover > [data-se~="bgc-parent--hover(color1-light)"] {
  background-color: #B23331;
  color: #FFFFFF; }

[data-se~="bgc-parent--hover(color2-light)"] {
  transition: .2s; }

:hover > [data-se~="bgc-parent--hover(color2-light)"] {
  background-color: #3C3C3C;
  color: #FFFFFF; }

[data-se~="bgc-parent--hover(color3-light)"] {
  transition: .2s; }

:hover > [data-se~="bgc-parent--hover(color3-light)"] {
  background-color: #4D4D4D;
  color: #FFFFFF; }

[data-se~="bgc-parent--hover(color4-light)"] {
  transition: .2s; }

:hover > [data-se~="bgc-parent--hover(color4-light)"] {
  background-color: gray;
  color: #FFFFFF; }

[data-se~="bgc-parent--hover(color5-light)"] {
  transition: .2s; }

:hover > [data-se~="bgc-parent--hover(color5-light)"] {
  background-color: #FFFFFF;
  color: #000000; }

[data-se~="bgc-parent--hover(color1-dark)"] {
  transition: .2s; }

:hover > [data-se~="bgc-parent--hover(color1-dark)"] {
  background-color: #092916;
  color: #FFFFFF; }

[data-se~="bgc-parent--hover(color2-dark)"] {
  transition: .2s; }

:hover > [data-se~="bgc-parent--hover(color2-dark)"] {
  background-color: #080808;
  color: #FFFFFF; }

[data-se~="bgc-parent--hover(color3-dark)"] {
  transition: .2s; }

:hover > [data-se~="bgc-parent--hover(color3-dark)"] {
  background-color: #1A1A1A;
  color: #FFFFFF; }

[data-se~="bgc-parent--hover(color4-dark)"] {
  transition: .2s; }

:hover > [data-se~="bgc-parent--hover(color4-dark)"] {
  background-color: #4D4D4D;
  color: #FFFFFF; }

[data-se~="bgc-parent--hover(color5-dark)"] {
  transition: .2s; }

:hover > [data-se~="bgc-parent--hover(color5-dark)"] {
  background-color: #E6E6E6;
  color: #000000; }

[data-se~="bdc(clear)"] {
  border-color: transparent; }

[data-se~="bdc(black)"] {
  border-color: #000000; }

[data-se~="bdc(white)"] {
  border-color: #FFFFFF; }

[data-se~="bdc(gray-darker)"] {
  border-color: #222222; }

[data-se~="bdc(gray-dark)"] {
  border-color: #333333; }

[data-se~="bdc(gray)"] {
  border-color: #555555; }

[data-se~="bdc(gray-light)"] {
  border-color: #777777; }

[data-se~="bdc(gray-lighter)"] {
  border-color: #EEEEEE; }

[data-se~="bdc(color1)"] {
  border-color: #B23331; }

[data-se~="bdc(color2)"] {
  border-color: #222222; }

[data-se~="bdc(color3)"] {
  border-color: #333333; }

[data-se~="bdc(color4)"] {
  border-color: #666666; }

[data-se~="bdc(color5)"] {
  border-color: #FFFFFF; }

[data-se~="bdc(color1-light)"] {
  border-color: #B23331; }

[data-se~="bdc(color2-light)"] {
  border-color: #3C3C3C; }

[data-se~="bdc(color3-light)"] {
  border-color: #4D4D4D; }

[data-se~="bdc(color4-light)"] {
  border-color: gray; }

[data-se~="bdc(color5-light)"] {
  border-color: #FFFFFF; }

[data-se~="bdc(color1-dark)"] {
  border-color: #092916; }

[data-se~="bdc(color2-dark)"] {
  border-color: #080808; }

[data-se~="bdc(color3-dark)"] {
  border-color: #1A1A1A; }

[data-se~="bdc(color4-dark)"] {
  border-color: #4D4D4D; }

[data-se~="bdc(color5-dark)"] {
  border-color: #E6E6E6; }

[data-se~="bdc--hover(clear)"]:hover {
  border-color: transparent; }

[data-se~="bdc--hover(black)"]:hover {
  border-color: #000000; }

[data-se~="bdc--hover(white)"]:hover {
  border-color: #FFFFFF; }

[data-se~="bdc--hover(gray-darker)"]:hover {
  border-color: #222222; }

[data-se~="bdc--hover(gray-dark)"]:hover {
  border-color: #333333; }

[data-se~="bdc--hover(gray)"]:hover {
  border-color: #555555; }

[data-se~="bdc--hover(gray-light)"]:hover {
  border-color: #777777; }

[data-se~="bdc--hover(gray-lighter)"]:hover {
  border-color: #EEEEEE; }

[data-se~="bdc--hover(color1)"]:hover {
  border-color: #B23331; }

[data-se~="bdc--hover(color2)"]:hover {
  border-color: #222222; }

[data-se~="bdc--hover(color3)"]:hover {
  border-color: #333333; }

[data-se~="bdc--hover(color4)"]:hover {
  border-color: #666666; }

[data-se~="bdc--hover(color5)"]:hover {
  border-color: #FFFFFF; }

[data-se~="bdc--hover(color1-light)"]:hover {
  border-color: #B23331; }

[data-se~="bdc--hover(color2-light)"]:hover {
  border-color: #3C3C3C; }

[data-se~="bdc--hover(color3-light)"]:hover {
  border-color: #4D4D4D; }

[data-se~="bdc--hover(color4-light)"]:hover {
  border-color: gray; }

[data-se~="bdc--hover(color5-light)"]:hover {
  border-color: #FFFFFF; }

[data-se~="bdc--hover(color1-dark)"]:hover {
  border-color: #092916; }

[data-se~="bdc--hover(color2-dark)"]:hover {
  border-color: #080808; }

[data-se~="bdc--hover(color3-dark)"]:hover {
  border-color: #1A1A1A; }

[data-se~="bdc--hover(color4-dark)"]:hover {
  border-color: #4D4D4D; }

[data-se~="bdc--hover(color5-dark)"]:hover {
  border-color: #E6E6E6; }

[data-se~="bdc--focus(clear)"]:focus {
  border-color: transparent; }

[data-se~="bdc--focus(black)"]:focus {
  border-color: #000000; }

[data-se~="bdc--focus(white)"]:focus {
  border-color: #FFFFFF; }

[data-se~="bdc--focus(gray-darker)"]:focus {
  border-color: #222222; }

[data-se~="bdc--focus(gray-dark)"]:focus {
  border-color: #333333; }

[data-se~="bdc--focus(gray)"]:focus {
  border-color: #555555; }

[data-se~="bdc--focus(gray-light)"]:focus {
  border-color: #777777; }

[data-se~="bdc--focus(gray-lighter)"]:focus {
  border-color: #EEEEEE; }

[data-se~="bdc--focus(color1)"]:focus {
  border-color: #B23331; }

[data-se~="bdc--focus(color2)"]:focus {
  border-color: #222222; }

[data-se~="bdc--focus(color3)"]:focus {
  border-color: #333333; }

[data-se~="bdc--focus(color4)"]:focus {
  border-color: #666666; }

[data-se~="bdc--focus(color5)"]:focus {
  border-color: #FFFFFF; }

[data-se~="bdc--focus(color1-light)"]:focus {
  border-color: #B23331; }

[data-se~="bdc--focus(color2-light)"]:focus {
  border-color: #3C3C3C; }

[data-se~="bdc--focus(color3-light)"]:focus {
  border-color: #4D4D4D; }

[data-se~="bdc--focus(color4-light)"]:focus {
  border-color: gray; }

[data-se~="bdc--focus(color5-light)"]:focus {
  border-color: #FFFFFF; }

[data-se~="bdc--focus(color1-dark)"]:focus {
  border-color: #092916; }

[data-se~="bdc--focus(color2-dark)"]:focus {
  border-color: #080808; }

[data-se~="bdc--focus(color3-dark)"]:focus {
  border-color: #1A1A1A; }

[data-se~="bdc--focus(color4-dark)"]:focus {
  border-color: #4D4D4D; }

[data-se~="bdc--focus(color5-dark)"]:focus {
  border-color: #E6E6E6; }

[data-se*="font-family(font1)"] {
  font-family: 'Open Sans', sans-serif; }

[data-se*="font-family(font2)"] {
  font-family: Noto Sans, sans-serif; }

[data-se*="font-weight(lighter)"] {
  font-weight: lighter; }

[data-se*="font-weight(normal)"] {
  font-weight: 400; }

[data-se*="font-weight(bold)"] {
  font-weight: 700; }

[data-se*="font-weight(bolder)"] {
  font-weight: bolder; }

img[src$="btn_Continue.gif"] {
  display: block;
  margin: 0 auto; }

@media (min-width: 992px) {
  img[src$="btn_Continue.gif"] {
    display: inline-block;
    margin: 0; } }

input[src*="btn_login.gif"] {
  margin-top: 20px;
  display: block; }

form[name=loginform] tr[valign=top] {
  display: block !important; }

@media (min-width: 768px) {
  form[name=loginform] tr[valign=top] {
    display: table-row !important; } }

@media (min-width: 768px) {
  form[name=loginform] tr[align=center] {
    text-align: left; } }

form[name=loginform] td {
  padding: 5px; }

form[name=loginform] td[width="50%"] {
  width: 100% !important;
  display: block !important; }

@media (min-width: 768px) {
  form[name=loginform] td[width="50%"] {
    width: 50% !important;
    display: table-cell !important; } }

form[name=loginform] td[align=right] {
  text-align: left !important; }

form[name=loginform] input[type=password] + br {
  display: none; }

form[name=loginform] input[type=password], form[name=loginform] input[type=text] {
  display: block;
  width: 100%;
  margin: 10px 0;
  font-size: 14px; }

@media (min-width: 768px) {
  form[name=loginform] input[type=password], form[name=loginform] input[type=text] {
    width: auto; } }

form[name=loginform] .colors_lines_light {
  border-color: transparent; }

@media (min-width: 768px) {
  form[name=loginform] .colors_lines_light {
    border-color: #EEEEEE; } }

#div_articleid_61 form[action*="/Login.asp"] .colors_backgroundneutral, #div_articleid_61 form[action*="/Login.asp"] .colors_lines_light, #div_articleid_61 td.colors_lines_light[width="52%"] {
  background: none; }

#div_articleid_61 td[align=right] {
  font-weight: 700;
  padding-right: 10px; }

#div_articleid_61 form[action*="/Login.asp"] {
  padding: 10px 0;
  background-color: #EEEEEE;
  margin: 15px 0; }

#div_articleid_61 form[action*="/Login.asp"] td[align=right] {
  padding-right: 10px;
  font-weight: 700; }

#div_articleContainer_61 + table form {
  padding: 10px 0;
  background-color: #EEEEEE;
  margin: 15px 0; }

@media (max-width: 991px) {
  #div_articleContainer_61 + table td[width="1%"], #div_articleid_61 td[width="1%"] {
    display: none; }
  #div_articleContainer_61 + table td, #div_articleid_61 td, #RegisterForm td {
    width: 100% !important;
    display: block;
    clear: both;
    text-align: left;
    white-space: normal; }
  #div_articleContainer_61 + table form[action*="/Login.asp"] td[align=right], #div_articleid_61 form[action*="/Login.asp"] td[align=right] {
    text-align: left;
    margin-left: 16px; }
  #div_articleContainer_61 + table input, #div_articleid_61 form[action*="/Login.asp"] input, #RegisterForm input {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
  #div_articleContainer_61 + table input, #div_articleid_61 form[action*="/Login.asp"] input {
    width: 90%;
    display: block; }
  #div_articleid_61 div[align=right], #div_articleid_61 td[align=right], #RegisterForm div[align=right], #RegisterForm td[align=right] {
    text-align: left; } }

@media (max-width: 991px) {
  img[src$="/heading_MailingList.gif"] + br + form table[width] {
    width: 100% !important;
    padding: 0 !important; }
  img[src$="/heading_MailingList.gif"] + br + form td[width="95"] {
    width: 15% !important;
    white-space: normal; }
  img[src$="/heading_MailingList.gif"] + br + form td[width="282"] {
    width: 85% !important;
    display: block;
    position: relative; }
  img[src$="/heading_MailingList.gif"] + br + form td[width="282"] input {
    width: 100% !important; }
  img[src$="/heading_MailingList.gif"] + br + form td[width="282"] input[type=submit] {
    white-space: normal; } }

@media (max-width: 991px) {
  form[name*=form2] table[width="500"] td {
    width: 100%;
    display: block; }
  a[href="myaccount.asp"] + form table[width] {
    width: 100% !important; }
  a[href="myaccount.asp"] + form table[width] td[width="91"] {
    width: 15%;
    white-space: nowrap; }
  a[href="myaccount.asp"] + form table[width] td[width="311"], a[href="myaccount.asp"] + form table[width] td[width="311"] input[name=emailaddress] {
    width: 85%; }
  #div_articleContainer_81 + .colors_lines_light td {
    padding: 5px 0; }
  #AccountSettingsForm table[width] {
    width: 100% !important; }
  #AccountSettingsForm table[width] td, #AccountSettingsForm table[width] td[width="86%"] {
    display: block !important;
    width: 100% !important;
    text-align: left; }
  #AccountSettingsForm img[src="/clear1x1.gif"] {
    display: none; }
  form[action="MyAccount_ApplyGift.asp"] table[width], form[name*=form2] table[width="443"] {
    width: 100% !important; }
  form[name*=form2] table[width="443"] td {
    display: block !important;
    width: 100% !important; }
  form[name*=form2] table[width="443"] td.colors_backgroundneutral {
    text-align: right;
    background: #EEEEEE; }
  form[name*=form2] table[width="443"] td input[size="25"] {
    width: 100%; }
  img[src$="/heading_WriteReview.gif"] + br + div + form td {
    display: block !important;
    width: 100% !important; }
  img[src$="/heading_WriteReview.gif"] + br + div + form table[width] {
    width: 100% !important; }
  img[src$="/heading_WriteReview.gif"] + br + div + form td input[size] {
    width: 85% !important; }
  img[src$="/heading_WriteReview.gif"] + br + div + form td textarea {
    width: 100% !important; }
  img[src$="/heading_WriteReview.gif"] + br + form td {
    display: block !important;
    width: 100% !important; }
  img[src$="/heading_WriteReview.gif"] + br + #ListofErrorsDiv + br + table[width="500"], img[src$="/heading_WriteReview.gif"] + br + form table[width="500"], img[src$="/heading_WriteReview.gif"] + br + form td input[size], img[src$="/heading_WriteReview.gif"] + br + form textarea[name=ReviewDescription] {
    width: 100% !important; } }

#AccountSettingsForm table[width*="98%"] b font {
  font-size: 18px;
  display: block;
  margin-bottom: 20px; }

#AccountSettingsForm table[width*="80%"] {
  border: 1px solid #EEEEEE; }

#AccountSettingsForm table[width*="80%"] .btn_choose {
  display: block;
  margin: 10px; }

#AccountSettingsForm table[width*="80%"][cellpadding*="10"] {
  border: none; }

#AccountSettingsForm table[width*="80%"] > tbody > tr:first-child td[width*="48%"] {
  padding-top: 10px; }

#AccountSettingsForm table[width*="80%"] td[width="48%"] {
  text-align: left;
  padding-left: 10px; }

#AccountSettingsForm table[width*="80%"] td[width="52%"] {
  text-align: left;
  padding-left: 10px;
  margin: 5px 0 15px; }

#AccountSettingsForm table[width*="80%"] input[name=Emailagain] {
  margin: 0 !important; }

#AccountSettingsForm table[width*="80%"] td[width="32%"] {
  padding: 10px 0; }

#AccountSettingsForm table[width*="80%"] table.colors_backgroundneutral {
  font-size: 14px; }

#AccountSettingsForm table[width*="80%"] font[color*="#CC8811"] {
  font-size: 14px;
  color: #000000; }

#AccountSettingsForm table[width*="80%"] table.colors_backgroundneutral table.colors_backgroundneutral {
  border-top: 1px solid #EEEEEE;
  margin: 20px 0 0; }

#AccountSettingsForm table[width*="80%"] table.colors_backgroundneutral table.colors_backgroundneutral td {
  padding: 10px; }

#AccountSettingsForm table[width*="80%"] tr[valign=top] {
  border-top: 1px solid #EEEEEE; }

#AccountSettingsForm table[width*="80%"] tr[valign=top] td[width="48%"] {
  padding-top: 10px;
  width: auto !important;
  padding-right: 10px; }

#AccountSettingsForm table[width*="80%"] tr[valign=top] td[width="52%"] {
  width: auto !important;
  padding-right: 10px; }

@media (min-width: 768px) {
  #AccountSettingsForm table[width*="80%"] > tbody > tr:first-child td[width="52%"] {
    padding-top: 10px; }
  #AccountSettingsForm table[width*="80%"] td[width="48%"], #AccountSettingsForm table[width*="80%"] td[width="52%"] {
    padding-bottom: 10px; } }

@media (min-width: 768px) {
  #AccountSettingsForm table[width*="80%"] tr[valign=top] td[width="48%"] {
    text-align: right; }
  #AccountSettingsForm table[width*="80%"] tr[valign=top] td[width="52%"] {
    padding-top: 10px; } }

input[value*="mailing list"] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 9px 16px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000; }

input[value*="mailing list"].active, input[value*="mailing list"].focus, input[value*="mailing list"]:active, input[value*="mailing list"]:focus, input[value*="mailing list"]:hover {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000; }

input[value*="mailing list"].disabled, input[value*="mailing list"].disabled.active, input[value*="mailing list"].disabled.focus, input[value*="mailing list"].disabled:active, input[value*="mailing list"].disabled:focus, input[value*="mailing list"].disabled:hover, input[value*="mailing list"][disabled], input[value*="mailing list"][disabled].active, input[value*="mailing list"][disabled].focus, input[value*="mailing list"][disabled]:active, input[value*="mailing list"][disabled]:focus, input[value*="mailing list"][disabled]:hover {
  background-color: #000000;
  border-color: #000000; }

.open > input[value*="mailing list"].dropdown-toggle {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
  background-image: none; }

fieldset[disabled] input[value*="mailing list"], fieldset[disabled] input[value*="mailing list"].active, fieldset[disabled] input[value*="mailing list"].focus, fieldset[disabled] input[value*="mailing list"]:active, fieldset[disabled] input[value*="mailing list"]:focus, fieldset[disabled] input[value*="mailing list"]:hover {
  background-color: #000000;
  border-color: #000000; }

input[value*="mailing list"] .badge {
  color: #000000;
  background-color: #FFFFFF; }

input[value*="mailing list"].active.focus, input[value*="mailing list"].active:focus, input[value*="mailing list"].focus, input[value*="mailing list"]:active.focus, input[value*="mailing list"]:active:focus, input[value*="mailing list"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

input[value*="mailing list"].focus, input[value*="mailing list"]:focus, input[value*="mailing list"]:hover {
  color: #FFFFFF;
  text-decoration: none; }

input[value*="mailing list"].active, input[value*="mailing list"]:active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

@media (min-width: 768px) {
  img[src*="heading_myaccount.gif"] + br + img + a + form table[width*="425"] {
    width: 100%; } }

img[src*="heading_myaccount.gif"] + br + img + a + form table[width*="425"] td {
  display: block; }

@media (min-width: 768px) {
  img[src*="heading_myaccount.gif"] + br + img + a + form table[width*="425"] td {
    display: table-cell;
    padding: 5px; } }

@media (max-width: 991px) {
  img[src$="/heading_wishlist.gif"] + br + br + table + form .v65-productDisplay td[align=center] {
    display: block !important; } }

@media (max-width: 991px) {
  form[name*=form2] td[width$="%"] {
    width: 100% !important;
    margin-bottom: 15px !important; }
  form[name*=form2] table.colors_lines_light .colors_backgroundneutral td[width$="%"] {
    display: block !important; }
  form[name*=form2] table[width="520"] {
    width: 100%; }
  form[name*=form2] table[width="520"] td[width="236"] {
    width: 100% !important;
    display: table-row; }
  form[name*=form2] table[width="520"] td[width="235"] {
    display: block; }
  form[name*=form2] table[width="520"] td[width="235"] select {
    white-space: normal; }
  form[name*=form2] table[width="520"] td[width="43"] {
    display: block; }
  form[name*=form2] table[width="520"] td[width="43"] input[src$="/btn_go.gif"] {
    margin-left: 0;
    margin-bottom: 15px; }
  form[name*=form2] a[href^="orderdetails.asp"] {
    display: block;
    padding: 15px 0;
    text-align: center; }
  form[action^="OrderDetails.asp"] td {
    width: 100% !important;
    display: block !important; }
  form[action^="OrderDetails.asp"] a > img {
    display: block;
    margin: 20px auto; }
  form[action^="OrderDetails.asp"] td[width="32%"] {
    text-align: center; }
  form[action^="OrderDetails.asp"] font[size="3"] {
    display: block;
    text-align: center;
    padding: 15px 0; }
  form[action^="OrderDetails.asp"] td[bgcolor="#999999"] {
    background: none !important;
    border-top: 1px solid #EEEEEE !important; }
  form[action^="OrderDetails.asp"] br + br + table td[align=right] {
    color: #000000;
    text-align: center; } }

font[color="#FFFFFF"] {
  color: inherit; }

form[action^="OrderDetails.asp?"] td[bgcolor="#999999"] {
  background: none !important;
  border-top: 1px solid #EEEEEE !important; }

form[action^="OrderDetails.asp?"] td[colspan="3"] > span:first-child:after {
  content: "\A ";
  display: block; }

form[name=form2] table[width="100%"] > tbody > tr > td[align*=center] {
  font-size: 30px;
  padding: 10px;
  display: block;
  margin-bottom: 20px; }

form[name=form2] table[width="100%"] > tbody > tr + tr table[width="520"] {
  text-align: center;
  margin: 0 auto; }

form[name=form2] table[width="100%"] > tbody > tr + tr table[width="520"] td[width*="43"], form[name=form2] table[width="100%"] > tbody > tr + tr table[width="520"] td[width*="235"], form[name=form2] table[width="100%"] > tbody > tr + tr table[width="520"] td[width*="236"] {
  display: block;
  width: 100%;
  margin: 0 auto 10px; }

form[name=form2] table[width="100%"] > tbody > tr + tr table[width="520"] td[width*="235"] select {
  margin: 0 auto;
  font-size: 14px; }

form[name=form2] table[width="100%"] > tbody > tr + tr table[width="520"] input[src$="/btn_go.gif"] {
  margin-left: 0; }

form[name=form2] table[width="100%"] > tbody > tr + tr table[width="443"], form[name=form2] table[width="100%"] > tbody > tr + tr table[width="443"] td {
  margin-bottom: 10px; }

form[name=form2] table[width="100%"].colors_lines_light {
  border: 1px solid #EEEEEE;
  display: block; }

form[name=form2] table[width="100%"].colors_lines_light li {
  list-style: none; }

form[name=form2] table[width="100%"].colors_lines_light > tbody > tr > td.colors_background3_text b {
  font-size: 18px;
  padding-bottom: 10px;
  display: block;
  padding: 10px;
  background-color: #EEEEEE; }

form[name=form2] table[width="100%"].colors_lines_light > tbody > tr.colors_backgroundneutral td {
  padding: 6px; }

@media (min-width: 768px) {
  form[name=form2] table[width="100%"] > tbody > tr + tr table[width="520"] td[width*="235"] select {
    margin: 0 auto; }
  form[name=form2] table[width="100%"] > tbody > tr + tr table[width="443"] input {
    margin-bottom: 10px; } }

@media (max-width: 991px) {
  form[name=form2] table[width="100%"].colors_lines_light tbody {
    display: table;
    width: 100%; }
  form[name=form2] table[width="100%"].colors_lines_light > tbody > tr + tr.colors_backgroundneutral_dark td {
    text-indent: -9999px;
    color: transparent;
    line-height: 0; }
  form[name=form2] table[width="100%"].colors_lines_light td[width*="18%"], form[name=form2] table[width="100%"].colors_lines_light td[width*="27%"], form[name=form2] table[width="100%"].colors_lines_light td[width*="55%"] {
    text-align: left; }
  form[name=form2] table[width="100%"].colors_lines_light td[width*="18%"] + td[width="18%"] {
    border-bottom: 1px solid #EEEEEE; } }

@media (min-width: 768px) {
  form[name=form2] table[width="100%"].colors_lines_light > tbody > tr.colors_backgroundneutral td {
    padding: 10px; }
  form[name=form2] table[width="100%"].colors_lines_light td[width*="18%"], form[name=form2] table[width="100%"].colors_lines_light td[width*="27%"], form[name=form2] table[width="100%"].colors_lines_light td[width*="55%"] {
    padding-left: 10px;
    text-align: left; }
  .orderhistory form[name=form2] table[width="100%"].colors_lines_light {
    display: table; }
  .orderhistory form[name=form2] table[width="100%"].colors_lines_light td[width="55%"] > table > tbody > tr > td:first-child {
    width: 60%; }
  .orderhistory form[name=form2] table[width="100%"].colors_lines_light td[width="55%"] > table > tbody > tr > td:nth-child(2), .orderhistory form[name=form2] table[width="100%"].colors_lines_light td[width="55%"] > table > tbody > tr > td:nth-child(3) {
    width: 20%; } }

.orderdetails .vh-hr-td hr {
  border-color: transparent; }

@media (max-width: 991px) {
  .orderdetails a[href^="ChangeOrderCancelItem.asp"] + table, .orderdetails a[href^="ChangeOrderCancelItem.asp"] + table td, .orderhistory form[name=form2] table[width="100%"].colors_lines_light table, .orderhistory form[name=form2] table[width="100%"].colors_lines_light table td {
    display: block; }
  .orderdetails a[href^="ChangeOrderCancelItem.asp"] + table tr:first-child, .orderhistory form[name=form2] table[width="100%"].colors_lines_light table tr:first-child {
    display: none; }
  .orderdetails a[href^="ChangeOrderCancelItem.asp"] + table tr:not(:first-child) td, .orderhistory form[name=form2] table[width="100%"].colors_lines_light table tr:not(:first-child) td {
    padding: 6px; }
  .orderdetails a[href^="ChangeOrderCancelItem.asp"] + table tr:not(:first-child):not(:last-child) td:last-child, .orderhistory form[name=form2] table[width="100%"].colors_lines_light table tr:not(:first-child):not(:last-child) td:last-child {
    padding-bottom: 40px; }
  .orderdetails a[href^="ChangeOrderCancelItem.asp"] + table tr:not(:first-child) td:before, .orderhistory form[name=form2] table[width="100%"].colors_lines_light table tr:not(:first-child) td:before {
    display: block;
    font-weight: 700; }
  .orderdetails a[href^="ChangeOrderCancelItem.asp"] + table tr:not(:first-child) td:first-child:before, .orderhistory form[name=form2] table[width="100%"].colors_lines_light table tr:not(:first-child) td:first-child:before {
    content: "Item Ordered: "; }
  .orderdetails a[href^="ChangeOrderCancelItem.asp"] + table tr:not(:first-child) td:nth-child(2):before, .orderhistory form[name=form2] table[width="100%"].colors_lines_light table tr:not(:first-child) td:nth-child(2):before {
    content: "Price: "; }
  .orderdetails a[href^="ChangeOrderCancelItem.asp"] + table tr:not(:first-child) td:nth-child(3):before, .orderhistory form[name=form2] table[width="100%"].colors_lines_light table tr:not(:first-child) td:nth-child(3):before {
    content: "Status: "; }
  .orderdetails a[href^="ChangeOrderCancelItem.asp"] + table ul, .orderhistory form[name=form2] table[width="100%"].colors_lines_light table ul {
    padding-left: 0 !important; } }

form[action="OrderDetails.asp"] a[href*="AccountSettings.asp?"] {
  display: block;
  margin: 10px 0; }

form[action="OrderDetails.asp"] a[href*="OrderFinished.asp?OrderID"] {
  display: block; }

form[action="OrderDetails.asp"] li {
  list-style: none; }

form[action="OrderDetails.asp"] td[align=center] {
  font-size: 18px;
  display: block;
  margin-top: 30px;
  text-align: left; }

form[action="OrderDetails.asp"] td[align=right] {
  text-align: left; }

form[action="OrderDetails.asp"] td[align=right] a[onclick*="window.open('Receipt_PrinterFriendly.asp?OrderID"] {
  display: block;
  margin: 10px 0; }

form[action="OrderDetails.asp"] td[align=right] .btn_changeqty.btn-link {
  margin: 10px 0;
  white-space: normal; }

form[action="OrderDetails.asp"] td[align=right] td[colspan="2"], form[action="OrderDetails.asp"] td[align=right] td[width="32%"] {
  border: 1px solid #EEEEEE;
  padding: 10px; }

form[action="OrderDetails.asp"] td[align=right] .colors_background3_text > table[width="100%"] {
  margin: 10px 0; }

form[action="OrderDetails.asp"] table.colors_lines_light td.colors_background3_text[width="46%"] {
  margin-top: 20px; }

form[action="OrderDetails.asp"] table.colors_lines_light .colors_backgroundneutral td[colspan="3"] {
  border: 1px solid #EEEEEE;
  padding: 10px;
  margin-top: 20px;
  text-align: center; }

form[action="OrderDetails.asp"] table.colors_lines_light td[bgcolor*="#999999"] {
  background-color: transparent; }

@media (min-width: 768px) {
  form[action="OrderDetails.asp"] td[align=right] .colors_backgroundlight td {
    padding: 10px; }
  form[action="OrderDetails.asp"] .btn_changeqty.btn-link {
    float: right; }
  form[action="OrderDetails.asp"] table.colors_lines_light {
    margin-bottom: 10px; }
  form[action="OrderDetails.asp"] table.colors_lines_light td.colors_background3_text[width="54%"] {
    margin-top: 20px; }
  form[action="OrderDetails.asp"] table.colors_lines_light td[width="32%"], form[action="OrderDetails.asp"] table.colors_lines_light td[width="34%"] {
    padding: 10px; } }

.kb_results #content_area td[bgcolor="#C6FFBF"] {
  padding: 15px 15px 5px;
  background-color: rgba(0, 0, 0, 0.075); }

.kb_results form[name=SearchForm] table, .kb_results form[name=SearchForm] tbody, .kb_results form[name=SearchForm] td:first-child, .kb_results form[name=SearchForm] td:nth-child(2), .kb_results form[name=SearchForm] tr {
  display: block; }

@media (min-width: 768px) {
  .kb_results form[name=SearchForm] td:first-child, .kb_results form[name=SearchForm] td:nth-child(2) {
    display: inline-block; } }

@media (min-width: 768px) {
  .kb_results form[name=SearchForm] td:nth-child(2) {
    padding-right: 15px; } }

.kb_results form[name=SearchForm] td:nth-child(3), .kb_results form[name=SearchForm] td:nth-child(4) {
  display: block;
  float: left; }

.kb_results form[name=SearchForm] td:nth-child(3) {
  width: calc(100% - 100px);
  padding-right: 5px; }

.kb_results form[name=SearchForm] td:nth-child(3) input {
  width: 100% !important;
  text-align: left;
  color: #000000; }

.kb_results form[name=SearchForm] td:nth-child(4) {
  width: 100px; }

.kb_results form[name=SearchForm] td:nth-child(4) input {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2); }

.kb_results #content_area i font[color="#999999"] {
  word-break: break-word; }

@media (max-width: 991px) {
  .kb_results form[name=MainForm] td, .kb_results form[name=MainForm] tr {
    display: block;
    width: 100%; } }

@media (min-width: 768px) {
  .kb_results form[name=MainForm] td:first-child {
    padding-right: 15px;
    text-align: right; } }

.kb_results form[name=MainForm] textarea {
  width: 100%;
  min-height: 100px;
  resize: vertical; }

@media (max-width: 991px) {
  .register #articleBody_61 + table td {
    display: block;
    width: 100%;
    text-align: left; } }

@media (min-width: 768px) {
  .register td[align=right] {
    padding-right: 5px; } }

html.lt-ie10 .push-menu {
  left: -100%;
  right: auto; }

html.lt-ie10 body[class*=double-menu-] .push-menu, html.lt-ie10 body[class*=fall-menu-] .push-menu, html.lt-ie10 body[class*=push-menu-] .push-menu, html.lt-ie10 body[class*=slide-menu-] .push-menu, html.lt-ie10 body[class*=static-menu-] .push-menu {
  left: 0; }

.push-menu {
  background-color: transparent;
  padding-bottom: 80px;
  text-align: left;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.push-menu .vnav__item > .vnav__link {
  color: #000000; }

.push-menu .vnav--level1 > .vnav__item:hover > .vnav__link:hover, .push-menu .vnav--level1 > .vnav__item > .vnav__link--active {
  background-color: #EEEEEE;
  color: #000000; }

.push-menu .vnav__subnav {
  background-color: #EEEEEE; }

.push-menu .vnav__subnav > .vnav__item:hover > .vnav__link:hover, .push-menu .vnav__subnav > .vnav__item > .vnav__link--active {
  background-color: #777777;
  color: #FFFFFF; }

.push-menu::-webkit-scrollbar {
  display: none; }

.push-menu__close-btn {
  padding: 15px;
  margin-bottom: 20px; }

.push-menu__close-btn .icon {
  width: 20px;
  height: 20px;
  margin-right: 0;
  cursor: pointer; }

.push-menu .menu-title {
  padding-right: 15px;
  padding-left: 15px; }

.push-menu .menu-title:not(:first-child) {
  margin-top: 30px; }

.push-menu .vnav {
  display: block; }

.push-menu .vnav .vnav__item {
  border-bottom-width: 1px;
  border-bottom-style: solid; }

.push-menu .vnav .vnav__item:first-child {
  border-top-width: 1px;
  border-top-style: solid; }

.push-menu .vnav .vnav__item.expanded > .vnav__link.menu-toggle > .icon.menu-expand-plus .vertical-bar {
  -webkit-transform: scaleY(0);
  transform: scaleY(0); }

.push-menu .vnav .vnav__item.expanded > .vnav__link.menu-toggle > .icon.menu-expand-chevron {
  -webkit-transform: translateY(-50%) rotate(180deg) !important;
  transform: translateY(-50%) rotate(180deg) !important; }

.push-menu .vnav .vnav__item.expanded .vnav_subnav.subnav-expanded {
  display: block; }

.push-menu .vnav .vnav__item:not(.expanded) .vnav__subnav:not(.subnav-expanded) {
  display: none; }

.push-menu .vnav .vnav__link {
  padding: 10px 15px;
  text-align: left;
  white-space: normal; }

.push-menu .vnav .vnav__link.menu-toggle {
  position: relative;
  padding-right: 42px; }

.push-menu .vnav .vnav__link .icon[class*=menu-expand-] {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 12px; }

.push-menu .vnav .vnav__link .icon.menu-expand-plus .vertical-bar, .push-menu .vnav .vnav__link .icon[class*=menu-expand-] {
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear; }

.push-menu .vnav .vnav__link .icon.menu-expand-plus .vertical-bar {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scaleY(1);
  transform: scaleY(1); }

.push-menu .vnav__subnav {
  position: static;
  display: none;
  top: 0;
  left: 100%;
  z-index: 300; }

.push-menu .vnav__subnav.vnav--level2 .vnav__link {
  padding-left: 30px; }

.push-menu .vnav__subnav.vnav--level3 .vnav__link {
  padding-left: 45px; }

.push-menu .vnav__subnav.vnav--level4 .vnav__link {
  padding-left: 60px; }

.push-menu .vnav--level1 > .vnav__item, .push-menu .vnav--level1 > .vnav__item > .vnav__link {
  display: block; }

.sidebar {
  background-color: transparent; }

.sidebar .vnav__item > .vnav__link {
  color: #000000; }

.sidebar .vnav--level1 > .vnav__item:hover > .vnav__link:hover, .sidebar .vnav--level1 > .vnav__item > .vnav__link--active {
  background-color: #EEEEEE;
  color: #000000; }

.sidebar .vnav__subnav {
  background-color: #EEEEEE; }

.sidebar .vnav__subnav > .vnav__item > .vnav__link {
  color: #000000; }

.sidebar .vnav__subnav > .vnav__item:hover > .vnav__link:hover, .sidebar .vnav__subnav > .vnav__item > .vnav__link--active {
  background-color: #777777;
  color: #FFFFFF; }

.sidebar-wrapper {
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  outline: 1px solid transparent; }

.sidebar[menu-type~=always-expand] .vnav__subnav, .sidebar[menu-type~=smart-expand] .vnav__subnav, .sidebar[menu-type~=toggle-expand] .vnav__subnav {
  position: static;
  left: 0;
  top: 0; }

.sidebar[menu-type~=always-expand] .vnav__subnav.vnav--level2 .vnav__link, .sidebar[menu-type~=smart-expand] .vnav__subnav.vnav--level2 .vnav__link, .sidebar[menu-type~=toggle-expand] .vnav__subnav.vnav--level2 .vnav__link {
  padding-left: 30px; }

.sidebar[menu-type~=always-expand] .vnav__subnav.vnav--level3 .vnav__link, .sidebar[menu-type~=smart-expand] .vnav__subnav.vnav--level3 .vnav__link, .sidebar[menu-type~=toggle-expand] .vnav__subnav.vnav--level3 .vnav__link {
  padding-left: 45px; }

.sidebar[menu-type~=always-expand] .vnav__subnav.vnav--level4 .vnav__link, .sidebar[menu-type~=smart-expand] .vnav__subnav.vnav--level4 .vnav__link, .sidebar[menu-type~=toggle-expand] .vnav__subnav.vnav--level4 .vnav__link {
  padding-left: 60px; }

.sidebar[menu-type~=always-expand] .vnav__subnav, .sidebar[menu-type~=smart-expand] .vnav__subnav.subnav-expanded {
  display: block; }

.sidebar[menu-type~=smart-expand] .vnav__item.expanded > .vnav__link.menu-toggle > .icon.menu-expand-plus .vertical-bar, .sidebar[menu-type~=toggle-expand] .vnav__item.expanded > .vnav__link.menu-toggle > .icon.menu-expand-plus .vertical-bar {
  -webkit-transform: scaleY(0);
  transform: scaleY(0); }

.sidebar[menu-type~=smart-expand] .vnav__item.expanded > .vnav__link.menu-toggle > .icon.menu-expand-chevron, .sidebar[menu-type~=toggle-expand] .vnav__item.expanded > .vnav__link.menu-toggle > .icon.menu-expand-chevron {
  -webkit-transform: translateY(-50%) rotate(180deg) !important;
  transform: translateY(-50%) rotate(180deg) !important; }

.sidebar[menu-type~=smart-expand] .vnav__item.expanded .vnav_subnav.subnav-expanded, .sidebar[menu-type~=smart-expand] .vnav__item.expanded > .vnav_subnav, .sidebar[menu-type~=toggle-expand] .vnav__item.expanded .vnav_subnav.subnav-expanded, .sidebar[menu-type~=toggle-expand] .vnav__item.expanded > .vnav_subnav {
  display: block; }

.sidebar[menu-type~=smart-expand] .vnav__item:not(.expanded) .vnav__subnav:not(.subnav-expanded), .sidebar[menu-type~=toggle-expand] .vnav__item:not(.expanded) .vnav__subnav:not(.subnav-expanded) {
  display: none; }

.sidebar .vnav__subnav {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); }

.sidebar .vnav__subnav .vnav__link {
  white-space: nowrap; }

.sidebar[menu-type~=always-expand] .vnav__subnav, .sidebar[menu-type~=smart-expand] .vnav__subnav, .sidebar[menu-type~=toggle-expand] .vnav__subnav {
  box-shadow: none; }

.sidebar[menu-type~=always-expand] .vnav__subnav .vnav__link, .sidebar[menu-type~=smart-expand] .vnav__subnav .vnav__link, .sidebar[menu-type~=toggle-expand] .vnav__subnav .vnav__link {
  white-space: normal; }

.sidebar .menu-title:not(:first-child) {
  margin-top: 20px; }

.sidebar .vnav {
  display: block; }

.sidebar .vnav .vnav__link {
  padding: 10px 15px;
  text-align: left; }

.sidebar .vnav .vnav__link.menu-toggle {
  position: relative;
  padding-right: 42px; }

.sidebar .vnav .vnav__link .icon[class*=menu-expand-] {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 12px; }

.sidebar .vnav .vnav__link .icon.menu-expand-plus .vertical-bar, .sidebar .vnav .vnav__link .icon[class*=menu-expand-] {
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear; }

.sidebar .vnav .vnav__link .icon.menu-expand-plus .vertical-bar {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scaleY(1);
  transform: scaleY(1); }

.sidebar .vnav__subnav {
  display: none;
  top: 0;
  left: 100%;
  z-index: 300; }

.sidebar .vnav--level1 > .vnav__item, .sidebar .vnav--level1 > .vnav__item > .vnav__link {
  white-space: normal;
  display: block; }

.menu-s ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.menu-s a {
  background: #EEEEEE;
  color: #000000;
  display: block;
  padding: 10px 15px; }

.menu-s .nav_hover a, .menu-s .nav_selected a, .menu-s a:focus, .menu-s a:hover {
  background: #777777;
  color: #FFFFFF; }

.lt-ie10 .vnav--level1 > .vnav__item {
  width: auto; }

.vol-container {
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: 100%; }

.home .container--content {
  padding-top: 0; }

.vol-inner {
  position: relative;
  left: 0;
  z-index: 99;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s; }

.page-wrap {
  background-color: #FFFFFF; }

.sidebar .menu-title {
  margin-top: 20px;
  padding: 10px 0; }

.sidebar .menu-title:first-child {
  margin-top: 0; }

.admin-warning-bubble {
  z-index: 11; }

.error-page {
  margin-bottom: 75px; }

.error-page h1 {
  margin-bottom: 25px; }

.error-search {
  width: 100%;
  max-width: 600px;
  position: relative;
  margin: 35px auto; }

.error-search__input {
  width: 100%;
  height: 60px;
  padding: 0 80px 0 60px;
  border: 1px solid #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 30px;
  background-image: url(../images/svg/search.svg);
  background-repeat: no-repeat;
  background-position: 20px;
  background-size: 20px; }

.error-search__input:-moz-placeholder, .error-search__input:-ms-input-placeholder, .error-search__input::-moz-placeholder, .error-search__input::-webkit-input-placeholder {
  color: #000000; }

.error-search__input:focus:-moz-placeholder, .error-search__input:focus:-ms-input-placeholder, .error-search__input:focus::-moz-placeholder, .error-search__input:focus::-webkit-input-placeholder {
  color: transparent; }

.error-search__submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: none;
  border: none;
  padding: 0 20px; }

#qet-box-container *, #qtg, #qtg *, #sb-wrapper *, #sb-wrapper-inner, #vp-top-bar *, [class^=redactor_] {
  box-sizing: content-box; }

form[name*=form2] table[width="500"] {
  margin: 10px 0;
  text-align: left;
  table-layout: fixed;
  width: 100%; }

#vp-top-bar {
  white-space: nowrap; }

#sb-wrapper {
  margin: 0 !important; }

#content_area table td[nowrap] {
  white-space: normal; }

table[width="96%"] {
  width: 100%; }

.product-card__card {
  height: 405px; }

.product-card__image-link {
  text-align: center; }

font[color="#FF0000"] {
  color: #000000; }

#v65-cart-table {
  border-spacing: 2px;
  border-collapse: separate; }

#v65-cart-table .v65-product-price-table div {
  text-align: center !important; }

.v65-cart-giftcert-total div {
  text-align: center; }

br.beforeArticleBR, tr.v65-cart-total-estimate-row + tr {
  display: none; }

#v65-cart-checkout-table .v65-cart-login-input {
  padding: 3px; }

#v65-cart-shipping-details input[type=radio] {
  border: none; }

#v65-cart-shipping-details-container #v65-cart-shipping-details-label, #v65-cart-shipping-details-container #v65-cart-shipping-details-wrapper {
  float: none; }

#v65-cart-shipping-details-wrapper td {
  padding: 0; }

td#v65-cart-shippingoptionsbuttoncell input {
  border: none; }

#v65-cart-table-container {
  border-collapse: collapse; }

#v65-cart-table-container > tbody > tr > td, #v65-cart-table-container > tr > td {
  padding: 0 !important; }

form #v65-cart-checkout-table {
  width: 420px !important; }

#v65-cart-header-itemdescription {
  padding-left: 21px !important; }

.v65-cart-details-row td[width="70"], .v65-cart-details-row td[width="70"] div, .v65-cart-details-row td[width="135"], .v65-cart-details-row td[width="135"] div, .v65-cart-giftcert-total div {
  text-align: center !important;
  width: 100% !important; }

#content_area {
  padding-bottom: 30px; }

#content_area #v65-cart-update-total-cell, #content_area td center input[type=text] {
  text-align: center; }

#content_area #v65-cart-coupon-entry-details-div * {
  vertical-align: middle; }

#content_area #btnRecalculate {
  margin-top: 0;
  margin-bottom: 0; }

#content_area table#v65-cart-moreItems, #content_area table#v65-cart-table {
  width: 100%; }

#content_area table#v65-cart-moreItems td {
  padding-left: 0;
  padding-right: 0; }

#content_area img[src*=youarehere], .category .v-product__free-shipping, .category .vol-free-shipping-icon, .home .v-product__free-shipping, .home .vol-free-shipping-icon, .productdetails #v65-product-related .v-product__free-shipping, .productdetails #v65-product-related .vol-free-shipping-icon, .shoppingcart .v-product__free-shipping, .shoppingcart .vol-free-shipping-icon {
  display: none; }

.vol-review-stars .icon-star {
  display: inline !important;
  margin-right: 1px;
  margin-left: 1px; }

.v-product div[itemprop=aggregateRating] * {
  line-height: inherit !important;
  font-size: inherit !important; }

.productdetails #v65-product-history-header td:first-child:before, .productdetails .colors_lines_light .colors_backgroundlight, .productdetails .v65-product-related-header-cell .colors_backgroundlight {
  background: transparent;
  border-bottom: 1px solid #EEEEEE; }

.productdetails #v65-product-history-header td:first-child:before, .productdetails .colors_lines_light font.productnamecolorSMALL.colors_productname b {
  color: inherit;
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  line-height: 40px; }

img[src*="/headings/heading_"], img[src*="images/cart/cart_tl.gif"], img[src*="images/cart/cart_tr.gif"], img[src*="images/headings/one-page-checkout_"], img[src*="images/HomePage/FeaturedProducts.gif"] {
  display: none; }

img[src*="/headings/heading_"] + br + _headings table:before, img[src*="/headings/heading_"] + br + br + table:before, img[src*="/headings/heading_"] + br + div:before, img[src*="/headings/heading_"] + br + form:before, img[src*="/headings/heading_"] + br + img + a:before, img[src*="/headings/heading_"] + br + table:before, img[src*="/headings/heading_help.gif"] + br + img + a + br + table > tbody:before, img[src*="images/HomePage/FeaturedProducts.gif"] + br + table:before {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  font-family: inherit;
  line-height: 56px;
  padding-bottom: 0;
  margin-bottom: 13px;
  display: block;
  letter-spacing: .05em;
  color: inherit;
  border-bottom: 1px solid #EEEEEE; }

img[src*="/headings/heading_"] + br + br + table:after, img[src*="/headings/heading_"] + br + div:after, img[src*="/headings/heading_"] + br + form:after, img[src*="/headings/heading_"] + br + table:after, img[src*="/headings/heading_help.gif"] + br + img + a + br + table > tbody:after {
  content: "";
  height: 100px; }

img[src*="/headings/heading_login.gif"] + br + form:before {
  content: "Login"; }

img[src*="/headings/heading_MyAccount.gif"] + br + form:before {
  content: "My Account"; }

img[src*="/headings/heading_MyAccount.gif"] + br + img + a:before {
  content: "My Account";
  margin-bottom: 20px; }

img[src*="/headings/heading_MyAccount.gif"] + br + img[src*="/images/Bullet_GoBack.gif"] {
  display: none; }

img[src*="/headings/heading_MyAccount.gif"] + br + form:before, img[src*="/headings/heading_MyAccount.gif"] + br + img + a form:before {
  content: "My Account"; }

img[src*="/headings/heading_affiliate.gif"] + br + table:before {
  content: "Affiliate"; }

img[src*="/headings/heading_help.gif"] + br + img + a + br + table > tbody:before, img[src*="/headings/heading_help.gif"] + br + table:before {
  content: "Help"; }

img[src*="/headings/heading_EmailAFriend.gif"] + br + table:before {
  content: "Email A Friend"; }

img[src*="/headings/heading_aboutus.gif"] + br + table:before {
  content: "About Us"; }

img[src*="/headings/heading_giftcertificates.gif"] + br + table:before {
  content: "Gift Certificates"; }

img[src*="/headings/heading_GiftOptions.gif"] + br + table:before {
  content: "Gift Options"; }

img[src*="/headings/heading_history.gif"] + br + table:before {
  content: "My Recent History"; }

img[src*="/headings/heading_MailingList.gif"] + br + form:before {
  content: "Mailing List"; }

img[src*="/headings/heading_wishlist.gif"] + br + br + table:before {
  content: "Wishlist"; }

img[src*="/headings/heading_WriteReview.gif"] + br + div:before {
  content: "Write Review"; }

img[src*="images/HomePage/FeaturedProducts.gif"] + br + table:before {
  content: "Featured Products"; }

#billing-header .v65-onepage-headerShort:before {
  content: "Billing Information"; }

#v65-onepage-RegistrationHeader .v65-onepage-headerShort:before {
  content: "Registration"; }

#shipping-header .v65-onepage-headerShort:before {
  content: "Shipping Information"; }

#v65-checkout-payment-header .v65-onepage-headerShort:before {
  content: "Payment"; }

img[src*="/headings/heading_help.gif"] + br + img + a + br + table {
  position: relative; }

.sitemap #content_area > table > tbody > tr:last-child {
  display: none; }

.sitemap #div_articleid_79 {
  margin-bottom: 30px; }

.sitemap .site-map__content {
  transition: all .5s ease; }

.sitemap .site-map__content .vnav--level1 {
  display: block;
  text-align: left;
  border-top: 1px dotted #EEEEEE;
  border-bottom: 1px dotted #EEEEEE;
  padding: 20px 0; }

.sitemap .site-map__content .vnav--level1 > .vnav__item {
  display: inline-block;
  vertical-align: middle; }

.sitemap .site-map__content .vnav--level1 > .vnav__item > .vnav__link {
  font-family: inherit;
  font-size: 18px;
  padding: 5px 12.5px;
  letter-spacing: .025em;
  color: inherit; }

.sitemap .site-map__content .vnav__item {
  display: block;
  width: 100%;
  text-align: left; }

.sitemap .site-map__content .vnav__item:hover {
  background-color: transparent; }

.sitemap .site-map__content .vnav--level2 {
  width: 100%;
  display: block;
  position: static;
  background-color: transparent; }

.sitemap .site-map__content .vnav__link {
  display: inline-block;
  padding: 3px 12.5px;
  font-size: 12px;
  text-align: left;
  white-space: normal; }

.sitemap .site-map__content .vnav--default {
  background: #F2F2F2; }

.sitemap .site-map__content.vol-show {
  opacity: 1;
  visibility: visible; }

.utility__list {
  margin: 0;
  padding: 0;
  list-style: none; }

.utility__item {
  display: inline-block;
  color: inherit; }

.utility__item:last-of-type {
  margin-right: 0; }

.utility__item .divider {
  margin-right: 10px;
  margin-left: 10px; }

.cart {
  position: relative; }

.cart__count {
  font-size: 14px;
  min-width: 30px;
  min-height: 30px;
  padding: 5px; }

.social__list {
  margin-bottom: 0; }

.social__item {
  display: inline-block;
  color: inherit;
  margin-right: 15px; }

@media (min-width: 992px) {
  .social__item:not(:last-child) {
    margin-right: 10px; } }

.social__link {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  color: inherit;
  height: 100%;
  text-align: center; }

.social .ionicons {
  font-size: 25px; }

.contact-info .address__group {
  display: block;
  margin-bottom: 15px; }

.contact-info .email-address {
  word-wrap: break-word; }

.copyright {
  color: inherit; }

.copyright a:hover {
  color: #000000; }

@media (max-width: 991px) {
  .copyright__line {
    display: block; } }

.credit-cards .icon {
  width: 40px;
  height: 9px;
  margin-right: 5px;
  display: inline-block; }

.credit-cards .icon.visa {
  width: 29px; }

.credit-cards .icon.mc {
  width: 55px; }

.credit-cards .icon.amex {
  width: 40px; }

.credit-cards .icon.discover {
  width: 53px; }

.credit-cards .icon.paypal {
  width: 40px;
  height: 14px; }

.ssl .icon {
  width: 100px;
  height: 40px;
  margin: 0;
  fill: currentColor; }

@media (min-width: 768px) {
  .ssl .icon {
    width: 84px;
    height: 33px; } }

.link-column__list {
  margin-bottom: 0; }

@media (min-width: 768px) {
  .link-column__list {
    padding-top: 0; } }

@media (min-width: 992px) {
  .link-column__list {
    padding: 0; } }

.link-column__item {
  margin-bottom: 15px; }

.link-column__address, .link-column__item:last-child {
  margin-bottom: 0; }

.link-column--double .link-column__item {
  display: block; }

.elist__title {
  color: currentColor; }

.elist__input {
  line-height: normal;
  box-shadow: none;
  -webkit-appearance: none;
  border-radius: 0;
  height: 50px;
  border-right: none;
  margin: 0; }

.elist__input:-moz-placeholder, .elist__input:-ms-input-placeholder, .elist__input::-moz-placeholder, .elist__input::-webkit-input-placeholder {
  font-size: 14px;
  color: #333333;
  transition: all .2s ease-in;
  font-style: italic; }

.elist__input:focus {
  box-shadow: none; }

.elist__input:focus:-moz-placeholder, .elist__input:focus:-ms-input-placeholder, .elist__input:focus::-moz-placeholder, .elist__input:focus::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.7); }

.elist__submit {
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 0;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  box-shadow: none;
  font-size: 18px;
  text-transform: uppercase;
  margin-left: 0 !important; }

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

.elist .input-group .form-control:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.elist__msg {
  font-size: 14px; }

#slideshow-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto; }

#slideshow-container[data-max-width=full] {
  max-width: 2000px; }

#slideshow-container:not([data-max-width=content]):not([data-max-width=full]):not([data-max-width=max]) {
  max-width: 1200px; }

@media (min-width: 768px) {
  #slideshow-container[data-max-width=content] {
    max-width: 750px;
    padding-right: 15px;
    padding-left: 15px; } }

@media (min-width: 992px) {
  #slideshow-container[data-max-width=content] {
    max-width: 970px; } }

@media (min-width: 1240px) {
  #slideshow-container[data-max-width=content] {
    max-width: 1170px; } }

@media (min-width: 992px) {
  .footer .container-lg {
    width: 95vw;
    max-width: 1200px; } }

.overflow-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.vol-scroll-top.btn.btn-primary {
  border-radius: 100px; }

.microblock-group > .microblock {
  display: inline-block; }

.double-menu-l-open .page-wrap, .fall-menu-l-open .page-wrap, .push-menu-l-open .page-wrap, .static-menu-l-open .page-wrap {
  -webkit-transform: translate3d(320px, 0, 0);
  transform: translate3d(320px, 0, 0); }

.double-menu-r-open .page-wrap, .fall-menu-r-open .page-wrap, .push-menu-r-open .page-wrap, .static-menu-r-open .page-wrap {
  -webkit-transform: translate3d(-320px, 0, 0);
  transform: translate3d(-320px, 0, 0); }

.push-menu {
  width: 320px; }

.push-menu .push-menu__close-btn {
  padding-top: 20px; }

.push-menu .search-wrapper {
  padding: 10px 15px;
  border-top-width: 1px;
  border-top-style: solid; }

.push-menu .push-menu__menu-wrapper {
  margin-bottom: 30px; }

.push-menu .menu-title, .push-menu .menu_title {
  margin-top: 0;
  margin-bottom: 15px; }

.push-menu #push-nav__menu {
  margin-bottom: 30px; }

.shoppingcart .v65-cart-giftcert-details-row > td {
  border-color: #EEEEEE; }

.shoppingcart .v65-cart-giftcert-details-row td, .shoppingcart .v65-cart-giftcert-details-row td font, .shoppingcart .v65-cart-giftcert-details-row td font b {
  color: #000000 !important;
  background: transparent !important; }

@-webkit-keyframes recently-added-fadeout {
  0% {
    background-color: rgba(237, 237, 237, 0.5); }
  80% {
    background-color: rgba(237, 237, 237, 0.5); }
  to {
    background-color: transparent; } }

.category .v-product-grid .v-product {
  text-align: left; }

.dealoftheday .deal {
  margin: 0;
  padding: 15px; }

.dealoftheday .deal .deal-image img {
  max-width: 100%; }

.dealoftheday .deal .deal-pricing {
  float: left;
  width: 100%;
  height: auto;
  padding: 15px; }

.dealoftheday .deal .deal-pricing .deal-price {
  margin: 0;
  padding-left: 0; }

.dealoftheday .deal .deal-pricing .deal-price-currency {
  margin-left: 0; }

.dealoftheday .deal .deal-pricing .deal-buy-now {
  max-width: 100%;
  margin: 0; }

.dealoftheday .deal .deal-buy-now a, .dealoftheday .deal .deal .deal-image img {
  width: auto;
  max-width: 100%; }

.dealoftheday .deal .deal-end, .dealoftheday .deal .deal-saving-stock-details, .dealoftheday .deal .deal-social {
  float: left;
  width: 100%;
  height: auto; }

.dealoftheday .deal .deal-regular-price, .dealoftheday .deal .deal-savings, .dealoftheday .deal .deal-stock {
  padding-bottom: 15px; }

.dealoftheday .deal .deal-social #btn_vsharethis {
  width: auto !important; }

.dealoftheday .deal .deal-social .google_plusone_iframe_widget {
  width: auto !important;
  margin-right: 5px; }

table[width="90%"] {
  width: 100%; }

.v-logged-in .hide-on-login, .v-logged-out .hide-on-logout {
  display: none !important; }

.vol-hide {
  opacity: 0;
  height: 0;
  overflow: hidden; }

.btn-icon {
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 5px; }

.btn-icon:hover {
  text-decoration: none; }

.btn-icon-apply:before {
  content: "\e600"; }

.btn-icon-close:before {
  content: "\e601"; }

.btn-icon-email:before {
  content: "\e602"; }

.btn-icon-photos:before {
  content: "\e603"; }

.btn-icon-plus:before {
  content: "\e604"; }

.btn-icon-question:before {
  content: "\e605"; }

.btn-icon-zoom:before {
  content: "\e608"; }

.btn-icon-recalculate:before {
  content: "\e606"; }

.btn-icon-warning:before {
  content: "\e610"; }

.icon-star:before {
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin: 0 !important; }

.icon-star-empty:before {
  content: "\e611"; }

.icon-star-half:before {
  content: "\e612"; }

.icon-star-full:before {
  content: "\e613"; }

.icon-free-shipping:before {
  content: "\e614";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin: 0 !important;
  width: auto !important; }

.labeled-input {
  display: inline !important;
  padding: 0 !important; }

.vol-link {
  padding: 0;
  cursor: default; }

.vol-link:hover {
  text-decoration: none; }

.vol-link:hover input, .vol-link:hover label {
  color: #000000; }

.vol-link-btn {
  font-weight: 400;
  background-color: #FFFFFF;
  color: #000000;
  transition: .2s;
  border: 1px solid #000000;
  border-radius: 0; }

.vol-link-btn:hover {
  background-color: #333333;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid #333333; }

.vol-link-btn:hover input, .vol-link-btn:hover label {
  color: #000000; }

.vol-link-btn:focus {
  background-color: #333333;
  color: #FFFFFF;
  border-color: #333333; }

.vol-link-btn.disabled, .vol-link-btn[disabled] {
  background-color: #000000;
  color: #FFFFFF;
  border-color: #000000; }

.vol-link-btn .btn-icon {
  font-family: button-icons; }

.vol-link-btn.btn-link.vol-link {
  font-weight: 400;
  background-color: #FFFFFF;
  color: #000000;
  border-color: #000000;
  transition: .2s;
  border-radius: 0; }

.vol-link-btn.btn-link.vol-link .btn-link:focus, .vol-link-btn.btn-link.vol-link .btn-link:hover, .vol-link-btn.btn-link.vol-link:focus, .vol-link-btn.btn-link.vol-link:hover {
  background-color: #333333;
  color: #FFFFFF;
  border-color: #333333; }

.vol-link-btn.btn-link.vol-link .btn-link.disabled, .vol-link-btn.btn-link.vol-link .btn-link[disabled], .vol-link-btn.btn-link.vol-link.disabled, .vol-link-btn.btn-link.vol-link[disabled] {
  background-color: #000000;
  color: #FFFFFF;
  border-color: #000000; }

.vol-link-btn.btn-link.vol-link .btn-icon {
  font-family: button-icons; }

.vol-link-btn.btn-link.vol-link .btn-link {
  font-weight: 400;
  background: none;
  color: #000000;
  border-color: #000000;
  transition: .2s;
  border-radius: 0; }

.vol-link-btn.btn-link.vol-link .btn-link .btn-icon {
  font-family: button-icons; }

.vol-link-btn.btn-link.vol-link label.btn-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.vol-link-btn.btn-link.vol-link input.btn-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.vol-link .btn-icon {
  cursor: pointer;
  padding: 10px 5px 10px 15px;
  line-height: 1.428571429; }

.vol-link input {
  height: auto;
  padding: 10px 15px 10px 5px !important;
  border: 0; }

.vol-link input:hover {
  text-decoration: none; }

.vol-link .btn-icon, .vol-link input {
  display: inline-block !important;
  vertical-align: middle;
  margin: 0; }

.vcb-snippet:not(.vcb-custom) a.btn.btn-default, .vcb-snippet:not(.vcb-custom) button.btn.btn-default {
  color: #333333;
  background-color: #FFFFFF;
  border-color: #CCCCCC; }

.vcb-snippet:not(.vcb-custom) a.btn.btn-primary, .vcb-snippet:not(.vcb-custom) button.btn.btn-primary {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000; }

.btn-primary, .btn.btn-primary, .dealoftheday #content_area .deal-buy-now a, .onepagecheckout #simpleModal #signInButton, .soft_add_wrapper .soft_add_action_area a.check_out, .vcb-snippet:not(.vcb-custom) a.btn.btn-primary, button.btn.btn-primary, input[value*="mailing list"] {
  font-weight: 400;
  background-color: #2B2F35;
  color: #FFFFFF;
  border-color: #202327;
  transition: .2s; }

.btn-primary:focus, .btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:hover, .dealoftheday #content_area .deal-buy-now a:focus, .dealoftheday #content_area .deal-buy-now a:hover, .onepagecheckout #simpleModal #signInButton:focus, .onepagecheckout #simpleModal #signInButton:hover, .soft_add_wrapper .soft_add_action_area a.check_out:focus, .soft_add_wrapper .soft_add_action_area a.check_out:hover, .vcb-snippet:not(.vcb-custom) a.btn.btn-primary:focus, .vcb-snippet:not(.vcb-custom) a.btn.btn-primary:hover, button.btn.btn-primary:focus, button.btn.btn-primary:hover, input[value*="mailing list"]:focus, input[value*="mailing list"]:hover {
  background-color: #202327;
  color: #FFFFFF;
  border-color: #202327; }

.btn-primary.disabled, .btn-primary[disabled], .btn.btn-primary.disabled, .btn.btn-primary[disabled], .dealoftheday #content_area .deal-buy-now a.disabled, .dealoftheday #content_area .deal-buy-now a[disabled], .onepagecheckout #simpleModal #signInButton.disabled, .onepagecheckout #simpleModal #signInButton[disabled], .soft_add_wrapper .soft_add_action_area a.check_out.disabled, .soft_add_wrapper .soft_add_action_area a.check_out[disabled], .vcb-snippet:not(.vcb-custom) a.btn.btn-primary.disabled, .vcb-snippet:not(.vcb-custom) a.btn.btn-primary[disabled], button.btn.btn-primary.disabled, button.btn.btn-primary[disabled], input[value*="mailing list"].disabled, input[value*="mailing list"][disabled] {
  background-color: #666666;
  color: #FFFFFF;
  border-color: #595959; }

.btn-link:not(.vol-link-btn) {
  color: #2B2F35; }

.btn-link:not(.vol-link-btn):focus, .btn-link:not(.vol-link-btn):focus input, .btn-link:not(.vol-link-btn):hover, .btn-link:not(.vol-link-btn):hover input {
  color: #B23331; }

.btn-link:not(.vol-link-btn):not(.btn-icon) {
  font-family: Noto Sans, sans-serif; }

#content_area input[style$=";"]:not([type=checkbox]):not([style*="data:image/png;"]), #content_area td[width$="%"] > input[type=button], #content_area td[width$="%"] > input[type=submit] {
  display: inline-block;
  margin: 10px 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0;
  color: #8F8F8F;
  background-color: #FFFFFF;
  border-color: #D0D0D0; }

#content_area #BillingState, #content_area input[style$=";"] {
  text-align: left; }

input[src$="/btn_go.gif"] {
  margin-left: 10px;
  border: none; }

#btn_addtocart {
  width: 100%;
  display: block;
  margin-bottom: 2em; }

#btn_addtowishlist__span {
  margin-top: 10px; }

#btn_addtowishlist__span #v65-product-wishlist-button {
  margin-bottom: 0;
  font-size: 14px; }

#btn_addtowishlist_small__span input {
  font-size: 14px; }

.btn {
  border-radius: 3px;
  line-height: 1; }

.btn-sm input, .btn-sm label, .btn-xs input, .btn-xs label {
  font-size: 12px;
  box-shadow: none; }

.btn-link:hover {
  text-decoration: none; }

.btn-accent {
  display: inline-block;
  background: #F1C40E;
  color: #333333;
  border-bottom-color: #9C7F09;
  border-radius: 5px;
  position: relative;
  transition: .3s;
  padding: 20px 20px 15px;
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase; }

.btn-accent, .btn-accent:focus, .btn-accent:hover {
  box-shadow: 0 3px 0 #AC8C0A; }

.btn-accent:focus, .btn-accent:hover {
  background: #FFDA10; }

.btn-accent, .btn-accent:focus {
  border: 1px solid #AC8C0A; }

.btn-accent:focus {
  outline: 0; }

.btn-accent:active {
  background: #FFDA10;
  box-shadow: 0 1.5px 0 #AC8C0A;
  -webkit-transform: translateY(1.5px);
  transform: translateY(1.5px); }

@media (min-width: 992px) and (max-width: 1239px) {
  .btn-accent {
    font-size: 19px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .btn-accent {
    font-size: 17px; } }

@media (max-width: 767px) {
  .btn-accent {
    font-size: 16px;
    padding: 15px 15px 10px; } }

.btn-accent--green {
  display: inline-block;
  background: #35AD43;
  color: #333333;
  border-bottom-color: #22702C;
  border-radius: 5px;
  position: relative;
  transition: .3s;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35); }

.btn-accent--green, .btn-accent--green:focus, .btn-accent--green:hover {
  box-shadow: 0 3px 0 #267C30; }

.btn-accent--green:focus, .btn-accent--green:hover {
  background: #3BC04A; }

.btn-accent--green, .btn-accent--green:focus {
  border: 1px solid #267C30; }

.btn-accent--green:focus {
  outline: 0; }

.btn-accent--green:active {
  background: #3BC04A;
  box-shadow: 0 1.5px 0 #267C30;
  -webkit-transform: translateY(1.5px);
  transform: translateY(1.5px); }

.btn-accent--green, .btn-accent--green:hover {
  color: #FFFFFF; }

.btn-accent--primary {
  display: inline-block;
  background: #464D57;
  color: #333333;
  border-bottom-color: #2E3238;
  border-radius: 5px;
  position: relative;
  transition: .3s;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35); }

.btn-accent--primary, .btn-accent--primary:focus, .btn-accent--primary:hover {
  box-shadow: 0 3px 0 #32373E; }

.btn-accent--primary:focus, .btn-accent--primary:hover {
  background: #4E5660; }

.btn-accent--primary, .btn-accent--primary:focus {
  border: 1px solid #32373E; }

.btn-accent--primary:focus {
  outline: 0; }

.btn-accent--primary:active {
  background: #4E5660;
  box-shadow: 0 1.5px 0 #32373E;
  -webkit-transform: translateY(1.5px);
  transform: translateY(1.5px); }

.btn-accent--primary, .btn-accent--primary:hover {
  color: #FFFFFF; }

.btn_largerphoto {
  border: 0; }

.btn_largerphoto:hover {
  background: none;
  color: #B23331; }

.btn#imgSubmitOrder {
  display: inline-block;
  background: #46A540;
  color: #333333;
  border-bottom-color: #2D6B2A;
  border-radius: 5px;
  position: relative;
  transition: .3s;
  color: #FFFFFF;
  font-size: 24px;
  padding: 15px 10px;
  font-weight: 700;
  width: 100%;
  margin-bottom: 20px; }

.btn#imgSubmitOrder, .btn#imgSubmitOrder:focus, .btn#imgSubmitOrder:hover {
  box-shadow: 0 3px 0 #32762E; }

.btn#imgSubmitOrder:focus, .btn#imgSubmitOrder:hover {
  background: #4EB747; }

.btn#imgSubmitOrder, .btn#imgSubmitOrder:focus {
  border: 1px solid #32762E; }

.btn#imgSubmitOrder:focus {
  outline: 0; }

.btn#imgSubmitOrder:active {
  background: #4EB747;
  box-shadow: 0 1.5px 0 #32762E;
  -webkit-transform: translateY(1.5px);
  transform: translateY(1.5px); }

#v65-onepage-CopyBillingToShippingLink {
  color: #FFFFFF !important;
  font-weight: 700;
  background: #000000;
  padding: 11px 20px;
  font-size: 13px;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block !important; }

.Breadcrumbs, .vCSS_breadcrumb_td {
  font-size: 13px;
  padding: 15px 0 0; }

.category .Breadcrumbs, .category .vCSS_breadcrumb_td {
  padding-bottom: 0; }

.Breadcrumbs > b, .vCSS_breadcrumb_td > b {
  display: block;
  margin-bottom: 7px;
  font-weight: 400; }

.Breadcrumbs > b a, .vCSS_breadcrumb_td > b a {
  font-size: 13px !important; }

.Breadcrumbs > b a, .Breadcrumbs > b a span, .vCSS_breadcrumb_td > b a, .vCSS_breadcrumb_td > b a span {
  color: #585858 !important; }

.Breadcrumbs > b a:last-child, .vCSS_breadcrumb_td > b a:last-child {
  color: #000000 !important;
  font-weight: 700; }

.Breadcrumbs > b i, .vCSS_breadcrumb_td > b i {
  font-size: 14px;
  top: 0;
  padding: 0 12px;
  color: #B1B1B1; }

.Breadcrumbs br, .Breadcrumbs img, .vCSS_breadcrumb_td br, .vCSS_breadcrumb_td img {
  display: none; }

#breadcrumbs {
  font-size: 1.4rem;
  margin-bottom: 0; }

#breadcrumbs a {
  font-size: 1.4rem;
  color: #333333; }

#breadcrumbs i {
  padding: 0 4px;
  color: #000000; }

.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 40px;
  width: 35px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 2; }

.slick-next[aria-disabled=false]:hover:before, .slick-prev[aria-disabled=false]:hover:before {
  color: #2B2F35; }

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  outline: none;
  background: transparent;
  color: transparent; }

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1;
  color: #B23331; }

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .25; }

.slick-next:before, .slick-prev:before {
  font-family: Fontawesome;
  font-size: 40px;
  line-height: 1;
  color: #000000;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 0; }

[dir="rtl"] .slick-prev {
  left: auto;
  right: 0; }

.slick-prev:before {
  content: ""; }

[dir="rtl"] .slick-prev:before {
  content: ""; }

.slick-next {
  right: 0; }

[dir="rtl"] .slick-next {
  left: 0;
  right: auto; }

.slick-next:before {
  content: ""; }

[dir="rtl"] .slick-next:before {
  content: ""; }

.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: 35px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer; }

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: none; }

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1; }

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 35px;
  height: 20px;
  font-family: Fontawesome;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: .75; }

.slick-slider {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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, .slick-slider {
  position: relative;
  display: block; }

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0; }

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

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

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  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; }

.vol-review-stars > i {
  color: #F1B800; }

.soci {
  display: block;
  margin-top: 14px;
  font-family: Fontawesome, sans-serif;
  padding-left: 0; }

.soci li {
  display: inline-block;
  margin-right: 10px; }

.soci a {
  color: #FFFFFF; }

.footer .soci a {
  font-size: 44px; }

.footer .soci a:hover {
  color: #FFE992; }

.push-menu {
  position: fixed;
  top: 0;
  width: 300px;
  height: 100vh;
  z-index: 20;
  transition: .35s;
  visibility: visible;
  box-shadow: 3px 0 28px rgba(0, 0, 0, 0.23); }

.push-menu[data-menu-type=slide-bottom], .push-menu[data-menu-type=slide-top] {
  width: 100%;
  max-height: 100%; }

.push-menu[data-menu-type$=-left] {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.push-menu[data-menu-type$=-right] {
  right: 0; }

.push-menu[data-menu-type*=_3d], .push-menu[data-menu-type*=double], .push-menu[data-menu-type*=fall], .push-menu[data-menu-type*=static] {
  z-index: 1; }

.push-menu[data-menu-type=push-right], .push-menu[data-menu-type=slide-right] {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.push-menu[data-menu-type=slide-bottom] {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

.push-menu[data-menu-type=double-left] {
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0); }

.push-menu[data-menu-type*=fall], .push-menu[data-menu-type=slide-top] {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.push-menu, .push-menu .push-menu__close-btn {
  background: #FFFFFF;
  color: #000000; }

.push-menu .menu-title {
  font-size: 24px;
  font-weight: 400;
  background-color: #FFFFFF;
  color: #000000; }

.push-menu .vnav--level1 > .vnav__item {
  border-color: rgba(0, 0, 0, 0.1); }

.push-menu .vnav--level1 > .vnav__item > .vnav__xlink {
  background: #FFFFFF;
  color: #000000;
  border-color: rgba(0, 0, 0, 0.1);
  font-weight: 400; }

.push-menu .vnav--level1 > .vnav__item.sub-open > .vnav__link, .push-menu .vnav--level1 > .vnav__item:hover > .vnav__link:hover, .push-menu .vnav--level1 > .vnav__item > .vnav__link--active {
  background: #F2F2F2;
  color: #000000; }

.push-menu .vnav__subnav {
  background: rgba(0, 0, 0, 0.1); }

.push-menu .vnav__subnav > .vnav__item {
  border-color: rgba(0, 0, 0, 0.1); }

.push-menu .vnav__subnav > .vnav__item > .vnav__link {
  color: #000000; }

.push-menu .vnav__subnav > .vnav__inner-subnav > .vnav__item.sub-open > .vnav__link, .push-menu .vnav__subnav > .vnav__inner-subnav > .vnav__item:hover > .vnav__link:hover, .push-menu .vnav__subnav > .vnav__inner-subnav > .vnav__item > .vnav__link--active, .push-menu .vnav__subnav > .vnav__item.sub-open > .vnav__link, .push-menu .vnav__subnav > .vnav__item:hover > .vnav__link:hover, .push-menu .vnav__subnav > .vnav__item > .vnav__link--active {
  background: rgba(0, 0, 0, 0.1);
  color: #000000; }

.push-menu .vnav__item, .push-menu .vnav__item.sub-open, .push-menu .vnav__item:hover {
  background: none; }

.push-menu a:not(.vnav__link):not(.push-menu-tel), .push-menu a:not(.vnav__link):not(.push-menu-tel):hover {
  color: #000000; }

.push-menu .search-wrapper, .push-menu .search__input, .push-menu .utility li {
  border-color: rgba(0, 0, 0, 0.1); }

.slide-menu-l-open .page-wrap {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
  overflow: hidden; }

.slide-menu-l-open .push-menu {
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.double-menu-r-open .page-wrap, .fall-menu-r-open .page-wrap, .slide-menu-r-open .page-wrap, .static-menu-r-open .page-wrap {
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0); }

.header .menu-toggle {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.header .menu-toggle__link {
  display: inline-block; }

.header .menu-toggle__icon {
  width: 100%;
  max-width: 35px;
  max-height: 35px;
  margin: 0;
  fill: #2B2F35;
  vertical-align: middle; }

.header .menu-toggle__text {
  display: none; }

.push-menu-tel {
  font-size: 20px;
  color: #B23331;
  display: block;
  padding: 8px 10px 13px;
  font-weight: 700; }

.push-menu-tel, .search {
  text-align: center; }

.search:after {
  clear: both;
  content: "";
  display: table; }

.search__form {
  position: relative;
  height: 40px;
  width: 100%; }

.search__input {
  display: block;
  float: left;
  width: 100%;
  padding-right: 40px;
  height: 40px;
  border: 1px solid currentColor;
  background-color: transparent;
  color: inherit; }

.search__input:-moz-placeholder, .search__input:-ms-input-placeholder, .search__input::-moz-placeholder, .search__input::-webkit-input-placeholder {
  transition: all .2s ease-in; }

.search__input:focus:-moz-placeholder, .search__input:focus:-ms-input-placeholder, .search__input:focus::-moz-placeholder, .search__input:focus::-webkit-input-placeholder {
  opacity: .5; }

.search__submit {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  padding: 11px;
  border: 0;
  background-color: transparent;
  text-align: center; }

.search__submit .icon {
  float: left;
  width: 100%;
  height: 100%; }

.search__toggle {
  cursor: pointer; }

.search__toggle .search__toggle--text {
  margin-right: 5px; }

.search__toggle .toggle__icon {
  width: 20px;
  height: 20px; }

.search__toggle .toggle__icon--open {
  display: none; }

.search__toggle .toggle__icon--closed {
  display: inline-block; }

.search__toggle.toggle--open .search__toggle--text {
  display: none; }

.search__toggle.toggle--open .toggle__icon--open {
  display: inline-block; }

.search__toggle.toggle--open .toggle__icon--closed {
  display: none; }

.search--custom {
  display: block;
  width: 100%;
  height: 0;
  padding-left: 15px;
  padding-right: 15px;
  border-top: 0 solid #EEEEEE;
  box-shadow: none; }

.search--custom, .search--custom .search--custom__form, .search--custom .search--custom__input, .search--custom .search--custom__label, .search--custom .search--custom__submit {
  transition: all .2s ease-in; }

.search--custom__form {
  width: 100%;
  height: 0;
  position: relative;
  margin: 0 auto;
  border: none; }

.search--custom__input {
  height: 0;
  padding: 0;
  width: 100%;
  border: 0 solid transparent;
  box-shadow: none;
  margin: 0; }

.search--custom__input:focus {
  box-shadow: none;
  border-color: transparent; }

.search--custom__input:-moz-placeholder, .search--custom__input:-ms-input-placeholder, .search--custom__input::-moz-placeholder, .search--custom__input::-webkit-input-placeholder {
  font-family: Noto Sans;
  font-size: 16px;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transition: all .2s ease-in; }

.search--custom__submit {
  height: 45px;
  width: 45px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #000000;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0; }

@media (max-width: 1239px) {
  .search--custom__submit {
    right: 15px; } }

.search--custom__label {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 45px;
  height: 45px;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  margin-bottom: 0; }

@media (min-width: 992px) {
  .search--custom__label .search--custom__label__text {
    display: none; } }

.search--custom__icon {
  opacity: 1;
  transition: all .2s ease-in;
  width: 20px;
  height: 20px;
  height: 100%;
  cursor: pointer; }

.search--custom.open {
  height: 100px;
  padding-top: 27.5px;
  border-top: 1px solid #EEEEEE;
  box-shadow: none; }

.search--custom.open .search--custom__form {
  height: 45px; }

.search--custom.open .search--custom__input {
  padding-right: 5%;
  padding-left: 5%;
  height: 45px;
  border: 1px solid #000000; }

@media (max-width: 991px) {
  .search--custom.open .search--custom__input {
    padding-right: 20%;
    padding-left: 20%; } }

@media (min-width: 768px) and (max-width: 1239px) {
  .search--custom.open .search--custom__input {
    padding-left: 7%; } }

.search--custom.open .search--custom__input:-moz-placeholder, .search--custom.open .search--custom__input:-ms-input-placeholder, .search--custom.open .search--custom__input::-moz-placeholder, .search--custom.open .search--custom__input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

@media (max-width: 991px) {
  .search--custom.open .search--custom__input:-moz-placeholder, .search--custom.open .search--custom__input:-ms-input-placeholder, .search--custom.open .search--custom__input::-moz-placeholder, .search--custom.open .search--custom__input::-webkit-input-placeholder {
    font-size: 11px; } }

.search--custom.open .search--custom__label, .search--custom.open .search--custom__submit {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.ui-autocomplete {
  max-width: 100% !important;
  z-index: 100 !important;
  padding: 0;
  border-radius: 0;
  border-top: 0;
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }

@media (max-width: 1239px) {
  .ui-autocomplete {
    width: 100% !important;
    max-width: none !important; } }

.ui-autocomplete .ui-menu-item {
  max-width: none !important; }

.ui-autocomplete .ui-menu-item a {
  padding: 7px 15px;
  cursor: pointer; }

.ui-autocomplete .ui-menu-item a.ui-state-hover#ui-active-menuitem {
  margin: 0;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0;
  border: 0; }

.collapsing-search, .search {
  background-color: #FFFFFF;
  box-shadow: 0 0 0 #000000; }

.collapsing-search .collapsing-search__input, .collapsing-search .search__input, .search .collapsing-search__input, .search .search__input {
  color: #000000;
  background-color: #FFFFFF;
  box-shadow: inset 0 0 0 1000px #FFFFFF; }

.collapsing-search .collapsing-search__input:-webkit-autofill, .collapsing-search .search__input:-webkit-autofill, .search .collapsing-search__input:-webkit-autofill, .search .search__input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #FFFFFF;
  -webkit-text-fill-color: #000000; }

.collapsing-search .collapsing-search__submit, .collapsing-search .search__submit, .search .collapsing-search__submit, .search .search__submit {
  color: #000000;
  background-color: transparent; }

.collapsing-search .collapsing-search__submit:hover, .collapsing-search .search__submit:hover, .search .collapsing-search__submit:hover, .search .search__submit:hover {
  background-color: #0D3E21;
  color: #FFFFFF; }

.collapsing-search .collapsing-search__submit .icon, .collapsing-search .collapsing-search__submit:hover .icon, .collapsing-search .search__submit .icon, .collapsing-search .search__submit:hover .icon, .search .collapsing-search__submit .icon, .search .collapsing-search__submit:hover .icon, .search .search__submit .icon, .search .search__submit:hover .icon {
  color: inherit; }

[data-se~="bgc(search-input-bg)"] {
  background-color: #FFFFFF;
  color: #000000; }

[data-se*="c-bgc-input(search-input-color, search-input-bg)"] {
  color: #000000 !important;
  background-color: #FFFFFF;
  box-shadow: inset 0 0 0 1000px #FFFFFF !important; }

[data-se*="c-bgc-input(search-input-color, search-input-bg)"]:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #FFFFFF !important;
  -webkit-text-fill-color: #000000 !important; }

[data-se*="c-bgc-input(search-input-color, search-input-bg)"]:-moz-placeholder, [data-se*="c-bgc-input(search-input-color, search-input-bg)"]:-ms-input-placeholder, [data-se*="c-bgc-input(search-input-color, search-input-bg)"]::-moz-placeholder, [data-se*="c-bgc-input(search-input-color, search-input-bg)"]::-webkit-input-placeholder {
  opacity: .75; }

[data-se*="c-bgc-input(search-input-color, search-input-bg)"]:focus:-moz-placeholder, [data-se*="c-bgc-input(search-input-color, search-input-bg)"]:focus:-ms-input-placeholder, [data-se*="c-bgc-input(search-input-color, search-input-bg)"]:focus::-moz-placeholder, [data-se*="c-bgc-input(search-input-color, search-input-bg)"]:focus::-webkit-input-placeholder {
  opacity: .5; }

#vol-pop-up-to-modal .modal__title {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px; }

#vol-pop-up-to-modal #vol-modal-qty-discounts-table td {
  padding: 5px;
  text-align: left;
  border: 1px solid #000000;
  white-space: nowrap; }

#vol-pop-up-to-modal .vol-cc-verify-content .btn_close {
  display: none; }

#vol-pop-up-to-modal .vol-free-shipping-icon {
  font-size: 24px;
  line-height: 1;
  margin-right: 5px;
  margin-left: 5px; }

.modal-page-center {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none; }

.modal-page-center .modal-dialog {
  display: table-cell;
  vertical-align: middle;
  pointer-events: none; }

.modal-page-center .modal-content {
  width: inherit;
  height: inherit;
  max-height: 90vh;
  overflow-y: auto;
  margin: 0 auto;
  pointer-events: all; }

.modal, .modal .soft_add_content_area .product-price, .modal .soft_add_content_area a, .modal .soft_add_content_area a:hover, .modal:hover, .soft_add_wrapper, .soft_add_wrapper .soft_add_content_area .product-price, .soft_add_wrapper .soft_add_content_area a, .soft_add_wrapper .soft_add_content_area a:hover, .soft_add_wrapper:hover {
  color: #000000; }

.modal .soft_add_action_area .continue_shopping, .soft_add_wrapper .soft_add_action_area .continue_shopping {
  color: #FFFFFF; }

#ssl__modal {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2; }

#ssl__modal h1, #ssl__modal h2, #ssl__modal h3, #ssl__modal h4, #ssl__modal h5, #ssl__modal h6 {
  color: inherit;
  text-transform: none; }

#ssl__modal a {
  color: blue;
  font-style: italic; }

#ssl__modal .modal-content {
  border-radius: 5px; }

#ssl__modal .modal-header {
  padding: 6px; }

#ssl__modal .volusion_logo a {
  display: block;
  width: 100%;
  height: 100px;
  background-image: url(https://www.volusion.com/a1/i/volusionSSL/SSL_sprite.png);
  background-repeat: no-repeat;
  background-size: contain; }

#ssl__modal .modal-title {
  font-family: inherit;
  color: inherit;
  font-size: 16px;
  font-weight: 600;
  text-transform: none; }

#ssl__modal .domain_name {
  background: #FDFDE3;
  display: block;
  font-weight: 700;
  margin-left: -15px;
  margin-right: -15px;
  padding: 15px; }

#ssl__modal .modal-body {
  display: table; }

#ssl__modal .line {
  display: table-row; }

#ssl__modal .line .info, #ssl__modal .line .label {
  display: table-cell;
  font-family: inherit;
  text-align: left;
  color: inherit;
  font-size: inherit;
  text-transform: capitalize; }

#ssl__modal .line .label {
  font-weight: 600; }

#ssl__modal .fail {
  color: #DD0000; }

#ssl__modal .fail, #ssl__modal .fail > * {
  font-size: 14px !important; }

#ssl__modal .copy_right {
  letter-spacing: -.3px; }

#ssl__modal .modal-dialog {
  z-index: 1050; }

@media (min-width: 768px) {
  #ssl__modal .modal-dialog {
    width: 450px !important; } }

.v65-error-list-container {
  border: 0;
  background-color: #EEEEEE;
  border-radius: 10px;
  color: #333333; }

.v65-error-list-container .v65-error-list-image {
  background: #FFE75C;
  border-top-left-radius: 10px; }

@media (min-width: 768px) {
  .v65-error-list-container .v65-error-list-image {
    text-align: center;
    border-bottom-left-radius: 10px; }
  .v65-error-list-container .v65-error-list-image:before {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }

@media (max-width: 991px) {
  .v65-error-list-container .v65-error-list-image {
    height: 60px;
    padding: 10px 15px;
    border-top-right-radius: 10px;
    left: 0;
    height: 47px;
    width: 100%;
    position: static;
    display: block; } }

.v65-error-list-container .v65-error-list-image:before {
  content: "\e610";
  font-family: button-icons;
  font-size: 40px;
  line-height: 40px; }

.v65-error-list-container ul {
  list-style: none;
  padding-left: 20px; }

@media (max-width: 991px) {
  .v65-error-list-text {
    margin-left: 0;
    height: 100%;
    padding-top: 0; } }

.testimonials {
  margin: 60px 0;
  padding: 50px 20px;
  border: 1px none #ECF0F1;
  background-color: #2F415D;
  text-align: center; }

.testimonials h2 {
  color: #FFFFFF;
  margin: 20px 0 10px;
  font-size: 38px; }

@media (max-width: 991px) {
  .testimonials h2 {
    font-size: 26px; } }

.testimonials .container:not(:last-child) {
  margin-bottom: 50px; }

.testimonials .container > h2, .testimonials .container > p {
  color: #FFFFFF; }

.testimonials .container > p {
  margin-bottom: 20px; }

.testimonial, .testimonials > .container > .row:first-child {
  margin-bottom: 2em; }

.testimonial {
  min-height: 255px;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  border: 1px solid #ECF0F1;
  background-color: #FFFFFF;
  text-align: left; }

@media (min-width: 768px) and (max-width: 991px) {
  .testimonial {
    min-height: 310px; } }

.testimonial .col-sm-5 {
  padding-left: 0; }

.c-lp2 .testimonial img, .testimonial img {
  display: inline-block;
  margin-bottom: 10px; }

.testimonial-left {
  position: relative; }

.testimonial-left h4 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.testimonial-left img.rv-img {
  display: block;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto; }

.testimonial-left p {
  overflow: hidden;
  height: 140px;
  margin-bottom: auto;
  padding-right: 11px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 600; }

.testimonial-right h3 {
  margin-top: 15px;
  margin-bottom: 0;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
  text-align: right; }

@media (max-width: 991px) {
  .testimonial-right img {
    display: block;
    margin-left: auto; } }

.testimonial-gradient {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  background-image: linear-gradient(180deg, transparent, #FFFFFF 46%, #FFFFFF); }

.testimonial-gradient a {
  position: absolute;
  bottom: -6px;
  color: #9C9C9C;
  text-transform: capitalize; }

.t-where {
  margin-bottom: 10px;
  font-size: 13px;
  text-align: right; }

.t-what {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #818181;
  font-size: 12px;
  line-height: 16px;
  text-align: right; }

.fm-reviews {
  padding: 20px;
  border-radius: 10px;
  background-color: #FFFFFF;
  color: #000000; }

.fm-reviews:after {
  content: "";
  display: table;
  width: 100%;
  clear: both; }

.fm-reviews img {
  display: block;
  max-height: 70px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto; }

.fm-reviews div > img {
  margin-bottom: 0; }

@media (max-width: 767px) {
  .fm-reviews > .row > div[class^=col-]:not(:last-child) {
    margin-bottom: 2em; } }

.checklist {
  list-style: none;
  padding: 0;
  margin: 0; }

.checklist li {
  padding: 15px 0 15px 71px;
  background: url(/v/vspfiles/assets/images/homepage/check-green.png) 0 50% no-repeat;
  background-size: 40px;
  font-size: 17px; }

.checklist--sm li {
  padding: 7px 0 7px 38px;
  background-size: 24px;
  font-size: 15px; }

.shoppingcart #v65-cart-coupon-entry-details-input, .shoppingcart #v65-cart-shipping-details input, .shoppingcart #v65-cart-shipping-details select, .shoppingcart input#password, .shoppingcart input.v65-cart-login-input, .shoppingcart input[size], .shoppingcart tr.v65-cart-details-row td input {
  background-color: #FFFFFF !important;
  border: 1px solid #CCCCCC;
  color: #555555;
  font-size: 14px;
  font-family: inherit;
  font-weight: 400;
  border-radius: 0; }

.shoppingcart #v65-cart-coupon-entry-details-input:focus, .shoppingcart #v65-cart-shipping-details input:focus, .shoppingcart #v65-cart-shipping-details select:focus, .shoppingcart input#password:focus, .shoppingcart input.v65-cart-login-input:focus, .shoppingcart input[size]:focus, .shoppingcart tr.v65-cart-details-row td input:focus {
  border-color: #66AFE9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.shoppingcart #v65-cart-coupon-entry-details-input::-webkit-input-placeholder {
  color: #000000;
  font-style: normal;
  font-weight: 400; }

.shoppingcart input#password::-webkit-input-placeholder, .shoppingcart input.v65-cart-login-input::-webkit-input-placeholder, .shoppingcart input[size]::-webkit-input-placeholder {
  color: #000000;
  font-style: normal;
  font-weight: 400; }

.shoppingcart #v65-cart-shipping-details input::-webkit-input-placeholder, .shoppingcart #v65-cart-shipping-details select::-webkit-input-placeholder {
  color: #000000;
  font-style: normal;
  font-weight: 400; }

.shoppingcart tr.v65-cart-details-row td input::-webkit-input-placeholder {
  color: #000000;
  font-style: normal;
  font-weight: 400; }

.shoppingcart #v65-cart-coupon-entry-details-input:-moz-placeholder {
  color: #000000;
  font-style: normal;
  font-weight: 400; }

.shoppingcart input#password:-moz-placeholder, .shoppingcart input.v65-cart-login-input:-moz-placeholder, .shoppingcart input[size]:-moz-placeholder {
  color: #000000;
  font-style: normal;
  font-weight: 400; }

.shoppingcart #v65-cart-shipping-details input:-moz-placeholder, .shoppingcart #v65-cart-shipping-details select:-moz-placeholder {
  color: #000000;
  font-style: normal;
  font-weight: 400; }

.shoppingcart #v65-cart-coupon-entry-details-input::-moz-placeholder, .shoppingcart tr.v65-cart-details-row td input:-moz-placeholder {
  color: #000000;
  font-style: normal;
  font-weight: 400; }

.shoppingcart input#password::-moz-placeholder, .shoppingcart input.v65-cart-login-input::-moz-placeholder, .shoppingcart input[size]::-moz-placeholder {
  color: #000000;
  font-style: normal;
  font-weight: 400; }

.shoppingcart #v65-cart-shipping-details input::-moz-placeholder, .shoppingcart #v65-cart-shipping-details select::-moz-placeholder {
  color: #000000;
  font-style: normal;
  font-weight: 400; }

.shoppingcart tr.v65-cart-details-row td input::-moz-placeholder {
  color: #000000;
  font-style: normal;
  font-weight: 400; }

.shoppingcart #v65-cart-coupon-entry-details-input:-ms-input-placeholder {
  color: #000000;
  font-style: normal;
  font-weight: 400; }

.shoppingcart input#password:-ms-input-placeholder, .shoppingcart input.v65-cart-login-input:-ms-input-placeholder, .shoppingcart input[size]:-ms-input-placeholder {
  color: #000000;
  font-style: normal;
  font-weight: 400; }

.shoppingcart #v65-cart-shipping-details input:-ms-input-placeholder, .shoppingcart #v65-cart-shipping-details select:-ms-input-placeholder {
  color: #000000;
  font-style: normal;
  font-weight: 400; }

.shoppingcart tr.v65-cart-details-row td input:-ms-input-placeholder {
  color: #000000;
  font-style: normal;
  font-weight: 400; }

.shoppingcart .productnamecolorLARGE, .shoppingcart a.productnamecolorLARGE {
  background: transparent;
  border-bottom: 1px solid #EEEEEE;
  color: inherit;
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  line-height: 40px; }

.shoppingcart .v65-productDisplay td {
  text-align: center; }

.shoppingcart .productnamecolorLARGE, .shoppingcart a.productnamecolorLARGE {
  display: block; }

.shoppingcart a.productnamecolor, .shoppingcart table.v65-productDisplay .productnamecolor {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.428571429;
  color: #000000;
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: top; }

.shoppingcart a.productnamecolor:hover, .shoppingcart table.v65-productDisplay .productnamecolor:hover {
  color: #000000; }

.shoppingcart table.v65-productDisplay font.pricecolor.colors_productprice, .shoppingcart table.v65-productDisplay font.pricecolor.colors_productprice b {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  vertical-align: top;
  margin-top: 0; }

.shoppingcart #content_area font.carttext.colors_text, .shoppingcart #content_area font.carttext.colors_text b, .shoppingcart #content_area font.carttext.colors_text b.cart-item-name {
  font-size: 14px;
  font-weight: 400;
  color: #000000; }

.shoppingcart #content_area font.carttext.colors_text b.cart-item-name:hover {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  text-decoration: underline; }

.shoppingcart #content_area table[width$="%"] input#ShipState, .shoppingcart #content_area table[width$="%"] input.v65-productdetail-cartqty, .shoppingcart #content_area table[width$="%"] input:not([type=radio]):not([type=checkbox]):not([type=image]):not([class*=btn]), .shoppingcart #content_area table[width$="%"] input[id^=Quantity], .shoppingcart #content_area table[width$="%"] input[value=""], .shoppingcart #content_area table[width] input[type=password], .shoppingcart #content_area table[width] input[value=""], .shoppingcart #content_area table[width] select, .shoppingcart #content_area table[width] textarea[cols="45"] {
  min-width: 50px;
  height: auto;
  padding: 5px 12px;
  margin: 3px 0;
  min-height: 25px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  text-align: left;
  background-color: #FFFFFF;
  background-image: none;
  border-radius: 0;
  border: 1px solid #CCCCCC;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; }

.shoppingcart #content_area table[width$="%"] input[id^=Quantity] {
  text-align: center; }

.shoppingcart #content_area table#v65-cart-checkout-table tr td, .shoppingcart #content_area table#v65-checkout-form-table tr td {
  color: #000000;
  font-size: 12px; }

.shoppingcart #content_area table#v65-cart-checkout-table a[href="login_sendpass.asp"] {
  color: #000000;
  font-size: 10px !important; }

.shoppingcart #content_area table.v65-productDisplay .product_dealprice, .shoppingcart #content_area table.v65-productDisplay .product_dealprice span, .shoppingcart #content_area table.v65-productDisplay .product_saleprice, .shoppingcart #content_area table.v65-productDisplay .product_saleprice span {
  font-size: 16px;
  font-weight: 700;
  color: #B23331; }

.shoppingcart #content_area table.v65-productDisplay .product_setupcost, .shoppingcart #content_area table.v65-productDisplay .product_setupcost span, .shoppingcart #content_area table.v65-productDisplay font.pricecolor.colors_productprice, .shoppingcart #content_area table.v65-productDisplay font.pricecolor.colors_productprice b {
  font-size: 16px;
  font-weight: 400;
  color: #000000; }

.shoppingcart #content_area input.btn_checkout_guest {
  margin: 20px 0 0; }

.shoppingcart #content_area td[align=center] table[align=center], .shoppingcart #content_area td[align=center] table[align=center] + table {
  text-align: left; }

@media (min-width: 768px) {
  .shoppingcart #content_area #cart-top-rule, .shoppingcart #content_area .v65-divider-hr-cell {
    border-top: 1px solid #EEEEEE !important; } }

[src*="v/vspfiles/templates/248/images/cart/cart_tl_cap.gif"], img[src*="v/vspfiles/templates/248/images/cart/cart_tr_cap.gif"] {
  display: none; }

#v65-cart-shipping-details-text > div {
  white-space: normal !important; }

#v65-cart-shipping-details-container {
  background: transparent;
  border: none;
  padding-right: 0;
  padding-left: 0; }

#v65-cart-shipping-details-label.v65-cart-left-label {
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 5px;
  border-bottom: none;
  text-indent: 13px;
  padding-bottom: 5px;
  font-weight: 700; }

#v65-cart-shipping-details-label br {
  display: none; }

#v65-cart-shipping-details > td {
  padding: 0; }

#v65-cart-shipping-details-label.v65-cart-left-label small {
  color: #000000;
  text-transform: none;
  font-size: 12px;
  font-weight: 400; }

#v65-cart-shipping-details-container #v65-cart-shipping-details td {
  color: #000000 !important;
  font-weight: 700 !important; }

#v65-cart-shipping-details-container #v65-cart-shipping-details td#v65-cart-shipping-addresstype {
  font-weight: 400 !important; }

#v65-cart-shipping-details-container #v65-cart-shipping-details a span {
  color: #000000 !important; }

#v65-cart-shipping-details-container #v65-cart-shipping-details > tbody > tr > td:first-child {
  padding-left: 15px; }

#v65-cart-shipping-details-container #v65-cart-shipping-details td#v65-cart-shippingoptionsbuttoncell {
  padding-left: 0; }

#v65-cart-shipping-details-container #v65-cart-shipping-details div[align=right] {
  text-align: left; }

#v65-cart-shipping-details-container #v65-cart-shipping-details div[align=right] img[width="5"] {
  display: none; }

#v65-cart-shipping-details input[type=radio] {
  margin: 5px; }

#v65-cart-empty-details-cell {
  padding: 10px 0 0 !important; }

#v65-cart-empty-details-cell span + span a {
  font-size: 14px;
  white-space: nowrap; }

#v65-cart-empty-details-cell #v65-cart-coupon-entry-details-div, #v65-cart-empty-details-cell #v65-cart-shipping-details-text, #v65-cart-empty-details-cell > span:first-child {
  font-size: 14px;
  font-weight: 400;
  color: #000000; }

#v65-empty-cart-row + tr.v65-divider-hr-row .v65-divider-hr-cell {
  border-top: none; }

#v65-cart-shipping-details-container #v65-cart-shipping-details span {
  color: #000000 !important;
  font-weight: 700 !important; }

#cart-header font {
  color: #000000 !important;
  font-size: 12px;
  line-height: 1.428571429;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 5px;
  display: block; }

#v65-cart-table {
  border-spacing: 0; }

#v65-cart-table .v65-cart-giftcert-details-row td[width="135"] div {
  padding: 0;
  margin: 0; }

#v65-cart-table > tbody > tr.v65-cart-details-row > td {
  background-color: transparent; }

#v65-cart-table .v65-item-zebra {
  background-color: #EEEEEE; }

#v65-cart-table > tbody > tr.v65-cart-details-row td[width="5"] {
  display: none; }

.v65-cart-tax-row b {
  color: #000000;
  display: block;
  margin-top: 10px;
  white-space: nowrap; }

.v65-cart-tax-row > .v65-cart-details-cell.v65-cart-details-lastcell, .v65-cart-tax-row > .v65-cart-tax-blank {
  display: none; }

.v65-cart-tax-parent-cell b {
  color: #000000;
  display: block;
  margin-top: 10px; }

.v65-cart-total-estimate-row td[colspan="4"] div[align=right] b {
  color: #000000;
  font-size: 18px;
  display: block;
  margin-top: 10px;
  white-space: nowrap; }

.v65-cart-total-estimate-row td#v65-cart-total-estimate-parent-cell b {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px; }

.v65-cart-total-estimate-row > .v65-cart-details-blank, .v65-cart-total-estimate-row > .v65-cart-details-cell.v65-cart-details-lastcell {
  display: none; }

.v65-your-cart-title {
  font-size: 36px;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
  text-indent: 0;
  margin-left: 0; }

.v65-cart-giftcert-details-row > td {
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: none !important; }

.btn_recalculate__span #btnRecalculate {
  margin: 0; }

@media (min-width: 768px) {
  #v65-cart-table > tbody > tr, #v65-cart-table > tbody > tr#cart-header, #v65-cart-table > tbody > tr#v65-cart-footer-row, #v65-cart-table > tbody > tr.v65-cart-details-separator, #v65-cart-table > tbody > tr.v65-cart-giftcert-details-row, #v65-cart-table > tbody > tr.v65-cart-tax-row, #v65-cart-table > tbody > tr.v65-cart-total-estimate-row, #v65-cart-table > tbody > tr.v65-cart-total-estimate-row + tr, #v65-cart-table > tbody > tr.v65-divider-hr-row, #v65-cart-table > tbody > tr:first-child, #v65-cart-table > tbody tr {
    overflow: visible;
    display: table-row !important;
    border: 0; }
  #v65-cart-table > tbody > tr.v65-cart-tax-row td, #v65-cart-table > tbody > tr.v65-cart-total-estimate-row td {
    text-align: right; }
  #v65-cart-table > tbody > tr#v65-empty-cart-row {
    overflow: visible;
    display: table-row !important;
    border: 0; }
  #v65-cart-table > tbody td {
    display: table-cell !important;
    width: auto !important; }
  #v65-cart-table > tbody > tr.v65-cart-details-row td {
    display: table-cell;
    text-align: center !important; }
  #v65-cart-table > tbody > tr.v65-cart-details-row td.v65-cart-detail-productimage + td.v65-cart-details-text {
    text-align: left !important; }
  #v65-cart-table #cart-header {
    overflow: visible;
    display: table-row !important;
    border: 0; }
  #v65-cart-table td[width="70"] div:after, #v65-cart-table td[width="70"] div:before, #v65-cart-table td[width="135"] div:before {
    content: ""; }
  #v65-cart-table td.v65-cart-details-text {
    text-align: left !important; }
  #v65-cart-table td[valign=middle].v65-cart-details-text {
    text-align: center !important; }
  #v65-cart-table table[width="145"] {
    width: 145px;
    margin: 0 auto; }
  #v65-cart-table table[width="135"] {
    width: 135px; }
  #v65-cart-table table[width="75"] {
    width: 75px;
    margin: 0 auto; }
  #v65-cart-table td[width="70"] {
    width: 70px;
    margin: 0 auto; }
  #v65-cart-table td[width="0"] {
    display: table-cell !important;
    background-color: transparent; }
  #v65-cart-checkout-parent {
    display: table;
    text-align: right; }
  #v65-cart-shipping-details-container {
    display: table-cell; }
  #v65-cart-coupon-entry-details-button {
    display: inline-block; }
  #v65-coupon-table-row td {
    display: inline-block;
    width: auto;
    clear: both; }
  #v65-cart-shipping-details td {
    display: table-cell;
    width: auto !important;
    text-align: left; }
  #v65-cart-shipping-details td input[type=text], #v65-cart-shipping-details td select {
    width: auto;
    display: inline-block; }
  .v65-cart-item-remove-cell.v65-cart-details-text {
    border: none; }
  .v65-cart-item-remove-cell.v65-cart-details-text .v65-cart-item-remove-link:after {
    content: "";
    padding: 0; }
  .v65-cart-detail-productimage img {
    max-width: 100px;
    margin-top: 0; }
  .v65-cart-giftcert-details-row > td {
    border-top-width: 1px;
    border-top-style: solid; }
  .v65-cart-details-row #content_area #v65-cart-table > tbody > tr.v65-cart-total-estimate-row, .v65-cart-details-separator {
    overflow: visible;
    display: table-row !important;
    border: 0; } }

@media (max-width: 991px) {
  .shoppingcart #content_area select {
    height: 30px;
    line-height: 30px; }
  .shoppingcart #content_area input.btn_checkout_guest {
    display: block;
    width: 100%;
    max-width: 290px;
    margin: 20px auto 0;
    padding-left: 0;
    padding-right: 0; }
  .shoppingcart #content_area .v65-productDisplay, .shoppingcart #content_area font.productnamecolorLARGE.colors_productname, img[src*="/images/cart/cart_t"] {
    display: none; }
  #v65-cart-empty-details-cell {
    display: none !important; }
  #v65-cart-empty-details-cell, td.v65-divider-hr-cell {
    border-top: none; }
  .v65-cart-tax-row {
    float: left;
    width: 100%; }
  .v65-cart-tax-row > td {
    float: left;
    width: 50%;
    padding-top: 5px;
    padding-bottom: 5px; }
  .v65-cart-tax-row > td[colspan="4"] {
    min-width: 100px; }
  .v65-cart-tax-row > td[colspan="4"] div {
    text-align: left; }
  .v65-cart-tax-row > td:first-child {
    display: none; }
  .v65-cart-total-estimate-row {
    float: left;
    width: 100%; }
  .v65-cart-total-estimate-row > #v65-cart-show-giftoptions-cell, .v65-cart-total-estimate-row > .colors_lines, .v65-cart-total-estimate-row > .v65-cart-details-cell.v65-cart-details-blank, .v65-cart-total-estimate-row > .v65-cart-details-cell.v65-cart-details-firstcell {
    display: none; }
  .v65-cart-total-estimate-row > td {
    float: left;
    width: 50%;
    padding-top: 5px;
    padding-bottom: 5px; }
  .v65-cart-total-estimate-row > td[colspan="4"] {
    min-width: 100px; }
  .v65-cart-total-estimate-row > td[colspan="4"] div {
    text-align: left; }
  #v65-cart-table > tbody > tr {
    overflow: visible;
    display: block;
    border: 0; }
  #v65-cart-table > tbody > tr.v65-cart-total-estimate-row td.v65-cart-details-blank {
    display: none; }
  #v65-cart-table > tbody > tr.v65-cart-total-estimate-row td[width="0"] {
    display: none;
    background-color: #EEEEEE !important; }
  #v65-cart-table > tbody > tr.v65-cart-tax-row td[width="0"] {
    background-color: #EEEEEE !important; }
  #v65-cart-table > tbody > tr.v65-cart-tax-row, #v65-cart-table > tbody > tr.v65-cart-total-estimate-row {
    border-left: 1px solid #EEEEEE !important;
    border-right: 1px solid #EEEEEE !important; }
  #v65-cart-table > tbody > tr.v65-cart-total-estimate-row {
    border-bottom: 1px solid #EEEEEE !important; }
  #v65-cart-table > tbody > tr.v65-cart-tax-row {
    border-top: 1px solid #EEEEEE !important; }
  #v65-cart-table > tbody > tr.v65-cart-tax-row, #v65-cart-table > tbody > tr.v65-cart-total-estimate-row {
    background-color: #EEEEEE !important;
    padding-left: 10px; }
  #v65-cart-table table {
    display: table;
    width: 100%; }
  #v65-cart-table > tbody > tr.v65-cart-details-row td {
    display: block;
    text-align: center !important;
    width: 100%; }
  #v65-cart-table > tbody > tr.v65-cart-details-row td.v65-cart-detail-productimage + td.v65-cart-details-text {
    text-align: left !important; }
  #v65-cart-table #cart-header {
    display: none; }
  #v65-cart-table td input {
    margin: 0; }
  #v65-cart-table td[width="70"] div, #v65-cart-table td[width="135"] div {
    padding: 0 8px;
    position: relative;
    margin: 5px 0; }
  #v65-cart-table td[width="70"] div:after, #v65-cart-table td[width="70"] div:before {
    position: absolute;
    top: 0;
    font-size: 14px;
    left: -120px;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #000000; }
  #v65-cart-table td[width="135"] div:before {
    position: absolute;
    top: 0;
    font-size: 14px;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #000000; }
  #v65-cart-table td[width="70"] div:before {
    content: "Each: "; }
  #v65-cart-table .v65-cart-details-row td:nth-child(8) center {
    position: relative; }
  #v65-cart-table .v65-cart-details-row td:nth-child(8) center:before {
    content: "Qty: ";
    position: absolute;
    left: calc(50% - 70px);
    font-size: 14px; }
  #v65-cart-table td[width="135"] div:before {
    content: "Total: ";
    left: -120px; }
  #v65-cart-table .v65-cart-giftcert-total td[width="135"] div:before {
    content: ""; }
  #v65-cart-table td input#v65-cart-coupon-entry-details-input {
    margin: 10px auto; }
  #v65-cart-table #v65-cart-coupon-entry-details-button, #v65-cart-table #v65-cart-empty-details-cell, #v65-cart-table #v65-cart-shipping-details-text {
    display: block;
    margin: 0 auto;
    text-align: center; }
  td.v65-cart-detail-productimage img {
    max-width: 100px;
    margin-top: 15px; }
  #v65-cart-shipping-details-text, .v65-cart-details-row:not(.v65-divider-hr-row) > td:last-child {
    border-bottom: 1px solid #EEEEEE; }
  .v65-cart-item-remove-cell.v65-cart-details-text .v65-cart-item-remove-link:after {
    content: "Remove this item";
    padding-left: 5px; }
  #v65-cart-coupon-entry-details-div {
    text-align: center !important; }
  #v65-cart-shipping-details-text div {
    padding-right: 0 !important;
    white-space: normal !important;
    padding-top: 20px; }
  #v65-coupon-table-row td {
    display: block;
    width: 100%;
    clear: both; }
  #v65-cart-shipping-details select {
    width: 100% !important; }
  #v65-cart-shipping-details-container #v65-cart-shipping-details > tbody > tr > td:first-child {
    padding-left: 5px;
    padding-bottom: 0;
    margin-top: 10px; }
  #v65-cart-shipping-details-container {
    display: block; }
  #v65-cart-shipping-details-label.v65-cart-left-label {
    text-indent: 5px; }
  #v65-cart-shipping-details td {
    display: block;
    width: 100% !important; }
  #v65-cart-show-giftoptions-cell {
    display: block; }
  .btn_recalculate__span {
    margin-bottom: 20px; }
  .v65-cart-giftcert-details-row {
    box-shadow: inset 0 -1px 0 #EEEEEE; }
  .v65-cart-giftcert-details-row > td {
    border-bottom-width: 0;
    display: inline-block;
    width: 50%; }
  .v65-cart-giftcert-details-row > td.colors_lines, .v65-cart-giftcert-details-row > td.v65-cart-details-firstcell, .v65-cart-giftcert-details-row > td.v65-cart-details-lastcell, .v65-cart-giftcert-details-row > td.v65-cart-item-remove-cell {
    display: none; }
  .v65-cart-giftcert-details-row > td[align=center] {
    margin-left: -4px; } }

.cartDiv, .cartDiv2 {
  display: inline; }

.soft_add_content_shadow {
  width: auto;
  max-height: 500px;
  padding: 35px 0 0;
  overflow-y: auto;
  background: #FFFFFF;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 5px; }

.soft_add_header {
  width: auto;
  padding: 0;
  border: 0;
  background: #FFFFFF; }

.soft_add_header_shadow {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%; }

.soft_add_header .soft_add_span {
  font-size: 0; }

.soft_add_header .soft_add_span:before {
  content: "Items in Cart";
  display: inline-block;
  margin-left: -25px;
  padding-top: 7px;
  left: 0;
  font-size: 16px; }

.soft_add_content_area {
  padding: 15px;
  width: auto;
  max-height: 250px;
  overflow: auto;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  background: none; }

.soft_add_content_wrapper {
  padding: 0;
  width: auto;
  border: none;
  background: none; }

.soft_add_wrapper {
  position: fixed;
  min-width: 265px;
  max-width: calc(100% - 30px);
  max-height: 400px !important;
  z-index: 1100;
  top: 50% !important;
  left: 0 !important;
  right: 0 !important;
  bottom: auto !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto !important;
  padding: 0;
  line-height: normal;
  font-family: inherit;
  color: #000000; }

@media (min-width: 768px) {
  .soft_add_wrapper {
    max-width: 400px; } }

@media (min-width: 992px) {
  .soft_add_wrapper {
    top: 15% !important;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.soft_add_wrapper .cart_table .icon {
  width: auto;
  height: auto; }

.soft_add_wrapper ul.anchored-cart {
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  border-collapse: collapse; }

.soft_add_wrapper li {
  display: table-row;
  width: auto;
  margin: 0;
  overflow: hidden;
  vertical-align: middle;
  text-align: left; }

.soft_add_wrapper li.product-row:not(:last-child) {
  border-bottom: 1px solid #EEEEEE; }

.soft_add_wrapper li img {
  max-width: 55px !important; }

.soft_add_wrapper li.recently-added {
  -webkit-animation-name: recently-added-fadeout;
  animation-name: recently-added-fadeout;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  background-color: rgba(237, 237, 237, 0); }

.soft_add_wrapper li div {
  font-size: 12px;
  width: 100%; }

.soft_add_wrapper .product-row * {
  font-size: 14px;
  line-height: 1.428571429; }

.soft_add_wrapper .product-image {
  display: table-cell;
  width: 55px;
  padding: 10px 4px 10px 10px; }

.soft_add_wrapper .product-detail {
  display: table-cell;
  padding: 10px 5px;
  vertical-align: top; }

.soft_add_wrapper .product-name {
  display: block; }

.soft_add_wrapper .product-name a {
  color: #000000;
  font-weight: 700;
  word-break: break-word; }

.soft_add_wrapper .product-options a {
  color: #000000;
  font-weight: 400;
  word-break: break-all;
  pointer-events: none; }

.soft_add_wrapper .product-qty {
  display: block;
  color: #000000; }

.soft_add_wrapper .product-qty .quantity_text {
  display: block;
  color: #000000;
  display: inline; }

.soft_add_wrapper .product-price {
  display: table-cell;
  padding: 8px 8px 10px 0;
  vertical-align: middle;
  text-align: right;
  color: #000000; }

.soft_add_wrapper .product-remove {
  display: table-cell;
  vertical-align: middle;
  padding-right: 5px; }

.soft_add_wrapper .product-remove .aremove {
  background: none;
  margin-left: 15px;
  font-size: 0;
  text-indent: unset;
  color: #000000; }

.soft_add_wrapper .product-remove .aremove:before {
  display: table-cell;
  content: "\e601";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-transform: none;
  line-height: 1;
  font-variant: normal normal; }

.soft_add_wrapper .soft_add_sub_total, .soft_add_wrapper .sub_total {
  font-size: 14px; }

.soft_add_wrapper .soft_add_sub_total {
  padding: 4px 20px 0;
  height: 24px;
  background: none; }

.soft_add_wrapper .sub_total, .soft_add_wrapper span.sub_total_amount {
  color: #000000; }

.soft_add_wrapper .soft_add_action_area {
  clear: both;
  height: auto;
  overflow: hidden;
  padding: 15px;
  position: relative;
  border-top: none;
  background: none; }

.soft_add_wrapper .check_out, .soft_add_wrapper .continue_shopping {
  position: static;
  display: block;
  width: 70%;
  float: none;
  height: 45px;
  margin: 0 auto 15px;
  padding: 1px 20px 0;
  border: 1px solid #000000;
  border-radius: 0;
  line-height: 43px;
  font-size: 18px;
  font-weight: 400;
  background: #000000;
  color: #FFFFFF;
  text-align: center;
  text-indent: 0;
  text-decoration: none; }

.soft_add_wrapper .check_out:hover {
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF;
  text-decoration: none; }

.soft_add_wrapper .continue_shopping {
  padding: 0 10px;
  background: #666666;
  border-color: #666666;
  text-transform: capitalize; }

.soft_add_wrapper .continue_shopping:hover {
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #4D4D4D;
  border-color: #474747; }

.soft_add_wrapper .close_btn {
  background: none;
  z-index: 200;
  text-indent: 0;
  font-size: 0;
  top: 13px;
  right: 15px;
  color: red; }

.soft_add_wrapper .close_btn:hover {
  color: #000000; }

.soft_add_wrapper .close_btn:before {
  content: "\e609";
  display: inline-block;
  font-size: 12px;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1; }

.ie8 .soft_add_wrapper {
  border: 1px solid #EEEEEE; }

@keyframes recently-added-fadeout {
  0% {
    background-color: rgba(0, 0, 0, 0.1); }
  80% {
    background-color: rgba(0, 0, 0, 0.1); }
  to {
    background-color: transparent; } }

.category #divWaitModal + table > tbody > tr:first-child {
  padding-left: 0; }

.category #divWaitModal + table > tbody > tr:first-child a, .category #divWaitModal + table > tbody > tr:first-child b {
  color: #000000;
  font-size: 12px;
  font-weight: 400; }

.category #divWaitModal + table > tbody > tr:first-child a:hover {
  color: #000000; }

.category #divWaitModal + table > tbody > tr:first-child a:last-child {
  color: #777777; }

.category #divWaitModal + table > tbody > tr:first-child a:last-child:hover {
  color: #000000; }

.category #divWaitModal + table > tbody > tr > td > table {
  margin-bottom: 15px; }

.category #divWaitModal ~ table:last-child > tbody > tr, .category #divWaitModal ~ table:last-child > tbody > tr > td {
  display: block; }

.category #divWaitModal ~ table:last-child .vp-sc-thumbs {
  text-align: left; }

.category #divWaitModal ~ table:last-child .vp-sc-thumbs .vp-sc-thumbs__title a {
  font-size: 18px;
  color: #2B2F35; }

.category #divWaitModal ~ table:last-child .vp-sc-thumbs .vp-sc-thumbs__title a:hover {
  color: #000000; }

.category #MainForm > input[name=Cat] + table td[valign=bottom][rowspan="2"] {
  vertical-align: top;
  padding-top: 5px; }

.category #MainForm > input[name=Cat] + table > tbody > tr > td {
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 768px) {
  .category #MainForm > input[name=Cat] + table > tbody > tr > td > table > tbody > tr:first-child > td {
    float: left;
    width: 50%; } }

@media (max-width: 991px) {
  .category #MainForm > input[name=Cat] + table > tbody > tr > td {
    display: block;
    margin-bottom: 15px;
    text-align: left; } }

.category #MainForm > input[name=Cat] + table td[align=right], .category #MainForm > input[name=Cat] + table td[valign=bottom][rowspan="2"] {
  padding-left: 0;
  padding-right: 0; }

@media (max-width: 991px) {
  .category #MainForm > input[name=Cat] + table td[align=right], .category #MainForm > input[name=Cat] + table td[valign=bottom][rowspan="2"] {
    display: block;
    margin-bottom: 15px;
    text-align: left; } }

@media (max-width: 1239px) {
  .category #MainForm > input[name=Cat] + table table[width="250"] td:nth-child(2) nobr {
    white-space: normal; } }

.category #MainForm.search_results_section > input[name=Cat] + table > tbody > tr > td > table, .category #MainForm.search_results_section > input[name=Cat] + table > tbody > tr > td > table > tbody, .category #MainForm.search_results_section > input[name=Cat] + table > tbody > tr > td > table > tbody > tr {
  display: block;
  width: 100%;
  float: left; }

.category #MainForm.search_results_section > input[name=Cat] + table > tbody > tr > td > table > tbody > tr:first-child > td {
  float: left;
  width: 50%; }

.category #MainForm.search_results_section > input[name=Cat] + table > tbody > tr > td > table > tbody > tr > td {
  display: block;
  width: 100%;
  float: left; }

.category #MainForm.search_results_section > input[name=Cat] + table > tbody > tr > td > table + table {
  display: none; }

.category #MainForm.search_results_section > input[name=Cat] + table table[width="250"] {
  width: 100%; }

.category #MainForm.search_results_section > input[name=Cat] + table table[width="250"] td[width="2"], .category #MainForm.search_results_section > input[name=Cat] + table table[width="250"] td[width="3"] {
  display: none !important; }

.category #MainForm.search_results_section > input[name=Cat] + table table[width="250"] td:nth-child(2) {
  display: block;
  width: 100%;
  float: left; }

.category #MainForm.search_results_section > input[name=Cat] + table table[width="250"] td:nth-child(4), .category #MainForm.search_results_section > input[name=Cat] + table table[width="250"] td:nth-child(6) {
  display: block;
  width: auto;
  float: left;
  line-height: 50px; }

.category #MainForm.search_results_section > input[name=Cat] + table table[width="250"] td:nth-child(4)[width="65"] {
  display: none !important; }

.category #additionalsearch {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 5px;
  vertical-align: middle; }

.category table.colors_backgroundlight {
  background: #000000;
  padding: 8px 0;
  height: 24px;
  width: 100%;
  border-collapse: separate;
  margin-bottom: 10px; }

.category table.colors_backgroundlight > tbody > tr > td > img {
  display: none; }

.category table.colors_backgroundlight > tbody > tr > td:first-child b {
  display: block;
  color: #FFFFFF;
  font-family: inherit;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  text-indent: 15px; }

.category table.colors_backgroundlight + table {
  border-collapse: separate;
  padding: 10px 15px; }

.category table.colors_backgroundlight + table table {
  border-spacing: 0; }

.category table.colors_backgroundlight + table td {
  padding: 0; }

.category table[cellpadding="3"] td[align=right] .btn {
  margin: 5px; }

.category table[width="250"] {
  width: auto; }

@media (max-width: 1239px) {
  .category table[width="250"] td {
    width: auto;
    display: inline-block !important; } }

.category img[src$="nophoto.gif"], .category img[src*="/v/vspfiles/photos/"], .category td[align=center][colspan] img[src*="/v/vspfiles/photos/categories/"] {
  display: block;
  max-width: 100%;
  height: auto; }

.category font[face=Arial] {
  font-family: inherit; }

.category a.productnamecolor.colors_productname + img {
  display: none; }

.category .v65-productDisplay {
  table-layout: fixed;
  margin-top: 20px; }

.category .v-product-grid .qv-product-link {
  height: auto; }

.category .container--content input, .category .container--content select, .category .container--content textarea {
  font-size: 13px; }

.category .colors_lines_light, .category .colors_lines_light + .colors_backgroundneutral {
  display: none; }

.category .colors_backgroundneutral {
  background: none; }

@media (max-width: 575px) {
  .category .colors_backgroundneutral > table.colors_backgroundlight + table table tbody {
    -webkit-column-count: 1;
    column-count: 1; } }

.category #content_area table[width="100%"][border="0"][cellspacing="0"][cellpadding="8"] table[width="100%"][border="0"][cellspacing="0"][cellpadding="0"] td[rowspan="1"], .category #content_area table[width="100%"][border="0"][cellspacing="0"][cellpadding="8"] table[width="100%"][border="0"][cellspacing="0"][cellpadding="0"] tr img[src*="/images/clear1x1.gif"] {
  display: none; }

.category #content_area table[width="100%"][border="0"][cellspacing="0"][cellpadding="8"] table[width="100%"][border="0"][cellspacing="0"][cellpadding="0"] td[colspan="1"][align=center] {
  padding: 0 8px; }

@media (max-width: 991px) {
  .category #content_area table[width="100%"][border="0"][cellspacing="0"][cellpadding="8"] table[width="100%"][border="0"][cellspacing="0"][cellpadding="0"] td[colspan="1"][align=center] {
    display: block;
    width: 100vw;
    max-width: calc(100vw - 45px);
    padding: 0; } }

.category #content_area table[width="100%"][border="0"][cellspacing="0"][cellpadding="8"] table[width="100%"][border="0"][cellspacing="0"][cellpadding="0"] td[colspan="1"][align=center]:first-child {
  padding-left: 0; }

.category #content_area table[width="100%"][border="0"][cellspacing="0"][cellpadding="8"] table[width="100%"][border="0"][cellspacing="0"][cellpadding="0"] td[colspan="1"][align=center]:last-child {
  padding-right: 0; }

.category.lt-ie10 #MainForm.search_results_section > input[name=Cat] + table table[width="250"], .category.lt-ie10 #MainForm.search_results_section > input[name=Cat] + table table[width="250"] tbody, .category.lt-ie10 #MainForm.search_results_section > input[name=Cat] + table table[width="250"] tr {
  display: block;
  width: 100%; }

@media (min-width: 576px) and (max-width: 991px) {
  .category td.colors_backgroundneutral > table.colors_backgroundlight + table table tbody {
    -webkit-column-count: 2;
    column-count: 2; }
  .category.lt-ie10 td.colors_backgroundneutral > table.colors_backgroundlight + table table tr {
    width: 50%; } }

@media (max-width: 991px) {
  .category #MainForm > table td[valign=bottom][rowspan="2"] td {
    display: block;
    width: auto; }
  .category #MainForm > table td[valign=bottom][rowspan="2"] td:nth-child(n+4) {
    display: inline-block;
    width: auto; }
  .category #MainForm > input[name=Cat] + table > tbody > tr > td, .category #MainForm > input[name=Cat] + table td[align=right], .category #MainForm > input[name=Cat] + table td[valign=bottom][rowspan="2"] {
    display: block;
    text-align: left;
    margin-bottom: 15px; }
  .category td.colors_backgroundneutral > table.colors_backgroundlight + table table tbody, .category td.colors_backgroundneutral > table.colors_backgroundlight + table table td, .category td.colors_backgroundneutral > table.colors_backgroundlight + table table tr {
    display: block; }
  .category td.colors_backgroundneutral > table.colors_backgroundlight + table table tr {
    display: block;
    float: left; }
  .category td.colors_backgroundneutral > table.colors_backgroundlight + table table td {
    float: left;
    width: 100%; }
  .category #MainForm.search_results_section > input[name=Cat] + table > tbody > tr > td > table > tbody > tr:first-child > td {
    text-align: left; } }

@media (max-width: 575px) {
  .category .v65-productDisplay {
    width: 100%;
    table-layout: fixed; }
  .category td[background*="/v/vspfiles/templates/have_hold_r/images/Grid_Divider_Vertical.gif"] {
    padding: 0 10px; }
  .category table.colors_backgroundlight + table td {
    display: block; }
  .category #MainForm.search_results_section > input[name=Cat] + table table[width="250"] select {
    max-width: 260px; } }

@-moz-document url-prefix() {
  .category #content_area table {
    table-layout: fixed; } }

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .category .vp-sc-thumbs__list .vp-sc-thumbs__img .vp-sc-thumbs__img-link {
    display: inline-block;
    max-width: 100%; } }

.results_per_page_select, .sortby_select {
  display: inline-block !important; }

.results_per_page_select + nobr {
  display: none; }

.search_results_section {
  margin-top: 20px; }

@media (max-width: 1239px) {
  .search_results_section .sortby_select {
    display: inline-block !important; }
  .search_results_section table[width="250"] td[width] {
    display: block;
    width: 100%; }
  .search_results_section table[width="250"] td[width="3"] {
    display: none; }
  .search_results_section table[width="250"] td[width="180"] + td[width="3"] + td[width="180"], .search_results_section table[width="250"] td[width="180"] + td[width="3"] + td[width="180"] + td[width="3"] + td[width="65"] {
    display: inline-block;
    width: auto; }
  .search_results_section table[width="250"] td[width="180"] + td[width="3"] + td[width="180"] + td[width="3"] + td[width="65"] input {
    margin-left: 5px; }
  .search_results_section table[width="250"] td[width="2"] + td[width="180"] + td[width="3"] + td[width="65"] {
    display: inline-block;
    width: auto; } }

.search_results_section .results_per_page_select + nobr input[onkeydown^="return OnKeyDownPageInputBox"] {
  text-align: center;
  padding: 5px; }

.vol-list-grid {
  margin: 0 0 15px 20px;
  display: inline-block;
  display: none; }

@media (max-width: 575px) {
  .vol-list-grid {
    display: none; } }

.vol-list-grid-toggle {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin: 5px;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  outline: none; }

.vol-list-grid-toggle .grid-toggle__icon {
  fill: #000000; }

.vol-list-grid-toggle.vol-active, .vol-list-grid-toggle:hover {
  background-color: #2B2F35; }

.vol-list-grid-toggle.vol-active .grid-toggle__icon, .vol-list-grid-toggle:hover .grid-toggle__icon {
  opacity: 1;
  fill: #FFFFFF; }

.vol-list-grid.vol-hide {
  display: none; }

.grid-toggle__icon {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  margin-right: auto;
  margin-left: auto;
  opacity: .25; }

#SortBy {
  margin-left: 5px; }

@media (max-width: 991px) {
  div[id^=VCompare], div[id^=VCompareOverlay] {
    display: none !important; } }

#VCompareOverlayBox .VCompareOverlayTable {
  border: 0; }

#VCompareOverlayXDiv {
  box-sizing: content-box; }

.v-product-grid .v-product {
  position: relative;
  text-align: left;
  border-bottom: 1px solid transparent; }

@media (min-width: 576px) {
  .v-product-grid .v-product {
    padding: 30px; } }

@media (max-width: 575px) {
  .v-product-grid .v-product {
    margin-left: 0;
    text-align: center; } }

.v-product-grid .v-product__img {
  position: relative; }

.v-product-grid .v-product__img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto; }

.v-product-grid .v-product__title {
  font-size: 18px;
  line-height: 1.42857143;
  font-weight: 700;
  color: #000000;
  margin: 5px 0; }

.v-product-grid .v-product__title:hover {
  color: #B23331; }

.v-product-grid .v-product__title + div {
  margin-bottom: 5px; }

.v-product-grid .v-product__desc {
  font-size: 12px;
  word-wrap: break-word; }

.v-product-grid .v-product__desc ~ b {
  display: block; }

.v-product-grid .v-product__free-shipping {
  display: block;
  transition: all .5s ease;
  margin: 8px 0 0; }

.v-product-grid .v-product .product_productprice b {
  font-size: 16px;
  color: #777777;
  font-weight: 700; }

.category[data-grid-type=list] .v-product-grid .v-product .product_productprice b {
  font-size: 18px; }

.v-product-grid .v-product .product_productprice font {
  font-weight: 400; }

.v-product-grid .v-product .product_saleprice, .v-product-grid .v-product .product_saleprice b {
  font-size: 16px;
  font-weight: 700;
  color: #B23331; }

.v-product-grid .v-product .product_dealprice {
  color: #000000;
  font-size: 14px;
  font-weight: 700; }

.v-product-grid .v-product .product_setupcost, .v-product-grid .v-product .product_setupcost b {
  font-size: 16px;
  font-weight: 400;
  color: #000000; }

.v-product-grid .v-product .product_yousave, .v-product-grid .v-product .product_yousave span, .v-product-grid .v-product .productdetails .colors_pricebox .product_yousave, .v-product-grid .v-product .productdetails .colors_pricebox .product_yousave span {
  color: #B23331;
  font-size: 14px;
  font-weight: 400; }

.v-product-grid .v-product__add-to-cart {
  transition: all .5s ease;
  padding: 9px 16px;
  margin: 10px 0 5px; }

@media (max-width: 575px) {
  .v-product-grid .v-product > * {
    margin-right: auto;
    margin-left: auto; } }

.category[data-grid-type=grid] .v-product-grid .v-product {
  display: inline-block;
  vertical-align: baseline;
  margin-bottom: 15px; }

@media (min-width: 576px) and (max-width: 991px) {
  .category[data-grid-type=grid] .v-product-grid .v-product {
    width: 50%; } }

@media (min-width: 576px) {
  .category[data-grid-type=grid] .v-product-grid .v-product {
    padding: 30px; } }

@media (max-width: 575px) {
  .category[data-grid-type=grid] .v-product-grid .v-product {
    width: 100%; } }

.category[data-grid-type=grid] .v-product-grid .v-product__img {
  vertical-align: top; }

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .category[data-grid-type=grid] .v-product-grid .v-product__img {
    display: inline-block;
    max-width: 100%; } }

.category[data-grid-type=grid] .v-product-grid .v-product__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.category[data-grid-type=grid] .v-product-grid .v-product__details * {
  max-width: 100%; }

.category[data-grid-type=grid] .v-product-grid .v-product, .category[data-grid-type=list] .v-product-grid .v-product {
  height: auto !important;
  width: 100%;
  padding: 15px 0; }

@media (min-width: 576px) {
  .category[data-grid-type=grid] .v-product-grid .v-product, .category[data-grid-type=list] .v-product-grid .v-product {
    text-align: left;
    padding-right: 5%; } }

@media (min-width: 576px) {
  .category[data-grid-type=grid] .v-product-grid .v-product__img, .category[data-grid-type=list] .v-product-grid .v-product__img {
    width: 30.5555555556%;
    float: left; } }

@media (min-width: 576px) {
  .category[data-grid-type=grid] .v-product-grid .v-product__title, .category[data-grid-type=list] .v-product-grid .v-product__title {
    margin-top: 15px; } }

@media (min-width: 576px) {
  .category[data-grid-type=grid] .v-product-grid .v-product__free-shipping, .category[data-grid-type=list] .v-product-grid .v-product__free-shipping {
    margin: 8px 0 0; } }

@media (min-width: 576px) {
  .category[data-grid-type=grid] .v-product-grid .v-product__details, .category[data-grid-type=list] .v-product-grid .v-product__details {
    margin-left: 32.6388888889%;
    margin-right: 4%; } }

.category[data-grid-type=grid] .v-product-grid .v-product__free-shipping + a, .category[data-grid-type=grid] .v-product-grid .v-product div + a, .category[data-grid-type=list] .v-product-grid .v-product__free-shipping + a, .category[data-grid-type=list] .v-product-grid .v-product div + a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2% !important; }

.category[data-grid-type=grid] .v-product-grid .v-product:after, .category[data-grid-type=list] .v-product-grid .v-product:after {
  clear: both;
  content: "";
  display: table; }

.category[data-grid-type=grid] .v-product-grid .v-product:not(:last-child), .category[data-grid-type=list] .v-product-grid .v-product:not(:last-child) {
  border-bottom-color: rgba(0, 0, 0, 0.1); }

.lt-ie10.category .v-product-grid:after {
  clear: both;
  content: "";
  display: table; }

.lt-ie10.category .v-product-grid .v-product {
  display: block;
  float: left; }

.vp-sc-thumbs__list {
  padding-left: 0; }

@media (max-width: 575px) {
  .vp-sc-thumbs__list {
    display: block; } }

.vp-sc-thumbs__list img {
  max-width: 200px; }

.vp-sc-thumbs__item {
  vertical-align: baseline; }

@media (max-width: 991px) {
  .vp-sc-thumbs__item {
    float: left; } }

@media (min-width: 576px) and (max-width: 991px) {
  .vp-sc-thumbs__item {
    width: 50%; } }

@media (max-width: 575px) {
  .vp-sc-thumbs__item {
    display: block;
    width: 100%; } }

.vp-sc-thumbs__img .vp-sc-thumbs__img-link {
  vertical-align: top; }

.vp-sc-thumbs__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap; }

.vp-sc-thumbs__title {
  margin-top: 0; }

a.subcategory_link {
  font-size: 14px;
  display: inline-block;
  font-weight: 400;
  line-height: 2;
  color: #000000; }

a.subcategory_link:before {
  content: "\2022";
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
  color: #000000; }

a.subcategory_link:hover {
  color: #000000;
  text-decoration: none; }

.corner-ribbon {
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 40px;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: translateY(-100%) rotate(-90deg) translateX(-70.71068%) rotate(45deg);
  transform: translateY(-100%) rotate(-90deg) translateX(-70.71068%) rotate(45deg);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  will-change: transform;
  pointer-events: auto;
  transition: .3s;
  background: linear-gradient(180deg, #363B43, #4D545F); }

.corner-ribbon-wrap {
  position: absolute;
  top: -8px;
  left: -8px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  overflow: hidden;
  pointer-events: none;
  transition: .3s; }

.corner-ribbon:after, .corner-ribbon:before {
  content: "";
  position: absolute;
  top: 100%;
  width: 0;
  border-bottom-color: transparent;
  border: 5.6568542495px solid #2B2F35;
  transition: .3s; }

.corner-ribbon:before {
  left: 0;
  border-right-color: transparent;
  border-bottom-color: transparent; }

.corner-ribbon:after {
  right: 0;
  border-bottom-color: transparent;
  border-left-color: transparent; }

.c-lp h2 {
  font-size: 28px; }

.c-lp h2, .c-top {
  margin-bottom: 20px; }

.c-top {
  background: #EEEEEE;
  border-radius: 0 0 5px 5px;
  padding: 5px 20px; }

@media (max-width: 991px) {
  .c-top__left, .c-top__right {
    text-align: center; } }

.c-top__left {
  line-height: 43px; }

.c-top__right img {
  display: block;
  margin-left: auto; }

@media (max-width: 991px) {
  .c-top__right img {
    margin: auto; } }

.c-hero__left img {
  display: block;
  margin: auto; }

@media (max-width: 767px) {
  .c-hero__right h1, .c-hero__right p {
    text-align: center; } }

.c-hero__right p {
  margin-bottom: 20px; }

.c-hero__right ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.c-hero__right li {
  padding: 15px 0 15px 71px;
  background: url(/content/v/vspfiles/assets/images/homepage/check-green.png) 0 50% no-repeat;
  background-size: 40px;
  font-size: 17px; }

.c-section-heading {
  padding: 30px 20px;
  margin: 50px 0 80px;
  text-align: center;
  background: #2B2F35;
  border-radius: 10px;
  position: relative; }

@media (max-width: 767px) {
  .c-section-heading {
    border-radius: 0;
    margin-left: -15px;
    margin-right: -15px; } }

.c-section-heading:after {
  content: "";
  position: absolute;
  height: 34px;
  width: 340px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  right: 0;
  top: calc(100% - 1px);
  z-index: 1;
  background: url(/v/vspfiles/assets/images/homepage/btm-triangle.png) 50% no-repeat; }

.c-section-heading h2 {
  margin: 0;
  line-height: 1;
  color: #FFFFFF; }

.plans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 100px; }

.plans--x2 .plan {
  width: 49%;
  max-width: 49%; }

@media (max-width: 767px) {
  .plans--x2 .plan {
    width: 100%;
    max-width: 100%; }
  .plans--x2 .plan:not(:last-child) {
    margin-bottom: 2em; } }

.plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid transparent;
  position: relative;
  transition: box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37); }

@media (min-width: 768px) {
  .plan {
    width: 32%;
    max-width: 32%; } }

@media (max-width: 767px) {
  .plan {
    width: 100%;
    max-width: 100%; }
  .plan:not(:last-child) {
    margin-bottom: 2em; } }

.plan:hover .corner-ribbon-wrap {
  top: -16px;
  left: -16px;
  width: calc(100% + 16px);
  height: calc(100% + 16px); }

.plan:hover .corner-ribbon:after, .plan:hover .corner-ribbon:before {
  border-width: 11.313708499px; }

.plan h3 {
  text-align: center;
  margin: -21px -21px 0;
  line-height: 1;
  padding: 10px 0;
  font-size: 24px;
  color: #FFFFFF;
  border-radius: 10px 10px 0 0;
  background: #2B2F35; }

.plan__img {
  margin: 20px 0; }

.plan__img img {
  display: block;
  margin: auto; }

.plan__desc {
  text-align: center;
  margin-bottom: 20px; }

.plan ul {
  background: #F7F7F7;
  margin: 0 -20px;
  padding: 20px 15px 20px 19%;
  list-style: none; }

@media (min-width: 768px) and (max-width: 991px) {
  .plan ul {
    padding-left: 20px; } }

.plan li {
  padding-left: 34px;
  background-size: 20px;
  background-position: 0 50%;
  background-repeat: no-repeat; }

.plan li:not(:last-child) {
  margin-bottom: 14px; }

.plan__pricing {
  margin: auto 0; }

.plan [class^=pp-] {
  text-align: center; }

.plan .pp-lg {
  font-size: 30px;
  line-height: 1;
  color: #FFFFFF;
  background: #2B2F35;
  padding: 10px;
  margin: 0 -21px 20px; }

@media (min-width: 768px) and (max-width: 991px) {
  .plan .pp-lg {
    font-size: 23px; } }

@media (max-width: 767px) {
  .plan .pp-lg {
    font-size: 26px; } }

.plan .pp-it {
  font-size: 12px;
  color: #7D7D7D; }

.plan .pp-reg {
  font-size: 14px;
  margin: 20px 0; }

.plan .pp-save, .plan .pp-value {
  color: #B23331; }

.plan .pp-save {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700; }

.plan--quarterly li, .plan--semi li {
  background-image: url(/v/vspfiles/assets/images/homepage/check-blue-20.png); }

@media (min-width: 768px) {
  .plans:not(.plans--x2) .plan--best {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }

@media (min-width: 768px) {
  .plans:not(.plans--x2) .plan--semi {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

.plan--best {
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.3), 0 14px 12px 0 rgba(0, 0, 0, 0.17);
  border-color: #B23331;
  -webkit-transform: scale(1.02);
  transform: scale(1.02); }

.plan--best h3 {
  background: #DC4543; }

.plan--best li {
  background-image: url(/v/vspfiles/assets/images/homepage/check-green.png); }

.plan--best .pp-lg {
  background: #B23331; }

.plan--quarterly {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.c-videos {
  margin-bottom: 100px; }

.c-videos h2 {
  margin-bottom: 30px; }

@media (max-width: 767px) {
  .c-videos iframe {
    margin-bottom: 2em; } }

.c-phone {
  margin: 100px 0;
  border-radius: 10px;
  overflow: hidden; }

@media (min-width: 768px) {
  .c-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.c-phone__left, .c-phone__right {
  text-align: center;
  height: 100px;
  line-height: 100px; }

@media (min-width: 1240px) {
  .c-phone__left, .c-phone__right {
    width: 50%;
    max-width: 50%; } }

@media (max-width: 767px) {
  .c-phone__left, .c-phone__right {
    width: 100%;
    max-width: 100%; } }

.c-phone__left {
  background: #B23331;
  color: #FFFFFF;
  position: relative; }

@media (min-width: 992px) {
  .c-phone__left {
    font-size: 30px; } }

@media (min-width: 992px) and (max-width: 1239px) {
  .c-phone__left {
    font-size: 26px; } }

@media (min-width: 768px) and (max-width: 1239px) {
  .c-phone__left {
    width: 45%; } }

@media (max-width: 991px) {
  .c-phone__left {
    font-size: 26px; } }

@media (min-width: 768px) {
  .c-phone__left:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 0 50px 70px;
    border-color: transparent transparent transparent #B23331;
    -webkit-transform: translateX(100%) rotate(1turn);
    transform: translateX(100%) rotate(1turn); } }

.c-phone__right {
  font-size: 40px;
  font-weight: 700;
  color: #FFFFFF;
  background: #2B2F35; }

@media (min-width: 768px) and (max-width: 1239px) {
  .c-phone__right {
    width: 55%; } }

@media (min-width: 768px) {
  .c-phone__right {
    padding-left: 50px; } }

@media (max-width: 991px) {
  .c-phone__right {
    font-size: 34px; } }

.c-testimonials {
  margin-bottom: 100px; }

.t-what {
  text-align: left; }

.c-money-back {
  border: 1px solid #2B2F35;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 100px; }

.c-money-back img {
  display: block;
  margin: 40px auto 0; }

.c-money-back h2 {
  margin-top: 0; }

.c-money-back ol {
  list-style: none;
  padding: 0;
  margin: 0; }

.c-money-back li {
  display: inline-block;
  margin-right: 40px;
  padding: 10px 0 10px 37px;
  background: url(/v/vspfiles/assets/images/homepage/check-green.png) 0 50% no-repeat;
  background-size: 23px;
  font-size: 19px; }

.c-products {
  background: #B23331;
  text-align: center;
  padding: 30px; }

@media (max-width: 767px) {
  .c-products > .row > div[class^=col-]:not(:last-child) {
    margin-bottom: 2em; } }

.c-products h2 {
  color: #FFFFFF;
  margin-top: 0; }

.c-products h2 em {
  color: #FFE992;
  font-style: italic; }

.c-products a {
  color: #000000; }

.c-product {
  background: #FFFFFF;
  padding: 15px;
  border-radius: 3px;
  transition: box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
  min-height: 250px; }

.c-product--active {
  box-shadow: 0 13px 25px 0 rgba(0, 0, 0, 0.3), 0 11px 7px 0 rgba(0, 0, 0, 0.19);
  position: relative; }

.c-product--active:after, .c-product--active:before {
  position: absolute;
  z-index: 1; }

.c-product--active:before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.6); }

.c-product--active:after {
  content: "Currently Viewing";
  padding: 10px;
  background: #FFE992;
  border-top: 1px solid #FFE373;
  border-bottom: 1px solid #FFE373;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.c-product h3 {
  font-size: 25px;
  margin: 0; }

@media (max-width: 991px) {
  .c-product h3 {
    font-size: 20px; } }

.c-product img {
  display: block;
  margin: 10px auto;
  max-height: 108px; }

.c-product__label {
  border: 3px solid #2B2F35; }

.c-product__label span {
  display: block;
  padding: 5px; }

.c-product__label span:first-child, .category-heading {
  background: #2B2F35;
  color: #FFFFFF; }

.category-heading {
  width: 100%;
  margin-bottom: 20px;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.category-heading:after {
  display: block;
  content: "";
  clear: both;
  width: 100%; }

.category-heading h1 {
  font-size: 60px;
  float: left;
  margin: 10px 0; }

@media (min-width: 992px) and (max-width: 1239px) {
  .category-heading h1 {
    font-size: 42px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .category-heading h1 {
    font-size: 32px; } }

@media (max-width: 991px) {
  .category-heading h1 {
    padding-right: 40px; } }

@media (max-width: 767px) {
  .category-heading h1 {
    font-size: 28px; } }

.c-lp2 .category-heading img {
  float: right;
  margin: 0; }

@media (max-width: 991px) {
  .c-lp2 .category-heading img, .category-heading img {
    display: none; } }

.c-lp2 h2 {
  margin: 0 0 20px;
  line-height: 1.1; }

.c-lp2 p.lead {
  font-size: 16px; }

.c-lp2 iframe {
  margin-bottom: 20px; }

.c-lp2 .table {
  margin: 20px 0; }

.c-lp2 .table > tbody > tr > td {
  vertical-align: middle; }

.c-lp2 .table > tbody > tr > td:first-child {
  max-width: 174px; }

@media (max-width: 991px) {
  .c-lp2 .table > tbody > tr > td:first-child {
    white-space: normal; } }

.c-lp2 .table [bgcolor="#000000"] {
  color: #FFFFFF; }

.c-lp2 .table .total-row td:not(:first-child) {
  text-align: center;
  font-size: 13px; }

.c-lp2 .table td.scale {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  background: #D7EEDC;
  font-size: 14px !important; }

.c-lp2 .table .left_pad {
  padding-left: 20px; }

.c-lp2 .table .white_heading, .c-lp2 .table .yellow_heading {
  font-size: 18px;
  font-weight: 700; }

.c-lp2 .table .yellow_heading {
  color: #FFFF00; }

.c-lp2 .table .white_copy {
  font-size: 12px; }

.c-lp2 .table span {
  display: block; }

.c-lp2 .table .yousave {
  font-size: 16px;
  font-weight: 700;
  color: #B02528;
  text-align: center; }

.c-lp2 .table img[alt="Green Check"] {
  max-width: 40px; }

.c-lp2 .table a {
  display: block;
  text-align: center; }

.c-lp2 .table a span {
  font-size: 12px; }

.c-lp2 .table a .btn {
  display: inline-block;
  margin-top: 10px;
  padding: 13px 20px 10px;
  font-size: 16px; }

.c-lp2 aside img {
  display: block;
  margin: auto; }

.c-lp2 .c-call-img {
  margin-bottom: 20px; }

.c-lp2 .c-payments h3 {
  margin-bottom: 10px;
  font-size: 18px; }

.c-lp2 .c-payments img {
  margin-top: 15px; }

.c-form {
  padding: 20px;
  background: #EEEEEE;
  border: 1px solid #DDDDDD; }

.c-form h2 {
  font-size: 25px;
  margin-bottom: 10px; }

.c-form h3 {
  font-size: 18px;
  margin: 0; }

.c-form .af-element:not(:last-child) {
  margin-bottom: 10px; }

.c-form form {
  margin-top: 20px; }

.c-form form label {
  display: block;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 0; }

.c-form form button {
  margin-top: 20px; }

.c-form input, .c-form select {
  display: block;
  width: 100%; }

.c-list-styled {
  list-style-type: circle;
  padding: 0;
  margin-left: 0; }

.c-list-styled li:not(:last-child) {
  margin-bottom: 10px; }

.reviewBox {
  padding: 20px 35px;
  box-shadow: 0 1px 3px #CCCCCC; }

.reviewBox:not(last-child) {
  margin-bottom: 20px; }

.reviewBox img {
  display: block; }

.reviewBox a {
  display: inline-block;
  margin-top: 5px;
  font-size: 14px; }

.reviewBoxDate {
  margin: 0 0 20px;
  color: #888888;
  font-size: 14px; }

.reviewBoxBig {
  font-size: 22px;
  line-height: 1.4;
  font-family: Georgia, serif;
  color: #036592;
  text-indent: -10px; }

.v-item:not(:last-child) {
  margin-bottom: 20px; }

h2.l-subhead {
  background-color: #B23331;
  color: #FFFFFF;
  font-size: 18px;
  padding: 12px 10px 12px 30px;
  margin: 0; }

.builder ul {
  width: 100%;
  max-width: 900px;
  list-style: none;
  padding: 0 15px;
  margin: 0 auto; }

.builder__filters {
  background: #B23331;
  color: #FFFFFF;
  padding: 80px 0 40px; }

.builder__filters ul {
  text-align: center; }

.builder__filters li:not(:last-child) {
  margin-bottom: 25px; }

.builder__filters select {
  width: 100%;
  max-width: 600px;
  margin: auto;
  color: #000000; }

.builder__filters label {
  font-size: 22px;
  margin-bottom: 15px; }

.builder__results {
  background: #F2F2F2;
  padding: 30px 0; }

.builder__results > ul > li {
  background: #FFFFFF;
  padding: 2em;
  box-shadow: 0 3px 2px 1px rgba(0, 0, 0, 0.19);
  border-radius: 10px;
  border: 1px solid #E7E7E7; }

.builder__results > ul > li:not(:last-child) {
  margin-bottom: 2em; }

.builder__results > ul > li:hover {
  border-color: #B23331;
  box-shadow: 0 3px 2px 1px #B23331; }

.b-result:after {
  display: block;
  content: "";
  clear: both; }

@media (min-width: 768px) {
  .b-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.b-result__content, .b-result__img {
  float: left; }

@media (min-width: 768px) {
  .b-result__img {
    width: 35%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; } }

.b-result__img img {
  max-width: 150px;
  display: block;
  margin: auto; }

.b-result__content {
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.b-result__content:after {
  display: block;
  content: "";
  clear: both; }

@media (min-width: 768px) {
  .b-result__content {
    width: 65%; } }

.b-result__content h2 {
  width: 100%;
  margin-top: 0; }

.b-result__content h2 a {
  color: #000000; }

.b-result__content-left, .b-result__content-right {
  float: left; }

.b-result__content-left {
  width: 60%; }

.b-result__content-left ul {
  padding: 0; }

.b-result__content-left li {
  display: block;
  padding: 10px 0 10px 37px;
  background: url(/v/vspfiles/assets/images/homepage/check-green.png) 0 50% no-repeat;
  background-size: 23px;
  font-size: 19px; }

.b-result__content-right {
  width: 40%;
  text-align: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

.b-result__content-right p {
  margin-top: 10px;
  color: #9C9C9C;
  font-style: italic;
  font-size: 15px; }

.b-result__content-right p span {
  display: inline-block;
  margin-left: 4px;
  color: #BC3C2E;
  font-weight: 700; }

.b-result__meta {
  font-weight: 700; }

.result__title {
  text-align: center;
  margin-bottom: 25px; }

#divWaitModal + table + table, #divWaitModal + table + table table:not(.table) {
  table-layout: fixed; }

.p-item {
  text-align: center;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px none rgba(209, 209, 209, 0.34);
  box-shadow: none; }

.p-item h3 {
  margin-top: 20px;
  margin-bottom: 2px;
  font-size: 32px;
  line-height: 1.1em;
  text-transform: uppercase; }

@media (min-width: 992px) and (max-width: 1239px) {
  .p-item h3 {
    font-size: 28px; } }

@media (max-width: 991px) {
  .p-item h3 {
    font-size: 20px; } }

.p-item h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400; }

@media (max-width: 991px) {
  .p-item h4 {
    font-size: 16px; } }

.p-item ul {
  text-align: left;
  padding: 0; }

@media (max-width: 1239px) {
  .p-item ul {
    margin-top: 10px; } }

@media (max-width: 767px) {
  .p-item ul {
    margin: 10px auto;
    width: 220px; } }

.p-item li {
  display: inline-block;
  margin: 0 0 0 56px;
  padding: 10px 0 10px 37px;
  background: url(/v/vspfiles/assets/images/homepage/check-green.png) 0 50% no-repeat;
  background-size: 23px;
  font-size: 19px; }

@media (min-width: 992px) and (max-width: 1239px) {
  .p-item li {
    padding-left: 24px;
    margin: 0 0 0 20px;
    background-size: 20px;
    font-size: 17px; } }

@media (max-width: 1239px) {
  .p-item li {
    background-size: 20px; } }

@media (max-width: 991px) {
  .p-item li {
    font-size: 15px;
    margin: 0;
    padding: 10px 0 10px 30px; } }

.p-item li:last-child {
  display: block;
  text-align: center;
  margin-right: 0;
  margin-left: 0;
  padding-top: 25px;
  padding-left: 0;
  background: none;
  color: #9C9C9C;
  font-style: italic; }

.p-item li:last-child span {
  margin-left: 4px;
  color: #BC3C2E;
  font-size: 18px;
  font-weight: 700; }

@media (min-width: 768px) {
  .p-item li:last-child span {
    display: inline-block; } }

@media (max-width: 767px) {
  .p-item li:last-child span {
    display: block; } }

.p-item-btn .btn {
  padding: 10px 30px;
  font-size: 19px;
  font-weight: 700; }

.ns {
  padding: 20px;
  margin-top: 20px;
  border: 1px solid #2B2F35;
  border-radius: 10px; }

@media (min-width: 768px) {
  .ns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media (max-width: 991px) {
  .ns {
    text-align: center; } }

@media (max-width: 767px) {
  .ns {
    margin: 20px 15px 0; } }

.ns-left {
  margin-right: 50px; }

@media (min-width: 992px) and (max-width: 1239px) {
  .ns-left {
    margin-right: 40px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .ns-left {
    margin-right: 30px; } }

@media (max-width: 767px) {
  .ns-left {
    margin-right: 0; } }

.ns-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 37px;
  font-weight: 700;
  line-height: 1em; }

@media (min-width: 992px) and (max-width: 1239px) {
  .ns-title {
    font-size: 30px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .ns-title {
    font-size: 26px; } }

@media (max-width: 767px) {
  .ns-title {
    font-size: 22px; } }

.ns-sub {
  font-size: 20px; }

@media (min-width: 992px) and (max-width: 1239px) {
  .ns-sub {
    font-size: 18px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .ns-sub {
    font-size: 16px; } }

@media (max-width: 767px) {
  .ns-sub {
    font-size: 14px;
    margin-bottom: 20px; } }

.table-comparison img[src$=check-green] {
  height: 24px; }

.onepagecheckout .footer__top {
  display: none; }

.onepagecheckout #content_area input, .onepagecheckout #content_area select {
  height: 32px; }

.onepagecheckout #content_area input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=checkbox]), .onepagecheckout #content_area select {
  background-color: #FFFFFF !important;
  border: 1px solid #CCCCCC;
  color: #555555;
  font-size: 14px;
  font-family: inherit;
  font-weight: 400;
  border-radius: 0; }

.onepagecheckout #content_area input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=checkbox]):focus, .onepagecheckout #content_area select:focus {
  border-color: #000000; }

.onepagecheckout #content_area input[type=password]::-webkit-input-placeholder, .onepagecheckout #content_area input[type=text]::-webkit-input-placeholder {
  color: #000000;
  font-style: normal;
  font-weight: 400; }

.onepagecheckout #content_area input[type=password]:-ms-input-placeholder, .onepagecheckout #content_area input[type=text]:-ms-input-placeholder {
  color: #000000;
  font-style: normal;
  font-weight: 400; }

.onepagecheckout #content_area input[type=password]::placeholder, .onepagecheckout #content_area input[type=text]::placeholder {
  color: #000000;
  font-style: normal;
  font-weight: 400; }

.onepagecheckout #content_area select::-webkit-input-placeholder {
  color: #000000;
  font-style: normal;
  font-weight: 400; }

.onepagecheckout #content_area select:-ms-input-placeholder {
  color: #000000;
  font-style: normal;
  font-weight: 400; }

.onepagecheckout #content_area select::placeholder {
  color: #000000;
  font-style: normal;
  font-weight: 400; }

.onepagecheckout #content_area select {
  padding: 0 40px 0 15px; }

.onepagecheckout #simpleModal #loginModal input {
  background-color: #FFFFFF !important;
  border: 1px solid #CCCCCC;
  color: #555555;
  font-size: 14px;
  font-family: inherit;
  font-weight: 400;
  border-radius: 0; }

.onepagecheckout #simpleModal #loginModal input::-webkit-input-placeholder {
  color: #000000;
  font-style: normal;
  font-weight: 400; }

.onepagecheckout #simpleModal #loginModal input:-ms-input-placeholder {
  color: #000000;
  font-style: normal;
  font-weight: 400; }

.onepagecheckout #simpleModal #loginModal input::placeholder {
  color: #000000;
  font-style: normal;
  font-weight: 400; }

#CVV2 {
  width: 80px !important;
  text-align: left; }

input[name=ShipPostalCode] {
  width: auto !important; }

#BillingState_Row + tr input[name=BillingPostalCode] {
  width: 150px !important; }

@media (max-width: 991px) {
  #content_area table[width="100%"] input[value=""], #content_area table[width="100%"] select {
    display: block; } }

#TotalsDivContainer {
  float: none; }

#v65-onepage-CartSummary, #v65-onepage-ordersummary-items {
  background: none; }

.v65-onepage-SavedLocations .v65-space {
  padding: 0 5px; }

.v65-onepage-SavedLocations .v65-space br {
  display: none; }

#v65-onepage-ShippingParent {
  padding-left: 0 !important; }

#v65-onepage-Shipping .v65-onepage-shipping-label-cell {
  width: 105px; }

#v65-onepage-Shipping .v65-onepage-shipping-label-cell div {
  text-align: right !important; }

#ship-to-options-table div[align=right] {
  text-align: right; }

#v65-onepage-saved-billing-table font[style*="font-weight: bold;"] {
  display: inline-block;
  font-size: 12px;
  font-weight: 400 !important;
  line-height: 14px !important;
  padding-right: 2px;
  text-align: right;
  vertical-align: top;
  width: 91px; }

table#v65-onepage-ContentTable input[type=radio] {
  margin: 5px; }

table#v65-onepage-Detail td select {
  margin: 10px 0; }

select[onchange*=Choose_My_Saved_Billing] {
  width: 175px; }

.v65-payment-details-label-cell[width="39%"] {
  width: 105px; }

#savedPayment, .v65-payment-details-label-cell[width="39%"] + td[width="61%"] {
  width: 100%; }

@media (min-width: 768px) {
  #savedPayment, .v65-payment-details-label-cell[width="39%"] + td[width="61%"] {
    width: auto; } }

#v65-onepage-ShippingCostHeader + tr, #v65-onepage-ShippingCostHeader + tr > td:first-child {
  display: block; }

#v65-onepage-ShippingCostHeader + tr > td:first-child div[align=center] {
  text-align: left; }

#DisplayShippingSpeedChoicesTD select {
  border-color: #B23331 !important;
  border-width: 2px !important;
  font-weight: 700 !important;
  color: #000000 !important;
  height: 50px !important; }

#v65-onepage-ordersummary-items td, #v65-onepage-ShippingCostDetails td {
  padding: 5px 15px 5px 5px; }

#table_checkout_cart0 {
  float: left;
  margin-left: 0;
  margin-bottom: 0; }

#table_checkout_cart0 #v65-onepage-ordersummary-items td.v65-onepage-ordersummary-itemname {
  padding: 5px 5px 5px 15px; }

#table_checkout_cart0 #v65-onepage-ordersummary-items td.v65-onepage-ordersummary-itemtotal, #table_checkout_cart0 td[align=right].v65-onepage-shippingcost-detail {
  padding: 5px 15px 5px 5px;
  text-align: right; }

#table_checkout_cart0 #v65-onepage-summary-total-line, #table_checkout_cart0 .v65-onepage-summary-total-line-cell {
  border-bottom: 1px solid #EEEEEE; }

#table_checkout_cart0 > tbody > tr > td {
  border-left: 2px solid #EEEEEE;
  border-right: 2px solid #EEEEEE; }

#table_checkout_cart0 > tbody > tr:first-child > td {
  border: 0; }

#table_checkout_cart0 > tbody > tr > td {
  background-color: #FFFFFF; }

#table_checkout_cart0 #v65-onepage-ordersummary-header-row td, #table_checkout_cart0 #v65-onepage-ordersummary-items td {
  color: #000000 !important; }

#table_checkout_cart0 b.v65-onepage-shippingcost-amount, #table_checkout_cart0 b.v65-onepage-shippingcost-label {
  color: #000000 !important;
  font-weight: 400;
  font-size: 14px; }

#table_checkout_cart0 #v65-cart-button-submit-row > td {
  border-bottom: 2px solid #EEEEEE; }

#table_checkout_cart0 #v65-onepage-ordersummary-header-row td, #table_checkout_cart0 #v65-onepage-ordersummary-items td {
  color: #000000 !important;
  font-weight: 400;
  font-size: 14px; }

#CalcShippingDivContainer {
  width: 100% !important; }

#CalcShippingDiv input {
  display: none; }

#CalcShippingDiv:before {
  content: "Please enter your shipping information.";
  display: block;
  text-align: left; }

#v65-onepage-registration td {
  white-space: nowrap; }

.v65-onepage-headerShort img {
  display: block; }

#billing-header, #shipping-header, #v65-checkout-payment-header {
  width: 100%; }

@media (max-width: 991px) {
  table#v65-onepage-CartSummary, table#v65-onepage-Detail td select {
    width: 100% !important; }
  #v65-onepage-CheckoutForm {
    width: auto; }
  #table_checkout_cart0 {
    margin: 10px 0;
    width: 100% !important;
    clear: both; }
  #v65-onepage-ContentTable {
    width: 100% !important; }
  #v65-onepage-ContentTable tr.v65-onepage-newsletter-row td {
    display: table-cell;
    width: auto !important; }
  #v65-onepage-ContentTable td {
    display: block;
    width: 100% !important; }
  #v65-onepage-ContentTable input[type=radio] {
    margin: 5px; }
  #v65-onepage-ContentTable .v65-onepage-headerShort {
    min-width: 0; }
  #v65-onepage-Billing, #v65-onepage-BillingParent, #v65-onepage-Detail td input[type=password], #v65-onepage-Detail td input[type=text], #v65-onepage-Detail td select, #v65-onepage-shippingParent-row td {
    width: 100% !important; }
  #ship-to-options-table div[align=right], #v65-onepage-Billing div {
    text-align: left; }
  #ship-to-options-table td {
    width: auto !important; }
  #v65-onepage-header .loginHeaderWrapper {
    display: block;
    margin-left: 0; }
  #v65-onepage-Shipping .v65-onepage-shipping-label-cell div {
    text-align: left !important; }
  #CalcShippingDivContainer {
    width: 100%; } }

#span_GiftCertificates_Editable td {
  padding: 10px 15px; }

.onepagecheckout .v65-onepage-headerShort {
  background: #EEEEEE;
  color: #B23331;
  width: 100%;
  padding: 0 15px;
  line-height: 56px;
  font-size: 18px;
  font-family: inherit;
  margin: 20px auto 20px 0;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.onepagecheckout .v65-onepage-headerShort img {
  display: none !important; }

.onepagecheckout #v65-onepage-DetailHeaders .v65-onepage-headerShort {
  margin-bottom: 0; }

#v65-onepage-CheckoutForm {
  width: 100%; }

#v65-onepage-header {
  font-size: 36px;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
  text-indent: 0;
  margin-left: 0; }

#v65-onepage-header .loginHeaderWrapper {
  color: #000000;
  text-transform: none;
  line-height: 45px; }

#v65-onepage-header .loginHeaderWrapper a {
  color: #000000; }

#v65-onepage-Detail td input[type=password], #v65-onepage-Detail td input[type=text], #v65-onepage-Detail td select {
  margin-bottom: 10px; }

#v65-onepage-saved-billing-table font[style*="font-weight: bold;"], table#v65-onepage-Detail td select[onchange*=Choose_My_Saved_Billing] {
  width: auto;
  display: inline-block;
  vertical-align: middle; }

#ShipToSelectTable > table {
  width: 100%; }

#ship-to-options-table td {
  display: block;
  text-align: left; }

#ship-to-options-table div[align=right] {
  width: 100%;
  text-align: left; }

#v65-onepage-cartsummary-label {
  color: #FFFFFF;
  font-family: inherit;
  color: #B23331;
  font-size: 18px;
  text-indent: 15px;
  padding-top: 0;
  padding-left: 0 !important; }

#v65-onepage-cartsummary-label, #v65-onepage-editcart {
  line-height: 56px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#v65-onepage-editcart {
  margin: 0 15px 0 0;
  font-size: 12px;
  color: #000000; }

.v65-onepage-newsletter-cell {
  font-size: 0;
  padding-right: 10px; }

#content_area #table_checkout_cart0 {
  background: transparent !important;
  width: 100%;
  margin-top: 20px; }

#table_checkout_cart0 #v65-onepage-ShippingCostDetails .carttext, #TotalsDivContainer b {
  color: #000000 !important;
  font-weight: 400;
  font-size: 14px; }

#TotalsGCAmtUsedTD, #v65-onepage-ordersummary-items td {
  font-weight: 400;
  font-size: 14px; }

#table_checkout_cart0 #v65-onepage-ordersummary-header-row td.v65-onepage-ordersummary-header {
  text-transform: uppercase;
  color: #000000 !important;
  font-weight: 400 !important; }

#v65-onepage-ShippingCostDetails {
  margin-right: 0;
  padding-left: 0;
  padding-right: 15px; }

#TotalsTotalTD {
  color: #000000;
  font-size: 18px;
  display: block;
  margin-top: 10px;
  font-weight: 700 !important; }

#v65-apply-gift-newCell a[style="color:#0000CC;font-weight:bold;"] {
  color: #000000 !important;
  font-size: 12px;
  font-weight: 400 !important; }

#v65-onepage-ordercomments-row #v65-onepage-ordercomments-value {
  color: #000000;
  text-transform: uppercase;
  font-size: 12px;
  text-indent: 0; }

#v65-onepage-ordercomments-row #v65-onepage-ordercomments-value textarea {
  margin-top: 5px; }

#v65-onepage-ordercomments-input {
  color: #555555;
  font-size: 14px;
  background: #FFFFFF !important;
  border: 1px solid #CCCCCC !important;
  resize: vertical; }

#v65-onepage-ordercomments-input:focus {
  border: 1px solid #66AFE9 !important; }

#v65-onepage-DetailHeaders .v65-onepage-headerShort {
  margin-top: 0; }

#v65-onepage-ordercomments-value {
  color: #000000;
  font-weight: 700; }

#v65-apply-gift-newCell a[style="color:#0000CC;font-weight:bold;"], #v65-apply-gift-newCell a[style="color:#0000CC;font-weight:bold;"]:hover, #v65-onepage-header .loginHeaderWrapper a, #v65-onepage-header .loginHeaderWrapper a:hover {
  color: #B23331 !important; }

#TotalsDivContainer b, #TotalsTotalTD, #v65-onepage-ordercomments-value, #v65-onepage-ShippingCostDetails .carttext {
  color: #000000 !important; }

#v65-config-shippingrates td[style="background-color:#FFFF00"] {
  background-color: transparent !important; }

.v65-onepage-headerShort {
  font-weight: 700;
  background-color: #000000;
  color: #FFFFFF; }

#v65-onepage-cartsummary-header {
  font-weight: 700;
  background-color: #EEEEEE;
  height: auto; }

#v65-onepage-cartsummary-label, #v65-onepage-editcart {
  font-family: inherit;
  font-weight: inherit; }

@media (max-width: 991px) {
  #v65-onepage-header .loginHeaderWrapper {
    position: static;
    display: block;
    margin-top: 20px; }
  #v65-onepage-copy-to-shipping-row > .v65-onepage-Border {
    white-space: nowrap; }
  #CalcShippingDiv > input[name=btncalc_shipping] {
    font-size: 16px !important; }
  #v65-onepage-Detail td input[type=password], #v65-onepage-Detail td input[type=text], #v65-onepage-Detail td select {
    margin-left: 0; } }

@media (min-width: 768px) {
  #v65-onepage-Detail td input[type=password], #v65-onepage-Detail td input[type=text], #v65-onepage-Detail td select {
    margin-left: 5px;
    width: 280px; }
  #ship-to-options-table td {
    width: 50% !important;
    display: table-cell; }
  #ship-to-options-table td + td {
    width: 72% !important; }
  #ship-to-options-table div[align=right] {
    text-align: right; }
  #savedPayment {
    width: 100%; }
  #savedPayment td {
    display: inline-block;
    vertical-align: middle;
    width: auto !important; } }

@media (min-width: 992px) {
  #table_checkout_cart0-sticky-wrapper {
    width: calc(50% - 30px);
    float: left; } }

#simpleModal {
  width: 290px !important; }

#loginModal {
  margin: 0; }

#simpleModalContent {
  background: #FFFFFF; }

#loginModal .loginTitle {
  color: inherit;
  font-size: 18px;
  font-weight: 700; }

#loginModal input {
  width: 100%;
  max-width: 270px; }

#loginModal .loginForgotPassword a {
  color: #B23331; }

#loginModal .loginForgotPassword a:hover {
  color: #B23331 !important; }

#cancelLoginButton, #signInButton {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 9px 16px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0;
  padding: 7px 19px;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
  color: #000000;
  background-color: #EEEEEE;
  border-color: #CCCCCC;
  border: 1px solid #000000; }

#cancelLoginButton .badge, #signInButton .badge {
  color: #EEEEEE;
  background-color: #000000; }

#signInButton {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
  border: 1px solid #000000; }

#signInButton.active, #signInButton.focus, #signInButton:active, #signInButton:focus, #signInButton:hover {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000; }

#signInButton:focus, #signInButton:hover {
  color: #333333;
  text-decoration: none; }

#signInButton.active, #signInButton:active {
  background-image: none; }

#signInButton.disabled, #signInButton.disabled.active, #signInButton.disabled.focus, #signInButton.disabled:active, #signInButton.disabled:focus, #signInButton.disabled:hover, #signInButton[disabled], #signInButton[disabled].active, #signInButton[disabled].focus, #signInButton[disabled]:active, #signInButton[disabled]:focus, #signInButton[disabled]:hover {
  background-color: #000000;
  border-color: #000000; }

fieldset[disabled] #signInButton, fieldset[disabled] #signInButton.active, fieldset[disabled] #signInButton.focus, fieldset[disabled] #signInButton:active, fieldset[disabled] #signInButton:focus, fieldset[disabled] #signInButton:hover {
  background-color: #EEEEEE;
  border-color: #CCCCCC; }

#signInButton .badge {
  color: #000000;
  background-color: #FFFFFF; }

#cancelLoginButton:focus, #cancelLoginButton:hover {
  color: #333333;
  text-decoration: none; }

#cancelLoginButton.active, #cancelLoginButton:active {
  background-image: none; }

#cancelLoginButton.active, #cancelLoginButton.focus, #cancelLoginButton:active, #cancelLoginButton:focus, #cancelLoginButton:hover {
  color: #000000;
  background-color: #D5D5D5;
  border-color: #ADADAD; }

#cancelLoginButton.disabled, #cancelLoginButton.disabled.active, #cancelLoginButton.disabled.focus, #cancelLoginButton.disabled:active, #cancelLoginButton.disabled:focus, #cancelLoginButton.disabled:hover, #cancelLoginButton[disabled], #cancelLoginButton[disabled].active, #cancelLoginButton[disabled].focus, #cancelLoginButton[disabled]:active, #cancelLoginButton[disabled]:focus, #cancelLoginButton[disabled]:hover, fieldset[disabled] #cancelLoginButton, fieldset[disabled] #cancelLoginButton.active, fieldset[disabled] #cancelLoginButton.focus, fieldset[disabled] #cancelLoginButton:active, fieldset[disabled] #cancelLoginButton:focus, fieldset[disabled] #cancelLoginButton:hover {
  background-color: #EEEEEE;
  border-color: #CCCCCC; }

.open #cancelLoginButton.dropdown-toggle, .open #signInButton.dropdown-toggle {
  color: #000000;
  background-color: #D5D5D5;
  border-color: #ADADAD; }

.open #cancelLoginButton.dropdown-toggle {
  background-image: none; }

.open #signInButton.dropdown-toggle {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
  background-image: none; }

#v65-onepage-ContentTable {
  border-spacing: 0; }

#v65-onepage-ContentTable td, #v65-onepage-ContentTable td font {
  color: #000000;
  font-weight: 700; }

@media (max-width: 1239px) {
  #v65-onepage-ContentTable {
    width: 100%; } }

@media (min-width: 992px) {
  #v65-onepage-ContentTable {
    width: 50%;
    margin-right: 30px; } }

#v65-onepage-Billing input[type=checkbox], #v65-onepage-Billing input[type=radio] {
  border: none;
  background-color: transparent; }

#CardHoldersName, #CreditCardNumber, #CVV2 {
  background-color: #FFFFFF;
  border-color: #EEEEEE; }

#CardHoldersName, #CreditCardNumber {
  width: 100%; }

@media (min-width: 768px) {
  #CardHoldersName, #CreditCardNumber {
    width: 280px; } }

#CC_ExpDate_Month, #CC_ExpDate_Year {
  display: inline-block;
  width: auto !important;
  max-width: 100%; }

#articleBody_112 + table {
  font-size: 14px;
  background: #EEEEEE;
  border-radius: 10px; }

#articleBody_112 + table:before {
  content: "Subscriber Information";
  display: block;
  font-size: 20px;
  padding: 21px 20px 0;
  font-weight: 700;
  border-bottom: 1px solid #000000;
  margin-bottom: 20px;
  white-space: nowrap; }

#articleBody_112 + table td[align=right] {
  font-weight: 700; }

#articleBody_112 + table td[align=right] + td {
  font-size: 12px; }

#articleBody_112 + table td[align=right] + td input {
  display: block;
  width: 200px; }

#v65-cart-button-submit {
  padding: 10px 20px 0; }

#btnSubmitOrder {
  width: 100% !important;
  float: none;
  margin: 0;
  padding: 0; }

#imgSubmitOrder {
  display: block; }

.is-sticky #table_checkout_cart0 {
  position: static !important; }

.v65-onepage-payment-details {
  padding: 20px;
  background: #F0F0F0;
  font-size: 12px; }

.footer__top {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.18);
  color: #FFFFFF;
  text-align: center; }

.footer__top span {
  display: block;
  margin-bottom: 30px;
  color: #FFFFFF;
  font-size: 31px; }

.footer__top .btn {
  position: relative;
  padding: 15px 30px;
  border-radius: 3px;
  background-color: #A70404;
  color: #FFFFFF;
  box-shadow: none;
  font-size: 17px;
  text-transform: uppercase;
  text-shadow: none; }

.footer__title {
  margin-top: 0;
  margin-bottom: 20px;
  color: #FFFFFF;
  font-size: 21px;
  font-weight: 400; }

.footer .vnav {
  display: block; }

.footer .vnav__item:hover {
  background: none; }

.footer ul {
  display: block;
  padding: 0;
  list-style: none; }

.footer ul li:not(:last-child) {
  margin-bottom: 10px; }

.footer ul a {
  display: block;
  padding: 0;
  text-align: left;
  color: #D1D1D1;
  font-size: 14px;
  font-weight: 400; }

.footer ul a:hover {
  background: none;
  color: #FFFFFF; }

.footer__section {
  border-top-width: 1px;
  border-top-style: solid;
  border-color: rgba(0, 0, 0, 0.2); }

.footer-num {
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 1em;
  font-weight: 700; }

.footer-num span {
  font-size: 18px;
  font-weight: 400; }

.footer-num.hours {
  margin-top: 15px;
  margin-bottom: 3px;
  font-size: 19px; }

.footer .addy {
  font-size: 13px;
  text-align: left; }

@media (max-width: 1239px) {
  .footer .row > .col-lg-6:first-child {
    margin-bottom: 30px; } }

.copyright {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #5D5D5D;
  font-size: 11px;
  text-align: center;
  background: #FFFFFF; }

.copyright a {
  color: inherit; }

.copyright a:hover {
  color: #B23331; }

.mobile-cart > a {
  display: inline-block;
  vertical-align: middle; }

@media (min-width: 768px) {
  .mobile-cart {
    display: none; } }

.mobile-cart .cart__count {
  background: #2B2F35; }

.mobile-tel {
  background: url(/v/vspfiles/assets/images/phone.svg) 50% no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-right: 15px; }

.vol-logo {
  margin: 15px 0; }

@media (max-width: 767px) {
  .vol-logo {
    margin: 0; }
  .vol-logo img {
    max-height: 70px;
    padding: 10px 0; } }

.vol-logo h1 {
  margin: 0; }

.h-logo {
  display: inline-block;
  margin-right: 150px;
  margin-bottom: -127px;
  margin-top: -30px;
  position: relative;
  z-index: 2; }

@media (min-width: 768px) and (max-width: 991px) {
  .h-logo {
    margin-right: 130px; } }

@media (max-width: 767px) {
  .h-logo {
    display: none; } }

.h-contact__info {
  margin-top: 10px;
  padding-left: 60px;
  background-image: url(/v/vspfiles/assets/images/phone.svg);
  background-position: 0 50%;
  background-size: 40px;
  background-repeat: no-repeat; }

@media (max-width: 767px) {
  .h-contact__info {
    padding-left: 40px;
    background-size: contain; } }

.h-contact__phone {
  font-weight: 700;
  font-size: 38px;
  line-height: 1; }

.h-contact__phone a {
  color: #B23331; }

@media (max-width: 767px) {
  .h-contact__phone {
    font-size: 26px; } }

.h-contact__tag {
  color: #2B2F35;
  font-size: 19px;
  line-height: 1;
  margin-bottom: 2px; }

@media (max-width: 767px) {
  .h-contact__tag {
    display: none; } }

@-webkit-keyframes slidedown {
  0% {
    top: -200px; }
  to {
    top: 0; } }

@keyframes slidedown {
  0% {
    top: -200px; }
  to {
    top: 0; } }

.logo a {
  color: #000000; }

.main-menu {
  background-color: #FFFFFF; }

.main-menu:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: -webkit-repeating-linear-gradient(left, rgba(167, 4, 4, 0), #BC3C2E 50%, #BC3C2E);
  background-image: repeating-linear-gradient(90deg, rgba(167, 4, 4, 0), #BC3C2E 50%, #BC3C2E);
  opacity: .36; }

.main-menu .menu {
  margin: 6px 0; }

.main-menu .menu[link-alignment=left] .vnav--level1 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.main-menu .menu[link-alignment=right] .vnav--level1 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.main-menu .menu[link-alignment=space-between] .vnav--level1 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.main-menu .menu[link-alignment=space-around] .vnav--level1 {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.main-menu .menu:not([link-alignment=left]):not([link-alignment=right]):not([link-alignment=space-between]):not([link-alignment=space-around]) .vnav--level1 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.main-menu .vnav__item:hover {
  background: none; }

.main-menu .vnav__item > .vnav__link {
  color: #000000; }

.main-menu .vnav__item:not(.expanded) .vnav__subnav:not(.subnav-expanded) {
  display: none; }

.main-menu .vnav__item.expanded > .vnav__link.menu-toggle > .icon.menu-expand-plus .vertical-bar {
  -webkit-transform: scaleY(0);
  transform: scaleY(0); }

.main-menu .vnav__item.expanded > .vnav__link.menu-toggle > .icon.menu-expand-chevron {
  -webkit-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important; }

.main-menu .vnav__link {
  font-family: Noto Sans, sans-serif; }

.main-menu .vnav__link.menu-toggle {
  position: relative;
  padding-right: 42px; }

.main-menu .vnav__link .icon[class*=menu-expand-] {
  width: 12px;
  height: 12px;
  margin-left: 5px; }

.main-menu .vnav__link .icon.menu-expand-plus .vertical-bar, .main-menu .vnav__link .icon[class*=menu-expand-] {
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear; }

.main-menu .vnav__link .icon.menu-expand-plus .vertical-bar {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scaleY(1);
  transform: scaleY(1); }

.main-menu .vnav--level1 {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.main-menu .vnav--level1 > .vnav__item {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  white-space: nowrap;
  position: relative; }

.main-menu .vnav--level1 > .vnav__item:first-child > .vnav__link {
  padding-left: 0;
  margin-left: 0; }

.main-menu .vnav--level1 > .vnav__item:after {
  content: "\f111";
  position: absolute;
  line-height: 0;
  right: -4px;
  top: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  font-family: FontAwesome, sans-serif;
  font-size: 5px;
  color: #B23331; }

.main-menu .vnav--level1 > .vnav__item:last-child:after {
  display: none; }

.main-menu .vnav--level1 > .vnav__item:last-child > .vnav__link {
  padding-right: 0;
  position: relative; }

.main-menu .vnav--level1 > .vnav__item:last-child > .vnav__link:before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 27px;
  right: 0;
  height: 2px;
  background-image: linear-gradient(90deg, transparent, #B23331, #B23331, transparent);
  border-radius: 10px; }

@media (max-width: 991px) {
  .main-menu .vnav--level1 > .vnav__item:last-child > .vnav__link:before {
    left: 15px; } }

.main-menu .vnav--level1 > .vnav__item:hover > .vnav__link--active, .main-menu .vnav--level1 > .vnav__item:hover > .vnav__link:hover {
  color: #B23331; }

.main-menu .vnav--level1 > .vnav__item > .vnav__link {
  font-size: 18px;
  display: inline-block;
  padding: 0 27px;
  text-align: center;
  line-height: 40px;
  color: #000000;
  background-color: #FFFFFF;
  margin: 0 2px; }

@media (min-width: 992px) and (max-width: 1239px) {
  .main-menu .vnav--level1 > .vnav__item > .vnav__link {
    font-size: 17px;
    padding: 0 20px; } }

@media (max-width: 991px) {
  .main-menu .vnav--level1 > .vnav__item > .vnav__link {
    font-size: 14px;
    padding: 0 12px; } }

@media (min-width: 768px) and (max-width: 840px) {
  .main-menu .vnav--level1 > .vnav__item > .vnav__link {
    font-size: 13px;
    padding: 0 10px; } }

.main-menu .vnav__subnav {
  background-color: #FFFFFF;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  z-index: 300; }

.main-menu .vnav__subnav > .vnav__item > .vnav__link {
  font-weight: 400;
  color: #000000;
  border-color: #000000; }

.main-menu .vnav__subnav > .vnav__item:hover > .vnav__link, .main-menu .vnav__subnav > .vnav__item > .vnav__link--active {
  background-color: #B23331;
  color: #FFFFFF; }

.main-menu .vnav__subnav .vnav__link {
  padding: 8px 15px;
  text-align: left;
  line-height: normal; }

.main-menu .vnav .vnav__item:last-child .vnav--level2 {
  right: 0;
  left: auto; }

.main-menu .vnav .vnav__item:last-child .vnav--level2 .vnav__subnav {
  right: 100%;
  left: auto; }

html:not(.touch-device) .main-menu .vnav__item:not(.expanded):hover > .vnav__subnav:not(.subnav-expanded) {
  display: block; }

.lt-ie10 .main-menu .menu[link-alignment=left] .vnav--level1 {
  text-align: left; }

.lt-ie10 .main-menu .menu[link-alignment=right] .vnav--level1 {
  text-align: right; }

.lt-ie10 .main-menu .menu:not([link-alignment=left]):not([link-alignment=right]) .vnav--level1 {
  text-align: center; }

.top-bar {
  padding: 3px 0;
  background-color: #A70404;
  background-image: linear-gradient(180deg, #B23331 33%, #822A21);
  position: relative;
  font-size: 14px; }

@media (max-width: 575px) {
  .top-bar {
    display: none; } }

@media (max-width: 767px) {
  .top-bar {
    position: relative;
    padding: 0; }
  .top-bar .cart {
    position: absolute;
    top: 30px;
    right: 30px;
    display: block !important; } }

.top-bar, .top-bar a {
  color: #FFFFFF; }

.top-bar__left {
  float: left;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.top-bar__contact, .top-bar__tagline {
  display: inline-block; }

.top-bar__tagline {
  margin-right: 20px; }

@media (min-width: 992px) and (max-width: 1239px) {
  .top-bar__tagline {
    margin-right: 10px; } }

@media (max-width: 991px) {
  .top-bar__tagline {
    display: none; } }

.top-bar__contact {
  font-size: 15px;
  line-height: 1;
  position: relative;
  top: -1px; }

.top-bar__contact > * {
  display: inline-block;
  font-weight: 700; }

@media (min-width: 768px) {
  .top-bar__contact > :not(:last-child) {
    margin-right: 20px; } }

@media (max-width: 767px) {
  .top-bar__contact > :not(:last-child) {
    margin-right: 5px; } }

.top-bar__contact > :before {
  display: inline-block;
  font-family: FontAwesome, sans-serif;
  font-size: 17px;
  margin-right: 5px;
  color: #19D3FC;
  transition: 1s; }

.top-bar__contact > :hover {
  text-decoration: none; }

.top-bar__contact > :hover:before {
  color: #B23331; }

.top-bar__contact-phone:before {
  content: "\f095";
  position: relative;
  bottom: -1px; }

.top-bar__contact-chat:before {
  content: "\f086"; }

.top-bar__contact-email:before {
  content: "\f0e0"; }

.top-bar__right {
  float: right;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.top-bar__right > div {
  display: inline-block; }

.top-bar .cust-num {
  line-height: 1; }

@media (min-width: 768px) {
  .top-bar .cust-num {
    margin-right: 30px; } }

@media (min-width: 576px) and (max-width: 767px) {
  .top-bar .cust-num {
    margin-right: 10px; } }

.top-bar__menu {
  display: inline-block; }

.top-bar .vnav__item {
  vertical-align: inherit !important; }

.top-bar .vnav__item:hover {
  background: none; }

.top-bar .vnav__link {
  padding: 0;
  vertical-align: inherit; }

@media (min-width: 768px) {
  .top-bar .vnav__item:not(:last-child) {
    margin-right: 30px; } }

@media (min-width: 576px) and (max-width: 767px) {
  .top-bar .vnav__item:not(:last-child) {
    margin-right: 10px; } }

.top-bar .vnav__link {
  color: #FFFFFF;
  line-height: 1;
  background: none; }

.top-bar .vnav__link:hover {
  color: #DDDDDD;
  text-decoration: none; }

#header__cart {
  margin-left: 20px;
  text-align: right; }

.top-bar .cart {
  position: relative; }

.cart__link {
  display: block; }

.cart__link:hover {
  text-decoration: none; }

.cart__link img {
  height: 24px; }

.cart__text {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  margin-right: 5px; }

.cart__count {
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  min-width: 24px;
  min-height: 24px;
  padding: 2px;
  line-height: 20px;
  border-radius: 200px;
  color: #FFFFFF; }

.cart__count__text {
  width: auto;
  display: block;
  text-align: center; }

.cart .expanding-circle {
  min-width: 30px;
  text-align: center;
  position: relative;
  line-height: 1; }

.cart .expanding-circle__wrapper {
  display: block; }

.cart .expanding-circle__bg {
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px; }

.cart .expanding-circle__inner {
  display: block;
  position: relative;
  padding-top: 50%;
  padding-right: 5px;
  padding-left: 5px; }

.cart .expanding-circle__text, .productdetails #v65-product-parent, .productdetails #v65-product-parent > tbody, .productdetails #v65-product-parent > tbody > tr:nth-of-type(2) {
  display: block; }

.productdetails #v65-product-parent ~ table {
  table-layout: fixed; }

.productdetails div[itemtype="http://schema.org/Product"] {
  max-width: 500px;
  margin: 0 auto; }

@media (min-width: 768px) {
  .productdetails div[itemtype="http://schema.org/Product"] {
    max-width: none;
    margin: auto; } }

.productdetails div[itemtype="http://schema.org/Product"][data-options-table=true] span[itemprop=name] {
  padding-left: 15px; }

.productdetails table {
  border-spacing: inherit; }

.productdetails td[background] {
  background: none !important; }

.productdetails td[class*=col-], .productdetails th[class*=col-] {
  position: relative;
  float: left;
  display: block; }

.productdetails img[src*="clear1x1.gif"], .productdetails img[src*=DBox_Border_], .productdetails img[src*=Line_Group_], .productdetails img[src*=OBox_Border_], .productdetails img[src*=PBox_Border_] {
  display: none; }

.productdetails .content_area-wrapper {
  -webkit-animation: pageFadeIn 2.5s;
  animation: pageFadeIn 2.5s; }

.productdetails #content_area .colors_lines_light .product_saleprice b, .productdetails #content_area .colors_text .colors_productprice .product_dealprice, .productdetails #content_area table[bgcolor="#CCCCCC"] font[color="#CC0000"] {
  font-size: 16px;
  font-weight: 700;
  color: #B23331; }

.productdetails #content_area #v65-product-history-details .historyitem_productname a, .productdetails #content_area .colors_lines_light a.productnamecolorsmall.colors_productname {
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: 700;
  color: #000000; }

.productdetails #content_area #v65-product-history-details .historyitem_productname a:hover, .productdetails #content_area .colors_lines_light a.productnamecolorsmall.colors_productname:hover {
  color: #B23331; }

.productdetails #content_area .colors_lines_light .product_setupcost, .productdetails #content_area .colors_lines_light .product_setupcost b, .productdetails #content_area .colors_pricebox .product_setupcost, .productdetails #content_area .colors_pricebox .product_setupcost b {
  font-size: 16px;
  font-weight: 400;
  color: #000000; }

.productdetails #content_area #v65-product-history-header td:first-child:before, .productdetails #content_area #v65-product-reviews .v65-product-reviews-cell:before, .productdetails #content_area .colors_lines_light font.productnamecolorSMALL.colors_productname b {
  color: #000000;
  font-weight: 700; }

.productdetails #content_area br + .colors_pricebox > tbody > tr > td > table > tbody > tr:first-child > td:first-child:before {
  color: #000000;
  background-color: transparent; }

.productdetails div[itemprop=offers] > a[href="javascript:void(0);"] {
  display: inline-block;
  height: auto;
  min-height: 30px;
  background-size: auto 30px;
  text-decoration: none !important; }

.productdetails div[itemprop=offers] > a[href="javascript:void(0);"]:before {
  content: "\e614";
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin: 0 !important;
  color: #000000; }

.productdetails div[itemprop=offers] > a[href="javascript:void(0);"] > img.vCSS_img_icon_free_shipping {
  display: none; }

.productdetails div[itemprop=offers] > a[href="javascript:void(0);"]:after {
  content: "This product qualifies for FREE SHIPPING";
  font: normal normal 14px Noto Sans, sans-serif;
  line-height: 1.428571429;
  padding: 4px 0 0;
  color: #000000;
  display: inline-block; }

.productdetails div[itemprop=offers] > a[href="javascript:void(0);"]:after, .productdetails div[itemprop=offers] > a[href="javascript:void(0);"]:before {
  color: #000000; }

.productdetails .productnamecolorLARGE.colors_productname, .productdetails span[itemprop=name] {
  color: #000000;
  font-weight: 700; }

.productdetails span[itemprop=name] {
  color: inherit;
  display: block;
  text-align: left;
  font-weight: 700;
  font-family: inherit;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #EEEEEE; }

.productdetails span[itemprop=name], .productdetails span[itemprop=name] > * {
  font-size: 30px !important; }

.productdetails #vCSS_mainform + br, .productdetails #vCSS_mainform > br, .productdetails #vCSS_mainform > img, .productdetails span[itemprop=name] span {
  display: none; }

.productdetails .vCSS_breadcrumb_td b {
  display: block;
  margin-bottom: 10px; }

.productdetails .vCSS_breadcrumb_td > b + br, .productdetails .vCSS_breadcrumb_td > b + br + img, .productdetails .vCSS_breadcrumb_td > img + br {
  display: none; }

.productdetails .vCSS_breadcrumb_td a, .productdetails .vCSS_breadcrumb_td b {
  color: #000000; }

.productdetails .vCSS_breadcrumb_td a:hover {
  color: #B23331; }

.productdetails span[itemprop=description] {
  color: #000000;
  display: block;
  font-size: 14px;
  line-height: 1.428571429;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #EEEEEE; }

.productdetails span[itemprop=description] h1, .productdetails span[itemprop=description] h3 {
  font-size: 20px;
  margin-bottom: 10px; }

.productdetails span[itemprop=description] .checklist {
  margin: 0 0 30px; }

.productdetails span[itemprop=description] .checklist li {
  padding: 7px 0 7px 38px;
  background-size: 24px;
  font-size: 15px; }

.productdetails .vol-average-review {
  margin: 10px 0;
  text-align: left;
  cursor: pointer;
  color: #2779AF; }

.productdetails .vol-average-review span[itemprop=reviewCount] {
  display: inline-block;
  vertical-align: middle;
  font-style: italic;
  margin: 0 3px 0 10px; }

.productdetails div[itemtype="http://schema.org/Product"][data-options-table=true] .vol-average-review {
  padding-left: 15px; }

.productdetails .vol-average-review__text {
  display: inline-block;
  vertical-align: middle;
  font-style: italic; }

.productdetails span.product_code, .productdetails span.product_code_title {
  color: #000000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400; }

.productdetails br + .colors_pricebox {
  background: transparent;
  margin-top: 40px;
  margin-top: 0;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 5%; }

.productdetails br + .colors_pricebox script + br {
  display: none; }

.productdetails br + .colors_pricebox > tbody > tr > td > table > tbody > tr:first-child > td:first-child:before {
  content: "Choose your options:";
  position: absolute;
  display: none;
  left: 0;
  bottom: 100%;
  width: 100%;
  background: transparent;
  color: inherit;
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 40px;
  text-indent: 15px;
  text-align: left; }

.productdetails br + .colors_pricebox img[src$="Options_Text_Choose.gif"] {
  display: none; }

.productdetails br + .colors_pricebox td[width="1"] + td[valign=top] br + table {
  width: 100%; }

.productdetails .colors_pricebox ~ br {
  display: none; }

.productdetails div[itemprop=offers] {
  text-align: left; }

.productdetails td[background$="PBox_Border_Left.gif"] + td > table > tbody > tr > td:first-child {
  display: block;
  padding: 0 15px; }

.productdetails div[itemtype="http://schema.org/Product"][data-options-table=false] td[background$="PBox_Border_Left.gif"] + td > table > tbody > tr > td:first-child {
  padding: 0; }

.productdetails #v65-productdetail-action-wrapper {
  display: block;
  text-align: left; }

.productdetails #v65-productdetail-action-wrapper div[style="text-align: right;"] {
  margin-top: 30px;
  text-align: left !important; }

.productdetails #v65-productdetail-action-wrapper table, .productdetails #v65-productdetail-action-wrapper tbody, .productdetails #v65-productdetail-action-wrapper td, .productdetails #v65-productdetail-action-wrapper tr {
  display: block;
  text-align: left !important; }

.productdetails #v65-productdetail-action-wrapper td {
  display: inline-block; }

.productdetails .v65-product-related-header-cell .colors_backgroundlight {
  display: block;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: .035em;
  text-transform: uppercase;
  border-bottom: none; }

.productdetails .colors_lines_light {
  background: none; }

.productdetails .colors_lines_light .colors_backgroundlight {
  display: block;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: .035em;
  text-transform: uppercase;
  border-bottom: none; }

.productdetails .colors_lines_light font.productnamecolorSMALL.colors_productname b {
  display: block;
  border: none; }

.productdetails.lt-ie10 .v-product-grid {
  float: left; }

.productdetails .v-product-grid + tbody, .productdetails .v-product-grid + tr, .productdetails .vol-product__multi-child-description br {
  display: none; }

.productdetails .v-product-grid .v-product {
  text-align: left; }

#product_photo {
  float: none;
  max-width: 100%; }

#product_photo_zoom_url {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  background-color: #FFFFFF;
  border: none; }

@media (min-width: 992px) {
  #product_photo_zoom_url img {
    width: 100%; } }

#v65-product-parent > tbody > tr:first-child + tr > td[align=center] {
  padding: 15px 15px 0 0; }

#v65-product-parent > tbody > tr:first-child + tr > td[align=center] > table[width="100%"], #v65-product-parent > tbody > tr:first-child + tr > td[align=center] > table[width="100%"] > tbody, #v65-product-parent > tbody > tr:first-child + tr > td[align=center] > table[width="100%"] > tbody > tr, #v65-product-parent > tbody > tr:first-child + tr > td[align=center] > table[width="100%"] > tbody > tr > td[align=center] {
  display: block; }

#v65-product-parent > tbody > tr:first-child + tr > td[align=center] br + br + table {
  width: 100%; }

#v65-product-parent tbody tr td table.colors_pricebox input + br + div {
  text-align: center !important;
  margin-bottom: 20px; }

@media (max-width: 1239px) {
  #vZoomArea {
    display: none; } }

#v65-share-buttons-cell {
  text-align: center; }

#btn_vsharethis {
  display: inline-block;
  vertical-align: middle !important;
  font-weight: 400 !important;
  float: none !important; }

#btn_vsharethis .google_plusone_iframe_widget {
  width: auto !important; }

#btn_vsharethis a {
  padding: 4px;
  margin: 0; }

.fb_iframe_widget {
  width: auto !important; }

@media (max-width: 991px) {
  #btn_vsharethis, .fb_iframe_widget_fluid {
    float: none !important;
    display: inline-block !important;
    vertical-align: middle !important;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }
  #_atssh {
    display: none !important; } }

#altviews[style="visibility:hidden"] {
  display: none; }

@media (min-width: 992px) {
  #altviews[style="visibility:hidden"] {
    float: right;
    width: 15%; }
  #altviews[style="visibility:hidden"] a {
    display: block;
    width: auto;
    margin: 0 0 10px;
    text-align: center; } }

#altviews:not([style="visibility:hidden"]) {
  display: block;
  text-align: center;
  font-size: 0;
  margin-bottom: 20px; }

#altviews:not([style="visibility:hidden"]) br {
  display: none; }

#altviews:not([style="visibility:hidden"]) a {
  display: inline-block;
  vertical-align: middle; }

#altviews:not([style="visibility:hidden"]) a:not(:last-child) {
  margin-bottom: 30px; }

#altviews .vCSS_img_alternate_product_photo {
  transition: opacity .5s ease;
  opacity: .5; }

#altviews .vCSS_img_alternate_product_photo.selected {
  opacity: 1; }

.btn_addtowishlist__span.btn-link.vol-link-btn .btn-link {
  background-color: transparent;
  width: auto; }

.btn_addtowishlist__span .btn-icon-plus {
  display: none !important; }

.btn_addtowishlist__span.btn-link.vol-link-btn input.btn-link {
  width: 100%; }

.wishpot_form {
  text-align: left; }

@media (max-width: 991px) {
  .wishpot_form {
    text-align: center; } }

.vCSS_img_add_to_wishlist {
  display: inline-block; }

.btn_quantitydiscounts {
  display: block;
  text-align: left;
  padding: 0 15px; }

.vol-product__top {
  margin-bottom: 30px; }

.vol-product__top__inner {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

@media (max-width: 767px) {
  .vol-product__top__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.vol-product__top--left {
  padding-left: 0; }

@media (max-width: 767px) {
  .vol-product__top--left {
    padding: 0;
    width: 100%; } }

.vol-product__top--right {
  float: right; }

@media (max-width: 767px) {
  .vol-product__top--right {
    padding: 0;
    width: 100%; } }

.vol-product__bottom, .vol-product__bottom #v65-product-related, .vol-product__bottom #v65-product-related table {
  table-layout: fixed; }

#options_table {
  text-align: left;
  padding: 20px;
  background: #F2F2F2; }

.productdetails:not(.lt-ie10) #options_table {
  display: block;
  margin-left: 0; }

.productdetails:not(.lt-ie10) #options_table > tbody {
  display: block; }

.productdetails:not(.lt-ie10) #options_table > tbody > tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }

.productdetails:not(.lt-ie10) #options_table > tbody > tr.vol-option-heading:not(:first-child) td {
  padding-top: 10px; }

.productdetails:not(.lt-ie10) #options_table > tbody > tr.vol-option-heading + tr {
  margin-top: 0; }

.productdetails:not(.lt-ie10) #options_table > tbody > tr.vol-option-heading td {
  display: block;
  width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

.productdetails:not(.lt-ie10) #options_table > tbody > tr.vol-option-heading td > br, .productdetails:not(.lt-ie10) #options_table > tbody > tr.vol-option-heading td > table {
  display: none; }

.productdetails:not(.lt-ie10) #options_table > tbody > tr.vol-option-heading b {
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 3px; }

.productdetails:not(.lt-ie10) #options_table > tbody > tr.vol-option-name-empty .vol-option-name {
  display: none !important; }

.productdetails:not(.lt-ie10) #options_table > tbody > tr.vol-option-name-empty:not(.vol-option-about-visible) .vol-option-about {
  display: none; }

.productdetails:not(.lt-ie10) #options_table > tbody > tr.vol-option-name-empty:not(.vol-option-about-visible) .vol-option-items {
  width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

.productdetails:not(.lt-ie10) #options_table > tbody > tr.vol-option-name-empty.vol-option-about-visible .vol-option-items {
  width: calc(100% - 30px);
  -ms-flex-preferred-size: calc(100% - 30px);
  flex-basis: calc(100% - 30px);
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.productdetails:not(.lt-ie10) #options_table > tbody > tr:not(.vol-option-about-visible) .vol-option-about {
  display: none; }

.productdetails:not(.lt-ie10) #options_table > tbody > tr:not(.vol-option-heading) > td {
  display: block;
  width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

.productdetails:not(.lt-ie10) #options_table > tbody > tr:not(.vol-option-heading) > td:not(:last-child) {
  padding: 0 0 10px; }

.productdetails:not(.lt-ie10) #options_table > tbody > tr:not(.vol-option-heading) > td[colspan="2"] {
  display: none; }

.productdetails:not(.lt-ie10) #options_table > tbody > tr:not(.vol-option-heading) > td.vol-option-name {
  width: auto;
  max-width: calc(100% - 30px);
  -ms-flex-preferred-size: calc(100% - 30px);
  flex-basis: calc(100% - 30px);
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  text-align: left;
  font-size: 14px;
  font-weight: 700; }

.productdetails:not(.lt-ie10) #options_table > tbody > tr:not(.vol-option-heading) > td.vol-option-name img, .productdetails:not(.lt-ie10) #options_table > tbody > tr:not(.vol-option-heading) > td.vol-option-name img + br {
  display: none; }

.productdetails:not(.lt-ie10) #options_table > tbody > tr:not(.vol-option-heading) > td.vol-option-about {
  width: 30px;
  -ms-flex-preferred-size: 30px;
  flex-basis: 30px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  text-align: center; }

.productdetails:not(.lt-ie10) #options_table > tbody > tr:not(.vol-option-heading) > td.vol-option-about a:before {
  content: "\e605";
  font-family: button-icons; }

.productdetails:not(.lt-ie10) #options_table > tbody > tr:not(.vol-option-heading) > td.vol-option-about a img {
  display: none; }

.productdetails:not(.lt-ie10) #options_table > tbody > tr:not(.vol-option-heading) > td.vol-option-items {
  width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.productdetails:not(.lt-ie10) #options_table > tbody > tr:not(.vol-option-heading) > td.vol-option-items input[type=text], .productdetails:not(.lt-ie10) #options_table > tbody > tr:not(.vol-option-heading) > td.vol-option-items select, .productdetails:not(.lt-ie10) #options_table > tbody > tr:not(.vol-option-heading) > td.vol-option-items textarea {
  display: block;
  width: 100%;
  max-width: 100%; }

.productdetails:not(.lt-ie10) #options_table > tbody > tr:not(.vol-option-heading) > td.vol-option-items input {
  margin: 0; }

.productdetails:not(.lt-ie10) #options_table > tbody > tr:not(.vol-option-heading) > td.vol-option-items input[type=radio] {
  margin-right: 5px; }

.productdetails:not(.lt-ie10) #options_table > tbody > tr:not(.vol-option-heading) > td.vol-option-items textarea {
  min-height: 100px;
  resize: vertical; }

.productdetails:not(.lt-ie10) #options_table > tbody > tr:not(.vol-option-heading) > td.vol-option-select {
  font-size: 0; }

.productdetails:not(.lt-ie10) #options_table > tbody > tr:not(.vol-option-heading) > td.vol-option-select select {
  max-width: 100%; }

@media (max-width: 991px) {
  #options_table ~ table > tbody > tr > td {
    display: block; } }

.vol-option-items {
  font-size: 14px; }

.vol-option-items br {
  margin: 3px 0; }

.vCSS_img_swatch {
  margin-bottom: 5px; }

.product_listprice, .product_listprice b {
  color: #000000;
  font-size: 18px;
  font-weight: 400; }

.productdetails .product_productprice {
  color: #1A1A1A;
  font-size: 20px;
  line-height: 1; }

.productdetails .product_productprice b {
  color: #1A1A1A;
  font-size: 18px; }

.productdetails .product_productprice b > font {
  display: none; }

.product_saleprice, .product_saleprice b {
  color: #000000;
  font-size: 18px;
  font-weight: 700; }

.product_dealprice, .product_dealprice b {
  color: #000000;
  font-size: 18px;
  font-weight: 400; }

.product_yousave span {
  color: #000000;
  font-size: 12px;
  font-style: normal !important;
  font-weight: 400; }

.vol-cartqty__text {
  display: none; }

.vol-cartqty__wrap {
  height: 60px;
  position: relative; }

@media (min-width: 992px) {
  .vol-cartqty__wrap {
    width: 150px; } }

@media (max-width: 991px) {
  .vol-cartqty__wrap {
    margin-bottom: 20px; } }

.vol-cartqty__toggle {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50px;
  background-color: transparent;
  outline: none;
  border: none; }

.vol-cartqty__toggle:focus, .vol-cartqty__toggle:hover {
  box-shadow: none; }

.vol-cartqty__toggle:hover {
  background-color: #2B2F35; }

.vol-cartqty__toggle:hover .icon {
  fill: #FFFFFF; }

.vol-cartqty__toggle--minus {
  left: 0;
  border-radius: 3px 0 0 3px; }

.vol-cartqty__toggle--plus {
  right: 0;
  border-radius: 0 3px 3px 0; }

.vol-cartqty__toggle .icon {
  fill: #000000;
  height: 10px;
  width: 10px;
  transition: none; }

.v65-productdetail-cartqty {
  font-size: 20px;
  text-align: center;
  height: 100%;
  margin: 0;
  border-radius: 3px; }

.productdetails #sb-nav #sb-nav-close {
  padding-bottom: 0;
  height: 78px;
  width: 65px;
  background-position: center 34px !important; }

.productdetails #sb-title {
  padding: 0 75px 0 30px; }

.productdetails #sb-title-inner {
  color: #000000; }

.productdetails #sb-body {
  border: 0; }

#sb-counter a {
  color: #000000; }

#sb-counter a:hover {
  color: #B23331; }

@media (min-width: 768px) {
  .productdetails .colors_lines_light .colors_backgroundlight, .productdetails .v65-product-related-header-cell .colors_backgroundlight {
    text-align: left; }
  .productdetails #content_area table[bgcolor="#CCCCCC"] #btn_addtocart {
    width: auto; } }

@media (min-width: 992px) {
  .vol-product[data-alt-view=true] #v65-product-parent > tbody > tr:first-child + tr > td[align=center] > table[width="100%"] {
    float: right;
    width: 83%;
    padding-left: 5px; } }

@media (max-width: 991px) {
  .productdetails:not(.lt-ie10) #options_table > tbody > tr {
    margin-top: 20px; }
  .productdetails:not(.lt-ie10) #options_table > tbody > tr:not(.vol-option-heading) > td {
    text-align: left; }
  #v65-productdetail-action-wrapper {
    text-align: center; }
  .productdetails .colors_lines_light a.productnamecolorsmall.colors_productname {
    font-size: 12px;
    padding: 0; }
  #content_area table[bgcolor="#CCCCCC"] tr {
    display: block; }
  #content_area table[bgcolor="#CCCCCC"] tr:not(:last-child) {
    border: 1px solid #CCCCCC; }
  #content_area table[bgcolor="#CCCCCC"] tr.colors_backgroundlight:first-child {
    display: none; }
  #content_area table[bgcolor="#CCCCCC"] tr:last-child {
    text-align: center; }
  #content_area table[bgcolor="#CCCCCC"] tr:last-child input {
    margin-top: 10px; }
  #content_area table[bgcolor="#CCCCCC"] tr > td {
    display: block;
    padding: 0;
    border: 0;
    text-align: center; }
  #content_area table[bgcolor="#CCCCCC"] font[color="#CC0000"] {
    color: #000000; } }

.vol-product__sub-details > tbody > tr > td > table > tbody > tr > td[width="1"] {
  display: none; }

.v-productdetails__custom:not(.v-prd-option-table) td[background$="PBox_Border_Left.gif"] + td > table > tbody > tr > td:first-child {
  padding: 0; }

.v-productdetails__custom.v-prd-option-table span[itemprop=name] {
  padding-left: 15px; }

.v-productdetails__custom span[itemprop=name] {
  color: inherit;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  font-family: inherit; }

#product_options_heading {
  display: none; }

.colors_pricebox .product_productprice {
  margin-bottom: 1em; }

#options_table ~ table {
  table-layout: fixed;
  width: 100%; }

#options_table ~ table td {
  display: block;
  width: 100%; }

.vol-average-review + .product_productprice {
  text-align: left;
  margin-bottom: 1em; }

td[class*=vCSS_tab] {
  display: inline-block;
  vertical-align: middle; }

@media (max-width: 991px) {
  td[class*=vCSS_tab] {
    display: block; } }

td[class*=vCSS_tab] nobr > span {
  position: relative;
  border-bottom: 0;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  line-height: 40px;
  padding: 0 18px;
  border-radius: 0 0 0 0;
  white-space: normal;
  margin-bottom: -1px; }

@media (max-width: 991px) {
  td[class*=vCSS_tab] nobr > span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 33%;
    float: left; }
  td[class*=vCSS_tab] nobr > span[data-tab-count="1"] td[class*=vCSS_tab] nobr > span {
    max-width: 100%;
    width: auto; }
  td[class*=vCSS_tab] nobr > span[data-tab-count="2"] td[class*=vCSS_tab] nobr > span {
    width: 50%; }
  td[class*=vCSS_tab] nobr > span[data-tab-count="3"] td[class*=vCSS_tab] nobr > span {
    width: 33.3333333333%; } }

.vCSS_tab_selected nobr > span {
  background-color: #2B2F35;
  color: #FFFFFF;
  font-weight: 700 !important;
  border: 1px solid #2B2F35; }

.vCSS_tab_unselected:hover {
  opacity: 1; }

.vCSS_tab_unselected nobr > span {
  border: 1px solid #DDDDDD; }

.vol-product__sub-details td[background]:not([onclick]) {
  display: none; }

#vCSS_mainform > table[width="100%"]:last-child > tbody:first-child > tr:first-child > td[valign=top]:first-child > table[width="100%"][border="0"][cellspacing="0"][cellpadding="0"]:first-child > tbody > tr > td[valign=top] tr {
  text-align: left;
  display: block; }

#ProductDetail_ProductDetails_div:after {
  display: block;
  content: "";
  clear: both; }

#ProductDetail_ProductDetails_div div[style="height: 15px;"] {
  display: none; }

#ProductDetail_ProductDetails_div2 .colors_descriptionbox {
  border: none;
  padding: 0;
  background: none; }

#ProductDetail_ProductDetails_div2 .colors_descriptionbox > tbody > tr:nth-child(3) > td[width="100%"] {
  display: block;
  margin-top: 10px; }

#ProductDetail_ProductDetails_div2 .colors_descriptionbox > tbody > tr:nth-child(3) > td[width="100%"], .productdetails form .colors_descriptionbox {
  background: transparent;
  padding: 10px 15px;
  border-width: 1px;
  border-style: solid;
  border-collapse: separate; }

@media (max-width: 575px) {
  .productdetails form .colors_descriptionbox, .productdetails form .colors_descriptionbox table {
    width: 100%;
    table-layout: fixed; } }

.productdetails form .colors_descriptionbox, .productdetails form .colors_descriptionbox span {
  color: #000000 !important; }

.productdetails form .colors_descriptionbox td {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.428571429;
  padding: 5px; }

.productdetails form .colors_descriptionbox td[width="1"] {
  padding: 0; }

@media (max-width: 575px) {
  .productdetails form .colors_descriptionbox td {
    display: block; } }

#ProductDetail_ProductDetails_div2 .colors_descriptionbox > tbody > tr:nth-child(3) > td[width="100%"], .productdetails form .colors_descriptionbox {
  border-color: #DDDDDD; }

.vol-product__multi-child-description ~ table {
  min-width: 700px;
  max-width: 100%;
  width: 100%;
  border: 1px solid #DDDDDD; }

.vol-product__multi-child-description ~ table > tbody > tr:first-child td:nth-child(n+3) {
  text-align: center; }

.vol-product__multi-child-description ~ table td, .vol-product__multi-child-description ~ table th {
  padding: 5px;
  vertical-align: middle;
  border: 1px solid #DDDDDD; }

.vol-product__multi-child-description ~ table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #DDDDDD; }

.vol-product__multi-child-description ~ table tbody + tbody {
  border-top: 2px solid #DDDDDD; }

.vol-product__multi-child-description ~ table, .vol-product__multi-child-description ~ table p {
  font-size: 14px !important;
  line-height: 1.2; }

.vol-product__multi-child-description ~ table p {
  margin-bottom: 0; }

.vol-product__multi-child-description ~ table input[type=submit] {
  display: inline-block;
  margin-left: 5px; }

.vol-product__multi-child-description ~ table input[type=checkbox] {
  display: block;
  margin: auto; }

.vol-product__multi-child-description ~ table input:not([type=checkbox]):not([type=submit]) {
  height: 25px !important;
  text-align: center;
  width: 40px;
  display: block;
  margin: auto;
  font-size: 13px !important; }

.vol-product__multi-child-description ~ table td {
  border-color: #DDDDDD;
  padding: 5px 10px; }

.vol-product__multi-child-description ~ table tr:first-child > td {
  font-weight: 700 !important;
  background: #2B2F35; }

.vol-product__multi-child-description ~ table tr:first-child > td, .vol-product__multi-child-description ~ table tr:first-child > td p {
  color: #FFFFFF !important; }

.vol-product__multi-child-description ~ table tr:last-child > td span {
  line-height: 50px; }

.vol-product__multi-child-description ~ table button {
  margin-left: 0; }

.vol-product__multi-child-description ~ table div {
  text-align: center; }

@media (max-width: 991px) {
  .vol-product__multi-child-description ~ table {
    padding: 10px;
    margin-bottom: 15px; }
  .vol-product__multi-child-description ~ table > td.smalltext:first-child {
    font-size: .7em; }
  .vol-product__multi-child-description ~ table > td.smalltext:first-child:before {
    content: "Product Code: "; }
  .vol-product__multi-child-description ~ table > td.smalltext > div > div {
    text-decoration: line-through; }
  .vol-product__multi-child-description ~ table > td.smalltext > b > div > div:after {
    content: " - Our Price"; }
  .vol-product__multi-child-description ~ table > td.smalltext font[color="#CC0000"] b > span:after {
    content: " - Sale Price"; }
  .vol-product__multi-child-description ~ table > td.colors_productname {
    margin-bottom: 10px; }
  .vol-product__multi-child-description ~ table > td:nth-last-child(2):not(.smalltext):before {
    content: "Quantity: "; }
  .vol-product__multi-child-description ~ table > td:last-child:not([colspan="2"]):before {
    content: "Add to Cart "; }
  .vol-product__multi-child-description ~ table > td:last-child:not([colspan="2"]):after {
    content: '(Click the "Add To Cart" button below to finalize.)';
    display: block;
    margin-top: 10px;
    font-size: .8em;
    font-style: italic; } }

[data-multi-child=true] #options_table ~ table {
  display: none; }

.vol-reviews--col {
  float: none;
  padding: 0; }

.vol-reviews--left {
  margin-bottom: 20px;
  position: relative; }

.vol-reviews--left:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
  background-color: transparent; }

.vol-reviews--left.vol-sending:after {
  background-color: rgba(255, 255, 255, 0.85);
  opacity: 1;
  visibility: visible; }

.vol-reviews--left.vol-sending .vol-loader {
  opacity: 1;
  visibility: visible; }

.vol-reviews__form {
  position: relative; }

.vol-reviews__form-link {
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  transition: all .5s ease; }

.vol-reviews__form-link:not(.collapsed) {
  margin-bottom: 10px; }

.vol-reviews__form:before {
  content: "Thank you for writing a review!";
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 15px;
  font-size: 30px;
  text-align: center;
  background: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: all .5s ease; }

.vol-reviews__form.vol-success {
  max-height: 100px;
  overflow: hidden; }

.vol-reviews__form.vol-success:before {
  opacity: 1;
  visibility: visible; }

.vol-reviews__ratings {
  padding-bottom: 10px; }

.vol-reviews__ratings__text {
  font-size: 14px;
  font-style: italic;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px; }

.vol-reviews__ratings__text.has-error {
  color: #A94442; }

.vol-reviews__ratings .vol-review-stars {
  display: inline-block;
  vertical-align: middle;
  margin-top: 2px; }

.vol-reviews__ratings .icon-star {
  float: right;
  cursor: pointer; }

.vol-reviews__ratings .icon-star.highlight:before, .vol-reviews__ratings .icon-star.highlight ~ .icon-star:before, .vol-reviews__ratings .icon-star:hover:before, .vol-reviews__ratings .icon-star:hover ~ .icon-star:before {
  content: "\e613" !important; }

.vol-reviews__textarea.form-control {
  max-width: 100%;
  height: 100px; }

.vol-reviews__submit:focus {
  border: none;
  outline: none;
  box-shadow: none; }

.vol-reviews--heading {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #EEEEEE; }

.vol-reviews__avg {
  float: left;
  margin-right: 5px; }

.vol-reviews__avg__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px; }

.vol-reviews__avg .icon-star {
  margin: 0 3px;
  font-size: 30px; }

.vol-reviews__number {
  float: left;
  font-size: 20px; }

.vol-reviews__number__text {
  display: inline-block;
  margin-left: 10px; }

.vol-reviews__submit {
  width: auto; }

.vol-reviews--select--wrap {
  overflow: hidden;
  display: block;
  width: 100%;
  padding: 10px 0; }

.vol-reviews--select {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  margin: 0 5px; }

.vol-reviews--right {
  margin-bottom: 20px; }

.vol-reviews__pane {
  margin-bottom: 30px;
  border: 1px solid #EEEEEE;
  padding: 10px;
  transition: all .5s ease; }

.vol-reviews__pane--details {
  border-bottom: 1px solid #EEEEEE; }

.vol-reviews__pane--body {
  padding: 10px 0; }

.vol-reviews__pane--details, .vol-reviews__pane--main {
  padding: 10px; }

.vol-reviews__link--wrap {
  padding: 10px 0; }

.vol-reviews__link--wrap .btn {
  margin: 0 5px; }

.vol-reviews__link--text {
  margin: 0 5px 0 0; }

.vol-reviews__customer--name, .vol-reviews__customer img, .vol-reviews__link--text {
  display: inline-block;
  vertical-align: middle; }

.vol-reviews__customer--name {
  margin-right: 10px;
  letter-spacing: .05em;
  font-weight: 700; }

.vol-reviews__customer--content {
  padding: 0;
  font-size: 14px; }

.vol-reviews__customer--location {
  display: block;
  margin: 10px 0;
  font-style: italic; }

.vol-reviews i {
  margin: 0 1px; }

.vol-reviews__text, .vol-reviews i {
  display: inline-block;
  vertical-align: middle; }

.vol-reviews ~ br, .vol-reviews ~ table:not([class]):not([id]):not([width="1%"]) {
  display: none; }

.vol-reviews .vol-review__error [data-dismiss=alert] {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.vol-reviews .vol-review__error__item {
  font-weight: 700; }

.vol-reviews .vol-loader {
  font-size: 12px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #000000;
  background: linear-gradient(90deg, #000000 10%, rgba(255, 255, 255, 0) 42%);
  position: absolute;
  z-index: 3;
  top: 10%;
  left: 33%;
  opacity: 0;
  visibility: hidden;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.vol-reviews .vol-loader:before {
  width: 50%;
  height: 50%;
  background: transparent;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: ""; }

.vol-reviews .vol-loader:after {
  background: rgba(255, 255, 255, 0.85);
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

@media (min-width: 768px) {
  .vol-reviews--col {
    padding-top: 15px;
    padding-bottom: 15px; }
  .vol-reviews--left {
    margin-bottom: 0; }
  .vol-reviews__avg .icon-star {
    font-size: 24px; }
  .vol-reviews__number {
    float: right; }
  .vol-reviews--select {
    width: 30%;
    margin: 0 15px; }
  .vol-reviews--right {
    margin-bottom: 0; }
  .vol-reviews__pane--details, .vol-reviews__pane--main {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    padding: 20px; }
  .vol-reviews__pane--details {
    width: 33%;
    border: none; }
  .vol-reviews__pane--main {
    width: 66%;
    border-left: 1px solid #EEEEEE; } }

#v65-product-history-header {
  height: 40px;
  margin-bottom: 10px;
  position: relative; }

#v65-product-history-header td:first-child:before {
  content: "Recent Items";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.v65-product-history-body-cell {
  display: block; }

#v65-product-history-details {
  table-layout: fixed; }

#v65-product-history-details td {
  padding: 0 10px; }

#TurnHistoryOnOffContainer {
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  z-index: 2; }

#v65-product-history-body {
  background: none;
  border: none; }

#v65-product-history-body table.colors_backgroundlight_dark {
  background: none; }

.vCSS_img_heading_history {
  display: none; }

.historyitem_image img {
  max-width: 100%;
  height: auto; }

.historyitem_productname a {
  display: block;
  margin-bottom: 3px; }

.historyitem_productprice b font.pricecolor.colors_productprice {
  display: block;
  margin-bottom: 5px; }

@media (max-width: 991px) {
  #v65-product-history-body, #v65-product-history-header {
    display: none; } }

.v65-productDisplay {
  table-layout: fixed; }

#v65-product-related {
  margin-bottom: 25px; }

.product__title {
  font-size: 16px;
  line-height: 1.42857143;
  font-weight: 700;
  color: #000000; }

.product__title:hover {
  color: #B23331; }

.product__price--list-price {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 400;
  text-decoration: line-through; }

.product__price--base-price {
  font-size: 16px;
  font-weight: 400;
  color: #000000; }

.product__price--deal-price, .product__price--sale-price {
  font-size: 16px;
  font-weight: 700;
  color: #B23331; }

.product__setup-cost {
  font-size: 16px;
  font-weight: 400;
  color: #000000; }

.product__you-save {
  color: #B23331;
  font-size: 14px;
  font-weight: 400; }

.product__qty-in-stock {
  color: #000000;
  font-size: 14px;
  font-weight: 400; }

.product__desc {
  color: #000000;
  font-size: 16px;
  font-weight: 400; }

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

@-webkit-keyframes pageFadeIn {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes pageFadeIn {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  to {
    opacity: 1; } }

.productdetails .see-more-reviews {
  margin-bottom: 40px; }

.sidebar {
  background-color: #FFFFFF; }

.sidebar-wrapper {
  z-index: 2; }

.sidebar nav.menu {
  border-color: transparent; }

.sidebar .menu-title {
  font-size: 1.4em;
  font-weight: 700;
  background-color: #FFFFFF;
  color: #000000;
  padding-right: 15px;
  padding-left: 15px; }

.sidebar .vnav--level1 {
  position: relative; }

.sidebar .vnav--level1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #EEEEEE;
  z-index: 1; }

.sidebar .vnav--level1 > .vnav__item > .vnav__link {
  font-weight: 400;
  background-color: #FFFFFF;
  color: #000000;
  border-color: transparent;
  position: relative; }

.sidebar .vnav--level1 > .vnav__item > .vnav__link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: transparent;
  z-index: 2; }

.sidebar .vnav--level1 > .vnav__item:hover > .vnav__link:hover, .sidebar .vnav--level1 > .vnav__item > .vnav__link--active {
  background: #EEEEEE; }

.sidebar .vnav--level1 > .vnav__item:hover > .vnav__link:hover:before, .sidebar .vnav--level1 > .vnav__item > .vnav__link--active:before {
  background-color: #000000; }

.sidebar .vnav--level1 .vnav__subnav {
  background-color: #FFFFFF;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15); }

.sidebar .vnav--level1 .vnav__subnav > .vnav__item > .vnav__link {
  font-weight: 400;
  color: #000000;
  border-color: transparent; }

.sidebar .vnav--level1 .vnav__subnav > .vnav__item:hover > .vnav__link:hover, .sidebar .vnav--level1 .vnav__subnav > .vnav__item > .vnav__link--active {
  background-color: #F2F2F2;
  color: #000000; }

.sidebar .vnav--level1 .vnav__item:hover {
  background: none; }

.sidebar .vnav--level1 .menu-s ul {
  background-color: #FFFFFF; }

.sidebar .vnav--level1 .menu-s ul a {
  background-color: transparent;
  font-weight: 400;
  color: #000000;
  border-color: transparent; }

.sidebar .vnav--level1 .menu-s ul .nav:hover > a:hover, .sidebar .vnav--level1:not([menu-type~=always-expand]):not([menu-type~=smart-expand]):not([menu-type~=toggle-expand]) .vnav__item:hover > .vnav__link {
  background-color: #F2F2F2;
  color: #000000; }

.sidebar .vnav--level1:not([menu-type~=always-expand]):not([menu-type~=smart-expand]):not([menu-type~=toggle-expand]) .vnav__subnav {
  border-color: transparent;
  background-color: #FFFFFF;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15); }

.vol-help a[href*="help_answer.asp"] {
  padding: 0 10px;
  text-indent: 0; }

@media (max-width: 991px) {
  .vol-help a[href*="help_answer.asp"]:after {
    content: "";
    clear: both;
    display: block; } }

.vol-help img[src*="/headings/heading_help.gif"] + br + table + table td {
  text-align: left; }

@media (max-width: 991px) {
  .vol-help img[src*="/headings/heading_help.gif"] + br + table + table td {
    padding: 0 5px;
    width: 100%;
    display: block; } }

.vol-help img[src*="/headings/heading_help.gif"] + br + img + a + br + table > tbody > tr > td {
  display: block; }

.vol-help img[src*="/headings/heading_help.gif"] + br + img + a + br + table > tbody > tr > td[width="15"] {
  height: 5px; }

.vol-help img[src*="/headings/heading_help.gif"] + br + img + a + br + table > tbody > tr > td .productnamecolorLARGE {
  display: block;
  margin-top: 25px; }

@media (max-width: 991px) {
  .vol-help img[src*="/headings/heading_help.gif"] + br + img + a + br + table > tbody > tr > td .productnamecolorLARGE {
    text-transform: uppercase;
    display: block;
    margin-top: 20px; } }

.vol-help form[name*=form2] {
  padding-bottom: 20px; }

.vol-help form[name*=form2] table[width="500"] {
  margin: 10px 0;
  table-layout: fixed;
  width: 100%; }

@media (max-width: 991px) {
  .vol-help form[name*=form2] table[width="500"] td {
    width: 100%;
    display: block; } }

.vol-help #div_articleid_108 {
  font-size: 18px;
  margin-bottom: 20px; }

.vol-help #content_area .colors_productname {
  display: block;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 10px; }

.PageText_L375n {
  color: #000000;
  margin-top: 10px;
  padding: 7px 20px;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  float: left;
  font-size: 13px; }

.PageText_L375n:hover {
  background: #B23331;
  border-color: #B23331;
  color: #FFFFFF; }

#content_area form[name=form2] table[width="100%"].colors_lines_light > tbody > tr > td.colors_background3_text b, .orderdetails #content_area form[action="OrderDetails.asp"] td[align=right] .colors_backgroundlight td {
  background-color: #000000;
  color: #FFFFFF; }

.kb_results #content_area td[bgcolor="#C6FFBF"], .kb_results #content_area td[bgcolor="#ededed"] {
  background-color: transparent;
  color: #000000; }

.deal, .deal-headline, .deal-saving-stock-details {
  border-color: #EEEEEE; }

#content_area .deal {
  max-width: none;
  font-family: Noto Sans, sans-serif; }

#content_area .deal-image {
  float: none;
  margin: 0 auto; }

#content_area .deal-details {
  margin-right: 0;
  padding-left: 0; }

#content_area .deal-main-heading {
  height: auto !important;
  background-image: none !important; }

#content_area .deal-extra-heading {
  background-image: none !important; }

#content_area .deal-extra-heading:before, #content_area .deal-main-heading:before {
  content: "";
  display: block;
  padding: 20px 0 20px 25px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 700;
  background: #000000;
  border-radius: 0;
  font-size: 19px; }

#content_area .deal-main-heading:before {
  content: "Deal of the Day"; }

#content_area .deal-extra-heading {
  height: 60px !important;
  margin: 0; }

#content_area .deal-extra-heading:before {
  content: "More Deals of the Day"; }

#content_area .deal-headline {
  font-size: 24px;
  color: #000000;
  font-family: Noto Sans, sans-serif; }

#content_area .deal-product-name a {
  text-decoration: none;
  font-size: 18px;
  color: #000000;
  font-family: Noto Sans, sans-serif; }

#content_area .deal-price {
  margin-left: 0; }

#content_area .deal-pricing {
  color: #EEEEEE;
  height: 78px;
  margin: 0;
  background-image: none !important;
  background-color: #555555;
  border-radius: 0; }

#content_area .deal-buy-now, #content_area .deal-buy-now.sold-out {
  margin: 17px 20px 0 0;
  background: none;
  height: auto;
  width: auto; }

#content_area .deal-buy-now a {
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  height: 43px;
  line-height: 43px;
  padding: 0 16px;
  font-size: 18px; }

#content_area .deal-end {
  color: #D9534F;
  font-size: 14px;
  font-family: Noto Sans, sans-serif; }

#content_area .deal-regular-price-caption, #content_area .deal-savings-caption, #content_area .deal-stock-caption {
  color: #000000; }

#content_area .deal-buy-now a {
  text-transform: uppercase;
  background: #000000; }

#content_area .deal-buy-now a:hover {
  background: #000000; }

@media (min-width: 768px) {
  #content_area .deal-image {
    float: right; }
  #content_area .deal-details {
    margin-right: 280px; }
  #content_area .deal-price {
    margin-left: 12px; } }

.thankyou img {
  max-width: none; }

@media (max-width: 991px) {
  .thankyou #content_area table[width="450"] {
    width: 100% !important; }
  .thankyou #content_area table[width="450"] img[height="100"] {
    width: 100% !important;
    height: auto !important;
    min-width: 73px; }
  .thankyou #content_area table[width="450"] tbody > tr {
    display: block !important;
    margin-bottom: 15px; } }

.dealoftheday #content_area .deal-pricing {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.2); }

.dealoftheday #content_area .deal-end {
  color: #B23331; }

.dealoftheday #content_area .deal-description, .dealoftheday #content_area .deal-product-name a, .dealoftheday #content_area .deal-regular-price-caption, .dealoftheday #content_area .deal-savings-caption, .dealoftheday #content_area .deal-stock-caption {
  color: #000000; }

.dealoftheday #content_area .deal, .dealoftheday #content_area .deal-end, .dealoftheday #content_area .deal-headline, .dealoftheday #content_area .deal-saving-stock-details {
  border-color: rgba(0, 0, 0, 0.2); }

.faq .panel-group {
  margin-top: 30px;
  border-top: 1px solid #DDDDDD; }

.faq .panel-group > h3 {
  background: #2B2F35;
  color: #FFFFFF;
  padding: 20px 15px;
  margin: 0 0 10px; }

.faq .panel-group .pull-right {
  margin-left: 20px; }

.faq .panel {
  box-shadow: none; }

.faq .panel + .panel {
  margin-top: 0; }

.faq .panel h3 {
  font-size: 17px; }

.faq .panel-default {
  border: 0; }

.faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: 1px solid #DDDDDD;
  border-top: 0;
  background: #F7F7F7; }

.faq .panel-default > .panel-heading + .panel-collapse > .panel-body p:last-child {
  margin-bottom: 0; }

.faq .panel-heading {
  background: none;
  padding: 0;
  border-bottom: 1px solid #DDDDDD;
  position: relative; }

.faq .panel-heading:after {
  content: "\f067";
  font-family: FontAwesome, sans-serif;
  color: #2B2F35;
  font-size: 15px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.faq .panel-heading[aria-expanded=true] {
  color: #B23331; }

.faq .panel-heading[aria-expanded=true]:after {
  content: "\f068";
  color: #B23331; }

.faq .panel-title {
  font-size: 18px;
  line-height: 1.4;
  padding: 20px 0;
  cursor: pointer; }

.img-circle {
  border-radius: 50%; }

#quickfacts {
  background-color: #ECE6CC;
  border: 1px solid #E5DDB9;
  padding: 20px; }

#quickfacts h2 {
  color: #B23331;
  margin: 0 0 15px; }

.redbox {
  border-radius: 5px;
  border: 1px solid #B23331;
  margin-left: auto;
  margin-right: auto;
  padding: 10px; }

.HIW_text {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  text-align: left;
  font-weight: 400; }

.mail-to-font {
  font-size: smaller; }

.company-red {
  color: #B23331; }

.reviews-green {
  background-color: #6FAE42; }

.font-white {
  color: #FFFFFF; }

.video-grid {
  margin-right: 20px; }

.video-no-margin {
  margin-right: 0; }

.caption {
  font-size: smaller;
  text-align: center; }

.home #content_area {
  padding: 0; }

.home #content_area br {
  display: none; }

.home .container--content {
  padding: 0;
  width: 100%;
  max-width: 100%; }

.home .testimonials + .container > .row {
  margin: 0; }

.content_area-wrapper {
  padding: 0; }

.form-brochure {
  margin-top: 60px;
  background-color: #BC3C2E; }

.home #content_area .form-brochure br {
  display: block; }

.form-brochure h2 {
  position: relative;
  margin-bottom: 0;
  padding: 15px 20px;
  border-bottom: 2px solid #822920;
  background-image: linear-gradient(180deg, #842A21, #963025 27%, #963025);
  color: #FFFFFF;
  font-size: 30px;
  line-height: 39px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase; }

@media (max-width: 991px) {
  .form-brochure h2 {
    font-size: 26px; } }

.form-brochure h2 strong {
  border-bottom: 1px solid #FFE992;
  color: #FFE992; }

.form-brochure p {
  font-size: 19px;
  line-height: 1.3em;
  text-align: center;
  margin: 0 0 20px; }

@media (max-width: 991px) {
  .form-brochure p {
    font-size: 16px; } }

.form-brochure label {
  margin: 8px 0 6px;
  font-weight: 400;
  line-height: 1; }

.form-brochure .btn {
  margin-top: 20px; }

@media (max-width: 991px) {
  .form-brochure .btn {
    display: block;
    margin: 20px auto 0; } }

.form-brochure .alert {
  background: #FFFFFF;
  color: #2B2F35;
  text-align: center;
  border-radius: 3px; }

#brochure-form {
  display: block;
  padding: 20px 0;
  color: #FFFFFF; }

@media (max-width: 991px) {
  #brochure-form {
    padding: 20px 15px; } }

#brochure-form input:not([type=submit]) {
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #B4B4B4;
  border-radius: 5px;
  color: #8F8F8F;
  font-size: 16px;
  margin: 0; }

.disc {
  display: block;
  width: 80%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  color: #B9B9B9;
  font-size: 12px;
  line-height: 15px;
  text-align: center; }

.hiws {
  margin: 60px 0; }

.hiws-item {
  position: relative; }

@media (max-width: 991px) {
  .hiws-item {
    display: block;
    margin: 1em auto;
    width: 360px; } }

.hiws-num {
  position: absolute;
  left: -14px;
  top: -23px;
  display: inline-block;
  width: 70px;
  height: 70px;
  border: 1px solid #822A21;
  border-radius: 50%;
  background-color: #BC3C2E;
  color: #FFFFFF;
  font-size: 34px;
  line-height: 70px;
  text-align: center; }

@media (max-width: 991px) {
  .hiws-num {
    width: 50px;
    height: 50px;
    font-size: 22px;
    line-height: 50px; } }

.hiws-title {
  text-align: center;
  font-size: 17px;
  margin-top: 10px; }

@media (max-width: 991px) {
  .hiws-title {
    font-size: 15px; } }

.hiws-title strong {
  font-size: 25px; }

@media (min-width: 992px) and (max-width: 1239px) {
  .hiws-title strong {
    font-size: 20px; } }

@media (max-width: 991px) {
  .hiws-title strong {
    font-size: 18px; } }

.section-heading {
  text-align: center;
  padding: 20px;
  margin-bottom: 30px; }

.section-heading h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px; }

.section-heading p {
  margin: 0;
  font-size: 17px; }

.container.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.container.flex-container, .cta {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.cta {
  position: relative;
  display: block;
  padding: 25px 10px;
  background-color: #B23331;
  box-shadow: inset 0 0 8px -3px #000000; }

@media (max-width: 767px) {
  .cta > .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .cta > .container > * {
    width: 100%; } }

@media (min-width: 768px) {
  .cta-left {
    margin-right: 60px; } }

@media (max-width: 767px) {
  .cta-left {
    text-align: center; } }

.cta h3 {
  margin: 10px 0 0;
  color: #FFFFFF;
  font-size: 32px;
  line-height: 1em;
  font-weight: 700;
  text-shadow: 0 3px 4px rgba(0, 0, 0, 0.17); }

.cta p {
  margin: 4px 0 0;
  color: #FFFFFF;
  font-size: 18px; }

@media (max-width: 767px) {
  .cta p {
    text-align: center;
    margin-bottom: 20px; } }

.benefits {
  margin: 60px 0; }

.benefits-plus {
  margin-top: 50px; }

.benefits-plus img {
  display: block;
  height: 160px !important;
  margin-right: auto;
  margin-left: auto; }

@media (max-width: 991px) {
  .benefits-plus img {
    height: 130px !important; } }

.benefits-plus p {
  margin: 15px 0 0;
  color: #000000;
  font-size: 30px;
  text-align: center; }

@media (max-width: 991px) {
  .benefits-plus p {
    font-size: 20px; } }

.benefits .section-heading {
  margin-bottom: 50px; }

.benefits .only {
  border-bottom: 3px solid #BC3C2E; }

.benefit {
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  margin-bottom: 2em; }

.benefit img {
  margin: 0 auto;
  height: 80px !important; }

@media (max-width: 991px) {
  .benefit img {
    height: 70px !important; } }

.benefit img.phone-img {
  height: 120px !important;
  margin-top: -40px;
  margin-right: -32px; }

@media (max-width: 991px) {
  .benefit img.phone-img {
    height: 90px !important; } }

.benefit-title {
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 700; }

@media (max-width: 991px) {
  .benefit-title {
    font-size: 14px; } }

.benefit-row {
  margin-bottom: 60px; }

.benefit br {
  display: block !important; }

.seals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #CCCCCC;
  background-color: #FFFFFF; }

@media (max-width: 991px) {
  .seals {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .seals > div {
    width: 25%; } }

.seals > div {
  width: 12.5%;
  padding: 0 5px;
  text-align: center; }

.seals img {
  max-height: 120px; }

.home #content_area > table > tbody > tr > td[width="1%"] {
  display: none; }

.home #content_area > table > tbody > tr > td[width="2%"], .home #content_area > table > tbody > tr > td[width="96%"] {
  float: left;
  padding-right: 15px;
  padding-left: 15px; }

.home #content_area > table > tbody > tr > td[width="96%"] {
  width: 100%; }

@media (min-width: 992px) {
  .home #content_area > table > tbody > tr > td[width="96%"] {
    width: 75%; } }

.home #content_area > table > tbody > tr > td[width="2%"] {
  display: none; }

@media (min-width: 992px) {
  .home #content_area > table > tbody > tr > td[width="2%"] {
    display: block;
    width: 25%; } }

.home #content_area > table > tbody > tr > td[width="2%"] table, .home #content_area > table > tbody > tr > td[width="2%"] tbody, .home #content_area > table > tbody > tr > td[width="2%"] td, .home #content_area > table > tbody > tr > td[width="2%"] tr {
  display: block;
  width: 100%;
  height: auto; }

.home #content_area > table > tbody > tr > td[width="2%"] img[src*="/v/vspfiles/photos/"] {
  margin-left: 0; }

.home #content_area > table > tbody > tr > td[width="2%"] img[src*="clear1x1.gif"], .home #content_area > table > tbody > tr > td[width="2%"] img[src*="clear1x1.gif"] + br, .home #content_area > table > tbody > tr > td[width="2%"] img[src*="FBox_Border_Bottom.gif"] {
  display: none; }

.home #content_area > table > tbody > tr > td[width="2%"] td.colors_background1 {
  font-size: 1.3em;
  background-image: none; }

.home #content_area > table > tbody > tr > td[width="2%"] td.v65-productDetailInfo > div > a.smalltext.colors_text, .home #content_area > table > tbody > tr > td[width="2%"] td.v65-productDetailInfo > div > br {
  display: none; }

.full-width-promo__bg {
  margin: auto; }

.btn-next, .btn-prev {
  background-color: rgba(255, 255, 255, 0.6);
  transition: background-color .2s linear; }

.btn-next:hover, .btn-prev:hover {
  background-color: #FFFFFF; }

.btn-next svg, .btn-prev svg {
  fill: #000000; }

.owl-dot:hover span, .owl-dot span:hover span {
  background-color: #FFFFFF; }

.owl-dot span, .owl-dot span span {
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  border: 1px solid #FFFFFF;
  transition: background-color .2s linear; }

#fpslider {
  padding-bottom: 30px; }

#fpslider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: -28px; }

#fpslider .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  background: #EEEEEE;
  border: none;
  box-shadow: none;
  margin: 0 5px; }

#fpslider .owl-dots .owl-dot.active span {
  background: #000000; }

#fpslider .owl-nav {
  text-align: center; }

#fpslider .owl-nav .arrow-next, #fpslider .owl-nav .arrow-prev {
  display: inline-block; }

#fpslider .owl-nav .arrow-prev svg {
  height: 20px;
  width: 20px;
  fill: #000000; }

#fpslider .owl-nav .arrow-next {
  margin-left: 10px; }

#fpslider .owl-nav .arrow-next svg {
  height: 20px;
  width: 20px;
  fill: #000000; }

#fpslider .owl-nav .arrow-prev {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -10px; }

@media (min-width: 992px) {
  #fpslider .owl-nav .arrow-prev {
    left: -30px; } }

#fpslider .owl-nav .arrow-next {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -10px;
  margin-left: 0;
  left: auto;
  right: 15px; }

@media (min-width: 992px) {
  #fpslider .owl-nav .arrow-next {
    right: -30px; } }

#fpslider .owl-controls {
  margin: 0; }

#fpslider .active {
  background-image: none; }

.header-promo__text {
  margin-bottom: 0; }

.header-promo__link {
  display: table;
  line-height: normal; }

#vSlider .owl-text-overlay {
  font-family: inherit; }

#vSlider .owl-text-overlay .owl-banner-sub-text, #vSlider .owl-text-overlay .owl-banner-text {
  color: inherit;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.3); }

@media (max-width: 991px) {
  #vSlider .owl-text-overlay .owl-text-overlay {
    width: 100%;
    padding: 0 15px; }
  #vSlider .owl-text-overlay .owl-text-overlay .owl-banner-sub-text, #vSlider .owl-text-overlay .owl-text-overlay .owl-banner-text {
    font-size: 7vw;
    line-height: 7vw;
    margin-top: 1vw;
    margin-bottom: 1vw;
    display: block; }
  #vSlider .owl-text-overlay .owl-text-overlay .owl-banner-sub-text {
    font-size: 5vw;
    line-height: 5vw; }
  #vSlider .owl-text-overlay .owl-text-overlay .owl-banner-button-text {
    display: inline-block; } }

#vSlider .owl-nav {
  margin: 0; }

#vSlider .owl-nav .btn-next, #vSlider .owl-nav .btn-prev {
  padding: 6px 20px;
  margin-top: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  background: none; }

#vSlider .owl-nav .btn-next:hover svg, #vSlider .owl-nav .btn-prev:hover svg {
  fill: #B23331; }

#vSlider .owl-nav .btn-next svg, #vSlider .owl-nav .btn-prev svg {
  width: 30px;
  height: 100%;
  max-width: none;
  max-height: none; }

#vSlider .owl-nav .btn-prev {
  left: 0; }

#vSlider .owl-nav .btn-next {
  right: 0;
  left: auto; }

.center-vertical, .navbar-left, .navbar-right, .promotion-left, .promotion-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.fixed-top-navbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4; }

.fixed-top-promotion {
  position: fixed !important;
  top: 106px;
  left: 0;
  z-index: 4 !important; }

.banner-left, .banner-left span, .banner-middle, .banner-right, .banner-right a, .centerVertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.borderLeft {
  border-left: 1px dashed rgba(241, 196, 15, 0.32); }

.banner {
  position: relative;
  width: 100vw;
  height: auto;
  background: #383838;
  color: #FFFFFF; }

.banner:before {
  position: absolute;
  width: 30%;
  height: 64px;
  z-index: 1;
  content: "";
  right: 0;
  top: 0;
  background: #BC3C2E; }

@media screen and (max-width: 690px) {
  .banner:before {
    display: none; } }

@media screen and (max-width: 990px) {
  .banner:after {
    position: absolute;
    width: 100%;
    height: 32px;
    bottom: -32px;
    left: 0;
    content: "";
    z-index: 1;
    background: #383838; } }

.banner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2; }

@media screen and (max-width: 690px) {
  .banner-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.banner-left, .banner-middle, .banner-right {
  height: 64px; }

.banner-left {
  width: 478px; }

@media screen and (max-width: 690px) {
  .banner-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%; } }

.banner-left span {
  font-size: 20px;
  height: 100%; }

.banner-left span:first-child {
  margin-right: 16px; }

@media screen and (max-width: 500px) {
  .banner-left span:first-child {
    margin-right: 10px; } }

.banner-left span:last-child {
  padding-left: 16px; }

@media screen and (max-width: 500px) {
  .banner-left span:last-child {
    padding-left: 10px; } }

.banner-left span #free {
  padding: 4px 8px;
  margin: 0;
  margin-right: 4px;
  background: #F1C40F;
  color: #383838;
  height: auto; }

@media screen and (max-width: 500px) {
  .banner-left span #free {
    padding: 4px; } }

@media screen and (max-width: 500px) {
  .banner-left span {
    font-size: 16px; } }

@media screen and (max-width: 400px) {
  .banner-left span {
    text-align: center; } }

.banner-middle {
  width: calc(100% - 658px);
  font-size: 12px;
  font-weight: 300;
  margin: 0; }

@media screen and (min-width: 1190px) {
  .banner-middle {
    margin: 0 0 0 32px; } }

@media screen and (max-width: 990px) {
  .banner-middle {
    position: absolute;
    left: 0;
    bottom: -32px;
    width: 100%;
    height: 32px;
    text-align: center;
    background: #383838;
    color: #FFFFFF; }
  .banner-middle br {
    display: none; } }

@media screen and (max-width: 690px) {
  .banner-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%; } }

@media screen and (max-width: 500px) {
  .banner-middle {
    height: 40px; } }

.banner-right {
  width: 180px;
  background: #BC3C2E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 18px; }

@media screen and (max-width: 690px) {
  .banner-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%; } }

.banner-right a {
  color: #FFFFFF;
  text-decoration: none; }

.banner-right a span {
  font-weight: 700;
  margin-right: 12px;
  transition: all .32s; }

.banner-right a i {
  font-size: 32px;
  margin: 0;
  padding: 0; }

.banner-right a:hover {
  color: #FFFFFF; }

.banner-right a:hover span {
  margin-right: 24px; }

.p-t-0 {
  padding-top: 0 !important; }

.navbar {
  width: 100%;
  margin: 0;
  border-radius: 0; }

.navbar-left {
  height: 106px; }

.navbar-right {
  height: 106px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.navbar__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.navbar__phone p {
  font-size: 12px;
  color: #B2D93C;
  font-style: italic; }

.navbar__phone p span {
  color: #FFFFFF;
  font-size: 12px; }

.navbar__phone a {
  padding: 12px 24px;
  border-radius: 4px;
  background: #B2D93C;
  font-size: 30px;
  font-weight: 700; }

.navbar__phone a span {
  font-weight: 500;
  font-size: 30px; }

.navbar__phone a:hover {
  background: #CCA300; }

.navbar--fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4; }

.promotion {
  position: relative;
  z-index: 2;
  width: 100%;
  background: #383838;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.64);
  border-bottom: 1px solid #383838; }

@media (min-width: 768px) {
  .promotion {
    height: 50px; } }

@media (max-width: 767px) {
  .promotion {
    background: none !important;
    text-align: center;
    border-top: 4px solid #BC3C2E !important;
    border-bottom: 4px solid #BC3C2E !important;
    padding: 10px; }
  .promotion, .promotion a, .promotion span {
    color: #383838 !important; }
  .promotion span {
    display: block;
    width: 100%; } }

.promotion:before {
  left: 0; }

.promotion:after, .promotion:before {
  display: block;
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
  content: "";
  background: url(../images/nav-arrows.png); }

.promotion:after {
  right: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

@media (min-width: 768px) {
  .promotion-left {
    color: #FFFFFF;
    height: 50px; } }

.promotion-left i {
  color: #B2D93C;
  font-size: 21px; }

.promotion-left span {
  margin: 0 8px; }

@media (max-width: 767px) {
  .promotion-left span {
    margin-bottom: 0; } }

.promotion-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

@media (min-width: 768px) {
  .promotion-right {
    color: #FFFFFF;
    height: 50px; } }

.promotion span {
  font-size: 21px;
  text-transform: uppercase; }

@media (min-width: 768px) {
  .promotion span {
    color: #FFFFFF; } }

.promotion--red {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.64); }

@media (min-width: 768px) {
  .promotion--red {
    height: 90px;
    background: #BC3C2E;
    border: 0; } }

@media (max-width: 767px) {
  .promotion--red {
    color: #000000; }
  .promotion--red a {
    color: #BC3C2E; } }

.promotion--red:after, .promotion--red:before {
  display: none; }

@media (min-width: 768px) {
  .promotion--red .promotion-left, .promotion--red .promotion-right {
    height: 90px; } }

.promotion--red .promotion-right span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  right: -8px;
  font-size: 42px; }

@media (min-width: 768px) {
  .promotion--red .promotion-right span {
    color: #F1C40F; } }

@media screen and (max-width: 767px) {
  .promotion--red .promotion-right span {
    font-size: 21px; } }

.promotion--red .promotion-right span:before {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.promotion--red .promotion-right span:after, .promotion--red .promotion-right span:before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100px;
  height: 90px;
  background: url(../images/red-arrows2.png);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: cover; }

.promotion--red .promotion-right span:after {
  right: 0; }

.promotion--red span {
  font-size: 28px;
  text-transform: none; }

@media screen and (max-width: 767px) {
  .promotion--red span {
    font-size: 21px; } }

.homeContent {
  width: 100%;
  background: url(../../images/new/header-bg-large.jpg); }

.homeContent-left, .homeContent-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 562px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.homeContent-right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.homeContent-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 85%;
  background: rgba(29, 29, 29, 0.8);
  border: 3px solid #4A4A4A;
  color: #FFFFFF;
  text-align: center;
  padding: 16px;
  line-height: 1; }

@media screen and (max-width: 767px) {
  .homeContent-box {
    width: 100%;
    margin-top: 32px; } }

.homeContent-box h1 {
  font-size: 30px;
  font-weight: 400; }

.homeContent-box a {
  display: inline-block;
  margin: 16px 0;
  padding: 10px 30px;
  border-radius: 30px;
  background: #B2D93C;
  color: #FFFFFF;
  color: #383838;
  font-weight: 700;
  font-size: 21px; }

.homeContent-box a:hover {
  background: #CCA300; }

.homeContent-box h2 {
  font-size: 21px !important;
  font-weight: 300; }

.homeContent-box div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 32px;
  margin-top: 16px; }

.homeContent-box div img {
  width: auto;
  height: 115px; }

.homeContent-box + p, .homeContent-box + p a {
  color: #FFFFFF;
  font-size: 12px;
  width: 85%;
  margin-top: 4px;
  font-weight: 300; }

.homeContent-box + p a {
  text-decoration: underline; }

.homeContent-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 85%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  padding: 24px; }

@media screen and (max-width: 767px) {
  .homeContent-form {
    width: 100%;
    margin-bottom: 32px; } }

.homeContent-form img {
  width: 150px;
  height: auto;
  margin-bottom: 16px; }

.homeContent-form p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 16px; }

.homeContent-form .required {
  font-size: 12px;
  text-align: right; }

.homeContent-form input {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  margin-bottom: 16px;
  padding: 0 16px;
  font-size: 14px; }

.homeContent-form input:focus {
  border-color: #0C62A8;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.homeContent-form button {
  font-size: 21px;
  font-weight: 700;
  padding: 12px 30px;
  border-radius: 4px;
  background: #B2D93C; }

.homeContent-form button i {
  font-size: 21px; }

.homeContent-form button:hover {
  background: #CCA300; }

.section {
  width: 100%; }

@media (min-width: 768px) {
  .section {
    background: url(../../images/new/creative1.jpg) 50% no-repeat scroll;
    background-size: cover; } }

.section-right {
  width: 100%;
  height: auto;
  background: rgba(255, 255, 255, 0.75);
  padding: 32px; }

.section-right h1 {
  color: #0C62A8;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 32px; }

.section-right p {
  font-size: 14px;
  line-height: 1.4; }

@media screen and (max-width: 767px) {
  .section--blue {
    background: #41A3E2; } }

@media (min-width: 768px) {
  .section--blue {
    padding: 48px;
    background: url(../../images/new/creative2-bg.jpg) 50% no-repeat scroll;
    background-size: 100% auto; } }

.section-column {
  height: auto;
  text-align: center; }

.section-column h1, .section-column p {
  color: #FFFFFF; }

.section-column p {
  margin-top: 16px;
  font-weight: 300;
  margin-bottom: 40px; }

.section-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 280px;
  padding: 32px;
  margin-bottom: 24px;
  border: 2px solid #3AADFC;
  background-color: #1185CF; }

@media screen and (max-width: 767px) {
  .section-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto; } }

.section-box__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  height: 100%; }

@media screen and (max-width: 767px) {
  .section-box__photo {
    width: 100%; } }

.section-box__photo img {
  max-width: 100%;
  height: auto; }

.section-box__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
  width: 50%;
  padding-left: 80px; }

@media screen and (max-width: 767px) {
  .section-box__content {
    width: 100%;
    padding: 0; } }

.section-box__content h1 {
  font-size: 28px;
  font-weight: 400; }

.section-box__content p {
  font-weight: 700;
  font-size: 18px;
  padding: 0;
  margin: 0;
  margin-top: 16px; }

.section-box__content p:last-child {
  font-size: 14px;
  font-weight: 300; }

@media (max-width: 767px) {
  .section-box__content ul {
    margin: 2em 0; } }

@media (min-width: 768px) {
  .section--black {
    background: url(../../images/new/creative3-bg.jpg); } }

.section--black .section-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media (min-width: 768px) {
  .section--black .section-column {
    height: 348px; } }

@media (max-width: 767px) {
  .section--black .section-column {
    padding: 2em 0; } }

.section--black h1, .section--black p {
  color: #FFFFFF;
  text-align: center; }

.section--white {
  background-image: none;
  padding: 48px 0; }

.section--white h1, .section--white p {
  color: #383838;
  margin: 0; }

.section--white h1 {
  color: #0C62A8; }

.section--white p {
  font-size: 21px;
  margin-top: 24px; }

.section--white p:nth-child(3) {
  font-size: 16px;
  margin: 0; }

.section--white p:last-child {
  font-size: 16px;
  padding-bottom: 48px;
  border-bottom: 2px solid #DDDDDD; }

.section--white .iconBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.section--white .iconBox img {
  max-width: 100%;
  height: auto; }

.section--white .iconBox h1 {
  font-size: 28px;
  color: #0C62A8;
  margin: 32px 0; }

.section--white .iconBox h1 span {
  display: block;
  color: #3AADFC;
  font-size: 28px; }

.section--white .iconBox p {
  font-size: 14px;
  border: 0;
  line-height: 1.4; }

.section--label {
  background: #0C62A8; }

.section-labelBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 110px; }

@media screen and (max-width: 767px) {
  .section-labelBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    padding-bottom: 70px;
    padding-top: 32px;
    text-align: center; } }

@media (max-width: 767px) {
  .section-labelBox {
    padding: 30px 0; } }

.section-labelBox__item img {
  max-width: 100%;
  height: auto; }

.section-labelBox__item h1, .section-labelBox__item p {
  color: #FFFFFF; }

.section-labelBox__item h1 {
  font-size: 21px;
  font-weight: 400; }

.section-labelBox__item p {
  font-size: 14px;
  font-weight: 300; }

@media (max-width: 767px) {
  .section-labelBox__item h3 {
    margin-bottom: 0 !important; } }

.section--product {
  background-image: url(../../images/new/creative4-bg.png); }

.section--product .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 350px; }

@media screen and (max-width: 767px) {
  .section--product .container {
    height: auto; } }

.section--product h1, .section--product p {
  color: #FFFFFF; }

.section--product h1 {
  margin-bottom: 32px;
  font-size: 42px; }

.section--product p {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 300; }

@media screen and (max-width: 767px) {
  #display_homepage_title + div + div.header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media (max-width: 1300px) {
  .c-testimonials {
    width: 100%; }
  .homepage-reviews {
    width: 90vw; } }

.alek img {
  max-height: 300px;
  padding: 0px; }

#opt7-tech-specs,
#opt7-tech-specs p,
.HIW_text,
#opt7-tech-specs span,
#opt7-tech-specs font {
  font-family: "Montserrat", Arial, Helvetica, sans-serif !important; }

#quickfacts {
  width: 575;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ECE6CC;
  -webkit-box-shadow: 6px 6px 13px 0px #999998;
  -moz-box-shadow: 6px 6px 13px 0px #999998;
  box-shadow: 6px 6px 13px 0px #999998;
  padding: 10px;
  border: 1px solid #E5DDB9; }

#mediabox {
  width: 280;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ECE6CC; }

.quickfactsheading {
  font-family: Gotham, Helvetica Neue, Helvetica, "Arial", sans-serif;
  font-size: 30px;
  padding-top: 15px;
  color: #A90000; }

.c-top__left h1 {
  line-height: 25px;
  margin-bottom: 0;
  margin-top: 3px; }

@media only screen and (max-width: 500px) {
  .c-testimonials {
    width: 100%; }
  .c-top__left h1 {
    margin: 10px 0;
    line-height: 20px; }
    .c-top__left h1 span {
      font-size: 18px !important;
      line-height: 27px; }
      .c-top__left h1 span .useCode {
        display: block; }
  .c-top__right {
    display: block;
    text-align: center;
    float: none; }
    .c-top__right img {
      margin: 0 auto; }
  .c-phone__left {
    font-size: 22px; }
  .c-phone__right {
    font-size: 30px; }
  .c-phone {
    margin: 50px 0;
    border-radius: 10px;
    overflow: hidden; } }

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

#side_column650 {
  width: 100%;
  float: left;
  margin-left: 5px;
  padding-left: 10px; }

#right_clumn330 {
  width: 100%;
  float: right; }

@media (min-width: 576px) {
  #side_column650 {
    width: 70%;
    float: left;
    margin-left: 5px;
    padding-left: 10px; }
  #right_clumn330 {
    width: 28%;
    float: right; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; } }

@media (min-width: 768px) {
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; } }

.c-form {
  padding: 20px;
  background: #eee;
  border: 1px solid #ddd; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-lg {
  padding: 12px 26px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0; }

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -.5rem;
  margin-left: -.5rem; }

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.col-xs, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-offset-0, .col-xs-offset-1, .col-xs-offset-10, .col-xs-offset-11, .col-xs-offset-12, .col-xs-offset-2, .col-xs-offset-3, .col-xs-offset-4, .col-xs-offset-5, .col-xs-offset-6, .col-xs-offset-7, .col-xs-offset-8, .col-xs-offset-9 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: .5rem;
  padding-left: .5rem; }

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-0 {
  margin-left: 0; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

@media only screen and (min-width: 48em) {
  .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-offset-0, .col-sm-offset-1, .col-sm-offset-10, .col-sm-offset-11, .col-sm-offset-12, .col-sm-offset-2, .col-sm-offset-3, .col-sm-offset-4, .col-sm-offset-5, .col-sm-offset-6, .col-sm-offset-7, .col-sm-offset-8, .col-sm-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem; }
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-0 {
    margin-left: 0; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 64em) {
  .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-offset-0, .col-md-offset-1, .col-md-offset-10, .col-md-offset-11, .col-md-offset-12, .col-md-offset-2, .col-md-offset-3, .col-md-offset-4, .col-md-offset-5, .col-md-offset-6, .col-md-offset-7, .col-md-offset-8, .col-md-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem; }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 75em) {
  .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-offset-0, .col-lg-offset-1, .col-lg-offset-10, .col-lg-offset-11, .col-lg-offset-12, .col-lg-offset-2, .col-lg-offset-3, .col-lg-offset-4, .col-lg-offset-5, .col-lg-offset-6, .col-lg-offset-7, .col-lg-offset-8, .col-lg-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-left: .5rem; }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-0 {
    margin-left: 0; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@font-face {
  font-family: 'ProximaNova_black';
  font-weight: 900;
  font-style: normal;
  src: url("https://trustspot.io/assets/fonts/proxima_nova_black.woff2") format("woff2"), url("https://trustspot.io/assets/fonts/proxima_nova_black.woff") format("woff"), url("https://trustspot.io/assets/fonts/proxima_nova_black.ttf") format("truetype"); }

@font-face {
  font-family: 'ProximaNova_light';
  font-weight: 300;
  font-style: normal;
  src: url("https://trustspot.io/assets/fonts/proxima_nova_light.woff2") format("woff2"), url("https://trustspot.io/assets/fonts/proxima_nova_light.woff") format("woff"), url("https://trustspot.io/assets/fonts/proxima_nova_light.ttf") format("truetype"); }

@font-face {
  font-family: 'ProximaNova';
  font-weight: 600;
  font-style: normal;
  src: url("https://trustspot.io/assets/fonts/proxima-nova-bold.woff2") format("woff2"), url("https://trustspot.io/assets/fonts/proxima-nova-bold.woff") format("woff"), url("https://trustspot.io/assets/fonts/proxima-nova-bold.ttf") format("truetype"); }

@font-face {
  font-family: 'ProximaNova';
  font-weight: bold;
  font-style: normal;
  src: url("https://trustspot.io/assets/fonts/proxima-nova-bolder.woff2") format("woff2"), url("https://trustspot.io/assets/fonts/proxima-nova-bolder.woff") format("woff"), url("https://trustspot.io/assets/fonts/proxima-nova-bolder.ttf") format("truetype"); }

@font-face {
  font-family: 'ProximaNova';
  font-weight: normal;
  font-style: normal;
  src: url("https://trustspot.io/assets/fonts/proxima-nova-normal.woff2") format("woff2"), url("https://trustspot.io/assets/fonts/proxima-nova-normal.woff") format("woff"), url("https://trustspot.io/assets/fonts/proxima-nova-normal.ttf") format("truetype"); }

@font-face {
  font-family: 'stars-font';
  src: url("../fonts/stars-font.eot") format("embedded-opentype"), url("../fonts/stars-font.ttf") format("truetype"), url("../fonts/stars-font.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

[class^="ts-star-"], [class*=" ts-star-"], [class^="ts-stars-"] i, [class*=" ts-stars-"] i, [class^="ts-stars-"] span, [class*=" ts-stars-"] span {
  font-family: 'stars-font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ts-star-block:before {
  content: "\e900";
  color: inherit; }

.ts-star-regular:before {
  content: "\e901";
  color: inherit; }

.ts-stars-1 span::before, .ts-stars-1 i::before {
  content: "\e901"; }

.ts-stars-0 span::before, .ts-stars-0 i::before {
  content: "\e900"; }

[class^="ts-stars-"] .disabled, [class*=" ts-stars-"] .disabled {
  opacity: 0.4;
  color: #a6a3a3; }

.ts-star-disabled {
  opacity: 0.5;
  color: #ddd; }

.ts-reviews-rating a {
  text-decoration: none;
  font-size: 14px;
  color: inherit;
  margin-right: 10px;
  color: #203957;
  text-decoration: none !important;
  white-space: nowrap; }

.ts-reviews-rating .ts-reviews-rating-options {
  display: inline-block;
  position: relative; }

.ts-reviews-rating .ts-reviews-rating-container a {
  margin-left: 5px;
  margin-right: 5px; }

.ts-reviews-rating .ts-rating-stars {
  display: inline-block;
  color: #ebd72d;
  font-size: 0;
  margin-bottom: 5px; }

.ts-reviews-rating .ts-reviews-rating-options, .ts-reviews-rating a, .trustspot-inline-rating .ts-star {
  vertical-align: middle !important; }

.ts-reviews-rating-options a {
  line-height: normal !important; }

.trustspot-inline-rating a {
  text-decoration: none !important;
  vertical-align: middle !important; }

.trustspot-inline-rating .ts-star {
  font-size: 20px; }

.trustspot-inline-cat .ts-star {
  font-size: 20px; }

.ts-reviews-rating .ts-rating-stars * {
  margin-right: 3px; }

.ts-rating-stars > * {
  position: relative;
  top: 1px; }

.ts-reviews-count {
  margin-left: 2px !important; }

.ts-rating-average {
  border: 1px solid #EBEBEB;
  border-radius: 2px;
  padding: 1px 5px;
  font-weight: bold;
  font-size: 12px !important;
  color: #595959 !important;
  margin: 0 !important; }

.ts-reviews-rating .ts-rating-stars * {
  vertical-align: top;
  margin: 0; }

.trustspot-inline-star {
  display: inline-block !important; }

#trustspot-widget-wrapper, #trustspot-tab-modal * {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  margin: 0px !important;
  padding: 0px !important; }

#trustspot-widget-wrapper, #trustspot-tab-modal, .trustspot-inline-rating {
  font-family: 'ProximaNova' !important;
  color: #203957 !important; }

.trustspot-inline-rating img {
  display: inline-block !important;
  height: 18px !important;
  width: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast; }

#trustspot-widget-wrapper {
  margin: 0 auto !important;
  clear: both;
  max-width: 1200px;
  text-align: left; }

#trustspot-widget-wrapper .trustspot_widget_loading {
  font-weight: bold !important;
  padding-left: 50% !important;
  padding-top: 5% !important; }

#trustspot-widget-wrapper .trustspot_qa_error {
  font-weight: bold !important; }

#trustspot-widget-wrapper img {
  display: inline-block !important;
  height: initial !important;
  width: initial !important;
  padding: 0px !important; }

#trustspot-widget-wrapper .hide {
  display: none !important; }

#trustspot-widget-wrapper .comment img {
  max-width: 80px !important;
  max-height: 80px !important; }

#trustspot-widget-wrapper a {
  text-decoration: none !important;
  cursor: pointer !important; }

#trustspot-widget-wrapper .btn-primary-border {
  border: 1px solid #68AC3C !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  /*min-height:30px!important;*/
  border-radius: 3px !important;
  color: #68AC3C !important;
  padding: 7px 25px !important;
  display: inline-block !important;
  text-align: center !important;
  vertical-align: middle !important; }

#trustspot-widget-wrapper .btn-primary-border i {
  margin-right: 5px; }

#trustspot-widget-wrapper .btn-primary-border:hover {
  background: #68AC3C !important;
  color: #fff !important; }

#trustspot-widget-wrapper .btn-primary {
  border: 1px solid #68AC3C !important;
  background: #68AC3C !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  min-height: 30px !important;
  border-radius: 3px !important;
  color: #fff !important;
  padding: 7px 30px !important;
  display: inline-block !important;
  text-align: center !important;
  vertical-align: middle !important;
  line-height: normal !important; }

#trustspot-widget-wrapper .btn-large {
  padding: 14px 30px !important;
  font-size: 16px !important;
  box-sizing: border-box !important;
  height: 50px !important;
  margin: 0 !important;
  vertical-align: unset !important; }

#trustspot-widget-wrapper .btn-block {
  width: 100% !important; }

#trustspot-widget-wrapper .btn-primary:hover {
  background: #68AC3C !important;
  color: #fff !important;
  border: 1px solid #203957; }

#trustspot-widget-wrapper .btn-primary {
  cursor: pointer !important; }

#trustspot-widget-wrapper .input-control {
  border-radius: 3px !important;
  padding: 10px !important;
  font-size: 16px !important;
  color: #565656 !important;
  width: 100% !important;
  min-height: 50px !important;
  border: 1px solid #ddd !important; }

#trustspot-widget-wrapper .clearfix {
  clear: both !important;
  height: initial !important;
  display: inline !important; }

#trustspot-widget-wrapper .inline-block {
  display: inline-block !important; }

#trustspot-widget-wrapper .pull-left {
  float: left !important; }

#trustspot-widget-wrapper .pull-right {
  float: right !important; }

#trustspot-widget-wrapper .primary-color {
  color: #68AC3C !important; }

#trustspot-widget-wrapper .gray-text {
  color: #415E81 !important; }

#trustspot-widget-wrapper .six-column {
  width: calc(50% - 3px) !important;
  display: inline-block !important; }

#trustspot-widget-wrapper .four-column {
  width: 40.5% !important;
  display: inline-block !important; }

#trustspot-widget-wrapper .two-column {
  width: 18% !important;
  display: inline-block !important; }

#trustspot-widget-wrapper .left-six-offset {
  margin-left: 49% !important; }

#trustspot-widget-wrapper header {
  background: #415E81 !important;
  font-size: 16px !important;
  color: #FFFFFF !important;
  line-height: 50px !important;
  height: 50px !important;
  padding: 0px 25px !important;
  position: relative !important; }

#trustspot-widget-wrapper header p {
  color: #FFFFFF !important;
  margin: 0px !important;
  line-height: 50px;
  font-size: 16px;
  text-align: left !important; }

#trustspot-widget-wrapper header .review img {
  position: relative !important;
  top: 7px !important;
  left: 5px !important;
  vertical-align: baseline;
  margin: 0px !important; }

#trustspot-widget-wrapper .widget-overall-rating {
  padding: 15px 25px !important;
  display: flex !important; }

#trustspot-widget-wrapper .widget-review {
  float: left !important;
  width: 25% !important;
  min-width: 210px !important;
  height: 150px !important;
  padding-top: 15px !important; }

#trustspot-widget-wrapper .review-score {
  font-weight: 800 !important;
  color: #203957 !important;
  font-size: 18px !important;
  padding: 8px 0px !important;
  display: block !important;
  font-family: inherit !important; }

#trustspot-widget-wrapper .rating-block {
  margin-bottom: 10px !important; }

#trustspot-widget-wrapper .widget-star-rating {
  line-height: 14px !important;
  padding: 0px 25px !important;
  float: left !important;
  font-size: 12px !important;
  padding-top: 15px !important;
  border-left: 1px solid #d4dbe3 !important; }

#trustspot-widget-wrapper .widget-star-rating .star-label {
  text-transform: uppercase !important;
  float: left !important;
  color: #203957 !important; }

#trustspot-widget-wrapper .widget-star-rating.label-custom .star-label {
  width: 70px !important;
  text-align: right !important;
  padding-right: 5px !important; }

#trustspot-widget-wrapper .widget-star-rating .progress-bar-widget {
  background: #dcdcdc !important;
  width: 150px !important;
  height: 8px !important;
  position: relative !important;
  display: inline-block !important;
  border-radius: 5px !important;
  margin: 0px 5px !important; }

#trustspot-widget-wrapper .widget-star-rating .score {
  font-weight: 500 !important;
  color: #969696 !important; }

#trustspot-widget-wrapper .widget-star-rating .score .rated {
  color: #203957 !important;
  font-weight: 600 !important; }

#trustspot-widget-wrapper .widget-star-rating .widget-bar {
  position: absolute !important;
  background: #68AC3C !important;
  height: 8px !important;
  border-radius: 5px !important; }

#trustspot-widget-wrapper .customer-recomend {
  font-size: 14px !important;
  font-weight: 600 !important; }

#trustspot-widget-wrapper .customer-recomend i {
  font-size: 18px !important;
  padding-right: 5px !important;
  position: relative !important;
  top: 2px !important; }

#trustspot-widget-wrapper div#trustspot-widget-review-block {
  box-sizing: border-box;
  display: inline-block !important;
  padding: 25px 15px !important;
  border-bottom: 1px solid #d4dbe3 !important;
  width: 100% !important; }

#trustspot-widget-wrapper #trustspot-widget-review-block img.emoji {
  max-width: 20px !important; }

#trustspot-widget-wrapper div#trustspot-widget-review-block .result-box {
  width: 100% !important;
  line-height: 30px !important;
  margin-bottom: 15px !important;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

#trustspot-widget-wrapper div#trustspot-widget-review-block .result-box > * {
  margin-right: 5px; }

#trustspot-widget-wrapper div#trustspot-widget-review-block .stars img {
  width: 25px !important;
  vertical-align: middle !important;
  image-rendering: -webkit-optimize-contrast; }

#trustspot-widget-wrapper .user-name {
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 0px 10px !important;
  color: #203957 !important; }

#trustspot-widget-wrapper .ts-location {
  font-weight: normal !important; }

#trustspot-widget-wrapper .buyer {
  color: #68AC3C !important;
  font-size: 14px !important; }

#trustspot-widget-wrapper .buyer img {
  width: 15px !important;
  position: relative !important;
  top: 2.5px !important; }

#trustspot-widget-wrapper .date {
  color: #415E81 !important;
  font-size: 14px !important;
  float: right !important;
  margin-left: auto !important; }

#trustspot-widget-wrapper .description-block h4 {
  border: none !important;
  font-size: 15px !important;
  margin-bottom: 10px !important;
  color: #203957 !important;
  font-style: italic; }

#trustspot-widget-wrapper .description-block h4 a {
  font-size: 15px !important;
  margin-bottom: 10px !important;
  color: #203957 !important;
  font-style: italic; }

#trustspot-widget-wrapper .description-block p {
  margin: 0px !important; }

#trustspot-widget-wrapper .description-block .label-custom {
  border: none !important;
  display: block !important;
  float: none !important;
  padding: 0px !important;
  padding-bottom: 10px !important; }

#trustspot-widget-wrapper .feedback {
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #68AC3C !important;
  text-align: right !important;
  white-space: nowrap !important; }

#trustspot-widget-wrapper .feedback span {
  padding-right: 10px !important;
  font-size: 14px !important; }

#trustspot-widget-wrapper .feedback .like {
  background-color: #68AC3C !important;
  padding: 7px !important;
  color: #fff !important;
  border-radius: 3px !important;
  cursor: pointer !important; }

#trustspot-widget-wrapper .feedback .dislike {
  background-color: #aab9ce !important;
  padding: 7px !important;
  color: #fff !important;
  border-radius: 3px !important;
  cursor: pointer !important; }

#trustspot-widget-wrapper .pagination-controls {
  padding: 10px 15px !important;
  margin-bottom: 20px !important;
  margin-top: 10px !important; }

#trustspot-widget-wrapper .pagination-controls ul {
  padding: 0;
  margin-top: 0; }

#trustspot-widget-wrapper .pagination-controls ul li {
  list-style: none !important;
  display: inline-block !important; }

#trustspot-widget-wrapper .pagination-controls ul li a {
  color: #203957 !important;
  font-size: 12px !important;
  margin: 0px 10px !important;
  vertical-align: middle !important; }

#trustspot-widget-wrapper .pagination-controls ul li.active a {
  color: #203957 !important;
  font-weight: 800 !important;
  font-size: 13px !important; }

#trustspot-widget-wrapper .pagination-controls ul li a.next-page {
  background: #68AC3C !important;
  color: #fff !important;
  padding: 10px 35px !important;
  border-radius: 3px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  display: inline-block; }

#trustspot-tab-modal .pagination-controls ul li a.next-page {
  padding-left: 12px !important;
  padding-right: 12px !important; }

#trustspot-widget-wrapper #product-widget-review-result {
  padding: 25px 15px !important; }

#trustspot-widget-wrapper .review-result-header {
  border-bottom: 1px solid #d4dbe3 !important;
  float: left !important;
  width: 100% !important;
  color: #415e81 !important;
  padding: 0px 10px !important;
  box-sizing: border-box; }

#trustspot-widget-wrapper .tab-navigation a.active {
  border-bottom: 3px solid #415e81 !important;
  padding-bottom: 7px !important; }

#trustspot-widget-wrapper .review-result-header span.pull-right {
  font-weight: 800 !important;
  font-size: 13px !important;
  padding-right: 10px !important;
  float: right !important;
  text-transform: uppercase !important;
  color: #203957 !important; }

#trustspot-widget-wrapper .select-list {
  width: auto;
  border: none !important;
  color: #203957 !important;
  display: inline-block;
  margin-bottom: 0;
  padding: 5px 10px; }

#trustspot-widget-wrapper ul.tab {
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  float: left !important; }

#trustspot-widget-wrapper ul.tab li {
  float: left !important;
  clear: none !important; }

#trustspot-widget-wrapper ul.tab li a {
  display: inline-block !important;
  color: #203957 !important;
  text-align: center !important;
  text-decoration: none !important;
  transition: 0.3s !important;
  font-size: 17px !important;
  margin: 0px 30px 0px 10px !important;
  text-align: center !important;
  font-weight: 900 !important;
  font-size: 14px !important;
  font-family: inherit !important;
  padding-bottom: 7px !important; }

#trustspot-widget-wrapper ul.tab li a.active {
  border-bottom: 3px solid #203957 !important;
  padding-bottom: 7px !important; }

#trustspot-widget-wrapper .trustspot-tabcontent {
  display: none;
  border-top: none !important; }

#trustspot-widget-wrapper .author-detail {
  color: #415E81 !important;
  font-size: 14px !important;
  margin-bottom: 20px !important; }

#trustspot-widget-wrapper .author-detail .author-name {
  font-weight: 600 !important;
  margin-right: 15px !important; }

#trustspot-widget-wrapper .answer {
  font-weight: 800 !important;
  color: #203957 !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  display: inline-block !important;
  margin-right: 17px !important;
  position: relative !important; }

#trustspot-widget-wrapper .answer-button {
  display: inline-block !important; }

#trustspot-widget-wrapper .six-column a.share-btn {
  margin-right: 15px !important; }

#trustspot-widget-wrapper .answer span {
  font-weight: 100 !important;
  color: #415E81 !important; }

#trustspot-widget-wrapper button.trustspot-accordion {
  background-color: #DCE4F0 !important;
  cursor: pointer !important;
  padding: 18px 20px 10px !important;
  width: 100% !important;
  border: none !important;
  text-align: left !important;
  outline: none !important;
  font-weight: 600 !important;
  transition: 0.4s !important;
  margin-top: 10px !important;
  top: 0px !important; }

#trustspot-widget-wrapper button.trustspot-accordion:after {
  font-size: 13px !important;
  color: #777 !important;
  float: right !important;
  margin-left: 5px !important; }

#trustspot-widget-wrapper div.trust-panel {
  padding: 0 !important;
  background-color: #EFF3F9 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  transition: height 0.6s ease-in-out !important;
  opacity: 0 !important; }

#trustspot-widget-wrapper div.trust-panel.show {
  opacity: 1 !important;
  max-height: 710px !important;
  display: block;
  width: 100%;
  height: auto;
  padding: 15px 15px 25px !important; }

#trustspot-widget-wrapper div.trust-panel.show::after {
  content: none; }

#trustspot-widget-wrapper .trustspot-accordion.answer {
  margin-right: 0px !important; }

#trustspot-widget-wrapper .trust-panel #trustspot-widget-review-block {
  background: #fff !important;
  border: none !important;
  margin-bottom: 7px !important; }

#trustspot-widget-wrapper .trust-panel #trustspot-widget-review-block:last-child {
  margin-bottom: 0px !important; }

#trustspot-widget-wrapper .trust-panel #trustspot-widget-review-block .user-name {
  padding-left: 0px !important;
  font-size: 18px !important;
  font-weight: 700 !important; }

#trustspot-widget-wrapper div.panel {
  padding: 15px !important;
  background-color: #EFF3F9 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  transition: 0.6s ease-in-out !important;
  opacity: 0 !important; }

#trustspot-widget-wrapper div.panel.show {
  opacity: 1 !important;
  max-height: 700px !important; }

#trustspot-widget-wrapper .panel #trustspot-widget-review-block {
  background: #fff !important;
  border: none !important;
  margin-bottom: 7px !important; }

#trustspot-widget-wrapper .panel #trustspot-widget-review-block:last-child {
  margin-bottom: 0px !important; }

#trustspot-widget-wrapper .panel #trustspot-widget-review-block .user-name {
  padding-left: 0px !important;
  font-size: 18px !important;
  font-weight: 700 !important; }

#trustspot-widget-wrapper .field-set {
  margin-bottom: 10px !important;
  vertical-align: top !important; }

#trustspot-widget-wrapper .answer-block {
  position: relative !important; }

#trustspot-widget-wrapper .answer-detail-block textarea {
  width: 100% !important;
  height: 150px !important;
  font-family: inherit !important; }

#trustspot-widget-wrapper .answer-detail-block p {
  color: #415E81 !important;
  font-size: 14px !important;
  margin-bottom: 0px !important; }

#trustspot-widget-wrapper .close-answer {
  position: absolute !important;
  right: 2px !important;
  top: 10px !important;
  padding: 11px !important;
  z-index: 99 !important;
  color: #203957 !important; }

#trustspot-widget-wrapper .no-content:before, #trustspot-widget-wrapper .no-content:after {
  content: '' !important; }

#trustspot-widget-wrapper .logo-client.inline-block {
  width: 86px !important;
  text-align: center !important;
  -webkit-border-radius: 100% !important;
  border-radius: 100% !important;
  display: table-cell !important;
  vertical-align: middle !important;
  margin-right: 20px !important;
  float: left !important; }

#trustspot-widget-wrapper .comment-block {
  margin-top: 10px !important; }

#trustspot-widget-wrapper .comment-desc {
  float: none; }

#trustspot-widget-wrapper .comment-desc h4 {
  margin-bottom: 5px !important;
  margin-top: 5px !important;
  color: #203957 !important; }

#trustspot-widget-wrapper .comment-desc p {
  margin-bottom: 0px !important; }

#trustspot-widget-wrapper .ask-question-block {
  margin: 10px !important;
  padding-bottom: 15px !important;
  position: relative !important; }

#trustspot-widget-wrapper .write-review-block {
  margin: 10px !important;
  padding-bottom: 15px !important;
  position: relative !important; }

#trustspot-widget-wrapper .ask-question {
  display: inline-block !important;
  color: #203957 !important; }

#trustspot-widget-wrapper .image-list ul {
  margin: 10px 0 !important;
  padding: 0px !important; }

#trustspot-widget-wrapper .image-list ul li {
  list-style: none !important;
  display: inline !important;
  margin-right: 5px !important;
  margin-left: 0; }

#trustspot-widget-wrapper .image-list ul li a img {
  width: 80px !important;
  padding: 5px !important; }

.trustspot-photo-box {
  display: inline-block !important;
  width: 160px !important;
  margin: 0 2px !important;
  position: relative !important;
  margin-top: 4px !important; }

.trustspot-photo-box div {
  width: 100% !important;
  height: 160px !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: #000 !important;
  border-radius: 3px !important;
  cursor: pointer !important; }

.trustspot-photo-box .overlay {
  background-color: #000 !important;
  position: absolute !important;
  top: 0 !important;
  height: 100% !important;
  width: 100% !important;
  opacity: 0 !important;
  text-align: center; }

.trustspot-photo-box:not(.is-instagram-photo) .overlay:before {
  content: "\2605 \2605 \2605 \2605 \2605 " !important;
  color: #ffff !important;
  font-size: 28px !important;
  line-height: 175px !important;
  position: absolute;
  top: -7px;
  width: 100%;
  left: 0; }

.trustspot-photo-box .overlay:hover {
  opacity: 0.8 !important;
  position: relative; }

.trustspot-photo-box.is-instagram-photo .overlay {
  background-image: url(https://s3.amazonaws.com/trustspot-downloads/insta-hover.png) !important;
  background-size: 80% 80% !important;
  background-position: center !important; }

#trustspot-widget-wrapper .radio-inline {
  margin: 0px 10px !important;
  display: inline-block !important;
  vertical-align: unset; }

@media screen and (max-width: 767px) {
  body #trustspot-widget-wrapper header {
    height: auto !important; }
  body #trustspot-widget-wrapper #product-widget-review-result {
    padding: 5px 0 !important; }
  body #trustspot-widget-wrapper {
    width: 100% !important; }
  #trustspot-widget-wrapper header a.ask-question-modal, #trustspot-widget-wrapper header a.write-review-modal {
    margin: 0 0 10px !important; }
  #trustspot-widget-wrapper .widget-review, body #trustspot-widget-wrapper .review-score, body #trustspot-widget-wrapper .widget-overall-rating, body #trustspot-widget-wrapper .widget-star-rating {
    width: 100% !important;
    display: block !important;
    float: none !important;
    padding: 3px 0px !important; }
  #trustspot-widget-wrapper .widget-star-rating {
    padding: 0 !important;
    border: none !important; }
  body #trustspot-widget-wrapper .review-result-header ul.tab li a {
    margin-right: 10px !important; }
  body #trustspot-widget-wrapper div#trustspot-widget-review-block:last-child {
    border: none !important; }
  body #trustspot-widget-wrapper .left-six-offset {
    margin: 0 !important; }
  body #trustspot-widget-wrapper .widget-overall-rating {
    padding: 15px !important; }
  body #trustspot-widget-wrapper .widget-review {
    height: 100px !important;
    padding-top: 0 !important;
    float: none !important; }
  body #trustspot-widget-wrapper div#trustspot-widget-review-block {
    padding: 15px 0 !important; }
  body #trustspot-widget-wrapper .panel #trustspot-widget-review-block, body #widget-myModal .modal-content h2 {
    padding: 10px !important; }
  body #trustspot-widget-wrapper .four-column, body #trustspot-widget-wrapper .six-column, body #trustspot-widget-wrapper .two-column {
    display: block !important;
    width: 100% !important; }
  body #trustspot-widget-wrapper .review-result-header, body #trustspot-widget-wrapper .review-result-header span.pull-right {
    margin: 1px -7px !important; }
  body #trustspot-widget-wrapper .description-block p {
    font-size: 14px !important; }
  body #trustspot-widget-wrapper .review-result-header span.pull-right {
    font-weight: 800 !important;
    font-size: 13px !important;
    padding-right: 0 !important;
    float: right !important;
    text-transform: uppercase !important;
    margin: 10px !important;
    margin-right: 0 !important; }
  body #widget-myModal #trustspot-widget-wrapper {
    width: 100% !important; }
  body #widget-myModal #widget-pagination ul li:first-child a, body #widget-myModal #widget-pagination ul li:last-child a {
    width: initial !important; }
  body #widget-myModal #widget-pagination ul li {
    display: inline-block !important;
    margin: 0 2px !important; } }

@media screen and (max-width: 360px) {
  #trustspot-widget-wrapper .widget-star-rating {
    border-left: none !important; }
  body #trustspot-widget-wrapper .user-name {
    padding: 0 !important; }
  body #trustspot-widget-wrapper .inline-block {
    display: block !important;
    line-height: 23px !important; }
  body #trustspot-widget-wrapper .date {
    float: none !important; }
  body #trustspot-widget-wrapper .feedback {
    /*text-align:left!important;*/
    /*margin-top:10px!important*/ } }

/*Modal Popup Widget CSS*/
#trustspot-tab-anchor {
  font-family: 'ProximaNova' !important;
  z-index: 9999 !important;
  background: #415e81;
  color: #FFFFFF !important;
  font-size: 13px !important;
  border-radius: 0px !important;
  position: fixed !important;
  top: 50% !important;
  border-radius: 0px 0px 2px 2px !important;
  margin-top: 50px !important; }

#trustspot-tab-anchor.left {
  transform-origin: top left !important;
  -ms-transform: rotate(-270deg) !important;
  /* IE 9 */
  -webkit-transform: rotate(-270deg) !important;
  /* Safari */
  transform: rotate(270deg) !important;
  left: 0 !important; }

#trustspot-tab-anchor.right {
  transform-origin: top right !important;
  -ms-transform: rotate(-90deg) !important;
  /* IE 9 */
  -webkit-transform: rotate(-90deg) !important;
  /* Safari */
  transform: rotate(90deg) !important;
  right: 0 !important; }

#trustspot-tab-anchor a {
  line-height: normal !important;
  padding: 12px 18px 14px !important;
  text-decoration: none !important;
  vertical-align: middle !important;
  font-weight: 600 !important;
  letter-spacing: .5px !important;
  display: inline-block; }

#trustspot-tab-anchor span.text {
  padding: 0 !important;
  background: none !important; }

#trustspot-tab-anchor img {
  -webkit-transform: none;
  transform: none;
  -ms-transform: none;
  vertical-align: middle !important; }

#trustspot-tab-anchor .ts-star-regular {
  position: relative;
  top: -2px; }

/* The Modal (background) */
#trustspot-tab-modal.modal {
  display: none;
  /* Hidden by default */
  position: fixed !important;
  /* Stay in place */
  z-index: 999999 !important;
  /* Sit on top */
  /*padding-top: 100px!important;*/
  /* Location of the box */
  left: 0 !important;
  top: 0 !important;
  margin-top: 0 !important;
  width: 100% !important;
  /* Full width */
  height: 100% !important;
  /* Full height */
  overflow: auto !important;
  /* Enable scroll if needed */
  background-color: black !important;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.8) !important;
  /* Black w/ opacity */
  align-content: center;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  max-width: none !important;
  max-height: none !important; }

/* Modal Content */
#trustspot-tab-modal .modal-content {
  margin: auto !important;
  width: 600px !important;
  max-width: 100% !important;
  padding: 15px !important;
  position: relative !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important; }

#trustspot-tab-modal .modal-content .popup-description-block {
  margin: auto !important;
  border-radius: 4px !important;
  overflow: hidden !important;
  padding: 5px 0 0 !important;
  background: #fff;
  min-height: 525px;
  height: 575px;
  display: flex;
  flex-direction: column; }

#trustspot-tab-modal #trustspot-widget-wrapper {
  height: 100%;
  overflow: hidden; }

#trustspot-tab-modal .modal-content .review p {
  color: #ffffff !important;
  font-weight: bold !important;
  font-size: 15px !important; }

#trustspot-tab-modal .modal-content .review p img {
  height: 22px;
  margin-left: 10px !important;
  vertical-align: middle !important;
  position: relative;
  top: -1px; }

#trustspot-tab-modal .modal-content .review {
  margin-bottom: 10px !important;
  position: relative !important; }

#trustspot-tab-modal .modal-content h2 {
  font-family: 'ProximaNova' !important;
  font-size: 24px !important;
  font-weight: bold !important;
  text-align: center !important;
  color: #464646 !important;
  background-color: #fff !important;
  border-bottom: 1px solid #eee;
  margin-bottom: 25px !important;
  padding: 25px 20px !important; }

#trustspot-tab-modal .social-share {
  position: relative !important;
  top: 10px !important;
  padding: 10px 0px !important; }

/* The Close Button */
#trustspot-tab-modal .trustspot-close {
  color: #ffffff !important;
  font-size: 26px !important;
  font-weight: bold !important;
  position: absolute !important;
  right: 5px !important;
  top: 2px !important;
  line-height: 20px !important; }

#trustspot-tab-modal .trustspot-close:hover, #trustspot-tab-modal .trustspot-close:focus {
  text-decoration: none !important;
  cursor: pointer !important; }

#trustspot-tab-modal .modal-content .popup-description-block header {
  background: #ffffff !important;
  padding: 5px 15px !important;
  margin-bottom: 15px !important; }

#trustspot-tab-modal .modal-content .popup-description-block header .widget-review img {
  display: inline-block !important; }

#trustspot-tab-modal .modal-content .popup-description-block header .widget-review .ts-stars {
  display: inline-block; }

#trustspot-tab-modal .modal-content .popup-description-block header .widget-review span .star-images {
  float: left !important; }

#trustspot-tab-modal .modal-content .popup-description-block header .widget-review span {
  display: inline-block;
  vertical-align: middle !important;
  margin-right: 10px !important;
  color: #203957;
  font-size: 16px !important;
  font-weight: bold; }

#trustspot-tab-modal .feedback {
  margin-top: 5px !important; }

#trustspot-tab-modal .pagination-controls {
  margin-bottom: 0 !important;
  padding: 12px 0 22px !important;
  text-align: center !important; }

#trustspot-tab-modal span.primary-color {
  font-weight: 800 !important;
  color: #203957 !important;
  padding-left: 5px !important; }

#trustspot-tab-modal #modal-review-wrapper {
  background: #fff !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  height: 100%; }

#trustspot-tab-modal #trustspot-widget-wrapper div.review-result-header {
  display: flex !important;
  float: none !important;
  padding: 5px 15px 0 !important; }

#trustspot-tab-modal #trustspot-widget-wrapper .review-result-header, #trustspot-tab-modal #trustspot-widget-wrapper #widget-review-result {
  margin: 0px !important;
  padding: 0px !important; }

#trustspot-tab-modal #trustspot-widget-wrapper ul.tab li a {
  margin: 0px 20px 0px 0px !important; }

#trustspot-tab-modal #trustspot-widget-wrapper div#trustspot-widget-review-block {
  padding: 15px 0px !important; }

#trustspot-tab-modal #trustspot-widget-wrapper #widget-review-result {
  overflow: auto !important;
  padding: 0 15px !important;
  scrollbar-width: thin; }

#trustspot-tab-modal #trustspot-widget-wrapper .date {
  font-size: 12px !important;
  color: #8b9cb0 !important;
  margin-left: auto !important; }

#trustspot-tab-modal .btn-controls a {
  font-size: 12px !important;
  color: #8b9cb0 !important;
  font-weight: 600 !important;
  text-transform: uppercase !important; }

#trustspot-tab-modal #trustspot-widget-wrapper .description-block p {
  font-size: 14px !important;
  color: inherit !important; }

#trustspot-tab-modal #trustspot-widget-wrapper .feedback .like, #trustspot-tab-modal #trustspot-widget-wrapper .feedback .dislike {
  padding: 7px 9px !important;
  display: inline-block !important; }

#trustspot-tab-modal .arrow {
  width: 0 !important;
  height: 0 !important;
  border-left: 10px solid transparent !important;
  border-right: 10px solid transparent !important;
  border-bottom: 10px solid #e6e6e6 !important;
  position: absolute !important;
  top: -7px !important;
  left: 28px !important; }

#trustspot-tab-modal #trustspot-widget-wrapper #commnet.comment {
  background: #EFF3F9 !important;
  padding: 10px 10px 0px !important;
  margin-top: 15px !important;
  display: flex;
  position: relative !important; }

#trustspot-tab-modal #trustspot-widget-wrapper #commnet img {
  width: 50px !important; }

#trustspot-tab-modal #trustspot-widget-wrapper .logo-client.inline-block {
  margin-right: 10px !important; }

#trustspot-tab-modal #trustspot-widget-wrapper #commnet h4 {
  color: #152a40 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  margin: 0px !important; }

#trustspot-tab-modal #trustspot-widget-wrapper #commnet p {
  line-height: 10px !important; }

#trustspot-tab-modal #widget-pagination {
  display: block !important;
  text-align: center !important;
  margin: 20px 0px !important; }

#trustspot-tab-modal #widget-pagination ul li {
  display: inline-block !important;
  margin: 0px 10px !important; }

#trustspot-tab-modal #widget-pagination ul li a {
  color: #527293 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 3px !important; }

#trustspot-tab-modal #widget-pagination ul li.active a {
  color: #2a4a6a !important;
  font-size: 14px !important;
  font-weight: 800 !important; }

#trustspot-tab-modal #widget-pagination ul li a.prev, #trustspot-tab-modal #widget-pagination ul li a.next {
  background: #dbe2eb !important;
  text-align: center !important;
  padding: 10px !important;
  width: 160px !important;
  border-radius: 3px !important;
  text-transform: uppercase !important;
  color: #527293 !important;
  font-size: 12px !important;
  font-weight: bold !important; }

#trustspot-tab-modal #widget-pagination ul li:first-child a {
  width: 135px !important;
  display: block !important; }

#trustspot-tab-modal #widget-pagination ul li:last-child a {
  width: 135px !important;
  display: block !important; }

#trustspot-tab-modal .hide {
  display: none; }

#trustspot-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1em; }

/* Photo modal */
#trustspot-widget-photo-modal.modal {
  display: none;
  /* Hidden by default */
  position: fixed !important;
  /* Stay in place */
  padding-top: 10vh !important;
  /* Location of the box */
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  /* Full width */
  height: 100% !important;
  /* Full height */
  overflow: auto !important;
  /* Enable scroll if needed */
  background-color: black !important;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.8) !important;
  /* Black w/ opacity */
  overflow: hidden !important;
  z-index: 99999999 !important;
  visibility: visible !important;
  max-width: none !important;
  max-height: none !important;
  transform: none !important;
  opacity: 1 !important;
  margin: 0 !important; }

#trustspot-widget-photo-modal.modal {
  padding-top: 0px !important;
  /* Location of the box */ }

div#trustspot-widget-photo-modal.modal:before {
  content: none !important; }

#trustspot-widget-photo-modal.modal .popup-description-block header {
  position: unset !important; }

/* Modal Content */
#trustspot-widget-photo-modal .modal-content {
  margin: auto !important;
  max-width: none !important;
  padding: 5px !important;
  position: relative !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important; }

#trustspot-widget-photo-modal .widget-review {
  text-align: center; }

/* New modal content */
#trustspot-widget-photo-modal img {
  max-width: 100% !important;
  max-height: 100% !important; }

.trustspot-photo-modal {
  line-height: normal !important;
  font-family: ProximaNova;
  overflow: hidden !important; }

.trustspot-photo-modal .trustspot-modal-slide {
  max-height: 640px !important;
  margin: calc((100vh - 500px) / 2) auto !important;
  height: 500px !important;
  max-width: 1082px !important;
  position: relative !important; }

.trustspot-photo-modal .close-slider:before {
  content: '+' !important; }

.trustspot-photo-modal .modal-slide-popup {
  margin: 75px auto !important;
  height: 100% !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) !important;
  position: relative !important; }

.trustspot-photo-modal .modal-slide-cover {
  width: 58% !important;
  height: 100% !important;
  float: left !important;
  text-align: center !important;
  background: #000 !important;
  display: inline-flex !important;
  position: relative; }

.trustspot-photo-modal .modal-slide-cover img {
  margin: 0 auto;
  object-fit: contain; }

.trustspot-photo-modal .modal-slide-content {
  width: 42% !important;
  float: right !important;
  height: 100% !important;
  background: #fff !important;
  overflow-y: auto !important; }

.trustspot-photo-modal .close-slider {
  position: absolute !important;
  right: 20px !important;
  z-index: 9 !important;
  top: 10px !important;
  cursor: pointer !important;
  color: #999 !important;
  font-size: 32px !important;
  transform: rotate(45deg) !important;
  z-index: 999 !important;
  font-style: normal !important;
  font-family: Times New Roman !important; }

/*///////////////////////////////////////*/
.block {
  display: block; }

.slide-head-right-wrapper {
  display: inline-block;
  float: right;
  margin-left: auto !important;
  padding-right: 10px; }

.slide-content-wrapper {
  position: relative; }

.slide-like-item {
  margin: 0px;
  padding: 0px;
  position: relative;
  float: right;
  line-height: 25px; }

.slide-like-item .ts-total-likes {
  font-size: 18pt;
  color: #4f4f4f;
  vertical-align: middle; }

.slide-like-item .ts-heart {
  color: #ff0000;
  height: 18px;
  width: 18px;
  cursor: pointer;
  vertical-align: middle; }

.ts-heart-invisible {
  display: none; }

.slide-like-item.vm-item .ts-heart {
  cursor: unset; }

/*/////////////////////////////*/
.trustspot-photo-modal .modal-slide-header img {
  width: 24px !important;
  height: auto !important;
  float: left !important;
  margin-right: 1px; }

.trustspot-photo-modal #instagram-profile-pic {
  border-radius: 100% !important; }

.trustspot-photo-modal-products-tabs {
  padding: 20px 20px 10px !important;
  border-bottom: 1px solid #ddd !important; }

.trustspot-photo-modal-products-tab-left {
  display: inline-block !important;
  margin-right: 15px !important;
  width: 100px !important; }

.trustspot-photo-modal-products-tab-left img {
  border: 1px solid #ddd !important;
  border-radius: 5px !important;
  height: 100px !important;
  width: 100px !important;
  object-fit: cover !important; }

.trustspot-photo-modal-products-tab-right {
  display: inline-block !important;
  vertical-align: top !important;
  margin-top: 15px !important;
  color: #656363 !important;
  width: calc(100% - 130px) !important; }

.trustspot-photo-modal-buy-btn {
  font-weight: bold !important;
  font-family: ProximaNova;
  display: block !important;
  background: #0279b7 !important;
  padding: 8px !important;
  border-radius: 2px !important;
  border: none !important;
  color: #fff !important;
  font-size: 16px !important;
  margin-top: 15px !important;
  width: 150px !important;
  cursor: pointer !important;
  text-transform: uppercase !important;
  text-align: center !important;
  text-decoration: none !important; }

.trustspot-photo-modal .content-wrap {
  padding: 30px !important;
  overflow: hidden !important; }

.trustspot-photo-modal .modal-slide-header {
  display: inline-block !important;
  width: 100% !important;
  padding-bottom: 10px !important;
  margin-bottom: 10px !important; }

.trustspot-photo-modal .modal-slide-header label {
  padding-left: 14px !important;
  font-weight: bold !important;
  color: #0279b7 !important;
  overflow: hidden !important;
  text-transform: none !important;
  margin: 0px 0px 0px 0px !important; }

#trustspot-modal-customer-name {
  display: inline-block !important; }

.trustspot-modal-date {
  float: right !important;
  font-size: 15px !important;
  color: #a8a6a6 !important; }

.trustspot-photo-modal .rating {
  float: left !important;
  padding-left: 15px !important;
  margin-top: 2px !important; }

.trustspot-photo-modal .modal-slide-box-content {
  color: #333 !important;
  font-size: 15px !important; }

.trustspot-photo-modal-slide-footer {
  margin-top: 10px !important; }

.trustspot-photo-modal-slide-footer a {
  color: #6e6a6a !important;
  cursor: pointer !important;
  text-decoration: none !important;
  font-size: 14px !important; }

.trustspot-photo-modal-slide-footer a img {
  width: 20px !important;
  vertical-align: middle !important; }

.trustspot-photo-modal-slide-footer-left {
  float: left !important; }

.trustspot-photo-modal-slide-footer-right {
  float: right !important; }

.modal-display-inline-block {
  display: inline-block !important; }

.modal-display-block {
  display: block !important; }

.modal-display-none {
  display: none !important; }

.trustspot-modal-verified-buyer {
  color: #5ca223 !important;
  font-weight: normal !important;
  font-size: 14px !important;
  vertical-align: top !important;
  position: relative;
  top: 1px; }

.trustspot-modal-verified-buyer .ts-widget-icon-verify-check {
  position: relative;
  top: 1px; }

#trustspotModalCloseSliderFooter {
  position: relative !important;
  float: right !important;
  margin-top: 10px !important;
  margin-bottom: 0 !important;
  color: #fff !important;
  margin-right: 5px !important;
  text-decoration: none !important; }

#trustspotModalCloseSliderFooter span {
  vertical-align: top !important;
  font-size: 14px !important; }

#trustspotModalCloseSliderFooter > img {
  height: 17px !important; }

#trustspot-widget-photo-modal .modal-content .popup-description-block {
  margin: auto !important;
  max-width: 570px !important;
  border-radius: 2px !important; }

/* The Close Button */
#trustspot-widget-photo-modal .trustspot-close {
  color: #ffffff !important;
  font-size: 26px !important;
  font-weight: bold !important;
  position: absolute !important;
  right: 15px !important;
  top: calc(-10vh + 20px) !important; }

#trustspot-widget-photo-modal .trustspot-close:hover, #trustspot-widget-photo-modal .trustspot-close:focus {
  color: #000 !important;
  text-decoration: none !important;
  cursor: pointer !important; }

/* New Styles */
#trustspot-widget-wrapper div.trust-panel.show {
  max-height: none !important; }

.ts-product-widget-reviews-detail {
  display: inline-block;
  vertical-align: top;
  width: 28%;
  padding: 10px 11px;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  min-width: 310px;
  font-size: inherit; }

.ts-show-custom-reviews .ts-product-widget-reviews-details-row:not(.ts-active) {
  opacity: 0.6; }

.ts-product-widget-reviews-details-row {
  margin-bottom: 7px;
  cursor: pointer; }

.ts-product-widget-reviews-detail.range-boxes {
  border-right: none;
  /*font-size: 16px;*/ }

.ts-product-widget-reviews-detail.range-boxes .ts-product-widget-reviews-details-col.left {
  width: 130px;
  color: #333;
  float: left;
  font-size: 15px; }

.ts-product-widget-reviews-detail.range-boxes .ts-product-widget-reviews-details-col.right {
  margin-top: 0;
  width: 150px;
  display: inline-block; }

#trustspot-widget-wrapper div.range-box {
  width: 160px;
  margin: 5px 0;
  font-size: 0; }

#trustspot-widget-wrapper span.range-box {
  width: 17%;
  display: inline-block;
  height: 8px;
  background: #ededed;
  margin: 0 2px; }

#trustspot-widget-wrapper div.range-box-sm {
  width: 100%;
  max-width: 170px;
  font-size: 0; }

#trustspot-widget-wrapper div.range-box-sm span.range-box {
  height: 8px; }

#trustspot-widget-wrapper span.range-box.red {
  background: #f04860; }

#trustspot-widget-wrapper span.range-box.green {
  background: #79b74c; }

#trustspot-widget-wrapper span.range-box.blue {
  background: #008dc4; }

#trustspot-widget-wrapper .custom-desc-box {
  margin: 0 !important; }

#trustspot-widget-wrapper .custom-desc-box label {
  font-weight: bold;
  margin-right: 10px; }

#trustspot-widget-wrapper .custom-desc-box p {
  display: block; }

#trustspot-widget-wrapper .custom-desc-box > * {
  display: inline-block; }

.ts-form-group {
  margin-top: 10px;
  margin-bottom: 25px; }

.ts-form-check {
  position: relative;
  display: block;
  padding-left: 20px;
  margin: 10px 10px; }

.ts-inline-inputs .ts-form-check {
  display: inline-block; }

.ts-label-desc {
  color: #7a7f85;
  margin-right: 20px;
  margin-bottom: 10px;
  display: inline-block; }

.ts-checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: -1px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  top: 0px;
  transition: all 0.2s ease; }

.ts-checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 19px;
  height: 19px;
  left: 1px;
  top: 0;
  padding-left: 3px;
  font-size: 14px;
  color: #555555; }

.ts-checkbox input[type="checkbox"] {
  opacity: 0;
  display: none; }

.ts-checkbox input[type="checkbox"]:checked + label::after {
  content: "\2714 "; }

.ts-checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #318fc1;
  border-color: #318fc1; }

.ts-checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff; }

.ts-form-check.ts-checkbox {
  padding-left: 30px;
  margin-right: 10px;
  margin-left: 20px; }

.ts-form-check [type="radio"]:checked, .ts-form-check [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

.ts-form-check [type="radio"]:checked + label, .ts-form-check [type="radio"]:not(:checked) + label {
  padding-left: 10px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block; }

.ts-form-check [type="radio"]:checked + label:before, .ts-form-check [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff; }

.ts-form-check [type="radio"]:checked + label:after, .ts-form-check [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #0279b7;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.ts-form-check [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

.ts-form-check [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.ts-range-row {
  width: 400px; }

.ts-range-left {
  width: 50%;
  display: inline-block;
  float: left; }

.ts-range-right {
  width: 50%;
  display: inline-block; }

.ts-widget-review-star {
  font-size: 20px; }

.ts-widget-avg-star {
  font-size: 34px; }

.ts-carousel-avg-star {
  font-size: 27px; }

.trustspot-main-widget * {
  box-sizing: border-box; }

#trustspot-widget-wrapper .btn-primary {
  margin-bottom: 10px; }

#trustspot-widget-wrapper button.trustspot-accordion.active {
  padding: 18px 20px 18px !important; }

#trustspot_review_form .ts-stars-1, #trustspot_review_form .ts-stars-0 {
  display: inline-block; }

#trustspot_review_form .rating .title-filter {
  vertical-align: middle; }

#trustspot-widget-wrapper header .ask-question-modal, #trustspot-widget-wrapper header .write-review-modal {
  background-color: #68AC3C !important;
  color: #fff !important;
  padding: 10px 10px 8px !important;
  display: inline-block !important;
  vertical-align: top !important;
  line-height: 20px !important;
  max-height: 42px !important;
  min-width: 145px !important;
  text-align: center !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  border-radius: 3px !important;
  box-sizing: border-box !important;
  margin: 5px 0 0 5px !important;
  min-height: 30px !important;
  height: 38px !important; }

.ts-product-widget-header-left {
  display: inline-block; }

.ts-mobile-menu {
  display: none;
  float: right;
  font-size: 24px !important; }

.ts-product-widget-header-right {
  float: right;
  display: block; }

#trustspot-widget-wrapper .write-review-block .answer-detail-block > .field-set.clearfix {
  float: right; }

#trustspot-widget-wrapper .write-review-block .answer-detail-block > .clearfix:not(.field-set) {
  display: none !important; }

#trustspot-widget-wrapper .write-review-block .answer-detail-block > p.text-center {
  text-align: left !important;
  float: left;
  margin-top: 15px; }

#trustspot_review_form .rating .css-label {
  float: right; }

iframe[src^="https://trustspot.io/merchant/TrustModule/carousel/"] {
  min-height: 210px; }

iframe[src*="trustspot"] {
  min-width: 100% !important;
  width: 100px !important;
  *width: 100% !important; }

iframe[src*="TrustModule/tab"] {
  width: unset !important; }

.trustspot-share-types {
  position: relative;
  top: 10px;
  white-space: nowrap;
  padding-bottom: 5px; }

.trustspot-share-types img {
  max-width: 32px; }

.ts-share-wrapper .trustspot-share-types:not(.hide) {
  display: block !important; }

#trustspot-widget-wrapper .trustspot-review-footer > .six-column:last-child {
  padding-top: 7px !important;
  float: right !important; }

@media (max-width: 700px) {
  .ts-mobile-menu {
    height: 56px;
    display: flex;
    align-items: center;
    margin-left: auto; }
  .ts-product-widget-header-right {
    display: none;
    float: none; }
  .ts-product-widget-header-right.ts-menu-show {
    display: block; }
  .ts-product-widget-header-right a {
    width: 100%;
    position: unset !important;
    margin: 5px 0 !important;
    padding: 0 !important; }
  .write-review-modal {
    margin-bottom: 15px; }
  .ts-product-widget-reviews-detail {
    border: none;
    padding-left: 0;
    margin-bottom: 10px;
    margin-top: 5px; }
  #trustspot-widget-wrapper header p {
    min-height: 56px; }
  .ts-product-widget-header-right {
    padding-bottom: 12px; }
  #trustspot-widget-wrapper header {
    padding: 0 15px !important; }
  #trustspot-widget-wrapper .review-result-header {
    padding: 0 !important; } }

@media (max-width: 370px) {
  .ts-product-widget-header-left span {
    display: none; }
  #trustspot-widget-wrapper header .review img {
    top: 15px !important;
    left: 0 !important; } }

@media (max-width: 600px) {
  #trustspot-widget-wrapper .pagination-controls ul {
    text-align: center !important;
    padding: 0 !important; }
  #trustspot-widget-wrapper .pagination-controls ul li a.next-page span {
    display: none !important; }
  #trustspot-widget-wrapper .pagination-controls ul li a.next-page {
    min-width: auto !important;
    padding: 10px !important; }
  #trustspot-widget-wrapper .ts-share-btn {
    padding: 7px 10px !important; }
  #trustspot-widget-wrapper .trustspot-review-footer .six-column.ts-share-wrapper {
    width: 85px !important;
    display: inline-block !important; }
  #trustspot-widget-wrapper .trustspot-review-footer > .six-column:last-child {
    width: calc(100% - 85px) !important;
    min-width: 250px !important;
    display: inline-block !important; } }

@media (max-width: 600px) {
  .trustspot-photo-modal .trustspot-modal-slide {
    height: 100% !important;
    margin: 0 !important;
    max-height: none !important; }
  .trustspot-photo-modal .modal-slide-cover, .trustspot-photo-modal .modal-slide-content {
    width: 100% !important; }
  .trustspot-photo-modal .modal-slide-popup {
    height: 100% !important;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    overflow: hidden !important; }
  .trustspot-photo-modal .modal-slide-cover {
    height: 245px !important;
    display: inline-block !important; }
  .trustspot-photo-modal .close-slider {
    color: #fff !important; }
  .trustspot-photo-modal .modal-slide-content {
    overflow-y: auto !important;
    height: calc(100vh - 245px) !important; } }

.trustspot-experience-answer-head {
  color: #2D2D2D;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px; }

.trustspot-inline-write-a-review {
  display: none; }

.trustspot-inline-write-a-review[data-reviews-count="0"] {
  display: inline-block; }

.trustspot-product-carousel {
  font-family: ProximaNova; }

.product-review-read-more {
  display: inline-block !important;
  margin-top: 20px !important;
  text-decoration: none !important;
  color: #2c7cc0 !important; }

.product-review-read-more:hover .trustspot-reviews-tooltip {
  display: block !important; }

.product-review-read-more span {
  cursor: pointer !important; }

.read-more {
  color: #007bff;
  font-family: proxima-nova;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
  text-transform: none; }

.trustspot-reviews-tooltip {
  position: absolute !important;
  width: 300px !important;
  background: transparent !important;
  /*editDone*/
  padding: 0 !important;
  /*editDone*/
  z-index: 99999 !important;
  display: none; }

.trustspot-reviews-tooltip-wrapper {
  background: #F8F8F8 !important;
  /*editDone*/
  border: 1px solid #dadada;
  padding: 20px;
  overflow-y: auto !important; }

.tooltip-right-arrow .trustspot-reviews-tooltip-wrapper {
  margin-right: 10px; }

.tooltip-left-arrow .trustspot-reviews-tooltip-wrapper {
  margin-left: 10px; }

.trustspot-tooltip-header {
  font-size: 17px !important;
  color: #454545 !important;
  margin-bottom: 10px !important;
  font-weight: bold !important; }

.trustspot-tooltip-content {
  font-size: 14px !important;
  color: #737373 !important; }

.trustspot-carousel-reviews-container {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 95% !important;
  position: relative !important; }

.trustspot-carousel-reviews-header {
  border-bottom: 2px solid #ddd !important;
  width: calc(100% - 50px) !important;
  margin: auto !important;
  margin-bottom: 10px !important;
  overflow: hidden !important; }

.trustspot-carousel-reviews-header h2 {
  border: none !important;
  color: #454545 !important;
  margin: 0 0 5px !important;
  font-size: 18px !important;
  font-family: ProximaNova !important;
  float: left !important;
  font-weight: 600 !important;
  padding-bottom: 0; }

.trustspot-carousel-reviews-header-right {
  float: right !important; }

.products-reviews-count {
  vertical-align: top !important;
  margin-top: 3px !important;
  display: inline-block !important;
  color: #989898 !important;
  margin-left: 10px !important;
  font-weight: 400 !important; }

.trustspot-carousel-reviews-header h2 a {
  text-decoration: none !important;
  color: #2c7cc0 !important;
  font-weight: normal !important;
  font-size: 18px !important;
  margin-left: 10px !important; }

.trustspot-carousel-reviews-widget {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  white-space: nowrap !important;
  width: calc(100% - 60px) !important;
  margin: auto !important;
  scroll-behavior: smooth !important;
  font-size: 0 !important; }

.product-review-wrapper {
  padding: 0 10px; }

.trustspot-carousel-reviews-widget .trustspot-review-col {
  width: 33.33% !important;
  display: inline-block !important;
  margin: 0 !important;
  white-space: normal !important;
  vertical-align: top !important;
  font-size: 16px !important; }

#trustspot-carousel-reviews-left-arrow {
  float: left; }

#trustspot-carousel-reviews-left-arrow i {
  transform: rotate(135deg) !important;
  -webkit-transform: rotate(135deg) !important;
  margin-left: 5px !important;
  display: inline-block !important;
  padding: 5px !important;
  position: relative !important;
  top: 48% !important;
  margin-top: -15px;
  border: solid #a7b7c7 !important;
  border-width: 0 3px 3px 0 !important; }

#trustspot-carousel-reviews-right-arrow {
  float: right; }

#trustspot-carousel-reviews-right-arrow i {
  transform: rotate(-45deg) !important;
  -webkit-transform: rotate(-45deg) !important;
  margin-right: 5px !important;
  display: inline-block !important;
  padding: 5px !important;
  position: relative !important;
  top: 48% !important;
  margin-top: -15px;
  border: solid #a7b7c7 !important;
  border-width: 0 3px 3px 0 !important; }

#trustspot-carousel-reviews-left-arrow:hover i, #trustspot-carousel-reviews-right-arrow:hover i {
  border-color: #333 !important;
  cursor: pointer !important; }

.trustspot-review-col-head {
  overflow: hidden !important;
  margin-top: 15px !important; }

.product-review-rating {
  display: inline-block !important; }

.product-review-rating img {
  width: 27px !important;
  display: inline !important; }

.product-review-date {
  vertical-align: top !important;
  margin-top: 5px !important;
  display: inline-block !important;
  color: #989898 !important;
  margin-left: 15px !important;
  font-size: 15px !important; }

.reviewer-name {
  margin: 10px 0 !important;
  font-family: ProximaNova !important;
  color: #454545 !important;
  font-size: 18px !important;
  font-weight: normal; }

.review-product-image {
  width: 110px !important;
  display: inline-block !important; }

.review-product-image > div {
  width: 100% !important;
  height: 110px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  border-radius: 5px !important; }

.review-product-image-caption {
  display: block !important;
  line-height: 15px !important;
  margin-top: 5px !important;
  height: 47px !important;
  overflow: hidden !important; }

.review-product-image-caption, .review-product-image-caption span {
  font-family: ProximaNova !important;
  font-size: 12px !important;
  color: #989898 !important;
  text-decoration: none !important; }

.trustspot-review-content {
  font-family: ProximaNova !important;
  display: inline-block !important;
  width: calc(100% - 125px) !important;
  float: right !important;
  color: #989898 !important;
  height: 160px;
  line-height: 1em; }

.trustspot-review-content p {
  margin: 0 !important;
  max-height: 160px;
  overflow: hidden;
  line-height: 1em !important; }

.trustspot-carousel-reviews-footer {
  text-align: right !important;
  margin-top: 40px !important; }

.trustspot-carousel-reviews-footer a {
  text-decoration: none !important;
  color: #424242 !important;
  font-size: 15px !important; }

.trustspot-carousel-reviews-footer span {
  vertical-align: top !important; }

.trustspot-carousel-reviews-footer img {
  height: 20px !important;
  display: inline !important; }

@media (min-width: 800px) {
  .tooltip-left-arrow:before {
    content: "" !important;
    position: absolute !important;
    top: 70px;
    left: -10px;
    border-width: 10px !important;
    border-style: solid !important;
    border-color: transparent #dadada transparent transparent !important; }
  /*editDone*/
  .tooltip-left-arrow:after {
    content: "" !important;
    position: absolute !important;
    top: 70px;
    left: -9px;
    border-width: 10px !important;
    border-style: solid !important;
    border-color: transparent #F8F8F8 transparent transparent !important; }
  .tooltip-right-arrow:before {
    content: "" !important;
    position: absolute !important;
    left: 100%;
    top: 70px;
    border-width: 10px !important;
    border-style: solid !important;
    border-color: transparent transparent transparent #dadada !important;
    margin-left: -10px !important; }
  .tooltip-right-arrow:after {
    content: "" !important;
    position: absolute !important;
    left: 100%;
    top: 70px;
    border-width: 10px !important;
    border-style: solid !important;
    border-color: transparent transparent transparent #F8F8F8 !important;
    margin-left: -11px !important;
    z-index: 999999 !important; } }

@media (max-width: 900px) {
  .trustspot-carousel-reviews-header h2, .trustspot-carousel-reviews-header h2 a {
    font-size: 16px !important;
    margin-left: 0 !important; }
  .trustspot-carousel-reviews-widget .trustspot-review-col {
    width: 50% !important; } }

@media (max-width: 600px) {
  .trustspot-carousel-reviews-widget .trustspot-review-col {
    width: 100% !important; }
  .product-review-wrapper {
    padding: 0 !important; }
  .trustspot-carousel-reviews-footer {
    margin-top: 20px !important; }
  .review-product-image {
    width: 90px !important; }
  .review-product-image > div {
    width: 90px !important;
    height: 90px !important; }
  .trustspot-review-content {
    width: calc(100% - 105px) !important; }
  .trustspot-reviews-tooltip {
    width: 220px !important; } }

/* Photo Carousel */
/* ---------*/
/*  New Styles */
/*----------*/
.trustspot-photo-carousel {
  line-height: normal !important;
  overflow: hidden !important; }

.trustspot-photo-carousel, .trustspot-photo-gallery {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100% !important;
  clear: both; }

.trustspot-photo-carousel img {
  max-width: 100% !important;
  max-height: 100% !important; }

.trustspot-carousel-verified-buyer {
  color: #5ca223 !important;
  font-weight: normal !important;
  font-size: 14px !important;
  display: inline-block !important;
  vertical-align: top !important; }

.trustspot-carousel-verified-buyer-icon {
  display: inline-block !important;
  margin-left: 10px !important; }

.trustspot-carousel-verified-buyer svg {
  display: inline-block !important;
  margin-left: 0 !important;
  width: 14px !important;
  fill: #5ca223 !important;
  vertical-align: -2px; }

.trustspot-photo-carousel-products-tabs > div {
  padding: 20px 20px 10px !important;
  border-bottom: 1px solid #ddd;
  margin-top: 0; }

.trustspot-photo-carousel-products-links a {
  display: inline-block !important;
  border: 1px solid #ddd !important;
  width: 40px !important;
  height: 40px !important;
  cursor: pointer !important;
  border-radius: 5px !important;
  overflow: hidden !important; }

.trustspot-photo-carousel-products-links a.active {
  border: 1px solid #63d5ac !important; }

.trustspot-photo-carousel-products-links a img {
  border-radius: 3px !important;
  border: 1px solid #e3e3e3 !important;
  height: 40px !important;
  width: 40px !important;
  object-fit: cover !important; }

.trustspot-photo-carousel-products-tab {
  display: none; }

.trustspot-photo-carousel-products-tab-left {
  display: inline-block !important;
  margin-right: 15px !important;
  width: 100px !important; }

.trustspot-photo-carousel-products-tab-right {
  display: inline-block !important;
  vertical-align: top !important;
  margin-top: 5px !important;
  color: #656363 !important;
  width: calc(100% - 130px) !important;
  text-align: left; }

.trustspot-photo-carousel-products-tab-left img {
  border: 1px solid #ddd !important;
  border-radius: 5px !important;
  height: 100px !important;
  width: 100px !important;
  object-fit: contain !important; }

.trustspot-photo-carousel-buy-btn {
  font-weight: bold !important;
  display: block !important;
  background: #0279b7 !important;
  padding: 8px !important;
  border-radius: 2px !important;
  border: none !important;
  color: #fff !important;
  font-size: 16px !important;
  margin-top: 15px !important;
  width: 136px !important;
  cursor: pointer !important;
  text-transform: uppercase !important;
  text-align: center !important;
  text-decoration: none !important; }

.trustspot-photo-carousel-products-metatag {
  margin: 12px 0 !important;
  font-size: 14px !important;
  color: #868686 !important; }

/* ------------*/
.trustspot-photo-carousel-title {
  color: #5c5c5c !important;
  font-size: 29px !important;
  margin: 10px auto !important;
  max-width: 100% !important; }

.trustspot-photo-carousel-title span {
  color: #5c5c5c !important; }

.trustspot-photo-carousel .trustspot-photo-carousel-content {
  display: none;
  position: fixed !important;
  z-index: 9999 !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  background: rgba(0, 0, 0, 0.8) !important; }

.trustspot-photo-carousel .trustspot-carousel-slide {
  display: none;
  max-height: 640px !important;
  margin: calc((100vh - 530px) / 2) auto !important;
  height: 530px !important;
  max-width: 1082px !important;
  position: relative !important;
  padding: 0 10px !important; }

.trustspot-photo-carousel .carousel-slide-popup {
  margin: 0 auto !important;
  height: 100% !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) !important;
  position: relative !important;
  background: #000 !important; }

.carousel-slide-popup iframe {
  max-height: 100%;
  max-width: 100%; }

.trustspot-photo-carousel #trustspotCloseSlider {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  cursor: default !important; }

.trustspot-photo-carousel #trustspotCloseSliderFooter {
  position: absolute !important;
  color: #fff !important;
  margin-right: 5px !important;
  text-decoration: none !important; }

#trustspotCloseSliderFooter span {
  vertical-align: top !important;
  font-size: 14px !important; }

#trustspotCloseSliderFooter img {
  height: 17px !important;
  display: inline-block; }

.trustspot-photo-carousel .carousel-slide-cover {
  width: 58% !important;
  height: 100% !important;
  float: left !important;
  text-align: center !important;
  background: #000 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  position: relative; }

.trustspot-slide-caption {
  position: absolute;
  bottom: 0;
  height: 50px;
  left: 0;
  right: 0;
  text-align: left;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  padding: 10px 20px;
  box-sizing: border-box;
  display: flex;
  overflow: hidden;
  line-height: 18px; }

.trustspot-photo-carousel .carousel-slide-cover img {
  margin: auto !important; }

.trustspot-photo-carousel .carousel-slide-content {
  width: 42% !important;
  float: right !important;
  height: 100% !important;
  background: #fff !important;
  overflow-y: auto !important;
  position: relative !important;
  scrollbar-width: thin !important; }

.trustspot-photo-carousel .content-wrap {
  margin-top: 0;
  padding: 30px 20px !important;
  overflow: hidden !important;
  text-align: left !important; }

/* Styles for Slider Content and #instagram-slide*/
.trustspot-photo-carousel .carousel-slide-header {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  padding-bottom: 10px !important;
  margin-bottom: 5px !important; }

.trustspot-photo-carousel .carousel-slide-header img {
  width: 45px !important;
  min-width: 45px !important;
  height: 45px !important;
  float: left !important; }

.trustspot-photo-carousel .trustspot-instagram-avatar {
  border-radius: 100% !important; }

.trustspot-photo-carousel .carousel-slide-header .reviewer-initials {
  border-radius: 100% !important;
  background-color: #83b6de !important;
  color: #fff !important;
  text-align: center !important;
  width: 45px !important;
  height: 45px !important;
  float: left !important; }

.trustspot-photo-carousel .carousel-slide-header .reviewer-initials span {
  display: block !important;
  margin-top: 10px !important;
  font-size: 22px !important; }

.trustspot-photo-carousel .carousel-slide-header label {
  padding-left: 14px !important;
  font-weight: bold !important;
  color: #0279b7 !important;
  max-width: calc(100% - 50px) !important;
  overflow: hidden !important;
  text-transform: none !important;
  margin: 0px 0px 0px 0px !important;
  display: inline-block !important; }

.trustspot-photo-carousel .carousel-slide-header label span {
  margin-right: 5px; }

.trustspot-carousel-date {
  margin-left: auto !important;
  font-size: 15px !important;
  color: #a8a6a6 !important; }

.trustspot-photo-carousel #instagram-slide .carousel-slide-header {
  border-bottom: 1px solid #e3e3e3 !important; }

.trustspot-photo-carousel #instagram-slide .carousel-slide-header label {
  padding-top: 8px !important;
  font-size: 16px !important; }

.trustspot-photo-carousel-slide-footer {
  margin-top: 10px !important; }

.trustspot-photo-carousel-slide-footer-left {
  float: left !important; }

.trustspot-photo-carousel-slide-footer-right {
  float: right !important; }

.trustspot-photo-carousel-slide-footer a {
  color: #6e6a6a !important;
  cursor: pointer !important;
  text-decoration: none !important;
  font-size: 14px !important; }

.trustspot-photo-carousel-slide-footer a img {
  width: 20px !important;
  vertical-align: middle !important; }

.trustspot-photo-carousel .carousel-slide-box-content p {
  margin: 5px 0 !important;
  overflow-wrap: break-word; }

.trustspot-photo-carousel .carousel-slide-box-content {
  color: #333 !important;
  font-size: 15px !important; }

.trustspot-photo-carousel #instagram-slide .carousel-slide-box-content {
  color: #4f4f4f !important;
  font-size: 16px !important; }

.trustspot-photo-carousel #instagram-slide .hashtag {
  color: #3085c8 !important; }

.trustspot-photo-carousel .rating {
  padding-left: 0 !important;
  margin-top: 5px !important; }

.trustspot-photo-carousel .rating img.star-rating {
  width: 25px !important;
  height: 25px !important;
  margin-right: 2px !important; }

.trustspot-photo-carousel .rating span {
  font-size: 25px !important;
  color: #ffd200 !important; }

.trustspot-photo-carousel #prevArrow, .trustspot-photo-carousel #nextArrow {
  height: 200px !important;
  z-index: 99 !important;
  position: absolute !important;
  cursor: pointer !important; }

.trustspot-photo-carousel #nextArrow .carousel-slider-arrow, .trustspot-photo-carousel #prevArrow .carousel-slider-arrow {
  border-color: #737373 !important; }

.trustspot-photo-carousel #nextArrow:hover .carousel-slider-arrow, .trustspot-photo-carousel #prevArrow:hover .carousel-slider-arrow {
  transition: 0.2s !important;
  cursor: pointer !important;
  border-color: #fff !important; }

.trustspot-photo-carousel .carousel-slider-left, .trustspot-photo-carousel .carousel-slider-right {
  background: rgba(80, 79, 79, 0.5) !important;
  position: absolute !important;
  height: 100% !important;
  z-index: 4 !important;
  top: 0 !important;
  /*display: none;*/ }

.trustspot-photo-carousel .carousel-slider-left:hover, .trustspot-photo-carousel .carousel-slider-right:hover {
  background: rgba(0, 0, 0, 0.6) !important;
  transition: 0.2s !important;
  cursor: pointer !important; }

.trustspot-photo-carousel .carousel-slider-left:hover {
  padding-right: 10px !important; }

.trustspot-photo-carousel .carousel-slider-right:hover {
  padding-left: 10px !important; }

.trustspot-photo-carousel .carousel-slider-left {
  left: 0; }

.trustspot-photo-carousel .carousel-slider-right {
  right: 0 !important; }

.trustspot-photo-carousel i.carousel-slider-arrow {
  border: solid #fff !important;
  border-width: 0 3px 3px 0 !important;
  display: inline-block !important;
  padding: 15px !important;
  position: relative !important;
  top: 48% !important;
  margin-top: -15px; }

.trustspot-photo-carousel #nextArrow i.carousel-slider-arrow, .trustspot-photo-carousel #prevArrow i.carousel-slider-arrow {
  border-width: 0 4px 4px 0 !important; }

.trustspot-photo-carousel .carousel-slider-arrow.right {
  transform: rotate(-45deg) !important;
  -webkit-transform: rotate(-45deg) !important;
  margin-right: 18px !important; }

.trustspot-photo-carousel .carousel-slider-arrow.left {
  transform: rotate(135deg) !important;
  -webkit-transform: rotate(135deg) !important;
  margin-left: 18px !important; }

.trustspot-photo-carousel .trustspot-carousel-container > div:not(.trustspot-reviews-gallery) {
  white-space: nowrap !important;
  height: 180px !important;
  scroll-behavior: smooth !important;
  width: auto !important;
  overflow-y: hidden !important;
  max-width: none !important;
  overflow-x: auto !important;
  height: 200px !important; }

.trustspot-photo-carousel .trustspot-carousel-container {
  text-align: center !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative !important;
  overflow: hidden !important; }

.trustspot-photo-carousel[data-visual-type="carousel"] .trustspot-carousel-container {
  height: 180px !important; }

.trustspot-photo-carousel .carousel-column {
  display: inline-block !important;
  width: 180px !important;
  margin: 0 2px !important;
  position: relative !important; }

.trustspot-photo-carousel .carousel-column div {
  width: 100% !important;
  height: 180px !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: #000 !important;
  border-radius: 3px !important;
  cursor: pointer !important; }

.trustspot-photo-carousel .carousel-column .overlay {
  background-color: #000 !important;
  position: absolute !important;
  top: 0 !important;
  height: 100% !important;
  width: 100% !important;
  opacity: 0 !important;
  will-change: transform;
  transform: translateZ(0); }

.trustspot-photo-carousel .carousel-column:hover .overlay {
  opacity: 0.8 !important;
  cursor: pointer !important; }

.trustspot-photo-carousel .carousel-column:not(.instagram-slide) .overlay:not(.overlay-video)::before {
  content: "\2605 \2605 \2605 \2605 \2605 " !important;
  color: #ffff !important;
  font-size: 30px !important;
  line-height: 175px !important; }

.trustspot-photo-carousel .carousel-column.instagram-slide .overlay {
  background-image: url("https://s3.amazonaws.com/trustspot-downloads/insta-hover.png") !important;
  background-size: 80% 80% !important;
  background-position: center !important; }

.trustspot-photo-carousel .carousel-column.instagram-slide .overlay {
  background-image: url("https://s3.amazonaws.com/trustspot-downloads/insta-hover.png") !important;
  background-size: 80% 80% !important;
  background-position: center !important; }

.trustspot-photo-carousel .carousel-column .overlay.overlay-video {
  background-image: url(https://trustspot.io/assets/img/video-hover.png);
  background-size: 80% 80% !important;
  background-position: center !important; }

.trustspot-photo-carousel .close-slider {
  position: absolute !important;
  right: 5px !important;
  top: 5px !important;
  cursor: pointer !important;
  color: #999 !important;
  font-size: 32px !important;
  z-index: 999 !important;
  text-decoration: none !important;
  font-style: normal !important;
  font-family: Times New Roman !important; }

.trustspot-photo-carousel .close-slider:hover {
  color: #000 !important; }

.trustspot-photo-carousel .close-slider:before {
  content: '\00d7' !important; }

.trustspot-product-widget-product-review-avatar {
  min-width: 45px;
  width: 45px;
  height: 45px;
  background: #0279b7;
  color: #fff;
  font-size: 30px;
  text-align: center;
  border-radius: 50%;
  vertical-align: top;
  display: inline-block;
  float: left !important; }

.trustspot-product-widget-product-review-avatar span {
  margin-top: 6px;
  margin-left: 2px;
  display: inline-block; }

@media (max-width: 720px) {
  .trustspot-photo-carousel-title {
    font-size: 29px !important; }
  .trustspot-photo-carousel .trustspot-carousel-slide {
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important; }
  .trustspot-photo-carousel .trustspot-photo-carousel-content, .trustspot-photo-carousel .carousel-slide-content {
    overflow-y: auto !important; }
  .trustspot-photo-carousel .carousel-slide-cover, .trustspot-photo-carousel .carousel-slide-content {
    width: 100% !important; }
  .trustspot-photo-carousel .carousel-slide {
    width: 80% !important; }
  .trustspot-photo-carousel .carousel-slide-popup {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    overflow: hidden !important; }
  .trustspot-photo-carousel .carousel-slide-cover {
    height: 245px !important;
    display: inline-block !important; }
  .trustspot-photo-carousel .close-slider {
    color: #fff !important;
    right: 10px !important; }
  .trustspot-photo-carousel .close-slider:hover {
    color: #d2d2d2 !important; }
  .trustspot-photo-carousel .carousel-slide-content {
    overflow-y: auto !important;
    height: calc(100vh - 245px) !important;
    position: unset !important; }
  .trustspot-photo-carousel .trustspot-carousel-container > div:not(.trustspot-reviews-gallery), .carousel-column div {
    height: 80px !important; }
  .trustspot-carousel-container > div:not(.trustspot-reviews-gallery) .carousel-column {
    width: 80px !important; }
  .trustspot-photo-carousel i.carousel-slider-arrow {
    padding: 10px !important; }
  .trustspot-photo-carousel .trustspot-photo-carousel-content {
    height: 100% !important;
    overflow: hidden !important; }
  .trustspot-photo-carousel #prevArrow, .trustspot-photo-carousel #nextArrow {
    height: 245px !important;
    top: 0 !important; }
  .trustspot-photo-carousel #prevArrow {
    left: 0 !important; }
  .trustspot-photo-carousel #nextArrow {
    right: 0 !important;
    left: unset !important; }
  .ts-modal-open {
    overflow: hidden; } }

/* New Reviews Gallery Styles */
.trustspot-photo-carousel .trustspot-carousel-container > div.trustspot-reviews-gallery {
  max-width: 100% !important;
  margin: auto !important;
  overflow: hidden !important;
  min-height: 180px !important; }

.trustspot-carousel-container > div.trustspot-reviews-gallery .carousel-column {
  float: left !important;
  margin-top: 4px !important; }

@media (max-width: 500px) {
  .trustspot-carousel-container > div.trustspot-reviews-gallery .carousel-column {
    width: 100px !important;
    height: 100px !important;
    overflow: hidden !important;
    -webkit-tap-highlight-color: transparent; }
  .trustspot-photo-carousel.visual-type-gallery .carousel-column:not(.instagram-slide) .overlay::before {
    line-height: 100px !important;
    font-size: 20px !important; }
  .trustspot-gallery-filter-bar > div {
    margin: 0; }
  .ts-search-filter-input input {
    max-width: calc(100% - 35px) !important; }
  .trustspot-gallery-filter > a {
    margin-right: 0; }
  .trustspot-experience-btn {
    text-align: center !important; }
  .trustspot-experience-btn a {
    width: 100% !important; }
  .trustspot-photo-carousel .content-wrap {
    padding-bottom: 75px !important; } }

.trustspot-visual-carousel-head, .trustspot-visual-gallery-head {
  overflow: hidden;
  position: relative; }

.trustspot-visual-gallery-head, .trustspot-gallery-filters-wrapper {
  clear: both;
  margin: auto;
  max-width: 100%; }

.trustspot-gallery-filter-bar {
  box-shadow: 0 -1px 0 0 #ebedf3, 0 1px 0 0 #ebedf3;
  -webkit-box-shadow: 0 -1px 0 0 #ebedf3, 0 1px 0 0 #ebedf3;
  -moz-box-shadow: 0 -1px 0 0 #ebedf3, 0 1px 0 0 #ebedf3;
  -ms-box-shadow: 0 -1px 0 0 #ebedf3, 0 1px 0 0 #ebedf3;
  -o-box-shadow: 0 -1px 0 0 #ebedf3, 0 1px 0 0 #ebedf3;
  padding: 4px 0;
  margin: 12px auto;
  box-sizing: border-box;
  display: inline-block;
  width: 100%; }

.trustspot-gallery-filter-menu {
  display: inline; }

.trustspot-gallery-filter-bar .trustspot-gallery-filter {
  display: inline-block; }

.trustspot-gallery-filter-menu > .trustspot-gallery-filter:last-child {
  float: right; }

.ts-search-filter {
  display: inline-block; }

.ts-search-filter-input {
  position: relative; }

.ts-search-filter-input input {
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px #d5dbe3;
  -moz-box-shadow: inset 0 0 0 1px #d5dbe3;
  -webkit-box-shadow: inset 0 0 0 1px #d5dbe3;
  -o-box-shadow: inset 0 0 0 1px #d5dbe3;
  -ms-box-shadow: inset 0 0 0 1px #d5dbe3;
  color: #667282;
  font-size: 14px;
  padding: 7px 15px 7px 20px;
  height: 30px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border: none;
  width: 34px;
  min-width: auto;
  max-width: 100%;
  outline: none; }

.ts-search-filter-input svg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 35px;
  height: 30px;
  cursor: pointer;
  box-sizing: border-box;
  padding: 6px; }

.ts-search-filter-input .ts-close-search svg {
  left: unset;
  right: 3px;
  display: none; }

.ts-search-filter-input.ts-expanded-search input {
  width: 355px;
  padding: 7px 30px 7px 35px; }

.ts-search-filter-input.ts-expanded-search .ts-close-search svg {
  display: inline-block; }

.trustspot-gallery-filter {
  margin: 0 25px 0 0;
  text-align: right;
  position: relative; }

.trustspot-gallery-filter .trustspot-filter-btn label {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #8b95a2;
  letter-spacing: 1px;
  padding-right: 10px; }

.trustspot-gallery-filter .trustspot-filter-btn span {
  pointer-events: none; }

.trustspot-gallery-filter > a {
  text-decoration: none;
  color: #444;
  padding: 7px 5px;
  display: inline-block;
  font-size: 13px;
  margin-right: 4px;
  margin-bottom: 0;
  cursor: pointer;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: uppercase; }

.trustspot-gallery-filter > a::after {
  content: "";
  border: solid #8d8d8d;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2.8px;
  margin-left: 10px;
  margin-right: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  vertical-align: top;
  margin-top: 2px;
  transition: all 0.2s; }

.trustspot-filters-dropdown {
  display: none;
  position: absolute;
  margin: 0;
  right: 0;
  padding: 0;
  margin-top: 1px;
  transition: all 0.2s; }

.trustspot-filter-dropdown {
  display: none;
  position: absolute;
  margin: 0;
  left: 0;
  padding: 15px 0 7px;
  text-align: left;
  list-style: none;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #fff;
  z-index: 999;
  min-width: 170px;
  box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.5); }

#trustspot-gallery-filter.ts-dropdown-opened .trustspot-filters-dropdown {
  display: block; }

#trustspot-gallery-filter.ts-dropdown-opened > a {
  color: #8b95a2; }

#trustspot-gallery-filter.ts-dropdown-opened > a::after {
  margin-top: 8px;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg); }

.trustspot-filters-dropdown li {
  padding: 9px 12px; }

.trustspot-filters-dropdown li.ts-sort-active {
  background: #f6f6f6;
  border-bottom: 1px solid #ddd; }

.trustspot-filters-dropdown a {
  box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.1); }

[data-filter-type="sortby"] .trustspot-filter-dropdown {
  padding-top: 0; }

.trustspot-gallery-filter-bar div > .trustspot-gallery-filter:last-child .trustspot-filter-dropdown {
  left: 0;
  right: unset; }

.trustspot-gallery-filter.ts-dropdown-opened .trustspot-filter-dropdown {
  display: block;
  overflow-x: hidden; }

.trustspot-gallery-filter.ts-dropdown-opened > a {
  color: #8b95a2; }

.trustspot-gallery-filter.ts-dropdown-opened > a::after {
  margin-top: 5px;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg); }

.trustspot-filter-dropdown li {
  padding: 9px 12px;
  white-space: nowrap;
  margin: 3px 0; }

.trustspot-filter-dropdown li.ts-sort-active {
  background: #f6f6f6;
  border-bottom: 1px solid #ddd; }

.trustspot-filter-dropdown a {
  color: #969696;
  text-decoration: none;
  font-size: 15px;
  cursor: pointer; }

.trustspot-filter-dropdown li a:hover, .trustspot-filter-dropdown li.ts-sort-by-active a {
  color: #0278b5; }

.trustspot-filter-dropdown li a i {
  margin-right: 5px; }

.ts-checkbox-filter a::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  transition: all 0.2s ease;
  vertical-align: middle;
  margin-right: 5px;
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-image: url(https://trustspot.io/assets/img/collector/multiple-choice.png);
  -webkit-mask-image: url(https://trustspot.io/assets/img/collector/multiple-choice.png);
  background-color: #979797;
  position: relative;
  top: -2px;
  margin-right: 10px; }

.ts-filter-active.ts-checkbox-filter a::before {
  transition: all 0s;
  font-size: 14px;
  text-align: center;
  mask-image: url(https://trustspot.io/assets/img/collector/multiple-choice.png);
  -webkit-mask-image: url(https://trustspot.io/assets/img/collector/multiple-choice-checked.png);
  background-color: #0279b7; }

.ts-filter-active.ts-checkbox-filter a {
  color: #222; }

.trustspot-gallery-filter-results > * {
  display: inline-block;
  margin-right: 20px;
  color: #8b95a2;
  font-size: 14px; }

.filter-results-list {
  margin-bottom: 10px;
  margin-top: 0;
  padding: 0;
  list-style: none;
  margin-right: 10px; }

.filter-results-list li span {
  margin-left: 5px;
  cursor: pointer;
  font-weight: bold;
  width: 15px;
  height: 15px;
  display: inline-block;
  text-align: center;
  color: #667282;
  background-color: #f8f9fd;
  box-shadow: 0 0 0 1px #ebedf3;
  border-radius: 1px;
  line-height: 16px; }

.filter-results-list li span:hover {
  background-color: #f6f6f6; }

.clear-all-filters {
  font-weight: bold;
  cursor: pointer; }

.clear-all-filters:hover {
  color: #555; }

.filter-results-list li {
  display: inline-block;
  margin-right: 15px; }

.ts-reset-filter {
  position: absolute;
  top: 5px;
  right: 7px;
  font-size: 11px;
  color: #667282;
  cursor: pointer;
  text-transform: uppercase; }

.ts-reset-filter:hover {
  color: #333f4f; }

.trustspot-experience-btn {
  margin-bottom: 8px; }

.trustspot-experience-btn a {
  color: #fff !important;
  text-decoration: none !important;
  background-color: #648538;
  border-color: #648538;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5em;
  padding: 6px 14px;
  min-width: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.1s linear background-color, 0.1s linear border-color, 0.1s linear color;
  transition: 0.1s linear background-color, 0.1s linear border-color, 0.1s linear color;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  box-sizing: border-box;
  text-align: center; }

.trustspot-loading {
  min-height: 180px; }

.trustspot-loading > * {
  display: none !important; }

.trustspot-loading .ts-spinner {
  display: block !important; }

.trustspot-loading .ts-spinner * {
  display: inline-block !important; }

.ts-spinner {
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100px;
  text-align: center;
  display: none; }

.ts-spinner > div {
  width: 25px;
  height: 25px;
  background-color: #0279b7;
  border-radius: 100%;
  -webkit-animation: ts-bouncedelay 1.4s infinite ease-in-out both;
  animation: ts-bouncedelay 1.4s infinite ease-in-out both;
  display: inline-block; }

.ts-spinner .ts-bounce-1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.ts-spinner .ts-bounce-2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes ts-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes ts-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@media (max-width: 1140px) {
  .trustspot-gallery-filter {
    margin-left: 15px; }
  .trustspot-experience-btn {
    position: unset; } }

.trustspot-filters-top-nav {
  display: none;
  align-items: center;
  background-color: #f8f9fd;
  box-shadow: 0 1px 0 0 #ebedf3;
  -moz-box-shadow: 0 1px 0 0 #ebedf3;
  -webkit-box-shadow: 0 1px 0 0 #ebedf3;
  -o-box-shadow: 0 1px 0 0 #ebedf3;
  -ms-box-shadow: 0 1px 0 0 #ebedf3;
  margin-bottom: 10px;
  padding: 12px 10px;
  padding-left: 0; }

.trustspot-filters-top-nav button {
  border: none;
  padding: 9px 12px;
  font-size: 14px;
  background: transparent;
  cursor: pointer;
  min-width: 75px; }

.ts-filter-apply-btn {
  color: #fff;
  font-weight: 600; }

.ts-ml-auto {
  margin-left: auto; }

.ts-close-filters {
  padding: 10px;
  cursor: pointer; }

.ts-close-filters::after {
  content: "";
  border: solid #8d8d8d;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  margin-left: 10px;
  margin-right: 2px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  vertical-align: top;
  margin-top: 1px;
  transition: all 0.2s; }

.ts-filters-toggle {
  display: none;
  width: 40px;
  float: right;
  padding: 5px;
  margin-left: 5px;
  border: 1px solid #d5dbe3;
  text-align: center;
  height: 35px;
  box-sizing: border-box;
  border-radius: 3px;
  cursor: pointer;
  margin-left: auto;
  -webkit-tap-highlight-color: transparent; }

.ts-filters-toggle svg {
  height: 24px;
  width: 20px; }

@media (min-width: 500px) {
  .trustspot-gallery-filter.ts-dropdown-opened .trustspot-filter-dropdown {
    max-height: 400px;
    overflow-y: auto;
    padding-right: 10px; } }

@media (max-width: 500px) {
  .ts-filters-toggle {
    display: block; }
  .trustspot-filters-top-nav {
    display: flex; }
  .ts-search-filter {
    width: 100%;
    display: flex; }
  .ts-search-filter-input {
    width: 100%; }
  .ts-search-filter-input .ts-close-search svg {
    display: block; }
  .ts-search-filter-input input {
    width: 100% !important;
    max-width: 100% !important;
    padding: 7px 15px 7px 35px;
    height: 35px; }
  .ts-close-search {
    display: none; }
  .ts-search-filter-input.has-search-query input {
    padding-right: 30px; }
  .ts-search-filter-input.has-search-query .ts-close-search {
    display: block; }
  .ts-search-filter-input svg {
    top: 3px; }
  .ts-filters-open .trustspot-gallery-filter-menu {
    display: block; }
  .trustspot-gallery-filter-menu {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 999999;
    overflow: hidden;
    padding: 0; }
  .trustspot-gallery-filter-menu .clear-all-filters {
    font-weight: normal; }
  .trustspot-gallery-filter-bar .trustspot-gallery-filter {
    width: 100%;
    text-align: left;
    display: block;
    margin: 0;
    float: none !important;
    padding: 10px;
    box-sizing: border-box; }
  .trustspot-gallery-filter.ts-dropdown-opened .trustspot-filter-dropdown {
    position: unset;
    box-shadow: none;
    border: none;
    padding-top: 0;
    padding-left: 0; }
  [data-filter-type="sortby"] .trustspot-filter-dropdown {
    padding-left: 10px !important; }
  .trustspot-gallery-filter > a {
    width: 100%;
    box-sizing: border-box; }
  .filter-results-list {
    display: inline;
    margin-right: 0; }
  .filter-results-caption {
    margin-right: 5px; }
  .trustspot-gallery-filter-results .clear-all-filters {
    margin-bottom: 10px;
    margin-right: 0; }
  .filter-results-list li {
    margin-bottom: 10px; }
  .trustspot-gallery-filter > a::after {
    float: right; }
  .ts-reset-filter {
    display: none; }
  .trustspot-filters-contents {
    max-height: calc(100% - 70px);
    overflow-y: auto; } }

.ts-custom-reviews-table {
  margin-bottom: 0;
  width: 100%;
  font-size: 15px; }

.ts-custom-reviews-table td {
  border: none;
  padding: 5px 15px 2px 0; }

div.ts-range-box {
  width: 160px;
  margin: 5px 0;
  font-size: 0;
  position: relative; }

div.ts-range-box.fit-type {
  margin-bottom: 16px; }

.ts-range-box sub {
  font-size: 12px;
  position: absolute;
  top: 12px;
  color: #898989;
  margin: 0 2px;
  right: 0; }

.ts-range-box sub:first-child {
  left: 0; }

span.ts-range-box {
  width: calc(20% - 4px);
  display: inline-block;
  height: 8px;
  background: #ededed;
  margin: 0 2px; }

.ts-custom-desc-box {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 15px; }

.ts-custom-desc-box > * {
  display: inline-block; }

.ts-custom-desc-box label {
  font-weight: bold; }

.trustspot-collector-box {
  background: #fff;
  padding: 16px;
  margin-bottom: 12px;
  border: 1px solid #e6e6e6;
  /*box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);*/ }

.trustspot-collector-box .trustspot-collector-box-head {
  color: #444; }

.trustspot-collectors-wrapper {
  margin-top: 20px; }

.trustspot-collector-box {
  background: #fbfbfb;
  padding: 16px;
  margin-bottom: 12px;
  border: 1px solid rgba(0, 0, 0, 0.07); }

.trustspot-collector-box .trustspot-collector-box-head {
  color: #2D2D2D;
  font-size: 14px;
  margin-bottom: 7px;
  font-weight: bold; }

.trustspot-collector-box p.trustspot-collector-box-body {
  color: #353535;
  font-weight: normal;
  line-height: 22px;
  font-size: 14px;
  margin: 0 !important;
  white-space: pre-wrap; }

.trustspot-collector-box img {
  margin-top: 5px;
  margin-bottom: 10px;
  max-width: 100%; }

.trustspot-collector-box[data-question-type="slider"] {
  padding: 16px 5px; }

.trustspot-collector-box[data-question-type="slider"] .trustspot-collector-box-head {
  padding: 0 11px; }

.trustspot-collector-box[data-question-type="slider"] iframe {
  height: 100px;
  width: 100% !important; }

.trustspot-collector-box .rating {
  float: none !important;
  padding-left: 0 !important; }

.trustspot-carousel-preview {
  width: 100%;
  height: 354px;
  max-height: 354px;
  margin-top: 10px;
  margin-bottom: 10px; }

.trustspot-carousel-preview-image {
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }

.trustspot-carousel-preview-image img {
  cursor: pointer; }

.trustspot-carousel-preview-image img:hover {
  opacity: 0.9; }

.trustspot-photo-carousel[data-layout="mobile"] .trustspot-carousel-preview {
  height: 200px;
  margin-bottom: 0; }

.trustspot-photo-carousel[data-layout="mobile"] .trustspot-carousel-preview-image {
  background-color: #000; }

.trustspot-photo-carousel.trustspot-has-preview[data-layout="mobile"] .trustspot-carousel-container {
  height: 110px !important; }

.trustspot-photo-carousel.trustspot-has-preview[data-layout="mobile"] .carousel-column div {
  height: 110px !important; }

.trustspot-photo-carousel.trustspot-has-preview[data-layout="mobile"] .trustspot-carousel-container > div {
  height: 130px !important; }

.trustspot-photo-carousel.trustspot-has-preview[data-layout="mobile"] .carousel-column {
  width: 110px !important; }

.trustspot-photo-carousel.trustspot-has-preview[data-layout="mobile"] .carousel-column .overlay::before {
  line-height: 110px !important;
  font-size: 20px !important; }

.trustspot-photo-carousel.trustspot-has-preview[data-layout="mobile"] .carousel-slider-left:hover, .trustspot-photo-carousel.trustspot-has-preview[data-layout="mobile"] .carousel-slider-right:hover {
  padding: 0 !important; }

.trustspot-photo-carousel.trustspot-has-preview[data-layout="mobile"] .carousel-slider-arrow {
  top: 50% !important;
  margin-top: -10px; }

#gallery-load-more {
  text-align: center;
  margin-top: 20px; }

#gallery-load-more a {
  cursor: pointer; }

.trustspot-gallery-no-results {
  display: none;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  opacity: 0.8;
  color: #5b5b5b;
  margin-top: 10px;
  text-align: center; }

#trustspot-carousel-wrapper {
  font-family: 'ProximaNova';
  background-color: #fff;
  margin: auto;
  padding: 10px;
  max-width: 1140px; }

#trustspot-carousel-wrapper img {
  max-width: 100%;
  max-height: 100%; }

#trustspot-carousel-wrapper * {
  outline: none; }

#trustspot-carousel-wrapper h1 {
  font-size: 20px;
  color: #4f4f4f;
  margin: 10px 0 0;
  font-weight: normal; }

#trustspot-top-products-carousel {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
  margin: 0;
  box-shadow: 0 2px 2px -2px #eee; }

#trustspot-products-carousel-footer {
  max-width: 1140px;
  margin: auto;
  text-align: right; }

#trustspot-products-carousel-footer div {
  display: flex;
  align-items: center;
  justify-content: right;
  text-decoration: none !important;
  color: #b7b7b7;
  font-size: 14px; }

#trustspot-products-carousel-footer div span {
  margin-left: auto; }

#trustspot-products-carousel-footer div img {
  height: 26px;
  margin: 8px 0 8px 5px; }

#trustspot-top-products-carousel .slick-arrow {
  z-index: 99999; }

#trustspot-top-products-carousel .slick-arrow.slick-prev {
  left: 0; }

#trustspot-top-products-carousel .slick-arrow.slick-next {
  right: 0; }

#trustspot-top-products-carousel .slick-slide {
  text-align: left; }

#trustspot-top-products-carousel .ts-top-product-link .ts-img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 140px; }

#trustspot-top-products-carousel .ts-top-product-link .ts-img {
  width: 100%;
  height: 140px;
  position: relative; }

#trustspot-top-products-carousel .ts-top-product-link .ts-img span {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%; }

#trustspot-top-products-carousel .ts-top-product-link .ts-img span.ts-no-available-img {
  background-size: 60px auto;
  visibility: hidden; }

#trustspot-top-products-carousel .ts-top-product-link .ts-img img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  border-radius: 5px;
  position: relative; }

#trustspot-top-products-carousel .ts-top-product-link .ts-img img[alt]:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-weight: 300;
  line-height: 2;
  text-align: center;
  content: attr(alt); }

#trustspot-top-products-carousel .ts-top-product-link .ts-product-name {
  /*margin-bottom: 5px;*/
  margin-top: 3px;
  display: block;
  height: 20px;
  overflow: hidden;
  color: #737373;
  font-size: 14px;
  white-space: nowrap; }

#trustspot-top-products-carousel .ts-top-product-link .ts-product-name:hover {
  color: #333; }

#trustspot-top-products-carousel .slick-list {
  width: calc(100% - 20px);
  margin: auto; }

#trustspot-top-products-carousel a {
  text-decoration: none !important;
  color: #444; }

#trustspot-top-products-carousel .ts-top-product-price {
  margin: 2px 0;
  font-size: 16px;
  color: #23527c;
  font-weight: 400; }

#trustspot-top-products-carousel .ts-top-product-stars {
  cursor: pointer;
  display: inline-block;
  font-size: 7px; }

#trustspot-top-products-carousel .ts-stars-count {
  font-size: 14px;
  margin-left: 3px;
  color: #969696;
  vertical-align: top; }

#trustspot-top-products-carousel .slick-next:before, #trustspot-top-products-carousel .slick-prev:before {
  background-position: top center !important;
  outline: none;
  content: '';
  display: block;
  width: 20px;
  height: 20px; }

#trustspot-top-products-carousel .slick-prev:before {
  background: url(https://trustspot.io/assets/img/widget_pre.png) no-repeat; }

#trustspot-top-products-carousel .slick-next:before {
  background: url(https://trustspot.io/assets/img/widget_next.png) no-repeat; }

#trustspot-top-products-carousel {
  height: 210px; }

/*===*/
#trustspot-carousel-wrapper {
  position: relative;
  height: 310px;
  margin-bottom: 10px; }

.trustspot-slide-button-container {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 40%;
  height: 30px;
  width: 30px;
  text-align: center;
  z-index: 4; }

.slide-container-right {
  right: 0; }

.slide-container-left {
  left: 0%; }

.trustpot-slide-button {
  margin: 0;
  padding: 0;
  height: 30px;
  width: 30px;
  background: none !important;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  cursor: pointer; }

.trustpot-slide-button svg {
  height: 24px; }

.timespan-since-review {
  color: #adabab; }

.la, .lab, .lad, .lal, .lar, .las {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.la-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em; }

.la-xs {
  font-size: .75em; }

.la-sm {
  font-size: .875em; }

.la-1x {
  font-size: 1em; }

.la-2x {
  font-size: 2em; }

.la-3x {
  font-size: 3em; }

.la-4x {
  font-size: 4em; }

.la-5x {
  font-size: 5em; }

.la-6x {
  font-size: 6em; }

.la-7x {
  font-size: 7em; }

.la-8x {
  font-size: 8em; }

.la-9x {
  font-size: 9em; }

.la-10x {
  font-size: 10em; }

.la-fw {
  text-align: center;
  width: 1.25em; }

.la-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }

.la-ul > li {
  position: relative; }

.la-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.la-border {
  border: solid .08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.la-pull-left {
  float: left; }

.la-pull-right {
  float: right; }

.la.la-pull-left, .lab.la-pull-left, .lal.la-pull-left, .lar.la-pull-left, .las.la-pull-left {
  margin-right: .3em; }

.la.la-pull-right, .lab.la-pull-right, .lal.la-pull-right, .lar.la-pull-right, .las.la-pull-right {
  margin-left: .3em; }

.la-spin {
  -webkit-animation: la-spin 2s infinite linear;
  animation: la-spin 2s infinite linear; }

.la-pulse {
  -webkit-animation: la-spin 1s infinite steps(8);
  animation: la-spin 1s infinite steps(8); }

@-webkit-keyframes la-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes la-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.la-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.la-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.la-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.la-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.la-flip-vertical {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

.la-flip-both, .la-flip-horizontal.la-flip-vertical {
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1); }

:root .la-flip-both, :root .la-flip-horizontal, :root .la-flip-vertical, :root .la-rotate-180, :root .la-rotate-270, :root .la-rotate-90 {
  -webkit-filter: none;
  filter: none; }

.la-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.la-stack-1x, .la-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.la-stack-1x {
  line-height: inherit; }

.la-stack-2x {
  font-size: 2em; }

.la-inverse {
  color: #fff; }

.la-500px:before {
  content: "\f26e"; }

.la-accessible-icon:before {
  content: "\f368"; }

.la-accusoft:before {
  content: "\f369"; }

.la-acquisitions-incorporated:before {
  content: "\f6af"; }

.la-ad:before {
  content: "\f641"; }

.la-address-book:before {
  content: "\f2b9"; }

.la-address-card:before {
  content: "\f2bb"; }

.la-adjust:before {
  content: "\f042"; }

.la-adn:before {
  content: "\f170"; }

.la-adobe:before {
  content: "\f778"; }

.la-adversal:before {
  content: "\f36a"; }

.la-affiliatetheme:before {
  content: "\f36b"; }

.la-air-freshener:before {
  content: "\f5d0"; }

.la-airbnb:before {
  content: "\f834"; }

.la-algolia:before {
  content: "\f36c"; }

.la-align-center:before {
  content: "\f037"; }

.la-align-justify:before {
  content: "\f039"; }

.la-align-left:before {
  content: "\f036"; }

.la-align-right:before {
  content: "\f038"; }

.la-alipay:before {
  content: "\f642"; }

.la-allergies:before {
  content: "\f461"; }

.la-amazon:before {
  content: "\f270"; }

.la-amazon-pay:before {
  content: "\f42c"; }

.la-ambulance:before {
  content: "\f0f9"; }

.la-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.la-amilia:before {
  content: "\f36d"; }

.la-anchor:before {
  content: "\f13d"; }

.la-android:before {
  content: "\f17b"; }

.la-angellist:before {
  content: "\f209"; }

.la-angle-double-down:before {
  content: "\f103"; }

.la-angle-double-left:before {
  content: "\f100"; }

.la-angle-double-right:before {
  content: "\f101"; }

.la-angle-double-up:before {
  content: "\f102"; }

.la-angle-down:before {
  content: "\f107"; }

.la-angle-left:before {
  content: "\f104"; }

.la-angle-right:before {
  content: "\f105"; }

.la-angle-up:before {
  content: "\f106"; }

.la-angry:before {
  content: "\f556"; }

.la-angrycreative:before {
  content: "\f36e"; }

.la-angular:before {
  content: "\f420"; }

.la-ankh:before {
  content: "\f644"; }

.la-app-store:before {
  content: "\f36f"; }

.la-app-store-ios:before {
  content: "\f370"; }

.la-apper:before {
  content: "\f371"; }

.la-apple:before {
  content: "\f179"; }

.la-apple-alt:before {
  content: "\f5d1"; }

.la-apple-pay:before {
  content: "\f415"; }

.la-archive:before {
  content: "\f187"; }

.la-archway:before {
  content: "\f557"; }

.la-arrow-alt-circle-down:before {
  content: "\f358"; }

.la-arrow-alt-circle-left:before {
  content: "\f359"; }

.la-arrow-alt-circle-right:before {
  content: "\f35a"; }

.la-arrow-alt-circle-up:before {
  content: "\f35b"; }

.la-arrow-circle-down:before {
  content: "\f0ab"; }

.la-arrow-circle-left:before {
  content: "\f0a8"; }

.la-arrow-circle-right:before {
  content: "\f0a9"; }

.la-arrow-circle-up:before {
  content: "\f0aa"; }

.la-arrow-down:before {
  content: "\f063"; }

.la-arrow-left:before {
  content: "\f060"; }

.la-arrow-right:before {
  content: "\f061"; }

.la-arrow-up:before {
  content: "\f062"; }

.la-arrows-alt:before {
  content: "\f0b2"; }

.la-arrows-alt-h:before {
  content: "\f337"; }

.la-arrows-alt-v:before {
  content: "\f338"; }

.la-artstation:before {
  content: "\f77a"; }

.la-assistive-listening-systems:before {
  content: "\f2a2"; }

.la-asterisk:before {
  content: "\f069"; }

.la-asymmetrik:before {
  content: "\f372"; }

.la-at:before {
  content: "\f1fa"; }

.la-atlas:before {
  content: "\f558"; }

.la-atlassian:before {
  content: "\f77b"; }

.la-atom:before {
  content: "\f5d2"; }

.la-audible:before {
  content: "\f373"; }

.la-audio-description:before {
  content: "\f29e"; }

.la-autoprefixer:before {
  content: "\f41c"; }

.la-avianex:before {
  content: "\f374"; }

.la-aviato:before {
  content: "\f421"; }

.la-award:before {
  content: "\f559"; }

.la-aws:before {
  content: "\f375"; }

.la-baby:before {
  content: "\f77c"; }

.la-baby-carriage:before {
  content: "\f77d"; }

.la-backspace:before {
  content: "\f55a"; }

.la-backward:before {
  content: "\f04a"; }

.la-bacon:before {
  content: "\f7e5"; }

.la-balance-scale:before {
  content: "\f24e"; }

.la-balance-scale-left:before {
  content: "\f515"; }

.la-balance-scale-right:before {
  content: "\f516"; }

.la-ban:before {
  content: "\f05e"; }

.la-band-aid:before {
  content: "\f462"; }

.la-bandcamp:before {
  content: "\f2d5"; }

.la-barcode:before {
  content: "\f02a"; }

.la-bars:before {
  content: "\f0c9"; }

.la-baseball-ball:before {
  content: "\f433"; }

.la-basketball-ball:before {
  content: "\f434"; }

.la-bath:before {
  content: "\f2cd"; }

.la-battery-empty:before {
  content: "\f244"; }

.la-battery-full:before {
  content: "\f240"; }

.la-battery-half:before {
  content: "\f242"; }

.la-battery-quarter:before {
  content: "\f243"; }

.la-battery-three-quarters:before {
  content: "\f241"; }

.la-battle-net:before {
  content: "\f835"; }

.la-bed:before {
  content: "\f236"; }

.la-beer:before {
  content: "\f0fc"; }

.la-behance:before {
  content: "\f1b4"; }

.la-behance-square:before {
  content: "\f1b5"; }

.la-bell:before {
  content: "\f0f3"; }

.la-bell-slash:before {
  content: "\f1f6"; }

.la-bezier-curve:before {
  content: "\f55b"; }

.la-bible:before {
  content: "\f647"; }

.la-bicycle:before {
  content: "\f206"; }

.la-biking:before {
  content: "\f84a"; }

.la-bimobject:before {
  content: "\f378"; }

.la-binoculars:before {
  content: "\f1e5"; }

.la-biohazard:before {
  content: "\f780"; }

.la-birthday-cake:before {
  content: "\f1fd"; }

.la-bitbucket:before {
  content: "\f171"; }

.la-bitcoin:before {
  content: "\f379"; }

.la-bity:before {
  content: "\f37a"; }

.la-black-tie:before {
  content: "\f27e"; }

.la-blackberry:before {
  content: "\f37b"; }

.la-blender:before {
  content: "\f517"; }

.la-blender-phone:before {
  content: "\f6b6"; }

.la-blind:before {
  content: "\f29d"; }

.la-blog:before {
  content: "\f781"; }

.la-blogger:before {
  content: "\f37c"; }

.la-blogger-b:before {
  content: "\f37d"; }

.la-bluetooth:before {
  content: "\f293"; }

.la-bluetooth-b:before {
  content: "\f294"; }

.la-bold:before {
  content: "\f032"; }

.la-bolt:before {
  content: "\f0e7"; }

.la-bomb:before {
  content: "\f1e2"; }

.la-bone:before {
  content: "\f5d7"; }

.la-bong:before {
  content: "\f55c"; }

.la-book:before {
  content: "\f02d"; }

.la-book-dead:before {
  content: "\f6b7"; }

.la-book-medical:before {
  content: "\f7e6"; }

.la-book-open:before {
  content: "\f518"; }

.la-book-reader:before {
  content: "\f5da"; }

.la-bookmark:before {
  content: "\f02e"; }

.la-bootstrap:before {
  content: "\f836"; }

.la-border-all:before {
  content: "\f84c"; }

.la-border-none:before {
  content: "\f850"; }

.la-border-style:before {
  content: "\f853"; }

.la-bowling-ball:before {
  content: "\f436"; }

.la-box:before {
  content: "\f466"; }

.la-box-open:before {
  content: "\f49e"; }

.la-boxes:before {
  content: "\f468"; }

.la-braille:before {
  content: "\f2a1"; }

.la-brain:before {
  content: "\f5dc"; }

.la-bread-slice:before {
  content: "\f7ec"; }

.la-briefcase:before {
  content: "\f0b1"; }

.la-briefcase-medical:before {
  content: "\f469"; }

.la-broadcast-tower:before {
  content: "\f519"; }

.la-broom:before {
  content: "\f51a"; }

.la-brush:before {
  content: "\f55d"; }

.la-btc:before {
  content: "\f15a"; }

.la-buffer:before {
  content: "\f837"; }

.la-bug:before {
  content: "\f188"; }

.la-building:before {
  content: "\f1ad"; }

.la-bullhorn:before {
  content: "\f0a1"; }

.la-bullseye:before {
  content: "\f140"; }

.la-burn:before {
  content: "\f46a"; }

.la-buromobelexperte:before {
  content: "\f37f"; }

.la-bus:before {
  content: "\f207"; }

.la-bus-alt:before {
  content: "\f55e"; }

.la-business-time:before {
  content: "\f64a"; }

.la-buy-n-large:before {
  content: "\f8a6"; }

.la-buysellads:before {
  content: "\f20d"; }

.la-calculator:before {
  content: "\f1ec"; }

.la-calendar:before {
  content: "\f133"; }

.la-calendar-alt:before {
  content: "\f073"; }

.la-calendar-check:before {
  content: "\f274"; }

.la-calendar-day:before {
  content: "\f783"; }

.la-calendar-minus:before {
  content: "\f272"; }

.la-calendar-plus:before {
  content: "\f271"; }

.la-calendar-times:before {
  content: "\f273"; }

.la-calendar-week:before {
  content: "\f784"; }

.la-camera:before {
  content: "\f030"; }

.la-camera-retro:before {
  content: "\f083"; }

.la-campground:before {
  content: "\f6bb"; }

.la-canadian-maple-leaf:before {
  content: "\f785"; }

.la-candy-cane:before {
  content: "\f786"; }

.la-cannabis:before {
  content: "\f55f"; }

.la-capsules:before {
  content: "\f46b"; }

.la-car:before {
  content: "\f1b9"; }

.la-car-alt:before {
  content: "\f5de"; }

.la-car-battery:before {
  content: "\f5df"; }

.la-car-crash:before {
  content: "\f5e1"; }

.la-car-side:before {
  content: "\f5e4"; }

.la-caret-down:before {
  content: "\f0d7"; }

.la-caret-left:before {
  content: "\f0d9"; }

.la-caret-right:before {
  content: "\f0da"; }

.la-caret-square-down:before {
  content: "\f150"; }

.la-caret-square-left:before {
  content: "\f191"; }

.la-caret-square-right:before {
  content: "\f152"; }

.la-caret-square-up:before {
  content: "\f151"; }

.la-caret-up:before {
  content: "\f0d8"; }

.la-carrot:before {
  content: "\f787"; }

.la-cart-arrow-down:before {
  content: "\f218"; }

.la-cart-plus:before {
  content: "\f217"; }

.la-cash-register:before {
  content: "\f788"; }

.la-cat:before {
  content: "\f6be"; }

.la-cc-amazon-pay:before {
  content: "\f42d"; }

.la-cc-amex:before {
  content: "\f1f3"; }

.la-cc-apple-pay:before {
  content: "\f416"; }

.la-cc-diners-club:before {
  content: "\f24c"; }

.la-cc-discover:before {
  content: "\f1f2"; }

.la-cc-jcb:before {
  content: "\f24b"; }

.la-cc-mastercard:before {
  content: "\f1f1"; }

.la-cc-paypal:before {
  content: "\f1f4"; }

.la-cc-stripe:before {
  content: "\f1f5"; }

.la-cc-visa:before {
  content: "\f1f0"; }

.la-centercode:before {
  content: "\f380"; }

.la-centos:before {
  content: "\f789"; }

.la-certificate:before {
  content: "\f0a3"; }

.la-chair:before {
  content: "\f6c0"; }

.la-chalkboard:before {
  content: "\f51b"; }

.la-chalkboard-teacher:before {
  content: "\f51c"; }

.la-charging-station:before {
  content: "\f5e7"; }

.la-chart-area:before {
  content: "\f1fe"; }

.la-chart-bar:before {
  content: "\f080"; }

.la-chart-line:before {
  content: "\f201"; }

.la-chart-pie:before {
  content: "\f200"; }

.la-check:before {
  content: "\f00c"; }

.la-check-circle:before {
  content: "\f058"; }

.la-check-double:before {
  content: "\f560"; }

.la-check-square:before {
  content: "\f14a"; }

.la-cheese:before {
  content: "\f7ef"; }

.la-chess:before {
  content: "\f439"; }

.la-chess-bishop:before {
  content: "\f43a"; }

.la-chess-board:before {
  content: "\f43c"; }

.la-chess-king:before {
  content: "\f43f"; }

.la-chess-knight:before {
  content: "\f441"; }

.la-chess-pawn:before {
  content: "\f443"; }

.la-chess-queen:before {
  content: "\f445"; }

.la-chess-rook:before {
  content: "\f447"; }

.la-chevron-circle-down:before {
  content: "\f13a"; }

.la-chevron-circle-left:before {
  content: "\f137"; }

.la-chevron-circle-right:before {
  content: "\f138"; }

.la-chevron-circle-up:before {
  content: "\f139"; }

.la-chevron-down:before {
  content: "\f078"; }

.la-chevron-left:before {
  content: "\f053"; }

.la-chevron-right:before {
  content: "\f054"; }

.la-chevron-up:before {
  content: "\f077"; }

.la-child:before {
  content: "\f1ae"; }

.la-chrome:before {
  content: "\f268"; }

.la-chromecast:before {
  content: "\f838"; }

.la-church:before {
  content: "\f51d"; }

.la-circle:before {
  content: "\f111"; }

.la-circle-notch:before {
  content: "\f1ce"; }

.la-city:before {
  content: "\f64f"; }

.la-clinic-medical:before {
  content: "\f7f2"; }

.la-clipboard:before {
  content: "\f328"; }

.la-clipboard-check:before {
  content: "\f46c"; }

.la-clipboard-list:before {
  content: "\f46d"; }

.la-clock:before {
  content: "\f017"; }

.la-clone:before {
  content: "\f24d"; }

.la-closed-captioning:before {
  content: "\f20a"; }

.la-cloud:before {
  content: "\f0c2"; }

.la-cloud-download-alt:before {
  content: "\f381"; }

.la-cloud-meatball:before {
  content: "\f73b"; }

.la-cloud-moon:before {
  content: "\f6c3"; }

.la-cloud-moon-rain:before {
  content: "\f73c"; }

.la-cloud-rain:before {
  content: "\f73d"; }

.la-cloud-showers-heavy:before {
  content: "\f740"; }

.la-cloud-sun:before {
  content: "\f6c4"; }

.la-cloud-sun-rain:before {
  content: "\f743"; }

.la-cloud-upload-alt:before {
  content: "\f382"; }

.la-cloudscale:before {
  content: "\f383"; }

.la-cloudsmith:before {
  content: "\f384"; }

.la-cloudversify:before {
  content: "\f385"; }

.la-cocktail:before {
  content: "\f561"; }

.la-code:before {
  content: "\f121"; }

.la-code-branch:before {
  content: "\f126"; }

.la-codepen:before {
  content: "\f1cb"; }

.la-codiepie:before {
  content: "\f284"; }

.la-coffee:before {
  content: "\f0f4"; }

.la-cog:before {
  content: "\f013"; }

.la-cogs:before {
  content: "\f085"; }

.la-coins:before {
  content: "\f51e"; }

.la-columns:before {
  content: "\f0db"; }

.la-comment:before {
  content: "\f075"; }

.la-comment-alt:before {
  content: "\f27a"; }

.la-comment-dollar:before {
  content: "\f651"; }

.la-comment-dots:before {
  content: "\f4ad"; }

.la-comment-medical:before {
  content: "\f7f5"; }

.la-comment-slash:before {
  content: "\f4b3"; }

.la-comments:before {
  content: "\f086"; }

.la-comments-dollar:before {
  content: "\f653"; }

.la-compact-disc:before {
  content: "\f51f"; }

.la-compass:before {
  content: "\f14e"; }

.la-compress:before {
  content: "\f066"; }

.la-compress-arrows-alt:before {
  content: "\f78c"; }

.la-concierge-bell:before {
  content: "\f562"; }

.la-confluence:before {
  content: "\f78d"; }

.la-connectdevelop:before {
  content: "\f20e"; }

.la-contao:before {
  content: "\f26d"; }

.la-cookie:before {
  content: "\f563"; }

.la-cookie-bite:before {
  content: "\f564"; }

.la-copy:before {
  content: "\f0c5"; }

.la-copyright:before {
  content: "\f1f9"; }

.la-cotton-bureau:before {
  content: "\f89e"; }

.la-couch:before {
  content: "\f4b8"; }

.la-cpanel:before {
  content: "\f388"; }

.la-creative-commons:before {
  content: "\f25e"; }

.la-creative-commons-by:before {
  content: "\f4e7"; }

.la-creative-commons-nc:before {
  content: "\f4e8"; }

.la-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.la-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.la-creative-commons-nd:before {
  content: "\f4eb"; }

.la-creative-commons-pd:before {
  content: "\f4ec"; }

.la-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.la-creative-commons-remix:before {
  content: "\f4ee"; }

.la-creative-commons-sa:before {
  content: "\f4ef"; }

.la-creative-commons-sampling:before {
  content: "\f4f0"; }

.la-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.la-creative-commons-share:before {
  content: "\f4f2"; }

.la-creative-commons-zero:before {
  content: "\f4f3"; }

.la-credit-card:before {
  content: "\f09d"; }

.la-critical-role:before {
  content: "\f6c9"; }

.la-crop:before {
  content: "\f125"; }

.la-crop-alt:before {
  content: "\f565"; }

.la-cross:before {
  content: "\f654"; }

.la-crosshairs:before {
  content: "\f05b"; }

.la-crow:before {
  content: "\f520"; }

.la-crown:before {
  content: "\f521"; }

.la-crutch:before {
  content: "\f7f7"; }

.la-css3:before {
  content: "\f13c"; }

.la-css3-alt:before {
  content: "\f38b"; }

.la-cube:before {
  content: "\f1b2"; }

.la-cubes:before {
  content: "\f1b3"; }

.la-cut:before {
  content: "\f0c4"; }

.la-cuttlefish:before {
  content: "\f38c"; }

.la-d-and-d:before {
  content: "\f38d"; }

.la-d-and-d-beyond:before {
  content: "\f6ca"; }

.la-dashcube:before {
  content: "\f210"; }

.la-database:before {
  content: "\f1c0"; }

.la-deaf:before {
  content: "\f2a4"; }

.la-delicious:before {
  content: "\f1a5"; }

.la-democrat:before {
  content: "\f747"; }

.la-deploydog:before {
  content: "\f38e"; }

.la-deskpro:before {
  content: "\f38f"; }

.la-desktop:before {
  content: "\f108"; }

.la-dev:before {
  content: "\f6cc"; }

.la-deviantart:before {
  content: "\f1bd"; }

.la-dharmachakra:before {
  content: "\f655"; }

.la-dhl:before {
  content: "\f790"; }

.la-diagnoses:before {
  content: "\f470"; }

.la-diaspora:before {
  content: "\f791"; }

.la-dice:before {
  content: "\f522"; }

.la-dice-d20:before {
  content: "\f6cf"; }

.la-dice-d6:before {
  content: "\f6d1"; }

.la-dice-five:before {
  content: "\f523"; }

.la-dice-four:before {
  content: "\f524"; }

.la-dice-one:before {
  content: "\f525"; }

.la-dice-six:before {
  content: "\f526"; }

.la-dice-three:before {
  content: "\f527"; }

.la-dice-two:before {
  content: "\f528"; }

.la-digg:before {
  content: "\f1a6"; }

.la-digital-ocean:before {
  content: "\f391"; }

.la-digital-tachograph:before {
  content: "\f566"; }

.la-directions:before {
  content: "\f5eb"; }

.la-discord:before {
  content: "\f392"; }

.la-discourse:before {
  content: "\f393"; }

.la-divide:before {
  content: "\f529"; }

.la-dizzy:before {
  content: "\f567"; }

.la-dna:before {
  content: "\f471"; }

.la-dochub:before {
  content: "\f394"; }

.la-docker:before {
  content: "\f395"; }

.la-dog:before {
  content: "\f6d3"; }

.la-dollar-sign:before {
  content: "\f155"; }

.la-dolly:before {
  content: "\f472"; }

.la-dolly-flatbed:before {
  content: "\f474"; }

.la-donate:before {
  content: "\f4b9"; }

.la-door-closed:before {
  content: "\f52a"; }

.la-door-open:before {
  content: "\f52b"; }

.la-dot-circle:before {
  content: "\f192"; }

.la-dove:before {
  content: "\f4ba"; }

.la-download:before {
  content: "\f019"; }

.la-draft2digital:before {
  content: "\f396"; }

.la-drafting-compass:before {
  content: "\f568"; }

.la-dragon:before {
  content: "\f6d5"; }

.la-draw-polygon:before {
  content: "\f5ee"; }

.la-dribbble:before {
  content: "\f17d"; }

.la-dribbble-square:before {
  content: "\f397"; }

.la-dropbox:before {
  content: "\f16b"; }

.la-drum:before {
  content: "\f569"; }

.la-drum-steelpan:before {
  content: "\f56a"; }

.la-drumstick-bite:before {
  content: "\f6d7"; }

.la-drupal:before {
  content: "\f1a9"; }

.la-dumbbell:before {
  content: "\f44b"; }

.la-dumpster:before {
  content: "\f793"; }

.la-dumpster-fire:before {
  content: "\f794"; }

.la-dungeon:before {
  content: "\f6d9"; }

.la-dyalog:before {
  content: "\f399"; }

.la-earlybirds:before {
  content: "\f39a"; }

.la-ebay:before {
  content: "\f4f4"; }

.la-edge:before {
  content: "\f282"; }

.la-edit:before {
  content: "\f044"; }

.la-egg:before {
  content: "\f7fb"; }

.la-eject:before {
  content: "\f052"; }

.la-elementor:before {
  content: "\f430"; }

.la-ellipsis-h:before {
  content: "\f141"; }

.la-ellipsis-v:before {
  content: "\f142"; }

.la-ello:before {
  content: "\f5f1"; }

.la-ember:before {
  content: "\f423"; }

.la-empire:before {
  content: "\f1d1"; }

.la-envelope:before {
  content: "\f0e0"; }

.la-envelope-open:before {
  content: "\f2b6"; }

.la-envelope-open-text:before {
  content: "\f658"; }

.la-envelope-square:before {
  content: "\f199"; }

.la-envira:before {
  content: "\f299"; }

.la-equals:before {
  content: "\f52c"; }

.la-eraser:before {
  content: "\f12d"; }

.la-erlang:before {
  content: "\f39d"; }

.la-ethereum:before {
  content: "\f42e"; }

.la-ethernet:before {
  content: "\f796"; }

.la-etsy:before {
  content: "\f2d7"; }

.la-euro-sign:before {
  content: "\f153"; }

.la-evernote:before {
  content: "\f839"; }

.la-exchange-alt:before {
  content: "\f362"; }

.la-exclamation:before {
  content: "\f12a"; }

.la-exclamation-circle:before {
  content: "\f06a"; }

.la-exclamation-triangle:before {
  content: "\f071"; }

.la-expand:before {
  content: "\f065"; }

.la-expand-arrows-alt:before {
  content: "\f31e"; }

.la-expeditedssl:before {
  content: "\f23e"; }

.la-external-link-alt:before {
  content: "\f35d"; }

.la-external-link-square-alt:before {
  content: "\f360"; }

.la-eye:before {
  content: "\f06e"; }

.la-eye-dropper:before {
  content: "\f1fb"; }

.la-eye-slash:before {
  content: "\f070"; }

.la-facebook:before {
  content: "\f09a"; }

.la-facebook-f:before {
  content: "\f39e"; }

.la-facebook-messenger:before {
  content: "\f39f"; }

.la-facebook-square:before {
  content: "\f082"; }

.la-fan:before {
  content: "\f863"; }

.la-fantasy-flight-games:before {
  content: "\f6dc"; }

.la-fast-backward:before {
  content: "\f049"; }

.la-fast-forward:before {
  content: "\f050"; }

.la-fax:before {
  content: "\f1ac"; }

.la-feather:before {
  content: "\f52d"; }

.la-feather-alt:before {
  content: "\f56b"; }

.la-fedex:before {
  content: "\f797"; }

.la-fedora:before {
  content: "\f798"; }

.la-female:before {
  content: "\f182"; }

.la-fighter-jet:before {
  content: "\f0fb"; }

.la-figma:before {
  content: "\f799"; }

.la-file:before {
  content: "\f15b"; }

.la-file-alt:before {
  content: "\f15c"; }

.la-file-archive:before {
  content: "\f1c6"; }

.la-file-audio:before {
  content: "\f1c7"; }

.la-file-code:before {
  content: "\f1c9"; }

.la-file-contract:before {
  content: "\f56c"; }

.la-file-csv:before {
  content: "\f6dd"; }

.la-file-download:before {
  content: "\f56d"; }

.la-file-excel:before {
  content: "\f1c3"; }

.la-file-export:before {
  content: "\f56e"; }

.la-file-image:before {
  content: "\f1c5"; }

.la-file-import:before {
  content: "\f56f"; }

.la-file-invoice:before {
  content: "\f570"; }

.la-file-invoice-dollar:before {
  content: "\f571"; }

.la-file-medical:before {
  content: "\f477"; }

.la-file-medical-alt:before {
  content: "\f478"; }

.la-file-pdf:before {
  content: "\f1c1"; }

.la-file-powerpoint:before {
  content: "\f1c4"; }

.la-file-prescription:before {
  content: "\f572"; }

.la-file-signature:before {
  content: "\f573"; }

.la-file-upload:before {
  content: "\f574"; }

.la-file-video:before {
  content: "\f1c8"; }

.la-file-word:before {
  content: "\f1c2"; }

.la-fill:before {
  content: "\f575"; }

.la-fill-drip:before {
  content: "\f576"; }

.la-film:before {
  content: "\f008"; }

.la-filter:before {
  content: "\f0b0"; }

.la-fingerprint:before {
  content: "\f577"; }

.la-fire:before {
  content: "\f06d"; }

.la-fire-alt:before {
  content: "\f7e4"; }

.la-fire-extinguisher:before {
  content: "\f134"; }

.la-firefox:before {
  content: "\f269"; }

.la-first-aid:before {
  content: "\f479"; }

.la-first-order:before {
  content: "\f2b0"; }

.la-first-order-alt:before {
  content: "\f50a"; }

.la-firstdraft:before {
  content: "\f3a1"; }

.la-fish:before {
  content: "\f578"; }

.la-fist-raised:before {
  content: "\f6de"; }

.la-flag:before {
  content: "\f024"; }

.la-flag-checkered:before {
  content: "\f11e"; }

.la-flag-usa:before {
  content: "\f74d"; }

.la-flask:before {
  content: "\f0c3"; }

.la-flickr:before {
  content: "\f16e"; }

.la-flipboard:before {
  content: "\f44d"; }

.la-flushed:before {
  content: "\f579"; }

.la-fly:before {
  content: "\f417"; }

.la-folder:before {
  content: "\f07b"; }

.la-folder-minus:before {
  content: "\f65d"; }

.la-folder-open:before {
  content: "\f07c"; }

.la-folder-plus:before {
  content: "\f65e"; }

.la-font:before {
  content: "\f031"; }

.la-font-awesome:before {
  content: "\f2b4"; }

.la-font-awesome-alt:before {
  content: "\f35c"; }

.la-font-awesome-flag:before {
  content: "\f425"; }

.la-font-awesome-logo-full:before {
  content: "\f4e6"; }

.la-fonticons:before {
  content: "\f280"; }

.la-fonticons-fi:before {
  content: "\f3a2"; }

.la-football-ball:before {
  content: "\f44e"; }

.la-fort-awesome:before {
  content: "\f286"; }

.la-fort-awesome-alt:before {
  content: "\f3a3"; }

.la-forumbee:before {
  content: "\f211"; }

.la-forward:before {
  content: "\f04e"; }

.la-foursquare:before {
  content: "\f180"; }

.la-free-code-camp:before {
  content: "\f2c5"; }

.la-freebsd:before {
  content: "\f3a4"; }

.la-frog:before {
  content: "\f52e"; }

.la-frown:before {
  content: "\f119"; }

.la-frown-open:before {
  content: "\f57a"; }

.la-fulcrum:before {
  content: "\f50b"; }

.la-funnel-dollar:before {
  content: "\f662"; }

.la-futbol:before {
  content: "\f1e3"; }

.la-galactic-republic:before {
  content: "\f50c"; }

.la-galactic-senate:before {
  content: "\f50d"; }

.la-gamepad:before {
  content: "\f11b"; }

.la-gas-pump:before {
  content: "\f52f"; }

.la-gavel:before {
  content: "\f0e3"; }

.la-gem:before {
  content: "\f3a5"; }

.la-genderless:before {
  content: "\f22d"; }

.la-get-pocket:before {
  content: "\f265"; }

.la-gg:before {
  content: "\f260"; }

.la-gg-circle:before {
  content: "\f261"; }

.la-ghost:before {
  content: "\f6e2"; }

.la-gift:before {
  content: "\f06b"; }

.la-gifts:before {
  content: "\f79c"; }

.la-git:before {
  content: "\f1d3"; }

.la-git-alt:before {
  content: "\f841"; }

.la-git-square:before {
  content: "\f1d2"; }

.la-github:before {
  content: "\f09b"; }

.la-github-alt:before {
  content: "\f113"; }

.la-github-square:before {
  content: "\f092"; }

.la-gitkraken:before {
  content: "\f3a6"; }

.la-gitlab:before {
  content: "\f296"; }

.la-gitter:before {
  content: "\f426"; }

.la-glass-cheers:before {
  content: "\f79f"; }

.la-glass-martini:before {
  content: "\f000"; }

.la-glass-martini-alt:before {
  content: "\f57b"; }

.la-glass-whiskey:before {
  content: "\f7a0"; }

.la-glasses:before {
  content: "\f530"; }

.la-glide:before {
  content: "\f2a5"; }

.la-glide-g:before {
  content: "\f2a6"; }

.la-globe:before {
  content: "\f0ac"; }

.la-globe-africa:before {
  content: "\f57c"; }

.la-globe-americas:before {
  content: "\f57d"; }

.la-globe-asia:before {
  content: "\f57e"; }

.la-globe-europe:before {
  content: "\f7a2"; }

.la-gofore:before {
  content: "\f3a7"; }

.la-golf-ball:before {
  content: "\f450"; }

.la-goodreads:before {
  content: "\f3a8"; }

.la-goodreads-g:before {
  content: "\f3a9"; }

.la-google:before {
  content: "\f1a0"; }

.la-google-drive:before {
  content: "\f3aa"; }

.la-google-play:before {
  content: "\f3ab"; }

.la-google-plus:before {
  content: "\f2b3"; }

.la-google-plus-g:before {
  content: "\f0d5"; }

.la-google-plus-square:before {
  content: "\f0d4"; }

.la-google-wallet:before {
  content: "\f1ee"; }

.la-gopuram:before {
  content: "\f664"; }

.la-graduation-cap:before {
  content: "\f19d"; }

.la-gratipay:before {
  content: "\f184"; }

.la-grav:before {
  content: "\f2d6"; }

.la-greater-than:before {
  content: "\f531"; }

.la-greater-than-equal:before {
  content: "\f532"; }

.la-grimace:before {
  content: "\f57f"; }

.la-grin:before {
  content: "\f580"; }

.la-grin-alt:before {
  content: "\f581"; }

.la-grin-beam:before {
  content: "\f582"; }

.la-grin-beam-sweat:before {
  content: "\f583"; }

.la-grin-hearts:before {
  content: "\f584"; }

.la-grin-squint:before {
  content: "\f585"; }

.la-grin-squint-tears:before {
  content: "\f586"; }

.la-grin-stars:before {
  content: "\f587"; }

.la-grin-tears:before {
  content: "\f588"; }

.la-grin-tongue:before {
  content: "\f589"; }

.la-grin-tongue-squint:before {
  content: "\f58a"; }

.la-grin-tongue-wink:before {
  content: "\f58b"; }

.la-grin-wink:before {
  content: "\f58c"; }

.la-grip-horizontal:before {
  content: "\f58d"; }

.la-grip-lines:before {
  content: "\f7a4"; }

.la-grip-lines-vertical:before {
  content: "\f7a5"; }

.la-grip-vertical:before {
  content: "\f58e"; }

.la-gripfire:before {
  content: "\f3ac"; }

.la-grunt:before {
  content: "\f3ad"; }

.la-guitar:before {
  content: "\f7a6"; }

.la-gulp:before {
  content: "\f3ae"; }

.la-h-square:before {
  content: "\f0fd"; }

.la-hacker-news:before {
  content: "\f1d4"; }

.la-hacker-news-square:before {
  content: "\f3af"; }

.la-hackerrank:before {
  content: "\f5f7"; }

.la-hamburger:before {
  content: "\f805"; }

.la-hammer:before {
  content: "\f6e3"; }

.la-hamsa:before {
  content: "\f665"; }

.la-hand-holding:before {
  content: "\f4bd"; }

.la-hand-holding-heart:before {
  content: "\f4be"; }

.la-hand-holding-usd:before {
  content: "\f4c0"; }

.la-hand-lizard:before {
  content: "\f258"; }

.la-hand-middle-finger:before {
  content: "\f806"; }

.la-hand-paper:before {
  content: "\f256"; }

.la-hand-peace:before {
  content: "\f25b"; }

.la-hand-point-down:before {
  content: "\f0a7"; }

.la-hand-point-left:before {
  content: "\f0a5"; }

.la-hand-point-right:before {
  content: "\f0a4"; }

.la-hand-point-up:before {
  content: "\f0a6"; }

.la-hand-pointer:before {
  content: "\f25a"; }

.la-hand-rock:before {
  content: "\f255"; }

.la-hand-scissors:before {
  content: "\f257"; }

.la-hand-spock:before {
  content: "\f259"; }

.la-hands:before {
  content: "\f4c2"; }

.la-hands-helping:before {
  content: "\f4c4"; }

.la-handshake:before {
  content: "\f2b5"; }

.la-hanukiah:before {
  content: "\f6e6"; }

.la-hard-hat:before {
  content: "\f807"; }

.la-hashtag:before {
  content: "\f292"; }

.la-hat-cowboy:before {
  content: "\f8c0"; }

.la-hat-cowboy-side:before {
  content: "\f8c1"; }

.la-hat-wizard:before {
  content: "\f6e8"; }

.la-haykal:before {
  content: "\f666"; }

.la-hdd:before {
  content: "\f0a0"; }

.la-heading:before {
  content: "\f1dc"; }

.la-headphones:before {
  content: "\f025"; }

.la-headphones-alt:before {
  content: "\f58f"; }

.la-headset:before {
  content: "\f590"; }

.la-heart:before {
  content: "\f004"; }

.la-heart-broken:before {
  content: "\f7a9"; }

.la-heartbeat:before {
  content: "\f21e"; }

.la-helicopter:before {
  content: "\f533"; }

.la-highlighter:before {
  content: "\f591"; }

.la-hiking:before {
  content: "\f6ec"; }

.la-hippo:before {
  content: "\f6ed"; }

.la-hips:before {
  content: "\f452"; }

.la-hire-a-helper:before {
  content: "\f3b0"; }

.la-history:before {
  content: "\f1da"; }

.la-hockey-puck:before {
  content: "\f453"; }

.la-holly-berry:before {
  content: "\f7aa"; }

.la-home:before {
  content: "\f015"; }

.la-hooli:before {
  content: "\f427"; }

.la-hornbill:before {
  content: "\f592"; }

.la-horse:before {
  content: "\f6f0"; }

.la-horse-head:before {
  content: "\f7ab"; }

.la-hospital:before {
  content: "\f0f8"; }

.la-hospital-alt:before {
  content: "\f47d"; }

.la-hospital-symbol:before {
  content: "\f47e"; }

.la-hot-tub:before {
  content: "\f593"; }

.la-hotdog:before {
  content: "\f80f"; }

.la-hotel:before {
  content: "\f594"; }

.la-hotjar:before {
  content: "\f3b1"; }

.la-hourglass:before {
  content: "\f254"; }

.la-hourglass-end:before {
  content: "\f253"; }

.la-hourglass-half:before {
  content: "\f252"; }

.la-hourglass-start:before {
  content: "\f251"; }

.la-house-damage:before {
  content: "\f6f1"; }

.la-houzz:before {
  content: "\f27c"; }

.la-hryvnia:before {
  content: "\f6f2"; }

.la-html5:before {
  content: "\f13b"; }

.la-hubspot:before {
  content: "\f3b2"; }

.la-i-cursor:before {
  content: "\f246"; }

.la-ice-cream:before {
  content: "\f810"; }

.la-icicles:before {
  content: "\f7ad"; }

.la-icons:before {
  content: "\f86d"; }

.la-id-badge:before {
  content: "\f2c1"; }

.la-id-card:before {
  content: "\f2c2"; }

.la-id-card-alt:before {
  content: "\f47f"; }

.la-igloo:before {
  content: "\f7ae"; }

.la-image:before {
  content: "\f03e"; }

.la-images:before {
  content: "\f302"; }

.la-imdb:before {
  content: "\f2d8"; }

.la-inbox:before {
  content: "\f01c"; }

.la-indent:before {
  content: "\f03c"; }

.la-industry:before {
  content: "\f275"; }

.la-infinity:before {
  content: "\f534"; }

.la-info:before {
  content: "\f129"; }

.la-info-circle:before {
  content: "\f05a"; }

.la-instagram:before {
  content: "\f16d"; }

.la-intercom:before {
  content: "\f7af"; }

.la-internet-explorer:before {
  content: "\f26b"; }

.la-invision:before {
  content: "\f7b0"; }

.la-ioxhost:before {
  content: "\f208"; }

.la-italic:before {
  content: "\f033"; }

.la-itch-io:before {
  content: "\f83a"; }

.la-itunes:before {
  content: "\f3b4"; }

.la-itunes-note:before {
  content: "\f3b5"; }

.la-java:before {
  content: "\f4e4"; }

.la-jedi:before {
  content: "\f669"; }

.la-jedi-order:before {
  content: "\f50e"; }

.la-jenkins:before {
  content: "\f3b6"; }

.la-jira:before {
  content: "\f7b1"; }

.la-joget:before {
  content: "\f3b7"; }

.la-joint:before {
  content: "\f595"; }

.la-joomla:before {
  content: "\f1aa"; }

.la-journal-whills:before {
  content: "\f66a"; }

.la-js:before {
  content: "\f3b8"; }

.la-js-square:before {
  content: "\f3b9"; }

.la-jsfiddle:before {
  content: "\f1cc"; }

.la-kaaba:before {
  content: "\f66b"; }

.la-kaggle:before {
  content: "\f5fa"; }

.la-key:before {
  content: "\f084"; }

.la-keybase:before {
  content: "\f4f5"; }

.la-keyboard:before {
  content: "\f11c"; }

.la-keycdn:before {
  content: "\f3ba"; }

.la-khanda:before {
  content: "\f66d"; }

.la-kickstarter:before {
  content: "\f3bb"; }

.la-kickstarter-k:before {
  content: "\f3bc"; }

.la-kiss:before {
  content: "\f596"; }

.la-kiss-beam:before {
  content: "\f597"; }

.la-kiss-wink-heart:before {
  content: "\f598"; }

.la-kiwi-bird:before {
  content: "\f535"; }

.la-korvue:before {
  content: "\f42f"; }

.la-landmark:before {
  content: "\f66f"; }

.la-language:before {
  content: "\f1ab"; }

.la-laptop:before {
  content: "\f109"; }

.la-laptop-code:before {
  content: "\f5fc"; }

.la-laptop-medical:before {
  content: "\f812"; }

.la-laravel:before {
  content: "\f3bd"; }

.la-lastfm:before {
  content: "\f202"; }

.la-lastfm-square:before {
  content: "\f203"; }

.la-laugh:before {
  content: "\f599"; }

.la-laugh-beam:before {
  content: "\f59a"; }

.la-laugh-squint:before {
  content: "\f59b"; }

.la-laugh-wink:before {
  content: "\f59c"; }

.la-layer-group:before {
  content: "\f5fd"; }

.la-leaf:before {
  content: "\f06c"; }

.la-leanpub:before {
  content: "\f212"; }

.la-lemon:before {
  content: "\f094"; }

.la-less:before {
  content: "\f41d"; }

.la-less-than:before {
  content: "\f536"; }

.la-less-than-equal:before {
  content: "\f537"; }

.la-level-down-alt:before {
  content: "\f3be"; }

.la-level-up-alt:before {
  content: "\f3bf"; }

.la-life-ring:before {
  content: "\f1cd"; }

.la-lightbulb:before {
  content: "\f0eb"; }

.la-line:before {
  content: "\f3c0"; }

.la-link:before {
  content: "\f0c1"; }

.la-linkedin:before {
  content: "\f08c"; }

.la-linkedin-in:before {
  content: "\f0e1"; }

.la-linode:before {
  content: "\f2b8"; }

.la-linux:before {
  content: "\f17c"; }

.la-lira-sign:before {
  content: "\f195"; }

.la-list:before {
  content: "\f03a"; }

.la-list-alt:before {
  content: "\f022"; }

.la-list-ol:before {
  content: "\f0cb"; }

.la-list-ul:before {
  content: "\f0ca"; }

.la-location-arrow:before {
  content: "\f124"; }

.la-lock:before {
  content: "\f023"; }

.la-lock-open:before {
  content: "\f3c1"; }

.la-long-arrow-alt-down:before {
  content: "\f309"; }

.la-long-arrow-alt-left:before {
  content: "\f30a"; }

.la-long-arrow-alt-right:before {
  content: "\f30b"; }

.la-long-arrow-alt-up:before {
  content: "\f30c"; }

.la-low-vision:before {
  content: "\f2a8"; }

.la-luggage-cart:before {
  content: "\f59d"; }

.la-lyft:before {
  content: "\f3c3"; }

.la-magento:before {
  content: "\f3c4"; }

.la-magic:before {
  content: "\f0d0"; }

.la-magnet:before {
  content: "\f076"; }

.la-mail-bulk:before {
  content: "\f674"; }

.la-mailchimp:before {
  content: "\f59e"; }

.la-male:before {
  content: "\f183"; }

.la-mandalorian:before {
  content: "\f50f"; }

.la-map:before {
  content: "\f279"; }

.la-map-marked:before {
  content: "\f59f"; }

.la-map-marked-alt:before {
  content: "\f5a0"; }

.la-map-marker:before {
  content: "\f041"; }

.la-map-marker-alt:before {
  content: "\f3c5"; }

.la-map-pin:before {
  content: "\f276"; }

.la-map-signs:before {
  content: "\f277"; }

.la-markdown:before {
  content: "\f60f"; }

.la-marker:before {
  content: "\f5a1"; }

.la-mars:before {
  content: "\f222"; }

.la-mars-double:before {
  content: "\f227"; }

.la-mars-stroke:before {
  content: "\f229"; }

.la-mars-stroke-h:before {
  content: "\f22b"; }

.la-mars-stroke-v:before {
  content: "\f22a"; }

.la-mask:before {
  content: "\f6fa"; }

.la-mastodon:before {
  content: "\f4f6"; }

.la-maxcdn:before {
  content: "\f136"; }

.la-mdb:before {
  content: "\f8ca"; }

.la-medal:before {
  content: "\f5a2"; }

.la-medapps:before {
  content: "\f3c6"; }

.la-medium:before {
  content: "\f23a"; }

.la-medium-m:before {
  content: "\f3c7"; }

.la-medkit:before {
  content: "\f0fa"; }

.la-medrt:before {
  content: "\f3c8"; }

.la-meetup:before {
  content: "\f2e0"; }

.la-megaport:before {
  content: "\f5a3"; }

.la-meh:before {
  content: "\f11a"; }

.la-meh-blank:before {
  content: "\f5a4"; }

.la-meh-rolling-eyes:before {
  content: "\f5a5"; }

.la-memory:before {
  content: "\f538"; }

.la-mendeley:before {
  content: "\f7b3"; }

.la-menorah:before {
  content: "\f676"; }

.la-mercury:before {
  content: "\f223"; }

.la-meteor:before {
  content: "\f753"; }

.la-microchip:before {
  content: "\f2db"; }

.la-microphone:before {
  content: "\f130"; }

.la-microphone-alt:before {
  content: "\f3c9"; }

.la-microphone-alt-slash:before {
  content: "\f539"; }

.la-microphone-slash:before {
  content: "\f131"; }

.la-microscope:before {
  content: "\f610"; }

.la-microsoft:before {
  content: "\f3ca"; }

.la-minus:before {
  content: "\f068"; }

.la-minus-circle:before {
  content: "\f056"; }

.la-minus-square:before {
  content: "\f146"; }

.la-mitten:before {
  content: "\f7b5"; }

.la-mix:before {
  content: "\f3cb"; }

.la-mixcloud:before {
  content: "\f289"; }

.la-mizuni:before {
  content: "\f3cc"; }

.la-mobile:before {
  content: "\f10b"; }

.la-mobile-alt:before {
  content: "\f3cd"; }

.la-modx:before {
  content: "\f285"; }

.la-monero:before {
  content: "\f3d0"; }

.la-money-bill:before {
  content: "\f0d6"; }

.la-money-bill-alt:before {
  content: "\f3d1"; }

.la-money-bill-wave:before {
  content: "\f53a"; }

.la-money-bill-wave-alt:before {
  content: "\f53b"; }

.la-money-check:before {
  content: "\f53c"; }

.la-money-check-alt:before {
  content: "\f53d"; }

.la-monument:before {
  content: "\f5a6"; }

.la-moon:before {
  content: "\f186"; }

.la-mortar-pestle:before {
  content: "\f5a7"; }

.la-mosque:before {
  content: "\f678"; }

.la-motorcycle:before {
  content: "\f21c"; }

.la-mountain:before {
  content: "\f6fc"; }

.la-mouse:before {
  content: "\f8cc"; }

.la-mouse-pointer:before {
  content: "\f245"; }

.la-mug-hot:before {
  content: "\f7b6"; }

.la-music:before {
  content: "\f001"; }

.la-napster:before {
  content: "\f3d2"; }

.la-neos:before {
  content: "\f612"; }

.la-network-wired:before {
  content: "\f6ff"; }

.la-neuter:before {
  content: "\f22c"; }

.la-newspaper:before {
  content: "\f1ea"; }

.la-nimblr:before {
  content: "\f5a8"; }

.la-node:before {
  content: "\f419"; }

.la-node-js:before {
  content: "\f3d3"; }

.la-not-equal:before {
  content: "\f53e"; }

.la-notes-medical:before {
  content: "\f481"; }

.la-npm:before {
  content: "\f3d4"; }

.la-ns8:before {
  content: "\f3d5"; }

.la-nutritionix:before {
  content: "\f3d6"; }

.la-object-group:before {
  content: "\f247"; }

.la-object-ungroup:before {
  content: "\f248"; }

.la-odnoklassniki:before {
  content: "\f263"; }

.la-odnoklassniki-square:before {
  content: "\f264"; }

.la-oil-can:before {
  content: "\f613"; }

.la-old-republic:before {
  content: "\f510"; }

.la-om:before {
  content: "\f679"; }

.la-opencart:before {
  content: "\f23d"; }

.la-openid:before {
  content: "\f19b"; }

.la-opera:before {
  content: "\f26a"; }

.la-optin-monster:before {
  content: "\f23c"; }

.la-orcid:before {
  content: "\f8d2"; }

.la-osi:before {
  content: "\f41a"; }

.la-otter:before {
  content: "\f700"; }

.la-outdent:before {
  content: "\f03b"; }

.la-page4:before {
  content: "\f3d7"; }

.la-pagelines:before {
  content: "\f18c"; }

.la-pager:before {
  content: "\f815"; }

.la-paint-brush:before {
  content: "\f1fc"; }

.la-paint-roller:before {
  content: "\f5aa"; }

.la-palette:before {
  content: "\f53f"; }

.la-palfed:before {
  content: "\f3d8"; }

.la-pallet:before {
  content: "\f482"; }

.la-paper-plane:before {
  content: "\f1d8"; }

.la-paperclip:before {
  content: "\f0c6"; }

.la-parachute-box:before {
  content: "\f4cd"; }

.la-paragraph:before {
  content: "\f1dd"; }

.la-parking:before {
  content: "\f540"; }

.la-passport:before {
  content: "\f5ab"; }

.la-pastafarianism:before {
  content: "\f67b"; }

.la-paste:before {
  content: "\f0ea"; }

.la-patreon:before {
  content: "\f3d9"; }

.la-pause:before {
  content: "\f04c"; }

.la-pause-circle:before {
  content: "\f28b"; }

.la-paw:before {
  content: "\f1b0"; }

.la-paypal:before {
  content: "\f1ed"; }

.la-peace:before {
  content: "\f67c"; }

.la-pen:before {
  content: "\f304"; }

.la-pen-alt:before {
  content: "\f305"; }

.la-pen-fancy:before {
  content: "\f5ac"; }

.la-pen-nib:before {
  content: "\f5ad"; }

.la-pen-square:before {
  content: "\f14b"; }

.la-pencil-alt:before {
  content: "\f303"; }

.la-pencil-ruler:before {
  content: "\f5ae"; }

.la-penny-arcade:before {
  content: "\f704"; }

.la-people-carry:before {
  content: "\f4ce"; }

.la-pepper-hot:before {
  content: "\f816"; }

.la-percent:before {
  content: "\f295"; }

.la-percentage:before {
  content: "\f541"; }

.la-periscope:before {
  content: "\f3da"; }

.la-person-booth:before {
  content: "\f756"; }

.la-phabricator:before {
  content: "\f3db"; }

.la-phoenix-framework:before {
  content: "\f3dc"; }

.la-phoenix-squadron:before {
  content: "\f511"; }

.la-phone:before {
  content: "\f095"; }

.la-phone-alt:before {
  content: "\f879"; }

.la-phone-slash:before {
  content: "\f3dd"; }

.la-phone-square:before {
  content: "\f098"; }

.la-phone-square-alt:before {
  content: "\f87b"; }

.la-phone-volume:before {
  content: "\f2a0"; }

.la-photo-video:before {
  content: "\f87c"; }

.la-php:before {
  content: "\f457"; }

.la-pied-piper:before {
  content: "\f2ae"; }

.la-pied-piper-alt:before {
  content: "\f1a8"; }

.la-pied-piper-hat:before {
  content: "\f4e5"; }

.la-pied-piper-pp:before {
  content: "\f1a7"; }

.la-piggy-bank:before {
  content: "\f4d3"; }

.la-pills:before {
  content: "\f484"; }

.la-pinterest:before {
  content: "\f0d2"; }

.la-pinterest-p:before {
  content: "\f231"; }

.la-pinterest-square:before {
  content: "\f0d3"; }

.la-pizza-slice:before {
  content: "\f818"; }

.la-place-of-worship:before {
  content: "\f67f"; }

.la-plane:before {
  content: "\f072"; }

.la-plane-arrival:before {
  content: "\f5af"; }

.la-plane-departure:before {
  content: "\f5b0"; }

.la-play:before {
  content: "\f04b"; }

.la-play-circle:before {
  content: "\f144"; }

.la-playstation:before {
  content: "\f3df"; }

.la-plug:before {
  content: "\f1e6"; }

.la-plus:before {
  content: "\f067"; }

.la-plus-circle:before {
  content: "\f055"; }

.la-plus-square:before {
  content: "\f0fe"; }

.la-podcast:before {
  content: "\f2ce"; }

.la-poll:before {
  content: "\f681"; }

.la-poll-h:before {
  content: "\f682"; }

.la-poo:before {
  content: "\f2fe"; }

.la-poo-storm:before {
  content: "\f75a"; }

.la-poop:before {
  content: "\f619"; }

.la-portrait:before {
  content: "\f3e0"; }

.la-pound-sign:before {
  content: "\f154"; }

.la-power-off:before {
  content: "\f011"; }

.la-pray:before {
  content: "\f683"; }

.la-praying-hands:before {
  content: "\f684"; }

.la-prescription:before {
  content: "\f5b1"; }

.la-prescription-bottle:before {
  content: "\f485"; }

.la-prescription-bottle-alt:before {
  content: "\f486"; }

.la-print:before {
  content: "\f02f"; }

.la-procedures:before {
  content: "\f487"; }

.la-product-hunt:before {
  content: "\f288"; }

.la-project-diagram:before {
  content: "\f542"; }

.la-pushed:before {
  content: "\f3e1"; }

.la-puzzle-piece:before {
  content: "\f12e"; }

.la-python:before {
  content: "\f3e2"; }

.la-qq:before {
  content: "\f1d6"; }

.la-qrcode:before {
  content: "\f029"; }

.la-question:before {
  content: "\f128"; }

.la-question-circle:before {
  content: "\f059"; }

.la-quidditch:before {
  content: "\f458"; }

.la-quinscape:before {
  content: "\f459"; }

.la-quora:before {
  content: "\f2c4"; }

.la-quote-left:before {
  content: "\f10d"; }

.la-quote-right:before {
  content: "\f10e"; }

.la-quran:before {
  content: "\f687"; }

.la-r-project:before {
  content: "\f4f7"; }

.la-radiation:before {
  content: "\f7b9"; }

.la-radiation-alt:before {
  content: "\f7ba"; }

.la-rainbow:before {
  content: "\f75b"; }

.la-random:before {
  content: "\f074"; }

.la-raspberry-pi:before {
  content: "\f7bb"; }

.la-ravelry:before {
  content: "\f2d9"; }

.la-react:before {
  content: "\f41b"; }

.la-reacteurope:before {
  content: "\f75d"; }

.la-readme:before {
  content: "\f4d5"; }

.la-rebel:before {
  content: "\f1d0"; }

.la-receipt:before {
  content: "\f543"; }

.la-record-vinyl:before {
  content: "\f8d9"; }

.la-recycle:before {
  content: "\f1b8"; }

.la-red-river:before {
  content: "\f3e3"; }

.la-reddit:before {
  content: "\f1a1"; }

.la-reddit-alien:before {
  content: "\f281"; }

.la-reddit-square:before {
  content: "\f1a2"; }

.la-redhat:before {
  content: "\f7bc"; }

.la-redo:before {
  content: "\f01e"; }

.la-redo-alt:before {
  content: "\f2f9"; }

.la-registered:before {
  content: "\f25d"; }

.la-remove-format:before {
  content: "\f87d"; }

.la-renren:before {
  content: "\f18b"; }

.la-reply:before {
  content: "\f3e5"; }

.la-reply-all:before {
  content: "\f122"; }

.la-replyd:before {
  content: "\f3e6"; }

.la-republican:before {
  content: "\f75e"; }

.la-researchgate:before {
  content: "\f4f8"; }

.la-resolving:before {
  content: "\f3e7"; }

.la-restroom:before {
  content: "\f7bd"; }

.la-retweet:before {
  content: "\f079"; }

.la-rev:before {
  content: "\f5b2"; }

.la-ribbon:before {
  content: "\f4d6"; }

.la-ring:before {
  content: "\f70b"; }

.la-road:before {
  content: "\f018"; }

.la-robot:before {
  content: "\f544"; }

.la-rocket:before {
  content: "\f135"; }

.la-rocketchat:before {
  content: "\f3e8"; }

.la-rockrms:before {
  content: "\f3e9"; }

.la-route:before {
  content: "\f4d7"; }

.la-rss:before {
  content: "\f09e"; }

.la-rss-square:before {
  content: "\f143"; }

.la-ruble-sign:before {
  content: "\f158"; }

.la-ruler:before {
  content: "\f545"; }

.la-ruler-combined:before {
  content: "\f546"; }

.la-ruler-horizontal:before {
  content: "\f547"; }

.la-ruler-vertical:before {
  content: "\f548"; }

.la-running:before {
  content: "\f70c"; }

.la-rupee-sign:before {
  content: "\f156"; }

.la-sad-cry:before {
  content: "\f5b3"; }

.la-sad-tear:before {
  content: "\f5b4"; }

.la-safari:before {
  content: "\f267"; }

.la-salesforce:before {
  content: "\f83b"; }

.la-sass:before {
  content: "\f41e"; }

.la-satellite:before {
  content: "\f7bf"; }

.la-satellite-dish:before {
  content: "\f7c0"; }

.la-save:before {
  content: "\f0c7"; }

.la-schlix:before {
  content: "\f3ea"; }

.la-school:before {
  content: "\f549"; }

.la-screwdriver:before {
  content: "\f54a"; }

.la-scribd:before {
  content: "\f28a"; }

.la-scroll:before {
  content: "\f70e"; }

.la-sd-card:before {
  content: "\f7c2"; }

.la-search:before {
  content: "\f002"; }

.la-search-dollar:before {
  content: "\f688"; }

.la-search-location:before {
  content: "\f689"; }

.la-search-minus:before {
  content: "\f010"; }

.la-search-plus:before {
  content: "\f00e"; }

.la-searchengin:before {
  content: "\f3eb"; }

.la-seedling:before {
  content: "\f4d8"; }

.la-sellcast:before {
  content: "\f2da"; }

.la-sellsy:before {
  content: "\f213"; }

.la-server:before {
  content: "\f233"; }

.la-servicestack:before {
  content: "\f3ec"; }

.la-shapes:before {
  content: "\f61f"; }

.la-share:before {
  content: "\f064"; }

.la-share-alt:before {
  content: "\f1e0"; }

.la-share-alt-square:before {
  content: "\f1e1"; }

.la-share-square:before {
  content: "\f14d"; }

.la-shekel-sign:before {
  content: "\f20b"; }

.la-shield-alt:before {
  content: "\f3ed"; }

.la-ship:before {
  content: "\f21a"; }

.la-shipping-fast:before {
  content: "\f48b"; }

.la-shirtsinbulk:before {
  content: "\f214"; }

.la-shoe-prints:before {
  content: "\f54b"; }

.la-shopping-bag:before {
  content: "\f290"; }

.la-shopping-basket:before {
  content: "\f291"; }

.la-shopping-cart:before {
  content: "\f07a"; }

.la-shopware:before {
  content: "\f5b5"; }

.la-shower:before {
  content: "\f2cc"; }

.la-shuttle-van:before {
  content: "\f5b6"; }

.la-sign:before {
  content: "\f4d9"; }

.la-sign-in-alt:before {
  content: "\f2f6"; }

.la-sign-language:before {
  content: "\f2a7"; }

.la-sign-out-alt:before {
  content: "\f2f5"; }

.la-signal:before {
  content: "\f012"; }

.la-signature:before {
  content: "\f5b7"; }

.la-sim-card:before {
  content: "\f7c4"; }

.la-simplybuilt:before {
  content: "\f215"; }

.la-sistrix:before {
  content: "\f3ee"; }

.la-sitemap:before {
  content: "\f0e8"; }

.la-sith:before {
  content: "\f512"; }

.la-skating:before {
  content: "\f7c5"; }

.la-sketch:before {
  content: "\f7c6"; }

.la-skiing:before {
  content: "\f7c9"; }

.la-skiing-nordic:before {
  content: "\f7ca"; }

.la-skull:before {
  content: "\f54c"; }

.la-skull-crossbones:before {
  content: "\f714"; }

.la-skyatlas:before {
  content: "\f216"; }

.la-skype:before {
  content: "\f17e"; }

.la-slack:before {
  content: "\f198"; }

.la-slack-hash:before {
  content: "\f3ef"; }

.la-slash:before {
  content: "\f715"; }

.la-sleigh:before {
  content: "\f7cc"; }

.la-sliders-h:before {
  content: "\f1de"; }

.la-slideshare:before {
  content: "\f1e7"; }

.la-smile:before {
  content: "\f118"; }

.la-smile-beam:before {
  content: "\f5b8"; }

.la-smile-wink:before {
  content: "\f4da"; }

.la-smog:before {
  content: "\f75f"; }

.la-smoking:before {
  content: "\f48d"; }

.la-smoking-ban:before {
  content: "\f54d"; }

.la-sms:before {
  content: "\f7cd"; }

.la-snapchat:before {
  content: "\f2ab"; }

.la-snapchat-ghost:before {
  content: "\f2ac"; }

.la-snapchat-square:before {
  content: "\f2ad"; }

.la-snowboarding:before {
  content: "\f7ce"; }

.la-snowflake:before {
  content: "\f2dc"; }

.la-snowman:before {
  content: "\f7d0"; }

.la-snowplow:before {
  content: "\f7d2"; }

.la-socks:before {
  content: "\f696"; }

.la-solar-panel:before {
  content: "\f5ba"; }

.la-sort:before {
  content: "\f0dc"; }

.la-sort-alpha-down:before {
  content: "\f15d"; }

.la-sort-alpha-down-alt:before {
  content: "\f881"; }

.la-sort-alpha-up:before {
  content: "\f15e"; }

.la-sort-alpha-up-alt:before {
  content: "\f882"; }

.la-sort-amount-down:before {
  content: "\f160"; }

.la-sort-amount-down-alt:before {
  content: "\f884"; }

.la-sort-amount-up:before {
  content: "\f161"; }

.la-sort-amount-up-alt:before {
  content: "\f885"; }

.la-sort-down:before {
  content: "\f0dd"; }

.la-sort-numeric-down:before {
  content: "\f162"; }

.la-sort-numeric-down-alt:before {
  content: "\f886"; }

.la-sort-numeric-up:before {
  content: "\f163"; }

.la-sort-numeric-up-alt:before {
  content: "\f887"; }

.la-sort-up:before {
  content: "\f0de"; }

.la-soundcloud:before {
  content: "\f1be"; }

.la-sourcetree:before {
  content: "\f7d3"; }

.la-spa:before {
  content: "\f5bb"; }

.la-space-shuttle:before {
  content: "\f197"; }

.la-speakap:before {
  content: "\f3f3"; }

.la-speaker-deck:before {
  content: "\f83c"; }

.la-spell-check:before {
  content: "\f891"; }

.la-spider:before {
  content: "\f717"; }

.la-spinner:before {
  content: "\f110"; }

.la-splotch:before {
  content: "\f5bc"; }

.la-spotify:before {
  content: "\f1bc"; }

.la-spray-can:before {
  content: "\f5bd"; }

.la-square:before {
  content: "\f0c8"; }

.la-square-full:before {
  content: "\f45c"; }

.la-square-root-alt:before {
  content: "\f698"; }

.la-squarespace:before {
  content: "\f5be"; }

.la-stack-exchange:before {
  content: "\f18d"; }

.la-stack-overflow:before {
  content: "\f16c"; }

.la-stackpath:before {
  content: "\f842"; }

.la-stamp:before {
  content: "\f5bf"; }

.la-star:before {
  content: "\f005"; }

.la-star-and-crescent:before {
  content: "\f699"; }

.la-star-half:before {
  content: "\f089"; }

.la-star-half-alt:before {
  content: "\f5c0"; }

.la-star-of-david:before {
  content: "\f69a"; }

.la-star-of-life:before {
  content: "\f621"; }

.la-staylinked:before {
  content: "\f3f5"; }

.la-steam:before {
  content: "\f1b6"; }

.la-steam-square:before {
  content: "\f1b7"; }

.la-steam-symbol:before {
  content: "\f3f6"; }

.la-step-backward:before {
  content: "\f048"; }

.la-step-forward:before {
  content: "\f051"; }

.la-stethoscope:before {
  content: "\f0f1"; }

.la-sticker-mule:before {
  content: "\f3f7"; }

.la-sticky-note:before {
  content: "\f249"; }

.la-stop:before {
  content: "\f04d"; }

.la-stop-circle:before {
  content: "\f28d"; }

.la-stopwatch:before {
  content: "\f2f2"; }

.la-store:before {
  content: "\f54e"; }

.la-store-alt:before {
  content: "\f54f"; }

.la-strava:before {
  content: "\f428"; }

.la-stream:before {
  content: "\f550"; }

.la-street-view:before {
  content: "\f21d"; }

.la-strikethrough:before {
  content: "\f0cc"; }

.la-stripe:before {
  content: "\f429"; }

.la-stripe-s:before {
  content: "\f42a"; }

.la-stroopwafel:before {
  content: "\f551"; }

.la-studiovinari:before {
  content: "\f3f8"; }

.la-stumbleupon:before {
  content: "\f1a4"; }

.la-stumbleupon-circle:before {
  content: "\f1a3"; }

.la-subscript:before {
  content: "\f12c"; }

.la-subway:before {
  content: "\f239"; }

.la-suitcase:before {
  content: "\f0f2"; }

.la-suitcase-rolling:before {
  content: "\f5c1"; }

.la-sun:before {
  content: "\f185"; }

.la-superpowers:before {
  content: "\f2dd"; }

.la-superscript:before {
  content: "\f12b"; }

.la-supple:before {
  content: "\f3f9"; }

.la-surprise:before {
  content: "\f5c2"; }

.la-suse:before {
  content: "\f7d6"; }

.la-swatchbook:before {
  content: "\f5c3"; }

.la-swift:before {
  content: "\f8e1"; }

.la-swimmer:before {
  content: "\f5c4"; }

.la-swimming-pool:before {
  content: "\f5c5"; }

.la-symfony:before {
  content: "\f83d"; }

.la-synagogue:before {
  content: "\f69b"; }

.la-sync:before {
  content: "\f021"; }

.la-sync-alt:before {
  content: "\f2f1"; }

.la-syringe:before {
  content: "\f48e"; }

.la-table:before {
  content: "\f0ce"; }

.la-table-tennis:before {
  content: "\f45d"; }

.la-tablet:before {
  content: "\f10a"; }

.la-tablet-alt:before {
  content: "\f3fa"; }

.la-tablets:before {
  content: "\f490"; }

.la-tachometer-alt:before {
  content: "\f3fd"; }

.la-tag:before {
  content: "\f02b"; }

.la-tags:before {
  content: "\f02c"; }

.la-tape:before {
  content: "\f4db"; }

.la-tasks:before {
  content: "\f0ae"; }

.la-taxi:before {
  content: "\f1ba"; }

.la-teamspeak:before {
  content: "\f4f9"; }

.la-teeth:before {
  content: "\f62e"; }

.la-teeth-open:before {
  content: "\f62f"; }

.la-telegram:before {
  content: "\f2c6"; }

.la-telegram-plane:before {
  content: "\f3fe"; }

.la-temperature-high:before {
  content: "\f769"; }

.la-temperature-low:before {
  content: "\f76b"; }

.la-tencent-weibo:before {
  content: "\f1d5"; }

.la-tenge:before {
  content: "\f7d7"; }

.la-terminal:before {
  content: "\f120"; }

.la-text-height:before {
  content: "\f034"; }

.la-text-width:before {
  content: "\f035"; }

.la-th:before {
  content: "\f00a"; }

.la-th-large:before {
  content: "\f009"; }

.la-th-list:before {
  content: "\f00b"; }

.la-the-red-yeti:before {
  content: "\f69d"; }

.la-theater-masks:before {
  content: "\f630"; }

.la-themeco:before {
  content: "\f5c6"; }

.la-themeisle:before {
  content: "\f2b2"; }

.la-thermometer:before {
  content: "\f491"; }

.la-thermometer-empty:before {
  content: "\f2cb"; }

.la-thermometer-full:before {
  content: "\f2c7"; }

.la-thermometer-half:before {
  content: "\f2c9"; }

.la-thermometer-quarter:before {
  content: "\f2ca"; }

.la-thermometer-three-quarters:before {
  content: "\f2c8"; }

.la-think-peaks:before {
  content: "\f731"; }

.la-thumbs-down:before {
  content: "\f165"; }

.la-thumbs-up:before {
  content: "\f164"; }

.la-thumbtack:before {
  content: "\f08d"; }

.la-ticket-alt:before {
  content: "\f3ff"; }

.la-times:before {
  content: "\f00d"; }

.la-times-circle:before {
  content: "\f057"; }

.la-tint:before {
  content: "\f043"; }

.la-tint-slash:before {
  content: "\f5c7"; }

.la-tired:before {
  content: "\f5c8"; }

.la-toggle-off:before {
  content: "\f204"; }

.la-toggle-on:before {
  content: "\f205"; }

.la-toilet:before {
  content: "\f7d8"; }

.la-toilet-paper:before {
  content: "\f71e"; }

.la-toolbox:before {
  content: "\f552"; }

.la-tools:before {
  content: "\f7d9"; }

.la-tooth:before {
  content: "\f5c9"; }

.la-torah:before {
  content: "\f6a0"; }

.la-torii-gate:before {
  content: "\f6a1"; }

.la-tractor:before {
  content: "\f722"; }

.la-trade-federation:before {
  content: "\f513"; }

.la-trademark:before {
  content: "\f25c"; }

.la-traffic-light:before {
  content: "\f637"; }

.la-train:before {
  content: "\f238"; }

.la-tram:before {
  content: "\f7da"; }

.la-transgender:before {
  content: "\f224"; }

.la-transgender-alt:before {
  content: "\f225"; }

.la-trash:before {
  content: "\f1f8"; }

.la-trash-alt:before {
  content: "\f2ed"; }

.la-trash-restore:before {
  content: "\f829"; }

.la-trash-restore-alt:before {
  content: "\f82a"; }

.la-tree:before {
  content: "\f1bb"; }

.la-trello:before {
  content: "\f181"; }

.la-tripadvisor:before {
  content: "\f262"; }

.la-trophy:before {
  content: "\f091"; }

.la-truck:before {
  content: "\f0d1"; }

.la-truck-loading:before {
  content: "\f4de"; }

.la-truck-monster:before {
  content: "\f63b"; }

.la-truck-moving:before {
  content: "\f4df"; }

.la-truck-pickup:before {
  content: "\f63c"; }

.la-tshirt:before {
  content: "\f553"; }

.la-tty:before {
  content: "\f1e4"; }

.la-tumblr:before {
  content: "\f173"; }

.la-tumblr-square:before {
  content: "\f174"; }

.la-tv:before {
  content: "\f26c"; }

.la-twitch:before {
  content: "\f1e8"; }

.la-twitter:before {
  content: "\f099"; }

.la-twitter-square:before {
  content: "\f081"; }

.la-typo3:before {
  content: "\f42b"; }

.la-uber:before {
  content: "\f402"; }

.la-ubuntu:before {
  content: "\f7df"; }

.la-uikit:before {
  content: "\f403"; }

.la-umbraco:before {
  content: "\f8e8"; }

.la-umbrella:before {
  content: "\f0e9"; }

.la-umbrella-beach:before {
  content: "\f5ca"; }

.la-underline:before {
  content: "\f0cd"; }

.la-undo:before {
  content: "\f0e2"; }

.la-undo-alt:before {
  content: "\f2ea"; }

.la-uniregistry:before {
  content: "\f404"; }

.la-universal-access:before {
  content: "\f29a"; }

.la-university:before {
  content: "\f19c"; }

.la-unlink:before {
  content: "\f127"; }

.la-unlock:before {
  content: "\f09c"; }

.la-unlock-alt:before {
  content: "\f13e"; }

.la-untappd:before {
  content: "\f405"; }

.la-upload:before {
  content: "\f093"; }

.la-ups:before {
  content: "\f7e0"; }

.la-usb:before {
  content: "\f287"; }

.la-user:before {
  content: "\f007"; }

.la-user-alt:before {
  content: "\f406"; }

.la-user-alt-slash:before {
  content: "\f4fa"; }

.la-user-astronaut:before {
  content: "\f4fb"; }

.la-user-check:before {
  content: "\f4fc"; }

.la-user-circle:before {
  content: "\f2bd"; }

.la-user-clock:before {
  content: "\f4fd"; }

.la-user-cog:before {
  content: "\f4fe"; }

.la-user-edit:before {
  content: "\f4ff"; }

.la-user-friends:before {
  content: "\f500"; }

.la-user-graduate:before {
  content: "\f501"; }

.la-user-injured:before {
  content: "\f728"; }

.la-user-lock:before {
  content: "\f502"; }

.la-user-md:before {
  content: "\f0f0"; }

.la-user-minus:before {
  content: "\f503"; }

.la-user-ninja:before {
  content: "\f504"; }

.la-user-nurse:before {
  content: "\f82f"; }

.la-user-plus:before {
  content: "\f234"; }

.la-user-secret:before {
  content: "\f21b"; }

.la-user-shield:before {
  content: "\f505"; }

.la-user-slash:before {
  content: "\f506"; }

.la-user-tag:before {
  content: "\f507"; }

.la-user-tie:before {
  content: "\f508"; }

.la-user-times:before {
  content: "\f235"; }

.la-users:before {
  content: "\f0c0"; }

.la-users-cog:before {
  content: "\f509"; }

.la-usps:before {
  content: "\f7e1"; }

.la-ussunnah:before {
  content: "\f407"; }

.la-utensil-spoon:before {
  content: "\f2e5"; }

.la-utensils:before {
  content: "\f2e7"; }

.la-vaadin:before {
  content: "\f408"; }

.la-vector-square:before {
  content: "\f5cb"; }

.la-venus:before {
  content: "\f221"; }

.la-venus-double:before {
  content: "\f226"; }

.la-venus-mars:before {
  content: "\f228"; }

.la-viacoin:before {
  content: "\f237"; }

.la-viadeo:before {
  content: "\f2a9"; }

.la-viadeo-square:before {
  content: "\f2aa"; }

.la-vial:before {
  content: "\f492"; }

.la-vials:before {
  content: "\f493"; }

.la-viber:before {
  content: "\f409"; }

.la-video:before {
  content: "\f03d"; }

.la-video-slash:before {
  content: "\f4e2"; }

.la-vihara:before {
  content: "\f6a7"; }

.la-vimeo:before {
  content: "\f40a"; }

.la-vimeo-square:before {
  content: "\f194"; }

.la-vimeo-v:before {
  content: "\f27d"; }

.la-vine:before {
  content: "\f1ca"; }

.la-vk:before {
  content: "\f189"; }

.la-vnv:before {
  content: "\f40b"; }

.la-voicemail:before {
  content: "\f897"; }

.la-volleyball-ball:before {
  content: "\f45f"; }

.la-volume-down:before {
  content: "\f027"; }

.la-volume-mute:before {
  content: "\f6a9"; }

.la-volume-off:before {
  content: "\f026"; }

.la-volume-up:before {
  content: "\f028"; }

.la-vote-yea:before {
  content: "\f772"; }

.la-vr-cardboard:before {
  content: "\f729"; }

.la-vuejs:before {
  content: "\f41f"; }

.la-walking:before {
  content: "\f554"; }

.la-wallet:before {
  content: "\f555"; }

.la-warehouse:before {
  content: "\f494"; }

.la-water:before {
  content: "\f773"; }

.la-wave-square:before {
  content: "\f83e"; }

.la-waze:before {
  content: "\f83f"; }

.la-weebly:before {
  content: "\f5cc"; }

.la-weibo:before {
  content: "\f18a"; }

.la-weight:before {
  content: "\f496"; }

.la-weight-hanging:before {
  content: "\f5cd"; }

.la-weixin:before {
  content: "\f1d7"; }

.la-whatsapp:before {
  content: "\f232"; }

.la-whatsapp-square:before {
  content: "\f40c"; }

.la-wheelchair:before {
  content: "\f193"; }

.la-whmcs:before {
  content: "\f40d"; }

.la-wifi:before {
  content: "\f1eb"; }

.la-wikipedia-w:before {
  content: "\f266"; }

.la-wind:before {
  content: "\f72e"; }

.la-window-close:before {
  content: "\f410"; }

.la-window-maximize:before {
  content: "\f2d0"; }

.la-window-minimize:before {
  content: "\f2d1"; }

.la-window-restore:before {
  content: "\f2d2"; }

.la-windows:before {
  content: "\f17a"; }

.la-wine-bottle:before {
  content: "\f72f"; }

.la-wine-glass:before {
  content: "\f4e3"; }

.la-wine-glass-alt:before {
  content: "\f5ce"; }

.la-wix:before {
  content: "\f5cf"; }

.la-wizards-of-the-coast:before {
  content: "\f730"; }

.la-wolf-pack-battalion:before {
  content: "\f514"; }

.la-won-sign:before {
  content: "\f159"; }

.la-wordpress:before {
  content: "\f19a"; }

.la-wordpress-simple:before {
  content: "\f411"; }

.la-wpbeginner:before {
  content: "\f297"; }

.la-wpexplorer:before {
  content: "\f2de"; }

.la-wpforms:before {
  content: "\f298"; }

.la-wpressr:before {
  content: "\f3e4"; }

.la-wrench:before {
  content: "\f0ad"; }

.la-x-ray:before {
  content: "\f497"; }

.la-xbox:before {
  content: "\f412"; }

.la-xing:before {
  content: "\f168"; }

.la-xing-square:before {
  content: "\f169"; }

.la-y-combinator:before {
  content: "\f23b"; }

.la-yahoo:before {
  content: "\f19e"; }

.la-yammer:before {
  content: "\f840"; }

.la-yandex:before {
  content: "\f413"; }

.la-yandex-international:before {
  content: "\f414"; }

.la-yarn:before {
  content: "\f7e3"; }

.la-yelp:before {
  content: "\f1e9"; }

.la-yen-sign:before {
  content: "\f157"; }

.la-yin-yang:before {
  content: "\f6ad"; }

.la-yoast:before {
  content: "\f2b1"; }

.la-youtube:before {
  content: "\f167"; }

.la-youtube-square:before {
  content: "\f431"; }

.la-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

@font-face {
  font-family: 'Line Awesome Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(//maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/fonts/la-brands-400.eot);
  src: url(//maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/fonts/la-brands-400.eot?#iefix) format("embedded-opentype"), url(//maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/fonts/la-brands-400.woff2) format("woff2"), url(//maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/fonts/la-brands-400.woff) format("woff"), url(//maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/fonts/la-brands-400.ttf) format("truetype"), url(//maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/fonts/la-brands-400.svg#lineawesome) format("svg"); }

.lab {
  font-family: 'Line Awesome Brands'; }

@font-face {
  font-family: 'Line Awesome Free';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(//maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/fonts/la-regular-400.eot);
  src: url(//maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/fonts/la-regular-400.eot?#iefix) format("embedded-opentype"), url(//maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/fonts/la-regular-400.woff2) format("woff2"), url(//maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/fonts/la-regular-400.woff) format("woff"), url(//maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/fonts/la-regular-400.ttf) format("truetype"), url(//maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/fonts/la-regular-400.svg#lineawesome) format("svg"); }

.lar {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

@font-face {
  font-family: 'Line Awesome Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(//maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/fonts/la-solid-900.eot);
  src: url(//maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/fonts/la-solid-900.eot?#iefix) format("embedded-opentype"), url(//maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/fonts/la-solid-900.woff2) format("woff2"), url(//maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/fonts/la-solid-900.woff) format("woff"), url(//maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/fonts/la-solid-900.ttf) format("truetype"), url(//maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/fonts/la-solid-900.svg#lineawesome) format("svg"); }

.la, .las {
  font-family: 'Line Awesome Free';
  font-weight: 900; }

.la.la-glass:before {
  content: "\f000"; }

.la.la-meetup {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-star-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-star-o:before {
  content: "\f005"; }

.la.la-remove:before {
  content: "\f00d"; }

.la.la-close:before {
  content: "\f00d"; }

.la.la-gear:before {
  content: "\f013"; }

.la.la-trash-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-trash-o:before {
  content: "\f2ed"; }

.la.la-file-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-file-o:before {
  content: "\f15b"; }

.la.la-clock-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-clock-o:before {
  content: "\f017"; }

.la.la-arrow-circle-o-down {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-arrow-circle-o-down:before {
  content: "\f358"; }

.la.la-arrow-circle-o-up {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-arrow-circle-o-up:before {
  content: "\f35b"; }

.la.la-play-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-play-circle-o:before {
  content: "\f144"; }

.la.la-repeat:before {
  content: "\f01e"; }

.la.la-rotate-right:before {
  content: "\f01e"; }

.la.la-refresh:before {
  content: "\f021"; }

.la.la-list-alt {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-dedent:before {
  content: "\f03b"; }

.la.la-video-camera:before {
  content: "\f03d"; }

.la.la-picture-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-picture-o:before {
  content: "\f03e"; }

.la.la-photo {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-photo:before {
  content: "\f03e"; }

.la.la-image {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-image:before {
  content: "\f03e"; }

.la.la-pencil:before {
  content: "\f303"; }

.la.la-map-marker:before {
  content: "\f3c5"; }

.la.la-pencil-square-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-pencil-square-o:before {
  content: "\f044"; }

.la.la-share-square-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-share-square-o:before {
  content: "\f14d"; }

.la.la-check-square-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-check-square-o:before {
  content: "\f14a"; }

.la.la-arrows:before {
  content: "\f0b2"; }

.la.la-times-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-times-circle-o:before {
  content: "\f057"; }

.la.la-check-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-check-circle-o:before {
  content: "\f058"; }

.la.la-mail-forward:before {
  content: "\f064"; }

.la.la-eye {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-eye-slash {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-warning:before {
  content: "\f071"; }

.la.la-calendar:before {
  content: "\f073"; }

.la.la-arrows-v:before {
  content: "\f338"; }

.la.la-arrows-h:before {
  content: "\f337"; }

.la.la-bar-chart {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-bar-chart:before {
  content: "\f080"; }

.la.la-bar-chart-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-bar-chart-o:before {
  content: "\f080"; }

.la.la-twitter-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-facebook-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-gears:before {
  content: "\f085"; }

.la.la-thumbs-o-up {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-thumbs-o-up:before {
  content: "\f164"; }

.la.la-thumbs-o-down {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-thumbs-o-down:before {
  content: "\f165"; }

.la.la-heart-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-heart-o:before {
  content: "\f004"; }

.la.la-sign-out:before {
  content: "\f2f5"; }

.la.la-linkedin-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-linkedin-square:before {
  content: "\f08c"; }

.la.la-thumb-tack:before {
  content: "\f08d"; }

.la.la-external-link:before {
  content: "\f35d"; }

.la.la-sign-in:before {
  content: "\f2f6"; }

.la.la-github-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-lemon-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-lemon-o:before {
  content: "\f094"; }

.la.la-square-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-square-o:before {
  content: "\f0c8"; }

.la.la-bookmark-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-bookmark-o:before {
  content: "\f02e"; }

.la.la-twitter {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-facebook {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-facebook:before {
  content: "\f39e"; }

.la.la-facebook-f {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-facebook-f:before {
  content: "\f39e"; }

.la.la-github {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-credit-card {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-feed:before {
  content: "\f09e"; }

.la.la-hdd-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-hdd-o:before {
  content: "\f0a0"; }

.la.la-hand-o-right {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-hand-o-right:before {
  content: "\f0a4"; }

.la.la-hand-o-left {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-hand-o-left:before {
  content: "\f0a5"; }

.la.la-hand-o-up {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-hand-o-up:before {
  content: "\f0a6"; }

.la.la-hand-o-down {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-hand-o-down:before {
  content: "\f0a7"; }

.la.la-arrows-alt:before {
  content: "\f31e"; }

.la.la-group:before {
  content: "\f0c0"; }

.la.la-chain:before {
  content: "\f0c1"; }

.la.la-scissors:before {
  content: "\f0c4"; }

.la.la-files-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-files-o:before {
  content: "\f0c5"; }

.la.la-floppy-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-floppy-o:before {
  content: "\f0c7"; }

.la.la-navicon:before {
  content: "\f0c9"; }

.la.la-reorder:before {
  content: "\f0c9"; }

.la.la-pinterest {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-pinterest-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-google-plus-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-google-plus {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-google-plus:before {
  content: "\f0d5"; }

.la.la-money {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-money:before {
  content: "\f3d1"; }

.la.la-unsorted:before {
  content: "\f0dc"; }

.la.la-sort-desc:before {
  content: "\f0dd"; }

.la.la-sort-asc:before {
  content: "\f0de"; }

.la.la-linkedin {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-linkedin:before {
  content: "\f0e1"; }

.la.la-rotate-left:before {
  content: "\f0e2"; }

.la.la-legal:before {
  content: "\f0e3"; }

.la.la-tachometer:before {
  content: "\f3fd"; }

.la.la-dashboard:before {
  content: "\f3fd"; }

.la.la-comment-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-comment-o:before {
  content: "\f075"; }

.la.la-comments-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-comments-o:before {
  content: "\f086"; }

.la.la-flash:before {
  content: "\f0e7"; }

.la.la-clipboard {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-paste {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-paste:before {
  content: "\f328"; }

.la.la-lightbulb-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-lightbulb-o:before {
  content: "\f0eb"; }

.la.la-exchange:before {
  content: "\f362"; }

.la.la-cloud-download:before {
  content: "\f381"; }

.la.la-cloud-upload:before {
  content: "\f382"; }

.la.la-bell-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-bell-o:before {
  content: "\f0f3"; }

.la.la-cutlery:before {
  content: "\f2e7"; }

.la.la-file-text-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-file-text-o:before {
  content: "\f15c"; }

.la.la-building-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-building-o:before {
  content: "\f1ad"; }

.la.la-hospital-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-hospital-o:before {
  content: "\f0f8"; }

.la.la-tablet:before {
  content: "\f3fa"; }

.la.la-mobile:before {
  content: "\f3cd"; }

.la.la-mobile-phone:before {
  content: "\f3cd"; }

.la.la-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-circle-o:before {
  content: "\f111"; }

.la.la-mail-reply:before {
  content: "\f3e5"; }

.la.la-github-alt {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-folder-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-folder-o:before {
  content: "\f07b"; }

.la.la-folder-open-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-folder-open-o:before {
  content: "\f07c"; }

.la.la-smile-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-smile-o:before {
  content: "\f118"; }

.la.la-frown-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-frown-o:before {
  content: "\f119"; }

.la.la-meh-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-meh-o:before {
  content: "\f11a"; }

.la.la-keyboard-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-keyboard-o:before {
  content: "\f11c"; }

.la.la-flag-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-flag-o:before {
  content: "\f024"; }

.la.la-mail-reply-all:before {
  content: "\f122"; }

.la.la-star-half-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-star-half-o:before {
  content: "\f089"; }

.la.la-star-half-empty {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-star-half-empty:before {
  content: "\f089"; }

.la.la-star-half-full {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-star-half-full:before {
  content: "\f089"; }

.la.la-code-fork:before {
  content: "\f126"; }

.la.la-chain-broken:before {
  content: "\f127"; }

.la.la-shield:before {
  content: "\f3ed"; }

.la.la-calendar-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-calendar-o:before {
  content: "\f133"; }

.la.la-maxcdn {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-html5 {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-css3 {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-ticket:before {
  content: "\f3ff"; }

.la.la-minus-square-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-minus-square-o:before {
  content: "\f146"; }

.la.la-level-up:before {
  content: "\f3bf"; }

.la.la-level-down:before {
  content: "\f3be"; }

.la.la-pencil-square:before {
  content: "\f14b"; }

.la.la-external-link-square:before {
  content: "\f360"; }

.la.la-compass {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-caret-square-o-down {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-caret-square-o-down:before {
  content: "\f150"; }

.la.la-toggle-down {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-toggle-down:before {
  content: "\f150"; }

.la.la-caret-square-o-up {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-caret-square-o-up:before {
  content: "\f151"; }

.la.la-toggle-up {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-toggle-up:before {
  content: "\f151"; }

.la.la-caret-square-o-right {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-caret-square-o-right:before {
  content: "\f152"; }

.la.la-toggle-right {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-toggle-right:before {
  content: "\f152"; }

.la.la-eur:before {
  content: "\f153"; }

.la.la-euro:before {
  content: "\f153"; }

.la.la-gbp:before {
  content: "\f154"; }

.la.la-usd:before {
  content: "\f155"; }

.la.la-dollar:before {
  content: "\f155"; }

.la.la-inr:before {
  content: "\f156"; }

.la.la-rupee:before {
  content: "\f156"; }

.la.la-jpy:before {
  content: "\f157"; }

.la.la-cny:before {
  content: "\f157"; }

.la.la-rmb:before {
  content: "\f157"; }

.la.la-yen:before {
  content: "\f157"; }

.la.la-rub:before {
  content: "\f158"; }

.la.la-ruble:before {
  content: "\f158"; }

.la.la-rouble:before {
  content: "\f158"; }

.la.la-krw:before {
  content: "\f159"; }

.la.la-won:before {
  content: "\f159"; }

.la.la-btc {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-bitcoin {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-bitcoin:before {
  content: "\f15a"; }

.la.la-file-text:before {
  content: "\f15c"; }

.la.la-sort-alpha-asc:before {
  content: "\f15d"; }

.la.la-sort-alpha-desc:before {
  content: "\f881"; }

.la.la-sort-amount-asc:before {
  content: "\f160"; }

.la.la-sort-amount-desc:before {
  content: "\f884"; }

.la.la-sort-numeric-asc:before {
  content: "\f162"; }

.la.la-sort-numeric-desc:before {
  content: "\f886"; }

.la.la-youtube-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-youtube {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-xing {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-xing-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-youtube-play {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-youtube-play:before {
  content: "\f167"; }

.la.la-dropbox {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-stack-overflow {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-instagram {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-flickr {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-adn {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-bitbucket {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-bitbucket-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-bitbucket-square:before {
  content: "\f171"; }

.la.la-tumblr {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-tumblr-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-long-arrow-down:before {
  content: "\f309"; }

.la.la-long-arrow-up:before {
  content: "\f30c"; }

.la.la-long-arrow-left:before {
  content: "\f30a"; }

.la.la-long-arrow-right:before {
  content: "\f30b"; }

.la.la-apple {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-windows {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-android {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-linux {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-dribbble {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-skype {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-foursquare {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-trello {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-gratipay {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-gittip {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-gittip:before {
  content: "\f184"; }

.la.la-sun-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-sun-o:before {
  content: "\f185"; }

.la.la-moon-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-moon-o:before {
  content: "\f186"; }

.la.la-vk {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-weibo {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-renren {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-pagelines {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-stack-exchange {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-arrow-circle-o-right {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-arrow-circle-o-right:before {
  content: "\f35a"; }

.la.la-arrow-circle-o-left {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-arrow-circle-o-left:before {
  content: "\f359"; }

.la.la-caret-square-o-left {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-caret-square-o-left:before {
  content: "\f191"; }

.la.la-toggle-left {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-toggle-left:before {
  content: "\f191"; }

.la.la-dot-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-dot-circle-o:before {
  content: "\f192"; }

.la.la-vimeo-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-try:before {
  content: "\f195"; }

.la.la-turkish-lira:before {
  content: "\f195"; }

.la.la-plus-square-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-plus-square-o:before {
  content: "\f0fe"; }

.la.la-slack {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-wordpress {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-openid {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-institution:before {
  content: "\f19c"; }

.la.la-bank:before {
  content: "\f19c"; }

.la.la-mortar-board:before {
  content: "\f19d"; }

.la.la-yahoo {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-google {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-reddit {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-reddit-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-stumbleupon-circle {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-stumbleupon {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-delicious {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-digg {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-pied-piper-pp {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-pied-piper-alt {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-drupal {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-joomla {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-spoon:before {
  content: "\f2e5"; }

.la.la-behance {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-behance-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-steam {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-steam-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-automobile:before {
  content: "\f1b9"; }

.la.la-cab:before {
  content: "\f1ba"; }

.la.la-envelope-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-envelope-o:before {
  content: "\f0e0"; }

.la.la-deviantart {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-soundcloud {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-file-pdf-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-file-pdf-o:before {
  content: "\f1c1"; }

.la.la-file-word-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-file-word-o:before {
  content: "\f1c2"; }

.la.la-file-excel-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-file-excel-o:before {
  content: "\f1c3"; }

.la.la-file-powerpoint-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-file-powerpoint-o:before {
  content: "\f1c4"; }

.la.la-file-image-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-file-image-o:before {
  content: "\f1c5"; }

.la.la-file-photo-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-file-photo-o:before {
  content: "\f1c5"; }

.la.la-file-picture-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-file-picture-o:before {
  content: "\f1c5"; }

.la.la-file-archive-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-file-archive-o:before {
  content: "\f1c6"; }

.la.la-file-zip-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-file-zip-o:before {
  content: "\f1c6"; }

.la.la-file-audio-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-file-audio-o:before {
  content: "\f1c7"; }

.la.la-file-sound-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-file-sound-o:before {
  content: "\f1c7"; }

.la.la-file-video-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-file-video-o:before {
  content: "\f1c8"; }

.la.la-file-movie-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-file-movie-o:before {
  content: "\f1c8"; }

.la.la-file-code-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-file-code-o:before {
  content: "\f1c9"; }

.la.la-vine {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-codepen {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-jsfiddle {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-life-ring {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-life-bouy {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-life-bouy:before {
  content: "\f1cd"; }

.la.la-life-buoy {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-life-buoy:before {
  content: "\f1cd"; }

.la.la-life-saver {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-life-saver:before {
  content: "\f1cd"; }

.la.la-support {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-support:before {
  content: "\f1cd"; }

.la.la-circle-o-notch:before {
  content: "\f1ce"; }

.la.la-rebel {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-ra {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-ra:before {
  content: "\f1d0"; }

.la.la-resistance {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-resistance:before {
  content: "\f1d0"; }

.la.la-empire {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-ge {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-ge:before {
  content: "\f1d1"; }

.la.la-git-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-git {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-hacker-news {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-y-combinator-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-y-combinator-square:before {
  content: "\f1d4"; }

.la.la-yc-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-yc-square:before {
  content: "\f1d4"; }

.la.la-tencent-weibo {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-qq {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-weixin {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-wechat {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-wechat:before {
  content: "\f1d7"; }

.la.la-send:before {
  content: "\f1d8"; }

.la.la-paper-plane-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-paper-plane-o:before {
  content: "\f1d8"; }

.la.la-send-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-send-o:before {
  content: "\f1d8"; }

.la.la-circle-thin {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-circle-thin:before {
  content: "\f111"; }

.la.la-header:before {
  content: "\f1dc"; }

.la.la-sliders:before {
  content: "\f1de"; }

.la.la-futbol-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-futbol-o:before {
  content: "\f1e3"; }

.la.la-soccer-ball-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-soccer-ball-o:before {
  content: "\f1e3"; }

.la.la-slideshare {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-twitch {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-yelp {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-newspaper-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-newspaper-o:before {
  content: "\f1ea"; }

.la.la-paypal {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-google-wallet {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-cc-visa {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-cc-mastercard {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-cc-discover {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-cc-amex {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-cc-paypal {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-cc-stripe {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-bell-slash-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-bell-slash-o:before {
  content: "\f1f6"; }

.la.la-trash:before {
  content: "\f2ed"; }

.la.la-copyright {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-eyedropper:before {
  content: "\f1fb"; }

.la.la-area-chart:before {
  content: "\f1fe"; }

.la.la-pie-chart:before {
  content: "\f200"; }

.la.la-line-chart:before {
  content: "\f201"; }

.la.la-lastfm {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-lastfm-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-ioxhost {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-angellist {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-cc {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-cc:before {
  content: "\f20a"; }

.la.la-ils:before {
  content: "\f20b"; }

.la.la-shekel:before {
  content: "\f20b"; }

.la.la-sheqel:before {
  content: "\f20b"; }

.la.la-meanpath {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-meanpath:before {
  content: "\f2b4"; }

.la.la-buysellads {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-connectdevelop {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-dashcube {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-forumbee {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-leanpub {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-sellsy {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-shirtsinbulk {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-simplybuilt {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-skyatlas {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-diamond {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-diamond:before {
  content: "\f3a5"; }

.la.la-intersex:before {
  content: "\f224"; }

.la.la-facebook-official {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-facebook-official:before {
  content: "\f09a"; }

.la.la-pinterest-p {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-whatsapp {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-hotel:before {
  content: "\f236"; }

.la.la-viacoin {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-medium {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-y-combinator {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-yc {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-yc:before {
  content: "\f23b"; }

.la.la-optin-monster {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-opencart {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-expeditedssl {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-battery-4:before {
  content: "\f240"; }

.la.la-battery:before {
  content: "\f240"; }

.la.la-battery-3:before {
  content: "\f241"; }

.la.la-battery-2:before {
  content: "\f242"; }

.la.la-battery-1:before {
  content: "\f243"; }

.la.la-battery-0:before {
  content: "\f244"; }

.la.la-object-group {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-object-ungroup {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-sticky-note-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-sticky-note-o:before {
  content: "\f249"; }

.la.la-cc-jcb {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-cc-diners-club {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-clone {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-hourglass-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-hourglass-o:before {
  content: "\f254"; }

.la.la-hourglass-1:before {
  content: "\f251"; }

.la.la-hourglass-2:before {
  content: "\f252"; }

.la.la-hourglass-3:before {
  content: "\f253"; }

.la.la-hand-rock-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-hand-rock-o:before {
  content: "\f255"; }

.la.la-hand-grab-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-hand-grab-o:before {
  content: "\f255"; }

.la.la-hand-paper-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-hand-paper-o:before {
  content: "\f256"; }

.la.la-hand-stop-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-hand-stop-o:before {
  content: "\f256"; }

.la.la-hand-scissors-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-hand-scissors-o:before {
  content: "\f257"; }

.la.la-hand-lizard-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-hand-lizard-o:before {
  content: "\f258"; }

.la.la-hand-spock-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-hand-spock-o:before {
  content: "\f259"; }

.la.la-hand-pointer-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-hand-pointer-o:before {
  content: "\f25a"; }

.la.la-hand-peace-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-hand-peace-o:before {
  content: "\f25b"; }

.la.la-registered {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-creative-commons {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-gg {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-gg-circle {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-tripadvisor {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-odnoklassniki {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-odnoklassniki-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-get-pocket {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-wikipedia-w {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-safari {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-chrome {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-firefox {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-opera {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-internet-explorer {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-television:before {
  content: "\f26c"; }

.la.la-contao {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-500px {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-amazon {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-calendar-plus-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-calendar-plus-o:before {
  content: "\f271"; }

.la.la-calendar-minus-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-calendar-minus-o:before {
  content: "\f272"; }

.la.la-calendar-times-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-calendar-times-o:before {
  content: "\f273"; }

.la.la-calendar-check-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-calendar-check-o:before {
  content: "\f274"; }

.la.la-map-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-map-o:before {
  content: "\f279"; }

.la.la-commenting:before {
  content: "\f4ad"; }

.la.la-commenting-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-commenting-o:before {
  content: "\f4ad"; }

.la.la-houzz {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-vimeo {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-vimeo:before {
  content: "\f27d"; }

.la.la-black-tie {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-fonticons {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-reddit-alien {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-edge {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-credit-card-alt:before {
  content: "\f09d"; }

.la.la-codiepie {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-modx {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-fort-awesome {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-usb {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-product-hunt {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-mixcloud {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-scribd {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-pause-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-pause-circle-o:before {
  content: "\f28b"; }

.la.la-stop-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-stop-circle-o:before {
  content: "\f28d"; }

.la.la-bluetooth {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-bluetooth-b {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-gitlab {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-wpbeginner {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-wpforms {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-envira {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-wheelchair-alt {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-wheelchair-alt:before {
  content: "\f368"; }

.la.la-question-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-question-circle-o:before {
  content: "\f059"; }

.la.la-volume-control-phone:before {
  content: "\f2a0"; }

.la.la-asl-interpreting:before {
  content: "\f2a3"; }

.la.la-deafness:before {
  content: "\f2a4"; }

.la.la-hard-of-hearing:before {
  content: "\f2a4"; }

.la.la-glide {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-glide-g {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-signing:before {
  content: "\f2a7"; }

.la.la-viadeo {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-viadeo-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-snapchat {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-snapchat-ghost {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-snapchat-square {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-pied-piper {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-first-order {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-yoast {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-themeisle {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-google-plus-official {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-google-plus-official:before {
  content: "\f2b3"; }

.la.la-google-plus-circle {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-google-plus-circle:before {
  content: "\f2b3"; }

.la.la-font-awesome {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-fa {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-fa:before {
  content: "\f2b4"; }

.la.la-handshake-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-handshake-o:before {
  content: "\f2b5"; }

.la.la-envelope-open-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-envelope-open-o:before {
  content: "\f2b6"; }

.la.la-linode {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-address-book-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-address-book-o:before {
  content: "\f2b9"; }

.la.la-vcard:before {
  content: "\f2bb"; }

.la.la-address-card-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-address-card-o:before {
  content: "\f2bb"; }

.la.la-vcard-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-vcard-o:before {
  content: "\f2bb"; }

.la.la-user-circle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-user-circle-o:before {
  content: "\f2bd"; }

.la.la-user-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-user-o:before {
  content: "\f007"; }

.la.la-id-badge {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-drivers-license:before {
  content: "\f2c2"; }

.la.la-id-card-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-id-card-o:before {
  content: "\f2c2"; }

.la.la-drivers-license-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-drivers-license-o:before {
  content: "\f2c2"; }

.la.la-quora {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-free-code-camp {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-telegram {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-thermometer-4:before {
  content: "\f2c7"; }

.la.la-thermometer:before {
  content: "\f2c7"; }

.la.la-thermometer-3:before {
  content: "\f2c8"; }

.la.la-thermometer-2:before {
  content: "\f2c9"; }

.la.la-thermometer-1:before {
  content: "\f2ca"; }

.la.la-thermometer-0:before {
  content: "\f2cb"; }

.la.la-bathtub:before {
  content: "\f2cd"; }

.la.la-s15:before {
  content: "\f2cd"; }

.la.la-window-maximize {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-window-restore {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-times-rectangle:before {
  content: "\f410"; }

.la.la-window-close-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-window-close-o:before {
  content: "\f410"; }

.la.la-times-rectangle-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-times-rectangle-o:before {
  content: "\f410"; }

.la.la-bandcamp {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-grav {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-etsy {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-imdb {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-ravelry {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-eercast {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-eercast:before {
  content: "\f2da"; }

.la.la-snowflake-o {
  font-family: 'Line Awesome Free';
  font-weight: 400; }

.la.la-snowflake-o:before {
  content: "\f2dc"; }

.la.la-superpowers {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-wpexplorer {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

.la.la-spotify {
  font-family: 'Line Awesome Brands';
  font-weight: 400; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*
@media only screen and (max-width : 440px) {

}
*/
/* Custom Styles */
:root {
  --teal: #84BDC9;
  --blue: #0054A6;
  --orange: #ED9C20;
  --red: #C22026;
  --light-teal: #D7E8ED;
  --green: #53BF82; }

#maintenance-notice {
  display: none; }

#olark-container#olark-container {
  bottom: 144px !important; }

.olark-launch-button-wrapper.olark-launch-button-wrapper {
  bottom: 75px !important; }

.header-left {
  width: 18%; }
  @media only screen and (max-width: 768px) {
    .header-left {
      width: 50%; } }

.header-right {
  width: 15%; }
  @media only screen and (max-width: 768px) {
    .header-right {
      width: 50%; } }

.header-center {
  width: 70%; }

.header-logo-image-unknown-size {
  max-width: none; }

.top-bar {
  background: #c22026;
  background: -moz-linear-gradient(90deg, #c22026 0%, #0054a6 50%, #84bdc9 100%);
  background: -webkit-linear-gradient(90deg, #c22026 0%, #0054a6 50%, #84bdc9 100%);
  background: linear-gradient(90deg, #c22026 0%, #0054a6 50%, #84bdc9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c22026", endColorstr="#84bdc9", GradientType=1);
  width: 100%;
  margin: 0;
  padding: 0;
  height: 55px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 52px;
  text-align: center;
  display: inline-block;
  font-size: 17px; }
  @media only screen and (max-width: 768px) {
    .top-bar {
      height: 71px;
      letter-spacing: 0.01em;
      color: #FFFFFF;
      font-weight: 400;
      line-height: 15px;
      text-align: center;
      display: inline-block;
      font-size: 14px;
      word-break: break-word;
      padding: 10px 0 10px 0; } }
  @media only screen and (max-width: 440px) {
    .top-bar {
      height: 71px;
      letter-spacing: 0.01em;
      color: #FFFFFF;
      font-weight: 400;
      line-height: 15px;
      text-align: center;
      display: inline-block;
      font-size: 12px;
      word-break: break-word;
      padding: 10px 0 10px 0; } }
  .top-bar h1 {
    color: #FFFFFF;
    font-size: 17px;
    margin: 0;
    display: inline;
    font-weight: 600; }
    @media only screen and (max-width: 768px) {
      .top-bar h1 {
        font-size: 14px;
        line-height: 32px; } }
  .top-bar b {
    font-weight: 500; }
  .top-bar span.phone {
    font-weight: 600; }
    @media only screen and (max-width: 768px) {
      .top-bar span.phone {
        display: block;
        width: 100%;
        margin-top: 5px; } }
    .top-bar span.phone i {
      font-size: 22px;
      position: relative;
      top: 2px;
      margin-left: 20px; }
      @media only screen and (max-width: 768px) {
        .top-bar span.phone i {
          font-size: 14px;
          top: 4px;
          margin-left: 0; } }

.header-inner .navPages-list > li {
  padding-bottom: 24px;
  margin: 0 3px; }

.navPages-list > li:hover > a, .navUser-section > li:hover > a {
  opacity: 1; }

.header-inner .navPages-list > li > a {
  font-weight: 500;
  text-transform: uppercase;
  padding: 5px 10px;
  border: 2px solid transparent; }
  .header-inner .navPages-list > li > a.order-now {
    border: 2px solid var(--red);
    border-radius: 100px;
    color: var(--red);
    font-weight: 500;
    transition: 0.3s ease all; }
    .header-inner .navPages-list > li > a.order-now:hover {
      background: #c22026;
      background: -moz-linear-gradient(90deg, #c22026 0%, #ed6320 100%);
      background: -webkit-linear-gradient(90deg, #c22026 0%, #ed6320 100%);
      background: linear-gradient(90deg, #c22026 0%, #ed6320 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c22026", endColorstr="#ed6320", GradientType=1);
      color: #FFFFFF; }

.header-inner .navPages-list > li > a:hover, .header-inner .navPages-list > li > a:focus {
  opacity: 1;
  color: var(--red); }

.stuck {
  position: fixed !important;
  border: none;
  box-shadow: 1px 1px 64px -27px #000000; }
  .stuck .showOnSticky {
    display: list-item; }
    .stuck .showOnSticky a {
      font-weight: 700 !important;
      color: #C22026; }
  .stuck .hideOnSticky {
    display: none; }
  .stuck .header-inner .navPages-list > li > a {
    padding-bottom: 5px; }
  .stuck .header-left {
    display: flex; }
  .stuck .header-right {
    display: flex;
    width: 20%; }
    @media only screen and (max-width: 375px) {
      .stuck .header-right {
        width: 25%; } }

section#what-is {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px; }
  section#what-is .container .product-box.alternate {
    margin-top: 20px; }
    section#what-is .container .product-box.alternate .risk-free {
      display: flex;
      flex-direction: column;
      align-items: center; }
      section#what-is .container .product-box.alternate .risk-free p {
        text-align: center;
        margin-top: 5px; }
  section#what-is p {
    width: 100%;
    display: inline-block;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #212121;
    text-shadow: 1px 1px 1px #FFFFFF;
    box-shadow: 1px 1px 10px #FFFFFF;
    font-family: "Montserrat", Arial, Helvetica, sans-serif; }
    @media only screen and (max-width: 440px) {
      section#what-is p {
        font-size: 16px; } }
  section#what-is div > div > span {
    display: inline-block;
    border: 1px solid #EFEFEF;
    padding: 5px 15px 5px 5px;
    transition: 0.4s ease all;
    width: 100%;
    color: #212121;
    margin-bottom: 10px; }
    @media only screen and (max-width: 440px) {
      section#what-is div > div > span {
        text-align: center;
        min-height: 125px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; } }
    section#what-is div > div > span:hover {
      background-color: var(--teal);
      cursor: default;
      color: #FFFFFF !important; }
      section#what-is div > div > span:hover i {
        font-size: 60px;
        position: relative;
        color: #FFFFFF !important;
        float: left; }
        @media only screen and (max-width: 440px) {
          section#what-is div > div > span:hover i {
            font-size: 42px;
            float: none; } }
      section#what-is div > div > span:hover span {
        line-height: 60px;
        display: inline-block;
        color: #FFFFFF;
        font-weight: 500; }
        @media only screen and (max-width: 440px) {
          section#what-is div > div > span:hover span {
            line-height: 23px; } }
    section#what-is div > div > span i {
      font-size: 60px;
      position: relative;
      color: var(--teal);
      float: left; }
      @media only screen and (max-width: 440px) {
        section#what-is div > div > span i {
          font-size: 42px;
          float: none; } }
    section#what-is div > div > span span {
      line-height: 60px;
      display: inline-block;
      margin-left: 10px; }
      @media only screen and (max-width: 440px) {
        section#what-is div > div > span span {
          line-height: 23px; } }
  @media only screen and (max-width: 768px) {
    section#what-is ul {
      margin: 0;
      padding: 0; }
      section#what-is ul li {
        font-size: 17px;
        color: #212121;
        background-color: #FFFFFF; }
        section#what-is ul li > span {
          display: inline-block;
          border: 1px solid #EFEFEF;
          padding: 5px 15px 5px 5px;
          transition: 0.4s ease all;
          width: 100%; }
          section#what-is ul li > span:hover {
            width: 100%;
            background-color: var(--teal);
            cursor: default; }
            section#what-is ul li > span:hover i {
              font-size: 60px;
              position: relative;
              color: #FFFFFF;
              float: left; }
            section#what-is ul li > span:hover span {
              line-height: 60px;
              display: inline-block;
              color: #FFFFFF;
              font-weight: 500; }
          section#what-is ul li > span i {
            font-size: 60px;
            position: relative;
            color: var(--teal);
            display: block;
            margin: 0 auto;
            text-align: center;
            float: none; }
          section#what-is ul li > span span {
            line-height: 30px;
            display: block;
            margin-left: 10px;
            text-align: center; } }

section#choose-product {
  background-color: var(--light-teal);
  width: 100%;
  padding: 20px;
  border-top: none;
  margin-top: 0; }
  @media only screen and (max-width: 500px) {
    section#choose-product {
      padding: 20px 10px;
      margin-top: 0; }
      section#choose-product h1 {
        font-size: 19px; } }
  section#choose-product .container > ul {
    margin: 0 0 30px 0;
    padding: 0;
    width: 100%;
    display: none; }
    section#choose-product .container > ul li {
      float: left;
      margin-right: 20px;
      list-style: none;
      font-size: 17px;
      color: var(--blue);
      letter-spacing: 0.5px;
      cursor: default;
      padding-right: 0;
      padding-left: 0;
      border-bottom: none;
      transition: 0.4s ease all;
      padding-bottom: 5px; }
      section#choose-product .container > ul li i {
        color: #34A853;
        font-size: 20px;
        margin-right: 10px;
        position: relative;
        top: 2px;
        font-weight: bold; }
      section#choose-product .container > ul li:hover {
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 5px;
        border-bottom: none; }
  section#choose-product div.product-box-container {
    display: inline-flex;
    flex-direction: row;
    width: 100%; }
    @media only screen and (max-width: 1023px) {
      section#choose-product div.product-box-container {
        flex-direction: column; } }
    section#choose-product div.product-box-container div.product-box {
      flex: 33%;
      padding: 20px;
      background-color: #F9F9F9;
      margin-right: 10px;
      text-align: center;
      position: relative;
      transition: 0.4s ease all;
      top: 0; }
      @media only screen and (max-width: 440px) {
        section#choose-product div.product-box-container div.product-box {
          flex: 0 1 100%;
          margin: 0 0 10px 0; } }
      section#choose-product div.product-box-container div.product-box a {
        display: block; }
        @media (max-width: 1279px) and (min-width: 1024px) {
          section#choose-product div.product-box-container div.product-box a h2 {
            min-height: 115px; } }
      section#choose-product div.product-box-container div.product-box:hover {
        top: 5px; }
      section#choose-product div.product-box-container div.product-box .image {
        display: block;
        margin: 5px;
        min-height: 330px; }
        section#choose-product div.product-box-container div.product-box .image img {
          max-width: 60%;
          height: auto;
          border: 1px solid #EFEFEF; }
          @media (max-width: 1279px) {
            section#choose-product div.product-box-container div.product-box .image img {
              max-width: 80%; } }
          @media only screen and (max-width: 440px) {
            section#choose-product div.product-box-container div.product-box .image img {
              max-width: 100%; } }
      section#choose-product div.product-box-container div.product-box h2 {
        font-size: 30px;
        margin: 0;
        font-family: "Montserrat", arial, sans-serif;
        font-weight: 700;
        color: #212121;
        letter-spacing: -0.9px; }
        section#choose-product div.product-box-container div.product-box h2 span {
          font-size: 18px;
          display: block; }
      section#choose-product div.product-box-container div.product-box h3 {
        font-size: 17px;
        line-height: 24px;
        margin: 0;
        border: none; }
      section#choose-product div.product-box-container div.product-box span.price {
        display: block;
        font-size: 28px;
        color: var(--red);
        font-weight: 700;
        letter-spacing: -1px;
        margin: 10px 0; }
        section#choose-product div.product-box-container div.product-box span.price sup {
          font-size: 16px;
          position: relative; }
        section#choose-product div.product-box-container div.product-box span.price span.month {
          font-size: 20px; }
      section#choose-product div.product-box-container div.product-box span.options {
        display: block;
        color: #333333;
        font-size: 11px;
        margin-top: 20px; }
      section#choose-product div.product-box-container div.product-box small {
        display: block;
        color: #333333;
        font-size: 10px; }
      section#choose-product div.product-box-container div.product-box a.learnMoreBtn {
        background-color: #212121;
        color: #FFFFFF;
        padding: 10px 25px;
        display: block;
        font-size: 22px; }
        section#choose-product div.product-box-container div.product-box a.learnMoreBtn:hover {
          opacity: 0.8; }
      section#choose-product div.product-box-container div.product-box.alternate {
        color: #212121;
        padding: 0;
        background-color: var(--light-teal); }
        section#choose-product div.product-box-container div.product-box.alternate:hover {
          top: 0; }
        section#choose-product div.product-box-container div.product-box.alternate .why-different h2 {
          font-size: 28px;
          margin: 0 0 0 0;
          color: var(--blue);
          font-weight: 700 !important;
          font-family: "Montserrat", arial, sans-serif;
          letter-spacing: 0.1px;
          padding: 15px; }
        @media only screen and (max-width: 440px) {
          section#choose-product div.product-box-container div.product-box.alternate .why-different h2 {
            font-size: 22px; } }
        section#choose-product div.product-box-container div.product-box.alternate .why-different h3 {
          font-size: 20px; }
        section#choose-product div.product-box-container div.product-box.alternate .why-different ul {
          padding: 10px 20px 0 20px; }
          @media only screen and (max-width: 440px) {
            section#choose-product div.product-box-container div.product-box.alternate .why-different ul {
              padding: 10px 10px 0 10px; } }
          section#choose-product div.product-box-container div.product-box.alternate .why-different ul li {
            text-align: left;
            font-size: 12px;
            margin-bottom: 10px;
            display: block; }
            section#choose-product div.product-box-container div.product-box.alternate .why-different ul li:first-child span i {
              font-size: 37px;
              position: relative;
              top: 6px; }
            section#choose-product div.product-box-container div.product-box.alternate .why-different ul li:first-child span b {
              font-size: 14px;
              margin-top: 8px;
              margin-left: 1px;
              color: var(--blue); }
            section#choose-product div.product-box-container div.product-box.alternate .why-different ul li span {
              display: inline-flex; }
              section#choose-product div.product-box-container div.product-box.alternate .why-different ul li span i {
                font-size: 30px;
                display: inline;
                color: var(--orange); }
              section#choose-product div.product-box-container div.product-box.alternate .why-different ul li span b {
                font-size: 14px;
                margin-top: 8px;
                margin-left: 5px;
                color: var(--blue); }
        section#choose-product div.product-box-container div.product-box.alternate .why-different .risk-free {
          padding: 25px 15px 0 15px; }
          section#choose-product div.product-box-container div.product-box.alternate .why-different .risk-free img {
            margin-bottom: 3px; }
          section#choose-product div.product-box-container div.product-box.alternate .why-different .risk-free p {
            font-size: 17px;
            color: var(--blue); }
        section#choose-product div.product-box-container div.product-box.alternate .why-different .slogan {
          padding: 15px;
          font-size: 20px;
          font-weight: 800;
          color: var(--red); }
    section#choose-product div.product-box-container div.product-box:nth-child(2) img {
      min-width: 260px;
      min-height: 287px; }
      @media only screen and (max-width: 440px) {
        section#choose-product div.product-box-container div.product-box:nth-child(2) img {
          min-width: unset;
          min-height: unset; } }

section#testimonials {
  padding: 30px;
  background: #FFFFFF;
  display: inline-block;
  clear: both;
  width: 100%;
  border-top: none; }
  @media only screen and (max-width: 440px) {
    section#testimonials {
      padding: 25px 15px; } }
  section#testimonials .testimonials-block > h1 {
    color: var(--blue);
    text-align: center;
    margin-bottom: 0;
    font-weight: 800; }
  section#testimonials .testimonials-block > h2 {
    font-size: 20px;
    font-weight: 500;
    color: var(--blue);
    text-align: center;
    margin-top: 5px;
    margin-bottom: 40px; }
  section#testimonials .testimonials-block .masonry-section div.company-info {
    width: 34%;
    color: var(--blue);
    float: right;
    line-height: 30px;
    text-align: right;
    font-weight: 100;
    text-align: center; }
    section#testimonials .testimonials-block .masonry-section div.company-info h2 {
      color: var(--blue);
      font-weight: 800;
      margin: 0; }
    section#testimonials .testimonials-block .masonry-section div.company-info h3 {
      color: var(--blue);
      font-weight: 100;
      margin: 5px 0; }
    section#testimonials .testimonials-block .masonry-section div.company-info div.description {
      font-size: 18px;
      margin-top: 20px; }
      section#testimonials .testimonials-block .masonry-section div.company-info div.description img {
        width: auto;
        background-color: var(--blue);
        padding: 10px;
        border-radius: 4px; }
  section#testimonials .testimonials-block .masonry-section article {
    -moz-column-width: 17em;
    -webkit-column-width: 17em;
    -moz-column-gap: 0.5em;
    -webkit-column-gap: 0.5em;
    width: 66%;
    float: left; }
  section#testimonials .testimonials-block .masonry-section section {
    display: inline-block;
    margin: 0.25rem;
    padding: 1rem;
    width: 100%;
    background: #EFEFEF;
    border-radius: 4px; }
    @media only screen and (max-width: 440px) {
      section#testimonials .testimonials-block .masonry-section section {
        width: 98%; } }
    section#testimonials .testimonials-block .masonry-section section h3 {
      margin: 0;
      font-size: 18px; }
    section#testimonials .testimonials-block .masonry-section section .rating {
      float: left;
      width: 30%; }
      section#testimonials .testimonials-block .masonry-section section .rating i {
        color: #1EAD1C; }
    section#testimonials .testimonials-block .masonry-section section .date {
      display: inline-block;
      width: 70%;
      text-align: right;
      font-weight: 500;
      font-size: 10px; }
      section#testimonials .testimonials-block .masonry-section section .date i {
        color: #1EAD1C; }
  section#testimonials .testimonials-block .masonry-section p {
    margin: 1rem 0;
    word-break: break-word; }
  section#testimonials .reviews-logos {
    display: inline-flex;
    padding: 10px; }
    section#testimonials .reviews-logos div.row {
      display: inline-flex;
      flex-direction: column;
      flex-wrap: nowrap; }
      section#testimonials .reviews-logos div.row a {
        display: inline-flex;
        flex: 27%;
        margin: 10px; }
  section#testimonials .find-more-on {
    margin-top: 50px;
    display: inline-block;
    clear: both;
    width: 100%; }
    section#testimonials .find-more-on .item {
      background-color: #FFFFFF;
      float: left;
      width: 33.33%;
      text-align: center;
      border-right: 10px solid #2D2D2D;
      transition: 0.3s ease all; }
      section#testimonials .find-more-on .item:hover {
        background-color: #F8EFC1; }
      section#testimonials .find-more-on .item:last-child {
        border: none; }
      section#testimonials .find-more-on .item a {
        display: block; }
        section#testimonials .find-more-on .item a img {
          width: 250px;
          border: none; }
      section#testimonials .find-more-on .item div.stars {
        margin-top: 10px; }
        section#testimonials .find-more-on .item div.stars span {
          color: #1EAD1C;
          font-size: 40px; }

section#seals {
  display: inline-block;
  clear: both;
  width: 100%;
  border-top: 2px solid #EFEFEF; }
  section#seals .seal-item {
    float: left;
    width: 12.5%;
    text-align: center; }
    section#seals .seal-item img {
      width: 100px; }

section#maintain {
  background: #F0F0F0;
  background-size: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: none;
  margin-top: 30px;
  font-size: 17px;
  color: #212121;
  line-height: 28px; }
  @media only screen and (max-width: 440px) {
    section#maintain {
      padding: 20px 15px; } }
  section#maintain img {
    float: right;
    width: 250px;
    margin: 10px; }
  section#maintain h1 {
    margin: 5px 0 20px 0; }
    @media only screen and (max-width: 440px) {
      section#maintain h1 {
        font-size: 20px;
        line-height: 23px;
        text-align: center; } }
  section#maintain ul {
    padding: 30px;
    border: 1px solid var(--light-teal);
    background-color: var(--light-teal); }
    section#maintain ul li {
      line-height: 28px; }
  section#maintain .content {
    font-size: 17px;
    line-height: 38px; }
    @media only screen and (max-width: 440px) {
      section#maintain .content {
        font-size: 14px; } }
    section#maintain .content h3 {
      color: var(--red);
      text-align: center;
      font-weight: 700;
      margin-top: 30px;
      font-family: "Montserrat", arial, sans-serif; }
      section#maintain .content h3 ~ p {
        text-align: center;
        font-size: 19px;
        word-break: break-word;
        letter-spacing: 1px;
        text-shadow: 1px 1px 1px #FFFFFF; }
        @media only screen and (max-width: 440px) {
          section#maintain .content h3 ~ p {
            font-size: 14px;
            text-align: justify; } }
    section#maintain .content p {
      font-size: 17px;
      margin-bottom: 10px; }
      @media only screen and (max-width: 440px) {
        section#maintain .content p {
          font-size: 14px;
          text-align: justify; } }
    section#maintain .content .call {
      font-size: 23px;
      font-weight: 700;
      text-align: center;
      display: block; }

.body {
  padding-bottom: 0;
  margin-bottom: 0; }

.heroCarousel .slick-prev {
  left: 37px; }

.heroCarousel .slick-next {
  right: 37px; }

.heroCarousel .slick-dots {
  display: none !important; }

.heroCarousel .slick-next,
.heroCarousel .slick-prev {
  top: 84%; }

section#find-your-best {
  background-color: transparent;
  padding: 0 0 0 0;
  border-bottom: none;
  margin-bottom: 50px;
  margin-top: 20px; }
  @media only screen and (max-width: 440px) {
    section#find-your-best {
      padding: 10px; } }
  section#find-your-best > .container {
    border: 1px solid #212121;
    padding: 20px;
    background-color: var(--light-teal);
    box-shadow: 6px 7px 0px -2px #212121; }
  section#find-your-best h2 {
    text-align: center;
    margin: 0 auto 20px auto;
    display: block;
    color: #212121;
    padding-left: 0;
    font-size: 25px; }
  section#find-your-best .selection-area {
    width: 100%;
    margin-top: 0;
    border-top: none;
    text-align: center;
    padding: 0;
    background-color: transparent;
    display: inline-flex;
    flex-direction: column; }
    section#find-your-best .selection-area h1 {
      font-size: 22px;
      margin-top: 0;
      display: block;
      color: #000000;
      text-shadow: 1px 1px 1px #FFFFFF; }
    section#find-your-best .selection-area .row {
      padding-bottom: 15px; }
      @media (max-width: 1279px) and (min-width: 1199px) {
        section#find-your-best .selection-area .row {
          margin-right: -30px !important;
          margin-left: -30px !important; } }
      section#find-your-best .selection-area .row:nth-child(2) {
        padding: 0; }
      section#find-your-best .selection-area .row:nth-child(3) {
        padding: 0; }
      section#find-your-best .selection-area .row:nth-child(4) {
        padding-top: 15px; }
    section#find-your-best .selection-area div.col-lg-6.hidden {
      display: none !important; }
    section#find-your-best .selection-area div.col-lg-6 label {
      font-size: 15px;
      text-align: left;
      font-weight: 700;
      position: relative; }
      section#find-your-best .selection-area div.col-lg-6 label button.find-your-best-btn {
        border: 2px solid #000000;
        background: #000000;
        padding: 7px 14px;
        color: #FFFFFF;
        font-size: 18px;
        font-weight: 700;
        margin: 0 auto 0 auto;
        position: relative;
        top: 0px; }
        section#find-your-best .selection-area div.col-lg-6 label button.find-your-best-btn:hover {
          border-radius: 3px;
          background: #c22026;
          background: -moz-linear-gradient(90deg, #c22026 0%, #ed6320 100%);
          background: -webkit-linear-gradient(90deg, #c22026 0%, #ed6320 100%);
          background: linear-gradient(90deg, #c22026 0%, #ed6320 100%);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c22026", endColorstr="#ed6320", GradientType=1);
          border: 2px solid var(--red); }
      section#find-your-best .selection-area div.col-lg-6 label span {
        color: #333333;
        display: block;
        width: 100%; }
      section#find-your-best .selection-area div.col-lg-6 label select {
        border: 2px solid #000000;
        padding: 10px 14px;
        font-size: 14px;
        font-weight: 700;
        background-color: #FFFFFF;
        transition: 0.3s ease all; }
        section#find-your-best .selection-area div.col-lg-6 label select:focus, section#find-your-best .selection-area div.col-lg-6 label select:active, section#find-your-best .selection-area div.col-lg-6 label select:hover {
          border: 2px solid var(--red); }

.slick-dotted.slick-slider {
  margin-bottom: 0 !important; }

.footer-logo {
  display: none; }
  .footer-logo img {
    max-width: none; }

.footer-store-info i {
  font-size: 26px;
  color: #212121;
  margin-left: -4px;
  margin-right: 8px; }

.footer-info-col p.time svg {
  width: 25px;
  height: 30px;
  margin-top: 4px;
  margin-right: 8px; }

.footer-info-col ul li a {
  color: #333333; }

.footer-info-col p {
  color: #333333; }

.footer-info-col p a {
  color: #333333; }

.footer-info-heading {
  font-size: 18px;
  font-weight: 600;
  color: #2E3344;
  font-family: "Montserrat", arial, sans-serif;
  margin-bottom: 10px; }

.productView-images .productView-thumbnail-link {
  max-width: 83px; }

.header-inner .countPill {
  background-color: var(--red);
  color: #FFFFFF; }

.productView-options [data-product-attribute="set-rectangle"] .form-radio:checked + .form-option {
  border-color: var(--teal);
  box-shadow: none;
  background: var(--teal);
  color: #FFFFFF; }
  .productView-options [data-product-attribute="set-rectangle"] .form-radio:checked + .form-option .form-option-variant {
    color: #FFFFFF;
    background: var(--teal); }

.productView-options [data-product-attribute="set-rectangle"] .form-option {
  background: var(--light-teal);
  border: 1px solid var(--light-teal); }
  .productView-options [data-product-attribute="set-rectangle"] .form-option .form-option-variant {
    min-width: 100px;
    height: 46px;
    line-height: 43px;
    color: var(--blue);
    font-weight: 500;
    background: var(--light-teal);
    border-color: var(--light-teal);
    padding: 1px 0.85714rem; }

.productView-info-name {
  min-width: 50px; }

.productView-details .price {
  font-size: 22px; }

.productView-options .form-wishlist .dropdown-menu-button, .productView-options .form-wishlist .compare, .productView-options .productView-compare .dropdown-menu-button, .productView-options .productView-compare .compare {
  display: none; }

.productView-options .form-action .button {
  padding: 17px 75px; }

@media screen and (max-width: 350px) {
  .productView-options .form-action .button {
    padding: 17px 70px; } }

.add-to-cart-section.fixed {
  position: fixed;
  z-index: 9999;
  bottom: 7px;
  width: 100%;
  display: inline-block;
  left: 0;
  text-align: center; }
  .add-to-cart-section.fixed input {
    width: auto !important;
    font-size: 21px !important;
    font-weight: 900 !important; }

.fixed-addToCart-section {
  position: fixed;
  bottom: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #EFEFEF;
  z-index: 9999;
  padding: 10px 40px 5px 40px; }
  .fixed-addToCart-section.hidden {
    visibility: hidden; }
  .fixed-addToCart-section > div {
    min-width: 130px;
    line-height: 30px; }
    .fixed-addToCart-section > div#productInfoSection h1 {
      font-size: 17px;
      margin: 0;
      line-height: 51px; }
    .fixed-addToCart-section > div#productPriceSection {
      padding: 7px 0 0 0; }
      .fixed-addToCart-section > div#productPriceSection > div {
        margin: 0 !important; }

#consent-manager-update-banner {
  display: none; }

.slider-container {
  padding: 0 30px 0 30px;
  width: 100%;
  display: inline-block; }
  @media only screen and (min-width: 768px) and (max-width: 1440px) {
    .slider-container {
      padding: 0 0 0 0;
      margin-bottom: -20px; } }

.form-select--small,
.form-select--date {
  max-width: none; }

.header {
  border: 0;
  border-bottom: 1px solid #EFEFEF;
  animation-duration: 0.3s; }

#form-action-addToCart {
  background-color: var(--green);
  border: 1px solid var(--green);
  color: #FFFFFF; }
  #form-action-addToCart:hover {
    color: #FFFFFF; }

.cart-additionalCheckoutButtons {
  text-align: right;
  margin-top: 15px;
  margin-bottom: 15px; }

.previewCartCheckout-additionalCheckoutButtons {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px; }

.productView-info-logo {
  width: 100%; }

.continue-shopping {
  display: none !important;
  background-color: var(--blue) !important;
  border: 1px solid var(--blue) !important;
  color: #FFFFFF; }
  .continue-shopping:hover {
    color: #FFFFFF !important; }

.checkout-button {
  background-color: var(--green) !important;
  border: 1px solid var(--green) !important;
  color: #FFFFFF; }
  .checkout-button:hover {
    color: #FFFFFF !important; }

.view-cart-button {
  background-color: var(--light-teal) !important;
  border: 1px solid var(--light-teal) !important;
  color: var(--blue); }
  .view-cart-button:hover {
    color: var(--blue) !important; }

.short-info-name {
  width: 10% !important; }
  .short-info-name i {
    font-size: 33px;
    position: absolute;
    color: var(--orange); }

.short-info-value {
  width: 90% !important;
  font-weight: 500;
  line-height: 33px;
  color: var(--orange); }

.productView-images .productView-thumbnails {
  -ms-flex-order: 0;
  order: 2;
  width: 100%;
  margin: 0px; }

.productView-images .productView-image-main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
  -ms-flex-order: 1;
  order: 1;
  padding-left: 20px;
  padding-right: 20px; }

.productView-images .productView-thumbnails .slick-list {
  margin: 20px; }

section#free-brochure {
  background-color: var(--blue);
  color: #FFFFFF;
  padding: 50px 20px; }
  @media only screen and (max-width: 440px) {
    section#free-brochure {
      padding: 5px; } }
  section#free-brochure h1 {
    color: #FFFFFF;
    text-align: center; }
    @media only screen and (max-width: 440px) {
      section#free-brochure h1 {
        font-size: 18px; } }
    section#free-brochure h1 span {
      border-bottom: 5px solid #FFFFFF;
      padding: 0; }
  section#free-brochure p {
    font-size: 18px;
    text-align: center;
    margin: 20px 0 50px 0; }
  section#free-brochure .row {
    display: flex;
    flex-wrap: wrap; }
  section#free-brochure .col {
    flex: 1 0 18%;
    margin: 5px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media only screen and (max-width: 440px) {
      section#free-brochure .col {
        flex: 0 0 105% !important;
        align-items: flex-start;
        justify-content: flex-start; } }
  @media screen and (max-width: 700px) {
    section#free-brochure .col {
      flex: 0 0 100%; } }
  section#free-brochure .form-container {
    display: grid;
    grid-template-columns: auto auto auto auto; }
    @media only screen and (max-width: 440px) {
      section#free-brochure .form-container .input-section {
        width: 100%; } }
    section#free-brochure .form-container .input-section label input {
      border: 0;
      padding: 10px;
      font-size: 18px;
      color: var(--blue); }
    section#free-brochure .form-container .input-section .brochure-button {
      padding: 4px 61px;
      border-radius: 4px;
      font-size: 28px;
      background-color: var(--orange);
      color: #FFFFFF;
      position: relative;
      top: 10px;
      border: 2px solid var(--orange);
      box-shadow: 4px 5px 0px -1px #A25813; }
      @media only screen and (max-width: 440px) {
        section#free-brochure .form-container .input-section .brochure-button {
          width: 100%; } }

.checklist li {
  padding: 10px 0 10px 50px;
  background: url(/content/v/vspfiles/assets/images/homepage/check-green.png) 0 50% no-repeat;
  background-size: 40px;
  font-size: 17px; }

.collapse,
.collapsing {
  display: none; }

.collapse.in {
  display: block; }

.faq .panel-heading {
  background: #EFEFEF;
  padding: 20px 20px;
  border-bottom: 1px solid #DDDDDD;
  position: relative; }

.faq .panel-title {
  font-size: 18px;
  line-height: 1.4;
  padding: 0;
  margin: 0;
  cursor: pointer; }

.faq .panel-default {
  border: 0;
  margin-bottom: 15px; }

.category-heading h1 {
  font-size: 40px; }

.c-form input, .c-form select {
  display: block;
  width: 100%;
  font-size: 14px;
  border: 1px solid #CCCCCC;
  padding: 5px; }
  .c-form input:focus,
  .c-form select:focus {
    border: 1px solid #333333; }

.productView-details span.plan-type {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  top: -3px; }

.productView-details .price-block .productView-price {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  flex-direction: column;
  align-content: flex-start; }

.price-section.price-section--withoutTax.rrp-price--withoutTax {
  display: none; }

.productView-details .price-section {
  margin: 0 10px 0 0;
  font-size: 15px; }

.non-sale-price--withoutTax {
  color: #858585; }

.price-now-label {
  display: inline; }

.price--non-sale {
  color: #858585;
  font-size: 17px !important; }

.productView-details .price-block {
  margin-bottom: 0; }

.price-block-left {
  font-size: 12px;
  width: 100%;
  padding: 15px 10px;
  clear: both;
  display: inline-block; }
  .price-block-left .productView-rating {
    float: right;
    clear: both;
    display: inline-block;
    height: 22px; }

ul.productTabs {
  margin: 0;
  display: inline-block;
  clear: both; }
  @media only screen and (max-width: 820px) {
    ul.productTabs {
      margin: 0;
      display: flex;
      clear: both;
      flex-direction: column; } }
  ul.productTabs li {
    list-style: none;
    margin: 0;
    padding: 10px 15px;
    border: 1px solid var(--red);
    background-color: #FFFFFF;
    color: var(--red);
    float: left;
    font-size: 20px;
    cursor: pointer;
    border-right: none; }
    @media only screen and (max-width: 820px) {
      ul.productTabs li {
        margin-right: 0 !important; } }
    ul.productTabs li:first-child {
      margin-left: 0; }
    ul.productTabs li:last-child {
      border-right: 1px solid var(--red); }
    ul.productTabs li.tab-active {
      border: 1px solid var(--red);
      background-color: var(--red);
      color: #FFFFFF;
      font-weight: 800; }
      @media only screen and (max-width: 820px) {
        ul.productTabs li.tab-active {
          margin-bottom: 5px !important; } }

.productView-description-inn {
  border: none; }

.productDetailTabs {
  min-height: 500px;
  position: relative;
  top: -7px;
  background-color: #FFFFFF; }
  .productDetailTabs > .active {
    display: block;
    border: 1px solid #CCCCCC;
    padding: 20px;
    border-top: 1px solid var(--red); }

.cstm-btm-img {
  align-items: center; }
  .cstm-btm-img img {
    width: 50%; }

.state-tab-bg {
  column-count: 2; }
  .state-tab-bg table {
    width: 100%; }

@media screen and (max-width: 1024px) {
  .state-tab-bg {
    column-count: 1; }
  .cstm-btm-img img {
    width: 70%; } }

@media screen and (max-width: 800px) {
  .cstm-btm-img img {
    width: 100%; }
  section#testimonials .testimonials-block .masonry-section article {
    width: 100%; }
  section#testimonials .testimonials-block .masonry-section div.company-info {
    width: 100%;
    text-align: center; } }

@media screen and (max-width: 400px) {
  section#free-brochure .col {
    height: 65px; }
  .slider-container {
    padding: 0 0 30px 0; }
  .short-info-name {
    float: left; }
  .short-info-value {
    float: inherit; } }

#mediabox .container {
  margin: 10px auto; }
  #mediabox .container .row {
    padding: 5px 0; }

table.colors_backgroundlight,
body > div.body.body-stuck > div.container > main > div > table > tbody > tr > td > table > tbody > tr:nth-child(1) > td > table:nth-child(11) {
  display: none; }

#result-section > div {
  background-color: #FFFFFF;
  padding: 10px 30px;
  border: 10px solid #d6e8ed; }
  #result-section > div h3 {
    font-size: 18px;
    font-weight: 700 !important;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    margin-top: 20px; }
  #result-section > div p {
    font-size: 19px;
    color: var(--blue);
    font-weight: 800;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 70px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center; }
  #result-section > div a {
    background-color: #212121;
    color: #FFFFFF;
    padding: 10px 25px;
    display: inline-block;
    font-size: 20px;
    width: 100%; }

.sk-fading-circle {
  margin: 50px auto;
  width: 40px;
  height: 40px;
  position: relative; }

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

@keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

.loadingSpinner {
  display: none; }

ul.productTabs li.tab-active {
  background-color: var(--teal);
  border-color: var(--teal); }

ul.productTabs li {
  color: var(--teal);
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid;
  border-color: var(--teal); }

.productDetailTabs > .active {
  border-top: 1px solid var(--teal); }

ul.productTabs li:last-child {
  border-right: 1px solid var(--teal); }

.productView-info-name {
  width: 20%; }

.productView-info-value {
  width: 100%; }

#result-section .result-section-item {
  margin-left: 0;
  margin-right: 0; }
  #result-section .result-section-item h3 {
    min-height: 97px; }
  #result-section .result-section-item .image-container {
    min-height: 297px;
    display: flex;
    align-items: center;
    justify-content: center; }
    #result-section .result-section-item .image-container img {
      max-height: 220px; }

.tab-active {
  border-bottom: 5px solid var(--teal) !important;
  margin-bottom: 0 !important; }

/**
*background: linear-gradient(
90deg
, #c22026 0%, #ed6320 100%);
*/
@media screen and (max-width: 400px) {
  .other-posts .blog-item-inner {
    height: auto; }
  #result-section div {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px; } }

#black_box {
  background-color: #000000;
  height: auto;
  width: 100%;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-top: 10px;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px; }
  #black_box .contact-us-p {
    text-align: center; }

.blog-template .cform {
  background-color: #EEEE;
  padding: 20px;
  border: 1px solid #DDDDDD; }

.blog-template form label {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 500; }

.blog-template form .af-element {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 20px; }
  .blog-template form .af-element .col-sm-6 {
    padding: 0; }
    .blog-template form .af-element .col-sm-6:first-child {
      padding-right: 10px; }
  .blog-template form .af-element input {
    width: 100%;
    height: 40px;
    padding: 2px 16px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #CCCCCC;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; }
  .blog-template form .af-element select {
    width: 100%;
    border: 1px solid #212121;
    border-radius: 0;
    height: 40px;
    padding: 2px 16px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #CCCCCC;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; }

.productView-images .productView-thumbnails {
  margin: 0 20px; }
  @media screen and (max-width: 470px) {
    .productView-images .productView-thumbnails {
      margin: 10px 0; } }
  .productView-images .productView-thumbnails li {
    float: left;
    margin-right: 10px;
    margin-top: 10px; }

.blog-item {
  background-color: #FFFFFF;
  margin-bottom: 10px;
  border-right: 10px solid #E8E8E8;
  padding: 20px;
  text-align: center;
  height: 100px; }
  .blog-item h3 {
    font-size: 18px; }

@media screen and (max-width: 470px) {
  .blog-item h3 {
    font-size: 5vw; } }

.header-inner .navPages-list > li:nth-child(2) {
  display: none; }

.header-inner .navPages-list > li:nth-child(1) {
  display: none; }

.other-posts {
  margin: 10px 0;
  background-color: #E8E8E8;
  padding: 10px;
  margin-bottom: 20px; }
  .other-posts h2 {
    margin: 0; }
  .other-posts .blog-item-inner {
    background-color: #FFFFFF;
    margin-bottom: 10px;
    border-right: 10px solid #E8E8E8;
    padding: 10px;
    text-align: center;
    height: 50px; }
    .other-posts .blog-item-inner h3 {
      font-size: 16px;
      line-height: 17px;
      margin: 0; }

.plan-type {
  font-size: 12.9px !important;
  font-weight: 700 !important;
  color: var(--red); }

.cart-item-name + .definitionList {
  margin-top: 0.35714rem;
  font-size: 11px; }
  .cart-item-name + .definitionList ~ a {
    font-size: 12px;
    font-weight: 500; }

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  #af-form-1129634048 .row {
    margin-right: 0.5rem;
    margin-left: -1.5rem; } }

iframe[src*="trustspot"] {
  max-width: 100vw !important; }

.alek {
  margin-bottom: 20px; }

@media (max-width: 75em) {
  .cform {
    margin-top: 15px; } }

@media (min-width: 440px) and (max-width: 75em) {
  .cform br {
    display: none; } }

@media (max-width: 425px) {
  .collapse.in {
    max-width: 91vw; } }

div#question0 {
  font-size: 11px; }

.state-tab-bg table {
  width: 100% !important; }

.showOnSticky {
  display: list-item; }
  .showOnSticky a {
    font-weight: 700 !important;
    color: #C22026; }

.hideOnSticky {
  display: list-item; }

.header-inner .navPages-list, .header-inner .navUser-section {
  width: 101%; }

.cart-actions {
  clear: both;
  margin-bottom: 30px; }

@media only screen and (max-width: 768px) {
  .header-logo-image-unknown-size {
    max-height: 44px; }
  span.useCode {
    display: block; } }

h1.sidebar-h1 {
  text-indent: -1000px;
  display: none; }

@media only screen and (max-width: 440px) {
  #brochure-form {
    padding: 20px 0; } }

#opt7-product-features ul li {
  list-style: disc inside !important; }

#opt7-extended-info ul li {
  list-style: disc inside !important; }

.info-popup {
  display: inline-block; }
  .info-popup button {
    width: 23px;
    height: 22px;
    display: block;
    background-color: #83BCC9;
    font-size: 14px;
    border-radius: 100px;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
    margin-left: 6px; }
  .info-popup:hover > span {
    display: block; }
  .info-popup span {
    display: none;
    position: absolute;
    z-index: 99;
    background-color: #FFFFFF;
    padding: 10px;
    border: 1px solid #D7E7ED; }

.blog-post ul li {
  list-style: disc; }

#google_recaptcha {
  display: block;
  width: 300px;
  margin: 0 auto; }

.af-element #google_recaptcha {
  display: block;
  width: 300px;
  margin: 0 auto;
  position: relative; }

.c-form {
  overflow: hidden; }

#brochure-form h2 {
  text-align: center; }

.faq-buttons-container {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: stretch; }
  @media (min-width: 768px) {
    .faq-buttons-container {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center; } }

.faq-button {
  display: inline-block;
  background-color: red;
  color: white;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin: 5px;
  width: calc(100% - 10px); }
  .faq-button:hover {
    background-color: #cc0000;
    color: white; }
  @media (min-width: 768px) {
    .faq-button {
      width: auto; } }

.short-description {
  margin-bottom: 20px !important;
  text-align: justify; }

@media (max-width: 768px) {
  .productView-info-name {
    width: 100%;
    font-weight: 500; }
  .productView-info-value {
    width: 100%; }
  .choose-product {
    margin-top: 0; } }

.red-action-button {
  background-color: red;
  color: white;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 5px; }
  .red-action-button:active, .red-action-button:focus {
    color: #ffffff; }

@media (max-width: 440px) {
  .productView-images .productView-thumbnails .slick-arrow {
    top: 64%; } }

@media (max-width: 440px) {
  .price-block-left {
    display: none; } }

.header-side-bar .navList > li {
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px; }
  .header-side-bar .navList > li a {
    line-height: 25px;
    font-weight: 500; }
    .header-side-bar .navList > li a .nav-arrow {
      top: 15px; }
  .header-side-bar .navList > li:last-child {
    border-bottom: none; }

.header-side-bar .navList-treeview li .hitarea {
  top: 10px; }

.header-side-bar .headerSidebar-block {
  padding: 0;
  border: none; }

a.order-now-side {
  border: 2px solid var(--red);
  border-radius: 100px;
  color: var(--red) !important;
  font-weight: 600;
  text-transform: uppercase !important;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  width: 100%;
  text-align: center;
  margin-top: 20px; }
  a.order-now-side > span.nav-arrow {
    display: none; }

@media only screen and (max-width: 440px) {
  .breadcrumbs {
    padding: 0 20px; } }

.checkoutButton {
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
  color: #FFFFFF;
  font-size: 1.4rem;
  padding: 15px; }
  .checkoutButton:hover {
    color: #FFFFFF !important; }

.previewCart .productView-info {
  display: flex;
  flex-direction: column;
  width: 100%; }
  .previewCart .productView-info .productView-info-name, .previewCart .productView-info .productView-info-value {
    width: 100%;
    flex: 0 1 100%;
    padding: 0; }

iframe[src*="youtube"] {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9; }

/**
Ignore row margin for xsmall screens
 */
@media (max-width: 365px) {
  .row {
    margin-left: 0;
    margin-right: 0; }
  [class^="col"] {
    width: 100%; } }

.mobile-welcome-image {
  display: none; }
  @media only screen and (max-width: 600px) {
    .mobile-welcome-image {
      display: block; }
      .mobile-welcome-image > img {
        width: 100%;
        min-height: 174px;
        max-height: 176px; }
        .mobile-welcome-image > img.lazyloaded {
          max-height: 196px; } }

@media only screen and (max-width: 600px) {
  .slider-container {
    display: none; } }

.accordion-content p a {
  color: #000000; }

.disc-list {
  margin: 0;
  padding: 0;
  list-style: none !important; }
  .disc-list li {
    position: relative;
    padding-left: 1.8em;
    margin-bottom: 0.5em;
    line-height: 1.5;
    list-style: none !important; }
    .disc-list li:last-child {
      margin-bottom: 0; }
    .disc-list li::before {
      content: '';
      position: absolute;
      left: 0.4em;
      top: 0.65em;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background-color: currentColor; }

.circle-list {
  margin: 0;
  padding: 0;
  list-style: none !important; }
  .circle-list li {
    position: relative;
    padding-left: 1.8em;
    margin-bottom: 0.5em;
    line-height: 1.5;
    list-style: none !important; }
    .circle-list li:last-child {
      margin-bottom: 0; }
    .circle-list li::before {
      content: '';
      position: absolute;
      left: 0.3em;
      top: 0.6em;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      border: 1.5px solid currentColor;
      background-color: transparent; }

.dash-list {
  margin: 0;
  padding: 0;
  list-style: none !important; }
  .dash-list li {
    position: relative;
    padding-left: 1.8em;
    margin-bottom: 0.5em;
    line-height: 1.5;
    list-style: none !important; }
    .dash-list li:last-child {
      margin-bottom: 0; }
    .dash-list li::before {
      content: '';
      position: absolute;
      left: 0.3em;
      top: 0.75em;
      width: 10px;
      height: 1.5px;
      background-color: currentColor; }

.plus-list {
  margin: 0;
  padding: 0;
  list-style: none !important; }
  .plus-list li {
    position: relative;
    padding-left: 1.8em;
    margin-bottom: 0.5em;
    line-height: 1.5;
    list-style: none !important; }
    .plus-list li:last-child {
      margin-bottom: 0; }
    .plus-list li::before {
      content: '+';
      position: absolute;
      left: 0.4em;
      top: -0.1em;
      font-weight: bold;
      font-size: 1.1rem;
      color: inherit; }

.arrow-list {
  margin: 0;
  padding: 0;
  list-style: none !important; }
  .arrow-list li {
    position: relative;
    padding-left: 1.8em;
    margin-bottom: 0.5em;
    line-height: 1.5;
    list-style: none !important; }
    .arrow-list li:last-child {
      margin-bottom: 0; }
    .arrow-list li::before {
      content: '→';
      position: absolute;
      left: 0.2em;
      top: -0.05em;
      font-size: 1.1rem;
      color: inherit; }

.star-list {
  margin: 0;
  padding: 0;
  list-style: none !important; }
  .star-list li {
    position: relative;
    padding-left: 1.8em;
    margin-bottom: 0.5em;
    line-height: 1.5;
    list-style: none !important; }
    .star-list li:last-child {
      margin-bottom: 0; }
    .star-list li::before {
      content: '★';
      position: absolute;
      left: 0.3em;
      top: 2px;
      font-size: 0.9rem;
      color: inherit; }

.check-list {
  margin: 0;
  padding: 0;
  list-style: none !important; }
  .check-list li {
    position: relative;
    padding-left: 1.8em;
    margin-bottom: 0.5em;
    line-height: 1.5;
    list-style: none !important; }
    .check-list li:last-child {
      margin-bottom: 0; }
    .check-list li::before {
      content: '✓';
      position: absolute;
      left: 0.3em;
      top: -0.05em;
      font-size: 1.1rem;
      color: inherit; }

.double-arrow-list {
  margin: 0;
  padding: 0;
  list-style: none !important; }
  .double-arrow-list li {
    position: relative;
    padding-left: 1.8em;
    margin-bottom: 0.5em;
    line-height: 1.5;
    list-style: none !important; }
    .double-arrow-list li:last-child {
      margin-bottom: 0; }
    .double-arrow-list li::before {
      content: '»';
      position: absolute;
      left: 0.2em;
      top: -0.1em;
      font-size: 1.3rem;
      color: inherit; }

.number-list {
  margin: 0;
  padding: 0;
  list-style: none !important;
  counter-reset: item; }
  .number-list li {
    position: relative;
    padding-left: 1.8em;
    margin-bottom: 0.5em;
    line-height: 1.5;
    list-style: none !important;
    counter-increment: item; }
    .number-list li:last-child {
      margin-bottom: 0; }
    .number-list li::before {
      content: counter(item);
      position: absolute;
      left: 7px;
      top: 0;
      font-weight: 600;
      color: inherit;
      text-align: center; }

.square-list {
  margin: 0;
  padding: 0;
  list-style: none !important; }
  .square-list li {
    position: relative;
    padding-left: 1.8em;
    margin-bottom: 0.5em;
    line-height: 1.5;
    list-style: none !important; }
    .square-list li:last-child {
      margin-bottom: 0; }
    .square-list li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0.6em;
      width: 6px;
      height: 6px;
      background-color: currentColor; }

.info-list {
  margin: 0;
  padding: 0;
  list-style: none !important; }
  .info-list li {
    position: relative;
    padding-left: 1.8em;
    margin-bottom: 0.5em;
    line-height: 1.5;
    list-style: none !important;
    padding-left: 2em; }
    .info-list li:last-child {
      margin-bottom: 0; }
    .info-list li::before {
      content: 'i';
      position: absolute;
      left: 0.2rem;
      top: 0.2rem;
      width: 18px;
      height: 18px;
      border: 1px solid currentColor;
      border-radius: 50%;
      font-size: 0.8rem;
      font-style: italic;
      font-weight: 600;
      text-align: center;
      line-height: 18px;
      color: inherit; }

.progress-list {
  margin: 0;
  padding: 0;
  list-style: none !important;
  counter-reset: step; }
  .progress-list li {
    position: relative;
    padding-left: 1.8em;
    margin-bottom: 0.5em;
    line-height: 1.5;
    list-style: none !important;
    padding-left: 2.5em;
    counter-increment: step; }
    .progress-list li:last-child {
      margin-bottom: 0; }
    .progress-list li::before {
      content: counter(step);
      position: absolute;
      left: 0.4rem;
      top: 0;
      width: 24px;
      height: 24px;
      border: 1px solid currentColor;
      border-radius: 50%;
      font-size: 0.9rem;
      font-weight: 600;
      text-align: center;
      line-height: 22px;
      color: inherit; }

.file-list {
  margin: 0;
  padding: 0;
  list-style: none !important; }
  .file-list li {
    position: relative;
    padding-left: 1.8em;
    margin-bottom: 0.5em;
    line-height: 1.5;
    list-style: none !important;
    padding-left: 1.8em; }
    .file-list li:last-child {
      margin-bottom: 0; }
    .file-list li::before {
      content: '📄';
      position: absolute;
      left: 0.2rem;
      top: 0;
      font-size: 1rem; }
