@charset "UTF-8";
meta.foundation-version {
  font-family: "/5.5.3/"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "Clear Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/clearsans-regular-webfont.woff2") format("woff2"), url("../fonts/clearsans-regular-webfont.woff") format("woff"); }

@font-face {
  font-family: "Clear Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/clearsans-bold-webfont.woff2") format("woff2"), url("../fonts/clearsans-bold-webfont.woff") format("woff"); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

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

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

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

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

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

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

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

select {
  width: 100%; }

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

html {
  font-size: 14px;
  font-size: 14px; }
  @media print, screen and (min-width: 48em) {
    html {
      font-size: 14px; } }
  @media print, screen and (min-width: 87.5em) {
    html {
      font-size: 14px; } }

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

a {
  color: #4f4f4f;
  line-height: inherit;
  text-decoration: none; }
  a:hover, a:focus {
    color: #a5a5a5; }

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

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2d2d2d;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.25px;
  margin-bottom: 0.78571rem;
  text-rendering: optimizeLegibility; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #989898;
    font-size: 80%;
    line-height: 0; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

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

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

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

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

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

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

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

ul {
  margin-left: 1.25rem; }

ol {
  margin-left: 1.15rem; }

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

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

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

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

.icon {
  height: 1.14286rem;
  width: 1.14286rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #4f4f4f;
    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 #e8e8e8;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #f2f2f2; }
    .table thead tr th,
    .table thead tr td {
      color: #0a0a0a;
      font-size: 1rem;
      font-weight: 700;
      padding: 0.78571rem 1.5rem; }
  .table tfoot tr th,
  .table tfoot tr td {
    color: #0a0a0a; }
  .table tr th,
  .table tr td {
    padding: 0.78571rem 1.5rem;
    text-align: left; }
  .table thead tr th,
  .table tfoot tr th,
  .table tfoot tr td,
  .table tbody tr th,
  .table tbody tr td,
  .table tr td {
    display: table-cell; }
  .table th.table-header--numericData,
  .table td.table-cell--numericData {
    text-align: right; }
  .table tr:hover {
    background: #f9f9f9; }

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

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

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

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

These are all the button

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button--small {
  font-size: 13px;
  padding: 0.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: #4f4f4f; }

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

```html_example
<div class="form-field">
    <label class="form-label" for="input1">Input Label</label>
    <input class="form-input" id="input1" type="text" placeholder="Placeholder text">
</div>
<div class="form-field">
    <label class="form-label" for="input2">Number Label</label>
    <input class="form-input" id="input2" type="number" placeholder="Number input">
</div>
<div class="form-field">
    <label class="form-label" for="input3">Textarea Label <small>additional context</small></label>
    <textarea class="form-input" id="input3" placeholder="Placeholder text" rows="3"></textarea>
</div>
```
*/
.form-label {
  color: #666666;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.8;
  margin-bottom: 0.5rem; }
  .form-label small {
    color: #989898;
    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: #454545;
  display: block;
  font-family: inherit;
  font-size: 1.14286rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 3rem;
  margin: 0;
  padding: 0.75rem 1rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  width: 100%;
  /*doc
---
title: Disabled inputs
name: 04forms_basics
category: Forms
parent: forms
---

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

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

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

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

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

We provide a couple of component styles to layout forms.

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

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

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

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

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

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio1">
    <label class="form-label" for="radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio2">
    <label class="form-label" for="radio2">Radio 2 label</label>
</div>
```
*/
.form-checkbox,
.form-radio {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .form-checkbox + .form-label,
  .form-radio + .form-label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.35714rem;
    padding-left: 1.85714rem;
    position: relative;
    vertical-align: baseline;
    width: 100%; }
    .form-checkbox + .form-label::before, .form-checkbox + .form-label::after,
    .form-radio + .form-label::before,
    .form-radio + .form-label::after {
      content: "";
      display: block;
      position: absolute;
      transition: all 50ms ease-out; }
    .form-checkbox + .form-label::before,
    .form-radio + .form-label::before {
      background-color: white;
      border: solid #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(79, 79, 79, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(79, 79, 79, 0.999);
  content: "";
  font-size: 1rem;
  line-height: 1;
  text-align: center; }

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

.form-radio + .form-label::after {
  background: rgba(79, 79, 79, 0.999);
  border: 3px solid white;
  border-radius: 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 #454545;
  border-width: 1px;
  flex: 1;
  font-weight: 300;
  height: 3rem;
  line-height: normal;
  max-width: 6.42857rem;
  padding: 0.75rem;
  text-align: center; }

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

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

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

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

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

Switch

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

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

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

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

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

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

.switch-toggle {
  background-color: #989898;
  border: 1px solid #989898;
  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: #d4cb49;
    border-color: #d4cb49; }
  .switch--checked .switch-toggle {
    background-color: #69d66f;
    border-color: #69d66f; }
  .switch--disabled .switch-toggle {
    background-color: #e8e8e8;
    border-color: #a5a5a5;
    cursor: default; }

.switch-toggle::before {
  background: white;
  border-radius: 1.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: #989898; }

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

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

.switch-description--on {
  color: #989898;
  margin-left: 5px; }
  .switch--checked .switch-description--on {
    color: #2d2d2d; }

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

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

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

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

### Form Actions --fixed

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

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

.form-actions--fixed {
  background: white;
  border-top: 1px solid #454545;
  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: #69d66f; }

.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: #69d66f; }

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

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

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

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

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

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

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

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

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

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

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

.panel-header {
  background-color: #f2f2f2;
  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: #f2f2f2; }
  .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: #989898;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #989898; }
  .breadcrumb.current {
    color: #989898;
    cursor: default; }
    .breadcrumb.current a {
      color: #989898;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #a5a5a5; }
    .breadcrumb.unavailable a {
      color: #a5a5a5; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #a5a5a5;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #989898;
    content: "/";
    margin: 0;
    position: relative;
    top: 1px; }
  .breadcrumb:first-child:before {
    content: " ";
    margin: 0; }
  .breadcrumb::before {
    margin: 0 0.5rem;
    margin: 0 0.5rem; }

.breadcrumb-label {
  cursor: pointer; }
  .breadcrumb-label:hover {
    color: #4f4f4f;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #989898;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #a5a5a5;
    cursor: default; }

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

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

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

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

.tabs--vertical {
  border-bottom: 0;
  float: left;
  margin: 0 0 1.5rem;
  max-width: 20%;
  width: 20%; }
  .tabs--vertical .tab {
    float: none; }

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

.tabs-contents--vertical {
  float: left;
  max-width: 80%;
  padding-left: 1.5rem;
  width: 80%; }
  .tabs-contents--vertical > .tab-content {
    padding: 0 1.5rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navBar::after {
  clear: both; }

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

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

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

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

.navBar-item {
  float: left; }

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

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

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

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

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

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

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

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

.navList::after {
  clear: both; }

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

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

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

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

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

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

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

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #989898;
    font-size: 1rem;
    margin-left: 0.35714rem; }
    .pagination-list li a, .pagination-list li button {
      border-radius: 0;
      transition: background-color 300ms ease-out;
      background: none;
      color: #989898;
      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: #4f4f4f; }

li.pagination-item--current a, li.pagination-item--current button {
  color: #4f4f4f;
  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: #e8e8e8;
  border-color: #e8e8e8;
  color: white; }
  .alertBox .icon {
    height: 1.42857rem;
    width: 1.42857rem; }
  .alertBox .button {
    margin: 0 0 0 0.78571rem; }

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

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

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

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

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

.alertBox-icon {
  padding-right: 1.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: #4f4f4f; }

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

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

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

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

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

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

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

.modal-header {
  border-bottom: 1px solid #e8e8e8;
  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 #e8e8e8;
  padding: 0.78571rem 1.5rem;
  text-align: center;
  text-align: right; }
  .modal-footer .button {
    display: block;
    display: inline-block;
    margin-bottom: 0; }

.modal-footer-link {
  display: inline-block;
  font-size: 15px;
  margin: 0 0 0.78571rem;
  display: inline;
  margin: 1.5rem; }

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

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

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

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

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

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

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

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

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

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

.actionBar-section {
  float: left; }
  .actionBar-section::before, .actionBar-section::after {
    display: table;
    content: ' '; }
  .actionBar-section::after {
    clear: both; }
  .actionBar-section .form-label {
    display: inline-block;
    margin: 0 0.35714rem 0 0; }
  .actionBar-section .form-select,
  .actionBar-section .form-input {
    display: inline-block;
    width: 14.28571rem; }

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

.actionBar-item {
  margin-bottom: 1.5rem;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 1.5rem;
  vertical-align: middle; }
  .actionBar-item:last-child {
    margin-right: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-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; }
  .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; }

/* 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%;
  margin-top: -10px;
  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: #989898;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 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: #2d2d2d;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #666666;
      opacity: 1; }

.slick-next,
.slick-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  height: 4.35714rem;
  margin-top: -2.14286rem;
  padding: 0.71429rem;
  width: 2.85714rem; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.92857rem;
    width: 1.42857rem; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-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 print, screen and (min-width: 87.5em) {
    .slick-next {
      right: -3.35714rem; } }
  .slick-next::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS40NTY3OSAxLjAwNzQ2MTQ3bDIxIDIwLjAyNDgyMTQzTDEuNTA4ODUgNDEuMDA3NDYxNSIgc3Ryb2tlPSIjMkQyRDJEIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+"); }
  .slick-next:hover::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS40NTY3OSAxLjAwNzQ2MTQ3bDIxIDIwLjAyNDgyMTQzTDEuNTA4ODUgNDEuMDA3NDYxNSIgc3Ryb2tlPSIjOTg5ODk4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+"); }

.slick-prev {
  left: -15px; }
  @media print, screen and (min-width: 87.5em) {
    .slick-prev {
      left: -3.35714rem; } }
  .slick-prev::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIuNDU3MjA3NCAxLjAwNzQ2MTQ3bC0yMSAyMC4wMjQ4MjE0MyAyMC45NDc5Mzk3IDE5Ljk3NTE3ODYiIHN0cm9rZT0iIzJEMkQyRCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg=="); }
  .slick-prev:hover::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIuNDU3MjA3NCAxLjAwNzQ2MTQ3bC0yMSAyMC4wMjQ4MjE0MyAyMC45NDc5Mzk3IDE5Ljk3NTE3ODYiIHN0cm9rZT0iIzk4OTg5OCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg=="); }

.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 #2d2d2d;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: #2d2d2d; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: #666666; }

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

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

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

.pace-inactive {
  display: none; }

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

html,
body {
  height: auto; }

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

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

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

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

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

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

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

.page-heading {
  font-size: 28px;
  margin: 0 0 3rem;
  text-align: center; }

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

.definitionList::after {
  clear: both; }

.definitionList-key {
  color: #989898;
  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(130, 130, 130, 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: #989898;
  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 #e8e8e8; }
  .table .table-alignCenter {
    text-align: center; }
  .table .table-alignRight {
    text-align: right; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #989898;
    cursor: inherit;
    line-height: 1.5; }
  .pagination-list--small .pagination-link {
    padding: 0 0.35714rem; }
  .pagination-list--small .pagination-item--previous,
  .pagination-list--small .pagination-item--next {
    position: absolute;
    top: 0; }
  .pagination-list--small .pagination-item--previous {
    left: 0; }
  .pagination-list--small .pagination-item--next {
    right: 0; }

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

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

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

.tab {
  border-top: 1px solid #e8e8e8;
  float: none; }
  @media print, screen and (min-width: 48em) {
    .tab {
      border-top-color: white;
      float: left; } }
  .tab.is-active {
    border-left-color: white;
    border-right-color: white;
    margin-bottom: -1px; }
    @media print, screen and (min-width: 48em) {
      .tab.is-active {
        border: 1px solid #e8e8e8;
        border-bottom: 1px solid white; } }

.tab-title {
  padding: 1.14286rem 0;
  text-align: center;
  text-decoration: none;
  text-align: left; }
  @media print, screen and (min-width: 48em) {
    .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; }

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

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

.accordion-title {
  margin: 0; }

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

@media print, screen and (min-width: 48em) {
  .accordion--navList {
    border: 0; } }

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

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

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

@media print, screen and (min-width: 48em) {
  .accordion--navList .accordion-navigation {
    background-position: right 0 top 50%;
    border: 0; } }

.accordion--navList .accordion-title {
  font-weight: normal;
  padding: 1rem;
  text-decoration: none;
  text-transform: inherit; }
  @media print, screen and (min-width: 48em) {
    .accordion--navList .accordion-title {
      margin-bottom: 0.78571rem;
      margin-top: 0;
      padding: 0; } }

.accordion--navList .accordion-indicator {
  fill: #a5a5a5; }
  @media print, screen and (min-width: 48em) {
    .accordion--navList .accordion-indicator {
      visibility: hidden; } }

.accordion--navList .accordion-navigation-actions {
  right: 1rem;
  top: 1.21429rem; }
  @media print, screen and (min-width: 48em) {
    .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: #989898;
    vertical-align: middle; }
    .accordion-navigation-actions > a:hover {
      color: #4f4f4f; }

.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: #4f4f4f; }

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

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

.lazyload, .lazyloading {
  height: 250px; }

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

.form-inlineMessage {
  display: block; }

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

.form-field--error .form-inlineMessage:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='rgba(255, 125, 125, 0.999)' /%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 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(105, 214, 111, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.71429rem center;
  background-repeat: no-repeat;
  padding-right: 3rem; }

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

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

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

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

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

.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;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }

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

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

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

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

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

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

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

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

.form-row--half > .form-field:nth-child(odd) {
  clear: left; }

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

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

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

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

.card-figcaption-body {
  display: inline-block;
  pointer-events: all;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform-style: inherit;
  -webkit-transform-style: inherit;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased; }

.card-image {
  border: 0;
  display: flex;
  margin: auto; }

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

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

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

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

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

.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(79, 79, 79, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(79, 79, 79, 0.999);
    content: "";
    font-size: 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: #f2f2f2;
  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: #4f4f4f; }
  .navList-action.is-selected:hover .navList-action-close {
    opacity: 1;
    visibility: visible; }

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

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

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

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

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

.actionBar-section .form-label {
  color: #989898;
  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: #4f4f4f;
  height: 2.14286rem; }

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #454545;
  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 {
    display: table;
    content: ' '; }
  .navUser::after {
    clear: both; }
  .navUser ul,
  .navUser ol {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0; }
    .navUser ul ul,
    .navUser ul ol,
    .navUser ol ul,
    .navUser ol ol {
      list-style: none;
      margin-bottom: 0; }
    .navUser ul li,
    .navUser ol li {
      margin: 0;
      padding: 0; }
  .navUser-section {
    float: left; }
    .navUser-section::before, .navUser-section::after {
      display: table;
      content: ' '; }
    .navUser-section::after {
      clear: both; }
  .navUser-section--alt {
    float: right;
    margin-left: 1.5rem; }
  .navUser-section + .navUser-section {
    margin-left: 1.5rem; }
  .navUser-item {
    float: left; }
  .navUser-item, .navUser-action {
    display: block; }
  @media print, screen and (min-width: 48em) {
    .navUser {
      padding: 0 1.5rem;
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      z-index: 50; } }
  .navUser .dropdown-menu {
    background-color: white;
    border: 1px solid #e8e8e8;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
    position: absolute; }

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

.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 #e8e8e8;
  color: #989898;
  display: inline-block;
  padding: 0 1.42857rem 0 0;
  text-decoration: none; }

.navUser-item {
  display: none; }
  @media print, screen and (min-width: 48em) {
    .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: #4f4f4f; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #a5a5a5; }
  .navUser-item--cart .dropdown-menu {
    max-width: 22.85714rem; }
    .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.78571rem; }
    .navUser-item--cart .dropdown-menu.is-open:after {
      right: 0.92857rem; }

.navUser-item-cartLabel {
  display: none;
  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: #4f4f4f;
  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 {
    display: block;
    width: 0;
    height: 0;
    border: inset 10px;
    content: '';
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }

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

.countPill {
  background-color: #4f4f4f;
  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: #dfdfdf;
  color: #454545; }

.navPages .navPage-subMenu-list, .navPage-childList {
  border-left: 1px solid #dfdfdf;
  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: 1; }
  @media print, screen and (min-width: 48em) {
    .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: #f2f2f2;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem; }
  @media print, screen and (min-width: 48em) {
    .navPages {
      margin: 0 auto;
      max-width: 85.71429rem;
      width: 100%;
      background: none;
      font-size: 0;
      overflow-y: visible;
      padding: 0;
      text-align: center; }
      .navPages::before, .navPages::after {
        display: table;
        content: ' '; }
      .navPages::after {
        clear: both; }
      .navPages::before, .navPages::after {
        display: table;
        content: ' '; }
      .navPages::after {
        clear: both; }
      .navPages ul,
      .navPages ol {
        list-style: none;
        margin-left: 0;
        margin: 0;
        padding: 0; }
        .navPages ul ul,
        .navPages ul ol,
        .navPages ol ul,
        .navPages ol ol {
          list-style: none;
          margin-bottom: 0; }
        .navPages ul li,
        .navPages ol li {
          margin: 0;
          padding: 0; }
      .navPages-section {
        float: left; }
        .navPages-section::before, .navPages-section::after {
          display: table;
          content: ' '; }
        .navPages-section::after {
          clear: both; }
      .navPages-section--alt {
        float: right;
        margin-left: 1.5rem; }
      .navPages-section + .navPages-section {
        margin-left: 1.5rem; }
      .navPages-item {
        float: left; }
      .navPages-item, .navPages-action {
        display: block; } }
  .navPages ul {
    list-style: none; }
  .navPages .navPage-subMenu-list {
    border-left: 0;
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    @media print, screen and (min-width: 48em) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 85.71429rem;
        width: 100%;
        border-left: 0;
        margin: auto;
        padding-left: 0; }
        .navPages .navPage-subMenu-list::before, .navPages .navPage-subMenu-list::after {
          display: table;
          content: ' '; }
        .navPages .navPage-subMenu-list::after {
          clear: both; } }

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

.navPages-list-depth-max.subMenu-is-open .is-hidden {
  display: none; }
  @media print, screen and (min-width: 48em) {
    .navPages-list-depth-max.subMenu-is-open .is-hidden {
      display: inline-block; } }

.navPages-list-depth-max.subMenu-is-open .navPages-item-page {
  display: none; }
  @media print, screen and (min-width: 48em) {
    .navPages-list-depth-max.subMenu-is-open .navPages-item-page {
      display: inline-block; } }

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

.navPages-action-depth-max.has-subMenu.is-open {
  border-bottom: 1px solid #dfdfdf;
  text-align: center; }
  @media print, screen and (min-width: 48em) {
    .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 print, screen and (min-width: 48em) {
      .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
        height: 0.57143rem;
        width: 0.57143rem;
        border: 0;
        border-radius: 0;
        float: none;
        margin-top: 0;
        padding: 0;
        transform: rotate(-90deg); } }
  .navPages-action-depth-max.has-subMenu.is-open svg {
    height: 9.6px;
    width: 9.6px; }
    @media print, screen and (min-width: 48em) {
      .navPages-action-depth-max.has-subMenu.is-open svg {
        height: 100%;
        width: 100%; } }

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

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

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

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

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

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media print, screen and (min-width: 48em) {
    .navPage-subMenu {
      background-color: #f2f2f2;
      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 print, screen and (min-width: 48em) {
  .has-subMenu.is-root + .navPage-subMenu-horizontal {
    border-left: 0;
    left: inherit;
    margin: auto;
    top: inherit;
    width: 15.35714rem; } }

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

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

@media print, screen and (min-width: 48em) {
  .navPage-subMenu-item {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 25%;
    float: left; }
    .navPage-subMenu-item .navPages-action {
      text-transform: none;
      width: 100%; } }

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%; }
  @media print, screen and (min-width: 48em) {
    .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-childList-action {
  font-weight: 400;
  padding: 0 0 0.35714rem; }

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

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

.navPages-list--user #currencySelection2 {
  background-color: white;
  border: 1px solid #e8e8e8; }
  .navPages-list--user #currencySelection2 .dropdown-menu-item {
    padding: 0; }
    .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
      border-bottom: 1px solid #e8e8e8; }
  .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: #989898;
    display: inline-block;
    padding: 0.35714rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #4f4f4f; }

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

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

.heroCarousel {
  margin-bottom: 4.5rem;
  margin-top: -1.5rem; }
  @media print, screen and (min-width: 48em) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  .js .heroCarousel {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 600ms ease-out; }
  .heroCarousel.slick-initialized {
    max-height: 71.42857rem;
    opacity: 1; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    top: 20%; }
    @media print, screen and (min-width: 48em) {
      .heroCarousel .slick-next,
      .heroCarousel .slick-prev {
        top: 50%; } }
  .heroCarousel .slick-next {
    right: 15px; }
    @media print, screen and (min-width: 48em) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media print, screen and (min-width: 48em) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media print, screen and (min-width: 48em) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9); }

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

@media print, screen and (min-width: 87.5em) {
  .heroCarousel-slide--stretch {
    background-size: 100% 100%; } }

@media print, screen and (min-width: 48em) {
  .heroCarousel-image {
    visibility: hidden; } }

.heroCarousel-content {
  background-color: white;
  padding: 0.78571rem 1.5rem 3rem;
  text-align: center; }
  @media print, screen and (min-width: 48em) {
    .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%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      width: 50rem; }
      .heroCarousel-content.heroCarousel-content--empty {
        background-color: transparent; } }

.heroCarousel-title {
  color: #2d2d2d;
  font-size: 20px;
  margin-top: 0; }
  @media print, screen and (min-width: 48em) {
    .heroCarousel-title {
      font-size: 50px; } }

.heroCarousel-description {
  color: #2d2d2d;
  font-size: 12px;
  font-size: 13px; }
  @media print, screen and (min-width: 48em) {
    .heroCarousel-description {
      font-size: 15px; } }

.heroCarousel-action {
  margin: 0; }
  @media print, screen and (min-width: 48em) {
    .heroCarousel-action {
      margin-top: 1.5rem; } }

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

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

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

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

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

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

.account--addReturn .table-tbody {
  display: block;
  display: table-row-group; }

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

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

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

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

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

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

.productCarousel-slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left;
  width: 33.33333%; }
  @media print, screen and (min-width: 48em) {
    .productCarousel-slide {
      width: 25%; } }
  @media print, screen and (min-width: 87.5em) {
    .productCarousel-slide {
      width: 16.66667%; } }
  .productCarousel-slide .card {
    margin-bottom: 0; }

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

.quickView::after {
  clear: both; }

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

.productReview {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  font-size: 1rem;
  vertical-align: top; }
  @media print, screen and (min-width: 48em) {
    .productReview {
      width: 50%; } }
  @media print, screen and (min-width: 87.5em) {
    .productReview {
      width: 33.33333%; } }

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

.productReview-author {
  color: #989898;
  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: 0; }
  @media print, screen and (min-width: 48em) {
    .productView-image {
      min-height: 500px;
      min-width: 500px; } }
  .productView-image img {
    width: 100%; }
  .productView-image .productView-image--default {
    width: auto; }
  .productView-image + .productView-thumbnails {
    margin-top: 0.78571rem; }

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

.productView-thumbnail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 25%;
  float: left;
  padding-left: 0.35714rem;
  padding-right: 0.35714rem; }
  @media print, screen and (min-width: 87.5em) {
    .productView-thumbnail {
      width: 20%; } }

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

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

@media print, screen and (min-width: 48em) {
  .productView-product {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 2rem; } }

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

.productView-title {
  font-size: 20px;
  margin: -0.78571rem 0 0.35714rem; }
  @media print, screen and (min-width: 48em) {
    .productView-title {
      margin-top: 1.5rem; } }
  @media print, screen and (min-width: 87.5em) {
    .productView-title {
      font-size: 28px; } }

.productView-brand {
  color: #989898;
  font-size: 15px;
  margin: 0 0 0.78571rem; }
  @media print, screen and (min-width: 87.5em) {
    .productView-brand {
      font-size: 20px;
      margin: -0.21429rem 0 1rem; } }
  .productView-brand a {
    color: #989898; }
    .productView-brand a:hover {
      color: #4f4f4f; }

.productView-price {
  font-size: 15px;
  margin-bottom: 0.5rem; }
  @media print, screen and (min-width: 48em) {
    .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;
    display: inline-block;
    margin-left: 0.78571rem; }
  .productView-reviewLink > a {
    color: #989898; }
    .productView-reviewLink > a:hover {
      color: #4f4f4f; }

.productView-info {
  margin-top: 0.78571rem;
  margin-top: 0; }
  .productView-info::before, .productView-info::after {
    display: table;
    content: ' '; }
  .productView-info::after {
    clear: both; }
  .productView-info > :first-child {
    margin-top: 1.5rem; }
  .productView-info > :last-child {
    margin-bottom: 0; }

.productView-info-name,
.productView-info-value {
  float: left;
  float: none; }

.productView-info-name {
  clear: both;
  margin-bottom: 0.21429rem;
  margin-right: 0.35714rem;
  font-size: 13px;
  font-weight: 400; }

.productView-info-value {
  margin-bottom: 0.35714rem;
  margin-bottom: 1rem; }

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center;
  text-align: left; }
  .productView-options::before, .productView-options::after {
    display: table;
    content: ' '; }
  .productView-options::after {
    clear: both; }
  .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;
      margin-left: 0;
      width: 100%; }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  .productView-options .form-action {
    float: left;
    padding: 0 0.71429rem;
    width: 50%; }
    @media print, screen and (min-width: 48em) {
      .productView-options .form-action {
        float: none;
        padding: 0;
        width: auto; } }
    @media print, screen and (min-width: 87.5em) {
      .productView-options .form-action {
        display: inline-block;
        margin-top: 1rem; } }
    .productView-options .form-action .button {
      width: 100%; }
      @media print, screen and (min-width: 87.5em) {
        .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; }

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

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

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

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

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

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

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

.compareTable-removeProduct {
  background-color: #f2f2f2;
  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: #4f4f4f;
    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 #e8e8e8;
  margin-bottom: 2.28571rem; }
  .toggle:last-of-type {
    margin-bottom: 4.57143rem; }

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

.toggleLink {
  color: #989898; }
  .toggleLink:hover {
    color: #4f4f4f; }
  .toggle-title .toggleLink {
    float: right;
    line-height: 24px; }

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

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

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

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

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

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

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

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

.facetedSearch-navList {
  display: none; }
  @media print, screen and (min-width: 48em) {
    .facetedSearch-navList {
      display: block !important; } }
  .facetedSearch-navList.is-open {
    display: block; }
    .facetedSearch-navList.is-open .accordion--navList,
    .facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .facetedSearch-toggle + .facetedSearch-navList,
  .sidebarBlock + .facetedSearch-navList {
    margin-top: 2rem; }
  .facetedSearch-toggle + .facetedSearch-navList.is-open,
  .sidebarBlock + .facetedSearch-navList.is-open {
    margin-top: -1px; }
    @media print, screen and (min-width: 48em) {
      .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 print, screen and (min-width: 48em) {
    .facetedSearch-refineFilters {
      display: block; } }

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

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

.facetLabel {
  background: #f2f2f2;
  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: #989898;
    position: relative;
    top: -1px; }

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

.cart-header {
  display: none; }
  @media print, screen and (min-width: 48em) {
    .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 #e8e8e8;
  display: block; }
  @media print, screen and (min-width: 48em) {
    .cart-list {
      display: table-row-group; } }

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

.cart-item-block {
  display: block; }
  @media print, screen and (min-width: 48em) {
    .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;
  text-align: right;
  width: 33.33333%;
  margin-bottom: 0;
  margin-left: -33.33333%;
  width: 33.33333%; }
  @media print, screen and (min-width: 48em) {
    .cart-item-figure {
      float: none;
      text-align: left;
      width: 8.33333%; } }

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

.cart-item-image {
  width: auto; }

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

.cart-item-info {
  clear: both;
  width: 100%;
  clear: none;
  float: left;
  overflow: hidden;
  width: 33.33333%; }
  .cart-item-info + .cart-item-info {
    margin-top: 0; }
  @media print, screen and (min-width: 48em) {
    .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 print, screen and (min-width: 48em) {
  .cart-header-quantity,
  .cart-item-quantity {
    text-align: center; } }

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

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

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

.cart-item-brand {
  color: #a5a5a5;
  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: #0a0a0a; }

.cart-remove {
  background-color: #f2f2f2;
  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;
  margin-left: 1rem; }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove > svg {
    fill: #4f4f4f; }

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

.cart-total {
  border-bottom: 0; }
  .cart-total::before, .cart-total::after {
    display: table;
    content: ' '; }
  .cart-total::after {
    clear: both; }
  @media print, screen and (min-width: 48em) {
    .cart-total + .cart-total {
      border-top: 1px solid #e8e8e8; } }
  .cart-total .form-inlineMessage {
    text-align: left; }

.cart-total-label {
  color: #989898;
  width: 33.33333%;
  width: 50%; }
  @media print, screen and (min-width: 48em) {
    .cart-total-label {
      display: block;
      padding-left: 0;
      text-align: left; } }

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

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

.cart-total-grandTotal {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 20px;
  padding-bottom: 0.21429rem;
  padding-top: 0.21429rem;
  position: relative; }
  @media print, screen and (min-width: 48em) {
    .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: #989898;
  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: #4f4f4f; }

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

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

.estimator-form {
  margin-bottom: 0; }
  .estimator-form .form-input {
    margin-bottom: 0.78571rem;
    width: 100%; }
  .estimator-form .button {
    width: 60%;
    float: right;
    margin-bottom: 20px; }

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

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

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

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

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

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

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

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

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

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

.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 {
    display: table;
    content: ' '; }
  .previewCartItem::after {
    clear: both; }
  .previewCartItem + .previewCartItem {
    border-top: 1px solid #e8e8e8; }

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

.previewCartItem-image {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  padding: 1.5rem;
  text-align: center; }

.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: #989898;
  display: inline-block;
  font-size: 13px; }

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

.previewCartAction-checkout,
.previewCartAction-viewCart {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 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%;
  width: 50%; }
  @media print, screen and (min-width: 87.5em) {
    .address {
      width: 33.33333%; } }

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

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

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

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

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

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

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

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

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

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

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

.videoGallery-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  vertical-align: top; }
  @media print, screen and (min-width: 48em) {
    .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 {
    display: table;
    content: ' '; }
  .video::after {
    clear: both; }
  .video-figure {
    float: left;
    margin-right: 0.78571rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.78571rem;
    margin-right: 0; }
  .video-body::before, .video-body::after {
    display: table;
    content: ' '; }
  .video-body::after {
    clear: both; }
  @media print, screen and (min-width: 48em) {
    .video {
      margin-bottom: 1.85714rem; } }
  .video:hover, .video.is-active {
    color: #454545;
    opacity: 1; }

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

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

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

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

.previewCartCheckout {
  background: #f2f2f2;
  padding: 1rem;
  text-align: center; }
  @media print, screen and (min-width: 48em) {
    .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; }

.suggestiveCart {
  display: none;
  text-align: center; }
  @media print, screen and (min-width: 48em) {
    .suggestiveCart {
      display: block; } }

.maintenanceNotice {
  background-color: #fffdea;
  box-shadow: 0 0 5px #a5a5a5;
  color: #454545;
  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: #454545; }

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

.cookieMessage {
  background: #e8e8e8;
  color: #454545;
  display: none; }
  .cookieMessage .button {
    width: 100%; }
    @media print, screen and (min-width: 48em) {
      .cookieMessage .button {
        vertical-align: middle;
        width: 25%; } }
    @media print, screen and (min-width: 87.5em) {
      .cookieMessage .button {
        vertical-align: top; } }

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

@media print, screen and (min-width: 48em) {
  .cookieMessage-text {
    display: inline-block;
    padding: 0 0.78571rem;
    vertical-align: middle;
    width: 66.66667%; } }

.login-row {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%; }
  .login-row::before, .login-row::after {
    display: table;
    content: ' '; }
  .login-row::after {
    clear: both; }
  @media print, screen and (min-width: 48em) {
    .login-row {
      margin-top: 6rem; } }

.login-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media print, screen and (min-width: 48em) {
    .login-form {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left;
      margin-top: 3rem; } }

.new-customer {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media print, screen and (min-width: 48em) {
    .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; }
  .advancedSearch-form .form-column {
    padding: 0; }

.quickSearchResults {
  margin-top: 1.5rem; }
  @media print, screen and (min-width: 48em) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults .modal-close {
    display: none; }
    @media print, screen and (min-width: 48em) {
      .quickSearchResults .modal-close {
        display: block; } }

.advancedSearch-separator {
  display: none; }

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

.search-price-range label {
  display: inline; }
  .search-price-range label input {
    display: block;
    padding-left: 1.5rem;
    display: inline;
    width: 6rem; }
  .search-price-range label span {
    display: inline;
    padding-left: 1.5rem;
    padding-right: 1.5rem; }

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

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

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

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

.navBar--account {
  display: none; }
  @media print, screen and (min-width: 48em) {
    .navBar--account {
      display: block; } }

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

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

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

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

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

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

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

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

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

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

.account-product-figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 2rem 0 0;
  position: relative;
  width: 70px; }

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

.account-product-body {
  overflow: hidden;
  padding-bottom: 3.5rem;
  position: relative;
  padding-bottom: 0; }
  .account-product-body .definitionList {
    font-size: 15px;
    margin-bottom: 0; }

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

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

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

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

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

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

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

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

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

.account-product-detail-heading {
  color: #989898;
  font-size: 12px;
  margin: 0 0 0.35714rem; }

.account-product--alignMiddle {
  display: table;
  width: 100%; }
  .account-product--alignMiddle .account-product-checkItem {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 2rem; }
    @media print, screen and (min-width: 87.5em) {
      .account-product--alignMiddle .account-product-checkItem {
        left: -2.5rem; } }
    .account-product--alignMiddle .account-product-checkItem .form-label {
      height: 1.5rem;
      margin: 0;
      padding: 0;
      width: 1.5rem; }
  .account-product--alignMiddle .account-product-figure,
  .account-product--alignMiddle .account-product-body {
    display: table-cell; }
  .account-product--alignMiddle .account-product-figure {
    float: none;
    margin-right: 0; }
    @media print, screen and (min-width: 87.5em) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media print, screen and (min-width: 87.5em) {
      .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: #989898;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.28571rem; }

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

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

.account-orderStatus-label {
  background-color: #bfbfbf;
  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: #989898;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.78571rem;
  text-align: right;
  text-decoration: underline;
  vertical-align: top;
  display: block;
  margin-left: 0; }
  .account-orderStatus-action:hover {
    color: #4f4f4f; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.apple-pay-supported .apple-pay-checkout-button {
  display: block;
  display: inline-block;
  float: right; }

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

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

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

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

.small-1 {
  width: 8.33333%; }

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

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

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

.small-2 {
  width: 16.66667%; }

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

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

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

.small-3 {
  width: 25%; }

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

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

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

.small-4 {
  width: 33.33333%; }

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

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

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

.small-5 {
  width: 41.66667%; }

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

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

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

.small-6 {
  width: 50%; }

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

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

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

.small-7 {
  width: 58.33333%; }

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

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

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

.small-8 {
  width: 66.66667%; }

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

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

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

.small-9 {
  width: 75%; }

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

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

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

.small-10 {
  width: 83.33333%; }

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

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

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

.small-11 {
  width: 91.66667%; }

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

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

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

.small-12 {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 85.3125em), screen and (min-width: 87.5em) {
  .show-for-mid-large-only {
    display: none !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix::after {
  clear: both; }

/*!
 *  Font Awesome 4.4.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("../fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("assets/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("font-woff2"), url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("font-woff"), url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  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 {
  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: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-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-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"; }

/* ======================== UPDATED ======================== */
.fa-shopping-basket:before {
  content: "\f291"; }

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

.header-logo {
  font-size: 0;
  margin: 0 3.92857rem;
  text-align: center;
  margin-left: 5.89286rem;
  margin-right: 5.89286rem; }
  @media print, screen and (min-width: 48em) {
    .header-logo {
      margin: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e8e8e8;
        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: 100%;
    z-index: 20; }
    .header-logo > a::before, .header-logo > a::after {
      display: table;
      content: ' '; }
    .header-logo > a::after {
      clear: both; }
    @media print, screen and (min-width: 48em) {
      .header-logo > a {
        background: none;
        border-bottom: 0;
        display: inline;
        padding: 0; } }
    .header-logo > a:hover {
      color: #a5a5a5; }
    .header-logo > a:active {
      color: #a5a5a5; }

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

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

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

.header-logo-image {
  max-height: 2.35714rem; }
  @media print, screen and (min-width: 48em) {
    .header-logo-image {
      max-height: none; } }

.header-phone-num {
  color: #fff; }
  @media screen and (max-width: 1023px) {
    .header-phone-num {
      display: none; } }

.header-phone-num a {
  text-align: right;
  font-size: 22px;
  color: #fff;
  margin-top: 15px; }

.mobileMenu-toggle {
  height: 3.92857rem;
  width: 3.92857rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.28571rem;
  position: absolute;
  z-index: 50; }
  @media print, screen and (min-width: 48em) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #2d2d2d;
    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: #2d2d2d;
      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 print, screen and (min-width: 48em) {
    .body {
      margin-top: 2.5rem; } }

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

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

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

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

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

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

.home-about-content {
  margin: 30px 0; }

.home-about-content h1 {
  border-bottom: thin solid #dedede;
  padding-bottom: 22px; }

.header-mid-section .navigation-menu#menu {
  height: 0; }

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

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

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

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

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

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

.footer-info-col--right {
  left: 50%;
  position: inherit; }
  @media print, screen and (min-width: 48em) {
    .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: #989898;
    text-decoration: none; }
    .footer-info-list a:hover {
      color: #4f4f4f; }

.footer-copyright {
  text-align: center;
  text-align: left; }
  .footer-copyright > .powered-by {
    color: #989898;
    font-size: 12px;
    margin: 0; }
  .footer-copyright a {
    color: #989898;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #4f4f4f; }

.footer-payment-icons {
  height: 2.85714rem;
  margin-top: 1.5rem; }
  @media print, screen and (min-width: 48em) {
    .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: #4f4f4f; }

.footer-geotrust-ssl-seal {
  bottom: 0;
  position: absolute;
  right: 16px; }
  .footer-geotrust-ssl-seal table {
    margin: auto; }

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

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

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

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

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

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

.blog-thumbnail {
  margin: 0 0 2rem; }
  .blog-thumbnail img {
    border: 3px solid #dddddd;
    padding: 3px; }

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

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

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

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

.brandGrid {
  list-style: none;
  margin-left: 0;
  margin-right: -0.71429rem;
  margin-left: -0.71429rem;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .brandGrid ul,
  .brandGrid ol {
    list-style: none;
    margin-bottom: 0; }
  @media print, screen and (min-width: 30em) {
    .brandGrid {
      margin-right: -0.71429rem;
      margin-left: -0.71429rem; } }
  @media print, screen and (min-width: 35.5em) {
    .brandGrid {
      margin-right: -0.71429rem;
      margin-left: -0.71429rem; } }
  @media print, screen and (min-width: 41.6875em) {
    .brandGrid {
      margin-right: -0.71429rem;
      margin-left: -0.71429rem; } }
  @media print, screen and (min-width: 48em) {
    .brandGrid {
      margin-right: -1.07143rem;
      margin-left: -1.07143rem; } }
  @media print, screen and (min-width: 64em) {
    .brandGrid {
      margin-right: -1.07143rem;
      margin-left: -1.07143rem; } }
  @media print, screen and (min-width: 80em) {
    .brandGrid {
      margin-right: -1.07143rem;
      margin-left: -1.07143rem; } }
  @media print, screen and (min-width: 85.375em) {
    .brandGrid {
      margin-right: -1.07143rem;
      margin-left: -1.07143rem; } }
  @media print, screen and (min-width: 87.5em) {
    .brandGrid {
      margin-right: -1.07143rem;
      margin-left: -1.07143rem; } }
  .brandGrid::before, .brandGrid::after {
    display: table;
    content: ' '; }
  .brandGrid::after {
    clear: both; }
  .brandGrid .brand {
    width: 50%;
    float: left;
    padding-right: 0.71429rem;
    padding-left: 0.71429rem;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top;
    width: 33.33333%; }
    @media print, screen and (min-width: 48em) {
      .brandGrid .brand {
        padding-right: 1.07143rem;
        padding-left: 1.07143rem; } }
    .brandGrid .brand:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 48em) {
      .brandGrid .brand {
        width: 25%; } }
    .brandGrid .brand .card-title {
      text-align: center; }

.productGrid {
  list-style: none;
  margin-left: 0;
  margin-right: -0.71429rem;
  margin-left: -0.71429rem;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .productGrid ul,
  .productGrid ol {
    list-style: none;
    margin-bottom: 0; }
  @media print, screen and (min-width: 30em) {
    .productGrid {
      margin-right: -0.71429rem;
      margin-left: -0.71429rem; } }
  @media print, screen and (min-width: 35.5em) {
    .productGrid {
      margin-right: -0.71429rem;
      margin-left: -0.71429rem; } }
  @media print, screen and (min-width: 41.6875em) {
    .productGrid {
      margin-right: -0.71429rem;
      margin-left: -0.71429rem; } }
  @media print, screen and (min-width: 48em) {
    .productGrid {
      margin-right: -1.07143rem;
      margin-left: -1.07143rem; } }
  @media print, screen and (min-width: 64em) {
    .productGrid {
      margin-right: -1.07143rem;
      margin-left: -1.07143rem; } }
  @media print, screen and (min-width: 80em) {
    .productGrid {
      margin-right: -1.07143rem;
      margin-left: -1.07143rem; } }
  @media print, screen and (min-width: 85.375em) {
    .productGrid {
      margin-right: -1.07143rem;
      margin-left: -1.07143rem; } }
  @media print, screen and (min-width: 87.5em) {
    .productGrid {
      margin-right: -1.07143rem;
      margin-left: -1.07143rem; } }
  .productGrid::before, .productGrid::after {
    display: table;
    content: ' '; }
  .productGrid::after {
    clear: both; }
  .productGrid .product {
    width: 50%;
    float: left;
    padding-right: 0.71429rem;
    padding-left: 0.71429rem;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top;
    width: 33.33333%; }
    @media print, screen and (min-width: 48em) {
      .productGrid .product {
        padding-right: 1.07143rem;
        padding-left: 1.07143rem; } }
    .productGrid .product:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 48em) {
      .productGrid .product {
        width: 25%; } }

.page-sidebar + .page-content .productGrid .product {
  width: 25%; }

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.42857rem;
  margin: 0 0 1.5rem;
  overflow: hidden;
  column-count: 3; }
  @media print, screen and (min-width: 48em) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }
  .no-csscolumns .productMasonry {
    list-style: none;
    margin-left: 0;
    margin-right: -0.71429rem;
    margin-left: -0.71429rem;
    font-size: 0; }
    .no-csscolumns .productMasonry ul,
    .no-csscolumns .productMasonry ol {
      list-style: none;
      margin-bottom: 0; }
    @media print, screen and (min-width: 30em) {
      .no-csscolumns .productMasonry {
        margin-right: -0.71429rem;
        margin-left: -0.71429rem; } }
    @media print, screen and (min-width: 35.5em) {
      .no-csscolumns .productMasonry {
        margin-right: -0.71429rem;
        margin-left: -0.71429rem; } }
    @media print, screen and (min-width: 41.6875em) {
      .no-csscolumns .productMasonry {
        margin-right: -0.71429rem;
        margin-left: -0.71429rem; } }
    @media print, screen and (min-width: 48em) {
      .no-csscolumns .productMasonry {
        margin-right: -1.07143rem;
        margin-left: -1.07143rem; } }
    @media print, screen and (min-width: 64em) {
      .no-csscolumns .productMasonry {
        margin-right: -1.07143rem;
        margin-left: -1.07143rem; } }
    @media print, screen and (min-width: 80em) {
      .no-csscolumns .productMasonry {
        margin-right: -1.07143rem;
        margin-left: -1.07143rem; } }
    @media print, screen and (min-width: 85.375em) {
      .no-csscolumns .productMasonry {
        margin-right: -1.07143rem;
        margin-left: -1.07143rem; } }
    @media print, screen and (min-width: 87.5em) {
      .no-csscolumns .productMasonry {
        margin-right: -1.07143rem;
        margin-left: -1.07143rem; } }
    .no-csscolumns .productMasonry::before, .no-csscolumns .productMasonry::after {
      display: table;
      content: ' '; }
    .no-csscolumns .productMasonry::after {
      clear: both; }
    .no-csscolumns .productMasonry .product {
      width: 25%;
      float: left;
      padding-right: 0.71429rem;
      padding-left: 0.71429rem;
      display: inline-block;
      font-size: 1rem;
      vertical-align: top; }
      @media print, screen and (min-width: 48em) {
        .no-csscolumns .productMasonry .product {
          padding-right: 1.07143rem;
          padding-left: 1.07143rem; } }
      .no-csscolumns .productMasonry .product:last-child:not(:first-child) {
        float: right; }
    .no-csscolumns .productMasonry .card {
      margin: 0; }

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

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

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

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

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

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

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

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

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

.listItem-figure {
  margin: 0 0 1.5rem;
  margin-bottom: 0;
  padding-left: 0.78571rem;
  padding-right: 0.78571rem;
  width: 25%; }

.listItem-image {
  width: 100%; }

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

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

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

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

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

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

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

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

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

.listItem-actions .button {
  margin-bottom: 0; }
  @media print, screen and (min-width: 87.5em) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.78571rem 0 0; } }

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

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

.productView {
  margin-right: -0.71429rem;
  margin-left: -0.71429rem;
  margin-left: -1rem;
  margin-right: -1rem; }
  @media print, screen and (min-width: 30em) {
    .productView {
      margin-right: -0.71429rem;
      margin-left: -0.71429rem; } }
  @media print, screen and (min-width: 35.5em) {
    .productView {
      margin-right: -0.71429rem;
      margin-left: -0.71429rem; } }
  @media print, screen and (min-width: 41.6875em) {
    .productView {
      margin-right: -0.71429rem;
      margin-left: -0.71429rem; } }
  @media print, screen and (min-width: 48em) {
    .productView {
      margin-right: -1.07143rem;
      margin-left: -1.07143rem; } }
  @media print, screen and (min-width: 64em) {
    .productView {
      margin-right: -1.07143rem;
      margin-left: -1.07143rem; } }
  @media print, screen and (min-width: 80em) {
    .productView {
      margin-right: -1.07143rem;
      margin-left: -1.07143rem; } }
  @media print, screen and (min-width: 85.375em) {
    .productView {
      margin-right: -1.07143rem;
      margin-left: -1.07143rem; } }
  @media print, screen and (min-width: 87.5em) {
    .productView {
      margin-right: -1.07143rem;
      margin-left: -1.07143rem; } }
  .productView::before, .productView::after {
    display: table;
    content: ' '; }
  .productView::after {
    clear: both; }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }

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

.productView-images {
  width: 100%;
  float: left;
  padding-right: 0.71429rem;
  padding-left: 0.71429rem;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media print, screen and (min-width: 48em) {
    .productView-images {
      padding-right: 1.07143rem;
      padding-left: 1.07143rem; } }
  .productView-images:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 48em) {
    .productView-images {
      width: 50%; } }

.productView-details {
  width: 100%;
  float: left;
  padding-right: 0.71429rem;
  padding-left: 0.71429rem;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media print, screen and (min-width: 48em) {
    .productView-details {
      padding-right: 1.07143rem;
      padding-left: 1.07143rem; } }
  .productView-details:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 48em) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%; } }

.productView-description {
  width: 100%;
  float: left;
  padding-right: 0.71429rem;
  padding-left: 0.71429rem;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media print, screen and (min-width: 48em) {
    .productView-description {
      padding-right: 1.07143rem;
      padding-left: 1.07143rem; } }
  .productView-description:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 87.5em) {
    .productView-description {
      clear: right;
      float: right;
      width: 50%; } }

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

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

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

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

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

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

.sale-flag-sash {
  background: #007dc6;
  color: white;
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  left: -35px;
  line-height: 1.14286rem;
  padding-top: 0.10714rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: 800ms ease;
  width: 8.5rem;
  z-index: 10; }

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

.product {
  overflow: hidden; }

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

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

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

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

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

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

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

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

.HoverTitle {
  background-color: #fff;
  width: 100%;
  height: auto;
  font-size: 13px;
  text-align: center;
  float: none;
  color: black;
  word-wrap: break-word;
  font-weight: 600; }

.account {
  margin-bottom: 1.5rem; }

@media print, screen and (min-width: 48em) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

@media print, screen and (min-width: 48em) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

@media print, screen and (min-width: 48em) {
  .account--fixedLarge {
    margin: 0 auto;
    width: 100%; } }

.account-head {
  margin-bottom: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

.account-body {
  margin-right: -0.71429rem;
  margin-left: -0.71429rem; }
  @media print, screen and (min-width: 30em) {
    .account-body {
      margin-right: -0.71429rem;
      margin-left: -0.71429rem; } }
  @media print, screen and (min-width: 35.5em) {
    .account-body {
      margin-right: -0.71429rem;
      margin-left: -0.71429rem; } }
  @media print, screen and (min-width: 41.6875em) {
    .account-body {
      margin-right: -0.71429rem;
      margin-left: -0.71429rem; } }
  @media print, screen and (min-width: 48em) {
    .account-body {
      margin-right: -1.07143rem;
      margin-left: -1.07143rem; } }
  @media print, screen and (min-width: 64em) {
    .account-body {
      margin-right: -1.07143rem;
      margin-left: -1.07143rem; } }
  @media print, screen and (min-width: 80em) {
    .account-body {
      margin-right: -1.07143rem;
      margin-left: -1.07143rem; } }
  @media print, screen and (min-width: 85.375em) {
    .account-body {
      margin-right: -1.07143rem;
      margin-left: -1.07143rem; } }
  @media print, screen and (min-width: 87.5em) {
    .account-body {
      margin-right: -1.07143rem;
      margin-left: -1.07143rem; } }
  .account-body::before, .account-body::after {
    display: table;
    content: ' '; }
  .account-body::after {
    clear: both; }

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

@media print, screen and (min-width: 48em) {
  .account-content--fixed {
    width: 66.66667%; } }

@media print, screen and (min-width: 48em) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  width: 100%;
  float: left;
  padding-right: 0.71429rem;
  padding-left: 0.71429rem; }
  @media print, screen and (min-width: 48em) {
    .account-sidebar {
      padding-right: 1.07143rem;
      padding-left: 1.07143rem; } }
  .account-sidebar:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 48em) {
    .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; } }

/* ================== CUSTOM STYLE ================== */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  -webkit-font-smoothing: antialiased;
  background: #ffffff;
  -moz-osx-font-smoothing: auto;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 0; }

.body {
  min-height: 430px;
  font-family: 'Roboto', sans-serif;
  margin-top: 0;
  margin-bottom: 60px;
  color: #474f58;
  font-size: 14px;
  outline: 0; }

[type="text"], [type="password"], [type="date"], [type="datetime"], [type="datetime-local"],
[type="month"], [type="week"], [type="email"], [type="number"], [type="search"], [type="tel"],
[type="time"], [type="url"], [type="color"], textarea {
  font-size: 13px !important; }

table {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd; }
  table td {
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    padding: 5px 10px; }

table thead {
  background: #8e9d06;
  color: white; }

@media screen and (max-width: 767px) {
  body {
    margin-top: 0 !important; }
    body.pace-done {
      padding-top: 48px; } }

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

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

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

.maintenanceNotice {
  display: none; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0 0 25px 0;
  padding: 0;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  color: black; }

h1, .h1 {
  font-size: 24px; }

h2, .h2 {
  font-size: 20px; }

h3, .h3 {
  font-size: 18px; }

h4, .h4 {
  font-size: 16px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin-bottom: 20px;
  font-size: 14px;
  color: black;
  font-weight: normal;
  line-height: 22px; }

a {
  color: #8e9d06;
  outline: none; }
  a:hover {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    color: black; }
  a:focus {
    color: black; }

.breadcrumb a:hover {
  color: #e3f72c; }

.header-top-section .free-shipping-new p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 32px;
  text-align: center; }

.button {
  line-height: normal;
  padding: 10px 12px;
  line-height: 18px;
  font-size: 13px;
  border: none;
  outline: none;
  font-family: 'Roboto', sans-serif;
  background: #8e9d06;
  margin: 0;
  color: white;
  border: none;
  text-transform: uppercase;
  transition: all 300ms ease 0s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }
  .button:hover {
    background: #b5c711;
    color: white; }
  .button:focus, .button.is-active, .button.active, .button:active {
    background: #b5c711;
    color: white;
    border: none; }

.button--primary {
  background: white;
  border: 1px solid #dddddd;
  color: black;
  padding: 9px 12px; }
  .button--primary:hover {
    background: #dddddd;
    color: black;
    border-color: #dddddd; }
  .button--primary:focus, .button--primary.is-active, .button--primary.active, .button--primary:active {
    background: #dddddd;
    color: black;
    border-color: #dddddd;
    border: 1px solid #dddddd; }

.column:last-child:not(:first-child), .columns:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: left; }

.productGrid .product:last-child:not(:first-child) {
  float: left; }

h1.page-heading {
  color: black;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 25px 0;
  text-transform: capitalize;
  text-align: left;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 15px; }
  h1.page-heading.without-brid {
    padding-top: 20px; }

h2.page-heading {
  text-align: left;
  color: black;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0 0 20px 0; }

.page {
  margin-top: 30px; }

.page-content.page-content--centered {
  float: none !important;
  margin: 0 auto; }

.four-col {
  padding-left: 1.07143rem;
  padding-right: 1.07143rem; }

.form-select {
  background-position: right 5px top 7px;
  background-size: 20px auto;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  padding: 0 30px 0 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.form-input {
  border: 1px solid #dddddd;
  border-radius: 0;
  color: #444;
  font-size: 14px;
  height: auto;
  line-height: 16px;
  padding: 10px 15px; }

.form-field-group {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

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

.type-createaccount .form-checkbox + .form-label::before, .type-createaccount .form-radio + .form-label::before {
  top: 0.314rem; }

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

.table thead tr th,
.table thead tr td {
  font-size: 16px; }

.margin-none {
  margin: 0; }

.form-prefixPostfix .button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.form-prefixPostfix {
  display: inherit; }
  .form-prefixPostfix .form-input {
    flex: initial;
    width: 60%;
    float: left; }
  .form-prefixPostfix .button {
    float: left;
    width: 140px; }
  .form-prefixPostfix .form-inlineMessage {
    clear: both; }

.button, .form-input, select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }

/*Placeholder Css*/
::-webkit-input-placeholder {
  color: #999999;
  opacity: 1; }

::-moz-placeholder {
  color: #999999;
  opacity: 1; }

:-ms-input-placeholder {
  color: #999999;
  opacity: 1; }

:-moz-placeholder {
  color: #999999;
  opacity: 1; }

.row {
  margin-left: -1.07143rem;
  margin-right: -1.07143rem;
  max-width: inherit; }

.type-default .alertBox {
  margin-top: 0.78571rem; }

.alertBox--info span {
  color: #fff; }

.without-top-section {
  margin-top: 33px; }

.sidebar-menu-content-block .sidebarBlock + .sidebarBlock {
  padding: 0; }

.sidebar-menu-content-block .sidebarBlock {
  padding: 0 0;
  border: none; }
  .sidebar-menu-content-block .sidebarBlock .sidebarBlock-heading {
    border-bottom: 1px solid #8e9d06;
    font-size: 16px;
    font-weight: 500;
    line-height: 15px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: left; }
    .sidebar-menu-content-block .sidebarBlock .sidebarBlock-heading span {
      color: #8e9d06;
      font-size: 14px;
      margin-right: 10px;
      position: inherit; }
  .sidebar-menu-content-block .sidebarBlock ul.navList-mob li .hitarea {
    height: 40px;
    line-height: 40px; }
    .sidebar-menu-content-block .sidebarBlock ul.navList-mob li .hitarea:after {
      height: 40px;
      line-height: 40px; }
  .sidebar-menu-content-block .sidebarBlock ul.navList-mob li:hover > .hitarea:after {
    color: #8e9d06; }
  .sidebar-menu-content-block .sidebarBlock ul.navList-mob li:before {
    display: none; }
  .sidebar-menu-content-block .sidebarBlock ul.navList-mob li .hitarea {
    right: 0 !important; }
  .sidebar-menu-content-block .sidebarBlock ul.navList-mob li a {
    background: #ffffff;
    border-bottom: 1px solid #dddddd; }
  .sidebar-menu-content-block .sidebarBlock ul.navList-mob li.collapsable .collapsable-hitarea:after {
    color: #8e9d06; }
  .sidebar-menu-content-block .sidebarBlock ul.navList-mob li ul.navPage-subMenu-list li a {
    padding: 10px 30px 10px 30px; }
  .sidebar-menu-content-block .sidebarBlock ul.navList-mob li ul.navPage-subMenu-list ul.navPage-childList {
    border-left: none;
    padding-left: 0; }
    .sidebar-menu-content-block .sidebarBlock ul.navList-mob li ul.navPage-subMenu-list ul.navPage-childList li a {
      padding: 10px 30px 10px 40px; }
  .sidebar-menu-content-block .sidebarBlock ul.navList-mob.navList-mob li a {
    padding: 10px 30px 10px 20px; }

.mobile-menu-open .mobile-menu-block {
  left: 0; }

.mobile-menu-block {
  background: #ffffff;
  bottom: 0;
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
  color: black;
  font-size: 13px;
  left: -450px;
  padding: 0;
  position: fixed;
  top: 0;
  transition: left 0.2s ease 0s;
  width: 280px;
  z-index: 99; }
  .mobile-menu-block .mobile-menu-inner {
    height: 100%;
    overflow: auto; }
    .mobile-menu-block .mobile-menu-inner .mobile-menu-close-btn {
      margin: 10px 0; }
      .mobile-menu-block .mobile-menu-inner .mobile-menu-close-btn a {
        background: #8e9d06;
        border-radius: 50%;
        color: #ffffff;
        height: 27px;
        line-height: 27px;
        text-align: center;
        width: 27px;
        margin-right: 10px; }
  .mobile-menu-block .sidebarBlock + .sidebarBlock {
    padding: 0; }
  .mobile-menu-block .sidebarBlock {
    padding: 0 0;
    border: none; }
    .mobile-menu-block .sidebarBlock .mobile-topmenu ul li a span {
      position: inherit;
      float: none;
      background: none;
      padding: 0;
      margin: 0;
      height: auto;
      width: auto; }
    .mobile-menu-block .sidebarBlock .sidebarBlock-heading {
      border-bottom: 1px solid #8e9d06;
      font-size: 16px;
      font-weight: 500;
      line-height: 15px;
      margin-bottom: 10px;
      padding: 10px;
      text-align: left; }
      .mobile-menu-block .sidebarBlock .sidebarBlock-heading span {
        color: #8e9d06;
        font-size: 14px;
        margin-right: 10px;
        position: inherit; }
    .mobile-menu-block .sidebarBlock ul.navList-mob li .hitarea {
      height: 40px;
      line-height: 40px; }
      .mobile-menu-block .sidebarBlock ul.navList-mob li .hitarea:after {
        height: 40px;
        line-height: 40px; }
    .mobile-menu-block .sidebarBlock ul li:hover > .hitarea:after {
      color: #8e9d06; }
    .mobile-menu-block .sidebarBlock ul li:before {
      display: none; }
    .mobile-menu-block .sidebarBlock ul li .hitarea {
      right: 0 !important; }
    .mobile-menu-block .sidebarBlock ul li a {
      background: #ffffff;
      border-bottom: 1px solid #dddddd; }
    .mobile-menu-block .sidebarBlock ul li.collapsable .collapsable-hitarea:after {
      color: #8e9d06; }
    .mobile-menu-block .sidebarBlock ul li ul.navPage-subMenu-list li a {
      padding: 10px 30px 10px 30px; }
    .mobile-menu-block .sidebarBlock ul li ul.navPage-subMenu-list ul.navPage-childList {
      border-left: none;
      padding-left: 0; }
      .mobile-menu-block .sidebarBlock ul li ul.navPage-subMenu-list ul.navPage-childList li a {
        padding: 10px 30px 10px 40px; }
    .mobile-menu-block .sidebarBlock ul.navList-mob li a {
      padding: 10px 30px 10px 20px; }
    .mobile-menu-block .sidebarBlock ul.navList-mob li ul li a {
      padding: 10px 30px 10px 30px; }
    .mobile-menu-block .sidebarBlock ul.navList-mob li ul li ul li a {
      padding: 10px 30px 10px 40px; }

.mobile-menu-block .sidebarBlock ul.navList-mob li .header-currency ul li a {
  padding: 10px 30px 10px 20px; }

.mobile-menu-open .menu-open-overlay {
  display: block; }

.menu-open-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 40; }

.mobile-menu-icon {
  display: none; }

.mobile-topmenu {
  display: none;
  position: relative;
  top: -2px;
  z-index: 30; }

.sidebar-menu-open .sidebar-menu-inn {
  left: 0; }

.sidebar-menu-inn {
  background: #ffffff;
  bottom: 0;
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
  color: black;
  font-size: 13px;
  left: -450px;
  padding: 0;
  position: fixed;
  top: 0;
  transition: left 0.2s ease 0s;
  width: 280px;
  z-index: 99; }
  .sidebar-menu-inn .sidebar-menu-inner {
    height: 100%;
    overflow: auto; }
    .sidebar-menu-inn .sidebar-menu-inner .sidebar-menu-close-btn {
      margin-bottom: 15px; }
      .sidebar-menu-inn .sidebar-menu-inner .sidebar-menu-close-btn a {
        background: #8e9d06;
        border-radius: 50%;
        color: #ffffff;
        height: 27px;
        line-height: 27px;
        text-align: center;
        width: 27px;
        margin-right: 10px;
        margin-top: 10px; }

.sidebar-menu-open .sidebarmenu-open-overlay {
  display: block; }

.sidebarmenu-open-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 40; }

.sidebar-menu {
  display: none; }

.sidebar-menu {
  padding-left: 1.07143rem;
  padding-right: 1.07143rem; }

.compare-hide {
  display: none !important; }

.header {
  border-bottom: none; }
  .header .navPages-container.if-sticky {
    position: relative !important; }
  .header.fixed-header .navPages-container {
    position: fixed;
    top: -100px;
    margin: 100px 0 0;
    bottom: auto;
    left: 0;
    right: 0;
    z-index: 99;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s; }

.header.fixed-header .header-top-section {
  display: none; }

.header.fixed-header .header-mid-section-main .header-mid-section {
  display: none; }

.header-top-section {
  background: #acc641;
  height: 32px;
  line-height: 32px; }
  .header-top-section ul {
    margin: 0; }
    .header-top-section ul li {
      list-style: none;
      float: left;
      margin-left: 20px; }
      .header-top-section ul li:hover a {
        color: #f2f2f2; }
      .header-top-section ul li:hover i {
        color: #f2f2f2; }
  .header-top-section a {
    font-size: 14px;
    color: white;
    text-transform: none;
    font-weight: normal;
    display: inline-block;
    padding: 0; }
    .header-top-section a i.fa {
      font-size: 20px; }
    .header-top-section a i {
      margin-right: 8px;
      color: white;
      font-size: 14px;
      line-height: 30px;
      vertical-align: top;
      display: inline-block;
      transition: color 0.15s ease 0s; }
  .header-top-section .free-shipping {
    float: left;
    text-align: center; }
    .header-top-section .free-shipping p {
      color: white;
      font-size: 14px;
      margin-bottom: 0;
      line-height: 32px; }

.store-credit {
  margin-left: 15px; }
  .store-credit a {
    color: white;
    font-size: 14px;
    line-height: 32px;
    padding: 0;
    font-weight: normal;
    text-transform: capitalize; }
    .store-credit a:hover {
      color: #f2f2f2; }

.header-phone {
  float: left;
  margin-right: 20px; }
  .header-phone .CallBlock:hover a {
    color: #f2f2f2; }
  .header-phone .CallBlock:hover i {
    color: #f2f2f2; }

.header-top-right a.navUser-item--compare .countPill {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: white;
  font-size: 14px;
  height: auto;
  width: auto;
  margin-left: 0;
  font-weight: normal; }

.header-top-right a .countPill--positive {
  vertical-align: middle; }

.header-currency {
  float: left; }
  .header-currency .navUser-action.is-open {
    color: white; }
  .header-currency ul {
    margin: 0; }
    .header-currency ul li {
      margin: 0; }
      .header-currency ul li ul.dropdown-menu {
        background: #fff;
        position: relative;
        top: 40px !important;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
        left: auto !important;
        outline: none; }
        .header-currency ul li ul.dropdown-menu:after {
          content: "";
          width: 0px;
          height: 0px;
          border-style: solid;
          border-width: 0 12px 12px 12px;
          border-color: transparent transparent #fff;
          position: absolute;
          top: -12px;
          right: 90px;
          margin-left: -12px; }
        .header-currency ul li ul.dropdown-menu li {
          width: 100%;
          float: none;
          padding: 0 !important;
          border-left: 3px solid transparent;
          border-top: 1px solid #dddddd;
          line-height: normal; }
          .header-currency ul li ul.dropdown-menu li:first-child {
            border-top: none; }
          .header-currency ul li ul.dropdown-menu li.active {
            border-left: 3px solid #f2f2f2; }
          .header-currency ul li ul.dropdown-menu li:hover {
            border-left: 3px solid #f2f2f2; }
          .header-currency ul li ul.dropdown-menu li a {
            padding: 10px 15px;
            margin: 0;
            display: block;
            text-align: left;
            border-bottom: 0;
            transition: none;
            color: white; }
            .header-currency ul li ul.dropdown-menu li a:hover {
              color: #f2f2f2;
              background: #8e9d06; }
            .header-currency ul li ul.dropdown-menu li a strong {
              color: #f2f2f2;
              font-weight: normal; }

.header-mid-section {
  background: #8e9d06;
  padding: 12px 0; }
  .header-mid-section .logo {
    width: 228px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px; }
    .header-mid-section .logo .header-logo {
      margin: 0;
      text-align: left; }
      .header-mid-section .logo .header-logo.logo-text {
        color: white; }
        .header-mid-section .logo .header-logo.logo-text .header-logo-text {
          line-height: 34px;
          letter-spacing: 2px;
          font-family: "Roboto",sans-serif; }
  .header-mid-section .cat_dropdown_main {
    width: 202px;
    float: left;
    cursor: pointer; }
    .header-mid-section .cat_dropdown_main .chosen-container {
      width: 100% !important; }
      .header-mid-section .cat_dropdown_main .chosen-container.chosen-container-active .chosen-single:before, .header-mid-section .cat_dropdown_main .chosen-container.chosen-container-active .chosen-single:after {
        color: #f2f2f2; }
      .header-mid-section .cat_dropdown_main .chosen-container.chosen-container-active .chosen-single span {
        color: #f2f2f2; }
      .header-mid-section .cat_dropdown_main .chosen-container .chosen-single {
        background: #acc641;
        border: 1px solid #c6d87c;
        border-right: none;
        text-align: center;
        text-transform: uppercase;
        line-height: 32px;
        font-weight: 400;
        font-size: 16px;
        color: white;
        -webkit-border-radius: 2px 0px 0px 2px;
        -moz-border-radius: 2px 0px 0px 2px;
        border-radius: 2px 0px 0px 2px;
        height: 34px;
        padding-left: 55px;
        padding-right: 30px;
        box-shadow: none;
        cursor: pointer;
        position: relative; }
        .header-mid-section .cat_dropdown_main .chosen-container .chosen-single:hover:before, .header-mid-section .cat_dropdown_main .chosen-container .chosen-single:hover:after {
          color: #f2f2f2; }
        .header-mid-section .cat_dropdown_main .chosen-container .chosen-single:hover span {
          color: #f2f2f2; }
        .header-mid-section .cat_dropdown_main .chosen-container .chosen-single span {
          margin-right: 0; }
        .header-mid-section .cat_dropdown_main .chosen-container .chosen-single:before {
          content: "\e804";
          position: absolute;
          right: 15px;
          top: 0;
          font-family: 'Simple-Line-Icons-Pro';
          font-size: 14px;
          color: white; }
        .header-mid-section .cat_dropdown_main .chosen-container .chosen-single:after {
          content: "\ea30";
          font-family: 'Simple-Line-Icons-Pro';
          position: absolute;
          left: 0;
          top: 0;
          height: 34px;
          width: 46px;
          border-right: 1px solid #c6d87c;
          font-size: 22px;
          color: white;
          text-align: center;
          padding-top: 0;
          z-index: 1; }
        .header-mid-section .cat_dropdown_main .chosen-container .chosen-single > div {
          display: none; }
      .header-mid-section .cat_dropdown_main .chosen-container .chosen-drop {
        padding: 0 0;
        max-height: 573px;
        overflow-x: auto; }
        .header-mid-section .cat_dropdown_main .chosen-container .chosen-drop .chosen-results {
          overflow-y: scroll; }
        .header-mid-section .cat_dropdown_main .chosen-container .chosen-drop ul {
          margin: 0 0 0 0;
          padding: 0; }
          .header-mid-section .cat_dropdown_main .chosen-container .chosen-drop ul li {
            font-size: 15px;
            text-transform: capitalize;
            padding: 10px 30px 10px 18px;
            color: black;
            border: none;
            position: relative;
            border-left: 3px solid transparent;
            border-top: 1px solid #dddddd; }
            .header-mid-section .cat_dropdown_main .chosen-container .chosen-drop ul li:first-child {
              border-top: none; }
            .header-mid-section .cat_dropdown_main .chosen-container .chosen-drop ul li:hover {
              border-left: 3px solid #f2f2f2;
              background: #8e9d06; }
            .header-mid-section .cat_dropdown_main .chosen-container .chosen-drop ul li.result-selected {
              background: #8e9d06;
              color: #8e9d06;
              border-left: 3px solid #f2f2f2; }

.search-section {
  width: 897px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -35px; }
  .search-section .searchSummary {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer; }
    .search-section .searchSummary .icon-magnifier-1 {
      font-size: 16px;
      width: 43px;
      height: 34px;
      display: block;
      position: relative;
      z-index: 1;
      top: 0;
      border: 1px solid #fff;
      text-align: center;
      line-height: 32px;
      background: #a1b93f;
      color: black;
      -webkit-border-radius: 0 2px 2px 0;
      -moz-border-radius: 0 2px 2px 0;
      border-radius: 0 2px 2px 0; }
      .search-section .searchSummary .icon-magnifier-1:hover {
        opacity: 0.5;
        border: 1px solid #fff; }
    .search-section .searchSummary #quickSearch .quickSearchResults {
      left: auto;
      top: 100%;
      width: 100%;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      margin-top: 1px;
      -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); }
      .search-section .searchSummary #quickSearch .quickSearchResults .quickSearchMessage {
        padding: 10px;
        font-size: 18px;
        margin-top: 0;
        word-wrap: break-word; }
      .search-section .searchSummary #quickSearch .quickSearchResults .modal-close {
        display: none; }
      .search-section .searchSummary #quickSearch .quickSearchResults .productGrid {
        border: 1px solid #dddddd;
        margin: 0;
        padding: 10px;
        max-height: 375px;
        overflow: auto;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px; }
        .search-section .searchSummary #quickSearch .quickSearchResults .productGrid li.product {
          float: none;
          padding: 0;
          margin-top: 10px; }
          .search-section .searchSummary #quickSearch .quickSearchResults .productGrid li.product:first-child {
            margin-top: 0; }
          .search-section .searchSummary #quickSearch .quickSearchResults .productGrid li.product .card {
            background: none;
            margin: 0;
            padding: 10px;
            border: 1px solid #dddddd; }
            .search-section .searchSummary #quickSearch .quickSearchResults .productGrid li.product .card:after {
              clear: both; }
            .search-section .searchSummary #quickSearch .quickSearchResults .productGrid li.product .card:hover .card-body {
              background: none; }
            .search-section .searchSummary #quickSearch .quickSearchResults .productGrid li.product .card .card-cnt {
              width: 75%;
              float: left; }
            .search-section .searchSummary #quickSearch .quickSearchResults .productGrid li.product .card .card-body, .search-section .searchSummary #quickSearch .quickSearchResults .productGrid li.product .card .card-action {
              width: 100%;
              text-align: left;
              padding: 0 10px 0;
              float: right; }
              .search-section .searchSummary #quickSearch .quickSearchResults .productGrid li.product .card .card-body .price, .search-section .searchSummary #quickSearch .quickSearchResults .productGrid li.product .card .card-action .price {
                padding-bottom: 0; }
              .search-section .searchSummary #quickSearch .quickSearchResults .productGrid li.product .card .card-body .actionButton.cartBtn, .search-section .searchSummary #quickSearch .quickSearchResults .productGrid li.product .card .card-action .actionButton.cartBtn {
                padding-bottom: 0;
                margin-top: 10px; }
            .search-section .searchSummary #quickSearch .quickSearchResults .productGrid li.product .card .card-body {
              margin-bottom: 10px; }
              .search-section .searchSummary #quickSearch .quickSearchResults .productGrid li.product .card .card-body .card-text, .search-section .searchSummary #quickSearch .quickSearchResults .productGrid li.product .card .card-body .card-title {
                font-size: 13px; }
                .search-section .searchSummary #quickSearch .quickSearchResults .productGrid li.product .card .card-body .card-text .price, .search-section .searchSummary #quickSearch .quickSearchResults .productGrid li.product .card .card-body .card-title .price {
                  font-size: 16px; }
              .search-section .searchSummary #quickSearch .quickSearchResults .productGrid li.product .card .card-body .card-title {
                margin-bottom: 5px; }
            .search-section .searchSummary #quickSearch .quickSearchResults .productGrid li.product .card .card-action {
              margin-top: 5px; }
              .search-section .searchSummary #quickSearch .quickSearchResults .productGrid li.product .card .card-action .button {
                width: 150px;
                font-size: 12px;
                padding: 6px 12px; }
              .search-section .searchSummary #quickSearch .quickSearchResults .productGrid li.product .card .card-action .qty_box {
                width: 175px; }
                .search-section .searchSummary #quickSearch .quickSearchResults .productGrid li.product .card .card-action .qty_box span {
                  padding: 5px 12px;
                  height: 30px;
                  line-height: 22px; }
                .search-section .searchSummary #quickSearch .quickSearchResults .productGrid li.product .card .card-action .qty_box .qty_value {
                  padding: 4px 12px;
                  height: 30px; }
            .search-section .searchSummary #quickSearch .quickSearchResults .productGrid li.product .card .card-figure {
              height: 100px !important;
              width: 25%; }
              .search-section .searchSummary #quickSearch .quickSearchResults .productGrid li.product .card .card-figure .quickview {
                display: none; }
              .search-section .searchSummary #quickSearch .quickSearchResults .productGrid li.product .card .card-figure .card-hover {
                display: none; }
              .search-section .searchSummary #quickSearch .quickSearchResults .productGrid li.product .card .card-figure .card-image {
                height: auto !important;
                max-width: 90px; }
              .search-section .searchSummary #quickSearch .quickSearchResults .productGrid li.product .card .card-figure .sale-flag-side {
                right: auto;
                top: -11px; }
    .search-section .searchSummary .searchIcon {
      cursor: pointer;
      padding: 5px;
      height: 100%;
      width: 100%;
      background: none;
      text-align: center;
      border: none;
      text-transform: uppercase;
      color: #999999;
      font-weight: bold;
      position: absolute;
      right: 0;
      top: 0;
      font-size: 0;
      z-index: 2; }
      .search-section .searchSummary .searchIcon span {
        text-transform: uppercase;
        font-size: 15px;
        font-weight: bold;
        color: #ffffff; }
    .search-section .searchSummary .form {
      margin-bottom: 0;
      position: relative; }
    .search-section .searchSummary .form-fieldset {
      padding: 0;
      margin: 0;
      width: 674px;
      display: inline-block;
      vertical-align: middle; }
      .search-section .searchSummary .form-fieldset .form-field {
        margin-bottom: 0;
        position: relative; }
        .search-section .searchSummary .form-fieldset .form-field .form-input {
          border: none;
          padding: 5px 50px 5px 36px;
          height: 34px;
          width: 100%;
          line-height: 20px;
          font-size: 13px;
          color: #999999;
          background: #f7f7f7 url("../img/text-input-icon.png") no-repeat 9px center;
          -webkit-border-radius: 0 2px 2px 0;
          -moz-border-radius: 0 2px 2px 0;
          border-radius: 0 2px 2px 0; }
        .search-section .searchSummary .form-fieldset .form-field .search-icon {
          position: absolute;
          top: 0;
          right: 0; }
    .search-section .searchSummary .button {
      width: 100%;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      cursor: pointer; }
  .search-section .header-phone-num {
    display: none; }

.card-figcaption-body .quickview {
  width: 96px; }

.card-figcaption-body .compare-icon {
  margin-top: 5px; }
  .card-figcaption-body .compare-icon a {
    width: 96px; }

.navigation-menu {
  background: #8e9d06; }
  .navigation-menu .navPages {
    max-width: 100%; }
    .navigation-menu .navPages ul li {
      padding: 0;
      position: relative;
      float: none;
      display: inline-block; }
      .navigation-menu .navPages ul li.sfHover > a {
        color: #f2f2f2; }
      .navigation-menu .navPages ul li:hover ul {
        display: block; }
      .navigation-menu .navPages ul li:before {
        display: block;
        content: '';
        background: #bbbbbb;
        width: 1px;
        height: 12px;
        position: absolute;
        right: 100%;
        top: 50%;
        margin-top: -6px; }
      .navigation-menu .navPages ul li:first-child:before {
        display: none; }
      .navigation-menu .navPages ul li > a {
        color: white;
        font-size: 14px;
        font-weight: normal;
        text-transform: capitalize;
        padding: 10px 12px;
        display: inline-block; }
        .navigation-menu .navPages ul li > a:hover {
          color: #f2f2f2; }
      .navigation-menu .navPages ul li ul {
        background: #8e9d06;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
        z-index: 10; }
        .navigation-menu .navPages ul li ul li {
          width: 100%;
          float: none;
          padding: 0 !important;
          border-left: 3px solid transparent;
          border-top: 1px solid #dddddd; }
          .navigation-menu .navPages ul li ul li:hover {
            border-left: 3px solid #f2f2f2; }
          .navigation-menu .navPages ul li ul li:before {
            display: none; }
          .navigation-menu .navPages ul li ul li:first-child {
            border-top: none; }
          .navigation-menu .navPages ul li ul li.sfHover > a {
            background: #8e9d06; }
          .navigation-menu .navPages ul li ul li a {
            padding: 10px 30px 10px 18px;
            margin: 0;
            display: block;
            text-align: left;
            border-bottom: 0;
            transition: none; }
            .navigation-menu .navPages ul li ul li a:hover {
              background: #8e9d06; }
          .navigation-menu .navPages ul li ul li ul {
            -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); }
            .navigation-menu .navPages ul li ul li ul li:first-child {
              border-top: none; }
            .navigation-menu .navPages ul li ul li ul li a {
              padding: 10px 30px 10px 15px; }
    .navigation-menu .navPages ul li.active > a {
      color: #f2f2f2; }

.header-mid-right {
  display: inline-block;
  vertical-align: middle;
  width: 256px;
  text-align: right;
  margin-top: -35px; }
  .header-mid-right .navUser {
    padding: 0; }
    .header-mid-right .navUser ul li {
      float: left; }
      .header-mid-right .navUser ul li a {
        color: white;
        font-size: 14px;
        text-transform: capitalize;
        font-weight: normal;
        padding: 0; }
    .header-mid-right .navUser ul li.my-account {
      margin-right: 30px;
      margin-top: 0;
      padding: 6px 0;
      position: relative; }
      .header-mid-right .navUser ul li.my-account:hover .sign-in-account-main ul.sign-in-account {
        display: block; }
      .header-mid-right .navUser ul li.my-account:hover a {
        color: #f2f2f2; }
        .header-mid-right .navUser ul li.my-account:hover a i {
          color: #f2f2f2; }
      .header-mid-right .navUser ul li.my-account a {
        padding: 0;
        display: inline-block;
        vertical-align: middle; }
      .header-mid-right .navUser ul li.my-account i {
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
        color: white;
        padding-right: 6px; }
      .header-mid-right .navUser ul li.my-account .sign-in-account-main {
        position: absolute;
        top: 100%;
        left: 0;
        padding-top: 12px;
        z-index: 99; }
        .header-mid-right .navUser ul li.my-account .sign-in-account-main ul.sign-in-account {
          display: none;
          background: #fafafa;
          padding: 10px;
          width: 160px;
          -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
          -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); }
          .header-mid-right .navUser ul li.my-account .sign-in-account-main ul.sign-in-account:after {
            content: "";
            width: 0px;
            height: 0px;
            border-style: solid;
            border-width: 0 12px 12px 12px;
            border-color: transparent transparent #fff;
            position: absolute;
            top: 0px;
            right: 50%;
            margin-left: -12px; }
          .header-mid-right .navUser ul li.my-account .sign-in-account-main ul.sign-in-account li {
            float: none; }
            .header-mid-right .navUser ul li.my-account .sign-in-account-main ul.sign-in-account li a {
              color: black;
              display: block;
              text-align: left;
              margin-left: 0;
              text-align: center; }
              .header-mid-right .navUser ul li.my-account .sign-in-account-main ul.sign-in-account li a:first-child {
                margin-bottom: 10px; }
              .header-mid-right .navUser ul li.my-account .sign-in-account-main ul.sign-in-account li a:hover {
                color: white; }
              .header-mid-right .navUser ul li.my-account .sign-in-account-main ul.sign-in-account li a.button {
                padding: 7px 25px;
                color: white; }
                .header-mid-right .navUser ul li.my-account .sign-in-account-main ul.sign-in-account li a.button:hover {
                  color: white; }
            .header-mid-right .navUser ul li.my-account .sign-in-account-main ul.sign-in-account li span {
              margin: 0; }
    .header-mid-right .navUser ul li.navUser-item--cart:hover a {
      color: #f2f2f2; }
      .header-mid-right .navUser ul li.navUser-item--cart:hover a i {
        color: #f2f2f2; }
    .header-mid-right .navUser ul li.navUser-item--cart a {
      position: relative; }
      .header-mid-right .navUser ul li.navUser-item--cart a i {
        font-size: 30px;
        color: white; }
      .header-mid-right .navUser ul li.navUser-item--cart a .countPill {
        display: block;
        position: absolute;
        top: 11px;
        left: 4px;
        background: none;
        font-size: 11px;
        font-weight: normal;
        color: white; }
    .header-mid-right .navUser .dropdown-menu {
      left: auto !important;
      right: 0;
      top: 50px !important;
      width: 450px;
      position: relative;
      -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); }
      .header-mid-right .navUser .dropdown-menu.is-open:after {
        content: "";
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 0 12px 12px 12px;
        border-color: transparent transparent #fff;
        position: absolute;
        top: -12px;
        right: 5px;
        margin-left: -12px; }
      .header-mid-right .navUser .dropdown-menu .previewCartAction .button {
        padding: 9px 12px;
        color: #fff; }
      .header-mid-right .navUser .dropdown-menu .previewCartAction .previewCartAction-checkoutMultiple {
        padding-top: 15px;
        text-align: left; }
        .header-mid-right .navUser .dropdown-menu .previewCartAction .previewCartAction-checkoutMultiple a {
          color: #8e9d06; }
          .header-mid-right .navUser .dropdown-menu .previewCartAction .previewCartAction-checkoutMultiple a:hover {
            color: black; }
      .header-mid-right .navUser .dropdown-menu .previewCartList .previewCartItem .previewCartItem-image {
        padding: 10px; }
      .header-mid-right .navUser .dropdown-menu .previewCartList .previewCartItem .previewCartItem-content {
        text-align: left; }
        .header-mid-right .navUser .dropdown-menu .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name a {
          color: #8e9d06; }
          .header-mid-right .navUser .dropdown-menu .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name a:hover {
            color: black; }

#quickSearch .quickSearchResults {
  z-index: 9;
  left: 0;
  top: 55px;
  position: absolute;
  background: #fff;
  padding: 0; }

#quickSearch .productGrid .product {
  margin-left: 0;
  width: 100%;
  padding: 0; }
  #quickSearch .productGrid .product .card-figure {
    float: left;
    width: 25%;
    border-bottom: none; }
  #quickSearch .productGrid .product .card-body {
    width: 70%;
    padding-top: 0;
    padding-left: 15px;
    text-align: center; }
  #quickSearch .productGrid .product .card {
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    border: none;
    border-bottom: 1px solid #dddddd; }

.heroCarousel-title {
  font-size: 40px;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 16px;
  line-height: 54px; }

.heroCarousel-description {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 23px; }

.heroCarousel-action {
  position: relative;
  padding: 0 19px 0 50px;
  height: 40px;
  line-height: 38px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }
  .heroCarousel-action:before {
    content: '\e8fb';
    position: absolute;
    left: 17px;
    font-size: 16px;
    top: 0;
    font-family: 'Simple-Line-Icons-Pro'; }

.heroCarousel-content {
  background: none;
  text-align: left;
  margin: 0 auto;
  padding: 0;
  width: 50rem;
  left: 0;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased; }

.heroCarousel {
  margin-bottom: 33px;
  margin-top: 0; }
  .heroCarousel:hover .slick-next, .heroCarousel:hover .slick-prev {
    border-color: #8e9d06; }
    .heroCarousel:hover .slick-next:after, .heroCarousel:hover .slick-prev:after {
      color: #8e9d06; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    background: none;
    border: 3px solid #fff;
    height: 40px;
    width: 40px; }
  .heroCarousel .slick-dots {
    display: none !important; }
  .heroCarousel .slick-prev:before, .heroCarousel .slick-next:before {
    display: none; }
  .heroCarousel .slick-prev, .heroCarousel .slick-next {
    border: 3px solid #fff;
    height: 40px;
    width: 40px;
    top: 50%;
    left: 60px; }
    .heroCarousel .slick-prev:after, .heroCarousel .slick-next:after {
      content: "\f104";
      left: 0;
      position: absolute;
      right: 0;
      top: 50%;
      font-family: FontAwesome;
      color: #fff;
      font-size: 30px; }
  .heroCarousel .slick-next {
    right: 60px;
    left: auto; }
    .heroCarousel .slick-next:after {
      content: "\f105"; }

.home-top-banner {
  margin-bottom: 33px; }

.special-info .banner-icon {
  display: inline-block;
  width: 40px;
  margin-right: 7px; }

.special-info .banner-cnt {
  display: inline-block;
  vertical-align: middle; }
  .special-info .banner-cnt h3 {
    font-size: 16px;
    color: #262626;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 500; }
  .special-info .banner-cnt span {
    color: #8b8b8b;
    font-size: 14px;
    text-align: left;
    display: block; }

.special-info .block {
  border-left: 1px solid #dddddd;
  text-align: center;
  width: 25%;
  float: left;
  padding: 8px 0; }
  .special-info .block:first-child {
    border-left: none;
    text-align: center; }

.banners {
  background: none;
  padding: 0;
  text-align: left; }
  .banners .banner {
    max-width: 100%;
    margin: 0; }

.popular_cat {
  margin-top: 36px;
  margin-bottom: 17px; }
  .popular_cat .productGrid .product + .product:nth-child(2) .card {
    border-top: none; }
  .popular_cat .productGrid {
    margin-left: -1.07143rem;
    margin-right: -1.07143rem; }
    .popular_cat .productGrid .product {
      width: 20%;
      border: none;
      margin: 0 0 23px;
      padding-left: 1.07143rem;
      padding-right: 1.07143rem; }
      .popular_cat .productGrid .product:hover .card-figure:before {
        opacity: 1; }
      .popular_cat .productGrid .product .card {
        padding: 0;
        margin: 0;
        border: none; }
        .popular_cat .productGrid .product .card:hover .card-title a {
          color: #8e9d06; }
        .popular_cat .productGrid .product .card:first-child {
          border: none; }
        .popular_cat .productGrid .product .card .card-figure {
          display: table;
          margin: 0 auto 15px;
          max-width: 100%;
          text-align: center;
          width: auto; }
  .popular_cat .card-figure {
    display: table;
    margin: 0 auto 15px;
    max-width: 260px;
    text-align: center;
    width: 100%; }
    .popular_cat .card-figure a {
      display: table-cell;
      vertical-align: middle; }
  .popular_cat .card-body {
    padding-top: 0; }
  .popular_cat .card-title {
    text-align: center;
    line-height: 30px;
    margin-bottom: 0; }
    .popular_cat .card-title a {
      color: black;
      font-size: 16px;
      font-weight: 400;
      position: relative;
      display: block;
      line-height: 24px; }
      .popular_cat .card-title a:after {
        content: "\e80e";
        font-family: 'Simple-Line-Icons-Pro';
        color: #8e9d06;
        font-weight: normal;
        font-size: 16px;
        margin-left: 10px;
        vertical-align: middle; }
        .popular_cat .card-title a:after:hover {
          color: black; }
      .popular_cat .card-title a:hover, .popular_cat .card-title a:focus {
        color: #8e9d06; }
  .popular_cat .productGrid .product:nth-child(2n) + .product {
    border-left: none; }

.login-for-price a:hover p {
  color: #bace08; }

.login-for-price a p {
  font-size: 16px;
  color: #8e9d06; }

.hide-banner-lnk:hover:before, .hide-banner-lnk:hover:after {
  height: 100%;
  left: 0;
  opacity: 0.3;
  top: 0;
  width: 100%; }

.hide-banner-lnk:before, .hide-banner-lnk:after {
  background: #8e9d06;
  content: "";
  height: 0;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: all 0.3s ease 0s;
  width: 0; }

.hide-banner-lnk:hover:before, .hide-banner-lnk:hover:after {
  height: 100%;
  left: 0;
  opacity: 0.3;
  top: 0;
  width: 100%; }

.hide-banner-lnk:after {
  transition-delay: 0.15s; }

.hide-banner-lnk:before, .hide-banner-lnk:after {
  background: #8e9d06;
  content: "";
  height: 0;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 0; }

.hide-banner-lnk {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.card-image {
  width: auto;
  max-width: 100%; }

.card-title {
  font-size: 16px;
  color: black;
  font-weight: normal;
  margin-bottom: 10px; }
  .card-title a {
    color: black; }
  .card-title:hover a {
    color: #8e9d06; }

.card {
  display: block;
  padding: 0; }
  .card .card-cnt {
    display: block !important;
    padding: 0 15px 15px 15px; }
  .card .card-figure {
    display: table;
    vertical-align: middle;
    width: 100%; }
    .card .card-figure a {
      display: table-cell;
      vertical-align: middle;
      -webkit-font-smoothing: antialiased;
      -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
      -webkit-font-smoothing: subpixel-antialiased; }
  .card .card-body {
    margin-bottom: 24px;
    display: block; }
  .card .card-action {
    display: block; }
    .card .card-action .button {
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      padding: 9px 12px; }

.productGrid {
  border-bottom: none; }
  .productGrid .product:nth-child(5) .card {
    border-top: 1px solid #dddddd; }
  .productGrid .product:nth-child(4n+1) .card {
    border-left: none; }
  .productGrid .product:nth-child(5n+1) .card {
    border-left: 1px solid #dddddd; }

.homepageFeaturedProducts, .homepageTopSellersProducts, .homepageNewProducts, .related-products, .similar-by-views {
  margin-bottom: 52px; }
  .homepageFeaturedProducts .productCarousel, .homepageFeaturedProducts .ProductDetailcarousel, .homepageTopSellersProducts .productCarousel, .homepageTopSellersProducts .ProductDetailcarousel, .homepageNewProducts .productCarousel, .homepageNewProducts .ProductDetailcarousel, .related-products .productCarousel, .related-products .ProductDetailcarousel, .similar-by-views .productCarousel, .similar-by-views .ProductDetailcarousel {
    margin: 0; }
  .homepageFeaturedProducts .slick-disabled, .homepageTopSellersProducts .slick-disabled, .homepageNewProducts .slick-disabled, .related-products .slick-disabled, .similar-by-views .slick-disabled {
    opacity: 0.5; }
  .homepageFeaturedProducts .slick-prev:before, .homepageTopSellersProducts .slick-prev:before, .homepageNewProducts .slick-prev:before, .related-products .slick-prev:before, .similar-by-views .slick-prev:before {
    background: none;
    content: '\e80d';
    font-family: 'Simple-Line-Icons-Pro'; }
  .homepageFeaturedProducts .slick-next:before, .homepageTopSellersProducts .slick-next:before, .homepageNewProducts .slick-next:before, .related-products .slick-next:before, .similar-by-views .slick-next:before {
    background: none;
    content: '\e80e';
    font-family: 'Simple-Line-Icons-Pro'; }
  .homepageFeaturedProducts .slick-prev, .homepageFeaturedProducts .slick-next, .homepageTopSellersProducts .slick-prev, .homepageTopSellersProducts .slick-next, .homepageNewProducts .slick-prev, .homepageNewProducts .slick-next, .related-products .slick-prev, .related-products .slick-next, .similar-by-views .slick-prev, .similar-by-views .slick-next {
    background: none !important;
    height: 20px;
    width: 20px;
    padding: 0;
    margin: 0;
    top: -46px; }
    .homepageFeaturedProducts .slick-prev.focus, .homepageFeaturedProducts .slick-next.focus, .homepageTopSellersProducts .slick-prev.focus, .homepageTopSellersProducts .slick-next.focus, .homepageNewProducts .slick-prev.focus, .homepageNewProducts .slick-next.focus, .related-products .slick-prev.focus, .related-products .slick-next.focus, .similar-by-views .slick-prev.focus, .similar-by-views .slick-next.focus {
      background: none; }
    .homepageFeaturedProducts .slick-prev:hover, .homepageFeaturedProducts .slick-next:hover, .homepageTopSellersProducts .slick-prev:hover, .homepageTopSellersProducts .slick-next:hover, .homepageNewProducts .slick-prev:hover, .homepageNewProducts .slick-next:hover, .related-products .slick-prev:hover, .related-products .slick-next:hover, .similar-by-views .slick-prev:hover, .similar-by-views .slick-next:hover {
      background: none; }
      .homepageFeaturedProducts .slick-prev:hover:before, .homepageFeaturedProducts .slick-next:hover:before, .homepageTopSellersProducts .slick-prev:hover:before, .homepageTopSellersProducts .slick-next:hover:before, .homepageNewProducts .slick-prev:hover:before, .homepageNewProducts .slick-next:hover:before, .related-products .slick-prev:hover:before, .related-products .slick-next:hover:before, .similar-by-views .slick-prev:hover:before, .similar-by-views .slick-next:hover:before {
        color: #8e9d06; }
  .homepageFeaturedProducts .slick-prev, .homepageTopSellersProducts .slick-prev, .homepageNewProducts .slick-prev, .related-products .slick-prev, .similar-by-views .slick-prev {
    left: auto;
    right: 30px; }
  .homepageFeaturedProducts .slick-next, .homepageTopSellersProducts .slick-next, .homepageNewProducts .slick-next, .related-products .slick-next, .similar-by-views .slick-next {
    right: 0; }

.homepageFeaturedProducts .productCarousel .slick-list .productCarousel-slide .card, .homepageFeaturedProducts .ProductDetailcarousel .slick-list .productCarousel-slide .card, .homepageTopSellersProducts .productCarousel .slick-list .productCarousel-slide .card, .homepageTopSellersProducts .ProductDetailcarousel .slick-list .productCarousel-slide .card, .homepageNewProducts .productCarousel .slick-list .productCarousel-slide .card, .homepageNewProducts .ProductDetailcarousel .slick-list .productCarousel-slide .card {
  border-top: 1px solid #dddddd; }

.homepageFeaturedProducts .productCarousel .slick-list .productCarousel-slide:nth-child(5n+1) .card, .homepageFeaturedProducts .ProductDetailcarousel .slick-list .productCarousel-slide:nth-child(5n+1) .card, .homepageTopSellersProducts .productCarousel .slick-list .productCarousel-slide:nth-child(5n+1) .card, .homepageTopSellersProducts .ProductDetailcarousel .slick-list .productCarousel-slide:nth-child(5n+1) .card, .homepageNewProducts .productCarousel .slick-list .productCarousel-slide:nth-child(5n+1) .card, .homepageNewProducts .ProductDetailcarousel .slick-list .productCarousel-slide:nth-child(5n+1) .card {
  border-left: none; }

.homepageFeaturedProducts .productCarousel, .homepageFeaturedProducts .ProductDetailcarousel, .homepageTopSellersProducts .productCarousel, .homepageTopSellersProducts .ProductDetailcarousel, .homepageNewProducts .productCarousel, .homepageNewProducts .ProductDetailcarousel {
  border-bottom: none; }
  .homepageFeaturedProducts .productCarousel .productCarousel-slide .card, .homepageFeaturedProducts .ProductDetailcarousel .productCarousel-slide .card, .homepageTopSellersProducts .productCarousel .productCarousel-slide .card, .homepageTopSellersProducts .ProductDetailcarousel .productCarousel-slide .card, .homepageNewProducts .productCarousel .productCarousel-slide .card, .homepageNewProducts .ProductDetailcarousel .productCarousel-slide .card {
    border-top: none; }
  .homepageFeaturedProducts .productCarousel .productCarousel-slide:nth-child(1) .card, .homepageFeaturedProducts .productCarousel .productCarousel-slide:nth-child(2) .card, .homepageFeaturedProducts .productCarousel .productCarousel-slide:nth-child(3) .card, .homepageFeaturedProducts .productCarousel .productCarousel-slide:nth-child(4) .card, .homepageFeaturedProducts .productCarousel .productCarousel-slide:nth-child(5) .card, .homepageFeaturedProducts .ProductDetailcarousel .productCarousel-slide:nth-child(1) .card, .homepageFeaturedProducts .ProductDetailcarousel .productCarousel-slide:nth-child(2) .card, .homepageFeaturedProducts .ProductDetailcarousel .productCarousel-slide:nth-child(3) .card, .homepageFeaturedProducts .ProductDetailcarousel .productCarousel-slide:nth-child(4) .card, .homepageFeaturedProducts .ProductDetailcarousel .productCarousel-slide:nth-child(5) .card, .homepageTopSellersProducts .productCarousel .productCarousel-slide:nth-child(1) .card, .homepageTopSellersProducts .productCarousel .productCarousel-slide:nth-child(2) .card, .homepageTopSellersProducts .productCarousel .productCarousel-slide:nth-child(3) .card, .homepageTopSellersProducts .productCarousel .productCarousel-slide:nth-child(4) .card, .homepageTopSellersProducts .productCarousel .productCarousel-slide:nth-child(5) .card, .homepageTopSellersProducts .ProductDetailcarousel .productCarousel-slide:nth-child(1) .card, .homepageTopSellersProducts .ProductDetailcarousel .productCarousel-slide:nth-child(2) .card, .homepageTopSellersProducts .ProductDetailcarousel .productCarousel-slide:nth-child(3) .card, .homepageTopSellersProducts .ProductDetailcarousel .productCarousel-slide:nth-child(4) .card, .homepageTopSellersProducts .ProductDetailcarousel .productCarousel-slide:nth-child(5) .card, .homepageNewProducts .productCarousel .productCarousel-slide:nth-child(1) .card, .homepageNewProducts .productCarousel .productCarousel-slide:nth-child(2) .card, .homepageNewProducts .productCarousel .productCarousel-slide:nth-child(3) .card, .homepageNewProducts .productCarousel .productCarousel-slide:nth-child(4) .card, .homepageNewProducts .productCarousel .productCarousel-slide:nth-child(5) .card, .homepageNewProducts .ProductDetailcarousel .productCarousel-slide:nth-child(1) .card, .homepageNewProducts .ProductDetailcarousel .productCarousel-slide:nth-child(2) .card, .homepageNewProducts .ProductDetailcarousel .productCarousel-slide:nth-child(3) .card, .homepageNewProducts .ProductDetailcarousel .productCarousel-slide:nth-child(4) .card, .homepageNewProducts .ProductDetailcarousel .productCarousel-slide:nth-child(5) .card {
    border-top: 1px solid #dddddd; }
  .homepageFeaturedProducts .productCarousel .productCarousel-slide:nth-child(5) .card, .homepageFeaturedProducts .ProductDetailcarousel .productCarousel-slide:nth-child(5) .card, .homepageTopSellersProducts .productCarousel .productCarousel-slide:nth-child(5) .card, .homepageTopSellersProducts .ProductDetailcarousel .productCarousel-slide:nth-child(5) .card, .homepageNewProducts .productCarousel .productCarousel-slide:nth-child(5) .card, .homepageNewProducts .ProductDetailcarousel .productCarousel-slide:nth-child(5) .card {
    border-top: 1px solid #dddddd; }
  .homepageFeaturedProducts .productCarousel .productCarousel-slide:nth-child(4n+1) .card, .homepageFeaturedProducts .ProductDetailcarousel .productCarousel-slide:nth-child(4n+1) .card, .homepageTopSellersProducts .productCarousel .productCarousel-slide:nth-child(4n+1) .card, .homepageTopSellersProducts .ProductDetailcarousel .productCarousel-slide:nth-child(4n+1) .card, .homepageNewProducts .productCarousel .productCarousel-slide:nth-child(4n+1) .card, .homepageNewProducts .ProductDetailcarousel .productCarousel-slide:nth-child(4n+1) .card {
    border-left: none; }
  .homepageFeaturedProducts .productCarousel .productCarousel-slide:nth-child(5n+1) .card, .homepageFeaturedProducts .ProductDetailcarousel .productCarousel-slide:nth-child(5n+1) .card, .homepageTopSellersProducts .productCarousel .productCarousel-slide:nth-child(5n+1) .card, .homepageTopSellersProducts .ProductDetailcarousel .productCarousel-slide:nth-child(5n+1) .card, .homepageNewProducts .productCarousel .productCarousel-slide:nth-child(5n+1) .card, .homepageNewProducts .ProductDetailcarousel .productCarousel-slide:nth-child(5n+1) .card {
    border-left: 1px solid #dddddd; }

.productGrid {
  margin: 0 0 0 0; }
  .productGrid .product {
    width: 20%;
    padding: 0; }
    .productGrid .product .card {
      border-top: none;
      border-left: none;
      padding: 0;
      margin-bottom: 0; }
    .productGrid .product:nth-child(1) .card, .productGrid .product:nth-child(2) .card, .productGrid .product:nth-child(3) .card, .productGrid .product:nth-child(4) .card {
      border-top: 1px solid #dddddd; }

.page-sidebar + .page-content .productGrid .product .card {
  border-top: none; }

.page-sidebar + .page-content .productGrid .product:nth-child(1) .card, .page-sidebar + .page-content .productGrid .product:nth-child(2) .card, .page-sidebar + .page-content .productGrid .product:nth-child(3) .card, .page-sidebar + .page-content .productGrid .product:nth-child(4) .card {
  border-top: 1px solid #dddddd; }

.page-sidebar + .page-content .productGrid .product + .product .card {
  border-left: none; }

.page-sidebar + .page-content .productGrid .product + .product:nth-child(5) .card {
  border-top: none; }

.page-sidebar + .page-content .productGrid .product:nth-child(4n) + .product {
  border-left: 1px solid #dddddd; }

.inCart .card-action .qty_box {
  display: block; }

.inCart .card-action .add-to-cart {
  display: none; }

.card .qty_box {
  cursor: pointer;
  display: none;
  font-size: 0;
  position: relative; }
  .card .qty_box .qty_value {
    background: #f3f5f8;
    color: black;
    font-size: 16px;
    font-weight: 400;
    left: auto;
    position: relative;
    top: auto;
    width: 100%;
    z-index: -1;
    padding: 8px 12px;
    line-height: normal; }
  .card .qty_box .qty_inc {
    left: auto;
    right: 0;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0; }
  .card .qty_box span {
    background: #8e9d06;
    border-radius: 2px;
    color: white;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    left: 0;
    line-height: normal;
    padding: 9px 12px;
    width: 40px;
    position: absolute;
    text-align: center;
    top: 0;
    vertical-align: top;
    z-index: 10;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px; }
    .card .qty_box span i {
      font-size: 14px; }
    .card .qty_box span:hover {
      background: #b5c711;
      color: white; }

.sale-flag-side {
  background: url(../img/sale-tag-bg.png) no-repeat 0 0;
  width: 20px;
  height: 73px;
  padding: 8px 0;
  right: 11px;
  top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .sale-flag-side .sale-text {
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    text-align: center;
    line-height: 13px; }

.homepageFeaturedProducts .productCarousel .slick-list, .homepageTopSellersProducts .productCarousel .slick-list, .homepageNewProducts .productCarousel .slick-list {
  position: relative; }
  .homepageFeaturedProducts .productCarousel .slick-list:after, .homepageTopSellersProducts .productCarousel .slick-list:after, .homepageNewProducts .productCarousel .slick-list:after {
    background: #dddddd;
    bottom: 0;
    content: "";
    top: 0;
    width: 1px;
    position: absolute;
    left: auto;
    right: 0; }
  .homepageFeaturedProducts .productCarousel .slick-list:before, .homepageTopSellersProducts .productCarousel .slick-list:before, .homepageNewProducts .productCarousel .slick-list:before {
    background: #dddddd;
    bottom: 0;
    content: "";
    top: 0;
    width: 1px;
    position: absolute;
    left: 0;
    right: auto;
    z-index: 1; }

.productCarousel .slick-list, .ProductDetailcarousel .slick-list {
  position: relative; }
  .productCarousel .slick-list:after, .ProductDetailcarousel .slick-list:after {
    background: #dddddd;
    bottom: 0;
    content: "";
    top: 0;
    width: 0px;
    position: absolute;
    left: auto;
    right: 0; }
  .productCarousel .slick-list:before, .ProductDetailcarousel .slick-list:before {
    background: #dddddd;
    bottom: 0;
    content: "";
    top: 0;
    width: 1px;
    position: absolute;
    left: 0;
    right: auto;
    z-index: 1; }

.productCarousel-slide {
  width: 20%;
  padding: 0; }
  .productCarousel-slide .card {
    border-left: none;
    padding: 0;
    margin-bottom: 0;
    position: relative; }
    .productCarousel-slide .card:before {
      background: #dddddd;
      bottom: 0;
      content: "";
      top: 0;
      width: 1px;
      position: absolute;
      right: auto;
      left: 0; }
    .productCarousel-slide .card .card-action .button {
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      padding: 9px 12px; }

.HomeFeaturedCategory {
  border: 1px solid #dddddd;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px; }
  .HomeFeaturedCategory .category-main-img {
    width: 533px;
    float: left; }
    .HomeFeaturedCategory .category-main-img a img {
      -webkit-border-radius: 12px 0 0 12px;
      -moz-border-radius: 12px 0 0 12px;
      border-radius: 12px 0 0 12px;
      max-width: 533px; }
  .HomeFeaturedCategory .cataegory-img-list {
    width: 864px;
    float: right; }
    .HomeFeaturedCategory .cataegory-img-list ul {
      margin: 0; }
      .HomeFeaturedCategory .cataegory-img-list ul li {
        float: left;
        list-style: none;
        width: 25%;
        text-align: center;
        padding: 0;
        border-right: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd; }
        .HomeFeaturedCategory .cataegory-img-list ul li:nth-child(5), .HomeFeaturedCategory .cataegory-img-list ul li:nth-child(6), .HomeFeaturedCategory .cataegory-img-list ul li:nth-child(7), .HomeFeaturedCategory .cataegory-img-list ul li:nth-child(8) {
          border-bottom: none; }
        .HomeFeaturedCategory .cataegory-img-list ul li:nth-child(1), .HomeFeaturedCategory .cataegory-img-list ul li:nth-child(5) {
          border-left: none; }
        .HomeFeaturedCategory .cataegory-img-list ul li:nth-child(4), .HomeFeaturedCategory .cataegory-img-list ul li:nth-child(8) {
          border-right: none; }
        .HomeFeaturedCategory .cataegory-img-list ul li a {
          display: block;
          padding: 6px; }
          .HomeFeaturedCategory .cataegory-img-list ul li a:hover .cat-title h3 {
            color: #8e9d06; }
          .HomeFeaturedCategory .cataegory-img-list ul li a .cat-title {
            margin-top: 10px; }
            .HomeFeaturedCategory .cataegory-img-list ul li a .cat-title h3 {
              font-size: 14px;
              color: black;
              font-weight: normal;
              margin-bottom: 0; }
          .HomeFeaturedCategory .cataegory-img-list ul li a .cat-img {
            height: 134px !important; }
            .HomeFeaturedCategory .cataegory-img-list ul li a .cat-img img {
              max-height: 134px; }

.HomeFeaturedCategorySection1 {
  margin-bottom: 60px; }

.HomeFeaturedCategorySection2 .category-main-img {
  float: right; }
  .HomeFeaturedCategorySection2 .category-main-img a img {
    -webkit-border-radius: 0 12px 12px 0;
    -moz-border-radius: 0 12px 12px 0;
    border-radius: 0 12px 12px 0; }

.HomeFeaturedCategorySection2 .cataegory-img-list {
  float: left; }
  .HomeFeaturedCategorySection2 .cataegory-img-list ul li {
    border-right: 1px solid #dddddd;
    border-left: none; }
    .HomeFeaturedCategorySection2 .cataegory-img-list ul li:nth-child(4), .HomeFeaturedCategorySection2 .cataegory-img-list ul li:nth-child(8) {
      border-right: none; }

.footer {
  padding: 0;
  background: #fff;
  position: relative; }

.footer-inner {
  position: relative; }
  .footer-inner:after {
    background: #8e9d06;
    bottom: 0;
    content: "";
    display: block;
    left: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 9999px; }

.footer-info-col:last-child:not(:first-child) {
  float: left; }

.footer-left {
  width: 863px;
  float: left;
  padding-right: 50px;
  padding-top: 50px;
  position: relative;
  z-index: 2; }
  .footer-left:after {
    background: #8e9d06;
    bottom: 0;
    content: "";
    display: block;
    left: 100%;
    position: absolute;
    top: 0;
    width: 9999px;
    z-index: 1; }
  .footer-left .footer-info-col {
    width: 210px;
    float: left; }
    .footer-left .footer-info-col.footer-pages-list {
      padding-left: 0; }
  .footer-left .footer-info-col.footer-misc {
    width: 175px;
    float: left; }
  .footer-left .footer-block {
    border-bottom: 1px solid #bdd268;
    margin-bottom: 32px; }
  .footer-left .footer-about {
    margin-bottom: 46px; }
    .footer-left .footer-about h3 {
      font-size: 18px;
      color: white;
      text-transform: uppercase;
      margin-bottom: 14px; }
    .footer-left .footer-about p {
      color: white;
      font-weight: normal; }
      .footer-left .footer-about p a {
        color: #fff; }
        .footer-left .footer-about p a:hover {
          color: #f2f2f2; }

.footer-right {
  width: 537px;
  float: right;
  padding: 50px 40px 50px 46px;
  position: relative;
  z-index: 9;
  background: #8e9d06; }
  .footer-right .header-logo {
    margin: 0;
    text-align: left;
    display: block;
    border-bottom: 1px solid #bace08;
    padding-bottom: 23px;
    margin-bottom: 30px;
    color: white; }
    .footer-right .header-logo.logo-text {
      padding-bottom: 0; }
    .footer-right .header-logo .header-logo-text {
      border: none;
      margin: 0; }
  .footer-right .footer-newslatter {
    width: 100%;
    padding: 0;
    margin: 0 0 40px 0; }
    .footer-right .footer-newslatter .footer-info-heading {
      font-size: 16px;
      color: white;
      font-weight: 400;
      margin-bottom: 3px; }
    .footer-right .footer-newslatter p {
      color: white; }
    .footer-right .footer-newslatter .form .form-fieldset {
      padding: 0;
      margin: 0;
      width: 447px; }
      .footer-right .footer-newslatter .form .form-fieldset .form-field {
        margin-bottom: 0;
        position: relative; }
        .footer-right .footer-newslatter .form .form-fieldset .form-field .form-input {
          height: 35px;
          padding: 2px 55px 2px 10px;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          border-radius: 2px;
          width: 100%; }
        .footer-right .footer-newslatter .form .form-fieldset .form-field .button {
          height: 35px;
          position: absolute;
          right: 0;
          top: 0;
          background: #a1b93f;
          width: 44px;
          line-height: 20px;
          -webkit-border-radius: 0 2px 2px 0;
          -moz-border-radius: 0 2px 2px 0;
          border-radius: 0 2px 2px 0; }
          .footer-right .footer-newslatter .form .form-fieldset .form-field .button span {
            color: #133ca4; }
          .footer-right .footer-newslatter .form .form-fieldset .form-field .button:hover {
            background: #b5c962; }
  .footer-right .footer-address {
    width: 100%;
    float: left;
    padding: 0; }
    .footer-right .footer-address address {
      font-size: 14px;
      color: white;
      font-style: normal; }
    .footer-right .footer-address .footer-add-inn {
      width: 235px;
      float: left; }
    .footer-right .footer-address .footer-phone {
      width: 215px;
      float: right;
      padding-left: 30px; }
      .footer-right .footer-address .footer-phone div {
        margin-bottom: 5px; }
      .footer-right .footer-address .footer-phone i {
        color: #a1b93f;
        font-size: 14px;
        padding-right: 6px; }
      .footer-right .footer-address .footer-phone strong {
        font-size: 14px;
        color: white;
        font-weight: normal;
        margin-bottom: 4px; }
        .footer-right .footer-address .footer-phone strong a {
          color: white; }
    .footer-right .footer-address .footer-social {
      clear: both;
      display: block; }
      .footer-right .footer-address .footer-social .footer-info-col {
        text-align: left;
        margin-top: 27px;
        margin-bottom: 0; }
        .footer-right .footer-address .footer-social .footer-info-col .socialLinks {
          margin-top: 20px; }
          .footer-right .footer-address .footer-social .footer-info-col .socialLinks li {
            float: none;
            display: inline-block;
            text-align: center;
            padding: 0px;
            border: 1px solid white;
            border-radius: 100%;
            width: 32px;
            height: 32px;
            margin-left: 0;
            margin-right: 5px; }
            .footer-right .footer-address .footer-social .footer-info-col .socialLinks li:hover {
              border: 1px solid #fff;
              background: #8e9d06; }
              .footer-right .footer-address .footer-social .footer-info-col .socialLinks li:hover a {
                color: #f2f2f2; }
            .footer-right .footer-address .footer-social .footer-info-col .socialLinks li a {
              text-align: center;
              color: white;
              line-height: normal;
              display: block;
              padding: 8px; }
              .footer-right .footer-address .footer-social .footer-info-col .socialLinks li a .fa {
                font-size: 14px; }

.footer-info-heading {
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-weight: 400; }

.footer-info-list li a {
  font-size: 13px;
  color: white;
  line-height: 26px; }
  .footer-info-list li a:hover {
    color: #f2f2f2; }

.footer-info {
  background: #acc641;
  margin: 0;
  overflow: hidden;
  position: relative;
  font-size: inherit; }

.footer-bottom-left {
  float: left; }
  .footer-bottom-left .footer-geotrust-ssl-seal {
    position: inherit; }
  .footer-bottom-left ul {
    margin: 0; }
    .footer-bottom-left ul li {
      list-style: none;
      display: inline-block;
      vertical-align: middle;
      margin-left: 10px; }
      .footer-bottom-left ul li:first-child {
        margin-left: 0; }

.footer-bottom-right {
  float: right;
  margin-top: 3px; }
  .footer-bottom-right .footer-payment-icons {
    height: auto;
    margin-top: 0; }
    .footer-bottom-right .footer-payment-icons ul {
      margin: 0; }
      .footer-bottom-right .footer-payment-icons ul li {
        display: inline-block;
        list-style: none;
        margin-left: 1px;
        vertical-align: middle; }
        .footer-bottom-right .footer-payment-icons ul li .footer-payment-icon {
          background: url(../img/payment-icon.png) no-repeat 0 0;
          width: 45px;
          height: 28px;
          display: block;
          margin: 0; }
        .footer-bottom-right .footer-payment-icons ul li .icon-logo-visa {
          background-position: -48px 0; }
        .footer-bottom-right .footer-payment-icons ul li .icon-logo-paypal {
          background-position: -96px 0; }
        .footer-bottom-right .footer-payment-icons ul li .icon-logo-american-express {
          background-position: -145px 0; }
        .footer-bottom-right .footer-payment-icons ul li .icon-logo-discover {
          background-position: -193px 0; }

.footer-bottom {
  background: #fff;
  padding: 20px 0; }

.footer-copyright {
  background: #fafafa; }
  .footer-copyright .powered-by {
    font-size: 14px; }
  .footer-copyright a {
    color: black; }
  .footer-copyright .footer-copyright.footer-powered-by {
    float: right;
    padding: 20px 0; }
  .footer-copyright .footer-copyright {
    float: left;
    padding: 20px 0; }

.advancedSearch-form hr {
  margin: 0; }

.page-content .productGrid.product-list-view .product:nth-child(4n) + .product {
  border-left: none; }

.page-content .productGrid.product-list-view .product + .product .card {
  border-left: 1px solid #dddddd; }

.page-content .productGrid.product-list-view .product + .product:nth-child(5) .card {
  border-top: none; }

.page-content .productGrid.product-list-view .product .card {
  border-top: none; }

.page-content.page-content--centered {
  clear: both; }

.page-content .productGrid.product-list-view {
  margin: 0 0 30px 0; }
  .page-content .productGrid.product-list-view .product {
    width: 100%;
    padding: 0; }
    .page-content .productGrid.product-list-view .product:first-child .card {
      border-top: 1px solid #dddddd; }
  .page-content .productGrid.product-list-view .card {
    margin-bottom: 0;
    height: auto !important;
    padding: 0;
    border: 1px solid #dddddd;
    border-top: none; }

.card-summary-block {
  display: none; }

.page-sidebar + .page-content .productGrid.product-list-view .product:nth-child(4n) + .product {
  border-left: none; }

.page-sidebar + .page-content .productGrid.product-list-view .product + .product .card {
  border-left: 1px solid #dddddd; }

.page-sidebar + .page-content .productGrid.product-list-view .product + .product:nth-child(5) .card {
  border-top: none; }

.page-sidebar + .page-content .productGrid.product-list-view .product .card {
  border-top: none; }

.page-sidebar + .page-content .productGrid.product-list-view {
  margin: 0 0 30px 0; }
  .page-sidebar + .page-content .productGrid.product-list-view .product {
    width: 100%;
    padding: 0; }
    .page-sidebar + .page-content .productGrid.product-list-view .product:first-child .card {
      border-top: 1px solid #dddddd; }
  .page-sidebar + .page-content .productGrid.product-list-view .card {
    margin-bottom: 0;
    height: auto !important;
    padding: 0;
    border: 1px solid #dddddd;
    border-top: none; }

.productGrid.product-list-view {
  margin: 0 0 30px 0; }
  .productGrid.product-list-view .product {
    width: 100%;
    padding: 0; }
    .productGrid.product-list-view .product .card {
      padding: 0; }
      .productGrid.product-list-view .product .card .card-summary-block {
        display: block; }

.card-summary-block {
  font-size: 13px;
  line-height: 21px;
  display: none; }

.product-list-view .product {
  text-align: left; }
  .product-list-view .product:first-child .card {
    border-top: 1px solid #dddddd; }

.product-list-view .card {
  margin-bottom: 20px;
  height: auto !important;
  padding: 0;
  border: 1px solid #dddddd;
  border-top: none; }

.product-list-view .card-inner {
  padding: 15px; }

.product-list-view .card-inner-wrap {
  padding: 0; }

.product-list-view .card-bottom-block {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  display: block;
  width: 30%;
  margin-left: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .product-list-view .card-bottom-block .button-white {
    padding-left: 15px;
    padding-right: 15px; }

.product-list-view .card-figure {
  display: table-cell;
  vertical-align: middle;
  width: 20%;
  text-align: center;
  padding: 20px;
  border-right: 1px solid #dddddd;
  height: 100% !important; }

.product-list-view .card-cnt {
  display: table-cell;
  vertical-align: top;
  padding: 30px 40px;
  text-align: left; }

.product-list-view .card .card-text {
  margin-bottom: 10px; }
  .product-list-view .card .card-text .price {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0; }
    .product-list-view .card .card-text .price.price--rrp {
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px; }

.product-list-view .card .qty_box {
  width: 180px;
  float: left;
  margin-right: 20px;
  display: block; }

.product-list-view .card-rating {
  margin-bottom: 10px; }

.product-list-view .card-summary-block {
  display: block; }

.product-list-view .price-section {
  font-size: 15px; }

.product-list-view .card-title {
  margin-bottom: 10px; }

.product-list-view .card-summary-block {
  color: #7b8188;
  margin-top: 17px; }

.product-list-view .inCart .card-action .qty_box {
  float: left;
  width: 180px;
  margin-right: 20px; }

.product-list-view .card-action .card-figcaption-button {
  display: inline-block; }

.product-list-view .sale-flag-side {
  right: auto;
  left: 10px;
  top: 0; }

.product-list-view .card-body {
  padding-top: 0; }

.product-view-block {
  margin-top: 5px;
  margin-right: 20px; }
  .product-view-block span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px; }
    .product-view-block span a {
      display: block;
      height: 22px;
      line-height: 22px;
      width: 22px;
      text-align: center;
      color: #999999;
      font-size: 18px; }
      .product-view-block span a:hover {
        color: #8e9d06; }
    .product-view-block span.product-view-btn a {
      font-size: 20px; }
    .product-view-block span:first-child {
      margin-left: 0; }
    .product-view-block span.active a {
      color: #8e9d06; }

.type-category .HomeTopBanner {
  margin-bottom: 30px; }

.page {
  margin-top: 0; }

.breadcrumbs {
  text-align: left;
  margin: 0;
  padding: 20px 0; }
  .breadcrumbs .breadcrumb {
    display: inline; }
    .breadcrumbs .breadcrumb:before {
      font-family: FontAwesome;
      content: "\f105";
      margin: 0 8px; }
  .breadcrumbs li a {
    font-size: 14px;
    color: #8e9d06; }
    .breadcrumbs li a:hover {
      color: black; }
  .breadcrumbs li.is-active .breadcrumb-label {
    color: black; }

.breadcrumb:first-child:before {
  display: none; }

.page-sidebar + .page-content {
  width: 1140px; }

.page-sidebar {
  width: 290px; }

.categories_list .categories_list_inn .subCategoriesBox {
  margin-bottom: 15px;
  width: 158px;
  float: left;
  vertical-align: top; }
  .categories_list .categories_list_inn .subCategoriesBox:nth-child(7n+1) .navList-action {
    border-left: 1px solid #dddddd; }
  .categories_list .categories_list_inn .subCategoriesBox:nth-child(7n+1) .navList-action-title {
    border-left: none; }
  .categories_list .categories_list_inn .subCategoriesBox .subCategoryList {
    padding: 3px;
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 164px; }
    .categories_list .categories_list_inn .subCategoriesBox .subCategoryList .imagebox {
      display: table-cell;
      max-height: 110px;
      vertical-align: middle; }
      .categories_list .categories_list_inn .subCategoriesBox .subCategoryList .imagebox img {
        max-height: 100%; }
  .categories_list .categories_list_inn .subCategoriesBox .navList-action {
    text-align: center;
    padding: 0;
    font-size: 13px;
    font-weight: normal;
    color: black;
    border: 1px solid #dddddd;
    border-left: none; }
    .categories_list .categories_list_inn .subCategoriesBox .navList-action .navList-action {
      background: #f3f3f3;
      border: none;
      padding: 10px 5px;
      height: 58px; }
    .categories_list .categories_list_inn .subCategoriesBox .navList-action:hover .navList-action-title {
      color: #8e9d06; }

.actionBar {
  padding-bottom: 0; }
  .actionBar .actionBar-section {
    float: right;
    padding: 0;
    margin: 0 0 20px 0; }
    .actionBar .actionBar-section .form-field {
      border: none;
      margin-bottom: 0; }
    .actionBar .actionBar-section .form-label {
      color: black;
      font-weight: bold;
      margin-right: 10px; }
    .actionBar .actionBar-section .form-select {
      background-position: 98% 4px;
      border: 1px solid #dddddd;
      height: auto;
      border-radius: 0;
      padding: 5px;
      color: #666;
      font-size: 12px;
      min-width: 140px;
      line-height: 16px; }
      .actionBar .actionBar-section .form-select option {
        color: black; }

.cat-sort-by {
  padding: 20px 0; }
  .cat-sort-by .top-pagination {
    margin-top: 5px; }
    .cat-sort-by .top-pagination .pagination {
      margin-top: 0; }
    .cat-sort-by .top-pagination ul li {
      margin: 0; }
  .cat-sort-by .sort-by {
    margin: 0 0; }
    .cat-sort-by .sort-by .actionBar {
      padding-bottom: 0;
      float: right;
      margin: 0; }
      .cat-sort-by .sort-by .actionBar .form-fieldset {
        margin: 0;
        padding: 0; }
        .cat-sort-by .sort-by .actionBar .form-fieldset .form-field {
          margin-bottom: 0; }
  .cat-sort-by .sort-by.empty {
    margin: 0; }

.pagination {
  margin-top: 30px; }
  .pagination .pagination-list {
    margin-bottom: 0;
    text-align: left; }
    .pagination .pagination-list li {
      border: none;
      vertical-align: middle; }
      .pagination .pagination-list li a {
        color: black;
        font-size: 14px; }
        .pagination .pagination-list li a:hover {
          color: #8e9d06; }
          .pagination .pagination-list li a:hover i {
            color: #8e9d06; }
        .pagination .pagination-list li a i {
          color: #888;
          vertical-align: middle; }
    .pagination .pagination-list li.pagination-item--next {
      float: none; }
    .pagination .pagination-list li.pagination-item--current {
      margin-right: 0;
      margin-left: .35714rem; }
      .pagination .pagination-list li.pagination-item--current a {
        color: #8e9d06; }

.pagination-item--previous {
  float: none; }

.facetedSearch {
  padding: 0; }
  .facetedSearch ul {
    margin-left: 0; }
  .facetedSearch .accordion-title {
    text-transform: uppercase;
    margin-bottom: 0; }
  .facetedSearch .facetedSearch-refineFilters {
    border: none;
    padding: 15px;
    border-bottom: 1px solid #dddddd;
    position: relative; }
    .facetedSearch .facetedSearch-refineFilters ul {
      padding: 10px 0 0; }
      .facetedSearch .facetedSearch-refineFilters ul li {
        margin-left: 0;
        float: none;
        width: auto;
        display: inline-block; }
        .facetedSearch .facetedSearch-refineFilters ul li a {
          padding: 5px 10px;
          display: inline-block; }
        .facetedSearch .facetedSearch-refineFilters ul li:before {
          display: none; }
    .facetedSearch .facetedSearch-refineFilters .remove-all {
      position: absolute;
      top: 17px;
      right: 10px;
      text-transform: uppercase; }
    .facetedSearch .facetedSearch-refineFilters.sidebarBlock {
      margin-bottom: 0; }
  .facetedSearch .facetedSearch-navList {
    margin-top: 0; }
    .facetedSearch .facetedSearch-navList .accordion {
      margin-bottom: 0; }
      .facetedSearch .facetedSearch-navList .accordion .accordion-block {
        padding: 15px;
        border-top: 1px solid #dddddd;
        margin-top: 0; }
        .facetedSearch .facetedSearch-navList .accordion .accordion-block .accordion-title {
          position: relative; }
          .facetedSearch .facetedSearch-navList .accordion .accordion-block .accordion-title:before {
            content: "\f107";
            position: absolute;
            right: 0;
            top: 0;
            font-family: FontAwesome;
            color: #666666;
            font-size: 20px; }
        .facetedSearch .facetedSearch-navList .accordion .accordion-block .accordion-navigation {
          margin-top: 0; }
          .facetedSearch .facetedSearch-navList .accordion .accordion-block .accordion-navigation.is-open .accordion-title:before {
            transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -webkit-transform: rotate(180deg); }
        .facetedSearch .facetedSearch-navList .accordion .accordion-block:first-child {
          border-top: 0; }
        .facetedSearch .facetedSearch-navList .accordion .accordion-block .navList {
          position: inherit;
          left: auto;
          top: auto;
          margin-left: 0;
          box-shadow: none;
          -webkit-box-shadow: none;
          -moz-box-shadow: none; }
          .facetedSearch .facetedSearch-navList .accordion .accordion-block .navList .navList-item {
            position: relative; }
            .facetedSearch .facetedSearch-navList .accordion .accordion-block .navList .navList-item:before {
              display: none; }
            .facetedSearch .facetedSearch-navList .accordion .accordion-block .navList .navList-item .navList-action--checkbox {
              padding: 5px 10px 5px 18px;
              margin-bottom: 0; }
              .facetedSearch .facetedSearch-navList .accordion .accordion-block .navList .navList-item .navList-action--checkbox:before {
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                border-radius: 0;
                border: 1px solid #7b8188;
                height: 10px;
                width: 10px;
                margin-top: -5px; }
              .facetedSearch .facetedSearch-navList .accordion .accordion-block .navList .navList-item .navList-action--checkbox:after {
                background: url("../img/checked-icon.png") no-repeat 0 0;
                left: -1px; }
              .facetedSearch .facetedSearch-navList .accordion .accordion-block .navList .navList-item .navList-action--checkbox.is-selected:before {
                display: none; }
              .facetedSearch .facetedSearch-navList .accordion .accordion-block .navList .navList-item .navList-action--checkbox.no-selected {
                color: #aaa; }
              .facetedSearch .facetedSearch-navList .accordion .accordion-block .navList .navList-item .navList-action--checkbox .navList-action-close {
                position: absolute;
                right: -3px;
                top: 15px;
                height: 20px;
                width: 20px;
                padding: 0;
                text-align: center; }
        .facetedSearch .facetedSearch-navList .accordion .accordion-block .accordion-content .form-fieldset {
          padding: 0;
          margin-bottom: 0; }
          .facetedSearch .facetedSearch-navList .accordion .accordion-block .accordion-content .form-fieldset .form-minMaxRow .form-field {
            width: 50%;
            margin-bottom: 20px; }
            .facetedSearch .facetedSearch-navList .accordion .accordion-block .accordion-content .form-fieldset .form-minMaxRow .form-field .form-input {
              -webkit-border-radius: 0;
              -moz-border-radius: 0;
              border-radius: 0; }
          .facetedSearch .facetedSearch-navList .accordion .accordion-block .accordion-content .form-fieldset .form-minMaxRow .form-field + .form-field + .form-field {
            margin-bottom: 0; }
        .facetedSearch .facetedSearch-navList .accordion .accordion-block .facetedSearch-content--rating .rating--small {
          position: inherit;
          margin-top: 0;
          float: left;
          padding-left: 0;
          margin-right: 5px; }
          .facetedSearch .facetedSearch-navList .accordion .accordion-block .facetedSearch-content--rating .rating--small span {
            float: left;
            position: inherit;
            height: 22px;
            width: 15px;
            margin-top: 0; }
        .facetedSearch .facetedSearch-navList .accordion .accordion-block .facetedSearch-content--rating ul li a {
          padding-left: 0; }

.sidebarBlock + .sidebarBlock.facetedSearch {
  padding: 0; }

.sidebarBlock + .sidebarBlock {
  padding: 16px 20px; }

.mobile-menu-content-block .icon-handbag {
  display: none; }

.mobile-menu-content-block .facetedData ul.navList li:before {
  display: none; }

.mobile-menu-content-block .facetedData ul.navList li a {
  padding: 7px 30px 7px 20px; }

.facetedSearch.sidebarBlock {
  padding: 0; }

.sidebarBlock {
  border: 1px solid #dddddd;
  padding: 16px 20px;
  margin-bottom: 30px; }
  .sidebarBlock .sidebarBlock-heading {
    font-size: 16px;
    color: black;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 0; }
  .sidebarBlock .navList.side-cat-menu li {
    border-top: 1px solid #dddddd; }
    .sidebarBlock .navList.side-cat-menu li:first-child {
      border-top: none; }
    .sidebarBlock .navList.side-cat-menu li:before {
      top: 7px; }
    .sidebarBlock .navList.side-cat-menu li a span {
      right: 0;
      padding-left: 0;
      height: 30px;
      width: 30px;
      text-align: center;
      margin-top: -15px;
      padding: 9px; }
    .sidebarBlock .navList.side-cat-menu li ul li a span {
      right: 11px;
      margin-top: -18px; }
  .sidebarBlock ul {
    margin-bottom: 0;
    background: #fff; }
    .sidebarBlock ul li {
      list-style: none;
      position: relative;
      width: 100%; }
      .sidebarBlock ul li.sfHover > a {
        color: #8e9d06; }
      .sidebarBlock ul li:hover:before {
        color: #8e9d06; }
      .sidebarBlock ul li:before {
        content: '\f105';
        position: absolute;
        left: 0;
        top: 6px;
        font-family: FontAwesome;
        display: none; }
      .sidebarBlock ul li > a {
        font-size: 14px;
        color: #666;
        display: block;
        font-weight: normal;
        text-transform: capitalize;
        padding: 7px 30px 7px 0; }
        .sidebarBlock ul li > a:hover {
          color: #8e9d06; }
        .sidebarBlock ul li > a span {
          bottom: 0;
          float: right;
          line-height: normal;
          margin-top: -9px;
          position: absolute;
          right: auto;
          top: 50%;
          padding-left: 5px; }
          .sidebarBlock ul li > a span.fa.fa-angle-down {
            transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            -webkit-transform: rotate(-90deg); }
      .sidebarBlock ul li ul {
        position: absolute;
        left: 100%;
        top: 0;
        width: 100%;
        display: none;
        margin-left: 0;
        z-index: 9;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); }
        .sidebarBlock ul li ul li {
          display: block;
          width: 100%;
          padding: 0; }
          .sidebarBlock ul li ul li:before {
            left: 19px; }
          .sidebarBlock ul li ul li a {
            margin-bottom: 0;
            border: none;
            padding: 7px 30px 7px 20px; }
            .sidebarBlock ul li ul li a span {
              transform: rotate(0);
              -ms-transform: rotate(0);
              -webkit-transform: rotate(0); }

.productView {
  padding-top: 0; }

.productReviews .pagination {
  margin-top: 10px; }

.productView-images {
  width: 51%; }
  .productView-images .productView-image {
    border: 1px solid #dddddd;
    padding: 10px; }
    @media screen and (max-width: 1439px) {
      .productView-images .productView-image {
        min-width: 100%; } }
    .productView-images .productView-image .zoomImg {
      display: none !important; }
  .productView-images ul {
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px; }
    .productView-images ul li.productView-thumbnail {
      border: 1px solid #dddddd;
      margin: 0;
      padding: 0;
      border-left: none;
      height: 100px;
      width: 14.28%;
      border-top: none;
      display: table;
      vertical-align: middle; }
      .productView-images ul li.productView-thumbnail:hover img {
        -webkit-transform: perspective(1px) translateZ(0);
        -ms-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform; }
        .productView-images ul li.productView-thumbnail:hover img:hover {
          opacity: 1;
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
      .productView-images ul li.productView-thumbnail:nth-child(7n+1) {
        border-left: 1px solid #dddddd; }
      .productView-images ul li.productView-thumbnail:nth-child(1), .productView-images ul li.productView-thumbnail:nth-child(2), .productView-images ul li.productView-thumbnail:nth-child(3), .productView-images ul li.productView-thumbnail:nth-child(4), .productView-images ul li.productView-thumbnail:nth-child(5), .productView-images ul li.productView-thumbnail:nth-child(6), .productView-images ul li.productView-thumbnail:nth-child(7) {
        border-top: 1px solid #dddddd; }
      .productView-images ul li.productView-thumbnail a.productView-thumbnail-link {
        border: none;
        padding: 10px;
        display: table-cell;
        vertical-align: middle; }
        .productView-images ul li.productView-thumbnail a.productView-thumbnail-link img {
          max-height: 78px;
          max-width: 78px; }
        .productView-images ul li.productView-thumbnail a.productView-thumbnail-link:hover {
          border: none; }
      .productView-images ul li.productView-thumbnail a.productView-thumbnail-link.is-active {
        border: none; }

.productView--quickView .productView-images ul li.productView-thumbnail {
  height: 90px; }

.productView--quickView .productView-images ul li.productView-thumbnail a.productView-thumbnail-link img {
  max-height: 63px;
  max-width: 63px; }

.productView-details {
  width: 49%; }

.productView-title {
  font-size: 27px;
  color: black;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0 0 10px 0; }

.price-section .productView-price {
  float: left;
  width: 60%;
  font-size: 14px; }
  .price-section .productView-price .price-section--saving .price {
    font-size: 20px;
    font-weight: normal; }

.price-section .call-for-price {
  margin-right: 20px;
  margin-bottom: 0;
  margin-top: 8px; }
  .price-section .call-for-price i {
    vertical-align: middle;
    color: #8e9d06;
    margin-right: 8px; }

.price-section .login-for-price {
  margin-bottom: 0; }
  .price-section .login-for-price p {
    margin-bottom: 0; }

.price-section .product-page-compare {
  float: left;
  width: 38%;
  position: relative; }
  .price-section .product-page-compare a {
    background: none;
    text-align: left;
    padding-left: 0;
    display: inline-block;
    vertical-align: middle; }
    .price-section .product-page-compare a i {
      vertical-align: middle;
      padding-right: 10px;
      color: #e69900;
      font-size: 16px; }
    .price-section .product-page-compare a span {
      text-transform: none;
      color: black;
      vertical-align: middle; }
    .price-section .product-page-compare a:hover i {
      color: #8e9d06; }
    .price-section .product-page-compare a:hover span {
      color: #8e9d06; }

.productView-rating {
  margin: 26px 0 35px 0; }
  .productView-rating a {
    color: #333;
    font-size: 14px;
    text-transform: uppercase; }
    .productView-rating a:hover {
      color: #8e9d06; }
  .productView-rating .productView-reviewLink {
    margin-left: 0; }
  .productView-rating .productView-reviewLink.rw-lnk {
    padding: 0 40px;
    line-height: 40px;
    border-left: 1px solid #dddddd;
    margin-left: 40px;
    border-right: 1px solid #dddddd;
    margin-right: 40px; }
  .productView-rating .productView-reviewLink + .productView-reviewLink {
    margin-left: 0; }

.productView-info {
  padding-bottom: 20px;
  padding-top: 10px; }
  .productView-info dt {
    float: left;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    width: 25%;
    color: #8e9d06;
    text-transform: uppercase;
    margin-bottom: 10px; }
    .productView-info dt:first-child {
      margin-top: 0; }
  .productView-info dd {
    float: left;
    width: calc(100% - 30%);
    color: black;
    margin-bottom: 10px;
    padding-left: 10px; }

.productView-brand {
  margin-top: 0; }

.productView-product {
  padding-bottom: 0; }

.productView-options .wishlist-btn, #CartEditProductFieldsForm .wishlist-btn {
  position: relative; }

.productView-options .form-option, #CartEditProductFieldsForm .form-option {
  padding: 5px; }

.productView-options .form-field, #CartEditProductFieldsForm .form-field {
  margin-bottom: 10px; }
  .productView-options .form-field .form-label, #CartEditProductFieldsForm .form-field .form-label {
    font-size: 16px;
    color: #262626;
    font-family: 'Roboto', sans-serif; }
  .productView-options .form-field .form-select, #CartEditProductFieldsForm .form-field .form-select {
    height: 45px;
    background-position: right 0.5rem top 13px;
    max-width: 500px; }

.productView-options .form-field--increments .form-increment .button, #CartEditProductFieldsForm .form-field--increments .form-increment .button {
  height: 45px;
  width: 45px;
  background: #dddddd;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
  float: left; }

.productView-options .form-field--increments .form-increment .button-up, #CartEditProductFieldsForm .form-field--increments .form-increment .button-up {
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0; }

.productView-options .form-field--increments .form-increment .form-input, #CartEditProductFieldsForm .form-field--increments .form-increment .form-input {
  width: 120px;
  height: 45px;
  border: 1px solid #dddddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  float: left; }

.productView-options .form-action .button, #CartEditProductFieldsForm .form-action .button {
  text-transform: uppercase;
  font-size: 20px;
  padding: 14px 28px;
  background: #e80000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 500; }
  .productView-options .form-action .button:hover, #CartEditProductFieldsForm .form-action .button:hover {
    background: #b50000; }

.productView-options .form-action.wishlist-btn .button, #CartEditProductFieldsForm .form-action.wishlist-btn .button {
  background: none;
  border: 1px solid #dddddd;
  color: black; }
  .productView-options .form-action.wishlist-btn .button:hover, #CartEditProductFieldsForm .form-action.wishlist-btn .button:hover {
    background: #dddddd; }

.productView-options .form-action.wishlist-btn .dropdown-menu, .productView-options .form-action.wishlist-btn .quick-drop, #CartEditProductFieldsForm .form-action.wishlist-btn .dropdown-menu, #CartEditProductFieldsForm .form-action.wishlist-btn .quick-drop {
  background: #fafafa;
  padding: 10px;
  position: relative;
  top: 100%;
  left: 0;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); }
  .productView-options .form-action.wishlist-btn .dropdown-menu:after, .productView-options .form-action.wishlist-btn .quick-drop:after, #CartEditProductFieldsForm .form-action.wishlist-btn .dropdown-menu:after, #CartEditProductFieldsForm .form-action.wishlist-btn .quick-drop:after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent #fafafa;
    position: absolute;
    top: -7px;
    right: 50%;
    margin-left: -12px; }
  .productView-options .form-action.wishlist-btn .dropdown-menu .wishlist_dropdownbox, .productView-options .form-action.wishlist-btn .quick-drop .wishlist_dropdownbox, #CartEditProductFieldsForm .form-action.wishlist-btn .dropdown-menu .wishlist_dropdownbox, #CartEditProductFieldsForm .form-action.wishlist-btn .quick-drop .wishlist_dropdownbox {
    padding: 0 !important; }
    .productView-options .form-action.wishlist-btn .dropdown-menu .wishlist_dropdownbox a.wishlistid, .productView-options .form-action.wishlist-btn .quick-drop .wishlist_dropdownbox a.wishlistid, #CartEditProductFieldsForm .form-action.wishlist-btn .dropdown-menu .wishlist_dropdownbox a.wishlistid, #CartEditProductFieldsForm .form-action.wishlist-btn .quick-drop .wishlist_dropdownbox a.wishlistid {
      display: block;
      font-size: 16px;
      color: black;
      padding: 5px 0; }
      .productView-options .form-action.wishlist-btn .dropdown-menu .wishlist_dropdownbox a.wishlistid:hover, .productView-options .form-action.wishlist-btn .quick-drop .wishlist_dropdownbox a.wishlistid:hover, #CartEditProductFieldsForm .form-action.wishlist-btn .dropdown-menu .wishlist_dropdownbox a.wishlistid:hover, #CartEditProductFieldsForm .form-action.wishlist-btn .quick-drop .wishlist_dropdownbox a.wishlistid:hover {
        color: #8e9d06; }

.productView-options .form-file-custom.button, #CartEditProductFieldsForm .form-file-custom.button {
  margin-bottom: 10px;
  background: #676e15; }
  .productView-options .form-file-custom.button:hover, #CartEditProductFieldsForm .form-file-custom.button:hover {
    background: #8f991d; }

.productView-options input[type="file"], #CartEditProductFieldsForm input[type="file"] {
  display: block;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer; }

#modal .quick-drop a {
  float: none;
  line-height: normal;
  clear: none; }

.related-products {
  margin-bottom: 60px;
  margin-top: 60px; }
  .related-products .ProductDetailcarousel {
    margin: 0; }

.similar-by-views .ProductDetailcarousel {
  margin: 0; }

.product-specifications h3 {
  margin-bottom: 0;
  padding: 20px 25px;
  border-bottom: 1px solid #dddddd; }

.product-specifications .specifications-listing {
  padding: 0; }
  .product-specifications .specifications-listing dt {
    color: #666;
    font-size: 14px;
    width: 160px;
    float: left;
    margin: 0;
    font-family: "Roboto",sans-serif;
    margin-bottom: 20px; }
  .product-specifications .specifications-listing dd {
    color: #333;
    font-size: 14px;
    float: left;
    width: 70%;
    margin-bottom: 20px; }

.side-cat-banner {
  margin-top: 30px;
  text-align: center; }

#bulkPricingModal.modal {
  margin-left: 0; }

.form-label small {
  color: red;
  float: none;
  font-size: 13px;
  margin-top: 0;
  vertical-align: top;
  margin-left: 0; }

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

.addthis_toolbox .share-title {
  color: #333333;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; }

.addthis_toolbox ul {
  display: inline-block;
  vertical-align: middle; }
  .addthis_toolbox ul li {
    margin-left: 2px; }

.addthis_toolbox .google_plusone_iframe_widget {
  width: 25px !important;
  opacity: 0;
  position: relative;
  z-index: 10; }

.addthis_toolbox .socialLinks-item {
  margin-right: 3px; }
  .addthis_toolbox .socialLinks-item a {
    width: 32px;
    height: 32px;
    margin-bottom: 0;
    position: relative;
    color: #fff;
    overflow: hidden; }
    .addthis_toolbox .socialLinks-item a:hover {
      color: #fff; }
    .addthis_toolbox .socialLinks-item a span {
      width: 32px;
      height: 32px;
      line-height: 30px;
      font-size: 14px;
      text-align: center;
      border-radius: 25px;
      border: 1px solid #d5d5d5; }
      .addthis_toolbox .socialLinks-item a span.fa-facebook, .addthis_toolbox .socialLinks-item a span.fa-thumbs-o-up {
        border-color: #48659f;
        color: #48659f; }
        .addthis_toolbox .socialLinks-item a span.fa-facebook:hover, .addthis_toolbox .socialLinks-item a span.fa-thumbs-o-up:hover {
          background: #384f7c; }
      .addthis_toolbox .socialLinks-item a span.fa-twitter {
        border-color: #21a8ec;
        color: #21a8ec; }
        .addthis_toolbox .socialLinks-item a span.fa-twitter:hover {
          background: #118bc9; }
      .addthis_toolbox .socialLinks-item a span.fa-pinterest {
        border-color: #c62626;
        color: #c62626; }
        .addthis_toolbox .socialLinks-item a span.fa-pinterest:hover {
          background: #9b1e1e; }
      .addthis_toolbox .socialLinks-item a span.fa-google {
        border-color: #E04D2B;
        color: #E04D2B; }
        .addthis_toolbox .socialLinks-item a span.fa-google:hover {
          background: #bc3a1c; }
      .addthis_toolbox .socialLinks-item a span.fa-linkedin {
        border-color: #0083BE;
        color: #0083BE; }
        .addthis_toolbox .socialLinks-item a span.fa-linkedin:hover {
          background: #00608b; }
      .addthis_toolbox .socialLinks-item a span.fa-envelope {
        border-color: #0083BE;
        color: #0083BE; }
        .addthis_toolbox .socialLinks-item a span.fa-envelope:hover {
          background: #118bc9; }
      .addthis_toolbox .socialLinks-item a span.fa-print {
        border-color: #FE6601;
        color: #FE6601; }
        .addthis_toolbox .socialLinks-item a span.fa-print:hover {
          background: #cb5201; }
    .addthis_toolbox .socialLinks-item a.icon--google_plusone span {
      background: none; }
    .addthis_toolbox .socialLinks-item a:hover span {
      color: #fff; }
  .addthis_toolbox .socialLinks-item .icon--google_plusone {
    border: 1px solid  #E04D2B;
    color: #E04D2B;
    font-size: 12px;
    position: relative;
    border-radius: 25px;
    overflow: hidden; }
    .addthis_toolbox .socialLinks-item .icon--google_plusone:after {
      content: "\f0d5";
      font-family: FontAwesome;
      position: absolute;
      left: 1px;
      width: 100%;
      bottom: 0;
      text-align: center;
      line-height: 23px;
      top: 4px; }
    .addthis_toolbox .socialLinks-item .icon--google_plusone:hover {
      background: #bc3a1c; }

.addthis_toolbox .socialLinks-item a:hover span.fa-pinterest {
  background: #9b1e1e; }

.addthis_toolbox .pin_it_iframe_widget {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0; }

.addthis_toolbox .socialLinks-item a.icon--google_plusone span {
  background: 0 0;
  display: block; }

.addthis_toolbox .socialLinks-item .icon--google_plusone {
  width: 32px; }

.addthis_toolbox .google_plusone_iframe_widget, .google_plusone_iframe_widget div {
  height: 32px !important;
  width: 32px !important; }

.modal-body.quickView .product-description-section {
  display: none; }

.modal-body .previewCart .productView-details dl {
  margin-bottom: 20px;
  padding: 0px; }
  .modal-body .previewCart .productView-details dl.productView-info {
    padding-bottom: 0; }
  .modal-body .previewCart .productView-details dl dt {
    float: left;
    width: 36%;
    margin: 0; }
  .modal-body .previewCart .productView-details dl dd {
    float: left;
    width: 64%;
    margin: 0; }

.modal-body .previewCart .previewCartCheckout-additionalCheckoutButtons {
  margin: 15px 0; }

.modal-body .previewCart .previewCartAction-checkoutMultiple {
  padding: 0; }

.previewCartCheckout-additionalCheckoutButtons .PayPalExpressCheckout {
  margin-top: 15px; }

.previewCartCheckout-additionalCheckoutButtons .apple-pay-checkout-button {
  margin: 15px 0 0;
  clear: both;
  text-align: center;
  float: none; }

.brandGrid .brand {
  width: 10%; }
  .brandGrid .brand .card {
    margin-bottom: 30px;
    border: none;
    padding: 0; }
    .brandGrid .brand .card:hover .card-title a {
      color: #8e9d06; }
    .brandGrid .brand .card .card-body .card-title {
      margin-bottom: 0;
      font-size: 14px; }
    .brandGrid .brand .card .card-figure {
      border: 1px solid #dddddd;
      padding: 5px;
      display: table;
      vertical-align: middle;
      margin: 0 auto;
      width: 100%; }
      .brandGrid .brand .card .card-figure a {
        display: table-cell;
        vertical-align: middle; }

.brandGrid .brand:last-child:not(:first-child) {
  float: left; }

.type-cart .body {
  margin-top: 90px;
  min-height: 680px; }

.cart-alertbox {
  clear: both; }

.shipping-quotes {
  clear: both;
  margin-bottom: 20px;
  text-align: right; }
  .shipping-quotes ul {
    margin: 0; }

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

.estimator-form--default ul {
  margin-left: 0; }

.cart {
  border-top: 0;
  border-right: none; }

table thead .cart-header-item, table thead th {
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500; }

.cart-item-figure {
  float: none;
  text-align: left;
  width: 8%;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem; }

.cart-list {
  border-top: none; }
  .cart-list .cart-item .cart-item-block {
    border: none; }
    .cart-list .cart-item .cart-item-block .form-increment {
      margin: 0; }
      .cart-list .cart-item .cart-item-block .form-increment button {
        height: 38px;
        line-height: 38px;
        padding: 0;
        width: 36px;
        float: left;
        -webkit-border-radius: 2px 0 0 2px;
        -moz-border-radius: 2px 0 0 2px;
        border-radius: 2px 0 0 2px; }
        .cart-list .cart-item .cart-item-block .form-increment button svg {
          fill: #fff; }
        .cart-list .cart-item .cart-item-block .form-increment button.button-up {
          float: right;
          -webkit-border-radius: 0 2px 2px 0;
          -moz-border-radius: 0 2px 2px 0;
          border-radius: 0 2px 2px 0; }
      .cart-list .cart-item .cart-item-block .form-increment .form-input--incrementTotal {
        width: 70px;
        float: left; }
  .cart-list .cart-item .cart-remove {
    height: 20px;
    width: 20px; }

.cart-total-label,
.cart-total-value {
  line-height: 32px;
  color: #666; }
  .cart-total-label strong, .cart-total-value strong {
    font-weight: 500; }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.shipping-estimate-hide,
.gift-certificate-add,
.gift-certificate-cancel {
  border: 1px solid #dddddd;
  padding: 0 10px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: black;
  width: auto;
  display: inline-block;
  vertical-align: middle; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .shipping-estimate-show:hover,
  .shipping-estimate-hide:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    background: #ddd;
    color: black; }

.checkoutMultiple {
  padding-top: 0;
  margin: 0 0 20px;
  clear: both;
  float: right; }

.cart-additionalCheckoutButtons {
  margin: 20px 0;
  clear: both; }
  .cart-additionalCheckoutButtons .apple-pay-checkout-button {
    float: right;
    margin: 0 0 0; }
  .cart-additionalCheckoutButtons .CheckoutButton {
    float: right;
    clear: both;
    margin-top: 10px; }

.cart_actionbutton {
  clear: both;
  float: right;
  text-align: right;
  margin-bottom: 20px; }
  .cart_actionbutton .cart-actions {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px; }

.cart_actionbutton-top {
  margin-bottom: 25px; }

.cart_actionbutton .continue-shopping-btn {
  margin-left: 0; }

.cart-total.gift_certificates, .cart-total.coupon_code {
  border-top: 1px dashed #dddddd; }

#CartEditProductFieldsForm .form-actions {
  margin-bottom: 20px; }

.login-form, .new-customer {
  border: 1px solid #eaeaea;
  margin: 0;
  padding: 25px;
  width: 48%;
  min-height: 337px; }

.new-customer {
  float: right; }

.login-row {
  margin-top: 0; }
  .login-row .panel .panel-header, .login-row .panel .panel-body {
    background: none;
    padding: 0; }

.header-logo-text, .login-form .button, .login-form a {
  vertical-align: middle; }

.sitemap-page {
  margin-left: 0; }
  .sitemap-page > li {
    list-style: none;
    float: left;
    width: 33.33%; }
    .sitemap-page > li a {
      word-wrap: break-word; }

.account-orderStatus-label {
  padding: 5px 8px 4px;
  line-height: 16px; }

.account-listItem .account-product-image {
  max-width: 100px; }

.type-account_order .account-content--fixedSmall {
  width: 66.66%; }

.form-prefixPostfix .button {
  height: auto; }

.wishlists-table .table-tbody tr td {
  border: none; }

.account--fixed .form-column {
  margin: 0;
  padding: 0; }

.wishlist-page .product {
  position: relative; }
  .wishlist-page .product .removeform {
    position: absolute;
    left: 2px;
    top: 2px;
    margin: 0; }
    .wishlist-page .product .removeform:hover i {
      color: black; }
    .wishlist-page .product .removeform i {
      font-size: 18px;
      color: #8e9d06;
      line-height: 20px;
      height: 20px;
      width: 20px;
      text-align: center;
      position: relative;
      z-index: 1; }
    .wishlist-page .product .removeform input {
      padding: 0;
      position: absolute;
      left: 0;
      top: 0;
      width: 20px;
      height: 20px;
      background: none;
      border: none;
      z-index: 9; }

.navBar--sub {
  font-size: 13px; }
  .navBar--sub .navBar-action {
    padding: 6px 16px;
    background: white;
    border: 1px solid #dddddd;
    color: black;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 13px; }
    .navBar--sub .navBar-action:hover {
      background: #dddddd;
      color: black;
      border-color: #dddddd; }
  .navBar--sub .navBar-item {
    position: relative;
    margin: 0 3px; }
    .navBar--sub .navBar-item.navBar-item--separate {
      padding-left: 0;
      border-left: 0;
      margin-left: 3px; }
    .navBar--sub .navBar-item.is-active {
      padding: 6px 16px;
      background: #8e9d06;
      color: #ffffff;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      border-bottom: none; }
      .navBar--sub .navBar-item.is-active:before {
        content: "\f0d7";
        font-family: FontAwesome;
        position: absolute;
        left: 50%;
        bottom: -18px;
        font-size: 20px;
        color: #8e9d06;
        top: 18px;
        margin-left: -5px; }
    .navBar--sub .navBar-item .fa {
      margin-right: 8px; }

.type-giftcertificates .form-checkbox + .form-label::before, .type-giftcertificates .form-radio + .form-label::before {
  top: 0.35rem; }

.address-description a {
  color: #474f58; }

.account-product-figure {
  display: inherit;
  width: 110px;
  margin: 0; }

.type-account_inbox .account-list .account-listItem {
  padding: 0;
  border: none; }

.type-account_inbox .account-list .account-message .account-product-title {
  margin-bottom: 2px;
  font-weight: bold;
  color: #333; }

.type-account_inbox .account-list .account-message h5 {
  text-transform: capitalize;
  margin-bottom: 10px;
  margin-top: 0; }

.type-account_inbox .account-list .account-message .replyBox {
  margin-left: 100px;
  background: #f5f5f5;
  padding: 15px;
  position: relative;
  margin-bottom: 20px; }
  @media screen and (max-width: 63.9375em) {
    .type-account_inbox .account-list .account-message .replyBox {
      margin-left: 0; } }
  .type-account_inbox .account-list .account-message .replyBox:before {
    position: absolute;
    content: '';
    left: 20px;
    bottom: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #f5f5f5 transparent transparent transparent; }

.type-account_inbox .account-list .account-message .messageBox {
  margin-right: 100px;
  border: 1px solid #eaeaea;
  padding: 15px;
  position: relative; }
  @media screen and (max-width: 63.9375em) {
    .type-account_inbox .account-list .account-message .messageBox {
      margin-right: 0; } }

.type-account_addressbook .account--fixedLarge .account-body {
  margin-left: 0;
  margin-right: 0; }

.table.wishlists-table tr {
  background: none; }

.table.wishlists-table .form-fieldset {
  margin: 0; }

.sidecart-main.active .sticky {
  transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -webkit-transform: translateX(-240px); }

.sidecart-main .close-side-cart {
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 1;
  background: #8e9d06;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  cursor: pointer; }
  .sidecart-main .close-side-cart:hover {
    background: black; }
  .sidecart-main .close-side-cart i {
    color: #fff; }

.sidecart-main .sticky {
  bottom: 0;
  position: fixed;
  right: -240px;
  top: 0;
  height: 100vh;
  z-index: 99;
  transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1) 0s; }
  .sidecart-main .sticky .overlayDiv {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 9999; }
    .sidecart-main .sticky .overlayDiv .loader {
      -moz-border-bottom-colors: none;
      -moz-border-left-colors: none;
      -moz-border-right-colors: none;
      -moz-border-top-colors: none;
      animation: 2s linear 0s normal none infinite running spin;
      border-color: #8e9d06 #f3f3f3 #f3f3f3;
      border-image: none;
      border-radius: 50%;
      border-style: solid;
      border-width: 16px;
      height: 120px;
      left: 50%;
      margin: -60px 0 0 -60px;
      position: absolute;
      top: 50%;
      width: 120px; }

.sticky-cart-inner {
  height: 100vh;
  overflow: auto;
  position: relative;
  width: 240px;
  background: #fff;
  -webkit-box-shadow: -8px 0px 15px -10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: -8px 0px 15px -10px rgba(0, 0, 0, 0.22);
  box-shadow: -8px 0px 15px -10px rgba(0, 0, 0, 0.22); }
  .sticky-cart-inner .sticky_header {
    padding: 40px 30px 0;
    text-align: center; }
    .sticky-cart-inner .sticky_header .freeShipingMessage {
      font-size: 18px;
      color: black;
      text-transform: uppercase; }

.priceBar {
  background: #e4e4e4;
  height: 10px;
  width: 100%;
  border-radius: 5px;
  position: relative; }
  .priceBar > span {
    background-color: red;
    height: 10px;
    position: absolute;
    width: 0; }

#sideCartPanel .priceBar span {
  background: green none repeat scroll 0 0;
  border-radius: 5px;
  left: 0; }

.sticky_top {
  height: 100%;
  min-height: 100%;
  overflow: auto;
  padding-bottom: 150px; }

.sticky_body {
  padding-top: 40px; }
  .sticky_body ul {
    margin: 0;
    padding: 0; }
    .sticky_body ul li {
      list-style: none;
      padding: 30px 10px 30px 15px;
      border-bottom: 1px solid #dddddd;
      position: relative;
      cursor: pointer; }
      .sticky_body ul li:first-child {
        border-top: 1px solid #dddddd; }
      .sticky_body ul li:hover .sidecart_remove {
        display: block; }
      .sticky_body ul li:hover .sider-cart-ite-left-block .quantity .button {
        opacity: 1; }
      .sticky_body ul li .sider-cart-ite-left-block {
        width: 58%;
        display: inline-block;
        vertical-align: middle; }
        .sticky_body ul li .sider-cart-ite-left-block .quantity {
          display: inline-block;
          vertical-align: middle;
          margin-right: 5px; }
          .sticky_body ul li .sider-cart-ite-left-block .quantity .button {
            display: block;
            padding: 0;
            width: 20px;
            height: 20px;
            -webkit-border-radius: 2px 2px 0 0;
            -moz-border-radius: 2px 2px 0 0;
            border-radius: 2px 2px 0 0;
            opacity: 0; }
            .sticky_body ul li .sider-cart-ite-left-block .quantity .button.minusItmBtn {
              -webkit-border-radius: 0 0 2px 2px;
              -moz-border-radius: 0 0 2px 2px;
              border-radius: 0 0 2px 2px; }
            .sticky_body ul li .sider-cart-ite-left-block .quantity .button i {
              font-size: 12px; }
          .sticky_body ul li .sider-cart-ite-left-block .quantity .form-input {
            padding: 0;
            border: none;
            width: 20px;
            margin: 10px 0; }
          .sticky_body ul li .sider-cart-ite-left-block .quantity .addBtn {
            display: none; }
        .sticky_body ul li .sider-cart-ite-left-block .cart_imgbox {
          display: inline-block;
          vertical-align: middle; }
          .sticky_body ul li .sider-cart-ite-left-block .cart_imgbox img {
            max-width: 85px; }
      .sticky_body ul li .sider-cart-ite-right-block {
        width: 40%;
        display: inline-block;
        vertical-align: middle; }
        .sticky_body ul li .sider-cart-ite-right-block .cart-item-value {
          color: #e69900;
          font-weight: normal;
          font-family: "Oswald", Arial, Helvetica, sans-serif;
          font-size: 16px; }
        .sticky_body ul li .sider-cart-ite-right-block .item-per-disc {
          font-size: 14px;
          color: #666;
          display: block; }
        .sticky_body ul li .sider-cart-ite-right-block .strike-price {
          color: #aaaaaa;
          font-size: 14px;
          font-family: "Oswald", Arial, Helvetica, sans-serif;
          font-weight: normal;
          display: block; }
      .sticky_body ul li .sidecart_remove {
        position: absolute;
        top: 5px;
        right: 5px;
        display: none; }
        .sticky_body ul li .sidecart_remove .cart-remove {
          background: none;
          border: 1px solid #8e9d06;
          border-radius: 50%;
          height: 16px;
          width: 16px;
          margin: 0;
          line-height: 12px;
          padding: 0;
          text-align: center; }
          .sticky_body ul li .sidecart_remove .cart-remove:hover {
            border-color: black; }
          .sticky_body ul li .sidecart_remove .cart-remove i {
            font-weight: normal;
            font-size: 11px; }
  .sticky_body .price_drop {
    text-align: center;
    padding-top: 55px; }
    .sticky_body .price_drop p {
      margin: 20px 0;
      color: #e69900;
      display: none; }

.sticky_bottom {
  bottom: 40px;
  left: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 50;
  background: #fff; }
  .sticky_bottom .cart_box {
    text-align: center;
    margin-bottom: 33px; }
  .sticky_bottom .cart-total {
    background: #f4f4f4;
    padding: 15px 10px;
    text-align: center;
    font-size: 20px;
    color: black;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    margin: 33px 0; }
    .sticky_bottom .cart-total .cart-total-label {
      display: inline-block;
      vertical-align: top;
      width: auto;
      padding: 0;
      float: none;
      text-align: center;
      margin-right: 10px;
      color: black;
      line-height: 26px; }
    .sticky_bottom .cart-total .cart-total-grandTotal {
      display: inline-block;
      vertical-align: middle;
      padding: 0;
      font-family: "Oswald", Arial, Helvetica, sans-serif;
      line-height: 26px; }

.compareTable {
  border-top: none;
  border-right: none; }
  .compareTable tr td {
    border-left: none; }

.compareTable-heading {
  font-weight: 600; }

.compareTable-row + .compareTable-row .compareTable-heading,
.compareTable-row + .compareTable-row .compareTable-item {
  border-bottom: 1px solid #e8e8e8; }

.compareTable-removeProduct {
  right: -20px;
  top: -20px; }

.type-blog .pagination {
  text-align: center;
  margin-top: 30px; }
  .type-blog .pagination .pagination-list {
    text-align: center; }

.compareTable-product .card-body {
  margin-bottom: 0;
  padding: 0 15px 15px 15px; }

@media screen and (min-width: 0\0) {
  .page-sidebar + .page-content {
    width: 1139px; }
  input.compare-box[type=checkbox] {
    display: none; }
  input.button:active, input.button:focus {
    border: 0;
    line-height: 18px; } }

input.compare-box[type=checkbox] {
  display: none; }

.type-404 .footer-newslatter .form-prefixPostfix {
  margin-left: 0; }

.type-404 .form-prefixPostfix {
  margin-left: 18%; }

#modal .quick-drop {
  display: none;
  background: #f4f5f6;
  height: auto;
  position: absolute;
  width: 100%;
  z-index: 89; }
  #modal .quick-drop a {
    float: left;
    line-height: 2;
    clear: both; }

.header-mid-section .navigation-menu#menu {
  float: right;
  width: 1180px;
  margin-top: -40px; }
  .header-mid-section .navigation-menu#menu .container, .header-mid-section .navigation-menu#menu .wrapper {
    width: 100%; }
    .header-mid-section .navigation-menu#menu .container .navPages, .header-mid-section .navigation-menu#menu .wrapper .navPages {
      text-align: left; }

.header-mid-section .cat_dropdown_main .chosen-container .chosen-drop ul li.result-selected {
  color: #fff; }

.yotpo .yotpo-nav-content > div.yotpo-active {
  max-height: 228px !important;
  background-image: none;
  display: block;
  overflow-y: scroll; }

.yotpo .yotpo-regular-box {
  padding-bottom: 0;
  border-top: none; }

.yotpo.bottomLine.yotpo-small {
  margin-bottom: 10px; }

.estimator-form-label #shipping-quote-freeshipping-0 {
  position: relative;
  top: 2px; }

.yotpo .yotpo-testimonials-btn[data-position=left] {
  top: 20% !important; }

.previewCartCheckout-additionalCheckoutButtons, .cart-additionalCheckoutButtons {
  display: none; }

@media screen and (max-width: 1279px) {
  .header-mid-inn {
    text-align: center; } }

@media screen and (max-width: 767px) {
  .header-mid-section .header-logo-image {
    max-height: inherit; } }

@media screen and (max-width: 479px) {
  .header-mid-section .header-mid-inn .search-section {
    width: 100%;
    margin-top: 10px; } }

.footer-left .footer-info-col.footer-news {
  width: 393px; }

.footer-blog ul {
  margin: 0; }
  .footer-blog ul li {
    list-style: none;
    padding-top: 10px;
    border-top: 1px solid #bdd268; }
    .footer-blog ul li > a {
      text-transform: uppercase;
      font-size: 15px; }
    .footer-blog ul li p {
      margin-bottom: 10px;
      color: white; }
    .footer-blog ul li:first-child {
      padding-top: 0;
      border-top: none; }

.type-page_contact_form .sidebarBlock + .sidebarBlock, .type-blog .sidebarBlock + .sidebarBlock {
  display: none; }

.footer-blog ul li p {
  position: relative; }
  .footer-blog ul li p::after {
    content: " ...";
    letter-spacing: 0.5px; }

.price-section .login-for-price {
  display: none; }

.price-section.product-no-artwork .login-for-price {
  display: block; }

.cart-list .cart-item .cart-item-block .form-increment button, .productView-options .form-field--increments .form-increment .button {
  display: none; }

.sticky_body .price_drop {
  display: none; }

.type-product .page-sidebar + .page-content {
  padding-right: 0;
  padding-left: 0; }

.card .Bulk_Pricing span {
  color: #ff7c12;
  font-weight: 900; }

.ju_Con {
  top: 0 !important; }

.main.full .special-info {
  margin-top: 5px; }

@media screen and (max-width: 1279px) {
  nav.navPages {
    margin-top: -30px;
    text-align: center !important; } }

.clear {
  clear: both; }

.Bulk_Pricing {
  color: #ff7c12;
  font-weight: 900; }

.productGrid-new .product {
  width: 33%;
  padding: 0;
  float: left; }

.productGrid-new .card {
  padding: 10px; }

@media screen and (max-width: 768px) {
  .productGrid-new .product {
    padding-right: 1.07143rem;
    padding-left: 1.07143rem;
    width: 100%; } }

.jdgm-preview-badge {
  margin-bottom: 10px; }

.productView-thumbnails {
  margin-bottom: 15px; }

.productView-options .border-box {
  border: 1px solid #eee;
  padding: 15px 15px;
  border-radius: 4px;
  margin: 25px 0 0;
  display: block;
  clear: both; }
  @media screen and (max-width: 767px) {
    .productView-options .border-box {
      margin-top: 20px; } }
  .productView-options .border-box .border-title h5, .productView-options .border-box .border-title .form-label.form-label--alternate {
    text-transform: capitalize;
    margin: -28px 0 10px 0;
    font-size: 16px;
    color: #262626;
    display: table;
    padding: 0 10px 0 5px;
    background: #ffffff; }
  .productView-options .border-box .border-title p {
    color: #a5a5a5;
    font-size: 13px;
    margin: 0 0 10px 0;
    line-height: normal; }
  .productView-options .border-box .form-action {
    float: none;
    margin: 0; }
  .productView-options .border-box .form-action .button {
    background: -webkit-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
    /* Chrome10-25,Safari5.1-6 */
    border: 1px solid #eee;
    color: #ffffff; }
    .productView-options .border-box .form-action .button:hover {
      background: -webkit-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); }
  .productView-options .border-box.top-section-button {
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .productView-options .border-box.top-section-button .form-action .button {
        width: 35%; } }
    @media screen and (max-width: 666px) {
      .productView-options .border-box.top-section-button .form-action .button {
        width: 50%; } }
    @media screen and (max-width: 479px) {
      .productView-options .border-box.top-section-button .form-action .button {
        width: 100%; } }
  .productView-options .border-box .display-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .productView-options .border-box .display-flex .form-fileDescription {
      padding-left: 20px;
      margin-top: 10px;
      width: 75%;
      font-size: 12px;
      line-height: normal; }
      @media screen and (max-width: 1279px) {
        .productView-options .border-box .display-flex .form-fileDescription {
          width: 68%; } }
      @media screen and (max-width: 479px) {
        .productView-options .border-box .display-flex .form-fileDescription {
          width: 60%; } }
    .productView-options .border-box .display-flex .form-file-custom.button {
      margin: 0; }
    .productView-options .border-box .display-flex.input-checkbox .form-label {
      font-size: 13px;
      line-height: 30px;
      color: #a5a5a5; }
      @media screen and (max-width: 1279px) {
        .productView-options .border-box .display-flex.input-checkbox .form-label {
          line-height: normal;
          margin-top: 10px; } }
  .productView-options .border-box .form-increment-cart-section {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap; }
    .productView-options .border-box .form-increment-cart-section .form-action {
      margin: 30px 0 0 10px; }

@media screen and (max-width: 1279px) {
  .productView-options .form-field--increments .form-increment .form-input {
    height: 40px; }
  .productView-options .border-box .display-flex .form-checkbox + .form-label::before {
    top: 0; } }

.no-artwork-template .productView-options .border-box .form-field--increments,
.product-options-default-template .productView-options .border-box .form-field--increments {
  margin-bottom: 0;
  margin-top: 10px; }

.no-artwork-template .productView-options .border-box .form-field--increments .form-label,
.product-options-default-template .productView-options .border-box .form-field--increments .form-label {
  display: none; }

.no-artwork-template .productView-options .border-box .form-increment-cart-section .form-action,
.product-options-default-template .productView-options .border-box .form-increment-cart-section .form-action {
  margin-top: 10px; }
  @media screen and (max-width: 1024px) {
    .no-artwork-template .productView-options .border-box .form-increment-cart-section .form-action,
    .product-options-default-template .productView-options .border-box .form-increment-cart-section .form-action {
      margin-top: 25px;
      margin-left: 0; } }

.gst-text {
  /* color: $product-price-color;
  font-size: 20px;
  line-height: 20px;
  font-family: 'Roboto Condensed', sans-serif;*/
  margin: 10px 0 15px 0; }

.productView-options .product-options-default .form-action .button {
  background: -webkit-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
  /* Chrome10-25,Safari5.1-6 */
  border: 1px solid #eee;
  color: #ffffff; }
  .productView-options .product-options-default .form-action .button:hover {
    background: -webkit-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); }

#alert-modal {
  padding: 30px;
  min-height: 1px;
  right: auto; }
  #alert-modal .button-container {
    margin-top: 15px;
    text-align: center; }

/* Reveiws.io */
.ruk_rating_snippet br {
  display: none; }

.ruk_rating_snippet .ruk-rating-snippet-count {
  margin-left: 5px; }

#ReviewsWidget .Reviews-Header {
  padding: 0;
  margin-bottom: 0; }

#ReviewsWidget .write-review, #ReviewsWidget .WriteReviewForm {
  margin-top: 0; }

#ReviewsWidget .ListSummary {
  display: none !important; }

#ReviewsWidget .item__comments {
  margin-bottom: 0; }

#ReviewsWidget .ReviewsList__item {
  margin: 0 0 5px !important;
  padding: 10px 0 5px !important; }

#ReviewsWidget .item__comments {
  margin-bottom: 5px !important; }

.closureMessage {
  margin: 0 auto;
  border: solid  2px #394957;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  color: #FFFFFF !important;
  background: #861d2e url(https://cdn11.bigcommerce.com/s-901k7eo/product_images/uploaded_images/holiday-closure.png) 10px center/100px 100px no-repeat;
  padding: 20px 20px 0px 150px;
  margin: 10px;
  font-size: 1.2em;
  width: 70%; }

.closureMessage p {
  color: #FFFFFF !important;
  text-align: center;
  font-size: 1.2em; }

@media screen and (max-width: 600px) {
  .closureMessage {
    background-color: #fd807e;
    padding: 20px;
    background-image: none; } }

.HomeFeaturedCategory {
  margin-top: 15px; }

@media (max-width: 1279px) {
  .type-product .productView {
    margin: 0px; } }

@media (max-width: 1023px) {
  .type-product .productView .page-content {
    padding: 0px; } }

@media (min-width: 1230px) and (max-width: 1280px) {
  .type-product .container, .type-product .wrapper, .type-product .wrapper {
    width: 1220px; } }

.productView-title {
  margin-bottom: 20px; }
  @media (min-width: 1023px) {
    .productView-title {
      margin-top: -6px; } }
  @media (min-width: 1280px) {
    .productView-title {
      margin-top: -10px; } }

.product-top-right-inn {
  display: flex;
  align-items: flex-start; }
  @media (max-width: 567px) {
    .product-top-right-inn {
      flex-wrap: wrap; } }
  .product-top-right-inn .product-left-price {
    width: 35%; }
    @media (max-width: 567px) {
      .product-top-right-inn .product-left-price {
        width: 100%; } }
    .product-top-right-inn .product-left-price ul {
      margin-left: 15px; }
  .product-top-right-inn .product-top-right-info {
    width: 65%; }
    @media (max-width: 567px) {
      .product-top-right-inn .product-top-right-info {
        width: 100%; } }

.product-view-bottom {
  display: flex;
  align-items: flex-start; }
  @media (max-width: 767px) {
    .product-view-bottom {
      flex-wrap: wrap; } }
  .product-view-bottom > div {
    width: 50%; }
    @media (max-width: 767px) {
      .product-view-bottom > div {
        width: 100%; } }
  .product-view-bottom .product-view-bottom-left {
    padding-right: 40px; }
    @media (max-width: 1023px) {
      .product-view-bottom .product-view-bottom-left {
        padding-right: 20px; } }
    @media (max-width: 767px) {
      .product-view-bottom .product-view-bottom-left {
        padding-right: 0px; } }
  .product-view-bottom .product-view-bottom-right {
    padding-left: 40px; }
    @media (max-width: 1023px) {
      .product-view-bottom .product-view-bottom-right {
        padding-left: 20px; } }
    @media (max-width: 767px) {
      .product-view-bottom .product-view-bottom-right {
        padding-left: 0px; } }
  .product-view-bottom .product-description-section .toggle {
    border-top: none; }

.product-view-top {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 25px; }
  @media (max-width: 1023px) {
    .product-view-top {
      flex-wrap: wrap; } }
  .product-view-top .productView-images, .product-view-top .productView-details {
    margin-bottom: 0px; }
  .product-view-top .productView-images {
    width: 41.79%;
    padding: 0; }
    @media (max-width: 1280px) {
      .product-view-top .productView-images {
        width: 40%; } }
    @media (max-width: 1023px) {
      .product-view-top .productView-images {
        width: 100%; } }
  .product-view-top .productView-details {
    width: 58%;
    padding: 0;
    padding-left: 40px; }
    @media (max-width: 1280px) {
      .product-view-top .productView-details {
        width: 60%; } }
    @media (max-width: 1023px) {
      .product-view-top .productView-details {
        width: 100%;
        padding-left: 0px; } }
    .product-view-top .productView-details .productView-product {
      border-bottom: none; }

.Artwork-template ul {
  display: flex;
  align-items: flex-start;
  list-style-type: none;
  margin: 0px;
  margin-top: 20px; }
  .Artwork-template ul li img {
    max-width: 70px; }
    @media (max-width: 1280px) {
      .Artwork-template ul li img {
        max-width: 52px; } }
    @media (max-width: 480px) {
      .Artwork-template ul li img {
        max-width: 35px; } }
  .Artwork-template ul li + li {
    margin-left: 25px; }
    @media (max-width: 480px) {
      .Artwork-template ul li + li {
        margin-left: 5px; } }

@media (max-width: 767px) {
  .productView-options .border-box.top-section-button .form-action .button {
    width: auto; } }

.border-box .footer-bottom-right {
  float: none;
  margin-top: 8px;
  text-align: left; }

@media (min-width: 1280px) {
  .price-section.product-no-artwork .productView-price .price-section .price {
    font-size: 26px; } }

.productView-options .border-box {
  margin-top: 12px; }

.shipping-estimate-submit.loading .estimation-loading-indicator {
  display: inline-block;
  margin-left: 3px;
  vertical-align: bottom; }

.shipping-estimate-submit.loading .estimation-loading-indicator,
.shipping-estimate-submit.loading .estimation-loading-indicator svg {
  width: 18px;
  height: 18px; }

.shipping-estimate-submit .estimation-loading-indicator {
  display: none; }

.type-product .expedited-shipping-heading {
  font-weight: 700; }

.expedited-shipping-configurator-container {
  padding: 15px 0;
  margin-bottom: 10px; }
  .expedited-shipping-configurator-container.is-disabled, .expedited-shipping-configurator-container.is-expedited {
    cursor: not-allowed; }
    .expedited-shipping-configurator-container.is-disabled .expedited-shipping-right-col *:not(.expedited-production-disabled):not(.expedited-shipping-heading), .expedited-shipping-configurator-container.is-expedited .expedited-shipping-right-col *:not(.expedited-production-disabled):not(.expedited-shipping-heading) {
      -webkit-filter: grayscale(1) opacity(0.85);
      filter: grayscale(1) opacity(0.85); }
    .expedited-shipping-configurator-container.is-disabled .expedited-production-checkbox-container, .expedited-shipping-configurator-container.is-expedited .expedited-production-checkbox-container {
      pointer-events: none; }
    .expedited-shipping-configurator-container.is-disabled:not(.is-expedited) .expedited-production-disabled, .expedited-shipping-configurator-container.is-expedited:not(.is-expedited) .expedited-production-disabled {
      font-weight: 700;
      color: red; }
    .expedited-shipping-configurator-container.is-disabled:not(.is-disabled) .expedited-production-disabled, .expedited-shipping-configurator-container.is-expedited:not(.is-disabled) .expedited-production-disabled {
      font-weight: 700;
      color: #8eb92a; }
  .expedited-shipping-configurator-container .expedited-shipping-heading {
    margin-bottom: 10px;
    font-size: 16px;
    color: #262626;
    font-family: 'Roboto', sans-serif; }
  .expedited-shipping-configurator-container .expedited-shipping-left-col {
    display: block;
    text-align: center;
    width: 100%;
    max-width: 110px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 768px) {
      .expedited-shipping-configurator-container .expedited-shipping-left-col {
        display: inline-block;
        vertical-align: bottom; }
        .expedited-shipping-configurator-container .expedited-shipping-left-col ~ .expedited-shipping-right-col {
          width: calc(100% - 114px);
          display: inline-block; } }
  .expedited-shipping-configurator-container .expedited-shipping-right-col {
    display: block;
    width: 100%; }
  .expedited-shipping-configurator-container .expedited-shipping-description {
    color: #757575;
    margin-bottom: 10px; }
  .expedited-shipping-configurator-container .expedited-production-checkbox-container {
    display: block;
    width: 100%;
    margin-left: 10px;
    margin-right: 10px; }
    .expedited-shipping-configurator-container .expedited-production-checkbox-container #expedited-production-checkbox {
      margin: 0 5px 0 0; }
    .expedited-shipping-configurator-container .expedited-production-checkbox-container .expedited-production-label-container {
      display: inline-block;
      margin-bottom: 0;
      line-height: 30px; }
      @media screen and (max-width: 1023px) {
        .expedited-shipping-configurator-container .expedited-production-checkbox-container .expedited-production-label-container {
          width: calc(100% - 30px); } }
      .expedited-shipping-configurator-container .expedited-production-checkbox-container .expedited-production-label-container * {
        font-size: 14px;
        display: inline; }
        @media screen and (min-width: 1024px) {
          .expedited-shipping-configurator-container .expedited-production-checkbox-container .expedited-production-label-container * {
            font-size: 16px; }
            .expedited-shipping-configurator-container .expedited-production-checkbox-container .expedited-production-label-container *:not(:last-child) {
              margin-right: 2px; } }
      .expedited-shipping-configurator-container .expedited-production-checkbox-container .expedited-production-label-container .expedited-production-label {
        color: #262626; }
      .expedited-shipping-configurator-container .expedited-production-checkbox-container .expedited-production-label-container .highlighted-text {
        color: #8eb92a;
        font-weight: 700; }

[data-cart-content] .expedited-shipping-configurator-container {
  border: 1px solid #e8e8e8;
  padding-top: 0; }
  [data-cart-content] .expedited-shipping-configurator-container .expedited-shipping-heading {
    background: #8e9d06;
    color: #fff;
    padding: 10px 15px; }
  [data-cart-content] .expedited-shipping-configurator-container .expedited-production-disabled {
    margin-top: 10px !important; }
  [data-cart-content] .expedited-shipping-configurator-container .expedited-shipping-description,
  [data-cart-content] .expedited-shipping-configurator-container .expedited-production-checkbox-container,
  [data-cart-content] .expedited-shipping-configurator-container .expedited-production-disabled {
    margin: 0 15px; }
    @media screen and (min-width: 1024px) {
      [data-cart-content] .expedited-shipping-configurator-container .expedited-shipping-description,
      [data-cart-content] .expedited-shipping-configurator-container .expedited-production-checkbox-container,
      [data-cart-content] .expedited-shipping-configurator-container .expedited-production-disabled {
        margin: 0 20px; } }
  [data-cart-content] .expedited-shipping-configurator-container .expedited-shipping-description {
    margin-bottom: 5px; }
  [data-cart-content] .expedited-shipping-configurator-container .expedited-production-checkbox-container {
    padding-left: 2rem; }
    @media screen and (min-width: 1024px) {
      [data-cart-content] .expedited-shipping-configurator-container .expedited-production-checkbox-container {
        padding-left: 2.25rem; }
        [data-cart-content] .expedited-shipping-configurator-container .expedited-production-checkbox-container::before {
          height: 17px;
          width: 17px; }
        [data-cart-content] .expedited-shipping-configurator-container .expedited-production-checkbox-container::after {
          height: 15px;
          width: 15px; }
        [data-cart-content] .expedited-shipping-configurator-container .expedited-production-checkbox-container::before {
          height: 20px;
          width: 20px; }
        [data-cart-content] .expedited-shipping-configurator-container .expedited-production-checkbox-container::after {
          height: 18px;
          width: 18px; } }

#disclaimer-popup {
  border-radius: 10px;
  margin-left: 0;
  margin-right: 0; }
  @media screen and (min-width: 768px) {
    #disclaimer-popup {
      min-height: 260px; } }
  #disclaimer-popup .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    text-align: center;
    padding: 15px; }
    @media screen and (min-width: 768px) {
      #disclaimer-popup .modal-content {
        padding: 30px 40px 30px 20px; } }
  #disclaimer-popup .disclaimer-message {
    margin-bottom: 30px;
    font-size: 18px;
    text-align: left;
    padding-left: 40px;
    position: relative; }
    #disclaimer-popup .disclaimer-message svg {
      display: inline-block;
      width: 20px;
      height: 20px;
      position: absolute;
      left: 5px;
      top: 0; }
      #disclaimer-popup .disclaimer-message svg path {
        fill: #ff0000; }
    #disclaimer-popup .disclaimer-message .disclaimer-heading {
      font-size: 22px;
      margin-bottom: 8px;
      display: block; }
    #disclaimer-popup .disclaimer-message .disclaimer-subtext {
      display: block;
      font-size: 14px; }
  #disclaimer-popup .button.disclaimer-button {
    padding: 10px 30px;
    margin: 0;
    min-width: 120px; }
    #disclaimer-popup .button.disclaimer-button.disclaimer-decline {
      background-color: #ddd;
      color: #000;
      margin-right: 15px; }
      #disclaimer-popup .button.disclaimer-button.disclaimer-decline:hover {
        background-color: #c8c8c8; }
      @media screen and (min-width: 768px) {
        #disclaimer-popup .button.disclaimer-button.disclaimer-decline {
          margin-right: 20px; } }

.productView-options .inner-loader {
  display: none; }

.productView-options.is-loading {
  position: relative;
  pointer-events: none; }
  .productView-options.is-loading .inner-loader {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    background-color: rgba(255, 255, 255, 0.75); }
    .productView-options.is-loading .inner-loader::before {
      height: 2.85714rem;
      width: 2.85714rem;
      border-radius: 2.85714rem;
      border: solid 2px;
      border-color: white white #989898 #989898;
      content: "";
      display: block;
      left: 0;
      margin: 0 auto;
      position: absolute;
      right: 0;
      top: 50%;
      -ms-transform: translateY(-50%) rotate(0deg);
      transform: translateY(-50%) rotate(0deg);
      transform-style: preserve-3d;
      animation: spin 500ms infinite cubic-bezier(0.69, 0.31, 0.56, 0.83); }

.cart .cart-item[data-item-type="Custom"] .cart-item-quantity {
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

.type-cart a.button.disabled {
  pointer-events: none;
  opacity: 0.7;
  background: #cfcfcf; }

.product[data-item-type="Custom"] .quantity {
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

#consent-manager {
  left: 20px !important;
  right: 20px !important;
  bottom: 20px !important; }
  @media screen and (min-width: 768px) {
    #consent-manager {
      width: 60%;
      left: auto !important; } }
  @media screen and (min-width: 1220px) {
    #consent-manager {
      width: 40%; } }
  @media screen and (min-width: 1220px) {
    #consent-manager {
      width: 33%; } }
  #consent-manager .css-10z1g2q {
    background: #ffff;
    border: 2px solid #000; }
    #consent-manager .css-10z1g2q .css-ra9y5f {
      width: 100% !important; }
      #consent-manager .css-10z1g2q .css-ra9y5f .css-bhz559 {
        font-size: 16px; }
    #consent-manager .css-10z1g2q .css-1wn42nw button {
      color: #8e9d06;
      border: 2px solid #8e9d06; }
      #consent-manager .css-10z1g2q .css-1wn42nw button:hover, #consent-manager .css-10z1g2q .css-1wn42nw button:active, #consent-manager .css-10z1g2q .css-1wn42nw button:focus {
        background-color: #8e9d06;
        color: #fff; }

.header .container .sf-menu li, .header .wrapper .sf-menu li {
  position: relative; }
  .header .container .sf-menu li:hover ul, .header .wrapper .sf-menu li:hover ul {
    display: block; }
  .header .container .sf-menu li ul, .header .wrapper .sf-menu li ul {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 200px;
    font-size: 13px; }
    .header .container .sf-menu li ul:after, .header .wrapper .sf-menu li ul:after {
      content: "";
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 0 12px 12px 12px;
      border-color: transparent transparent #8e9d06;
      position: absolute;
      top: -7px;
      left: 44px;
      margin-left: -12px;
      z-index: -1; }
    .header .container .sf-menu li ul li, .header .wrapper .sf-menu li ul li {
      margin: 0;
      display: block; }
      .header .container .sf-menu li ul li a, .header .wrapper .sf-menu li ul li a {
        padding: 10px 15px;
        display: block;
        line-height: 15px; }
        .header .container .sf-menu li ul li a .fa, .header .wrapper .sf-menu li ul li a .fa {
          bottom: 0;
          float: right;
          line-height: normal;
          margin-top: -4%;
          position: absolute;
          right: 11px;
          top: 50%; }
    .header .container .sf-menu li ul ul, .header .wrapper .sf-menu li ul ul {
      top: 0;
      left: 100%;
      margin-top: 0;
      border-top: none; }
      .header .container .sf-menu li ul ul:after, .header .wrapper .sf-menu li ul ul:after {
        display: none; }

/*accordion*/
.product-description-section .toggle {
  border-top: 1px solid #dddddd;
  margin-bottom: 0; }
  .product-description-section .toggle.productReviews {
    border: none; }

.product-description-section .toggle-title {
  padding: 0;
  text-transform: uppercase;
  margin: 0;
  font-weight: 400; }
  .product-description-section .toggle-title .toggleLink-text {
    color: #8e9d06; }
  .product-description-section .toggle-title i.toggle-icon {
    display: inline-block;
    vertical-align: middle;
    color: #8e9d06;
    margin-right: 10px; }
  .product-description-section .toggle-title span.toggle-lable {
    display: inline-block;
    vertical-align: middle; }

.product-description-section .toggleLink-text {
  line-height: 14px; }
  .product-description-section .toggleLink-text i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    line-height: 14px; }

.product-description-section .toggle-content {
  padding-bottom: 20px; }

.product-description-section .toggleLink, .videoGallery .toggleLink, .productReviews .toggleLink {
  display: block;
  position: relative;
  line-height: 28px;
  padding: 20px 0;
  float: none; }
  .product-description-section .toggleLink:after, .videoGallery .toggleLink:after, .productReviews .toggleLink:after {
    position: absolute;
    right: 0;
    top: 50%;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    content: "\e804";
    font-family: 'Simple-Line-Icons-Pro';
    margin-top: -14px;
    font-size: 14px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #8e9d06; }
  .product-description-section .toggleLink.is-open:after, .videoGallery .toggleLink.is-open:after, .productReviews .toggleLink.is-open:after {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.product-description-section .toggle-title .is-open + .toggleLink .toggleLink-text--off {
  display: none; }

.product-description-section .toggle-title .is-open + .toggleLink .toggleLink-text--on {
  display: inline-block; }

/*growl css*/
#growls {
  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.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; }

/*growl end*/
/*chosen start*/
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

.chosen-container a {
  cursor: pointer; }

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999; }

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top; }

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/chosen-sprite.png") no-repeat 0px 2px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url("../img/chosen-sprite.png") no-repeat 100% -20px;
  background: url("../img/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

.chosen-container .chosen-results {
  color: #444;
  position: relative;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important; }

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

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

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url("../img/chosen-sprite.png") no-repeat -30px -20px;
  background: url("../img/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

/*chosen end*/
/*fancybox start*/
.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s,visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s,visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-toolbar {
  top: 0;
  right: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0); }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  /*text-align:center*/
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
  background: #e5e3df; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%; }

.fancybox-error, .fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff; }

.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue,Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px; }

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff; }

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none; }

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none; }

.fancybox-button, .fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button:after, .fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: .9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button[disabled]:after, .fancybox-button[disabled]:before {
  opacity: .3; }

.fancybox-button--left:after, .fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor; }

.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close:after, .fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .25s; }

.fancybox-arrow:after {
  content: "";
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px 24px; }

.fancybox-arrow--right {
  right: 0; }

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.fancybox-arrow--left:after, .fancybox-arrow--right:after {
  left: 0; }

.fancybox-show-nav .fancybox-arrow {
  opacity: .6; }

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: .3; }

.fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1; }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1; }

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1; }

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1); }

@media (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0; }
  .fancybox-button--left, .fancybox-button--right {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none; }

.fancybox-button--pause:before, .fancybox-button--play:before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent; }

.fancybox-button--play:before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px; }

.fancybox-button--pause:before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px; }

.fancybox-button--thumbs, .fancybox-thumbs {
  display: none; }

@media (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block; }
  .fancybox-button--thumbs span {
    font-size: 23px; }
  .fancybox-button--thumbs:before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0; }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995; }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px; }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0; }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box; }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1); }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1; } }

/*fancybox end*/
.compare-table-wrap .comparTableCustom {
  display: none; }

.sidebarBlock ul.navList-mob {
  margin-left: 0; }
  .sidebarBlock ul.navList-mob .fa.fa-angle-down, .sidebarBlock ul.navList-mob .fa.fa-angle-right {
    display: none; }
  .sidebarBlock ul.navList-mob li {
    position: relative;
    display: block; }
    .sidebarBlock ul.navList-mob li .hitarea {
      position: absolute;
      width: 40px;
      right: -14px;
      height: 34px;
      cursor: pointer;
      color: #000; }
      .sidebarBlock ul.navList-mob li .hitarea:after {
        content: "\f107";
        font-family: FontAwesome;
        text-align: center;
        width: 40px;
        height: 34px;
        text-align: center;
        line-height: 36px;
        display: block;
        font-size: 18px;
        color: #000; }
      .sidebarBlock ul.navList-mob li .hitarea.collapsable-hitarea {
        -ms-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg); }
    .sidebarBlock ul.navList-mob li ul {
      position: inherit;
      left: 0;
      top: 100%;
      margin: 0;
      box-shadow: none;
      overflow: hidden; }
      .sidebarBlock ul.navList-mob li ul li ul {
        margin: 0;
        box-shadow: none; }
        .sidebarBlock ul.navList-mob li ul li ul li a .fa.fa-angle-down {
          display: none; }
  .sidebarBlock ul.navList-mob li.collapsable > a {
    color: #8e9d06; }
  .sidebarBlock ul.navList-mob li.collapsable > .hitarea {
    color: #8e9d06; }

@media only screen and (max-width: 1919px) {
  .type-category .sidecart-main, .type-product .sidecart-main, .type-brand .sidecart-main {
    display: none; }
  .type-category .sidecart-main.active, .type-product .sidecart-main.active, .type-brand .sidecart-main.active {
    display: block; }
  .sidecart-main .close-side-cart {
    display: block; } }

/* ================= 1366 ================= */
@media screen and (max-width: 87.4375em) {
  .container, .wrapper {
    width: 1336px; }
  .search-section {
    width: 812px; }
    .search-section .searchSummary .form-fieldset {
      width: 610px; }
    .search-section .searchSummary #quickSearch .quickSearchResults .productGrid li.product .card .card-action .button {
      width: auto; }
  .HomeFeaturedCategory .category-main-img {
    width: 35%; }
  .HomeFeaturedCategory .cataegory-img-list {
    width: 65%; }
  .HomeFeaturedCategory .cataegory-img-list ul li a .cat-img {
    margin-bottom: 10px;
    max-height: 130px; }
    .HomeFeaturedCategory .cataegory-img-list ul li a .cat-img img {
      max-width: 130px; }
  .footer-left {
    width: 807px; }
    .footer-left .footer-info-col {
      width: 190px; }
  .footer-right {
    width: 529px; }
    .footer-right .footer-address .footer-add-inn {
      width: 50%; }
    .footer-right .footer-address .footer-phone {
      width: 50%; }
  .popular_cat .productGrid {
    margin: 0; }
  .HomeFeaturedCategory .category-main-img {
    width: 39.1%; }
    .HomeFeaturedCategory .category-main-img a img {
      max-width: 100%; }
  .HomeFeaturedCategory .cataegory-img-list {
    width: 60.9%; }
  .productCarousel .slick-list:after, .productCarousel .slick-list:before {
    display: none; }
  .productView-options .form-action {
    float: left;
    margin: 20px 20px 0 0; }
  .productView .productView-images ul li.productView-thumbnail {
    width: 16.66%; }
    .productView .productView-images ul li.productView-thumbnail:nth-child(6n+1) {
      border-left: 1px solid #dddddd; }
    .productView .productView-images ul li.productView-thumbnail:nth-child(1), .productView .productView-images ul li.productView-thumbnail:nth-child(2), .productView .productView-images ul li.productView-thumbnail:nth-child(3), .productView .productView-images ul li.productView-thumbnail:nth-child(4), .productView .productView-images ul li.productView-thumbnail:nth-child(5), .productView .productView-images ul li.productView-thumbnail:nth-child(6) {
      border-top: 1px solid #dddddd; }
    .productView .productView-images ul li.productView-thumbnail:nth-child(7) {
      border-top: none; }
    .productView .productView-images ul li.productView-thumbnail:nth-child(8) {
      border-left: none; }
  .related-products .slick-next, .related-products .slick-prev, .similar-by-views .slick-next, .similar-by-views .slick-prev {
    background-color: rgba(0, 0, 0, 0.2); }
  .related-products .slick-next:before, .related-products .slick-prev:before, .similar-by-views .slick-next:before, .similar-by-views .slick-prev:before {
    background-size: 70% auto; }
  .page-sidebar + .page-content {
    width: 1076px; }
  .listItem-figure,
  .listItem-body {
    vertical-align: middle; }
  .address {
    width: 33.3333%; }
  .cart-item-figure {
    width: 15%; }
  .type-cart .body {
    min-height: 737px; }
  .footer-left .footer-info-col.footer-news {
    width: 377px; } }

/* ================= 1280 to 1367 ================= */
@media screen and (max-width: 85.3125em) {
  .container, .wrapper {
    width: 1250px; }
  .search-section {
    width: 727px; }
    .search-section .searchSummary .form-fieldset {
      width: 524px; }
  .footer-left {
    width: 65%; }
  .footer-right {
    width: 35%; }
    .footer-right .footer-newslatter .form .form-fieldset {
      width: 100%; }
  .HomeFeaturedCategory .category-main-img {
    width: 41.8%; }
    .HomeFeaturedCategory .category-main-img a img {
      max-width: 100%; }
  .HomeFeaturedCategory .cataegory-img-list {
    width: 58.2%; }
  .store-credit {
    margin-left: 3px; }
  .header-phone {
    margin-right: 10px; }
  .header-mid-section .navigation-menu#menu {
    width: 1040px; }
  .page-sidebar + .page-content {
    width: 990px; } }

/* ================= 1024 to 1249 ================= */
@media screen and (max-width: 79.9375em) {
  .container, .wrapper {
    width: 994px; }
  h2.page-heading {
    font-size: 22px;
    margin: 0 0 20px; }
  h1.page-heading {
    margin: 0 0 18px; }
  .footer-left .footer-info-col.footer-news {
    width: 347px; }
  .header-top-section a {
    vertical-align: middle; }
  .header-top-section .header-top-left .header-phone {
    margin-right: 10px; }
  .header-top-section .store-credit {
    margin-left: 10px; }
  .search-section {
    width: 558px;
    margin: 58px 0; }
    .search-section .searchSummary .form-fieldset {
      width: 355px; }
  .header-mid-section .logo {
    width: auto;
    float: left; }
  .header-mid-section .navigation-menu#menu {
    width: 100%;
    margin-top: 0; }
  .header-mid-right {
    width: 213px;
    margin-top: 0; }
  .heroCarousel-title {
    font-size: 28px;
    margin-bottom: 3px;
    line-height: normal; }
  .heroCarousel-description {
    margin-bottom: 11px; }
  .special-info .banner-cnt h3 {
    font-size: 13px; }
  .popular_cat {
    margin-top: 20px; }
    .popular_cat .slick-prev, .popular_cat .slick-next {
      display: none !important; }
  .card .card-title {
    font-size: 13px; }
  .card .card-text {
    font-size: 13px; }
  .price-section .price.price--rrp {
    font-size: 16px; }
  .price-section .price {
    font-size: 18px; }
  .productGrid {
    margin: 0 0 42px; }
  .footer-left {
    width: 70%;
    padding-right: 0; }
    .footer-left .footer-info-col {
      width: 25%; }
      .footer-left .footer-info-col.footer-misc {
        width: 24%; }
  .footer-right {
    width: 30%;
    padding: 26px 17px; }
    .footer-right .footer-address .footer-add-inn {
      width: 100%;
      margin-bottom: 23px; }
    .footer-right .footer-address .footer-phone {
      width: 100%;
      padding-left: 0; }
    .footer-right .footer-address .footer-social .footer-info-col .socialLinks {
      margin-top: 0; }
  .HomeFeaturedCategory .category-main-img {
    width: 49.8%; }
    .HomeFeaturedCategory .category-main-img a img {
      max-width: 100%; }
  .HomeFeaturedCategory .cataegory-img-list {
    width: 50.2%; }
    .HomeFeaturedCategory .cataegory-img-list ul li {
      width: 33.33%; }
      .HomeFeaturedCategory .cataegory-img-list ul li.Item8, .HomeFeaturedCategory .cataegory-img-list ul li.Item7 {
        display: none; }
      .HomeFeaturedCategory .cataegory-img-list ul li:nth-child(4) {
        border-right: 1px solid #dddddd;
        border-bottom: none; }
  .search-section .searchSummary #quickSearch .quickSearchResults .productGrid li.product .card .card-cnt {
    width: 70%; }
  .search-section .searchSummary #quickSearch .quickSearchResults .productGrid li.product .card .card-body {
    margin-bottom: 0; }
  .header-top-section .header-top-left .header-phone {
    line-height: normal; }
    .header-top-section .header-top-left .header-phone .CallBlock a {
      font-size: 0;
      vertical-align: middle; }
      .header-top-section .header-top-left .header-phone .CallBlock a i {
        font-size: 16px; }
  .productView--quickView .productView-image {
    min-height: 356px;
    min-width: 356px; }
  .productView-title {
    font-size: 24px;
    line-height: normal; }
  .productView-rating .productView-reviewLink.rw-lnk {
    padding: 0 20px;
    margin: 0 20px; }
  .productView .productView-images ul li.productView-thumbnail {
    width: 20%;
    height: 100px; }
    .productView .productView-images ul li.productView-thumbnail a.productView-thumbnail-link img {
      max-width: 100%; }
    .productView .productView-images ul li.productView-thumbnail:nth-child(5n+1) {
      border-left: 1px solid #dddddd; }
    .productView .productView-images ul li.productView-thumbnail:nth-child(1), .productView .productView-images ul li.productView-thumbnail:nth-child(2), .productView .productView-images ul li.productView-thumbnail:nth-child(3), .productView .productView-images ul li.productView-thumbnail:nth-child(4), .productView .productView-images ul li.productView-thumbnail:nth-child(5) {
      border-top: 1px solid #dddddd; }
    .productView .productView-images ul li.productView-thumbnail:nth-child(6) {
      border-top: none; }
    .productView .productView-images ul li.productView-thumbnail:nth-child(7) {
      border-left: none; }
  .form-option .form-option-expanded {
    top: 0;
    left: 0;
    width: auto; }
  .form-option:hover .form-option-expanded {
    display: none; }
  .productCarousel .slick-list:before, .ProductDetailcarousel .slick-list:before {
    width: 0px; }
  .price-section .productView-price .price-section .price {
    font-size: 28px; }
  .price-section .productView-price .price-section.price-section--saving .price {
    font-size: 16px; }
  .productView-price .price-section--saving .price {
    font-size: 16px; }
  .productView-options .form-action .button {
    padding: 10px 24px;
    font-size: 16px; }
  .productView-options .form-action.wishlist-btn .button {
    padding: 9px 24px; }
  .previewCartCheckout {
    width: 40%; }
  .previewCart .productView {
    width: 60%; }
  .previewCart .productView-image {
    width: 50%;
    min-width: inherit;
    min-width: inherit; }
  .previewCart .productView-details {
    width: 50%; }
  .page-sidebar {
    width: 250px; }
  .page-sidebar + .page-content {
    width: 774px; }
  .categories_list .categories_list_inn .subCategoriesBox {
    width: 115px; }
    .categories_list .categories_list_inn .subCategoriesBox .subCategoryList {
      height: auto; }
      .categories_list .categories_list_inn .subCategoriesBox .subCategoryList .imagebox {
        height: 111px; }
  .productGrid {
    margin: 0 0 15px; }
  .brandGrid .brand {
    width: 12.5%; }
  .type-cart h1.page-heading {
    margin-top: 45px; }
  .type-cart h1.cart-title {
    margin-top: 85px; }
  .type-cart .body {
    min-height: 481px; } }

/* ================= 768 to 1023 ================= */
@media screen and (max-width: 63.9375em) {
  .container, .wrapper {
    width: 738px; }
  h2.page-heading {
    font-size: 20px;
    margin-bottom: 0 0 15px; }
  h3 {
    font-size: 18px;
    margin-bottom: 20px; }
  h1.page-heading {
    text-align: center;
    font-size: 20px; }
  .footer-left .footer-info-col.footer-news {
    width: 100%;
    padding-left: 0; }
  .header {
    top: 0;
    position: inherit; }
  .body {
    margin-top: 0;
    margin-bottom: 30px; }
  .header-top-right {
    display: none; }
  .header-mid-section .cat_dropdown_main, .header-mid-section .navigation-menu#menu {
    display: none; }
  .search-section .searchSummary .form-fieldset {
    width: 100%; }
  .header-currency {
    display: none; }
  .header-top-section .store-credit {
    display: none; }
  .mobile-topmenu-main {
    background: #acc641; }
  .mobile-topmenu {
    display: block;
    padding: 0;
    margin-bottom: 20px; }
    .mobile-topmenu .header-currency {
      display: block;
      float: none; }
      .mobile-topmenu .header-currency ul li ul.dropdown-menu {
        position: relative !important;
        max-width: inherit !important;
        z-index: 0;
        top: 0 !important;
        left: 0 !important; }
        .mobile-topmenu .header-currency ul li ul.dropdown-menu:after {
          display: none; }
        .mobile-topmenu .header-currency ul li ul.dropdown-menu li {
          border-left: none;
          border-top: none;
          position: inherit;
          margin-left: 0; }
          .mobile-topmenu .header-currency ul li ul.dropdown-menu li:before, .mobile-topmenu .header-currency ul li ul.dropdown-menu li:after {
            display: none; }
          .mobile-topmenu .header-currency ul li ul.dropdown-menu li a {
            float: none;
            color: #666;
            padding: 10px 30px 10px 30px;
            border-bottom: 1px solid #dddddd; }
            .mobile-topmenu .header-currency ul li ul.dropdown-menu li a:hover {
              color: #8e9d06;
              background: none; }
    .mobile-topmenu .toggle-arrow {
      display: block;
      width: 30px;
      height: 15px;
      text-align: center;
      position: absolute;
      left: 50%;
      margin-left: -15px;
      top: 100%;
      cursor: pointer; }
      .mobile-topmenu .toggle-arrow i {
        display: block;
        font-size: 24px;
        line-height: 8px;
        color: #a1b93f; }
        .mobile-topmenu .toggle-arrow i.fa-times {
          display: none; }
      .mobile-topmenu .toggle-arrow.Active i.fa-caret-down {
        display: none; }
      .mobile-topmenu .toggle-arrow.Active i.fa-times {
        display: block;
        font-size: 14px;
        margin: 3px 0 0; }
    .mobile-topmenu .mobile-menu-list ul {
      margin: 0; }
      .mobile-topmenu .mobile-menu-list ul li {
        list-style: none;
        float: left;
        margin-left: 0;
        display: block; }
        .mobile-topmenu .mobile-menu-list ul li:first-child {
          margin-left: 0; }
        .mobile-topmenu .mobile-menu-list ul li:hover a {
          color: #8e9d06; }
        .mobile-topmenu .mobile-menu-list ul li:hover i {
          color: #8e9d06; }
        .mobile-topmenu .mobile-menu-list ul li i {
          margin-right: 8px;
          color: #666;
          font-size: 14px;
          line-height: normal;
          vertical-align: middle;
          display: inline-block;
          transition: color 0.15s ease 0s; }
        .mobile-topmenu .mobile-menu-list ul li a {
          font-size: 14px;
          text-transform: none;
          font-weight: normal;
          display: block;
          padding: 0; }
          .mobile-topmenu .mobile-menu-list ul li a.navUser-item--compare .countPill {
            background: none;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            font-size: 14px;
            height: auto;
            width: auto;
            margin-left: 0; }
  .header-top-section .free-shipping {
    text-align: right; }
  .header-top-section .header-top-left .header-phone {
    height: 32px;
    margin-right: 0;
    width: 32px; }
  .header-top-section .free-shipping-new {
    text-align: center; }
  .header-top-section .header-top-left .header-phone {
    height: 32px;
    margin-right: 0;
    width: 32px; }
  .HomeFeaturedCategorySection1 {
    margin-bottom: 30px; }
  .HomeFeaturedCategory .category-main-img {
    width: 55.9%; }
    .HomeFeaturedCategory .category-main-img a img {
      max-width: 100%; }
  .HomeFeaturedCategory .cataegory-img-list {
    width: 44.1%; }
    .HomeFeaturedCategory .cataegory-img-list ul li {
      width: 33.33%; }
      .HomeFeaturedCategory .cataegory-img-list ul li a .cat-img {
        max-height: 98px; }
        .HomeFeaturedCategory .cataegory-img-list ul li a .cat-img img {
          max-width: 90px;
          max-height: 100px; }
      .HomeFeaturedCategory .cataegory-img-list ul li a .cat-title h3 {
        font-size: 11px; }
      .HomeFeaturedCategory .cataegory-img-list ul li.Item8, .HomeFeaturedCategory .cataegory-img-list ul li.Item7 {
        display: none; }
      .HomeFeaturedCategory .cataegory-img-list ul li:nth-child(3), .HomeFeaturedCategory .cataegory-img-list ul li:nth-child(6) {
        border-right: none; }
      .HomeFeaturedCategory .cataegory-img-list ul li:nth-child(4) {
        border-right: 1px solid #dddddd;
        border-bottom: none; }
  .productView--quickView .productView-image {
    min-height: 300px;
    min-width: 300px; }
  .header-top-section .header-top-left .header-phone .CallBlock a {
    display: block; }
  .homepageFeaturedProducts, .homepageTopSellersProducts, .homepageNewProducts, .related-products, .similar-by-views {
    margin-bottom: 16px; }
    .homepageFeaturedProducts .slick-prev, .homepageFeaturedProducts .slick-next, .homepageTopSellersProducts .slick-prev, .homepageTopSellersProducts .slick-next, .homepageNewProducts .slick-prev, .homepageNewProducts .slick-next, .related-products .slick-prev, .related-products .slick-next, .similar-by-views .slick-prev, .similar-by-views .slick-next {
      display: none !important; }
  .popular_cat .productGrid .product .card .card-title a {
    font-size: 14px; }
  .HomeFeaturedCategorySection1 {
    margin-top: 30px; }
  .popular_cat {
    margin-bottom: 20px; }
  .header-currency ul li a i.fa {
    float: right;
    margin-left: 7px;
    margin-right: 0;
    padding-right: 0; }
  .header-currency ul li a i.icon-USD-circle {
    padding-right: 0; }
  .header-currency ul li ul.dropdown-menu li {
    margin-left: 3px; }
    .header-currency ul li ul.dropdown-menu li a {
      line-height: normal; }
  .sidebar-menu {
    float: left;
    display: block;
    margin: 0 0 5px 0; }
    .sidebar-menu a {
      color: #fff;
      font-size: 16px; }
      .sidebar-menu a .icon-list-2 {
        margin-right: 5px;
        font-size: 24px;
        vertical-align: middle; }
      .sidebar-menu a span {
        vertical-align: middle; }
  .mobile-menu-icon {
    float: left;
    display: block;
    margin-right: 12px;
    margin-top: 2px;
    width: 30px; }
    .mobile-menu-icon a {
      color: #fff;
      font-size: 20px;
      width: 30px;
      height: 30px;
      display: block; }
  .navigation-menu .navPages {
    display: none; }
  .header-mid-inn {
    width: 100%; }
    .header-mid-inn .cat_dropdown {
      display: none; }
    .header-mid-inn .logo {
      width: 28%; }
    .header-mid-inn .search-section {
      width: 49%;
      margin: 40px 0; }
      .header-mid-inn .search-section .header-phone-num {
        display: block;
        margin-top: 10px; }
    .header-mid-inn .header-mid-right {
      width: 15%; }
      .header-mid-inn .header-mid-right .navUser .dropdown-menu {
        top: 45px !important; }
      .header-mid-inn .header-mid-right .navUser ul li.my-account {
        margin-right: 15px;
        padding: 4px 0;
        cursor: pointer; }
        .header-mid-inn .header-mid-right .navUser ul li.my-account .sign-in-account-main {
          left: auto;
          right: 0;
          padding-top: 15px; }
        .header-mid-inn .header-mid-right .navUser ul li.my-account a span {
          display: none; }
        .header-mid-inn .header-mid-right .navUser ul li.my-account a i {
          font-size: 20px; }
        .header-mid-inn .header-mid-right .navUser ul li.my-account ul.sign-in-account {
          left: auto;
          right: 0; }
          .header-mid-inn .header-mid-right .navUser ul li.my-account ul.sign-in-account:after {
            right: 3px;
            top: 3px; }
  .heroCarousel {
    margin-bottom: 15px; }
    .heroCarousel .heroCarousel-content .heroCarousel-title {
      font-size: 26px;
      line-height: 30px;
      margin-bottom: 5px; }
    .heroCarousel .heroCarousel-content .heroCarousel-description {
      margin-bottom: 5px; }
    .heroCarousel .heroCarousel-content .heroCarousel-action {
      height: 32px;
      line-height: 30px;
      padding: 0 17px 0 42px; }
  .search-section .searchSummary .form-fieldset .form-field .form-input {
    height: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
  .search-section .searchSummary .icon-magnifier-1 {
    height: 30px;
    line-height: 28px; }
  .special-info .block:first-child {
    text-align: center; }
  .special-info .banner-cnt h3 {
    font-size: 12px; }
  .special-info .banner-cnt span {
    font-size: 11px;
    text-align: center; }
  .special-info .banner-icon {
    width: auto;
    display: block;
    margin-bottom: 10px;
    margin-right: 0; }
    .special-info .banner-icon img {
      max-width: 30px; }
  .footer-left {
    width: 55%; }
    .footer-left .footer-info-col {
      width: 49%; }
      .footer-left .footer-info-col.footer-misc {
        width: 49%; }
      .footer-left .footer-info-col.footer-brand-section {
        padding-left: 0; }
  .footer-right {
    width: 45%; }
  .HomeFeaturedCategory .cataegory-img-list ul li a .cat-title {
    margin-top: 0; }
  .homepageFeaturedProducts h2.page-heading, .homepageTopSellersProducts h2.page-heading, .homepageNewProducts h2.page-heading, .popular_cat h2.page-heading {
    text-align: center; }
  .search-section .searchSummary #quickSearch .quickSearchResults .quickSearchMessage {
    font-size: 14px; }
  .productView {
    width: 100%;
    margin: 0; }
  .productView-images {
    padding: 0 20px 0 0; }
  .productView-details {
    padding: 0; }
  .product-description-section {
    padding: 0; }
  .productView-title {
    font-size: 18px;
    margin-bottom: 13px; }
  .price-section .productView-price {
    width: 90%; }
    .price-section .productView-price .price-section.price-section--saving span {
      font-size: 18px; }
    .price-section .productView-price .price-section .price {
      font-size: 22px; }
  .price-section .product-page-compare {
    width: 9%; }
  .productView-rating a {
    font-size: 12px; }
  .productView-rating .productView-reviewLink.rw-lnk {
    margin: 0 5px;
    padding: 0 5px;
    line-height: 20px; }
  .productView-image {
    min-height: 356px;
    min-width: 356px; }
  .productView .productView-images ul li.productView-thumbnail {
    width: 20%; }
  .productView .productView-images ul li.productView-thumbnail {
    width: 25%; }
    .productView .productView-images ul li.productView-thumbnail:nth-child(4n+1) {
      border-left: 1px solid #dddddd; }
    .productView .productView-images ul li.productView-thumbnail:nth-child(1), .productView .productView-images ul li.productView-thumbnail:nth-child(2), .productView .productView-images ul li.productView-thumbnail:nth-child(3), .productView .productView-images ul li.productView-thumbnail:nth-child(4) {
      border-top: 1px solid #dddddd; }
    .productView .productView-images ul li.productView-thumbnail:nth-child(5) {
      border-top: none; }
    .productView .productView-images ul li.productView-thumbnail:nth-child(6) {
      border-left: none; }
  .productView-images {
    width: 51%; }
    .productView-images .productView-image {
      border: 1px solid #dddddd; }
  .productView-info {
    padding-bottom: 25px; }
    .productView-info dt {
      width: 30%;
      font-size: 12px; }
    .productView-info dd {
      width: 70%;
      font-size: 12px;
      margin-bottom: 18px; }
  .related-products {
    margin-bottom: 20px;
    margin-top: 20px; }
  .price-section .product-page-compare span {
    display: none; }
  .price-section .product-page-compare i {
    font-size: 18px; }
  .modal-body.quickView .price-section .product-page-compare {
    width: 8%; }
  .productView-options .form-action {
    float: none; }
  .facetedSearch .facetedSearch-refineFilters ul {
    padding: 10px; }
  .page-sidebar {
    display: none; }
  .sidebar-menu-content-block .page-sidebar {
    display: block; }
  .sidebar-menu-inn {
    display: block; }
  .productGrid .product {
    width: 25%; }
  .productGrid .product .card {
    border-top: none; }
  .productGrid .product:nth-child(1) .card, .productGrid .product:nth-child(2) .card, .productGrid .product:nth-child(3) .card, .productGrid .product:nth-child(4) .card {
    border-top: 1px solid #dddddd; }
  .productGrid .product + .product .card {
    border-left: none; }
  .productGrid .product + .product:nth-child(5) .card {
    border-top: none; }
  .productGrid .product:nth-child(4n) + .product {
    border-left: 1px solid #dddddd; }
  .page-sidebar + .page-content {
    width: 100%;
    padding-left: 1.07143rem;
    padding-right: 1.07143rem; }
  .page-sidebar {
    padding-left: 1.07143rem;
    padding-right: 1.07143rem; }
  .sub-category-wrap {
    margin-top: 20px; }
  .facetedSearch.sidebarBlock {
    border: none;
    margin-bottom: 0; }
  .facetedSearch .accordion-title {
    padding: 0; }
  .facetedSearch .accordion-navigation {
    border: none; }
  .facetedSearch .accordion-navigation-actions {
    display: none; }
  .facetedSearch .accordion-content {
    padding: 20px 0 0; }
    .facetedSearch .accordion-content .navList-item .rating--small span {
      margin-top: -10px; }
  .facetedSearch .facetedSearch-refineFilters {
    padding: 0; }
    .facetedSearch .facetedSearch-refineFilters span {
      padding: 0 10px 10px;
      display: block; }
    .facetedSearch .facetedSearch-refineFilters .remove-all {
      top: 8px; }
  .facetedSearch.sidebarBlock ul li a span {
    margin-top: -17px; }
  .facetedSearch-toggle {
    margin-bottom: 0; }
  .facetedSearch.sidebarBlock ul li a span {
    margin-top: -9px; }
  .navList-mob {
    margin-left: 0; }
  .facetedSearch-toggle-indicator {
    width: auto;
    float: right; }
  .facetedSearch-toggle-text {
    width: auto; }
  .cart-item-name {
    font-size: 15px; }
  .cart-item-title {
    padding: 0 15px 15px;
    margin-bottom: 0; }
  .cart-item-options {
    margin-bottom: 0; }
  .cart-item-info {
    width: 22%; }
  .cart-totals {
    width: 100%; }
  .cart-actions .checkoutMultiple {
    margin: 20px 0 0; }
  .cart-item-price {
    width: 15%; }
  .type-cart h1.page-heading {
    margin-top: 20px; }
  .type-cart h1.cart-title {
    margin-top: 20px; }
  .type-cart .body {
    margin-top: 0;
    min-height: 767px; }
  .type-cart .header {
    top: 0; }
  .navBar--sub {
    margin-bottom: 30px; }
    .navBar--sub .navBar-item {
      margin: 0 0; }
    .navBar--sub .navBar-action {
      padding: 6px 10px; }
  .account-list .account-message .replyBox {
    margin-left: 0; }
  .account-list .account-message .messageBox {
    margin-right: 0; }
  .address {
    width: 50%; }
  .account--fixed {
    width: 100%; }
  .page-content--centered {
    width: 100%; }
  .type-search .sidebar-menu {
    margin-bottom: 20px;
    padding-left: 1.07143rem;
    padding-right: 1.07143rem; }
  .compareTable-heading {
    width: 0; }
  .compareTable-headingText {
    position: absolute;
    top: 1.28571rem;
    white-space: nowrap; }
  .compareTable-item {
    padding-top: 4.286rem; }
  .brandGrid .brand {
    width: 14.2%; } }

/* ======================================================================== 667 to 767 =================================================================================== */
@media screen and (max-width: 47.9375em) {
  .container, .wrapper {
    width: 97%; }
  .body {
    margin-bottom: 30px; }
  .page-sidebar {
    width: 100%;
    padding-left: 0.71429rem;
    padding-right: 0.71429rem; }
  .page-sidebar + .page-content {
    padding-left: 0.71429rem;
    padding-right: 0.71429rem; }
  .row {
    margin-left: -0.71429rem;
    margin-right: -0.71429rem; }
  .type-product .four-col {
    padding-left: 0;
    padding-right: 0; }
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin: 0 0 15px 0; }
  h1, .h1 {
    font-size: 20px; }
  h2, .h2 {
    font-size: 20px; }
  h3, .h3 {
    font-size: 17px; }
  h4, .h4 {
    font-size: 16px; }
  h5, .h5 {
    font-size: 16px; }
  h6, .h6 {
    font-size: 15px; }
  .table thead tr th,
  .table thead tr td {
    font-size: 14px; }
  h2.modal-header-title {
    font-size: 18px; }
  .header-mid-inn .search-section {
    margin: 28px 0; }
  .header-mid-inn .logo {
    width: 22%; }
  .header-mid-right {
    float: right;
    margin: 48px 0; }
    .header-mid-right .navUser {
      position: static;
      transform: none; }
  .heroCarousel-content {
    display: none; }
  .heroCarousel .slick-prev {
    left: 10px; }
  .heroCarousel .slick-next {
    right: 10px; }
  .heroCarousel {
    margin-bottom: 0; }
  .HomeFeaturedCategory .category-main-img {
    width: 61.4%; }
    .HomeFeaturedCategory .category-main-img a img {
      max-width: 100%; }
  .HomeFeaturedCategory .cataegory-img-list {
    width: 38.6%; }
    .HomeFeaturedCategory .cataegory-img-list ul li {
      width: 50%; }
      .HomeFeaturedCategory .cataegory-img-list ul li.Item5, .HomeFeaturedCategory .cataegory-img-list ul li.Item6 {
        display: none; }
      .HomeFeaturedCategory .cataegory-img-list ul li:nth-child(2), .HomeFeaturedCategory .cataegory-img-list ul li:nth-child(4) {
        border-right: none; }
      .HomeFeaturedCategory .cataegory-img-list ul li:nth-child(3) {
        border-right: 1px solid #dddddd;
        border-bottom: none; }
      .HomeFeaturedCategory .cataegory-img-list ul li a .cat-img {
        max-height: 100px; }
  .special-info {
    display: none; }
  .heroCarousel {
    margin-bottom: 20px; }
    .heroCarousel .slick-prev, .heroCarousel .slick-next {
      height: 30px;
      width: 30px;
      padding: 0;
      margin-top: -15px; }
      .heroCarousel .slick-prev:after, .heroCarousel .slick-next:after {
        font-size: 28px; }
  .header-mid-right .navUser ul li.my-account .sign-in-account-main ul.sign-in-account li.navUser-item {
    display: block; }
  .home-top-banner {
    margin-bottom: 20px; }
  .hide-banner-lnk:after, .hide-banner-lnk:before {
    display: none; }
  .footer-copyright.footer-powered-by, .footer-copyright .footer-copyright {
    float: none;
    width: 100%;
    text-align: center;
    clear: both;
    padding: 10px 0; }
  .footer-copyright.footer-powered-by {
    margin-bottom: 0;
    padding: 0; }
  .footer-copyright .footer-copyright.footer-powered-by {
    padding: 10px 0 0; }
  .footer-right {
    width: 100%; }
    .footer-right .header-logo-image {
      max-height: 100px; }
  .footer-bottom-right {
    width: 100%;
    text-align: center;
    margin-top: 0;
    float: none; }
    .footer-bottom-right ul li {
      margin-top: 20px; }
  .footer-bottom-left {
    width: 100%;
    text-align: center;
    float: none; }
  .footer-left {
    width: 100%;
    padding-top: 30px; }
    .footer-left .footer-block {
      padding-bottom: 32px; }
  .footer-right .footer-address .footer-social .footer-info-col {
    padding-left: 0;
    margin-top: 10px; }
  .footer-right .footer-address .footer-add-inn {
    margin-bottom: 10px; }
  .footer-right .footer-newslatter {
    margin-bottom: 20px; }
  .footer-info {
    margin: 0; }
    .footer-info .footer-left .footer-block {
      border-bottom: none;
      padding-bottom: 0; }
    .footer-info .footer-left .footer-info-col {
      width: 100%;
      display: block;
      padding: 0;
      border-left: none;
      margin-bottom: 0; }
      .footer-info .footer-left .footer-info-col h5 {
        cursor: pointer;
        position: relative;
        border-bottom: 1px solid #bdd268;
        margin-bottom: 10px;
        padding-bottom: 10px;
        font-size: 16px; }
        .footer-info .footer-left .footer-info-col h5:after {
          display: block;
          line-height: 24px;
          content: "\f107";
          font-family: 'FontAwesome';
          position: absolute;
          top: 0;
          right: 10px;
          font-size: 20px; }
      .footer-info .footer-left .footer-info-col h5.boxOpen:after {
        content: "\f106"; }
      .footer-info .footer-left .footer-info-col .footer-info-list {
        display: none;
        padding: 0 0 15px 0; }
  .footer-info-col {
    margin-bottom: 0; }
  .price-section .product-page-compare .button {
    padding: 5px 5px 5px 0; }
  .price-section .productView-price {
    width: 40%; }
    .price-section .productView-price .price-section.price-section--saving span {
      font-size: 14px; }
    .price-section .productView-price .price-section .price {
      font-size: 20px; }
    .price-section .productView-price .price-section .price--rrp {
      margin-right: 20px; }
  .productView-images {
    width: 100%;
    padding: 0; }
  .productView-details {
    width: 100%;
    margin-bottom: 10px; }
  .product-description-section {
    width: 100%;
    padding: 0; }
  .productView .productView-images ul li.productView-thumbnail {
    width: 16.66%; }
    .productView .productView-images ul li.productView-thumbnail a img {
      max-width: 78px; }
    .productView .productView-images ul li.productView-thumbnail:nth-child(6n+1) {
      border-left: 1px solid #dddddd; }
    .productView .productView-images ul li.productView-thumbnail:nth-child(1), .productView .productView-images ul li.productView-thumbnail:nth-child(2), .productView .productView-images ul li.productView-thumbnail:nth-child(3), .productView .productView-images ul li.productView-thumbnail:nth-child(4), .productView .productView-images ul li.productView-thumbnail:nth-child(5), .productView .productView-images ul li.productView-thumbnail:nth-child(6) {
      border-top: 1px solid #dddddd; }
    .productView .productView-images ul li.productView-thumbnail:nth-child(7) {
      border-top: none; }
    .productView .productView-images ul li.productView-thumbnail:nth-child(8), .productView .productView-images ul li.productView-thumbnail:nth-child(5) {
      border-left: none; }
  .productView .productView-images ul li.productView-thumbnail a.productView-thumbnail-link img {
    max-width: 78px; }
  .productView-options .form-action {
    width: auto;
    padding: 0; }
  [data-accordion] [data-control] {
    font-size: 14px; }
  .product-description-section .toggle-icon {
    font-size: 16px; }
  .productView-info {
    padding-bottom: 0; }
  .productView-options .form-action {
    float: left;
    margin: 10px 20px 0 0; }
  .previewCartCheckout {
    width: 100%; }
  .previewCart .productView, .previewCart .productView-image, .previewCart .productView-details {
    width: 100%; }
  .product-view-block {
    display: none; }
  .productGrid .product, .page-sidebar + .page-content .productGrid .product {
    width: 50%; }
  .product-list-view .card-figure {
    border-bottom: 1px solid #eaeaea;
    border-right: medium none;
    display: block;
    float: none;
    margin-bottom: 0;
    padding: 0 0 15px;
    width: auto; }
    .product-list-view .card-figure .card-image {
      max-width: 200px; }
  .product-list-view .card .card-cnt {
    padding: 20px; }
  .page-sidebar + .page-content .productGrid.product-list-view .product {
    margin-bottom: 20px; }
  .page-sidebar + .page-content .productGrid.product-list-view .product + .product .card {
    border-left: 1px solid #dddddd;
    border-top: 1px solid #dddddd; }
  .page-sidebar + .page-content .productGrid.product-list-view .product + .product:nth-child(5) .card {
    border-top: 1px solid #dddddd; }
  .page-sidebar + .page-content .productGrid.product-list-view .product:nth-child(2n) + .product {
    border-left: none; }
  .productGrid .product .card {
    padding: 9px; }
  .productCarousel-slide .sale-flag-side {
    right: 2px; }
  .productCarousel-slide .card .card-cnt {
    padding: 0 15px 15px 15px; }
  .card .card-title {
    font-size: 12px; }
  .card .card-action .button {
    font-size: 12px; }
  .card .qty_box span {
    padding: 8px 12px 7px; }
  .card .qty_box .qty_value {
    padding: 7px 12px 6px; }
  .card .card-cnt {
    padding: 0 0 15px 0; }
  .price-section .price {
    font-size: 14px; }
  .price-section .price.price--rrp {
    font-size: 12px; }
  .sale-flag-side {
    top: -9px;
    right: -6px; }
  .page-sidebar + .page-content .productGrid .product .card {
    border-top: none; }
  .page-sidebar + .page-content .productGrid .product:nth-child(1) .card, .page-sidebar + .page-content .productGrid .product:nth-child(2) .card {
    border-top: 1px solid #dddddd; }
  .page-sidebar + .page-content .productGrid .product:nth-child(4) .card, .page-sidebar + .page-content .productGrid .product:nth-child(3) .card {
    border-top: none; }
  .page-sidebar + .page-content .productGrid .product + .product .card {
    border-left: none; }
  .page-sidebar + .page-content .productGrid .product + .product:nth-child(2) .card {
    border-top: 1px solid #dddddd; }
  .page-sidebar + .page-content .productGrid .product:nth-child(2n) + .product {
    border-left: 1px solid #dddddd; }
  .productGrid .product .card {
    border-top: none; }
  .productGrid .product:nth-child(1) .card, .productGrid .product:nth-child(2) .card {
    border-top: 1px solid #dddddd; }
  .productGrid .product:nth-child(4) .card, .productGrid .product:nth-child(3) .card {
    border-top: none; }
  .productGrid .product + .product .card {
    border-left: none; }
  .productGrid .product + .product:nth-child(2) .card {
    border-top: 1px solid #dddddd; }
  .productGrid .product:nth-child(2n) + .product {
    border-left: 1px solid #dddddd; }
  .categories_list .categories_list_inn .subCategoriesBox {
    width: 127px; }
    .categories_list .categories_list_inn .subCategoriesBox:nth-child(5n+1) .navList-action {
      border-left: 1px solid #dddddd; }
    .categories_list .categories_list_inn .subCategoriesBox:nth-child(5n+1) .navList-action-title {
      border-left: none; }
    .categories_list .categories_list_inn .subCategoriesBox .subCategoryList .imagebox {
      height: 111px; }
  .sidebar-menu {
    padding: 0 0.71429rem;
    margin-bottom: 5px; }
  .cart-item-label {
    padding-left: 0; }
  .cart-item-value {
    padding-left: 0; }
  .cart-item-figure {
    margin-bottom: 0;
    margin-left: -33.3333%;
    width: 25%;
    height: auto;
    float: left; }
  .cart-item-info {
    width: 30%; }
  .cart-item-info.cart-item-quantity {
    width: 40%;
    margin-top: 0; }
  .cart-item-info.cart-item-total-price {
    width: 30%; }
  .cart-item-quantity .form-increment {
    margin: 0; }
  .cart-item-info + .cart-item-info {
    margin-top: 0; }
  .type-cart h1.page-heading {
    margin-bottom: 0; }
  .type-cart .body {
    min-height: 400px; }
  .cart-totals {
    float: none;
    text-align: left; }
  .cart-total-label,
  .cart-total-value {
    padding: 10px 0; }
  .cart-total-value {
    width: 50%; }
  .cart-list, .cart-total + .cart-total, .toggle {
    border-top: 1px solid #e8e8e8; }
  .cart-list, .cart-total.gift_certificates, .cart-total.coupon_code + .cart-total.gift_certificates, .cart-total.coupon_code, .toggle {
    border-top: 1px dashed #dddddd; }
  .cart_actionbutton-top {
    margin: 20px 0 0 0; }
  .cart-item {
    position: relative; }
  .cart-list .cart-item .cart-remove {
    position: absolute;
    top: 15px;
    right: 10px; }
  .cart_actionbutton-top {
    margin: 20px 0;
    text-align: center;
    width: 100%; }
  .cart_actionbutton .cart-actions {
    margin-left: 10px; }
  .shipping-quotes form {
    text-align: right; }
  .navBar--sub {
    padding: 15px;
    text-align: left;
    margin-bottom: 20px; }
    .navBar--sub li.navBar-item {
      margin-top: 10px;
      margin-left: 0;
      margin-right: 0; }
      .navBar--sub li.navBar-item:first-child {
        margin-top: 0; }
  .navBar--account {
    display: block; }
  .wishlists-table .button {
    display: block;
    margin-bottom: 5px;
    margin-left: 0;
    width: 100%; }
  .wishlists-table .form-fieldset {
    margin: 0;
    padding: 0; }
  .table-actions .button + .button {
    margin-left: 0; }
  .wishlists-table .button {
    font-size: 12px; }
  .type-account_order .account-content--fixedSmall {
    width: 100%; }
  .login-form {
    margin-bottom: 20px; }
  .login-form, .new-customer {
    width: 100%; }
  .compare-table-wrap {
    overflow: auto; }
  .compareTable {
    min-width: 700px;
    width: auto; }
  .sitemap-page > li {
    width: 33.33%; }
  .blog-title {
    font-size: 17px;
    line-height: normal; }
  .blog-post-body {
    width: 100%; }
  .brandGrid .brand {
    width: 14.2%; }
  .brandGrid .brand .card .card-body .card-title {
    font-size: 12px; }
  .category-suggestion {
    width: 50%; }
  .navBar--sub .navBar-item.navBar-item--separate {
    margin-left: 0; }
  .type-search .sidebar-menu {
    padding-left: 0.71429rem;
    padding-right: 0.71429rem; }
  .compareTable-removeProduct {
    height: 20px;
    width: 20px;
    right: -10px;
    top: -10px; }
    .compareTable-removeProduct .icon {
      height: 1rem;
      margin-top: -3px;
      width: 1rem; } }

/* ======================================================================== 568 to 666 ==================================================================================== */
@media screen and (max-width: 41.625em) {
  .container, .wrapper {
    width: 96%; }
  .header-mid-inn .search-section {
    margin: 18px 0; }
  .header-mid-inn .header-mid-right {
    margin: 36px 0; }
  .HomeFeaturedCategory .category-main-img {
    width: 68.6%; }
    .HomeFeaturedCategory .category-main-img a img {
      max-width: 100%; }
  .HomeFeaturedCategory .cataegory-img-list {
    width: 31.4%; }
    .HomeFeaturedCategory .cataegory-img-list ul li {
      width: 100%; }
      .HomeFeaturedCategory .cataegory-img-list ul li.Item3, .HomeFeaturedCategory .cataegory-img-list ul li.Item4 {
        display: none; }
      .HomeFeaturedCategory .cataegory-img-list ul li:nth-child(1), .HomeFeaturedCategory .cataegory-img-list ul li:nth-child(2) {
        border-right: none; }
      .HomeFeaturedCategory .cataegory-img-list ul li:nth-child(2) {
        border-right: none;
        border-bottom: none; }
  .special-info .block {
    width: 50%;
    margin-bottom: 10px; }
    .special-info .block:nth-child(3) {
      border-left: none; }
  .productView .productView-images ul li.productView-thumbnail a.productView-thumbnail-link img {
    max-width: 69px; }
  .categories_list .categories_list_inn .subCategoriesBox {
    width: 133px; }
    .categories_list .categories_list_inn .subCategoriesBox:nth-child(4n+1) .navList-action {
      border-left: 1px solid #dddddd; }
    .categories_list .categories_list_inn .subCategoriesBox:nth-child(4n+1) .navList-action-title {
      border-left: none; }
    .categories_list .categories_list_inn .subCategoriesBox:nth-child(6) .navList-action {
      border-left: none; }
    .categories_list .categories_list_inn .subCategoriesBox:nth-child(6) .navList-action-title {
      border-left: none; }
    .categories_list .categories_list_inn .subCategoriesBox .subCategoryList .imagebox {
      height: 111px; }
  .form-input {
    width: 100%; }
  .form-row--half .form-field {
    float: none;
    width: 100%; }
  .form-fieldset {
    border-width: 0;
    margin: 0;
    padding: 0; }
  .form-field {
    margin-bottom: 1rem; }
  .form-column {
    width: 100%; }
  .account-orderStatus {
    width: 100%;
    margin-bottom: 5px;
    text-align: left; }
  .type-shippingaddressform .account-body {
    margin: 0; }
  .brandGrid .brand {
    width: 20%; } }

/* ======================================================================== 480 to 567 ====================================================================================== */
@media screen and (max-width: 35.4375em) {
  .productView .productView-images ul li.productView-thumbnail {
    width: 25%; }
    .productView .productView-images ul li.productView-thumbnail:nth-child(4n+1) {
      border-left: 1px solid #dddddd; }
    .productView .productView-images ul li.productView-thumbnail:nth-child(1), .productView .productView-images ul li.productView-thumbnail:nth-child(2), .productView .productView-images ul li.productView-thumbnail:nth-child(3), .productView .productView-images ul li.productView-thumbnail:nth-child(4) {
      border-top: 1px solid #dddddd; }
    .productView .productView-images ul li.productView-thumbnail:nth-child(5) {
      border-top: none; }
    .productView .productView-images ul li.productView-thumbnail:nth-child(6) {
      border-left: none;
      border-top: none; }
    .productView .productView-images ul li.productView-thumbnail:nth-child(7) {
      border-left: none; }
  .HomeFeaturedCategory .category-main-img {
    width: 100%; }
    .HomeFeaturedCategory .category-main-img a img {
      -webkit-border-radius: 12px 12px 0 0;
      -moz-border-radius: 12px 12px 0 0;
      border-radius: 12px 12px 0 0; }
  .HomeFeaturedCategory .cataegory-img-list {
    width: 100%; }
    .HomeFeaturedCategory .cataegory-img-list ul li {
      width: 50%; }
      .HomeFeaturedCategory .cataegory-img-list ul li:nth-child(1), .HomeFeaturedCategory .cataegory-img-list ul li:nth-child(5) {
        border-right: 1px solid #dddddd;
        border-bottom: none; }
  .header-currency ul li ul.dropdown-menu {
    max-width: 200px !important; }
  .header-mid-inn .logo {
    width: 28%; }
  .header-mid-inn .search-section {
    margin: 10px 0 0;
    width: 100%; }
  .header-mid-inn .header-mid-right {
    margin: 0;
    position: absolute;
    top: 20%;
    right: 0;
    width: 25%; }
  .price-section .productView-price {
    width: 60%; }
  .product-specifications .specifications-listing dd {
    width: 60%; }
  .categories_list .categories_list_inn .subCategoriesBox {
    width: 112px; }
  .cart-item-block, .cart-item-figure, .cart-item-info.cart-item-quantity, .cart-item-info.cart-item-total-price {
    display: block;
    margin: 0;
    padding: 10px 0;
    width: 100%; }
  .cart-item {
    padding: 0; }
  .cart-item-figure {
    text-align: center; }
  .cart-item-fixed-image {
    max-width: 100px; }
  .address {
    width: 100%; }
  .addressList {
    margin: 0; }
    .addressList .address {
      padding: 0; }
  .sitemap-page > li {
    width: 50%;
    margin-bottom: 20px; }
  .blog-post-body .socialLinks .socialLinks-item {
    margin-right: 3px; }
  .brandGrid .brand {
    width: 25%; } }

/* ======================================================================== 320 ======================================================================================== */
@media screen and (max-width: 29.9375em) {
  .container, .wrapper {
    width: 300px; }
  .form-select {
    line-height: 26px; }
  .form-prefixPostfix .form-input {
    width: 70%; }
  .form-row {
    margin: 0; }
    .form-row .form-field {
      padding: 0; }
  .modal-close {
    line-height: 26px; }
  .type-404 .form-prefixPostfix {
    margin: 0; }
  .form-prefixPostfix .form-input {
    width: 100%; }
  .header-mid-inn .logo {
    width: 38%; }
  .header-mid-inn .header-mid-right {
    width: 28%;
    top: 20%; }
  .header-top-section .header-top-left .header-phone {
    line-height: normal; }
    .header-top-section .header-top-left .header-phone .CallBlock a {
      font-size: 0; }
      .header-top-section .header-top-left .header-phone .CallBlock a i {
        font-size: 16px; }
  .search-section .searchSummary #quickSearch .quickSearchResults .productGrid li.product .card .card-cnt {
    width: 63%; }
  .login-for-price a p {
    font-size: 14px; }
  .footer-info-col {
    margin-bottom: 0; }
  .card .card-action .button {
    padding: 9px 5px; }
  .socialLinks .socialLinks-item {
    margin-right: 5px; }
  .productView .productView-images ul li.productView-thumbnail {
    width: 33.33%; }
    .productView .productView-images ul li.productView-thumbnail:nth-child(3n+1) {
      border-left: 1px solid #dddddd; }
    .productView .productView-images ul li.productView-thumbnail:nth-child(1), .productView .productView-images ul li.productView-thumbnail:nth-child(2), .productView .productView-images ul li.productView-thumbnail:nth-child(3) {
      border-top: 1px solid #dddddd; }
    .productView .productView-images ul li.productView-thumbnail:nth-child(5), .productView .productView-images ul li.productView-thumbnail:nth-child(4) {
      border-top: none; }
    .productView .productView-images ul li.productView-thumbnail:nth-child(6) {
      border-left: none;
      border-top: none; }
    .productView .productView-images ul li.productView-thumbnail:nth-child(5) {
      border-left: none; }
  .productView-image {
    min-height: 300px;
    min-width: 300px; }
  .productView-details {
    overflow: hidden; }
    .productView-details .productView-rating .icon {
      height: 12px;
      width: 12px; }
  .price-section .productView-price {
    width: 90%; }
  .product-specifications .specifications-listing dt {
    width: 100px; }
  .productReviews-list {
    margin: 0; }
  .pagination .pagination-list {
    text-align: center; }
  .top-pagination {
    margin-bottom: 20px; }
  .cat-sort-by {
    padding-top: 0; }
    .cat-sort-by .sort-by .actionBar {
      width: 100%; }
      .cat-sort-by .sort-by .actionBar .form-fieldset {
        float: none;
        text-align: center; }
  .categories_list .categories_list_inn .subCategoriesBox {
    width: 50%; }
    .categories_list .categories_list_inn .subCategoriesBox:nth-child(2n+1) .navList-action {
      border-left: 1px solid #dddddd; }
    .categories_list .categories_list_inn .subCategoriesBox:nth-child(2n+1) .navList-action-title {
      border-left: none; }
    .categories_list .categories_list_inn .subCategoriesBox:nth-child(6) .navList-action {
      border-left: none; }
    .categories_list .categories_list_inn .subCategoriesBox:nth-child(6) .navList-action-title {
      border-left: none; }
    .categories_list .categories_list_inn .subCategoriesBox .subCategoryList .imagebox {
      height: 111px; }
  .cat-sort-by .top-pagination {
    margin-top: 20px; }
  .account-product-detail {
    width: 100%;
    margin-bottom: 10px; }
  .account-content .form-select {
    padding: 5px 35px 5px 10px; }
  .error-page .form-prefixPostfix {
    display: block; }
    .error-page .form-prefixPostfix .button {
      margin-top: 10px; }
  .account .account-body .account-product-body .account-orderStatus {
    float: none;
    text-align: left; }
  .gift-certificate-form .form-actions {
    margin-top: 0; }
    .gift-certificate-form .form-actions .button {
      margin-bottom: 10px; }
  .form-prefixPostfix .form-input, .form-prefixPostfix .button {
    margin-bottom: 10px; }
  .search-price-range label span {
    padding-left: 5px;
    padding-right: 5px; }
  .category-suggestion {
    width: 100%; }
  .cart_actionbutton-top {
    text-align: center;
    width: 100%; }
  .brandGrid .brand {
    width: 33.33%; }
  .sitemap-page > li {
    width: 100%; } }

@font-face {
  font-family: 'Simple-Line-Icons-Pro';
  src: url("../fonts/Simple-Line-Icons-Pro.eot?jq15et");
  src: url("../fonts/Simple-Line-Icons-Pro.eot?jq15et#iefix") format("embedded-opentype"), url("../fonts/Simple-Line-Icons-Pro.ttf?jq15et") format("truetype"), url("../fonts/Simple-Line-Icons-Pro.woff?jq15et") format("woff"), url("../fonts/Simple-Line-Icons-Pro.svg?jq15et#Simple-Line-Icons-Pro") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'Simple-Line-Icons-Pro';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-1-circle-down:before {
  content: "\e800"; }

.icon-arrow-1-circle-left:before {
  content: "\e801"; }

.icon-arrow-1-circle-right:before {
  content: "\e802"; }

.icon-arrow-1-circle-up:before {
  content: "\e803"; }

.icon-arrow-1-down:before {
  content: "\e804"; }

.icon-arrow-1-left:before {
  content: "\e805"; }

.icon-arrow-1-right:before {
  content: "\e806"; }

.icon-arrow-1-square-down:before {
  content: "\e807"; }

.icon-arrow-1-square-left:before {
  content: "\e808"; }

.icon-arrow-1-square-right:before {
  content: "\e809"; }

.icon-arrow-1-square-up:before {
  content: "\e80a"; }

.icon-arrow-1-up:before {
  content: "\e80b"; }

.icon-arrow-2-circle-down:before {
  content: "\e80c"; }

.icon-arrow-2-circle-left:before {
  content: "\e80d"; }

.icon-arrow-2-circle-right:before {
  content: "\e80e"; }

.icon-arrow-2-circle-up:before {
  content: "\e80f"; }

.icon-arrow-2-down:before {
  content: "\e810"; }

.icon-arrow-2-left:before {
  content: "\e811"; }

.icon-arrow-2-right:before {
  content: "\e812"; }

.icon-arrow-2-sqare-down:before {
  content: "\e813"; }

.icon-arrow-2-sqare-left:before {
  content: "\e814"; }

.icon-arrow-2-sqare-right:before {
  content: "\e815"; }

.icon-arrow-2-sqare-up:before {
  content: "\e816"; }

.icon-arrow-2-up:before {
  content: "\e817"; }

.icon-arrow-3-circle-down:before {
  content: "\e818"; }

.icon-arrow-3-circle-left:before {
  content: "\e819"; }

.icon-arrow-3-circle-right:before {
  content: "\e81a"; }

.icon-arrow-3-circle-up:before {
  content: "\e81b"; }

.icon-arrow-3-down:before {
  content: "\e81c"; }

.icon-arrow-3-left:before {
  content: "\e81d"; }

.icon-arrow-3-right:before {
  content: "\e81e"; }

.icon-arrow-3-square-down:before {
  content: "\e81f"; }

.icon-arrow-3-square-left:before {
  content: "\e820"; }

.icon-arrow-3-square-right:before {
  content: "\e821"; }

.icon-arrow-3-square-up:before {
  content: "\e822"; }

.icon-arrow-3-up:before {
  content: "\e823"; }

.icon-back-1:before {
  content: "\e824"; }

.icon-back-2:before {
  content: "\e825"; }

.icon-back-3:before {
  content: "\e826"; }

.icon-back-4-circle:before {
  content: "\e827"; }

.icon-back-4-square:before {
  content: "\e828"; }

.icon-back-4:before {
  content: "\e829"; }

.icon-back-5:before {
  content: "\e82a"; }

.icon-back-6:before {
  content: "\e82b"; }

.icon-back-7:before {
  content: "\e82c"; }

.icon-backward-7:before {
  content: "\e82d"; }

.icon-double-arrows-1-left:before {
  content: "\e82e"; }

.icon-double-arrows-1-right:before {
  content: "\e82f"; }

.icon-fork-arrows:before {
  content: "\e830"; }

.icon-forward-7:before {
  content: "\e831"; }

.icon-next-1:before {
  content: "\e832"; }

.icon-next-2:before {
  content: "\e833"; }

.icon-next-3:before {
  content: "\e834"; }

.icon-next-4-circle:before {
  content: "\e835"; }

.icon-next-4-square:before {
  content: "\e836"; }

.icon-next-4:before {
  content: "\e837"; }

.icon-next-5:before {
  content: "\e838"; }

.icon-next-6:before {
  content: "\e839"; }

.icon-next-7:before {
  content: "\e83a"; }

.icon-s-arrow-1:before {
  content: "\e83b"; }

.icon-s-arrow-2:before {
  content: "\e83c"; }

.icon-s-arrow-3:before {
  content: "\e83d"; }

.icon-answer:before {
  content: "\e83e"; }

.icon-call-back:before {
  content: "\e83f"; }

.icon-call-block:before {
  content: "\e840"; }

.icon-call-end:before {
  content: "\e841"; }

.icon-call-hold:before {
  content: "\e842"; }

.icon-call-in:before {
  content: "\e843"; }

.icon-call-logs:before {
  content: "\e844"; }

.icon-call-off:before {
  content: "\e845"; }

.icon-call-out:before {
  content: "\e846"; }

.icon-call:before {
  content: "\e847"; }

.icon-chat-1:before {
  content: "\e848"; }

.icon-chat-2:before {
  content: "\e849"; }

.icon-chat-3:before {
  content: "\e84a"; }

.icon-comment-1-like:before {
  content: "\e84b"; }

.icon-comment-1:before {
  content: "\e84c"; }

.icon-comment-2-hashtag:before {
  content: "\e84d"; }

.icon-comment-2-quote:before {
  content: "\e84e"; }

.icon-comment-2-smile:before {
  content: "\e84f"; }

.icon-comment-2-write-2:before {
  content: "\e850"; }

.icon-comment-2:before {
  content: "\e851"; }

.icon-comment-3-write-2:before {
  content: "\e852"; }

.icon-comment-3:before {
  content: "\e853"; }

.icon-comments-1:before {
  content: "\e854"; }

.icon-comments-2:before {
  content: "\e855"; }

.icon-comments-3:before {
  content: "\e856"; }

.icon-email-2-at:before {
  content: "\e857"; }

.icon-email-2-letter:before {
  content: "\e858"; }

.icon-email-2-open:before {
  content: "\e859"; }

.icon-email-2-search:before {
  content: "\e85a"; }

.icon-email-at:before {
  content: "\e85b"; }

.icon-email-ban:before {
  content: "\e85c"; }

.icon-email-check:before {
  content: "\e85d"; }

.icon-email-close:before {
  content: "\e85e"; }

.icon-email-delete:before {
  content: "\e85f"; }

.icon-email-edit:before {
  content: "\e860"; }

.icon-email-forward:before {
  content: "\e861"; }

.icon-email-in:before {
  content: "\e862"; }

.icon-email-letter:before {
  content: "\e863"; }

.icon-email-locked:before {
  content: "\e864"; }

.icon-email-new:before {
  content: "\e865"; }

.icon-email-open:before {
  content: "\e866"; }

.icon-email-out:before {
  content: "\e867"; }

.icon-email-refresh:before {
  content: "\e868"; }

.icon-email-reply:before {
  content: "\e869"; }

.icon-email-search:before {
  content: "\e86a"; }

.icon-email-send:before {
  content: "\e86b"; }

.icon-email-star:before {
  content: "\e86c"; }

.icon-email:before {
  content: "\e86d"; }

.icon-inbox-empty:before {
  content: "\e86e"; }

.icon-inbox-full:before {
  content: "\e86f"; }

.icon-inbox:before {
  content: "\e870"; }

.icon-letter:before {
  content: "\e871"; }

.icon-letters:before {
  content: "\e872"; }

.icon-megaphone-1:before {
  content: "\e873"; }

.icon-megaphone-2:before {
  content: "\e874"; }

.icon-message-1-alert:before {
  content: "\e875"; }

.icon-message-1-ask:before {
  content: "\e876"; }

.icon-message-1-hashtag:before {
  content: "\e877"; }

.icon-message-1-heart:before {
  content: "\e878"; }

.icon-message-1-music-tone:before {
  content: "\e879"; }

.icon-message-1-pause:before {
  content: "\e87a"; }

.icon-message-1-quote:before {
  content: "\e87b"; }

.icon-message-1-smile:before {
  content: "\e87c"; }

.icon-message-1-write:before {
  content: "\e87d"; }

.icon-message-1:before {
  content: "\e87e"; }

.icon-message-2-alert:before {
  content: "\e87f"; }

.icon-message-2-ask:before {
  content: "\e880"; }

.icon-message-2-heart:before {
  content: "\e881"; }

.icon-message-2-like:before {
  content: "\e882"; }

.icon-message-2-music-tone:before {
  content: "\e883"; }

.icon-message-2-pause:before {
  content: "\e884"; }

.icon-message-2-write:before {
  content: "\e885"; }

.icon-message-2:before {
  content: "\e886"; }

.icon-message-3-alert:before {
  content: "\e887"; }

.icon-message-3-ask:before {
  content: "\e888"; }

.icon-message-3-hashtag:before {
  content: "\e889"; }

.icon-message-3-heart:before {
  content: "\e88a"; }

.icon-message-3-like:before {
  content: "\e88b"; }

.icon-message-3-music-tone:before {
  content: "\e88c"; }

.icon-message-3-pause:before {
  content: "\e88d"; }

.icon-message-3-quote:before {
  content: "\e88e"; }

.icon-message-3-smile:before {
  content: "\e88f"; }

.icon-message-3-write:before {
  content: "\e890"; }

.icon-message-3:before {
  content: "\e891"; }

.icon-outbox:before {
  content: "\e892"; }

.icon-paper-plane-2:before {
  content: "\e893"; }

.icon-phone-call-in:before {
  content: "\e894"; }

.icon-phone-call-out:before {
  content: "\e895"; }

.icon-phone-contacts:before {
  content: "\e896"; }

.icon-phone-message-1:before {
  content: "\e897"; }

.icon-phone-message-2:before {
  content: "\e898"; }

.icon-phone-message-3:before {
  content: "\e899"; }

.icon-phone-ring:before {
  content: "\e89a"; }

.icon-Q-and-A:before {
  content: "\e89b"; }

.icon-telephone-1:before {
  content: "\e89c"; }

.icon-voicemail:before {
  content: "\e89d"; }

.icon-battery-1:before {
  content: "\e89e"; }

.icon-battery-2:before {
  content: "\e89f"; }

.icon-battery-3:before {
  content: "\e8a0"; }

.icon-battery-4:before {
  content: "\e8a1"; }

.icon-battery-5:before {
  content: "\e8a2"; }

.icon-battery-charging:before {
  content: "\e8a3"; }

.icon-battery-empty:before {
  content: "\e8a4"; }

.icon-battery-fully-charged:before {
  content: "\e8a5"; }

.icon-battery-low:before {
  content: "\e8a6"; }

.icon-battery-warning:before {
  content: "\e8a7"; }

.icon-cable-1:before {
  content: "\e8a8"; }

.icon-cable-2:before {
  content: "\e8a9"; }

.icon-CD-1:before {
  content: "\e8aa"; }

.icon-cd-burn:before {
  content: "\e8ab"; }

.icon-charger-plug-1:before {
  content: "\e8ac"; }

.icon-charger-plug-2:before {
  content: "\e8ad"; }

.icon-charger-plug-3:before {
  content: "\e8ae"; }

.icon-desktop:before {
  content: "\e8af"; }

.icon-diskette-1:before {
  content: "\e8b0"; }

.icon-diskette-2:before {
  content: "\e8b1"; }

.icon-diskette-3:before {
  content: "\e8b2"; }

.icon-flashdrive:before {
  content: "\e8b3"; }

.icon-gameboy:before {
  content: "\e8b4"; }

.icon-hdd:before {
  content: "\e8b5"; }

.icon-imac:before {
  content: "\e8b6"; }

.icon-ipod:before {
  content: "\e8b7"; }

.icon-iwatch:before {
  content: "\e8b8"; }

.icon-joystick-1:before {
  content: "\e8b9"; }

.icon-joystick-2:before {
  content: "\e8ba"; }

.icon-keyboard-1:before {
  content: "\e8bb"; }

.icon-keyboard-2:before {
  content: "\e8bc"; }

.icon-laptop-1:before {
  content: "\e8bd"; }

.icon-laptop-2:before {
  content: "\e8be"; }

.icon-monitor:before {
  content: "\e8bf"; }

.icon-mouse-1:before {
  content: "\e8c0"; }

.icon-mouse-2:before {
  content: "\e8c1"; }

.icon-mouse-3:before {
  content: "\e8c2"; }

.icon-old-computer:before {
  content: "\e8c3"; }

.icon-old-radio-1:before {
  content: "\e8c4"; }

.icon-old-radio-2:before {
  content: "\e8c5"; }

.icon-old-radio-3:before {
  content: "\e8c6"; }

.icon-old-telephone:before {
  content: "\e8c7"; }

.icon-old-tv-1:before {
  content: "\e8c8"; }

.icon-old-tv-2:before {
  content: "\e8c9"; }

.icon-outlet:before {
  content: "\e8ca"; }

.icon-plug:before {
  content: "\e8cb"; }

.icon-printer:before {
  content: "\e8cc"; }

.icon-projector:before {
  content: "\e8cd"; }

.icon-psp:before {
  content: "\e8ce"; }

.icon-remote:before {
  content: "\e8cf"; }

.icon-router:before {
  content: "\e8d0"; }

.icon-security-camera:before {
  content: "\e8d1"; }

.icon-shredder:before {
  content: "\e8d2"; }

.icon-sim-1:before {
  content: "\e8d3"; }

.icon-sim-2:before {
  content: "\e8d4"; }

.icon-smart-watch:before {
  content: "\e8d5"; }

.icon-smartphone-3G:before {
  content: "\e8d6"; }

.icon-smartphone-4G:before {
  content: "\e8d7"; }

.icon-smartphone-desktop:before {
  content: "\e8d8"; }

.icon-smartphone-hand-1:before {
  content: "\e8d9"; }

.icon-smartphone-hand-2:before {
  content: "\e8da"; }

.icon-smartphone-landscape:before {
  content: "\e8db"; }

.icon-smartphone-laptop:before {
  content: "\e8dc"; }

.icon-smartphone-off:before {
  content: "\e8dd"; }

.icon-smartphone-orientation:before {
  content: "\e8de"; }

.icon-smartphone-rotate-left:before {
  content: "\e8df"; }

.icon-smartphone-rotate-right:before {
  content: "\e8e0"; }

.icon-smartphone-tablet-1:before {
  content: "\e8e1"; }

.icon-smartphone-tablet-2:before {
  content: "\e8e2"; }

.icon-smartphone-tablet-desktop:before {
  content: "\e8e3"; }

.icon-smartphone:before {
  content: "\e8e4"; }

.icon-smartphones:before {
  content: "\e8e5"; }

.icon-switch:before {
  content: "\e8e6"; }

.icon-tablet-desktop:before {
  content: "\e8e7"; }

.icon-tablet-landscape:before {
  content: "\e8e8"; }

.icon-tablet-orientation-landscape:before {
  content: "\e8e9"; }

.icon-tablet-orientation-portrait:before {
  content: "\e8ea"; }

.icon-tablet-stylus:before {
  content: "\e8eb"; }

.icon-tablet:before {
  content: "\e8ec"; }

.icon-tablets:before {
  content: "\e8ed"; }

.icon-telephone:before {
  content: "\e8ee"; }

.icon-tv:before {
  content: "\e8ef"; }

.icon-usb-wireless:before {
  content: "\e8f0"; }

.icon-web-camera:before {
  content: "\e8f1"; }

.icon-auction:before {
  content: "\e8f2"; }

.icon-barcode-scan:before {
  content: "\e8f3"; }

.icon-barcode:before {
  content: "\e8f4"; }

.icon-basket-add:before {
  content: "\e8f5"; }

.icon-basket-checked:before {
  content: "\e8f6"; }

.icon-basket-close:before {
  content: "\e8f7"; }

.icon-basket-in:before {
  content: "\e8f8"; }

.icon-basket-out:before {
  content: "\e8f9"; }

.icon-basket-remove:before {
  content: "\e8fa"; }

.icon-basket:before {
  content: "\e8fb"; }

.icon-cart-1-add:before {
  content: "\e8fc"; }

.icon-cart-1-cancel:before {
  content: "\e8fd"; }

.icon-cart-1-checked:before {
  content: "\e8fe"; }

.icon-cart-1-in:before {
  content: "\e8ff"; }

.icon-cart-1-loaded:before {
  content: "\e900"; }

.icon-cart-1-out:before {
  content: "\e901"; }

.icon-cart-1-remove:before {
  content: "\e902"; }

.icon-cart-1:before {
  content: "\e903"; }

.icon-cart-2-add:before {
  content: "\e904"; }

.icon-cart-2-cancel:before {
  content: "\e905"; }

.icon-cart-2-checked:before {
  content: "\e906"; }

.icon-cart-2-in:before {
  content: "\e907"; }

.icon-cart-2-loaded:before {
  content: "\e908"; }

.icon-cart-2-out:before {
  content: "\e909"; }

.icon-cart-2-remove:before {
  content: "\e90a"; }

.icon-cart-2:before {
  content: "\e90b"; }

.icon-cart-3-loaded:before {
  content: "\e90c"; }

.icon-cart-3:before {
  content: "\e90d"; }

.icon-delivery-1:before {
  content: "\e90e"; }

.icon-delivery-2:before {
  content: "\e90f"; }

.icon-delivery-3:before {
  content: "\e910"; }

.icon-delivery-box-1:before {
  content: "\e911"; }

.icon-delivery-box-2:before {
  content: "\e912"; }

.icon-discount-circle:before {
  content: "\e913"; }

.icon-discount-star:before {
  content: "\e914"; }

.icon-handbag:before {
  content: "\e915"; }

.icon-list-heart:before {
  content: "\e916"; }

.icon-open-sign:before {
  content: "\e917"; }

.icon-price-tag:before {
  content: "\e918"; }

.icon-qr-code:before {
  content: "\e919"; }

.icon-shop-1:before {
  content: "\e91a"; }

.icon-shop-2-location:before {
  content: "\e91b"; }

.icon-shop-2:before {
  content: "\e91c"; }

.icon-shopping-bag-add:before {
  content: "\e91d"; }

.icon-shopping-bag-checked:before {
  content: "\e91e"; }

.icon-shopping-bag-close:before {
  content: "\e91f"; }

.icon-shopping-bag-heart:before {
  content: "\e920"; }

.icon-shopping-bag-remove:before {
  content: "\e921"; }

.icon-shopping-bag:before {
  content: "\e922"; }

.icon-shopping-tag:before {
  content: "\e923"; }

.icon-shopping-tags:before {
  content: "\e924"; }

.icon-ticket:before {
  content: "\e925"; }

.icon-wallet-1:before {
  content: "\e926"; }

.icon-wallet-add:before {
  content: "\e927"; }

.icon-wallet-ban:before {
  content: "\e928"; }

.icon-wallet-cancel:before {
  content: "\e929"; }

.icon-wallet-info:before {
  content: "\e92a"; }

.icon-wallet-loaded:before {
  content: "\e92b"; }

.icon-wallet-locked:before {
  content: "\e92c"; }

.icon-wallet-remove:before {
  content: "\e92d"; }

.icon-wallet-verified:before {
  content: "\e92e"; }

.icon-wallet1:before {
  content: "\e92f"; }

.icon-abacus:before {
  content: "\e930"; }

.icon-alphabet:before {
  content: "\e931"; }

.icon-blackboard-1:before {
  content: "\e932"; }

.icon-blackboard-2:before {
  content: "\e933"; }

.icon-blackboard-3:before {
  content: "\e934"; }

.icon-blackboard-alphabet:before {
  content: "\e935"; }

.icon-blackboard-pointer:before {
  content: "\e936"; }

.icon-bomb:before {
  content: "\e937"; }

.icon-briefcase-2:before {
  content: "\e938"; }

.icon-bulb-add:before {
  content: "\e939"; }

.icon-bulb-checked:before {
  content: "\e93a"; }

.icon-bulb-close:before {
  content: "\e93b"; }

.icon-bulb-idea:before {
  content: "\e93c"; }

.icon-bulb-remove:before {
  content: "\e93d"; }

.icon-bulb:before {
  content: "\e93e"; }

.icon-chemistry-1-test-failed:before {
  content: "\e93f"; }

.icon-chemistry-1-test-successful:before {
  content: "\e940"; }

.icon-chemistry-1:before {
  content: "\e941"; }

.icon-chemistry-2:before {
  content: "\e942"; }

.icon-chemistry-3:before {
  content: "\e943"; }

.icon-chemistry-5:before {
  content: "\e944"; }

.icon-divider:before {
  content: "\e945"; }

.icon-drawers:before {
  content: "\e946"; }

.icon-earth-globe:before {
  content: "\e947"; }

.icon-formula-2:before {
  content: "\e948"; }

.icon-formula:before {
  content: "\e949"; }

.icon-germs:before {
  content: "\e94a"; }

.icon-grade:before {
  content: "\e94b"; }

.icon-graduation-cap:before {
  content: "\e94c"; }

.icon-learning:before {
  content: "\e94d"; }

.icon-math:before {
  content: "\e94e"; }

.icon-molecule:before {
  content: "\e94f"; }

.icon-nerd-glasses:before {
  content: "\e950"; }

.icon-physics-1:before {
  content: "\e951"; }

.icon-physics-2:before {
  content: "\e952"; }

.icon-planet:before {
  content: "\e953"; }

.icon-school-bag:before {
  content: "\e954"; }

.icon-telescope:before {
  content: "\e955"; }

.icon-university:before {
  content: "\e956"; }

.icon-d-axis:before {
  content: "\e957"; }

.icon-d-axis-2:before {
  content: "\e958"; }

.icon-d-axis2:before {
  content: "\e959"; }

.icon-d-cube:before {
  content: "\e95a"; }

.icon-blur:before {
  content: "\e95b"; }

.icon-bring-forward:before {
  content: "\e95c"; }

.icon-brush-1:before {
  content: "\e95d"; }

.icon-brush-2:before {
  content: "\e95e"; }

.icon-brush-pencil:before {
  content: "\e95f"; }

.icon-cmyk:before {
  content: "\e960"; }

.icon-color-palette:before {
  content: "\e961"; }

.icon-crop:before {
  content: "\e962"; }

.icon-easel:before {
  content: "\e963"; }

.icon-eraser:before {
  content: "\e964"; }

.icon-eyedropper-1:before {
  content: "\e965"; }

.icon-eyedropper-2:before {
  content: "\e966"; }

.icon-golden-spiral:before {
  content: "\e967"; }

.icon-graphic-tablet:before {
  content: "\e968"; }

.icon-grid:before {
  content: "\e969"; }

.icon-layers-1:before {
  content: "\e96a"; }

.icon-layers-2:before {
  content: "\e96b"; }

.icon-layers-add-1:before {
  content: "\e96c"; }

.icon-layers-add-2:before {
  content: "\e96d"; }

.icon-layers-linked-1:before {
  content: "\e96e"; }

.icon-layers-linked-2:before {
  content: "\e96f"; }

.icon-layers-locked-1:before {
  content: "\e970"; }

.icon-layers-locked-2:before {
  content: "\e971"; }

.icon-layers-off-1:before {
  content: "\e972"; }

.icon-layers-remove-1:before {
  content: "\e973"; }

.icon-layers-remove-2:before {
  content: "\e974"; }

.icon-paint-bucket-1:before {
  content: "\e975"; }

.icon-paint-bucket-2:before {
  content: "\e976"; }

.icon-paint-roll:before {
  content: "\e977"; }

.icon-pantone-charts:before {
  content: "\e978"; }

.icon-pathfinder-exclude:before {
  content: "\e979"; }

.icon-pathfinder-intersect:before {
  content: "\e97a"; }

.icon-pathfinder-minus-front:before {
  content: "\e97b"; }

.icon-pathfinder-unite:before {
  content: "\e97c"; }

.icon-pen-2:before {
  content: "\e97d"; }

.icon-pen-pencil:before {
  content: "\e97e"; }

.icon-pen1:before {
  content: "\e97f"; }

.icon-pencil-ruler:before {
  content: "\e980"; }

.icon-pencil1:before {
  content: "\e981"; }

.icon-pencil2:before {
  content: "\e982"; }

.icon-rgb:before {
  content: "\e983"; }

.icon-ruler-triangle:before {
  content: "\e984"; }

.icon-ruler:before {
  content: "\e985"; }

.icon-scissors-2:before {
  content: "\e986"; }

.icon-scissors:before {
  content: "\e987"; }

.icon-send-backward:before {
  content: "\e988"; }

.icon-sharpener:before {
  content: "\e989"; }

.icon-smart-object:before {
  content: "\e98a"; }

.icon-spiral:before {
  content: "\e98b"; }

.icon-spray-can:before {
  content: "\e98c"; }

.icon-square-circle:before {
  content: "\e98d"; }

.icon-square-triangle-circle:before {
  content: "\e98e"; }

.icon-square-triangle:before {
  content: "\e98f"; }

.icon-stylus:before {
  content: "\e990"; }

.icon-varnish-brush:before {
  content: "\e991"; }

.icon-vector-arc:before {
  content: "\e992"; }

.icon-vector-circle:before {
  content: "\e993"; }

.icon-vector-line:before {
  content: "\e994"; }

.icon-vector-path-1:before {
  content: "\e995"; }

.icon-vector-path-2:before {
  content: "\e996"; }

.icon-vector-path-3:before {
  content: "\e997"; }

.icon-vector-rectangle:before {
  content: "\e998"; }

.icon-vector-triangle:before {
  content: "\e999"; }

.icon-agenda-1:before {
  content: "\e99a"; }

.icon-agenda-2:before {
  content: "\e99b"; }

.icon-article-2:before {
  content: "\e99c"; }

.icon-article-3:before {
  content: "\e99d"; }

.icon-article:before {
  content: "\e99e"; }

.icon-ballpen:before {
  content: "\e99f"; }

.icon-bold:before {
  content: "\e9a0"; }

.icon-book-2:before {
  content: "\e9a1"; }

.icon-book-3:before {
  content: "\e9a2"; }

.icon-book-4:before {
  content: "\e9a3"; }

.icon-book-5:before {
  content: "\e9a4"; }

.icon-book-6:before {
  content: "\e9a5"; }

.icon-book:before {
  content: "\e9a6"; }

.icon-bookmark-2:before {
  content: "\e9a7"; }

.icon-bookmark-3:before {
  content: "\e9a8"; }

.icon-bookmark-4:before {
  content: "\e9a9"; }

.icon-bookmark-add:before {
  content: "\e9aa"; }

.icon-bookmark-checked:before {
  content: "\e9ab"; }

.icon-bookmark1:before {
  content: "\e9ac"; }

.icon-bookmarks:before {
  content: "\e9ad"; }

.icon-character:before {
  content: "\e9ae"; }

.icon-characters:before {
  content: "\e9af"; }

.icon-clipboard-1:before {
  content: "\e9b0"; }

.icon-clipboard-2:before {
  content: "\e9b1"; }

.icon-clipboard-check:before {
  content: "\e9b2"; }

.icon-clipboard-file:before {
  content: "\e9b3"; }

.icon-cmd:before {
  content: "\e9b4"; }

.icon-content-1:before {
  content: "\e9b5"; }

.icon-content-2:before {
  content: "\e9b6"; }

.icon-content-3:before {
  content: "\e9b7"; }

.icon-copy-plain-text:before {
  content: "\e9b8"; }

.icon-copy-styles:before {
  content: "\e9b9"; }

.icon-CV-2:before {
  content: "\e9ba"; }

.icon-CV:before {
  content: "\e9bb"; }

.icon-document-envelope-1:before {
  content: "\e9bc"; }

.icon-document-envelope-2:before {
  content: "\e9bd"; }

.icon-document-pencil:before {
  content: "\e9be"; }

.icon-indent-left:before {
  content: "\e9bf"; }

.icon-indent-right:before {
  content: "\e9c0"; }

.icon-liner:before {
  content: "\e9c1"; }

.icon-list-bullets:before {
  content: "\e9c2"; }

.icon-list-numbers:before {
  content: "\e9c3"; }

.icon-marker:before {
  content: "\e9c4"; }

.icon-newspaper:before {
  content: "\e9c5"; }

.icon-nib-1:before {
  content: "\e9c6"; }

.icon-nib-2:before {
  content: "\e9c7"; }

.icon-note:before {
  content: "\e9c8"; }

.icon-notebook:before {
  content: "\e9c9"; }

.icon-office-archives:before {
  content: "\e9ca"; }

.icon-paper-clamp:before {
  content: "\e9cb"; }

.icon-papyrus:before {
  content: "\e9cc"; }

.icon-paragraph-down:before {
  content: "\e9cd"; }

.icon-paragraph-up:before {
  content: "\e9ce"; }

.icon-paragraph:before {
  content: "\e9cf"; }

.icon-pen-1:before {
  content: "\e9d0"; }

.icon-pencil-1:before {
  content: "\e9d1"; }

.icon-pencil-2:before {
  content: "\e9d2"; }

.icon-quill-ink-pot:before {
  content: "\e9d3"; }

.icon-quill:before {
  content: "\e9d4"; }

.icon-quotes:before {
  content: "\e9d5"; }

.icon-research:before {
  content: "\e9d6"; }

.icon-spell-check:before {
  content: "\e9d7"; }

.icon-strikethrough:before {
  content: "\e9d8"; }

.icon-text-box:before {
  content: "\e9d9"; }

.icon-text-color:before {
  content: "\e9da"; }

.icon-text-input:before {
  content: "\e9db"; }

.icon-text-italic:before {
  content: "\e9dc"; }

.icon-text:before {
  content: "\e9dd"; }

.icon-translate:before {
  content: "\e9de"; }

.icon-underline:before {
  content: "\e9df"; }

.icon-user-manual-2:before {
  content: "\e9e0"; }

.icon-user-manual:before {
  content: "\e9e1"; }

.icon-write-2:before {
  content: "\e9e2"; }

.icon-write-3:before {
  content: "\e9e3"; }

.icon-write-off:before {
  content: "\e9e4"; }

.icon-write:before {
  content: "\e9e5"; }

.icon-add-notification:before {
  content: "\e9e6"; }

.icon-add-tab:before {
  content: "\e9e7"; }

.icon-airplane-mode-2:before {
  content: "\e9e8"; }

.icon-airplane-mode:before {
  content: "\e9e9"; }

.icon-align-bottom:before {
  content: "\e9ea"; }

.icon-align-left:before {
  content: "\e9eb"; }

.icon-align-right:before {
  content: "\e9ec"; }

.icon-allign-top:before {
  content: "\e9ed"; }

.icon-backward:before {
  content: "\e9ee"; }

.icon-ban:before {
  content: "\e9ef"; }

.icon-brightness-high:before {
  content: "\e9f0"; }

.icon-brightness-low:before {
  content: "\e9f1"; }

.icon-cancel-circle:before {
  content: "\e9f2"; }

.icon-cancel-square-2:before {
  content: "\e9f3"; }

.icon-check-all:before {
  content: "\e9f4"; }

.icon-check-circle-2:before {
  content: "\e9f5"; }

.icon-check-circle:before {
  content: "\e9f6"; }

.icon-check-square-2:before {
  content: "\e9f7"; }

.icon-check-square:before {
  content: "\e9f8"; }

.icon-check:before {
  content: "\e9f9"; }

.icon-close:before {
  content: "\e9fa"; }

.icon-config-1:before {
  content: "\e9fb"; }

.icon-config-2:before {
  content: "\e9fc"; }

.icon-contract-2:before {
  content: "\e9fd"; }

.icon-contract-3:before {
  content: "\e9fe"; }

.icon-contract-4:before {
  content: "\e9ff"; }

.icon-contract:before {
  content: "\ea00"; }

.icon-cursor-click:before {
  content: "\ea01"; }

.icon-cursor-double-click:before {
  content: "\ea02"; }

.icon-cursor-select:before {
  content: "\ea03"; }

.icon-cursor:before {
  content: "\ea04"; }

.icon-door-lock:before {
  content: "\ea05"; }

.icon-double-tap:before {
  content: "\ea06"; }

.icon-download-1:before {
  content: "\ea07"; }

.icon-download-2:before {
  content: "\ea08"; }

.icon-drag-1:before {
  content: "\ea09"; }

.icon-drag:before {
  content: "\ea0a"; }

.icon-edit-1:before {
  content: "\ea0b"; }

.icon-edit-2:before {
  content: "\ea0c"; }

.icon-edit-3:before {
  content: "\ea0d"; }

.icon-expand-2:before {
  content: "\ea0e"; }

.icon-expand-3:before {
  content: "\ea0f"; }

.icon-expand-4:before {
  content: "\ea10"; }

.icon-expand-horizontal:before {
  content: "\ea11"; }

.icon-expand-vertical:before {
  content: "\ea12"; }

.icon-expand:before {
  content: "\ea13"; }

.icon-eye-off:before {
  content: "\ea14"; }

.icon-eye:before {
  content: "\ea15"; }

.icon-fingerprint:before {
  content: "\ea16"; }

.icon-flash-2:before {
  content: "\ea17"; }

.icon-flash-3:before {
  content: "\ea18"; }

.icon-flash-4:before {
  content: "\ea19"; }

.icon-flip-horizontal:before {
  content: "\ea1a"; }

.icon-flip-vertical:before {
  content: "\ea1b"; }

.icon-forward:before {
  content: "\ea1c"; }

.icon-grid-circles:before {
  content: "\ea1d"; }

.icon-grid-squares-2:before {
  content: "\ea1e"; }

.icon-grid-squares:before {
  content: "\ea1f"; }

.icon-hamburger-menu-1:before {
  content: "\ea20"; }

.icon-hamburger-menu-2:before {
  content: "\ea21"; }

.icon-hand:before {
  content: "\ea22"; }

.icon-help-1:before {
  content: "\ea23"; }

.icon-help-2:before {
  content: "\ea24"; }

.icon-home:before {
  content: "\ea25"; }

.icon-info:before {
  content: "\ea26"; }

.icon-inside:before {
  content: "\ea27"; }

.icon-key-1:before {
  content: "\ea28"; }

.icon-key-2:before {
  content: "\ea29"; }

.icon-label-cancel:before {
  content: "\ea2a"; }

.icon-label:before {
  content: "\ea2b"; }

.icon-layout-1:before {
  content: "\ea2c"; }

.icon-layout-2:before {
  content: "\ea2d"; }

.icon-layout-3:before {
  content: "\ea2e"; }

.icon-list-1:before {
  content: "\ea2f"; }

.icon-list-2:before {
  content: "\ea30"; }

.icon-list-3:before {
  content: "\ea31"; }

.icon-list-4:before {
  content: "\ea32"; }

.icon-lock:before {
  content: "\ea33"; }

.icon-loop:before {
  content: "\ea34"; }

.icon-magic-wand-1:before {
  content: "\ea35"; }

.icon-magic-wand-2:before {
  content: "\ea36"; }

.icon-magnet:before {
  content: "\ea37"; }

.icon-magnifier-1:before {
  content: "\ea38"; }

.icon-magnifier-2:before {
  content: "\ea39"; }

.icon-maximize-left:before {
  content: "\ea3a"; }

.icon-maximize-right:before {
  content: "\ea3b"; }

.icon-menu-circle-grid:before {
  content: "\ea3c"; }

.icon-minus-circle:before {
  content: "\ea3d"; }

.icon-minus-square:before {
  content: "\ea3e"; }

.icon-more-circle:before {
  content: "\ea3f"; }

.icon-more-circles-horizontal:before {
  content: "\ea40"; }

.icon-more-circles-vertical:before {
  content: "\ea41"; }

.icon-more-squares-vertical-filled:before {
  content: "\ea42"; }

.icon-more-squares-vertical:before {
  content: "\ea43"; }

.icon-notification-2:before {
  content: "\ea44"; }

.icon-notification-off:before {
  content: "\ea45"; }

.icon-notification-paused:before {
  content: "\ea46"; }

.icon-notification:before {
  content: "\ea47"; }

.icon-outside:before {
  content: "\ea48"; }

.icon-paper-clip:before {
  content: "\ea49"; }

.icon-paper-plane:before {
  content: "\ea4a"; }

.icon-pass:before {
  content: "\ea4b"; }

.icon-phone-shake:before {
  content: "\ea4c"; }

.icon-pin-1:before {
  content: "\ea4d"; }

.icon-pin-2:before {
  content: "\ea4e"; }

.icon-pin-3:before {
  content: "\ea4f"; }

.icon-pin-code:before {
  content: "\ea50"; }

.icon-plus-circle:before {
  content: "\ea51"; }

.icon-plus-square:before {
  content: "\ea52"; }

.icon-plus:before {
  content: "\ea53"; }

.icon-pointer:before {
  content: "\ea54"; }

.icon-power:before {
  content: "\ea55"; }

.icon-press:before {
  content: "\ea56"; }

.icon-question:before {
  content: "\ea57"; }

.icon-refresh-2:before {
  content: "\ea58"; }

.icon-refresh-warning:before {
  content: "\ea59"; }

.icon-refresh:before {
  content: "\ea5a"; }

.icon-reload-checked:before {
  content: "\ea5b"; }

.icon-reload:before {
  content: "\ea5c"; }

.icon-remove-tab:before {
  content: "\ea5d"; }

.icon-rotate:before {
  content: "\ea5e"; }

.icon-scroll:before {
  content: "\ea5f"; }

.icon-search-history:before {
  content: "\ea60"; }

.icon-settings-2:before {
  content: "\ea61"; }

.icon-settings:before {
  content: "\ea62"; }

.icon-Shape18:before {
  content: "\ea63"; }

.icon-share-1:before {
  content: "\ea64"; }

.icon-share-2:before {
  content: "\ea65"; }

.icon-share-3:before {
  content: "\ea66"; }

.icon-share-4:before {
  content: "\ea67"; }

.icon-spread:before {
  content: "\ea68"; }

.icon-swap-horizontal:before {
  content: "\ea69"; }

.icon-swap-vertical:before {
  content: "\ea6a"; }

.icon-swipe-down:before {
  content: "\ea6b"; }

.icon-swipe-left:before {
  content: "\ea6c"; }

.icon-swipe-right:before {
  content: "\ea6d"; }

.icon-swipe-up:before {
  content: "\ea6e"; }

.icon-switch-off:before {
  content: "\ea6f"; }

.icon-switch-on:before {
  content: "\ea70"; }

.icon-switches-1:before {
  content: "\ea71"; }

.icon-switches-2:before {
  content: "\ea72"; }

.icon-tabs-2:before {
  content: "\ea73"; }

.icon-tabs:before {
  content: "\ea74"; }

.icon-tap:before {
  content: "\ea75"; }

.icon-touch:before {
  content: "\ea76"; }

.icon-trash-recycle:before {
  content: "\ea77"; }

.icon-trash:before {
  content: "\ea78"; }

.icon-unlocked:before {
  content: "\ea79"; }

.icon-upload-1:before {
  content: "\ea7a"; }

.icon-upload-2:before {
  content: "\ea7b"; }

.icon-warning-circle:before {
  content: "\ea7c"; }

.icon-warning-hexagon:before {
  content: "\ea7d"; }

.icon-warning-triangle:before {
  content: "\ea7e"; }

.icon-zoom-in-1:before {
  content: "\ea7f"; }

.icon-zoom-in-2:before {
  content: "\ea80"; }

.icon-zoom-out-1:before {
  content: "\ea81"; }

.icon-zoom-out-2:before {
  content: "\ea82"; }

.icon-file-aep:before {
  content: "\ea83"; }

.icon-file-ai:before {
  content: "\ea84"; }

.icon-file-apk:before {
  content: "\ea85"; }

.icon-file-archive:before {
  content: "\ea86"; }

.icon-file-audio:before {
  content: "\ea87"; }

.icon-file-avi:before {
  content: "\ea88"; }

.icon-file-backup:before {
  content: "\ea89"; }

.icon-file-bookmark:before {
  content: "\ea8a"; }

.icon-file-cdr:before {
  content: "\ea8b"; }

.icon-file-clip:before {
  content: "\ea8c"; }

.icon-file-code:before {
  content: "\ea8d"; }

.icon-file-copy:before {
  content: "\ea8e"; }

.icon-file-corrupted:before {
  content: "\ea8f"; }

.icon-file-css:before {
  content: "\ea90"; }

.icon-file-delete:before {
  content: "\ea91"; }

.icon-file-dmg:before {
  content: "\ea92"; }

.icon-file-doc:before {
  content: "\ea93"; }

.icon-file-download:before {
  content: "\ea94"; }

.icon-file-edit:before {
  content: "\ea95"; }

.icon-file-eps:before {
  content: "\ea96"; }

.icon-file-error:before {
  content: "\ea97"; }

.icon-file-exchange:before {
  content: "\ea98"; }

.icon-file-exe:before {
  content: "\ea99"; }

.icon-file-export:before {
  content: "\ea9a"; }

.icon-file-flv:before {
  content: "\ea9b"; }

.icon-file-gif:before {
  content: "\ea9c"; }

.icon-file-ico:before {
  content: "\ea9d"; }

.icon-file-image:before {
  content: "\ea9e"; }

.icon-file-import:before {
  content: "\ea9f"; }

.icon-file-info:before {
  content: "\eaa0"; }

.icon-file-jpg:before {
  content: "\eaa1"; }

.icon-file-linked:before {
  content: "\eaa2"; }

.icon-file-load:before {
  content: "\eaa3"; }

.icon-file-locked:before {
  content: "\eaa4"; }

.icon-file-mov:before {
  content: "\eaa5"; }

.icon-file-mp3:before {
  content: "\eaa6"; }

.icon-file-mpg:before {
  content: "\eaa7"; }

.icon-file-new:before {
  content: "\eaa8"; }

.icon-file-otf:before {
  content: "\eaa9"; }

.icon-file-pdf:before {
  content: "\eaaa"; }

.icon-file-png:before {
  content: "\eaab"; }

.icon-file-psd:before {
  content: "\eaac"; }

.icon-file-rar:before {
  content: "\eaad"; }

.icon-file-raw:before {
  content: "\eaae"; }

.icon-file-remove:before {
  content: "\eaaf"; }

.icon-file-search:before {
  content: "\eab0"; }

.icon-file-settings:before {
  content: "\eab1"; }

.icon-file-share:before {
  content: "\eab2"; }

.icon-file-star:before {
  content: "\eab3"; }

.icon-file-svg:before {
  content: "\eab4"; }

.icon-file-sync:before {
  content: "\eab5"; }

.icon-file-table:before {
  content: "\eab6"; }

.icon-file-text:before {
  content: "\eab7"; }

.icon-file-tif:before {
  content: "\eab8"; }

.icon-file-ttf:before {
  content: "\eab9"; }

.icon-file-txt:before {
  content: "\eaba"; }

.icon-file-upload:before {
  content: "\eabb"; }

.icon-file-vector:before {
  content: "\eabc"; }

.icon-file-video:before {
  content: "\eabd"; }

.icon-file-warning:before {
  content: "\eabe"; }

.icon-file-xls:before {
  content: "\eabf"; }

.icon-file-xml:before {
  content: "\eac0"; }

.icon-file-zip:before {
  content: "\eac1"; }

.icon-file:before {
  content: "\eac2"; }

.icon-files-2:before {
  content: "\eac3"; }

.icon-files:before {
  content: "\eac4"; }

.icon-folder-alert:before {
  content: "\eac5"; }

.icon-folder-archive:before {
  content: "\eac6"; }

.icon-folder-audio:before {
  content: "\eac7"; }

.icon-folder-backup:before {
  content: "\eac8"; }

.icon-folder-bookmark:before {
  content: "\eac9"; }

.icon-folder-check:before {
  content: "\eaca"; }

.icon-folder-code:before {
  content: "\eacb"; }

.icon-folder-copy:before {
  content: "\eacc"; }

.icon-folder-delete:before {
  content: "\eacd"; }

.icon-folder-download:before {
  content: "\eace"; }

.icon-folder-exchange:before {
  content: "\eacf"; }

.icon-folder-export:before {
  content: "\ead0"; }

.icon-folder-file:before {
  content: "\ead1"; }

.icon-folder-image:before {
  content: "\ead2"; }

.icon-folder-import:before {
  content: "\ead3"; }

.icon-folder-info:before {
  content: "\ead4"; }

.icon-folder-linked:before {
  content: "\ead5"; }

.icon-folder-locked:before {
  content: "\ead6"; }

.icon-folder-new:before {
  content: "\ead7"; }

.icon-folder-open:before {
  content: "\ead8"; }

.icon-folder-search:before {
  content: "\ead9"; }

.icon-folder-share:before {
  content: "\eada"; }

.icon-folder-star:before {
  content: "\eadb"; }

.icon-folder-sync:before {
  content: "\eadc"; }

.icon-folder-text:before {
  content: "\eadd"; }

.icon-folder-upload:before {
  content: "\eade"; }

.icon-folder-video:before {
  content: "\eadf"; }

.icon-folder:before {
  content: "\eae0"; }

.icon-alcohol:before {
  content: "\eae1"; }

.icon-apple-1:before {
  content: "\eae2"; }

.icon-apple-2:before {
  content: "\eae3"; }

.icon-apple-3:before {
  content: "\eae4"; }

.icon-avocado:before {
  content: "\eae5"; }

.icon-banana:before {
  content: "\eae6"; }

.icon-barbecue:before {
  content: "\eae7"; }

.icon-beer-mug:before {
  content: "\eae8"; }

.icon-beverage:before {
  content: "\eae9"; }

.icon-blender:before {
  content: "\eaea"; }

.icon-bottle-beer:before {
  content: "\eaeb"; }

.icon-bottle-milk:before {
  content: "\eaec"; }

.icon-bottle-wine:before {
  content: "\eaed"; }

.icon-bowl:before {
  content: "\eaee"; }

.icon-bread-1:before {
  content: "\eaef"; }

.icon-bread-2:before {
  content: "\eaf0"; }

.icon-butcher-knife:before {
  content: "\eaf1"; }

.icon-cake:before {
  content: "\eaf2"; }

.icon-candy:before {
  content: "\eaf3"; }

.icon-capcake:before {
  content: "\eaf4"; }

.icon-carrot:before {
  content: "\eaf5"; }

.icon-champagne:before {
  content: "\eaf6"; }

.icon-checken:before {
  content: "\eaf7"; }

.icon-cheese:before {
  content: "\eaf8"; }

.icon-chef-hat-1:before {
  content: "\eaf9"; }

.icon-chef-hat-2:before {
  content: "\eafa"; }

.icon-chef-knife:before {
  content: "\eafb"; }

.icon-cherry:before {
  content: "\eafc"; }

.icon-coconut:before {
  content: "\eafd"; }

.icon-coffee-bean:before {
  content: "\eafe"; }

.icon-coffee-cup:before {
  content: "\eaff"; }

.icon-coffee-machine:before {
  content: "\eb00"; }

.icon-coffee-mug:before {
  content: "\eb01"; }

.icon-cookie-1:before {
  content: "\eb02"; }

.icon-cookie-2:before {
  content: "\eb03"; }

.icon-cooking-pan:before {
  content: "\eb04"; }

.icon-cooking-pot:before {
  content: "\eb05"; }

.icon-cooking-timer-1:before {
  content: "\eb06"; }

.icon-cooking-timer-2:before {
  content: "\eb07"; }

.icon-cooking-timer-3:before {
  content: "\eb08"; }

.icon-cooking-timer-4:before {
  content: "\eb09"; }

.icon-cooking-timer-5:before {
  content: "\eb0a"; }

.icon-cooking-timer-6:before {
  content: "\eb0b"; }

.icon-cooking-timer-7:before {
  content: "\eb0c"; }

.icon-cooking-timer-8:before {
  content: "\eb0d"; }

.icon-corkscrew:before {
  content: "\eb0e"; }

.icon-croissant:before {
  content: "\eb0f"; }

.icon-egg:before {
  content: "\eb10"; }

.icon-fast-food:before {
  content: "\eb11"; }

.icon-fire:before {
  content: "\eb12"; }

.icon-fork-knife-1:before {
  content: "\eb13"; }

.icon-fork-knife-2:before {
  content: "\eb14"; }

.icon-fork-spoon-knife:before {
  content: "\eb15"; }

.icon-fork-spoon:before {
  content: "\eb16"; }

.icon-fork:before {
  content: "\eb17"; }

.icon-fridge:before {
  content: "\eb18"; }

.icon-fried-egg:before {
  content: "\eb19"; }

.icon-fries:before {
  content: "\eb1a"; }

.icon-glass-beer-1:before {
  content: "\eb1b"; }

.icon-glass-beer-2:before {
  content: "\eb1c"; }

.icon-glass-champagme-1:before {
  content: "\eb1d"; }

.icon-glass-champagme-2:before {
  content: "\eb1e"; }

.icon-glass-cocktail-1:before {
  content: "\eb1f"; }

.icon-glass-cocktail-2:before {
  content: "\eb20"; }

.icon-glass-water:before {
  content: "\eb21"; }

.icon-glass-wine-1:before {
  content: "\eb22"; }

.icon-glass-wine-2:before {
  content: "\eb23"; }

.icon-glass-wine-3:before {
  content: "\eb24"; }

.icon-grapes:before {
  content: "\eb25"; }

.icon-grinder:before {
  content: "\eb26"; }

.icon-hamburger:before {
  content: "\eb27"; }

.icon-ice-cream-1:before {
  content: "\eb28"; }

.icon-ice-cream-2:before {
  content: "\eb29"; }

.icon-ice-cream-3:before {
  content: "\eb2a"; }

.icon-jam-jar:before {
  content: "\eb2b"; }

.icon-kitchen-glove:before {
  content: "\eb2c"; }

.icon-kitchen-sclae:before {
  content: "\eb2d"; }

.icon-knife:before {
  content: "\eb2e"; }

.icon-ladle:before {
  content: "\eb2f"; }

.icon-lemon:before {
  content: "\eb30"; }

.icon-lollipop-1:before {
  content: "\eb31"; }

.icon-lollipop-2:before {
  content: "\eb32"; }

.icon-meal-time:before {
  content: "\eb33"; }

.icon-meal:before {
  content: "\eb34"; }

.icon-microwave:before {
  content: "\eb35"; }

.icon-mushroom:before {
  content: "\eb36"; }

.icon-pear-1:before {
  content: "\eb37"; }

.icon-pear-2:before {
  content: "\eb38"; }

.icon-pear-apple:before {
  content: "\eb39"; }

.icon-pepper:before {
  content: "\eb3a"; }

.icon-pitcher:before {
  content: "\eb3b"; }

.icon-pizza:before {
  content: "\eb3c"; }

.icon-pretzel:before {
  content: "\eb3d"; }

.icon-recipe:before {
  content: "\eb3e"; }

.icon-sausage:before {
  content: "\eb3f"; }

.icon-shake:before {
  content: "\eb40"; }

.icon-skewer:before {
  content: "\eb41"; }

.icon-spoon:before {
  content: "\eb42"; }

.icon-strawberry:before {
  content: "\eb43"; }

.icon-sushi-1:before {
  content: "\eb44"; }

.icon-sushi-2:before {
  content: "\eb45"; }

.icon-tea-cup:before {
  content: "\eb46"; }

.icon-tea-mug:before {
  content: "\eb47"; }

.icon-teapot-1:before {
  content: "\eb48"; }

.icon-teapot-2:before {
  content: "\eb49"; }

.icon-togo-cup-1:before {
  content: "\eb4a"; }

.icon-water-can:before {
  content: "\eb4b"; }

.icon-watermelon:before {
  content: "\eb4c"; }

.icon-K:before {
  content: "\eb4d"; }

.icon-album-2:before {
  content: "\eb4e"; }

.icon-album:before {
  content: "\eb4f"; }

.icon-albums:before {
  content: "\eb50"; }

.icon-aperture:before {
  content: "\eb51"; }

.icon-aspect-ratio:before {
  content: "\eb52"; }

.icon-audiobook-2:before {
  content: "\eb53"; }

.icon-audiobook:before {
  content: "\eb54"; }

.icon-boombox-1:before {
  content: "\eb55"; }

.icon-boombox-2:before {
  content: "\eb56"; }

.icon-camcorder:before {
  content: "\eb57"; }

.icon-camera-focus:before {
  content: "\eb58"; }

.icon-camera-off:before {
  content: "\eb59"; }

.icon-camera-reverse:before {
  content: "\eb5a"; }

.icon-camera-swap:before {
  content: "\eb5b"; }

.icon-camera-tripod:before {
  content: "\eb5c"; }

.icon-camera:before {
  content: "\eb5d"; }

.icon-cassette:before {
  content: "\eb5e"; }

.icon-CD:before {
  content: "\eb5f"; }

.icon-clapperboard:before {
  content: "\eb60"; }

.icon-closed-caption:before {
  content: "\eb61"; }

.icon-director-chair:before {
  content: "\eb62"; }

.icon-earphones-1:before {
  content: "\eb63"; }

.icon-earphones-2:before {
  content: "\eb64"; }

.icon-earphones-3:before {
  content: "\eb65"; }

.icon-eject-circle:before {
  content: "\eb66"; }

.icon-eject:before {
  content: "\eb67"; }

.icon-end-circle:before {
  content: "\eb68"; }

.icon-end:before {
  content: "\eb69"; }

.icon-exposure:before {
  content: "\eb6a"; }

.icon-external-flash:before {
  content: "\eb6b"; }

.icon-film-1:before {
  content: "\eb6c"; }

.icon-film-l:before {
  content: "\eb6d"; }

.icon-film-reel:before {
  content: "\eb6e"; }

.icon-flash-auto:before {
  content: "\eb6f"; }

.icon-flash-off:before {
  content: "\eb70"; }

.icon-flash:before {
  content: "\eb71"; }

.icon-forward-2:before {
  content: "\eb72"; }

.icon-forward-circle:before {
  content: "\eb73"; }

.icon-frame:before {
  content: "\eb74"; }

.icon-HD:before {
  content: "\eb75"; }

.icon-headphones-1:before {
  content: "\eb76"; }

.icon-headphones-2:before {
  content: "\eb77"; }

.icon-loop-1:before {
  content: "\eb78"; }

.icon-loop-2:before {
  content: "\eb79"; }

.icon-loop-all:before {
  content: "\eb7a"; }

.icon-macro:before {
  content: "\eb7b"; }

.icon-media-player:before {
  content: "\eb7c"; }

.icon-mic-2:before {
  content: "\eb7d"; }

.icon-microphone-off:before {
  content: "\eb7e"; }

.icon-microphone:before {
  content: "\eb7f"; }

.icon-moviecamera:before {
  content: "\eb80"; }

.icon-music-tone-1-off:before {
  content: "\eb81"; }

.icon-music-tone-1:before {
  content: "\eb82"; }

.icon-music-tone-2-off:before {
  content: "\eb83"; }

.icon-music-tone-2:before {
  content: "\eb84"; }

.icon-mute:before {
  content: "\eb85"; }

.icon-panorama:before {
  content: "\eb86"; }

.icon-pause-circle:before {
  content: "\eb87"; }

.icon-pause:before {
  content: "\eb88"; }

.icon-photo-add:before {
  content: "\eb89"; }

.icon-photo-album:before {
  content: "\eb8a"; }

.icon-photo:before {
  content: "\eb8b"; }

.icon-photos:before {
  content: "\eb8c"; }

.icon-play-circle:before {
  content: "\eb8d"; }

.icon-play:before {
  content: "\eb8e"; }

.icon-playlist-1:before {
  content: "\eb8f"; }

.icon-playlist-add:before {
  content: "\eb90"; }

.icon-playlist-audio:before {
  content: "\eb91"; }

.icon-playlist-video:before {
  content: "\eb92"; }

.icon-podcast:before {
  content: "\eb93"; }

.icon-rec-circle:before {
  content: "\eb94"; }

.icon-retro-camera:before {
  content: "\eb95"; }

.icon-rewind-circle:before {
  content: "\eb96"; }

.icon-rewind:before {
  content: "\eb97"; }

.icon-rotate-left:before {
  content: "\eb98"; }

.icon-rotate-right:before {
  content: "\eb99"; }

.icon-SD:before {
  content: "\eb9a"; }

.icon-shuffle:before {
  content: "\eb9b"; }

.icon-slideshow-1:before {
  content: "\eb9c"; }

.icon-slideshow-2:before {
  content: "\eb9d"; }

.icon-soundwave:before {
  content: "\eb9e"; }

.icon-speaker-1:before {
  content: "\eb9f"; }

.icon-speaker-2:before {
  content: "\eba0"; }

.icon-start-circle:before {
  content: "\eba1"; }

.icon-start:before {
  content: "\eba2"; }

.icon-stereo-1:before {
  content: "\eba3"; }

.icon-stereo-2:before {
  content: "\eba4"; }

.icon-stop-circle:before {
  content: "\eba5"; }

.icon-stop:before {
  content: "\eba6"; }

.icon-turntable:before {
  content: "\eba7"; }

.icon-video-camera-2:before {
  content: "\eba8"; }

.icon-video-camera-off:before {
  content: "\eba9"; }

.icon-video-camera:before {
  content: "\ebaa"; }

.icon-volume-1:before {
  content: "\ebab"; }

.icon-volume-2:before {
  content: "\ebac"; }

.icon-volume-off:before {
  content: "\ebad"; }

.icon-vumeter:before {
  content: "\ebae"; }

.icon-7-support-1:before {
  content: "\ebaf"; }

.icon-7-support-2:before {
  content: "\ebb0"; }

.icon-h-calls:before {
  content: "\ebb1"; }

.icon-ATM-1:before {
  content: "\ebb2"; }

.icon-ATM-2:before {
  content: "\ebb3"; }

.icon-balance:before {
  content: "\ebb4"; }

.icon-bank:before {
  content: "\ebb5"; }

.icon-banknote-1:before {
  content: "\ebb6"; }

.icon-banknote-2:before {
  content: "\ebb7"; }

.icon-banknote-coins:before {
  content: "\ebb8"; }

.icon-banknotes-1:before {
  content: "\ebb9"; }

.icon-banknotes-2:before {
  content: "\ebba"; }

.icon-bar-chart-board:before {
  content: "\ebbb"; }

.icon-bar-chart-down:before {
  content: "\ebbc"; }

.icon-bar-chart-search:before {
  content: "\ebbd"; }

.icon-bar-chart-stats-down:before {
  content: "\ebbe"; }

.icon-bar-chart-stats-up:before {
  content: "\ebbf"; }

.icon-bar-chart-up:before {
  content: "\ebc0"; }

.icon-bar-chart:before {
  content: "\ebc1"; }

.icon-bill-1:before {
  content: "\ebc2"; }

.icon-bill-2:before {
  content: "\ebc3"; }

.icon-bitcoin:before {
  content: "\ebc4"; }

.icon-briefcase:before {
  content: "\ebc5"; }

.icon-btcoin-circle:before {
  content: "\ebc6"; }

.icon-calculator:before {
  content: "\ebc7"; }

.icon-calendar-money:before {
  content: "\ebc8"; }

.icon-cent-circle:before {
  content: "\ebc9"; }

.icon-cent:before {
  content: "\ebca"; }

.icon-coins-1:before {
  content: "\ebcb"; }

.icon-coins-2:before {
  content: "\ebcc"; }

.icon-coins-3:before {
  content: "\ebcd"; }

.icon-coins-4:before {
  content: "\ebce"; }

.icon-credit-card-2:before {
  content: "\ebcf"; }

.icon-credit-card:before {
  content: "\ebd0"; }

.icon-currency-exchange:before {
  content: "\ebd1"; }

.icon-donut-chart-1:before {
  content: "\ebd2"; }

.icon-donut-chart-2:before {
  content: "\ebd3"; }

.icon-EUR-circle:before {
  content: "\ebd4"; }

.icon-EUR:before {
  content: "\ebd5"; }

.icon-GBP-circle:before {
  content: "\ebd6"; }

.icon-GBP:before {
  content: "\ebd7"; }

.icon-gold-1:before {
  content: "\ebd8"; }

.icon-gold-2:before {
  content: "\ebd9"; }

.icon-graph-2:before {
  content: "\ebda"; }

.icon-graph-chart-board-down:before {
  content: "\ebdb"; }

.icon-graph-chart-board-up:before {
  content: "\ebdc"; }

.icon-graph-chart-board:before {
  content: "\ebdd"; }

.icon-graph-down:before {
  content: "\ebde"; }

.icon-graph-money:before {
  content: "\ebdf"; }

.icon-graph-up:before {
  content: "\ebe0"; }

.icon-graph:before {
  content: "\ebe1"; }

.icon-hand-banknote:before {
  content: "\ebe2"; }

.icon-hand-banknotes:before {
  content: "\ebe3"; }

.icon-hand-bill-1:before {
  content: "\ebe4"; }

.icon-hand-bill-2:before {
  content: "\ebe5"; }

.icon-hand-coin:before {
  content: "\ebe6"; }

.icon-hand-coins:before {
  content: "\ebe7"; }

.icon-hand-credit-card:before {
  content: "\ebe8"; }

.icon-JPY-circle:before {
  content: "\ebe9"; }

.icon-JPY:before {
  content: "\ebea"; }

.icon-money-bag-coins:before {
  content: "\ebeb"; }

.icon-money-bag:before {
  content: "\ebec"; }

.icon-money-bubble:before {
  content: "\ebed"; }

.icon-money-hierarchy:before {
  content: "\ebee"; }

.icon-networking:before {
  content: "\ebef"; }

.icon-pie-chart-1:before {
  content: "\ebf0"; }

.icon-pie-chart-2:before {
  content: "\ebf1"; }

.icon-pie-chart-3:before {
  content: "\ebf2"; }

.icon-pie-chart-board:before {
  content: "\ebf3"; }

.icon-piggy-bank:before {
  content: "\ebf4"; }

.icon-presentation:before {
  content: "\ebf5"; }

.icon-safe:before {
  content: "\ebf6"; }

.icon-search-money:before {
  content: "\ebf7"; }

.icon-search-stats-1:before {
  content: "\ebf8"; }

.icon-send-money:before {
  content: "\ebf9"; }

.icon-shacking-hands:before {
  content: "\ebfa"; }

.icon-stamp:before {
  content: "\ebfb"; }

.icon-support:before {
  content: "\ebfc"; }

.icon-target-1:before {
  content: "\ebfd"; }

.icon-target-2:before {
  content: "\ebfe"; }

.icon-target-3:before {
  content: "\ebff"; }

.icon-target-4:before {
  content: "\ec00"; }

.icon-target-money:before {
  content: "\ec01"; }

.icon-tasks-1:before {
  content: "\ec02"; }

.icon-tasks-2:before {
  content: "\ec03"; }

.icon-tasks-3:before {
  content: "\ec04"; }

.icon-tasks-checked:before {
  content: "\ec05"; }

.icon-tie:before {
  content: "\ec06"; }

.icon-time-money:before {
  content: "\ec07"; }

.icon-USD-circle:before {
  content: "\ec08"; }

.icon-USD:before {
  content: "\ec09"; }

.icon-voucher:before {
  content: "\ec0a"; }

.icon-workflow:before {
  content: "\ec0b"; }

.icon-write-check:before {
  content: "\ec0c"; }

.icon-airplay:before {
  content: "\ec0d"; }

.icon-antena-1:before {
  content: "\ec0e"; }

.icon-antena-2:before {
  content: "\ec0f"; }

.icon-antena-3:before {
  content: "\ec10"; }

.icon-bluetooth:before {
  content: "\ec11"; }

.icon-broadcast:before {
  content: "\ec12"; }

.icon-cloud-backup:before {
  content: "\ec13"; }

.icon-cloud-check:before {
  content: "\ec14"; }

.icon-cloud-download:before {
  content: "\ec15"; }

.icon-cloud-edit:before {
  content: "\ec16"; }

.icon-cloud-error-2:before {
  content: "\ec17"; }

.icon-cloud-error:before {
  content: "\ec18"; }

.icon-cloud-help:before {
  content: "\ec19"; }

.icon-cloud-hosting:before {
  content: "\ec1a"; }

.icon-cloud-locked:before {
  content: "\ec1b"; }

.icon-cloud-minus:before {
  content: "\ec1c"; }

.icon-cloud-music:before {
  content: "\ec1d"; }

.icon-cloud-off:before {
  content: "\ec1e"; }

.icon-cloud-plus:before {
  content: "\ec1f"; }

.icon-cloud-search:before {
  content: "\ec20"; }

.icon-cloud-settings:before {
  content: "\ec21"; }

.icon-cloud-share:before {
  content: "\ec22"; }

.icon-cloud-sync:before {
  content: "\ec23"; }

.icon-cloud-upload:before {
  content: "\ec24"; }

.icon-cloud:before {
  content: "\ec25"; }

.icon-database-backup:before {
  content: "\ec26"; }

.icon-database-check:before {
  content: "\ec27"; }

.icon-database-edit:before {
  content: "\ec28"; }

.icon-database-error:before {
  content: "\ec29"; }

.icon-database-firewall:before {
  content: "\ec2a"; }

.icon-database-locked:before {
  content: "\ec2b"; }

.icon-database-plus:before {
  content: "\ec2c"; }

.icon-database-refresh:before {
  content: "\ec2d"; }

.icon-database-remove:before {
  content: "\ec2e"; }

.icon-database-search:before {
  content: "\ec2f"; }

.icon-database-settings:before {
  content: "\ec30"; }

.icon-database:before {
  content: "\ec31"; }

.icon-internet-block:before {
  content: "\ec32"; }

.icon-internet-location:before {
  content: "\ec33"; }

.icon-internet-lock:before {
  content: "\ec34"; }

.icon-internet-refresh:before {
  content: "\ec35"; }

.icon-internet-search:before {
  content: "\ec36"; }

.icon-internet-settings:before {
  content: "\ec37"; }

.icon-internet-time:before {
  content: "\ec38"; }

.icon-internet:before {
  content: "\ec39"; }

.icon-mobile-hotspot:before {
  content: "\ec3a"; }

.icon-network-desktop:before {
  content: "\ec3b"; }

.icon-network-laptop:before {
  content: "\ec3c"; }

.icon-network-smartphone:before {
  content: "\ec3d"; }

.icon-network:before {
  content: "\ec3e"; }

.icon-satelite-signal:before {
  content: "\ec3f"; }

.icon-satelite:before {
  content: "\ec40"; }

.icon-server-backup:before {
  content: "\ec41"; }

.icon-server-check:before {
  content: "\ec42"; }

.icon-server-edit:before {
  content: "\ec43"; }

.icon-server-error:before {
  content: "\ec44"; }

.icon-server-firewall:before {
  content: "\ec45"; }

.icon-server-locked:before {
  content: "\ec46"; }

.icon-server-plus:before {
  content: "\ec47"; }

.icon-server-refresh:before {
  content: "\ec48"; }

.icon-server-remove:before {
  content: "\ec49"; }

.icon-server-search:before {
  content: "\ec4a"; }

.icon-server-settings:before {
  content: "\ec4b"; }

.icon-server:before {
  content: "\ec4c"; }

.icon-signal-1:before {
  content: "\ec4d"; }

.icon-signal-2:before {
  content: "\ec4e"; }

.icon-signal-4:before {
  content: "\ec4f"; }

.icon-usb-1:before {
  content: "\ec50"; }

.icon-usb-2:before {
  content: "\ec51"; }

.icon-wifi-locked:before {
  content: "\ec52"; }

.icon-wifi-tethering-off:before {
  content: "\ec53"; }

.icon-wifi-tethering:before {
  content: "\ec54"; }

.icon-wifi:before {
  content: "\ec55"; }

.icon-D-glasses:before {
  content: "\ec56"; }

.icon-armchair:before {
  content: "\ec57"; }

.icon-balloons:before {
  content: "\ec58"; }

.icon-baseball-1:before {
  content: "\ec59"; }

.icon-baseball-2:before {
  content: "\ec5a"; }

.icon-basketball-2:before {
  content: "\ec5b"; }

.icon-basketball:before {
  content: "\ec5c"; }

.icon-binoculars:before {
  content: "\ec5d"; }

.icon-bow-arrow:before {
  content: "\ec5e"; }

.icon-bowling-1:before {
  content: "\ec5f"; }

.icon-bowling-2:before {
  content: "\ec60"; }

.icon-chess-1:before {
  content: "\ec61"; }

.icon-chess-2:before {
  content: "\ec62"; }

.icon-couch:before {
  content: "\ec63"; }

.icon-cutter:before {
  content: "\ec64"; }

.icon-diamond-1:before {
  content: "\ec65"; }

.icon-diamond-2:before {
  content: "\ec66"; }

.icon-diamond-ring:before {
  content: "\ec67"; }

.icon-do-not-disturb:before {
  content: "\ec68"; }

.icon-dress:before {
  content: "\ec69"; }

.icon-duck-toy:before {
  content: "\ec6a"; }

.icon-fireworks:before {
  content: "\ec6b"; }

.icon-fishing:before {
  content: "\ec6c"; }

.icon-fitness:before {
  content: "\ec6d"; }

.icon-flashlight:before {
  content: "\ec6e"; }

.icon-football:before {
  content: "\ec6f"; }

.icon-funnel:before {
  content: "\ec70"; }

.icon-gift:before {
  content: "\ec71"; }

.icon-golf:before {
  content: "\ec72"; }

.icon-guitar:before {
  content: "\ec73"; }

.icon-hammer:before {
  content: "\ec74"; }

.icon-hanger-1:before {
  content: "\ec75"; }

.icon-hanger-2:before {
  content: "\ec76"; }

.icon-hat-1:before {
  content: "\ec77"; }

.icon-hat-2:before {
  content: "\ec78"; }

.icon-hipster-glasses:before {
  content: "\ec79"; }

.icon-iron:before {
  content: "\ec7a"; }

.icon-kg:before {
  content: "\ec7b"; }

.icon-kite:before {
  content: "\ec7c"; }

.icon-lamp-1:before {
  content: "\ec7d"; }

.icon-lamp-2:before {
  content: "\ec7e"; }

.icon-lego-1:before {
  content: "\ec7f"; }

.icon-lego-2:before {
  content: "\ec80"; }

.icon-magic-wand-3:before {
  content: "\ec81"; }

.icon-magic-wand-4:before {
  content: "\ec82"; }

.icon-origami-1:before {
  content: "\ec83"; }

.icon-origami-2:before {
  content: "\ec84"; }

.icon-pants:before {
  content: "\ec85"; }

.icon-pingpong:before {
  content: "\ec86"; }

.icon-pool:before {
  content: "\ec87"; }

.icon-puzzle:before {
  content: "\ec88"; }

.icon-razor:before {
  content: "\ec89"; }

.icon-ribbon-bow:before {
  content: "\ec8a"; }

.icon-safety-pin:before {
  content: "\ec8b"; }

.icon-saw:before {
  content: "\ec8c"; }

.icon-screwdriver:before {
  content: "\ec8d"; }

.icon-scuba:before {
  content: "\ec8e"; }

.icon-shirt:before {
  content: "\ec8f"; }

.icon-shoes:before {
  content: "\ec90"; }

.icon-shovel:before {
  content: "\ec91"; }

.icon-soccer-shoe:before {
  content: "\ec92"; }

.icon-soccer:before {
  content: "\ec93"; }

.icon-swimsuit:before {
  content: "\ec94"; }

.icon-swiss-knife:before {
  content: "\ec95"; }

.icon-t-shirt:before {
  content: "\ec96"; }

.icon-umbrella-open:before {
  content: "\ec97"; }

.icon-underwear:before {
  content: "\ec98"; }

.icon-volleyball:before {
  content: "\ec99"; }

.icon-watering-can:before {
  content: "\ec9a"; }

.icon-wedding-rings:before {
  content: "\ec9b"; }

.icon-whistle:before {
  content: "\ec9c"; }

.icon-wrench-1:before {
  content: "\ec9d"; }

.icon-wrench-2:before {
  content: "\ec9e"; }

.icon-wrench-3:before {
  content: "\ec9f"; }

.icon-wrench-hammer:before {
  content: "\eca0"; }

.icon-wrench-screwdriver-1:before {
  content: "\eca1"; }

.icon-wrench-screwdriver-2:before {
  content: "\eca2"; }

.icon-gag:before {
  content: "\eca3"; }

.icon-px:before {
  content: "\eca4"; }

.icon-after-effects:before {
  content: "\eca5"; }

.icon-aim:before {
  content: "\eca6"; }

.icon-airbnb:before {
  content: "\eca7"; }

.icon-amazon:before {
  content: "\eca8"; }

.icon-android:before {
  content: "\eca9"; }

.icon-apple:before {
  content: "\ecaa"; }

.icon-audition:before {
  content: "\ecab"; }

.icon-bebo:before {
  content: "\ecac"; }

.icon-behance:before {
  content: "\ecad"; }

.icon-blogger:before {
  content: "\ecae"; }

.icon-bridge:before {
  content: "\ecaf"; }

.icon-chrome:before {
  content: "\ecb0"; }

.icon-codepen:before {
  content: "\ecb1"; }

.icon-creativecloud:before {
  content: "\ecb2"; }

.icon-creativemarket:before {
  content: "\ecb3"; }

.icon-delicious:before {
  content: "\ecb4"; }

.icon-deviantart:before {
  content: "\ecb5"; }

.icon-digg:before {
  content: "\ecb6"; }

.icon-dreamweaver:before {
  content: "\ecb7"; }

.icon-dribbble:before {
  content: "\ecb8"; }

.icon-drive:before {
  content: "\ecb9"; }

.icon-dropbox:before {
  content: "\ecba"; }

.icon-envato:before {
  content: "\ecbb"; }

.icon-facebook-messanger:before {
  content: "\ecbc"; }

.icon-facebook:before {
  content: "\ecbd"; }

.icon-finder:before {
  content: "\ecbe"; }

.icon-firefox:before {
  content: "\ecbf"; }

.icon-flash2:before {
  content: "\ecc0"; }

.icon-flicr:before {
  content: "\ecc1"; }

.icon-forrst:before {
  content: "\ecc2"; }

.icon-foursquare:before {
  content: "\ecc3"; }

.icon-git:before {
  content: "\ecc4"; }

.icon-google-play-1:before {
  content: "\ecc5"; }

.icon-google-play-2:before {
  content: "\ecc6"; }

.icon-google-plus:before {
  content: "\ecc7"; }

.icon-hangouts:before {
  content: "\ecc8"; }

.icon-illustrator:before {
  content: "\ecc9"; }

.icon-inbox2:before {
  content: "\ecca"; }

.icon-indesign:before {
  content: "\eccb"; }

.icon-inspect:before {
  content: "\eccc"; }

.icon-instagram:before {
  content: "\eccd"; }

.icon-kickstarter:before {
  content: "\ecce"; }

.icon-lastfm:before {
  content: "\eccf"; }

.icon-linkedin:before {
  content: "\ecd0"; }

.icon-opera:before {
  content: "\ecd1"; }

.icon-osx:before {
  content: "\ecd2"; }

.icon-paypal:before {
  content: "\ecd3"; }

.icon-penterest:before {
  content: "\ecd4"; }

.icon-photoshop:before {
  content: "\ecd5"; }

.icon-picasa:before {
  content: "\ecd6"; }

.icon-prelude:before {
  content: "\ecd7"; }

.icon-premiere-pro:before {
  content: "\ecd8"; }

.icon-rdio:before {
  content: "\ecd9"; }

.icon-reddit:before {
  content: "\ecda"; }

.icon-rss:before {
  content: "\ecdb"; }

.icon-safari:before {
  content: "\ecdc"; }

.icon-skype:before {
  content: "\ecdd"; }

.icon-soundcloud:before {
  content: "\ecde"; }

.icon-spotify:before {
  content: "\ecdf"; }

.icon-squarespace:before {
  content: "\ece0"; }

.icon-stumble-upon:before {
  content: "\ece1"; }

.icon-tumblr:before {
  content: "\ece2"; }

.icon-twitter:before {
  content: "\ece3"; }

.icon-vimeo-1:before {
  content: "\ece4"; }

.icon-vimeo-2:before {
  content: "\ece5"; }

.icon-vk:before {
  content: "\ece6"; }

.icon-watsup:before {
  content: "\ece7"; }

.icon-wikipedia:before {
  content: "\ece8"; }

.icon-windows:before {
  content: "\ece9"; }

.icon-wordpress:before {
  content: "\ecea"; }

.icon-xing:before {
  content: "\eceb"; }

.icon-yahoo:before {
  content: "\ecec"; }

.icon-youtube:before {
  content: "\eced"; }

.icon-zerply:before {
  content: "\ecee"; }

.icon-alarm-add:before {
  content: "\ecef"; }

.icon-alarm-off:before {
  content: "\ecf0"; }

.icon-alarm-on:before {
  content: "\ecf1"; }

.icon-alarm:before {
  content: "\ecf2"; }

.icon-calendar-2:before {
  content: "\ecf3"; }

.icon-calendar-check:before {
  content: "\ecf4"; }

.icon-calendar-date-2:before {
  content: "\ecf5"; }

.icon-calendar-date:before {
  content: "\ecf6"; }

.icon-calendar-time:before {
  content: "\ecf7"; }

.icon-calendar:before {
  content: "\ecf8"; }

.icon-clock-2:before {
  content: "\ecf9"; }

.icon-clock:before {
  content: "\ecfa"; }

.icon-compass-2:before {
  content: "\ecfb"; }

.icon-compass:before {
  content: "\ecfc"; }

.icon-direction:before {
  content: "\ecfd"; }

.icon-directions-1:before {
  content: "\ecfe"; }

.icon-directions-2:before {
  content: "\ecff"; }

.icon-distance-1:before {
  content: "\ed00"; }

.icon-distance-2:before {
  content: "\ed01"; }

.icon-fast-delivery:before {
  content: "\ed02"; }

.icon-gps-location:before {
  content: "\ed03"; }

.icon-history:before {
  content: "\ed04"; }

.icon-hourglass-1:before {
  content: "\ed05"; }

.icon-hourglass-2:before {
  content: "\ed06"; }

.icon-hourglass-reverse:before {
  content: "\ed07"; }

.icon-infinite-loop:before {
  content: "\ed08"; }

.icon-infinite:before {
  content: "\ed09"; }

.icon-location-1-off:before {
  content: "\ed0a"; }

.icon-location-1-on:before {
  content: "\ed0b"; }

.icon-location-1-search:before {
  content: "\ed0c"; }

.icon-location-2-add:before {
  content: "\ed0d"; }

.icon-location-2-check:before {
  content: "\ed0e"; }

.icon-location-2-delete:before {
  content: "\ed0f"; }

.icon-location-2-off:before {
  content: "\ed10"; }

.icon-location-2-remove:before {
  content: "\ed11"; }

.icon-location-2:before {
  content: "\ed12"; }

.icon-location-3:before {
  content: "\ed13"; }

.icon-location-4:before {
  content: "\ed14"; }

.icon-map-2:before {
  content: "\ed15"; }

.icon-map-location-1:before {
  content: "\ed16"; }

.icon-map-location-2:before {
  content: "\ed17"; }

.icon-map-location-3:before {
  content: "\ed18"; }

.icon-map-location-4:before {
  content: "\ed19"; }

.icon-map-timezone:before {
  content: "\ed1a"; }

.icon-map:before {
  content: "\ed1b"; }

.icon-navigation-1:before {
  content: "\ed1c"; }

.icon-navigation-2:before {
  content: "\ed1d"; }

.icon-phone-location:before {
  content: "\ed1e"; }

.icon-street-location:before {
  content: "\ed1f"; }

.icon-street-view:before {
  content: "\ed20"; }

.icon-timer-1:before {
  content: "\ed21"; }

.icon-timer-2:before {
  content: "\ed22"; }

.icon-wind-direction:before {
  content: "\ed23"; }

.icon-wrist-watch:before {
  content: "\ed24"; }

.icon-anchor:before {
  content: "\ed25"; }

.icon-bicycle:before {
  content: "\ed26"; }

.icon-bicycling:before {
  content: "\ed27"; }

.icon-boat-1:before {
  content: "\ed28"; }

.icon-boat-2:before {
  content: "\ed29"; }

.icon-bus-wifi:before {
  content: "\ed2a"; }

.icon-bus:before {
  content: "\ed2b"; }

.icon-cable-ski:before {
  content: "\ed2c"; }

.icon-car-2:before {
  content: "\ed2d"; }

.icon-car-battery:before {
  content: "\ed2e"; }

.icon-car-key:before {
  content: "\ed2f"; }

.icon-car-parking:before {
  content: "\ed30"; }

.icon-car-service:before {
  content: "\ed31"; }

.icon-car-wash:before {
  content: "\ed32"; }

.icon-car-wifi:before {
  content: "\ed33"; }

.icon-car:before {
  content: "\ed34"; }

.icon-cog:before {
  content: "\ed35"; }

.icon-construction-barricade:before {
  content: "\ed36"; }

.icon-construction-cone:before {
  content: "\ed37"; }

.icon-directions:before {
  content: "\ed38"; }

.icon-elevator-1:before {
  content: "\ed39"; }

.icon-elevator-2:before {
  content: "\ed3a"; }

.icon-escalator-down:before {
  content: "\ed3b"; }

.icon-escalator-up:before {
  content: "\ed3c"; }

.icon-flight-land:before {
  content: "\ed3d"; }

.icon-flight-takeoff:before {
  content: "\ed3e"; }

.icon-forklift:before {
  content: "\ed3f"; }

.icon-fuel:before {
  content: "\ed40"; }

.icon-garage:before {
  content: "\ed41"; }

.icon-gas-station:before {
  content: "\ed42"; }

.icon-gearbox:before {
  content: "\ed43"; }

.icon-helicopter:before {
  content: "\ed44"; }

.icon-helmet-1:before {
  content: "\ed45"; }

.icon-helmet-2:before {
  content: "\ed46"; }

.icon-kids-scooter:before {
  content: "\ed47"; }

.icon-motorcycle:before {
  content: "\ed48"; }

.icon-off-roader:before {
  content: "\ed49"; }

.icon-pickup-truck:before {
  content: "\ed4a"; }

.icon-racing-flag:before {
  content: "\ed4b"; }

.icon-road:before {
  content: "\ed4c"; }

.icon-rudder:before {
  content: "\ed4d"; }

.icon-scooter:before {
  content: "\ed4e"; }

.icon-ship:before {
  content: "\ed4f"; }

.icon-speedometer:before {
  content: "\ed50"; }

.icon-stairs-down:before {
  content: "\ed51"; }

.icon-stairs-up:before {
  content: "\ed52"; }

.icon-supercar:before {
  content: "\ed53"; }

.icon-taxi-1:before {
  content: "\ed54"; }

.icon-taxi-2:before {
  content: "\ed55"; }

.icon-tractor:before {
  content: "\ed56"; }

.icon-traffic-light:before {
  content: "\ed57"; }

.icon-trailer:before {
  content: "\ed58"; }

.icon-train-1:before {
  content: "\ed59"; }

.icon-train-2:before {
  content: "\ed5a"; }

.icon-train-wifi:before {
  content: "\ed5b"; }

.icon-tram:before {
  content: "\ed5c"; }

.icon-truck:before {
  content: "\ed5d"; }

.icon-van:before {
  content: "\ed5e"; }

.icon-wagon:before {
  content: "\ed5f"; }

.icon-aids:before {
  content: "\ed60"; }

.icon-ambulance:before {
  content: "\ed61"; }

.icon-bandage-1:before {
  content: "\ed62"; }

.icon-bandage-2:before {
  content: "\ed63"; }

.icon-blood-1:before {
  content: "\ed64"; }

.icon-blood-2:before {
  content: "\ed65"; }

.icon-brain:before {
  content: "\ed66"; }

.icon-cardio:before {
  content: "\ed67"; }

.icon-cross-circle:before {
  content: "\ed68"; }

.icon-cross-rectangle:before {
  content: "\ed69"; }

.icon-DNA:before {
  content: "\ed6a"; }

.icon-drugs:before {
  content: "\ed6b"; }

.icon-emergency-call:before {
  content: "\ed6c"; }

.icon-emergency:before {
  content: "\ed6d"; }

.icon-first-aid:before {
  content: "\ed6e"; }

.icon-fitness-app:before {
  content: "\ed6f"; }

.icon-handicap:before {
  content: "\ed70"; }

.icon-healthcare:before {
  content: "\ed71"; }

.icon-heart-beat:before {
  content: "\ed72"; }

.icon-hospital-building:before {
  content: "\ed73"; }

.icon-hospital-circle:before {
  content: "\ed74"; }

.icon-hospital-home:before {
  content: "\ed75"; }

.icon-hospital-square:before {
  content: "\ed76"; }

.icon-medical-book:before {
  content: "\ed77"; }

.icon-medical-folder:before {
  content: "\ed78"; }

.icon-medical-tests:before {
  content: "\ed79"; }

.icon-microscope:before {
  content: "\ed7a"; }

.icon-ointment:before {
  content: "\ed7b"; }

.icon-paramedic:before {
  content: "\ed7c"; }

.icon-pharmacy:before {
  content: "\ed7d"; }

.icon-pill-2:before {
  content: "\ed7e"; }

.icon-pill-3:before {
  content: "\ed7f"; }

.icon-pill:before {
  content: "\ed80"; }

.icon-pulse:before {
  content: "\ed81"; }

.icon-spermatosoid:before {
  content: "\ed82"; }

.icon-stethoscope:before {
  content: "\ed83"; }

.icon-stretcher:before {
  content: "\ed84"; }

.icon-surgical-knife:before {
  content: "\ed85"; }

.icon-surgical-scissors:before {
  content: "\ed86"; }

.icon-syringe:before {
  content: "\ed87"; }

.icon-teeth-care:before {
  content: "\ed88"; }

.icon-test-tube-2:before {
  content: "\ed89"; }

.icon-test-tube:before {
  content: "\ed8a"; }

.icon-thermometer-1:before {
  content: "\ed8b"; }

.icon-toilet-paper:before {
  content: "\ed8c"; }

.icon-tooth:before {
  content: "\ed8d"; }

.icon-weight:before {
  content: "\ed8e"; }

.icon-alien:before {
  content: "\ed8f"; }

.icon-biohazard:before {
  content: "\ed90"; }

.icon-bird:before {
  content: "\ed91"; }

.icon-birdhouse:before {
  content: "\ed92"; }

.icon-butterfly:before {
  content: "\ed93"; }

.icon-casino-chip:before {
  content: "\ed94"; }

.icon-coffin:before {
  content: "\ed95"; }

.icon-controller-1:before {
  content: "\ed96"; }

.icon-controller-2:before {
  content: "\ed97"; }

.icon-controller-3:before {
  content: "\ed98"; }

.icon-crossed-bones:before {
  content: "\ed99"; }

.icon-day-night:before {
  content: "\ed9a"; }

.icon-death:before {
  content: "\ed9b"; }

.icon-dice:before {
  content: "\ed9c"; }

.icon-dream-house:before {
  content: "\ed9d"; }

.icon-eco-house:before {
  content: "\ed9e"; }

.icon-emoticon-grin:before {
  content: "\ed9f"; }

.icon-emoticon-smile:before {
  content: "\eda0"; }

.icon-emoticon:before {
  content: "\eda1"; }

.icon-exit:before {
  content: "\eda2"; }

.icon-fence:before {
  content: "\eda3"; }

.icon-fir-tree-1:before {
  content: "\eda4"; }

.icon-fir-tree-2:before {
  content: "\eda5"; }

.icon-fire-1:before {
  content: "\eda6"; }

.icon-ghost:before {
  content: "\eda7"; }

.icon-hanging:before {
  content: "\eda8"; }

.icon-happy-mask:before {
  content: "\eda9"; }

.icon-hipster-1:before {
  content: "\edaa"; }

.icon-hipster-2:before {
  content: "\edab"; }

.icon-house-fire:before {
  content: "\edac"; }

.icon-house-lightening:before {
  content: "\edad"; }

.icon-house-search:before {
  content: "\edae"; }

.icon-incognito:before {
  content: "\edaf"; }

.icon-labyrinth-1:before {
  content: "\edb0"; }

.icon-labyrinth-2:before {
  content: "\edb1"; }

.icon-leaf:before {
  content: "\edb2"; }

.icon-lighthouse:before {
  content: "\edb3"; }

.icon-love:before {
  content: "\edb4"; }

.icon-middle-finger:before {
  content: "\edb5"; }

.icon-moon:before {
  content: "\edb6"; }

.icon-moustache:before {
  content: "\edb7"; }

.icon-no-smoking:before {
  content: "\edb8"; }

.icon-pacman:before {
  content: "\edb9"; }

.icon-plant:before {
  content: "\edba"; }

.icon-playing-cards:before {
  content: "\edbb"; }

.icon-poison:before {
  content: "\edbc"; }

.icon-pong:before {
  content: "\edbd"; }

.icon-poo:before {
  content: "\edbe"; }

.icon-pool-1:before {
  content: "\edbf"; }

.icon-radioactive:before {
  content: "\edc0"; }

.icon-recycle:before {
  content: "\edc1"; }

.icon-robot-1:before {
  content: "\edc2"; }

.icon-robot-2:before {
  content: "\edc3"; }

.icon-rock:before {
  content: "\edc4"; }

.icon-run:before {
  content: "\edc5"; }

.icon-sad-mask:before {
  content: "\edc6"; }

.icon-scythe:before {
  content: "\edc7"; }

.icon-shooting-star:before {
  content: "\edc8"; }

.icon-skull:before {
  content: "\edc9"; }

.icon-smoking:before {
  content: "\edca"; }

.icon-snowflake:before {
  content: "\edcb"; }

.icon-snowman:before {
  content: "\edcc"; }

.icon-steps:before {
  content: "\edcd"; }

.icon-sun:before {
  content: "\edce"; }

.icon-tetris:before {
  content: "\edcf"; }

.icon-theatre-masks:before {
  content: "\edd0"; }

.icon-tombstone:before {
  content: "\edd1"; }

.icon-tree:before {
  content: "\edd2"; }

.icon-ufo:before {
  content: "\edd3"; }

.icon-unicorn:before {
  content: "\edd4"; }

.icon-vigilante:before {
  content: "\edd5"; }

.icon-wall:before {
  content: "\edd6"; }

.icon-wheat:before {
  content: "\edd7"; }

.icon-account-book-1:before {
  content: "\edd8"; }

.icon-account-book-female:before {
  content: "\edd9"; }

.icon-account-book-male:before {
  content: "\edda"; }

.icon-contacts:before {
  content: "\eddb"; }

.icon-female-sign:before {
  content: "\eddc"; }

.icon-head-brainstorming:before {
  content: "\eddd"; }

.icon-head-idea:before {
  content: "\edde"; }

.icon-head-money:before {
  content: "\eddf"; }

.icon-head-question:before {
  content: "\ede0"; }

.icon-head-search:before {
  content: "\ede1"; }

.icon-head-settings:before {
  content: "\ede2"; }

.icon-head-speech:before {
  content: "\ede3"; }

.icon-head-time:before {
  content: "\ede4"; }

.icon-head:before {
  content: "\ede5"; }

.icon-ID-card:before {
  content: "\ede6"; }

.icon-male-sign:before {
  content: "\ede7"; }

.icon-people-female:before {
  content: "\ede8"; }

.icon-people-idea:before {
  content: "\ede9"; }

.icon-people-male:before {
  content: "\edea"; }

.icon-people-money:before {
  content: "\edeb"; }

.icon-people-question:before {
  content: "\edec"; }

.icon-people-speech-1:before {
  content: "\eded"; }

.icon-people-speech-2:before {
  content: "\edee"; }

.icon-people-target:before {
  content: "\edef"; }

.icon-people-time:before {
  content: "\edf0"; }

.icon-people:before {
  content: "\edf1"; }

.icon-public-speaking:before {
  content: "\edf2"; }

.icon-rolodex-2:before {
  content: "\edf3"; }

.icon-rolodex:before {
  content: "\edf4"; }

.icon-team-1:before {
  content: "\edf5"; }

.icon-team-2:before {
  content: "\edf6"; }

.icon-team-3:before {
  content: "\edf7"; }

.icon-team-hierarchy:before {
  content: "\edf8"; }

.icon-useer-female-picture:before {
  content: "\edf9"; }

.icon-useer-male-picture:before {
  content: "\edfa"; }

.icon-user-add:before {
  content: "\edfb"; }

.icon-user-check:before {
  content: "\edfc"; }

.icon-user-circle:before {
  content: "\edfd"; }

.icon-user-delete:before {
  content: "\edfe"; }

.icon-user-female-add:before {
  content: "\edff"; }

.icon-user-female-check:before {
  content: "\ee00"; }

.icon-user-female-circle:before {
  content: "\ee01"; }

.icon-user-female-delete:before {
  content: "\ee02"; }

.icon-user-female-edit:before {
  content: "\ee03"; }

.icon-user-female-options:before {
  content: "\ee04"; }

.icon-user-female-picture-add:before {
  content: "\ee05"; }

.icon-user-female-pictures:before {
  content: "\ee06"; }

.icon-user-female-portrait:before {
  content: "\ee07"; }

.icon-user-female-profile:before {
  content: "\ee08"; }

.icon-user-female-settings:before {
  content: "\ee09"; }

.icon-user-female-speech-1:before {
  content: "\ee0a"; }

.icon-user-female-speech-2:before {
  content: "\ee0b"; }

.icon-user-female:before {
  content: "\ee0c"; }

.icon-user-male-add:before {
  content: "\ee0d"; }

.icon-user-male-check:before {
  content: "\ee0e"; }

.icon-user-male-circle:before {
  content: "\ee0f"; }

.icon-user-male-delete:before {
  content: "\ee10"; }

.icon-user-male-edit:before {
  content: "\ee11"; }

.icon-user-male-options:before {
  content: "\ee12"; }

.icon-user-male-picture-add:before {
  content: "\ee13"; }

.icon-user-male-pictures:before {
  content: "\ee14"; }

.icon-user-male-portrait:before {
  content: "\ee15"; }

.icon-user-male-profile:before {
  content: "\ee16"; }

.icon-user-male-settings:before {
  content: "\ee17"; }

.icon-user-male-speech-1:before {
  content: "\ee18"; }

.icon-user-male-speech-2:before {
  content: "\ee19"; }

.icon-user-male:before {
  content: "\ee1a"; }

.icon-user-picture-1:before {
  content: "\ee1b"; }

.icon-user-picture-2:before {
  content: "\ee1c"; }

.icon-user-picture-add:before {
  content: "\ee1d"; }

.icon-user-profile-1:before {
  content: "\ee1e"; }

.icon-user-profile-2:before {
  content: "\ee1f"; }

.icon-user-search-2:before {
  content: "\ee20"; }

.icon-user-target:before {
  content: "\ee21"; }

.icon-user:before {
  content: "\ee22"; }

.icon-users-male-female:before {
  content: "\ee23"; }

.icon-users-male:before {
  content: "\ee24"; }

.icon-users:before {
  content: "\ee25"; }

.icon-VIP-card:before {
  content: "\ee26"; }

.icon-badge-1:before {
  content: "\ee27"; }

.icon-badge-2:before {
  content: "\ee28"; }

.icon-crown:before {
  content: "\ee29"; }

.icon-diploma-1:before {
  content: "\ee2a"; }

.icon-diploma-2:before {
  content: "\ee2b"; }

.icon-diploma-3:before {
  content: "\ee2c"; }

.icon-flag-1:before {
  content: "\ee2d"; }

.icon-flag-2:before {
  content: "\ee2e"; }

.icon-flag-3:before {
  content: "\ee2f"; }

.icon-flag-4:before {
  content: "\ee30"; }

.icon-heart-broken:before {
  content: "\ee31"; }

.icon-heart:before {
  content: "\ee32"; }

.icon-hearts:before {
  content: "\ee33"; }

.icon-like-2:before {
  content: "\ee34"; }

.icon-like:before {
  content: "\ee35"; }

.icon-medal-1:before {
  content: "\ee36"; }

.icon-medal-2:before {
  content: "\ee37"; }

.icon-medal-3:before {
  content: "\ee38"; }

.icon-medal-4:before {
  content: "\ee39"; }

.icon-medal-5:before {
  content: "\ee3a"; }

.icon-medal-6:before {
  content: "\ee3b"; }

.icon-olympic-torch:before {
  content: "\ee3c"; }

.icon-podium:before {
  content: "\ee3d"; }

.icon-star-circle:before {
  content: "\ee3e"; }

.icon-star-plus:before {
  content: "\ee3f"; }

.icon-star:before {
  content: "\ee40"; }

.icon-trophy-1:before {
  content: "\ee41"; }

.icon-trophy-2:before {
  content: "\ee42"; }

.icon-trophy-3:before {
  content: "\ee43"; }

.icon-unlike-2:before {
  content: "\ee44"; }

.icon-unlike:before {
  content: "\ee45"; }

.icon-verification:before {
  content: "\ee46"; }

.icon-votes-2:before {
  content: "\ee47"; }

.icon-votes:before {
  content: "\ee48"; }

.icon-binary-code:before {
  content: "\ee49"; }

.icon-bug-fixed:before {
  content: "\ee4a"; }

.icon-bug-search:before {
  content: "\ee4b"; }

.icon-bug:before {
  content: "\ee4c"; }

.icon-code-1:before {
  content: "\ee4d"; }

.icon-code-2:before {
  content: "\ee4e"; }

.icon-code-3:before {
  content: "\ee4f"; }

.icon-CPU-overclock:before {
  content: "\ee50"; }

.icon-CPU:before {
  content: "\ee51"; }

.icon-firewall-1:before {
  content: "\ee52"; }

.icon-firewall-allert:before {
  content: "\ee53"; }

.icon-firewall-block:before {
  content: "\ee54"; }

.icon-firewall-disable:before {
  content: "\ee55"; }

.icon-firewall-done:before {
  content: "\ee56"; }

.icon-firewall-help:before {
  content: "\ee57"; }

.icon-firewall-refresh:before {
  content: "\ee58"; }

.icon-firewall-star:before {
  content: "\ee59"; }

.icon-firewall:before {
  content: "\ee5a"; }

.icon-hierarchy-structure-1:before {
  content: "\ee5b"; }

.icon-hierarchy-structure-2:before {
  content: "\ee5c"; }

.icon-hierarchy-structure-3:before {
  content: "\ee5d"; }

.icon-hierarchy-structure-4:before {
  content: "\ee5e"; }

.icon-hierarchy-structure-5:before {
  content: "\ee5f"; }

.icon-hierarchy-structure-6:before {
  content: "\ee60"; }

.icon-html-5:before {
  content: "\ee61"; }

.icon-link-1-add:before {
  content: "\ee62"; }

.icon-link-1-broken:before {
  content: "\ee63"; }

.icon-link-1-remove:before {
  content: "\ee64"; }

.icon-link-1:before {
  content: "\ee65"; }

.icon-link-2-broken:before {
  content: "\ee66"; }

.icon-link-2:before {
  content: "\ee67"; }

.icon-link-3-broken:before {
  content: "\ee68"; }

.icon-link-3:before {
  content: "\ee69"; }

.icon-search-stats:before {
  content: "\ee6a"; }

.icon-window-404:before {
  content: "\ee6b"; }

.icon-window-binary-code:before {
  content: "\ee6c"; }

.icon-window-bookmark:before {
  content: "\ee6d"; }

.icon-window-code:before {
  content: "\ee6e"; }

.icon-window-console:before {
  content: "\ee6f"; }

.icon-window-content:before {
  content: "\ee70"; }

.icon-window-cursor:before {
  content: "\ee71"; }

.icon-window-edit:before {
  content: "\ee72"; }

.icon-window-layout:before {
  content: "\ee73"; }

.icon-window-loading:before {
  content: "\ee74"; }

.icon-window-lock:before {
  content: "\ee75"; }

.icon-window-refresh:before {
  content: "\ee76"; }

.icon-window-search:before {
  content: "\ee77"; }

.icon-window-settings:before {
  content: "\ee78"; }

.icon-window-user:before {
  content: "\ee79"; }

.icon-window:before {
  content: "\ee7a"; }

.icon-windows-open:before {
  content: "\ee7b"; }

.page-top-sellers {
  display: inline-block;
  width: 100%;
  margin-top: 1rem; }
