﻿@charset "UTF-8";
@import url(../../../resort/content/sass/vendor/croppie/croppie.css);
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*$fontfamily: "helvetica neue",helvetica,sans-serif;
$extralarge: 4.625rem;
$largefont: 1.875rem;
$mediumfont: 1.5rem;

$font22: 1.375rem;
$font20: 1.25rem;
$font18: 1.125rem;

$basefont: 1rem;

$defaultfont: 0.875rem;
$font15: 0.9375rem;
$font13: 0.8125rem;
$tinyfont: 0.75rem;
$extrasmall: 0.625rem;

$normal: normal;
$bold: bold;

$zero:0rem;
$none:none;

$image-url: '../images/';
$font-url: '../fonts/';

$dark3:#333;
$dark4: #eee;
$dark5: #555;
$dark6: #666;
$dark7: #777;
$bgblack:#000;

$bgwhite: #fff;
$widthfull: 100%;

$primarybg: #172241;
$secendarybg: #276db6;
$transbg: rgba(255, 255, 255, 0);
$nobg: transparent;

$left: left;
$center: center;
$right: right;

$primary-text-color: $dark3;

$hoverbg: #333;
$primary-border-color: #ddd;
$text-white: #fff;
$primary-text-color: #333;*/
@font-face {
  font-family: 'TradeGothicLTPro-Bold';
  src: url("../fonts/trade-gothic/310AFF_0_0.eot");
  src: url("../fonts/trade-gothic/310AFF_0_0.eot?#iefix") format("e mbedded-opentype"), url("../fonts/trade-gothic/310AFF_0_0.woff2") format("woff2"), url("../fonts/trade-gothic/310AFF_0_0.woff") format("woff"), url("../fonts/trade-gothic/310AFF_0_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'TradeGothicLTPro';
  src: url("../fonts/trade-gothic/310AFF_1_0.eot");
  src: url("../fonts/trade-gothic/310AFF_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/trade-gothic/310AFF_1_0.woff2") format("woff2"), url("../fonts/trade-gothic/310AFF_1_0.woff") format("woff"), url("../fonts/trade-gothic/310AFF_1_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'TradeGothicLTPro-Light';
  src: url("../fonts/trade-gothic/310AFF_2_0.eot");
  src: url("../fonts/trade-gothic/310AFF_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/trade-gothic/310AFF_2_0.woff2") format("woff2"), url("../fonts/trade-gothic/310AFF_2_0.woff") format("woff"), url("../fonts/trade-gothic/310AFF_2_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: icons;
  src: url("../fonts/vr-icons/vr-icons.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/* Roboto regular */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

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

/* Foundation v2.1.4 http://foundation.zurb.com */
/* Artfully masterminded by ZURB  */
/* --------------------------------------------------
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/
/* -----------------------------------------
   Shared Styles
----------------------------------------- */
table th {
  font-weight: bold; }

table td, table th {
  padding: 9px 10px;
  text-align: left; }

/* Mobile */
@media screen and (max-width: 767px) and (min-width: 320px) {
  table.responsive {
    margin-bottom: 0; }
  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc; }
  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%; }
  .pinned table td,
  .pinned table th {
    white-space: nowrap; }
  .pinned td:last-child {
    border-bottom: 0; }
  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc; }
  div.table-wrapper div.scrollable {
    margin-left: 35%; }
  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden; }
  table.responsive td,
  table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden; }
  table.responsive td:first-child,
  table.responsive td:first-child,
  table.responsive th:first-child,
  table.responsive.pinned td {
    display: none; } }

@media screen and (max-width: 1008px) and (min-width: 783px) {
  table.responsive {
    margin-bottom: 0; }
  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc; }
  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%; }
  .pinned table td,
  .pinned table th {
    white-space: nowrap; }
  .pinned td:last-child {
    border-bottom: 0; }
  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc; }
  div.table-wrapper div.scrollable {
    margin-left: 35%; }
  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden; }
  table.responsive td,
  table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden; }
  table.responsive td:first-child,
  table.responsive td:first-child,
  table.responsive th:first-child,
  table.responsive.pinned td {
    display: none; } }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 3px; }

table thead, table tbody, table tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe; }

table caption {
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem; }

table thead, table tfoot {
  background: #f8f8f8;
  color: #0a0a0a; }

table thead tr, table tfoot tr {
  background: transparent; }

table thead th, table thead td, table tfoot th, table tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left; }

table tbody tr:nth-child(even) {
  background-color: #f1f1f1; }

table tbody th, table tbody td {
  padding: 0.5rem 0.625rem 0.625rem; }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover tr:hover {
  background-color: #f9f9f9; }

table.hover tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }

.table-scroll table {
  width: auto; }
  @media screen and (max-width: 1015px) and (min-width: 784px) {
    .table-scroll table {
      width: 200%;
      table-layout: fixed;
      word-break: break-word; } }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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/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 when focused and also mouse hovered in all browsers.
 */
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.5em 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 {
  -moz-box-sizing: content-box;
  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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * 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; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("/themes/resort/content/fonts/font-awesome/fa-regular-400.eot");
  src: url("/themes/resort/content/fonts/font-awesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/themes/resort/content/fonts/font-awesome/fa-regular-400.woff2") format("woff2"), url("/themes/resort/content/fonts/font-awesome/fa-regular-400.woff") format("woff"), url("/themes/resort/content/fonts/font-awesome/fa-regular-400.ttf") format("truetype"), url("/themes/resort/content/fonts/font-awesome/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("/themes/resort/content/fonts/font-awesome/fa-solid-900.eot");
  src: url("/themes/resort/content/fonts/font-awesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/themes/resort/content/fonts/font-awesome/fa-solid-900.woff2") format("woff2"), url("/themes/resort/content/fonts/font-awesome/fa-solid-900.woff") format("woff"), url("/themes/resort/content/fonts/font-awesome/fa-solid-900.ttf") format("truetype"), url("/themes/resort/content/fonts/font-awesome/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

.fa.fa-glass:before {
  content: "\f000"; }

.fa.fa-meetup {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-star-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-star-o:before {
  content: "\f005"; }

.fa.fa-remove:before {
  content: "\f00d"; }

.fa.fa-close:before {
  content: "\f00d"; }

.fa.fa-gear:before {
  content: "\f013"; }

.fa.fa-trash-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-trash-o:before {
  content: "\f2ed"; }

.fa.fa-file-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-o:before {
  content: "\f15b"; }

.fa.fa-clock-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-clock-o:before {
  content: "\f017"; }

.fa.fa-arrow-circle-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-arrow-circle-o-down:before {
  content: "\f358"; }

.fa.fa-arrow-circle-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-arrow-circle-o-up:before {
  content: "\f35b"; }

.fa.fa-play-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-play-circle-o:before {
  content: "\f144"; }

.fa.fa-repeat:before {
  content: "\f01e"; }

.fa.fa-rotate-right:before {
  content: "\f01e"; }

.fa.fa-refresh:before {
  content: "\f021"; }

.fa.fa-list-alt {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-dedent:before {
  content: "\f03b"; }

.fa.fa-video-camera:before {
  content: "\f03d"; }

.fa.fa-picture-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-picture-o:before {
  content: "\f03e"; }

.fa.fa-photo {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-photo:before {
  content: "\f03e"; }

.fa.fa-image {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-image:before {
  content: "\f03e"; }

.fa.fa-pencil:before {
  content: "\f303"; }

.fa.fa-map-marker:before {
  content: "\f3c5"; }

.fa.fa-pencil-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-pencil-square-o:before {
  content: "\f044"; }

.fa.fa-share-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-share-square-o:before {
  content: "\f14d"; }

.fa.fa-check-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-check-square-o:before {
  content: "\f14a"; }

.fa.fa-arrows:before {
  content: "\f0b2"; }

.fa.fa-times-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-times-circle-o:before {
  content: "\f057"; }

.fa.fa-check-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-check-circle-o:before {
  content: "\f058"; }

.fa.fa-mail-forward:before {
  content: "\f064"; }

.fa.fa-eye {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-eye-slash {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-warning:before {
  content: "\f071"; }

.fa.fa-calendar:before {
  content: "\f073"; }

.fa.fa-arrows-v:before {
  content: "\f338"; }

.fa.fa-arrows-h:before {
  content: "\f337"; }

.fa.fa-bar-chart {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-bar-chart:before {
  content: "\f080"; }

.fa.fa-bar-chart-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-bar-chart-o:before {
  content: "\f080"; }

.fa.fa-twitter-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gears:before {
  content: "\f085"; }

.fa.fa-thumbs-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-thumbs-o-up:before {
  content: "\f164"; }

.fa.fa-thumbs-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-thumbs-o-down:before {
  content: "\f165"; }

.fa.fa-heart-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-heart-o:before {
  content: "\f004"; }

.fa.fa-sign-out:before {
  content: "\f2f5"; }

.fa.fa-linkedin-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-linkedin-square:before {
  content: "\f08c"; }

.fa.fa-thumb-tack:before {
  content: "\f08d"; }

.fa.fa-external-link:before {
  content: "\f35d"; }

.fa.fa-sign-in:before {
  content: "\f2f6"; }

.fa.fa-github-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-lemon-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-lemon-o:before {
  content: "\f094"; }

.fa.fa-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-square-o:before {
  content: "\f0c8"; }

.fa.fa-bookmark-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-bookmark-o:before {
  content: "\f02e"; }

.fa.fa-twitter {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook:before {
  content: "\f39e"; }

.fa.fa-facebook-f {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook-f:before {
  content: "\f39e"; }

.fa.fa-github {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-credit-card {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-feed:before {
  content: "\f09e"; }

.fa.fa-hdd-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hdd-o:before {
  content: "\f0a0"; }

.fa.fa-hand-o-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa.fa-hand-o-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa.fa-hand-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa.fa-hand-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa.fa-arrows-alt:before {
  content: "\f31e"; }

.fa.fa-group:before {
  content: "\f0c0"; }

.fa.fa-chain:before {
  content: "\f0c1"; }

.fa.fa-scissors:before {
  content: "\f0c4"; }

.fa.fa-files-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-files-o:before {
  content: "\f0c5"; }

.fa.fa-floppy-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-floppy-o:before {
  content: "\f0c7"; }

.fa.fa-navicon:before {
  content: "\f0c9"; }

.fa.fa-reorder:before {
  content: "\f0c9"; }

.fa.fa-pinterest {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pinterest-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus:before {
  content: "\f0d5"; }

.fa.fa-money {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-money:before {
  content: "\f3d1"; }

.fa.fa-unsorted:before {
  content: "\f0dc"; }

.fa.fa-sort-desc:before {
  content: "\f0dd"; }

.fa.fa-sort-asc:before {
  content: "\f0de"; }

.fa.fa-linkedin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-linkedin:before {
  content: "\f0e1"; }

.fa.fa-rotate-left:before {
  content: "\f0e2"; }

.fa.fa-legal:before {
  content: "\f0e3"; }

.fa.fa-tachometer:before {
  content: "\f3fd"; }

.fa.fa-dashboard:before {
  content: "\f3fd"; }

.fa.fa-comment-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-comment-o:before {
  content: "\f075"; }

.fa.fa-comments-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-comments-o:before {
  content: "\f086"; }

.fa.fa-flash:before {
  content: "\f0e7"; }

.fa.fa-clipboard {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-paste {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-paste:before {
  content: "\f328"; }

.fa.fa-lightbulb-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa.fa-exchange:before {
  content: "\f362"; }

.fa.fa-cloud-download:before {
  content: "\f381"; }

.fa.fa-cloud-upload:before {
  content: "\f382"; }

.fa.fa-bell-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-bell-o:before {
  content: "\f0f3"; }

.fa.fa-cutlery:before {
  content: "\f2e7"; }

.fa.fa-file-text-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-text-o:before {
  content: "\f15c"; }

.fa.fa-building-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-building-o:before {
  content: "\f1ad"; }

.fa.fa-hospital-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hospital-o:before {
  content: "\f0f8"; }

.fa.fa-tablet:before {
  content: "\f3fa"; }

.fa.fa-mobile:before {
  content: "\f3cd"; }

.fa.fa-mobile-phone:before {
  content: "\f3cd"; }

.fa.fa-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-circle-o:before {
  content: "\f111"; }

.fa.fa-mail-reply:before {
  content: "\f3e5"; }

.fa.fa-github-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-folder-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-folder-o:before {
  content: "\f07b"; }

.fa.fa-folder-open-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-folder-open-o:before {
  content: "\f07c"; }

.fa.fa-smile-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-smile-o:before {
  content: "\f118"; }

.fa.fa-frown-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-frown-o:before {
  content: "\f119"; }

.fa.fa-meh-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-meh-o:before {
  content: "\f11a"; }

.fa.fa-keyboard-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-keyboard-o:before {
  content: "\f11c"; }

.fa.fa-flag-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-flag-o:before {
  content: "\f024"; }

.fa.fa-mail-reply-all:before {
  content: "\f122"; }

.fa.fa-star-half-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-star-half-o:before {
  content: "\f089"; }

.fa.fa-star-half-empty {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-star-half-empty:before {
  content: "\f089"; }

.fa.fa-star-half-full {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-star-half-full:before {
  content: "\f089"; }

.fa.fa-code-fork:before {
  content: "\f126"; }

.fa.fa-chain-broken:before {
  content: "\f127"; }

.fa.fa-shield:before {
  content: "\f3ed"; }

.fa.fa-calendar-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-calendar-o:before {
  content: "\f133"; }

.fa.fa-maxcdn {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-html5 {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-css3 {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ticket:before {
  content: "\f3ff"; }

.fa.fa-minus-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-minus-square-o:before {
  content: "\f146"; }

.fa.fa-level-up:before {
  content: "\f3bf"; }

.fa.fa-level-down:before {
  content: "\f3be"; }

.fa.fa-pencil-square:before {
  content: "\f14b"; }

.fa.fa-external-link-square:before {
  content: "\f360"; }

.fa.fa-compass {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa.fa-toggle-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-toggle-down:before {
  content: "\f150"; }

.fa.fa-caret-square-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa.fa-toggle-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-toggle-up:before {
  content: "\f151"; }

.fa.fa-caret-square-o-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa.fa-toggle-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-toggle-right:before {
  content: "\f152"; }

.fa.fa-eur:before {
  content: "\f153"; }

.fa.fa-euro:before {
  content: "\f153"; }

.fa.fa-gbp:before {
  content: "\f154"; }

.fa.fa-usd:before {
  content: "\f155"; }

.fa.fa-dollar:before {
  content: "\f155"; }

.fa.fa-inr:before {
  content: "\f156"; }

.fa.fa-rupee:before {
  content: "\f156"; }

.fa.fa-jpy:before {
  content: "\f157"; }

.fa.fa-cny:before {
  content: "\f157"; }

.fa.fa-rmb:before {
  content: "\f157"; }

.fa.fa-yen:before {
  content: "\f157"; }

.fa.fa-rub:before {
  content: "\f158"; }

.fa.fa-ruble:before {
  content: "\f158"; }

.fa.fa-rouble:before {
  content: "\f158"; }

.fa.fa-krw:before {
  content: "\f159"; }

.fa.fa-won:before {
  content: "\f159"; }

.fa.fa-btc {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitcoin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitcoin:before {
  content: "\f15a"; }

.fa.fa-file-text:before {
  content: "\f15c"; }

.fa.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa.fa-youtube-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-youtube {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-xing {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-xing-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-youtube-play {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-youtube-play:before {
  content: "\f167"; }

.fa.fa-dropbox {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-stack-overflow {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-instagram {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-flickr {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-adn {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitbucket {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitbucket-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitbucket-square:before {
  content: "\f171"; }

.fa.fa-tumblr {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-tumblr-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-long-arrow-down:before {
  content: "\f309"; }

.fa.fa-long-arrow-up:before {
  content: "\f30c"; }

.fa.fa-long-arrow-left:before {
  content: "\f30a"; }

.fa.fa-long-arrow-right:before {
  content: "\f30b"; }

.fa.fa-apple {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-windows {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-android {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-linux {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-dribbble {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-skype {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-foursquare {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-trello {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gratipay {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gittip {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gittip:before {
  content: "\f184"; }

.fa.fa-sun-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-sun-o:before {
  content: "\f185"; }

.fa.fa-moon-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-moon-o:before {
  content: "\f186"; }

.fa.fa-vk {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-weibo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-renren {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pagelines {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-stack-exchange {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-arrow-circle-o-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-arrow-circle-o-right:before {
  content: "\f35a"; }

.fa.fa-arrow-circle-o-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-arrow-circle-o-left:before {
  content: "\f359"; }

.fa.fa-caret-square-o-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa.fa-toggle-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-toggle-left:before {
  content: "\f191"; }

.fa.fa-dot-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-dot-circle-o:before {
  content: "\f192"; }

.fa.fa-vimeo-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-try:before {
  content: "\f195"; }

.fa.fa-turkish-lira:before {
  content: "\f195"; }

.fa.fa-plus-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-plus-square-o:before {
  content: "\f0fe"; }

.fa.fa-slack {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wordpress {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-openid {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-institution:before {
  content: "\f19c"; }

.fa.fa-bank:before {
  content: "\f19c"; }

.fa.fa-mortar-board:before {
  content: "\f19d"; }

.fa.fa-yahoo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-reddit {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-reddit-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-stumbleupon-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-stumbleupon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-delicious {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-digg {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pied-piper-pp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pied-piper-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-drupal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-joomla {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-spoon:before {
  content: "\f2e5"; }

.fa.fa-behance {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-behance-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-steam {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-steam-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-automobile:before {
  content: "\f1b9"; }

.fa.fa-cab:before {
  content: "\f1ba"; }

.fa.fa-envelope-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-envelope-o:before {
  content: "\f0e0"; }

.fa.fa-deviantart {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-soundcloud {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-file-pdf-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa.fa-file-word-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-word-o:before {
  content: "\f1c2"; }

.fa.fa-file-excel-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa.fa-file-powerpoint-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa.fa-file-image-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-image-o:before {
  content: "\f1c5"; }

.fa.fa-file-photo-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-photo-o:before {
  content: "\f1c5"; }

.fa.fa-file-picture-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-picture-o:before {
  content: "\f1c5"; }

.fa.fa-file-archive-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa.fa-file-zip-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-zip-o:before {
  content: "\f1c6"; }

.fa.fa-file-audio-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa.fa-file-sound-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-sound-o:before {
  content: "\f1c7"; }

.fa.fa-file-video-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-video-o:before {
  content: "\f1c8"; }

.fa.fa-file-movie-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-movie-o:before {
  content: "\f1c8"; }

.fa.fa-file-code-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-code-o:before {
  content: "\f1c9"; }

.fa.fa-vine {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-codepen {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-jsfiddle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-life-ring {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-life-bouy {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-life-bouy:before {
  content: "\f1cd"; }

.fa.fa-life-buoy {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-life-buoy:before {
  content: "\f1cd"; }

.fa.fa-life-saver {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-life-saver:before {
  content: "\f1cd"; }

.fa.fa-support {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-support:before {
  content: "\f1cd"; }

.fa.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa.fa-rebel {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ra {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ra:before {
  content: "\f1d0"; }

.fa.fa-resistance {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-resistance:before {
  content: "\f1d0"; }

.fa.fa-empire {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ge {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ge:before {
  content: "\f1d1"; }

.fa.fa-git-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-git {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-hacker-news {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-y-combinator-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-y-combinator-square:before {
  content: "\f1d4"; }

.fa.fa-yc-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yc-square:before {
  content: "\f1d4"; }

.fa.fa-tencent-weibo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-qq {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-weixin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wechat {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wechat:before {
  content: "\f1d7"; }

.fa.fa-send:before {
  content: "\f1d8"; }

.fa.fa-paper-plane-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-paper-plane-o:before {
  content: "\f1d8"; }

.fa.fa-send-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-send-o:before {
  content: "\f1d8"; }

.fa.fa-circle-thin {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-circle-thin:before {
  content: "\f111"; }

.fa.fa-header:before {
  content: "\f1dc"; }

.fa.fa-sliders:before {
  content: "\f1de"; }

.fa.fa-futbol-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-futbol-o:before {
  content: "\f1e3"; }

.fa.fa-soccer-ball-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-soccer-ball-o:before {
  content: "\f1e3"; }

.fa.fa-slideshare {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-twitch {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yelp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-newspaper-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa.fa-paypal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-wallet {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-visa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-mastercard {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-discover {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-amex {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-paypal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-stripe {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bell-slash-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-bell-slash-o:before {
  content: "\f1f6"; }

.fa.fa-trash:before {
  content: "\f2ed"; }

.fa.fa-copyright {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-eyedropper:before {
  content: "\f1fb"; }

.fa.fa-area-chart:before {
  content: "\f1fe"; }

.fa.fa-pie-chart:before {
  content: "\f200"; }

.fa.fa-line-chart:before {
  content: "\f201"; }

.fa.fa-lastfm {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-lastfm-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ioxhost {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-angellist {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-cc:before {
  content: "\f20a"; }

.fa.fa-ils:before {
  content: "\f20b"; }

.fa.fa-shekel:before {
  content: "\f20b"; }

.fa.fa-sheqel:before {
  content: "\f20b"; }

.fa.fa-meanpath {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-meanpath:before {
  content: "\f2b4"; }

.fa.fa-buysellads {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-connectdevelop {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-dashcube {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-forumbee {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-leanpub {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-sellsy {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-shirtsinbulk {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-simplybuilt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-skyatlas {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-diamond {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-diamond:before {
  content: "\f3a5"; }

.fa.fa-intersex:before {
  content: "\f224"; }

.fa.fa-facebook-official {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook-official:before {
  content: "\f09a"; }

.fa.fa-pinterest-p {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-whatsapp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-hotel:before {
  content: "\f236"; }

.fa.fa-viacoin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-medium {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-y-combinator {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yc {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yc:before {
  content: "\f23b"; }

.fa.fa-optin-monster {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-opencart {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-expeditedssl {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-battery-4:before {
  content: "\f240"; }

.fa.fa-battery:before {
  content: "\f240"; }

.fa.fa-battery-3:before {
  content: "\f241"; }

.fa.fa-battery-2:before {
  content: "\f242"; }

.fa.fa-battery-1:before {
  content: "\f243"; }

.fa.fa-battery-0:before {
  content: "\f244"; }

.fa.fa-object-group {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-object-ungroup {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-sticky-note-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-sticky-note-o:before {
  content: "\f249"; }

.fa.fa-cc-jcb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-diners-club {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-clone {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hourglass-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hourglass-o:before {
  content: "\f254"; }

.fa.fa-hourglass-1:before {
  content: "\f251"; }

.fa.fa-hourglass-2:before {
  content: "\f252"; }

.fa.fa-hourglass-3:before {
  content: "\f253"; }

.fa.fa-hand-rock-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-rock-o:before {
  content: "\f255"; }

.fa.fa-hand-grab-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-grab-o:before {
  content: "\f255"; }

.fa.fa-hand-paper-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-paper-o:before {
  content: "\f256"; }

.fa.fa-hand-stop-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-stop-o:before {
  content: "\f256"; }

.fa.fa-hand-scissors-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa.fa-hand-lizard-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa.fa-hand-spock-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-spock-o:before {
  content: "\f259"; }

.fa.fa-hand-pointer-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa.fa-hand-peace-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa.fa-registered {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-creative-commons {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gg {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gg-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-tripadvisor {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-odnoklassniki {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-odnoklassniki-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-get-pocket {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wikipedia-w {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-safari {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-chrome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-firefox {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-opera {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-internet-explorer {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-television:before {
  content: "\f26c"; }

.fa.fa-contao {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-500px {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-amazon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-calendar-plus-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa.fa-calendar-minus-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa.fa-calendar-times-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-calendar-times-o:before {
  content: "\f273"; }

.fa.fa-calendar-check-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-calendar-check-o:before {
  content: "\f274"; }

.fa.fa-map-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-map-o:before {
  content: "\f279"; }

.fa.fa-commenting:before {
  content: "\f4ad"; }

.fa.fa-commenting-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-commenting-o:before {
  content: "\f4ad"; }

.fa.fa-houzz {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-vimeo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-vimeo:before {
  content: "\f27d"; }

.fa.fa-black-tie {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-fonticons {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-reddit-alien {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-edge {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-credit-card-alt:before {
  content: "\f09d"; }

.fa.fa-codiepie {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-modx {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-fort-awesome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-usb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-product-hunt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-mixcloud {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-scribd {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pause-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-pause-circle-o:before {
  content: "\f28b"; }

.fa.fa-stop-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-stop-circle-o:before {
  content: "\f28d"; }

.fa.fa-bluetooth {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bluetooth-b {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gitlab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wpbeginner {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wpforms {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-envira {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wheelchair-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wheelchair-alt:before {
  content: "\f368"; }

.fa.fa-question-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-question-circle-o:before {
  content: "\f059"; }

.fa.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa.fa-asl-interpreting:before {
  content: "\f2a3"; }

.fa.fa-deafness:before {
  content: "\f2a4"; }

.fa.fa-hard-of-hearing:before {
  content: "\f2a4"; }

.fa.fa-glide {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-glide-g {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-signing:before {
  content: "\f2a7"; }

.fa.fa-viadeo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-viadeo-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-snapchat {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-snapchat-ghost {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-snapchat-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pied-piper {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-first-order {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yoast {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-themeisle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus-official {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa.fa-google-plus-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus-circle:before {
  content: "\f2b3"; }

.fa.fa-font-awesome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-fa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-fa:before {
  content: "\f2b4"; }

.fa.fa-handshake-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-handshake-o:before {
  content: "\f2b5"; }

.fa.fa-envelope-open-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-envelope-open-o:before {
  content: "\f2b6"; }

.fa.fa-linode {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-address-book-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-address-book-o:before {
  content: "\f2b9"; }

.fa.fa-vcard:before {
  content: "\f2bb"; }

.fa.fa-address-card-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-address-card-o:before {
  content: "\f2bb"; }

.fa.fa-vcard-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-vcard-o:before {
  content: "\f2bb"; }

.fa.fa-user-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-user-circle-o:before {
  content: "\f2bd"; }

.fa.fa-user-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-user-o:before {
  content: "\f007"; }

.fa.fa-id-badge {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-drivers-license:before {
  content: "\f2c2"; }

.fa.fa-id-card-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-id-card-o:before {
  content: "\f2c2"; }

.fa.fa-drivers-license-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-drivers-license-o:before {
  content: "\f2c2"; }

.fa.fa-quora {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-free-code-camp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-telegram {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-thermometer-4:before {
  content: "\f2c7"; }

.fa.fa-thermometer:before {
  content: "\f2c7"; }

.fa.fa-thermometer-3:before {
  content: "\f2c8"; }

.fa.fa-thermometer-2:before {
  content: "\f2c9"; }

.fa.fa-thermometer-1:before {
  content: "\f2ca"; }

.fa.fa-thermometer-0:before {
  content: "\f2cb"; }

.fa.fa-bathtub:before {
  content: "\f2cd"; }

.fa.fa-s15:before {
  content: "\f2cd"; }

.fa.fa-window-maximize {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-window-restore {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-times-rectangle:before {
  content: "\f410"; }

.fa.fa-window-close-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-window-close-o:before {
  content: "\f410"; }

.fa.fa-times-rectangle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-times-rectangle-o:before {
  content: "\f410"; }

.fa.fa-bandcamp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-grav {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-etsy {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-imdb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ravelry {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-eercast {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-eercast:before {
  content: "\f2da"; }

.fa.fa-snowflake-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa.fa-superpowers {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wpexplorer {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-spotify {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

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

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adobe:before {
  content: "\f778"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-haykal:before {
  content: "\f666"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-water:before {
  content: "\f773"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

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

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

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.fa.fa-glass:before {
  content: "\f000"; }

.fa.fa-meetup {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-star-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-star-o:before {
  content: "\f005"; }

.fa.fa-remove:before {
  content: "\f00d"; }

.fa.fa-close:before {
  content: "\f00d"; }

.fa.fa-gear:before {
  content: "\f013"; }

.fa.fa-trash-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-trash-o:before {
  content: "\f2ed"; }

.fa.fa-file-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-o:before {
  content: "\f15b"; }

.fa.fa-clock-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-clock-o:before {
  content: "\f017"; }

.fa.fa-arrow-circle-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-arrow-circle-o-down:before {
  content: "\f358"; }

.fa.fa-arrow-circle-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-arrow-circle-o-up:before {
  content: "\f35b"; }

.fa.fa-play-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-play-circle-o:before {
  content: "\f144"; }

.fa.fa-repeat:before {
  content: "\f01e"; }

.fa.fa-rotate-right:before {
  content: "\f01e"; }

.fa.fa-refresh:before {
  content: "\f021"; }

.fa.fa-list-alt {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-dedent:before {
  content: "\f03b"; }

.fa.fa-video-camera:before {
  content: "\f03d"; }

.fa.fa-picture-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-picture-o:before {
  content: "\f03e"; }

.fa.fa-photo {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-photo:before {
  content: "\f03e"; }

.fa.fa-image {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-image:before {
  content: "\f03e"; }

.fa.fa-pencil:before {
  content: "\f303"; }

.fa.fa-map-marker:before {
  content: "\f3c5"; }

.fa.fa-pencil-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-pencil-square-o:before {
  content: "\f044"; }

.fa.fa-share-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-share-square-o:before {
  content: "\f14d"; }

.fa.fa-check-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-check-square-o:before {
  content: "\f14a"; }

.fa.fa-arrows:before {
  content: "\f0b2"; }

.fa.fa-times-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-times-circle-o:before {
  content: "\f057"; }

.fa.fa-check-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-check-circle-o:before {
  content: "\f058"; }

.fa.fa-mail-forward:before {
  content: "\f064"; }

.fa.fa-eye {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-eye-slash {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-warning:before {
  content: "\f071"; }

.fa.fa-calendar:before {
  content: "\f073"; }

.fa.fa-arrows-v:before {
  content: "\f338"; }

.fa.fa-arrows-h:before {
  content: "\f337"; }

.fa.fa-bar-chart {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-bar-chart:before {
  content: "\f080"; }

.fa.fa-bar-chart-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-bar-chart-o:before {
  content: "\f080"; }

.fa.fa-twitter-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gears:before {
  content: "\f085"; }

.fa.fa-thumbs-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-thumbs-o-up:before {
  content: "\f164"; }

.fa.fa-thumbs-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-thumbs-o-down:before {
  content: "\f165"; }

.fa.fa-heart-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-heart-o:before {
  content: "\f004"; }

.fa.fa-sign-out:before {
  content: "\f2f5"; }

.fa.fa-linkedin-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-linkedin-square:before {
  content: "\f08c"; }

.fa.fa-thumb-tack:before {
  content: "\f08d"; }

.fa.fa-external-link:before {
  content: "\f35d"; }

.fa.fa-sign-in:before {
  content: "\f2f6"; }

.fa.fa-github-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-lemon-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-lemon-o:before {
  content: "\f094"; }

.fa.fa-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-square-o:before {
  content: "\f0c8"; }

.fa.fa-bookmark-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-bookmark-o:before {
  content: "\f02e"; }

.fa.fa-twitter {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook:before {
  content: "\f39e"; }

.fa.fa-facebook-f {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook-f:before {
  content: "\f39e"; }

.fa.fa-github {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-credit-card {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-feed:before {
  content: "\f09e"; }

.fa.fa-hdd-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hdd-o:before {
  content: "\f0a0"; }

.fa.fa-hand-o-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa.fa-hand-o-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa.fa-hand-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa.fa-hand-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa.fa-arrows-alt:before {
  content: "\f31e"; }

.fa.fa-group:before {
  content: "\f0c0"; }

.fa.fa-chain:before {
  content: "\f0c1"; }

.fa.fa-scissors:before {
  content: "\f0c4"; }

.fa.fa-files-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-files-o:before {
  content: "\f0c5"; }

.fa.fa-floppy-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-floppy-o:before {
  content: "\f0c7"; }

.fa.fa-navicon:before {
  content: "\f0c9"; }

.fa.fa-reorder:before {
  content: "\f0c9"; }

.fa.fa-pinterest {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pinterest-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus:before {
  content: "\f0d5"; }

.fa.fa-money {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-money:before {
  content: "\f3d1"; }

.fa.fa-unsorted:before {
  content: "\f0dc"; }

.fa.fa-sort-desc:before {
  content: "\f0dd"; }

.fa.fa-sort-asc:before {
  content: "\f0de"; }

.fa.fa-linkedin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-linkedin:before {
  content: "\f0e1"; }

.fa.fa-rotate-left:before {
  content: "\f0e2"; }

.fa.fa-legal:before {
  content: "\f0e3"; }

.fa.fa-tachometer:before {
  content: "\f3fd"; }

.fa.fa-dashboard:before {
  content: "\f3fd"; }

.fa.fa-comment-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-comment-o:before {
  content: "\f075"; }

.fa.fa-comments-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-comments-o:before {
  content: "\f086"; }

.fa.fa-flash:before {
  content: "\f0e7"; }

.fa.fa-clipboard {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-paste {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-paste:before {
  content: "\f328"; }

.fa.fa-lightbulb-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa.fa-exchange:before {
  content: "\f362"; }

.fa.fa-cloud-download:before {
  content: "\f381"; }

.fa.fa-cloud-upload:before {
  content: "\f382"; }

.fa.fa-bell-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-bell-o:before {
  content: "\f0f3"; }

.fa.fa-cutlery:before {
  content: "\f2e7"; }

.fa.fa-file-text-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-text-o:before {
  content: "\f15c"; }

.fa.fa-building-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-building-o:before {
  content: "\f1ad"; }

.fa.fa-hospital-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hospital-o:before {
  content: "\f0f8"; }

.fa.fa-tablet:before {
  content: "\f3fa"; }

.fa.fa-mobile:before {
  content: "\f3cd"; }

.fa.fa-mobile-phone:before {
  content: "\f3cd"; }

.fa.fa-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-circle-o:before {
  content: "\f111"; }

.fa.fa-mail-reply:before {
  content: "\f3e5"; }

.fa.fa-github-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-folder-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-folder-o:before {
  content: "\f07b"; }

.fa.fa-folder-open-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-folder-open-o:before {
  content: "\f07c"; }

.fa.fa-smile-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-smile-o:before {
  content: "\f118"; }

.fa.fa-frown-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-frown-o:before {
  content: "\f119"; }

.fa.fa-meh-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-meh-o:before {
  content: "\f11a"; }

.fa.fa-keyboard-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-keyboard-o:before {
  content: "\f11c"; }

.fa.fa-flag-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-flag-o:before {
  content: "\f024"; }

.fa.fa-mail-reply-all:before {
  content: "\f122"; }

.fa.fa-star-half-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-star-half-o:before {
  content: "\f089"; }

.fa.fa-star-half-empty {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-star-half-empty:before {
  content: "\f089"; }

.fa.fa-star-half-full {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-star-half-full:before {
  content: "\f089"; }

.fa.fa-code-fork:before {
  content: "\f126"; }

.fa.fa-chain-broken:before {
  content: "\f127"; }

.fa.fa-shield:before {
  content: "\f3ed"; }

.fa.fa-calendar-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-calendar-o:before {
  content: "\f133"; }

.fa.fa-maxcdn {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-html5 {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-css3 {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ticket:before {
  content: "\f3ff"; }

.fa.fa-minus-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-minus-square-o:before {
  content: "\f146"; }

.fa.fa-level-up:before {
  content: "\f3bf"; }

.fa.fa-level-down:before {
  content: "\f3be"; }

.fa.fa-pencil-square:before {
  content: "\f14b"; }

.fa.fa-external-link-square:before {
  content: "\f360"; }

.fa.fa-compass {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa.fa-toggle-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-toggle-down:before {
  content: "\f150"; }

.fa.fa-caret-square-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa.fa-toggle-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-toggle-up:before {
  content: "\f151"; }

.fa.fa-caret-square-o-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa.fa-toggle-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-toggle-right:before {
  content: "\f152"; }

.fa.fa-eur:before {
  content: "\f153"; }

.fa.fa-euro:before {
  content: "\f153"; }

.fa.fa-gbp:before {
  content: "\f154"; }

.fa.fa-usd:before {
  content: "\f155"; }

.fa.fa-dollar:before {
  content: "\f155"; }

.fa.fa-inr:before {
  content: "\f156"; }

.fa.fa-rupee:before {
  content: "\f156"; }

.fa.fa-jpy:before {
  content: "\f157"; }

.fa.fa-cny:before {
  content: "\f157"; }

.fa.fa-rmb:before {
  content: "\f157"; }

.fa.fa-yen:before {
  content: "\f157"; }

.fa.fa-rub:before {
  content: "\f158"; }

.fa.fa-ruble:before {
  content: "\f158"; }

.fa.fa-rouble:before {
  content: "\f158"; }

.fa.fa-krw:before {
  content: "\f159"; }

.fa.fa-won:before {
  content: "\f159"; }

.fa.fa-btc {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitcoin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitcoin:before {
  content: "\f15a"; }

.fa.fa-file-text:before {
  content: "\f15c"; }

.fa.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa.fa-youtube-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-youtube {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-xing {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-xing-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-youtube-play {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-youtube-play:before {
  content: "\f167"; }

.fa.fa-dropbox {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-stack-overflow {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-instagram {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-flickr {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-adn {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitbucket {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitbucket-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitbucket-square:before {
  content: "\f171"; }

.fa.fa-tumblr {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-tumblr-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-long-arrow-down:before {
  content: "\f309"; }

.fa.fa-long-arrow-up:before {
  content: "\f30c"; }

.fa.fa-long-arrow-left:before {
  content: "\f30a"; }

.fa.fa-long-arrow-right:before {
  content: "\f30b"; }

.fa.fa-apple {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-windows {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-android {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-linux {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-dribbble {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-skype {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-foursquare {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-trello {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gratipay {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gittip {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gittip:before {
  content: "\f184"; }

.fa.fa-sun-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-sun-o:before {
  content: "\f185"; }

.fa.fa-moon-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-moon-o:before {
  content: "\f186"; }

.fa.fa-vk {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-weibo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-renren {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pagelines {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-stack-exchange {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-arrow-circle-o-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-arrow-circle-o-right:before {
  content: "\f35a"; }

.fa.fa-arrow-circle-o-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-arrow-circle-o-left:before {
  content: "\f359"; }

.fa.fa-caret-square-o-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa.fa-toggle-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-toggle-left:before {
  content: "\f191"; }

.fa.fa-dot-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-dot-circle-o:before {
  content: "\f192"; }

.fa.fa-vimeo-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-try:before {
  content: "\f195"; }

.fa.fa-turkish-lira:before {
  content: "\f195"; }

.fa.fa-plus-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-plus-square-o:before {
  content: "\f0fe"; }

.fa.fa-slack {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wordpress {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-openid {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-institution:before {
  content: "\f19c"; }

.fa.fa-bank:before {
  content: "\f19c"; }

.fa.fa-mortar-board:before {
  content: "\f19d"; }

.fa.fa-yahoo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-reddit {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-reddit-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-stumbleupon-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-stumbleupon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-delicious {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-digg {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pied-piper-pp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pied-piper-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-drupal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-joomla {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-spoon:before {
  content: "\f2e5"; }

.fa.fa-behance {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-behance-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-steam {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-steam-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-automobile:before {
  content: "\f1b9"; }

.fa.fa-cab:before {
  content: "\f1ba"; }

.fa.fa-envelope-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-envelope-o:before {
  content: "\f0e0"; }

.fa.fa-deviantart {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-soundcloud {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-file-pdf-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa.fa-file-word-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-word-o:before {
  content: "\f1c2"; }

.fa.fa-file-excel-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa.fa-file-powerpoint-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa.fa-file-image-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-image-o:before {
  content: "\f1c5"; }

.fa.fa-file-photo-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-photo-o:before {
  content: "\f1c5"; }

.fa.fa-file-picture-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-picture-o:before {
  content: "\f1c5"; }

.fa.fa-file-archive-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa.fa-file-zip-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-zip-o:before {
  content: "\f1c6"; }

.fa.fa-file-audio-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa.fa-file-sound-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-sound-o:before {
  content: "\f1c7"; }

.fa.fa-file-video-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-video-o:before {
  content: "\f1c8"; }

.fa.fa-file-movie-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-movie-o:before {
  content: "\f1c8"; }

.fa.fa-file-code-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-file-code-o:before {
  content: "\f1c9"; }

.fa.fa-vine {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-codepen {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-jsfiddle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-life-ring {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-life-bouy {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-life-bouy:before {
  content: "\f1cd"; }

.fa.fa-life-buoy {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-life-buoy:before {
  content: "\f1cd"; }

.fa.fa-life-saver {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-life-saver:before {
  content: "\f1cd"; }

.fa.fa-support {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-support:before {
  content: "\f1cd"; }

.fa.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa.fa-rebel {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ra {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ra:before {
  content: "\f1d0"; }

.fa.fa-resistance {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-resistance:before {
  content: "\f1d0"; }

.fa.fa-empire {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ge {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ge:before {
  content: "\f1d1"; }

.fa.fa-git-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-git {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-hacker-news {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-y-combinator-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-y-combinator-square:before {
  content: "\f1d4"; }

.fa.fa-yc-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yc-square:before {
  content: "\f1d4"; }

.fa.fa-tencent-weibo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-qq {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-weixin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wechat {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wechat:before {
  content: "\f1d7"; }

.fa.fa-send:before {
  content: "\f1d8"; }

.fa.fa-paper-plane-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-paper-plane-o:before {
  content: "\f1d8"; }

.fa.fa-send-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-send-o:before {
  content: "\f1d8"; }

.fa.fa-circle-thin {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-circle-thin:before {
  content: "\f111"; }

.fa.fa-header:before {
  content: "\f1dc"; }

.fa.fa-sliders:before {
  content: "\f1de"; }

.fa.fa-futbol-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-futbol-o:before {
  content: "\f1e3"; }

.fa.fa-soccer-ball-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-soccer-ball-o:before {
  content: "\f1e3"; }

.fa.fa-slideshare {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-twitch {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yelp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-newspaper-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa.fa-paypal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-wallet {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-visa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-mastercard {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-discover {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-amex {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-paypal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-stripe {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bell-slash-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-bell-slash-o:before {
  content: "\f1f6"; }

.fa.fa-trash:before {
  content: "\f2ed"; }

.fa.fa-copyright {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-eyedropper:before {
  content: "\f1fb"; }

.fa.fa-area-chart:before {
  content: "\f1fe"; }

.fa.fa-pie-chart:before {
  content: "\f200"; }

.fa.fa-line-chart:before {
  content: "\f201"; }

.fa.fa-lastfm {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-lastfm-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ioxhost {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-angellist {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-cc:before {
  content: "\f20a"; }

.fa.fa-ils:before {
  content: "\f20b"; }

.fa.fa-shekel:before {
  content: "\f20b"; }

.fa.fa-sheqel:before {
  content: "\f20b"; }

.fa.fa-meanpath {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-meanpath:before {
  content: "\f2b4"; }

.fa.fa-buysellads {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-connectdevelop {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-dashcube {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-forumbee {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-leanpub {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-sellsy {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-shirtsinbulk {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-simplybuilt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-skyatlas {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-diamond {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-diamond:before {
  content: "\f3a5"; }

.fa.fa-intersex:before {
  content: "\f224"; }

.fa.fa-facebook-official {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook-official:before {
  content: "\f09a"; }

.fa.fa-pinterest-p {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-whatsapp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-hotel:before {
  content: "\f236"; }

.fa.fa-viacoin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-medium {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-y-combinator {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yc {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yc:before {
  content: "\f23b"; }

.fa.fa-optin-monster {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-opencart {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-expeditedssl {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-battery-4:before {
  content: "\f240"; }

.fa.fa-battery:before {
  content: "\f240"; }

.fa.fa-battery-3:before {
  content: "\f241"; }

.fa.fa-battery-2:before {
  content: "\f242"; }

.fa.fa-battery-1:before {
  content: "\f243"; }

.fa.fa-battery-0:before {
  content: "\f244"; }

.fa.fa-object-group {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-object-ungroup {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-sticky-note-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-sticky-note-o:before {
  content: "\f249"; }

.fa.fa-cc-jcb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-diners-club {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-clone {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hourglass-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hourglass-o:before {
  content: "\f254"; }

.fa.fa-hourglass-1:before {
  content: "\f251"; }

.fa.fa-hourglass-2:before {
  content: "\f252"; }

.fa.fa-hourglass-3:before {
  content: "\f253"; }

.fa.fa-hand-rock-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-rock-o:before {
  content: "\f255"; }

.fa.fa-hand-grab-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-grab-o:before {
  content: "\f255"; }

.fa.fa-hand-paper-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-paper-o:before {
  content: "\f256"; }

.fa.fa-hand-stop-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-stop-o:before {
  content: "\f256"; }

.fa.fa-hand-scissors-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa.fa-hand-lizard-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa.fa-hand-spock-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-spock-o:before {
  content: "\f259"; }

.fa.fa-hand-pointer-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa.fa-hand-peace-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa.fa-registered {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-creative-commons {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gg {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gg-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-tripadvisor {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-odnoklassniki {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-odnoklassniki-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-get-pocket {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wikipedia-w {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-safari {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-chrome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-firefox {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-opera {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-internet-explorer {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-television:before {
  content: "\f26c"; }

.fa.fa-contao {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-500px {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-amazon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-calendar-plus-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa.fa-calendar-minus-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa.fa-calendar-times-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-calendar-times-o:before {
  content: "\f273"; }

.fa.fa-calendar-check-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-calendar-check-o:before {
  content: "\f274"; }

.fa.fa-map-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-map-o:before {
  content: "\f279"; }

.fa.fa-commenting:before {
  content: "\f4ad"; }

.fa.fa-commenting-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-commenting-o:before {
  content: "\f4ad"; }

.fa.fa-houzz {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-vimeo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-vimeo:before {
  content: "\f27d"; }

.fa.fa-black-tie {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-fonticons {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-reddit-alien {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-edge {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-credit-card-alt:before {
  content: "\f09d"; }

.fa.fa-codiepie {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-modx {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-fort-awesome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-usb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-product-hunt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-mixcloud {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-scribd {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pause-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-pause-circle-o:before {
  content: "\f28b"; }

.fa.fa-stop-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-stop-circle-o:before {
  content: "\f28d"; }

.fa.fa-bluetooth {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bluetooth-b {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gitlab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wpbeginner {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wpforms {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-envira {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wheelchair-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wheelchair-alt:before {
  content: "\f368"; }

.fa.fa-question-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-question-circle-o:before {
  content: "\f059"; }

.fa.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa.fa-asl-interpreting:before {
  content: "\f2a3"; }

.fa.fa-deafness:before {
  content: "\f2a4"; }

.fa.fa-hard-of-hearing:before {
  content: "\f2a4"; }

.fa.fa-glide {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-glide-g {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-signing:before {
  content: "\f2a7"; }

.fa.fa-viadeo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-viadeo-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-snapchat {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-snapchat-ghost {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-snapchat-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pied-piper {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-first-order {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yoast {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-themeisle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus-official {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa.fa-google-plus-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus-circle:before {
  content: "\f2b3"; }

.fa.fa-font-awesome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-fa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-fa:before {
  content: "\f2b4"; }

.fa.fa-handshake-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-handshake-o:before {
  content: "\f2b5"; }

.fa.fa-envelope-open-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-envelope-open-o:before {
  content: "\f2b6"; }

.fa.fa-linode {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-address-book-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-address-book-o:before {
  content: "\f2b9"; }

.fa.fa-vcard:before {
  content: "\f2bb"; }

.fa.fa-address-card-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-address-card-o:before {
  content: "\f2bb"; }

.fa.fa-vcard-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-vcard-o:before {
  content: "\f2bb"; }

.fa.fa-user-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-user-circle-o:before {
  content: "\f2bd"; }

.fa.fa-user-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-user-o:before {
  content: "\f007"; }

.fa.fa-id-badge {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-drivers-license:before {
  content: "\f2c2"; }

.fa.fa-id-card-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-id-card-o:before {
  content: "\f2c2"; }

.fa.fa-drivers-license-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-drivers-license-o:before {
  content: "\f2c2"; }

.fa.fa-quora {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-free-code-camp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-telegram {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-thermometer-4:before {
  content: "\f2c7"; }

.fa.fa-thermometer:before {
  content: "\f2c7"; }

.fa.fa-thermometer-3:before {
  content: "\f2c8"; }

.fa.fa-thermometer-2:before {
  content: "\f2c9"; }

.fa.fa-thermometer-1:before {
  content: "\f2ca"; }

.fa.fa-thermometer-0:before {
  content: "\f2cb"; }

.fa.fa-bathtub:before {
  content: "\f2cd"; }

.fa.fa-s15:before {
  content: "\f2cd"; }

.fa.fa-window-maximize {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-window-restore {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-times-rectangle:before {
  content: "\f410"; }

.fa.fa-window-close-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-window-close-o:before {
  content: "\f410"; }

.fa.fa-times-rectangle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-times-rectangle-o:before {
  content: "\f410"; }

.fa.fa-bandcamp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-grav {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-etsy {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-imdb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ravelry {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-eercast {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-eercast:before {
  content: "\f2da"; }

.fa.fa-snowflake-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.fa.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa.fa-superpowers {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wpexplorer {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-spotify {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("/themes/resort/content/fonts/font-awesome/fa-brands-400.eot");
  src: url("/themes/resort/content/fonts/font-awesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/themes/resort/content/fonts/font-awesome/fa-brands-400.woff2") format("woff2"), url("/themes/resort/content/fonts/font-awesome/fa-brands-400.woff") format("woff"), url("/themes/resort/content/fonts/font-awesome/fa-brands-400.ttf") format("truetype"), url("/themes/resort/content/fonts/font-awesome/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }

@use "../helper/variables";
* {
  margin: 0;
  outline: none;
  padding: 0;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

html {
  margin: 0;
  -webkit-text-size-adjust: none; }

ol, ul {
  list-style: none; }

a img {
  border: none; }

a:active {
  outline: none; }

script {
  display: none !important; }

a {
  color: inherit;
  cursor: pointer; }
  a img {
    opacity: 0.99;
    /*firefox scale bug fix*/ }

table {
  width: 100%;
  border-collapse: collapse; }

.bar-notification {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding: 1rem 1.5rem 1rem 0.625rem;
  line-height: 1rem;
  color: #fff;
  opacity: 0.95; }
  .bar-notification.success {
    background-color: #4bb07a; }
  .bar-notification.error {
    background-color: #e4444c; }
  .bar-notification.warning {
    background-color: #f39c12; }
  .bar-notification .content {
    margin: 0 0.625rem 0 0; }
    .bar-notification .content a {
      color: #fff;
      text-decoration: underline; }
  .bar-notification .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 2rem;
    height: 2rem;
    margin: 0.375rem;
    background: #fff url("../images/close.png") center no-repeat;
    cursor: pointer; }

.noscript {
  border-bottom: 0.0625rem solid #333;
  background-color: #ff9;
  padding: 1.875rem 1rem;
  text-align: center;
  line-height: 1.375rem;
  color: #444; }

/*.ajax-loading-block-window {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    width: $depth32;
    height: $depth32;
    margin: -$depth16 0 0 -$depth16;
    background: url('../images/loading.gif') $center no-repeat;
}*/
.please-wait {
  background: url("../images/ajax-loader-small.gif") no-repeat;
  padding-left: 1.25rem;
  font-size: 0.875rem; }

.ui-dialog {
  max-width: 90%;
  border: 0.0625rem solid #ddd;
  box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.15);
  overflow: hidden;
  background-color: #fff;
  /*override jQuery UI styles, do not delete doubled properties*/
  border-radius: 0;
  padding: 0;
  font: normal 0.875rem Arial, Helvetica, sans-serif; }
  .ui-dialog:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); }

.ui-dialog-titlebar {
  border-bottom: 0.0625rem solid #ddd;
  overflow: hidden;
  background-color: #eee;
  padding: 0.625rem 1rem;
  /*override jQuery UI styles, do not delete doubled properties*/
  border-width: 0 0 0.0625rem;
  border-radius: 0;
  background-image: none;
  padding: 0.625rem 1rem !important;
  font-weight: normal;
  cursor: auto !important; }
  .ui-dialog-titlebar > span {
    float: left;
    font-size: 1.125rem;
    color: #444;
    /*override jQuery UI styles, do not delete doubled properties*/
    margin: 0 !important; }
  .ui-dialog-titlebar button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    overflow: hidden;
    background: url("../images/close.png") center no-repeat;
    font-size: 0;
    /*override jQuery UI styles, do not delete doubled properties*/
    top: 0 !important;
    right: 0 !important;
    width: 2.625rem !important;
    height: 2.625rem !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 0;
    background: url("../images/close.png") center no-repeat !important;
    padding: 0 !important; }
    .ui-dialog-titlebar button span {
      display: none !important; }

.ui-dialog-content {
  padding: 1rem;
  line-height: 1.25rem;
  /*override jQuery UI styles, do not delete doubled properties*/
  background-color: #fff !important;
  padding: 1rem 1rem 1.25rem 1rem !important;
  color: #777; }
  .ui-dialog-content .page {
    min-height: 0; }
  .ui-dialog-content .back-in-stock-subscription-page {
    text-align: center; }
    .ui-dialog-content .back-in-stock-subscription-page .tooltip {
      margin-bottom: 0.625rem; }

.eu-cookie-bar-notification {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  width: 20rem;
  height: 11.25rfem;
  margin: -5.625rem 0 0 -10rem;
  border: 0.0625rem solid #ccc;
  box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.15);
  background-color: #fff;
  padding: 1.25rem;
  text-align: center; }
  .eu-cookie-bar-notification .text {
    margin-bottom: 1.25rem;
    line-height: 1.25rem; }
  .eu-cookie-bar-notification button {
    min-width: 3.75rem;
    margin: 0.3125rem 0 0.625rem;
    border: none;
    background-color: #000;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    color: #fff; }
    .eu-cookie-bar-notification button:hover {
      background-color: #3a93d0; }
  .eu-cookie-bar-notification a {
    display: block;
    color: #4ab2f1; }
    .eu-cookie-bar-notification a:hover {
      text-decoration: underline; }

html {
  font-size: 1rem; }

body {
  max-width: 100%;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  background-color: #FFF;
  line-height: 1.5; }

p {
  line-height: 1.5rem; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.25;
  color: #000;
  font-weight: 300;
  margin-bottom: 0.5rem;
  margin-top: 1rem; }

a {
  font-weight: 600;
  color: #6396C7; }
  a:hover {
    color: #3a93d0; }

.text-color-muted {
  color: #CCC; }

.master-wrapper-page {
  width: 100%; }
  .master-wrapper-page .master-wrapper-content {
    width: 100%;
    background: #FFF; }
    .master-wrapper-page .master-wrapper-content .master-column-wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
    .master-wrapper-page .master-wrapper-content .center-1 {
      position: relative;
      background: #FFF;
      width: 100%; }
      @media screen and (min-width: 70em) {
        .master-wrapper-page .master-wrapper-content .center-1 {
          width: 75rem; } }
      .master-wrapper-page .master-wrapper-content .center-1 .page-body {
        position: relative;
        background-color: white;
        padding: 1.5rem; }
        .master-wrapper-page .master-wrapper-content .center-1 .page-body h1.page-title {
          text-transform: uppercase;
          letter-spacing: 0.05em;
          font-size: 2em;
          margin-bottom: 0.75rem; }
          @media screen and (min-width: 60em) {
            .master-wrapper-page .master-wrapper-content .center-1 .page-body h1.page-title {
              font-size: 3em; } }
        .master-wrapper-page .master-wrapper-content .center-1 .page-body .page-sub-description {
          margin-bottom: 0.75rem;
          line-height: 1.5rem; }

.page-title {
  color: #000;
  background: #FFF;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 2em;
  margin-bottom: 0rem; }
  @media screen and (min-width: 60em) {
    .page-title {
      font-size: 3em; } }

.page:after, .page-title:after, .page-body:after {
  content: "";
  display: block;
  clear: both; }

.page-sub-description {
  text-align: left;
  width: 100%;
  padding-bottom: 1rem;
  line-height: 1.5; }

.center-1 {
  margin: 0 0 3.125rem; }

.center-2 {
  margin: 0 0 50px; }

.side-2 {
  margin: 0 0 3.125rem; }
  .side-2:after {
    content: "";
    display: block;
    clear: both; }

.link-rss {
  display: none;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../images/rss.png") center no-repeat;
  font-size: 0 !important; }

/* Loader */
.preloaderjs .spinner {
  display: none !important; }

.preloaderjs #page-preloader, .preloaderjs .ajax-loading-block-window, .preloaderjs .p-site--nop-product-detail--wrapper .price-loading, .p-site--nop-product-detail--wrapper .preloaderjs .price-loading, .preloaderjs .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .price-loading, .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .preloaderjs .price-loading {
  transition: 0.25s;
  background: rgba(46, 46, 46, 0.99) !important; }

#page-preloader, .ajax-loading-block-window, .p-site--nop-product-detail--wrapper .price-loading, .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .price-loading {
  transition: 0.25s;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-align-content: center;
  -moz-align-content: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100500;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0); }
  #page-preloader .text, .ajax-loading-block-window .text, .p-site--nop-product-detail--wrapper .price-loading .text, .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .price-loading .text {
    text-align: center;
    font-weight: 600;
    width: 80%;
    color: #111;
    margin-top: 2em; }

#page-preloader .spinner, .ajax-loading-block-window .spinner, .p-site--nop-product-detail--wrapper .price-loading .spinner, .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .price-loading .spinner {
  position: absolute;
  z-index: 1001;
  top: 50%;
  left: 50%;
  display: block;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  -webkit-animation: spin 2.5s infinite linear;
  animation: spin 2.5s infinite linear;
  border: 3px solid transparent;
  border-top-color: #3a93d0;
  border-radius: 50% !important; }

#page-preloader .spinner:before, .ajax-loading-block-window .spinner:before, .p-site--nop-product-detail--wrapper .price-loading .spinner:before, .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .price-loading .spinner:before, #page-preloader .spinner:after, .ajax-loading-block-window .spinner:after, .p-site--nop-product-detail--wrapper .price-loading .spinner:after, .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .price-loading .spinner:after {
  position: absolute;
  content: '';
  border-radius: 50%; }

#page-preloader .spinner:before, .ajax-loading-block-window .spinner:before, .p-site--nop-product-detail--wrapper .price-loading .spinner:before, .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .price-loading .spinner:before {
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  border: 3px solid transparent;
  border-top-color: #3a93d0; }

#page-preloader .spinner:after, .ajax-loading-block-window .spinner:after, .p-site--nop-product-detail--wrapper .price-loading .spinner:after, .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .price-loading .spinner:after {
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
  border: 3px solid transparent;
  border-top-color: #3a93d0; }

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

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

.ajax-loading-block-window {
  background-image: unset;
  margin: unset; }

@media all and (min-width: 481px) {
  .master-wrapper-content {
    width: 92.5%; } }

@media all and (min-width: 769px) {
  /**** GLOBAL ***/
  .master-wrapper-content {
    width: 94%; }
  .home-page-polls li {
    min-width: 6.25rem; } }

@media all and (min-width: 1001px) {
  /*** GLOBAL STYLES ***/
  .master-wrapper-content {
    width: 61.25rem;
    margin: auto; }
  .center-2 {
    float: right;
    width: 78%; }
  .side-2 {
    float: left;
    width: 20%; }
  .page {
    text-align: left; }
  .inputs {
    text-align: left; }
    .inputs label {
      text-align: left; }
    .inputs input[type="text"], .inputs input[type="email"], .inputs input[type="tel"], .inputs input[type="password"] {
      min-height: 2.5rem; }
    .inputs select {
      min-height: 2.5rem; }
    .inputs .option-list li {
      margin: 0 0.625rem 0 0; }
  .inputs.accept-consent label {
    width: auto; }
  .page-title a + h1 {
    float: left; }
  .link-rss {
    display: block;
    float: right;
    margin: 0.375rem 0 0; }
  /*** GLOBAL TABLES ***/
  .cart tr, .order-details-page .data-table tr {
    width: auto;
    margin: 0; }
  .cart label, .order-details-page .data-table label {
    display: none; } }

@media all and (min-width: 1367px) {
  /*** GLOBAL STYLES ***/
  .master-wrapper-content {
    width: 75rem; }
  /*.inputs label {
        width: 375px;
    }*/
  .inputs.accept-consent label {
    width: auto; } }

@media all and (max-width: 1000px) {
  .page-title h1, .product-name h1 {
    font-size: 3em;
    text-align: left;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem; } }

@media all and (max-width: 480px) {
  .page-title h1, .product-name h1 {
    font-size: 2.25em;
    text-align: left; } }

p {
  margin: 0.5em 0em; }

.icon-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 80px;
  width: 10%;
  background: #000; }
  .icon-wrapper .vr {
    font-family: icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #FFF;
    font-size: 3rem; }
    .icon-wrapper .vr.vr-person:before {
      content: '\E917'; }
    .icon-wrapper .vr.vr-group:before {
      content: '\E90F'; }
    .icon-wrapper .vr.vr-creditcard:before {
      content: '\E945'; }
    .icon-wrapper .vr.vr-address:before {
      content: '\E901'; }

.pager li a, .pager li span {
  height: 100% !important;
  padding: 0.4rem !important; }

.search-input {
  margin: 0 2rem 0 1rem; }

/*********** GLOBAL FORMS ***********/
.form-fields--inline {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column; }
  @media all and (min-width: 60em) {
    .form-fields--inline {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row; }
      .form-fields--inline .inputs {
        flex: 1;
        margin: 2px !important; }
        .form-fields--inline .inputs label {
          margin-top: 5px !important; } }

.gender {
  display: block !important; }

.inputs {
  position: relative; }
  @media all and (min-width: 70em) {
    .inputs.p-site--nop-product-filter {
      margin-right: 1rem; }
      .inputs.p-site--nop-product-filter:last-child {
        margin-right: 0; } }
  .inputs .input-wrapper {
    position: relative;
    cursor: pointer;
    background: #F2F2F2; }
    .inputs .input-wrapper .input-icon {
      padding: 0.85rem 1rem;
      height: 99%;
      font-size: 1.5rem;
      position: absolute;
      top: 0;
      right: 0px;
      color: #FFF;
      background: #000;
      display: inline-block;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      pointer-events: none; }
  .inputs label {
    color: #111 !important;
    text-align: left;
    display: inline-block;
    cursor: pointer;
    padding: .5rem 0 .5rem 0;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 500; }
  .inputs span.detail {
    display: block;
    border: 0px solid #CCC;
    width: 100%;
    max-width: 100%;
    padding: 10px 10px; }
  .inputs .date-picker-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-flex-flow: row;
    -moz-flex-flow: row;
    flex-flow: row; }
    .inputs .date-picker-wrapper select {
      max-width: unset !important; }
  .inputs input {
    border: 1px solid #ddd;
    border-radius: 0 !important;
    padding: 0.85rem 1rem;
    font-size: 1rem;
    color: #111; }
    .inputs input:hover {
      border-color: #c4c4c4; }
    .inputs input[type="text"], .inputs input[type="email"], .inputs input[type="tel"], .inputs input[type="password"] {
      padding: 0.85rem 1rem;
      font-size: 1rem;
      font-weight: 600;
      width: 100%; }
    .inputs input:disabled {
      background: #F0F0f0 !important;
      border: 1px solid #ddd; }
    .inputs input:focus {
      border-color: #aaaaaa; }
    .inputs input.picker__input--active {
      border-color: #aaaaaa; }
  .inputs select {
    border: 1px solid #ddd;
    color: #666;
    border-radius: 0 !important;
    padding: 0.85rem 1rem;
    font-size: 1rem;
    text-align: center;
    color: #111; }
    .inputs select:hover {
      border-color: #c4c4c4; }
  .inputs .returning-wrapper input[type="text"], .inputs .returning-wrapper input[type="email"], .inputs .returning-wrapper input[type="tel"], .inputs .returning-wrapper input[type="password"] {
    width: 100%;
    max-width: 100%; }
  .inputs select, .inputs textarea {
    max-width: 100%;
    background-color: #fff;
    border-radius: 0; }
  .inputs.custom-attributes {
    white-space: normal; }
  .inputs .option-list {
    display: inline-block;
    max-width: 95%; }
    .inputs .option-list li {
      display: inline-block;
      margin: 0.3125rem;
      background-color: #fff;
      padding: 0.5rem 0.625rem; }
    .inputs .option-list label {
      display: inline-block;
      width: auto !important;
      margin: 0 0 0 0.3125rem; }
  .inputs.reversed {
    margin: 0 0 1.25rem;
    text-align: center; }

.required {
  font-size: 1.25rem;
  font-weight: normal;
  color: #e4434b;
  top: 10px;
  right: 0px;
  right: 0px; }

.message-error, .field-validation-error, .username-not-available-status, .poll-vote-error {
  display: block;
  text-align: left;
  font-size: 0.75rem;
  color: #e4434b;
  margin-top: 0.3125rem; }

.message-error {
  color: #111;
  margin: 1em 0 !important;
  border-left: 5px solid #FFA500;
  padding-left: 1em;
  padding: 1em;
  background-color: #FFFAF0; }
  .message-error a {
    font-weight: 600;
    text-decoration: underline;
    color: #6396C7; }

.input-validation-error {
  border: 1px solid #e4434b; }

textarea:focus, select:focus {
  border-color: #ccc;
  color: #333; }

.input, select, textarea {
  width: 100%;
  border-radius: 0px;
  padding: 10px 5px;
  height: 50px;
  font-weight: 600;
  border-radius: 0px;
  border: 1px solid #CCC; }
  .input[type="checkbox"], .input[type="radio"], select[type="checkbox"], select[type="radio"], textarea[type="checkbox"], textarea[type="radio"] {
    height: 14px !important; }

.select-wrapper select {
  padding-right: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

.allow-overflow {
  overflow: unset !important; }

label .error {
  color: #e4434b !important; }

textarea {
  width: 100%;
  height: 80px; }

/* * * * * * * * * * * * * * * * * * * * *
 * Buttons
 * * * * * * * * * * * * * * * * * * * * */
a.button, a.button-1, a.button-2, .buttons a.button-1, .nop-options .nop-option a.checkbox-override,
.swal2-container .swal2-actions a.button,
.swal2-container .swal2-actions a.swal2-confirm, .swal2-container .swal2-actions a.swal2-cancel,
.button,
.button-1,
.button-2,
input[type=button],
.buttons .button-1,
.nop-options .nop-option .checkbox-override,
.swal2-container .swal2-actions font-family input[type="button"],
.swal2-container .swal2-actions .button,
.swal2-container .swal2-actions .swal2-confirm,
.swal2-container .swal2-actions .swal2-cancel,
.button--epic-blue {
  display: inline-block;
  position: relative;
  font-size: 1rem;
  top: 1px;
  padding: 0.9rem 2rem;
  text-decoration: none;
  border: 1px solid #FFF;
  text-align: center;
  border-radius: 0px;
  font-weight: 300;
  text-transform: uppercase;
  width: 100%;
  background: #000;
  color: #FFF;
  border-radius: 0px; }
  @media all and (min-width: 60em) {
    a.button, a.button-1, a.button-2, .buttons a.button-1, .nop-options .nop-option a.checkbox-override,
    .swal2-container .swal2-actions a.button,
    .swal2-container .swal2-actions a.swal2-confirm, .swal2-container .swal2-actions a.swal2-cancel,
    .button,
    .button-1,
    .button-2,
    input[type=button],
    .buttons .button-1,
    .nop-options .nop-option .checkbox-override,
    .swal2-container .swal2-actions font-family input[type="button"],
    .swal2-container .swal2-actions .button,
    .swal2-container .swal2-actions .swal2-confirm,
    .swal2-container .swal2-actions .swal2-cancel,
    .button--epic-blue {
      width: unset; } }
  a.button:hover, a.button-1:hover, a.button-2:hover, .nop-options .nop-option a.checkbox-override:hover,
  .swal2-container .swal2-actions a.button:hover,
  .swal2-container .swal2-actions a.swal2-confirm:hover, .swal2-container .swal2-actions a.swal2-cancel:hover, .product-boxes .product-box:hover a.button, .product-boxes .product-box:hover a.button-1, .product-boxes .product-box:hover a.button-2, .product-boxes .product-box:hover .nop-options .nop-option a.checkbox-override, .nop-options .nop-option .product-boxes .product-box:hover a.checkbox-override, .product-boxes .product-box:hover
  .swal2-container .swal2-actions a.swal2-confirm,
  .swal2-container .swal2-actions .product-boxes .product-box:hover a.swal2-confirm, .product-boxes .product-box:hover .swal2-container .swal2-actions a.swal2-cancel, .swal2-container .swal2-actions .product-boxes .product-box:hover a.swal2-cancel,
  .button:hover,
  .button-1:hover,
  .button-2:hover,
  input[type=button]:hover,
  .nop-options .nop-option .checkbox-override:hover,
  .swal2-container .swal2-actions font-family input[type="button"]:hover,
  .swal2-container .swal2-actions .button:hover,
  .swal2-container .swal2-actions .swal2-confirm:hover,
  .swal2-container .swal2-actions .swal2-cancel:hover,
  .product-boxes .product-box:hover .button,
  .product-boxes .product-box:hover .button-1,
  .product-boxes .product-box:hover .button-2,
  .product-boxes .product-box:hover input[type=button],
  .product-boxes .product-box:hover .nop-options .nop-option .checkbox-override,
  .nop-options .nop-option .product-boxes .product-box:hover .checkbox-override,
  .product-boxes .product-box:hover .swal2-container .swal2-actions font-family input[type="button"],
  .swal2-container .swal2-actions font-family .product-boxes .product-box:hover input[type="button"],
  .product-boxes .product-box:hover
  .swal2-container .swal2-actions .swal2-confirm,
  .swal2-container .swal2-actions .product-boxes .product-box:hover .swal2-confirm,
  .product-boxes .product-box:hover .swal2-container .swal2-actions .swal2-cancel,
  .swal2-container .swal2-actions .product-boxes .product-box:hover .swal2-cancel,
  .button--epic-blue:hover {
    cursor: pointer;
    border-color: #ddd;
    background-color: #3a93d0;
    color: #FFF; }
  a.button.button--active, a.button--active.button-1, a.button--active.button-2, .nop-options .nop-option a.button--active.checkbox-override,
  .swal2-container .swal2-actions a.button--active.button,
  .swal2-container .swal2-actions a.button--active.swal2-confirm, .swal2-container .swal2-actions a.button--active.swal2-cancel,
  .button.button--active,
  .button--active.button-1,
  .button--active.button-2,
  input.button--active[type=button],
  .nop-options .nop-option .button--active.checkbox-override,
  .swal2-container .swal2-actions font-family input.button--active[type="button"],
  .swal2-container .swal2-actions .button--active.button,
  .swal2-container .swal2-actions .button--active.swal2-confirm,
  .swal2-container .swal2-actions .button--active.swal2-cancel,
  .button--epic-blue.button--active {
    background-color: #3a93d0;
    color: #FFF; }
  a.button.button--primary-cta, a.button--primary-cta.button-1, a.button--primary-cta.button-2, .nop-options .nop-option a.button--primary-cta.checkbox-override,
  .swal2-container .swal2-actions a.button-1,
  .swal2-container .swal2-actions a.button-2,
  .swal2-container .swal2-actions .nop-options .nop-option a.checkbox-override, .nop-options .nop-option
  .swal2-container .swal2-actions a.checkbox-override, .swal2-container .swal2-actions a.button, .swal2-container .swal2-actions a.swal2-confirm, .swal2-container .swal2-actions a.swal2-cancel,
  .button.button--primary-cta,
  .button--primary-cta.button-1,
  .button--primary-cta.button-2,
  input.button--primary-cta[type=button],
  .nop-options .nop-option .button--primary-cta.checkbox-override,
  .swal2-container .swal2-actions font-family input[type="button"],
  .swal2-container .swal2-actions .button-1,
  .swal2-container .swal2-actions .button-2,
  .swal2-container .swal2-actions input[type=button],
  .swal2-container .swal2-actions .nop-options .nop-option .checkbox-override,
  .nop-options .nop-option
  .swal2-container .swal2-actions .checkbox-override,
  .swal2-container .swal2-actions .button,
  .swal2-container .swal2-actions .swal2-confirm,
  .swal2-container .swal2-actions .swal2-cancel,
  .button--epic-blue.button--primary-cta,
  .swal2-container .swal2-actions font-family input.button--epic-blue[type="button"],
  .swal2-container .swal2-actions .button--epic-blue.button-1,
  .swal2-container .swal2-actions .button--epic-blue.button-2,
  .swal2-container .swal2-actions input.button--epic-blue[type=button],
  .swal2-container .swal2-actions .nop-options .nop-option .button--epic-blue.checkbox-override,
  .nop-options .nop-option
  .swal2-container .swal2-actions .button--epic-blue.checkbox-override,
  .swal2-container .swal2-actions .button--epic-blue.button,
  .swal2-container .swal2-actions .button--epic-blue.swal2-confirm,
  .swal2-container .swal2-actions .button--epic-blue.swal2-cancel {
    background-color: #3a93d0;
    color: #FFF;
    border: 1px solid #3a93d0; }
    a.button.button--primary-cta.disabled, a.button--primary-cta.disabled.button-1, a.button--primary-cta.disabled.button-2, .nop-options .nop-option a.button--primary-cta.disabled.checkbox-override,
    .swal2-container .swal2-actions a.disabled.button-1,
    .swal2-container .swal2-actions a.disabled.button-2,
    .swal2-container .swal2-actions .nop-options .nop-option a.disabled.checkbox-override, .nop-options .nop-option
    .swal2-container .swal2-actions a.disabled.checkbox-override, .swal2-container .swal2-actions a.disabled.button, .swal2-container .swal2-actions a.disabled.swal2-confirm, .swal2-container .swal2-actions a.disabled.swal2-cancel, a.button.button--primary-cta[disabled], a.button--primary-cta[disabled].button-1, a.button--primary-cta[disabled].button-2, .nop-options .nop-option a.button--primary-cta[disabled].checkbox-override,
    .swal2-container .swal2-actions a[disabled].button-1,
    .swal2-container .swal2-actions a[disabled].button-2,
    .swal2-container .swal2-actions .nop-options .nop-option a[disabled].checkbox-override, .nop-options .nop-option
    .swal2-container .swal2-actions a[disabled].checkbox-override, .swal2-container .swal2-actions a[disabled].button, .swal2-container .swal2-actions a[disabled].swal2-confirm, .swal2-container .swal2-actions a[disabled].swal2-cancel,
    .button.button--primary-cta.disabled,
    .button--primary-cta.disabled.button-1,
    .button--primary-cta.disabled.button-2,
    input.button--primary-cta.disabled[type=button],
    .nop-options .nop-option .button--primary-cta.disabled.checkbox-override,
    .swal2-container .swal2-actions font-family input.disabled[type="button"],
    .swal2-container .swal2-actions .disabled.button-1,
    .swal2-container .swal2-actions .disabled.button-2,
    .swal2-container .swal2-actions input.disabled[type=button],
    .swal2-container .swal2-actions .nop-options .nop-option .disabled.checkbox-override,
    .nop-options .nop-option
    .swal2-container .swal2-actions .disabled.checkbox-override,
    .swal2-container .swal2-actions .disabled.button,
    .swal2-container .swal2-actions .disabled.swal2-confirm,
    .swal2-container .swal2-actions .disabled.swal2-cancel,
    .button.button--primary-cta[disabled],
    .button--primary-cta[disabled].button-1,
    .button--primary-cta[disabled].button-2,
    input.button--primary-cta[disabled][type=button],
    .nop-options .nop-option .button--primary-cta[disabled].checkbox-override,
    .swal2-container .swal2-actions font-family input[disabled][type="button"],
    .swal2-container .swal2-actions [disabled].button-1,
    .swal2-container .swal2-actions [disabled].button-2,
    .swal2-container .swal2-actions input[disabled][type=button],
    .swal2-container .swal2-actions .nop-options .nop-option [disabled].checkbox-override,
    .nop-options .nop-option
    .swal2-container .swal2-actions [disabled].checkbox-override,
    .swal2-container .swal2-actions [disabled].button,
    .swal2-container .swal2-actions [disabled].swal2-confirm,
    .swal2-container .swal2-actions [disabled].swal2-cancel,
    .button--epic-blue.button--primary-cta.disabled,
    .swal2-container .swal2-actions font-family input.button--epic-blue.disabled[type="button"],
    .swal2-container .swal2-actions .button--epic-blue.disabled.button-1,
    .swal2-container .swal2-actions .button--epic-blue.disabled.button-2,
    .swal2-container .swal2-actions input.button--epic-blue.disabled[type=button],
    .swal2-container .swal2-actions .nop-options .nop-option .button--epic-blue.disabled.checkbox-override,
    .nop-options .nop-option
    .swal2-container .swal2-actions .button--epic-blue.disabled.checkbox-override,
    .swal2-container .swal2-actions .button--epic-blue.disabled.button,
    .swal2-container .swal2-actions .button--epic-blue.disabled.swal2-confirm,
    .swal2-container .swal2-actions .button--epic-blue.disabled.swal2-cancel,
    .button--epic-blue.button--primary-cta[disabled],
    .swal2-container .swal2-actions font-family input.button--epic-blue[disabled][type="button"],
    .swal2-container .swal2-actions .button--epic-blue[disabled].button-1,
    .swal2-container .swal2-actions .button--epic-blue[disabled].button-2,
    .swal2-container .swal2-actions input.button--epic-blue[disabled][type=button],
    .swal2-container .swal2-actions .nop-options .nop-option .button--epic-blue[disabled].checkbox-override,
    .nop-options .nop-option
    .swal2-container .swal2-actions .button--epic-blue[disabled].checkbox-override,
    .swal2-container .swal2-actions .button--epic-blue[disabled].button,
    .swal2-container .swal2-actions .button--epic-blue[disabled].swal2-confirm,
    .swal2-container .swal2-actions .button--epic-blue[disabled].swal2-cancel {
      background: #CCC !important;
      cursor: not-allowed;
      border: none !important; }
      a.button.button--primary-cta.disabled:hover, a.button--primary-cta.disabled.button-1:hover, a.button--primary-cta.disabled.button-2:hover, .nop-options .nop-option a.button--primary-cta.disabled.checkbox-override:hover,
      .swal2-container .swal2-actions a.disabled.button-1:hover,
      .swal2-container .swal2-actions a.disabled.button-2:hover,
      .swal2-container .swal2-actions .nop-options .nop-option a.disabled.checkbox-override:hover, .nop-options .nop-option
      .swal2-container .swal2-actions a.disabled.checkbox-override:hover, .swal2-container .swal2-actions a.disabled.button:hover, .swal2-container .swal2-actions a.disabled.swal2-confirm:hover, .swal2-container .swal2-actions a.disabled.swal2-cancel:hover,
      .swal2-container .swal2-actions .product-boxes .product-box:hover a.disabled.button, .product-boxes .product-box:hover
      .swal2-container .swal2-actions a.disabled.button,
      .swal2-container .swal2-actions .product-boxes .product-box:hover a.disabled.button-1, .product-boxes .product-box:hover
      .swal2-container .swal2-actions a.disabled.button-1,
      .swal2-container .swal2-actions .product-boxes .product-box:hover a.disabled.button-2, .product-boxes .product-box:hover
      .swal2-container .swal2-actions a.disabled.button-2,
      .swal2-container .swal2-actions .product-boxes .product-box:hover .nop-options .nop-option a.disabled.checkbox-override, .product-boxes .product-box:hover .nop-options .nop-option
      .swal2-container .swal2-actions a.disabled.checkbox-override,
      .swal2-container .swal2-actions .nop-options .nop-option .product-boxes .product-box:hover a.disabled.checkbox-override, .nop-options .nop-option .product-boxes .product-box:hover
      .swal2-container .swal2-actions a.disabled.checkbox-override, .product-boxes .product-box:hover .swal2-container .swal2-actions a.disabled.swal2-confirm, .swal2-container .swal2-actions .product-boxes .product-box:hover a.disabled.swal2-confirm, .product-boxes .product-box:hover .swal2-container .swal2-actions a.disabled.swal2-cancel, .swal2-container .swal2-actions .product-boxes .product-box:hover a.disabled.swal2-cancel, .product-boxes .product-box:hover a.button--primary-cta.disabled.button, .product-boxes .product-box:hover a.button--primary-cta.disabled.button-1, .product-boxes .product-box:hover a.button--primary-cta.disabled.button-2, .product-boxes .product-box:hover .nop-options .nop-option a.button--primary-cta.disabled.checkbox-override, .nop-options .nop-option .product-boxes .product-box:hover a.button--primary-cta.disabled.checkbox-override, .product-boxes .product-box:hover
      .swal2-container .swal2-actions .nop-options .nop-option a.disabled.checkbox-override, .nop-options .nop-option
      .swal2-container .swal2-actions .product-boxes .product-box:hover a.disabled.checkbox-override, a.button.button--primary-cta[disabled]:hover, a.button--primary-cta[disabled].button-1:hover, a.button--primary-cta[disabled].button-2:hover, .nop-options .nop-option a.button--primary-cta[disabled].checkbox-override:hover,
      .swal2-container .swal2-actions a[disabled].button-1:hover,
      .swal2-container .swal2-actions a[disabled].button-2:hover,
      .swal2-container .swal2-actions .nop-options .nop-option a[disabled].checkbox-override:hover, .nop-options .nop-option
      .swal2-container .swal2-actions a[disabled].checkbox-override:hover, .swal2-container .swal2-actions a[disabled].button:hover, .swal2-container .swal2-actions a[disabled].swal2-confirm:hover, .swal2-container .swal2-actions a[disabled].swal2-cancel:hover,
      .swal2-container .swal2-actions .product-boxes .product-box:hover a[disabled].button, .product-boxes .product-box:hover
      .swal2-container .swal2-actions a[disabled].button,
      .swal2-container .swal2-actions .product-boxes .product-box:hover a[disabled].button-1, .product-boxes .product-box:hover
      .swal2-container .swal2-actions a[disabled].button-1,
      .swal2-container .swal2-actions .product-boxes .product-box:hover a[disabled].button-2, .product-boxes .product-box:hover
      .swal2-container .swal2-actions a[disabled].button-2,
      .swal2-container .swal2-actions .product-boxes .product-box:hover .nop-options .nop-option a[disabled].checkbox-override, .product-boxes .product-box:hover .nop-options .nop-option
      .swal2-container .swal2-actions a[disabled].checkbox-override,
      .swal2-container .swal2-actions .nop-options .nop-option .product-boxes .product-box:hover a[disabled].checkbox-override, .nop-options .nop-option .product-boxes .product-box:hover
      .swal2-container .swal2-actions a[disabled].checkbox-override, .product-boxes .product-box:hover .swal2-container .swal2-actions a[disabled].swal2-confirm, .swal2-container .swal2-actions .product-boxes .product-box:hover a[disabled].swal2-confirm, .product-boxes .product-box:hover .swal2-container .swal2-actions a[disabled].swal2-cancel, .swal2-container .swal2-actions .product-boxes .product-box:hover a[disabled].swal2-cancel, .product-boxes .product-box:hover a.button--primary-cta[disabled].button, .product-boxes .product-box:hover a.button--primary-cta[disabled].button-1, .product-boxes .product-box:hover a.button--primary-cta[disabled].button-2, .product-boxes .product-box:hover .nop-options .nop-option a.button--primary-cta[disabled].checkbox-override, .nop-options .nop-option .product-boxes .product-box:hover a.button--primary-cta[disabled].checkbox-override, .product-boxes .product-box:hover
      .swal2-container .swal2-actions .nop-options .nop-option a[disabled].checkbox-override, .nop-options .nop-option
      .swal2-container .swal2-actions .product-boxes .product-box:hover a[disabled].checkbox-override,
      .button.button--primary-cta.disabled:hover,
      .button--primary-cta.disabled.button-1:hover,
      .button--primary-cta.disabled.button-2:hover,
      input.button--primary-cta.disabled[type=button]:hover,
      .nop-options .nop-option .button--primary-cta.disabled.checkbox-override:hover,
      .swal2-container .swal2-actions font-family input.disabled[type="button"]:hover,
      .swal2-container .swal2-actions .disabled.button-1:hover,
      .swal2-container .swal2-actions .disabled.button-2:hover,
      .swal2-container .swal2-actions input.disabled[type=button]:hover,
      .swal2-container .swal2-actions .nop-options .nop-option .disabled.checkbox-override:hover,
      .nop-options .nop-option
      .swal2-container .swal2-actions .disabled.checkbox-override:hover,
      .swal2-container .swal2-actions .disabled.button:hover,
      .swal2-container .swal2-actions .disabled.swal2-confirm:hover,
      .swal2-container .swal2-actions .disabled.swal2-cancel:hover,
      .swal2-container .swal2-actions .product-boxes .product-box:hover .disabled.button,
      .product-boxes .product-box:hover
      .swal2-container .swal2-actions .disabled.button,
      .swal2-container .swal2-actions .product-boxes .product-box:hover .disabled.button-1,
      .product-boxes .product-box:hover
      .swal2-container .swal2-actions .disabled.button-1,
      .swal2-container .swal2-actions .product-boxes .product-box:hover .disabled.button-2,
      .product-boxes .product-box:hover
      .swal2-container .swal2-actions .disabled.button-2,
      .swal2-container .swal2-actions .product-boxes .product-box:hover input.disabled[type=button],
      .product-boxes .product-box:hover
      .swal2-container .swal2-actions input.disabled[type=button],
      .swal2-container .swal2-actions .product-boxes .product-box:hover .nop-options .nop-option .disabled.checkbox-override,
      .product-boxes .product-box:hover .nop-options .nop-option
      .swal2-container .swal2-actions .disabled.checkbox-override,
      .swal2-container .swal2-actions .nop-options .nop-option .product-boxes .product-box:hover .disabled.checkbox-override,
      .nop-options .nop-option .product-boxes .product-box:hover
      .swal2-container .swal2-actions .disabled.checkbox-override,
      .product-boxes .product-box:hover .swal2-container .swal2-actions font-family input.disabled[type="button"],
      .swal2-container .swal2-actions font-family .product-boxes .product-box:hover input.disabled[type="button"],
      .product-boxes .product-box:hover .swal2-container .swal2-actions .disabled.swal2-confirm,
      .swal2-container .swal2-actions .product-boxes .product-box:hover .disabled.swal2-confirm,
      .product-boxes .product-box:hover .swal2-container .swal2-actions .disabled.swal2-cancel,
      .swal2-container .swal2-actions .product-boxes .product-box:hover .disabled.swal2-cancel,
      .product-boxes .product-box:hover .button--primary-cta.disabled.button,
      .product-boxes .product-box:hover .button--primary-cta.disabled.button-1,
      .product-boxes .product-box:hover .button--primary-cta.disabled.button-2,
      .product-boxes .product-box:hover input.button--primary-cta.disabled[type=button],
      .product-boxes .product-box:hover .nop-options .nop-option .button--primary-cta.disabled.checkbox-override,
      .nop-options .nop-option .product-boxes .product-box:hover .button--primary-cta.disabled.checkbox-override,
      .product-boxes .product-box:hover
      .swal2-container .swal2-actions .nop-options .nop-option .disabled.checkbox-override,
      .nop-options .nop-option
      .swal2-container .swal2-actions .product-boxes .product-box:hover .disabled.checkbox-override,
      .button.button--primary-cta[disabled]:hover,
      .button--primary-cta[disabled].button-1:hover,
      .button--primary-cta[disabled].button-2:hover,
      input.button--primary-cta[disabled][type=button]:hover,
      .nop-options .nop-option .button--primary-cta[disabled].checkbox-override:hover,
      .swal2-container .swal2-actions font-family input[disabled][type="button"]:hover,
      .swal2-container .swal2-actions [disabled].button-1:hover,
      .swal2-container .swal2-actions [disabled].button-2:hover,
      .swal2-container .swal2-actions input[disabled][type=button]:hover,
      .swal2-container .swal2-actions .nop-options .nop-option [disabled].checkbox-override:hover,
      .nop-options .nop-option
      .swal2-container .swal2-actions [disabled].checkbox-override:hover,
      .swal2-container .swal2-actions [disabled].button:hover,
      .swal2-container .swal2-actions [disabled].swal2-confirm:hover,
      .swal2-container .swal2-actions [disabled].swal2-cancel:hover,
      .swal2-container .swal2-actions .product-boxes .product-box:hover [disabled].button,
      .product-boxes .product-box:hover
      .swal2-container .swal2-actions [disabled].button,
      .swal2-container .swal2-actions .product-boxes .product-box:hover [disabled].button-1,
      .product-boxes .product-box:hover
      .swal2-container .swal2-actions [disabled].button-1,
      .swal2-container .swal2-actions .product-boxes .product-box:hover [disabled].button-2,
      .product-boxes .product-box:hover
      .swal2-container .swal2-actions [disabled].button-2,
      .swal2-container .swal2-actions .product-boxes .product-box:hover input[disabled][type=button],
      .product-boxes .product-box:hover
      .swal2-container .swal2-actions input[disabled][type=button],
      .swal2-container .swal2-actions .product-boxes .product-box:hover .nop-options .nop-option [disabled].checkbox-override,
      .product-boxes .product-box:hover .nop-options .nop-option
      .swal2-container .swal2-actions [disabled].checkbox-override,
      .swal2-container .swal2-actions .nop-options .nop-option .product-boxes .product-box:hover [disabled].checkbox-override,
      .nop-options .nop-option .product-boxes .product-box:hover
      .swal2-container .swal2-actions [disabled].checkbox-override,
      .product-boxes .product-box:hover .swal2-container .swal2-actions font-family input[disabled][type="button"],
      .swal2-container .swal2-actions font-family .product-boxes .product-box:hover input[disabled][type="button"],
      .product-boxes .product-box:hover .swal2-container .swal2-actions [disabled].swal2-confirm,
      .swal2-container .swal2-actions .product-boxes .product-box:hover [disabled].swal2-confirm,
      .product-boxes .product-box:hover .swal2-container .swal2-actions [disabled].swal2-cancel,
      .swal2-container .swal2-actions .product-boxes .product-box:hover [disabled].swal2-cancel,
      .product-boxes .product-box:hover .button--primary-cta[disabled].button,
      .product-boxes .product-box:hover .button--primary-cta[disabled].button-1,
      .product-boxes .product-box:hover .button--primary-cta[disabled].button-2,
      .product-boxes .product-box:hover input.button--primary-cta[disabled][type=button],
      .product-boxes .product-box:hover .nop-options .nop-option .button--primary-cta[disabled].checkbox-override,
      .nop-options .nop-option .product-boxes .product-box:hover .button--primary-cta[disabled].checkbox-override,
      .product-boxes .product-box:hover
      .swal2-container .swal2-actions .nop-options .nop-option [disabled].checkbox-override,
      .nop-options .nop-option
      .swal2-container .swal2-actions .product-boxes .product-box:hover [disabled].checkbox-override,
      .button--epic-blue.button--primary-cta.disabled:hover,
      .swal2-container .swal2-actions font-family input.button--epic-blue.disabled[type="button"]:hover,
      .swal2-container .swal2-actions .button--epic-blue.disabled.button-1:hover,
      .swal2-container .swal2-actions .button--epic-blue.disabled.button-2:hover,
      .swal2-container .swal2-actions input.button--epic-blue.disabled[type=button]:hover,
      .swal2-container .swal2-actions .nop-options .nop-option .button--epic-blue.disabled.checkbox-override:hover,
      .nop-options .nop-option
      .swal2-container .swal2-actions .button--epic-blue.disabled.checkbox-override:hover,
      .swal2-container .swal2-actions .button--epic-blue.disabled.button:hover,
      .swal2-container .swal2-actions .button--epic-blue.disabled.swal2-confirm:hover,
      .swal2-container .swal2-actions .button--epic-blue.disabled.swal2-cancel:hover,
      .swal2-container .swal2-actions .product-boxes .product-box:hover .button--epic-blue.disabled.button,
      .product-boxes .product-box:hover
      .swal2-container .swal2-actions .button--epic-blue.disabled.button,
      .swal2-container .swal2-actions .product-boxes .product-box:hover .button--epic-blue.disabled.button-1,
      .product-boxes .product-box:hover
      .swal2-container .swal2-actions .button--epic-blue.disabled.button-1,
      .swal2-container .swal2-actions .product-boxes .product-box:hover .button--epic-blue.disabled.button-2,
      .product-boxes .product-box:hover
      .swal2-container .swal2-actions .button--epic-blue.disabled.button-2,
      .swal2-container .swal2-actions .product-boxes .product-box:hover input.button--epic-blue.disabled[type=button],
      .product-boxes .product-box:hover
      .swal2-container .swal2-actions input.button--epic-blue.disabled[type=button],
      .swal2-container .swal2-actions .product-boxes .product-box:hover .nop-options .nop-option .button--epic-blue.disabled.checkbox-override,
      .product-boxes .product-box:hover .nop-options .nop-option
      .swal2-container .swal2-actions .button--epic-blue.disabled.checkbox-override,
      .swal2-container .swal2-actions .nop-options .nop-option .product-boxes .product-box:hover .button--epic-blue.disabled.checkbox-override,
      .nop-options .nop-option .product-boxes .product-box:hover
      .swal2-container .swal2-actions .button--epic-blue.disabled.checkbox-override,
      .product-boxes .product-box:hover .swal2-container .swal2-actions font-family input.button--epic-blue.disabled[type="button"],
      .swal2-container .swal2-actions font-family .product-boxes .product-box:hover input.button--epic-blue.disabled[type="button"],
      .product-boxes .product-box:hover .swal2-container .swal2-actions .button--epic-blue.disabled.swal2-confirm,
      .swal2-container .swal2-actions .product-boxes .product-box:hover .button--epic-blue.disabled.swal2-confirm,
      .product-boxes .product-box:hover .swal2-container .swal2-actions .button--epic-blue.disabled.swal2-cancel,
      .swal2-container .swal2-actions .product-boxes .product-box:hover .button--epic-blue.disabled.swal2-cancel,
      .button--epic-blue.button--primary-cta[disabled]:hover,
      .swal2-container .swal2-actions font-family input.button--epic-blue[disabled][type="button"]:hover,
      .swal2-container .swal2-actions .button--epic-blue[disabled].button-1:hover,
      .swal2-container .swal2-actions .button--epic-blue[disabled].button-2:hover,
      .swal2-container .swal2-actions input.button--epic-blue[disabled][type=button]:hover,
      .swal2-container .swal2-actions .nop-options .nop-option .button--epic-blue[disabled].checkbox-override:hover,
      .nop-options .nop-option
      .swal2-container .swal2-actions .button--epic-blue[disabled].checkbox-override:hover,
      .swal2-container .swal2-actions .button--epic-blue[disabled].button:hover,
      .swal2-container .swal2-actions .button--epic-blue[disabled].swal2-confirm:hover,
      .swal2-container .swal2-actions .button--epic-blue[disabled].swal2-cancel:hover,
      .swal2-container .swal2-actions .product-boxes .product-box:hover .button--epic-blue[disabled].button,
      .product-boxes .product-box:hover
      .swal2-container .swal2-actions .button--epic-blue[disabled].button,
      .swal2-container .swal2-actions .product-boxes .product-box:hover .button--epic-blue[disabled].button-1,
      .product-boxes .product-box:hover
      .swal2-container .swal2-actions .button--epic-blue[disabled].button-1,
      .swal2-container .swal2-actions .product-boxes .product-box:hover .button--epic-blue[disabled].button-2,
      .product-boxes .product-box:hover
      .swal2-container .swal2-actions .button--epic-blue[disabled].button-2,
      .swal2-container .swal2-actions .product-boxes .product-box:hover input.button--epic-blue[disabled][type=button],
      .product-boxes .product-box:hover
      .swal2-container .swal2-actions input.button--epic-blue[disabled][type=button],
      .swal2-container .swal2-actions .product-boxes .product-box:hover .nop-options .nop-option .button--epic-blue[disabled].checkbox-override,
      .product-boxes .product-box:hover .nop-options .nop-option
      .swal2-container .swal2-actions .button--epic-blue[disabled].checkbox-override,
      .swal2-container .swal2-actions .nop-options .nop-option .product-boxes .product-box:hover .button--epic-blue[disabled].checkbox-override,
      .nop-options .nop-option .product-boxes .product-box:hover
      .swal2-container .swal2-actions .button--epic-blue[disabled].checkbox-override,
      .product-boxes .product-box:hover .swal2-container .swal2-actions font-family input.button--epic-blue[disabled][type="button"],
      .swal2-container .swal2-actions font-family .product-boxes .product-box:hover input.button--epic-blue[disabled][type="button"],
      .product-boxes .product-box:hover .swal2-container .swal2-actions .button--epic-blue[disabled].swal2-confirm,
      .swal2-container .swal2-actions .product-boxes .product-box:hover .button--epic-blue[disabled].swal2-confirm,
      .product-boxes .product-box:hover .swal2-container .swal2-actions .button--epic-blue[disabled].swal2-cancel,
      .swal2-container .swal2-actions .product-boxes .product-box:hover .button--epic-blue[disabled].swal2-cancel {
        background: #CCC !important; }
    a.button.button--primary-cta:hover, a.button--primary-cta.button-1:hover, a.button--primary-cta.button-2:hover, .nop-options .nop-option a.button--primary-cta.checkbox-override:hover,
    .swal2-container .swal2-actions a.button-1:hover,
    .swal2-container .swal2-actions a.button-2:hover,
    .swal2-container .swal2-actions .nop-options .nop-option a.checkbox-override:hover, .nop-options .nop-option
    .swal2-container .swal2-actions a.checkbox-override:hover, .swal2-container .swal2-actions a.button:hover, .swal2-container .swal2-actions a.swal2-confirm:hover, .swal2-container .swal2-actions a.swal2-cancel:hover,
    .swal2-container .swal2-actions .product-boxes .product-box:hover a.button, .product-boxes .product-box:hover
    .swal2-container .swal2-actions a.button,
    .swal2-container .swal2-actions .product-boxes .product-box:hover a.button-1, .product-boxes .product-box:hover
    .swal2-container .swal2-actions a.button-1,
    .swal2-container .swal2-actions .product-boxes .product-box:hover a.button-2, .product-boxes .product-box:hover
    .swal2-container .swal2-actions a.button-2,
    .swal2-container .swal2-actions .product-boxes .product-box:hover .nop-options .nop-option a.checkbox-override, .product-boxes .product-box:hover .nop-options .nop-option
    .swal2-container .swal2-actions a.checkbox-override,
    .swal2-container .swal2-actions .nop-options .nop-option .product-boxes .product-box:hover a.checkbox-override, .nop-options .nop-option .product-boxes .product-box:hover
    .swal2-container .swal2-actions a.checkbox-override, .product-boxes .product-box:hover .swal2-container .swal2-actions a.swal2-confirm, .swal2-container .swal2-actions .product-boxes .product-box:hover a.swal2-confirm, .product-boxes .product-box:hover .swal2-container .swal2-actions a.swal2-cancel, .swal2-container .swal2-actions .product-boxes .product-box:hover a.swal2-cancel, .product-boxes .product-box:hover a.button--primary-cta.button, .product-boxes .product-box:hover a.button--primary-cta.button-1, .product-boxes .product-box:hover a.button--primary-cta.button-2, .product-boxes .product-box:hover .nop-options .nop-option a.button--primary-cta.checkbox-override, .nop-options .nop-option .product-boxes .product-box:hover a.button--primary-cta.checkbox-override, .product-boxes .product-box:hover
    .swal2-container .swal2-actions .nop-options .nop-option a.checkbox-override, .nop-options .nop-option
    .swal2-container .swal2-actions .product-boxes .product-box:hover a.checkbox-override,
    .button.button--primary-cta:hover,
    .button--primary-cta.button-1:hover,
    .button--primary-cta.button-2:hover,
    input.button--primary-cta[type=button]:hover,
    .nop-options .nop-option .button--primary-cta.checkbox-override:hover,
    .swal2-container .swal2-actions font-family input[type="button"]:hover,
    .swal2-container .swal2-actions .button-1:hover,
    .swal2-container .swal2-actions .button-2:hover,
    .swal2-container .swal2-actions input[type=button]:hover,
    .swal2-container .swal2-actions .nop-options .nop-option .checkbox-override:hover,
    .nop-options .nop-option
    .swal2-container .swal2-actions .checkbox-override:hover,
    .swal2-container .swal2-actions .button:hover,
    .swal2-container .swal2-actions .swal2-confirm:hover,
    .swal2-container .swal2-actions .swal2-cancel:hover,
    .swal2-container .swal2-actions .product-boxes .product-box:hover .button,
    .product-boxes .product-box:hover
    .swal2-container .swal2-actions .button,
    .swal2-container .swal2-actions .product-boxes .product-box:hover .button-1,
    .product-boxes .product-box:hover
    .swal2-container .swal2-actions .button-1,
    .swal2-container .swal2-actions .product-boxes .product-box:hover .button-2,
    .product-boxes .product-box:hover
    .swal2-container .swal2-actions .button-2,
    .swal2-container .swal2-actions .product-boxes .product-box:hover input[type=button],
    .product-boxes .product-box:hover
    .swal2-container .swal2-actions input[type=button],
    .swal2-container .swal2-actions .product-boxes .product-box:hover .nop-options .nop-option .checkbox-override,
    .product-boxes .product-box:hover .nop-options .nop-option
    .swal2-container .swal2-actions .checkbox-override,
    .swal2-container .swal2-actions .nop-options .nop-option .product-boxes .product-box:hover .checkbox-override,
    .nop-options .nop-option .product-boxes .product-box:hover
    .swal2-container .swal2-actions .checkbox-override,
    .product-boxes .product-box:hover .swal2-container .swal2-actions font-family input[type="button"],
    .swal2-container .swal2-actions font-family .product-boxes .product-box:hover input[type="button"],
    .product-boxes .product-box:hover .swal2-container .swal2-actions .swal2-confirm,
    .swal2-container .swal2-actions .product-boxes .product-box:hover .swal2-confirm,
    .product-boxes .product-box:hover .swal2-container .swal2-actions .swal2-cancel,
    .swal2-container .swal2-actions .product-boxes .product-box:hover .swal2-cancel,
    .product-boxes .product-box:hover .button--primary-cta.button,
    .product-boxes .product-box:hover .button--primary-cta.button-1,
    .product-boxes .product-box:hover .button--primary-cta.button-2,
    .product-boxes .product-box:hover input.button--primary-cta[type=button],
    .product-boxes .product-box:hover .nop-options .nop-option .button--primary-cta.checkbox-override,
    .nop-options .nop-option .product-boxes .product-box:hover .button--primary-cta.checkbox-override,
    .product-boxes .product-box:hover
    .swal2-container .swal2-actions .nop-options .nop-option .checkbox-override,
    .nop-options .nop-option
    .swal2-container .swal2-actions .product-boxes .product-box:hover .checkbox-override,
    .button--epic-blue.button--primary-cta:hover,
    .swal2-container .swal2-actions font-family input.button--epic-blue[type="button"]:hover,
    .swal2-container .swal2-actions .button--epic-blue.button-1:hover,
    .swal2-container .swal2-actions .button--epic-blue.button-2:hover,
    .swal2-container .swal2-actions input.button--epic-blue[type=button]:hover,
    .swal2-container .swal2-actions .nop-options .nop-option .button--epic-blue.checkbox-override:hover,
    .nop-options .nop-option
    .swal2-container .swal2-actions .button--epic-blue.checkbox-override:hover,
    .swal2-container .swal2-actions .button--epic-blue.button:hover,
    .swal2-container .swal2-actions .button--epic-blue.swal2-confirm:hover,
    .swal2-container .swal2-actions .button--epic-blue.swal2-cancel:hover,
    .swal2-container .swal2-actions .product-boxes .product-box:hover .button--epic-blue.button,
    .product-boxes .product-box:hover
    .swal2-container .swal2-actions .button--epic-blue.button,
    .swal2-container .swal2-actions .product-boxes .product-box:hover .button--epic-blue.button-1,
    .product-boxes .product-box:hover
    .swal2-container .swal2-actions .button--epic-blue.button-1,
    .swal2-container .swal2-actions .product-boxes .product-box:hover .button--epic-blue.button-2,
    .product-boxes .product-box:hover
    .swal2-container .swal2-actions .button--epic-blue.button-2,
    .swal2-container .swal2-actions .product-boxes .product-box:hover input.button--epic-blue[type=button],
    .product-boxes .product-box:hover
    .swal2-container .swal2-actions input.button--epic-blue[type=button],
    .swal2-container .swal2-actions .product-boxes .product-box:hover .nop-options .nop-option .button--epic-blue.checkbox-override,
    .product-boxes .product-box:hover .nop-options .nop-option
    .swal2-container .swal2-actions .button--epic-blue.checkbox-override,
    .swal2-container .swal2-actions .nop-options .nop-option .product-boxes .product-box:hover .button--epic-blue.checkbox-override,
    .nop-options .nop-option .product-boxes .product-box:hover
    .swal2-container .swal2-actions .button--epic-blue.checkbox-override,
    .product-boxes .product-box:hover .swal2-container .swal2-actions font-family input.button--epic-blue[type="button"],
    .swal2-container .swal2-actions font-family .product-boxes .product-box:hover input.button--epic-blue[type="button"],
    .product-boxes .product-box:hover .swal2-container .swal2-actions .button--epic-blue.swal2-confirm,
    .swal2-container .swal2-actions .product-boxes .product-box:hover .button--epic-blue.swal2-confirm,
    .product-boxes .product-box:hover .swal2-container .swal2-actions .button--epic-blue.swal2-cancel,
    .swal2-container .swal2-actions .product-boxes .product-box:hover .button--epic-blue.swal2-cancel {
      background-color: #2978ae;
      color: #FFF;
      border: 1px solid #3a93d0; }
    a.button.button--primary-cta.button--active, a.button--primary-cta.button--active.button-1, a.button--primary-cta.button--active.button-2, .nop-options .nop-option a.button--primary-cta.button--active.checkbox-override,
    .swal2-container .swal2-actions a.button--active.button-1,
    .swal2-container .swal2-actions a.button--active.button-2,
    .swal2-container .swal2-actions .nop-options .nop-option a.button--active.checkbox-override, .nop-options .nop-option
    .swal2-container .swal2-actions a.button--active.checkbox-override, .swal2-container .swal2-actions a.button--active.button, .swal2-container .swal2-actions a.button--active.swal2-confirm, .swal2-container .swal2-actions a.button--active.swal2-cancel,
    .button.button--primary-cta.button--active,
    .button--primary-cta.button--active.button-1,
    .button--primary-cta.button--active.button-2,
    input.button--primary-cta.button--active[type=button],
    .nop-options .nop-option .button--primary-cta.button--active.checkbox-override,
    .swal2-container .swal2-actions font-family input.button--active[type="button"],
    .swal2-container .swal2-actions .button--active.button-1,
    .swal2-container .swal2-actions .button--active.button-2,
    .swal2-container .swal2-actions input.button--active[type=button],
    .swal2-container .swal2-actions .nop-options .nop-option .button--active.checkbox-override,
    .nop-options .nop-option
    .swal2-container .swal2-actions .button--active.checkbox-override,
    .swal2-container .swal2-actions .button--active.button,
    .swal2-container .swal2-actions .button--active.swal2-confirm,
    .swal2-container .swal2-actions .button--active.swal2-cancel,
    .button--epic-blue.button--primary-cta.button--active,
    .swal2-container .swal2-actions font-family input.button--epic-blue.button--active[type="button"],
    .swal2-container .swal2-actions .button--epic-blue.button--active.button-1,
    .swal2-container .swal2-actions .button--epic-blue.button--active.button-2,
    .swal2-container .swal2-actions input.button--epic-blue.button--active[type=button],
    .swal2-container .swal2-actions .nop-options .nop-option .button--epic-blue.button--active.checkbox-override,
    .nop-options .nop-option
    .swal2-container .swal2-actions .button--epic-blue.button--active.checkbox-override,
    .swal2-container .swal2-actions .button--epic-blue.button--active.button,
    .swal2-container .swal2-actions .button--epic-blue.button--active.swal2-confirm,
    .swal2-container .swal2-actions .button--epic-blue.button--active.swal2-cancel {
      background-color: #2978ae;
      color: #FFF; }
  a.button.button--secondary-cta, a.button--secondary-cta.button-1, a.button--secondary-cta.button-2, .nop-options .nop-option a.button--secondary-cta.checkbox-override,
  .swal2-container .swal2-actions a.button--secondary-cta.button, .swal2-container .swal2-actions a.swal2-cancel,
  .swal2-container .swal2-actions a.button--secondary-cta.swal2-confirm,
  .button.button--secondary-cta,
  .button--secondary-cta.button-1,
  .button--secondary-cta.button-2,
  input.button--secondary-cta[type=button],
  .nop-options .nop-option .button--secondary-cta.checkbox-override,
  .swal2-container .swal2-actions font-family input.button--secondary-cta[type="button"],
  .swal2-container .swal2-actions font-family input[type="button"].swal2-cancel,
  .swal2-container .swal2-actions .button--secondary-cta.button,
  .swal2-container .swal2-actions .swal2-cancel,
  .swal2-container .swal2-actions .button--secondary-cta.swal2-confirm,
  .button--epic-blue.button--secondary-cta,
  .swal2-container .swal2-actions .button--epic-blue.swal2-cancel {
    background-color: #FFF;
    color: #3a93d0;
    border: 1px solid #3a93d0; }
    a.button.button--secondary-cta:hover, a.button--secondary-cta.button-1:hover, a.button--secondary-cta.button-2:hover, .nop-options .nop-option a.button--secondary-cta.checkbox-override:hover, .swal2-container .swal2-actions a.swal2-cancel:hover, .product-boxes .product-box:hover .swal2-container .swal2-actions a.swal2-cancel, .swal2-container .swal2-actions .product-boxes .product-box:hover a.swal2-cancel,
    .swal2-container .swal2-actions a.button--secondary-cta.swal2-confirm:hover, .product-boxes .product-box:hover a.button--secondary-cta.button, .product-boxes .product-box:hover a.button--secondary-cta.button-1, .product-boxes .product-box:hover a.button--secondary-cta.button-2, .product-boxes .product-box:hover .nop-options .nop-option a.button--secondary-cta.checkbox-override, .nop-options .nop-option .product-boxes .product-box:hover a.button--secondary-cta.checkbox-override, .product-boxes .product-box:hover
    .swal2-container .swal2-actions a.button--secondary-cta.swal2-confirm,
    .swal2-container .swal2-actions .product-boxes .product-box:hover a.button--secondary-cta.swal2-confirm,
    .button.button--secondary-cta:hover,
    .button--secondary-cta.button-1:hover,
    .button--secondary-cta.button-2:hover,
    input.button--secondary-cta[type=button]:hover,
    .nop-options .nop-option .button--secondary-cta.checkbox-override:hover,
    .swal2-container .swal2-actions font-family input.button--secondary-cta[type="button"]:hover,
    .swal2-container .swal2-actions .swal2-cancel:hover,
    .product-boxes .product-box:hover .swal2-container .swal2-actions .swal2-cancel,
    .swal2-container .swal2-actions .product-boxes .product-box:hover .swal2-cancel,
    .swal2-container .swal2-actions .button--secondary-cta.swal2-confirm:hover,
    .product-boxes .product-box:hover .button--secondary-cta.button,
    .product-boxes .product-box:hover .button--secondary-cta.button-1,
    .product-boxes .product-box:hover .button--secondary-cta.button-2,
    .product-boxes .product-box:hover input.button--secondary-cta[type=button],
    .product-boxes .product-box:hover .nop-options .nop-option .button--secondary-cta.checkbox-override,
    .nop-options .nop-option .product-boxes .product-box:hover .button--secondary-cta.checkbox-override,
    .product-boxes .product-box:hover .swal2-container .swal2-actions font-family input.button--secondary-cta[type="button"],
    .swal2-container .swal2-actions font-family .product-boxes .product-box:hover input.button--secondary-cta[type="button"],
    .product-boxes .product-box:hover
    .swal2-container .swal2-actions .button--secondary-cta.swal2-confirm,
    .swal2-container .swal2-actions .product-boxes .product-box:hover .button--secondary-cta.swal2-confirm,
    .button--epic-blue.button--secondary-cta:hover,
    .swal2-container .swal2-actions .button--epic-blue.swal2-cancel:hover {
      background-color: #3a93d0;
      color: #FFF; }
    a.button.button--secondary-cta.button--active, a.button--secondary-cta.button--active.button-1, a.button--secondary-cta.button--active.button-2, .nop-options .nop-option a.button--secondary-cta.button--active.checkbox-override, .swal2-container .swal2-actions a.button--active.swal2-cancel,
    .swal2-container .swal2-actions a.button--secondary-cta.button--active.swal2-confirm,
    .button.button--secondary-cta.button--active,
    .button--secondary-cta.button--active.button-1,
    .button--secondary-cta.button--active.button-2,
    input.button--secondary-cta.button--active[type=button],
    .nop-options .nop-option .button--secondary-cta.button--active.checkbox-override,
    .swal2-container .swal2-actions font-family input.button--secondary-cta.button--active[type="button"],
    .swal2-container .swal2-actions .button--active.swal2-cancel,
    .swal2-container .swal2-actions .button--secondary-cta.button--active.swal2-confirm,
    .button--epic-blue.button--secondary-cta.button--active,
    .swal2-container .swal2-actions .button--epic-blue.button--active.swal2-cancel {
      background-color: #3a93d0;
      color: #FFF; }
  a.button:disabled, a.button-1:disabled, a.button-2:disabled, .nop-options .nop-option a.checkbox-override:disabled,
  .swal2-container .swal2-actions a.button:disabled,
  .swal2-container .swal2-actions a.swal2-confirm:disabled, .swal2-container .swal2-actions a.swal2-cancel:disabled, a.button.disabled, a.disabled.button-1, a.disabled.button-2, .nop-options .nop-option a.disabled.checkbox-override,
  .swal2-container .swal2-actions a.disabled.button,
  .swal2-container .swal2-actions a.disabled.swal2-confirm, .swal2-container .swal2-actions a.disabled.swal2-cancel, a.button[disabled], a[disabled].button-1, a[disabled].button-2, .nop-options .nop-option a[disabled].checkbox-override,
  .swal2-container .swal2-actions a[disabled].button,
  .swal2-container .swal2-actions a[disabled].swal2-confirm, .swal2-container .swal2-actions a[disabled].swal2-cancel,
  .button:disabled,
  .button-1:disabled,
  .button-2:disabled,
  input[type=button]:disabled,
  .nop-options .nop-option .checkbox-override:disabled,
  .swal2-container .swal2-actions font-family input[type="button"]:disabled,
  .swal2-container .swal2-actions .button:disabled,
  .swal2-container .swal2-actions .swal2-confirm:disabled,
  .swal2-container .swal2-actions .swal2-cancel:disabled,
  .button.disabled,
  .disabled.button-1,
  .disabled.button-2,
  input.disabled[type=button],
  .nop-options .nop-option .disabled.checkbox-override,
  .swal2-container .swal2-actions font-family input.disabled[type="button"],
  .swal2-container .swal2-actions .disabled.button,
  .swal2-container .swal2-actions .disabled.swal2-confirm,
  .swal2-container .swal2-actions .disabled.swal2-cancel,
  .button[disabled],
  [disabled].button-1,
  [disabled].button-2,
  input[disabled][type=button],
  .nop-options .nop-option [disabled].checkbox-override,
  .swal2-container .swal2-actions font-family input[disabled][type="button"],
  .swal2-container .swal2-actions [disabled].button,
  .swal2-container .swal2-actions [disabled].swal2-confirm,
  .swal2-container .swal2-actions [disabled].swal2-cancel,
  .button--epic-blue:disabled,
  .button--epic-blue.disabled,
  .button--epic-blue[disabled] {
    background: #CCC;
    cursor: not-allowed;
    border: none !important; }
    a.button:disabled:hover, a.button-1:disabled:hover, a.button-2:disabled:hover, .nop-options .nop-option a.checkbox-override:disabled:hover,
    .swal2-container .swal2-actions a.swal2-confirm:disabled:hover, .swal2-container .swal2-actions a.swal2-cancel:disabled:hover, .product-boxes .product-box:hover a.button:disabled, .product-boxes .product-box:hover a.button-1:disabled, .product-boxes .product-box:hover a.button-2:disabled, .product-boxes .product-box:hover .nop-options .nop-option a.checkbox-override:disabled, .nop-options .nop-option .product-boxes .product-box:hover a.checkbox-override:disabled, .product-boxes .product-box:hover
    .swal2-container .swal2-actions a.swal2-confirm:disabled,
    .swal2-container .swal2-actions .product-boxes .product-box:hover a.swal2-confirm:disabled, .product-boxes .product-box:hover .swal2-container .swal2-actions a.swal2-cancel:disabled, .swal2-container .swal2-actions .product-boxes .product-box:hover a.swal2-cancel:disabled, a.button.disabled:hover, a.disabled.button-1:hover, a.disabled.button-2:hover, .nop-options .nop-option a.disabled.checkbox-override:hover,
    .swal2-container .swal2-actions a.disabled.swal2-confirm:hover, .swal2-container .swal2-actions a.disabled.swal2-cancel:hover, .product-boxes .product-box:hover a.disabled.button, .product-boxes .product-box:hover a.disabled.button-1, .product-boxes .product-box:hover a.disabled.button-2, .product-boxes .product-box:hover .nop-options .nop-option a.disabled.checkbox-override, .nop-options .nop-option .product-boxes .product-box:hover a.disabled.checkbox-override, .product-boxes .product-box:hover
    .swal2-container .swal2-actions a.disabled.swal2-confirm,
    .swal2-container .swal2-actions .product-boxes .product-box:hover a.disabled.swal2-confirm, .product-boxes .product-box:hover .swal2-container .swal2-actions a.disabled.swal2-cancel, .swal2-container .swal2-actions .product-boxes .product-box:hover a.disabled.swal2-cancel, a.button[disabled]:hover, a[disabled].button-1:hover, a[disabled].button-2:hover, .nop-options .nop-option a[disabled].checkbox-override:hover,
    .swal2-container .swal2-actions a[disabled].swal2-confirm:hover, .swal2-container .swal2-actions a[disabled].swal2-cancel:hover, .product-boxes .product-box:hover a[disabled].button, .product-boxes .product-box:hover a[disabled].button-1, .product-boxes .product-box:hover a[disabled].button-2, .product-boxes .product-box:hover .nop-options .nop-option a[disabled].checkbox-override, .nop-options .nop-option .product-boxes .product-box:hover a[disabled].checkbox-override, .product-boxes .product-box:hover
    .swal2-container .swal2-actions a[disabled].swal2-confirm,
    .swal2-container .swal2-actions .product-boxes .product-box:hover a[disabled].swal2-confirm, .product-boxes .product-box:hover .swal2-container .swal2-actions a[disabled].swal2-cancel, .swal2-container .swal2-actions .product-boxes .product-box:hover a[disabled].swal2-cancel,
    .button:disabled:hover,
    .button-1:disabled:hover,
    .button-2:disabled:hover,
    input[type=button]:disabled:hover,
    .nop-options .nop-option .checkbox-override:disabled:hover,
    .swal2-container .swal2-actions font-family input[type="button"]:disabled:hover,
    .swal2-container .swal2-actions .swal2-confirm:disabled:hover,
    .swal2-container .swal2-actions .swal2-cancel:disabled:hover,
    .product-boxes .product-box:hover .button:disabled,
    .product-boxes .product-box:hover .button-1:disabled,
    .product-boxes .product-box:hover .button-2:disabled,
    .product-boxes .product-box:hover input[type=button]:disabled,
    .product-boxes .product-box:hover .nop-options .nop-option .checkbox-override:disabled,
    .nop-options .nop-option .product-boxes .product-box:hover .checkbox-override:disabled,
    .product-boxes .product-box:hover .swal2-container .swal2-actions font-family input[type="button"]:disabled,
    .swal2-container .swal2-actions font-family .product-boxes .product-box:hover input[type="button"]:disabled,
    .product-boxes .product-box:hover
    .swal2-container .swal2-actions .swal2-confirm:disabled,
    .swal2-container .swal2-actions .product-boxes .product-box:hover .swal2-confirm:disabled,
    .product-boxes .product-box:hover .swal2-container .swal2-actions .swal2-cancel:disabled,
    .swal2-container .swal2-actions .product-boxes .product-box:hover .swal2-cancel:disabled,
    .button.disabled:hover,
    .disabled.button-1:hover,
    .disabled.button-2:hover,
    input.disabled[type=button]:hover,
    .nop-options .nop-option .disabled.checkbox-override:hover,
    .swal2-container .swal2-actions font-family input.disabled[type="button"]:hover,
    .swal2-container .swal2-actions .disabled.swal2-confirm:hover,
    .swal2-container .swal2-actions .disabled.swal2-cancel:hover,
    .product-boxes .product-box:hover .disabled.button,
    .product-boxes .product-box:hover .disabled.button-1,
    .product-boxes .product-box:hover .disabled.button-2,
    .product-boxes .product-box:hover input.disabled[type=button],
    .product-boxes .product-box:hover .nop-options .nop-option .disabled.checkbox-override,
    .nop-options .nop-option .product-boxes .product-box:hover .disabled.checkbox-override,
    .product-boxes .product-box:hover .swal2-container .swal2-actions font-family input.disabled[type="button"],
    .swal2-container .swal2-actions font-family .product-boxes .product-box:hover input.disabled[type="button"],
    .product-boxes .product-box:hover
    .swal2-container .swal2-actions .disabled.swal2-confirm,
    .swal2-container .swal2-actions .product-boxes .product-box:hover .disabled.swal2-confirm,
    .product-boxes .product-box:hover .swal2-container .swal2-actions .disabled.swal2-cancel,
    .swal2-container .swal2-actions .product-boxes .product-box:hover .disabled.swal2-cancel,
    .button[disabled]:hover,
    [disabled].button-1:hover,
    [disabled].button-2:hover,
    input[disabled][type=button]:hover,
    .nop-options .nop-option [disabled].checkbox-override:hover,
    .swal2-container .swal2-actions font-family input[disabled][type="button"]:hover,
    .swal2-container .swal2-actions [disabled].swal2-confirm:hover,
    .swal2-container .swal2-actions [disabled].swal2-cancel:hover,
    .product-boxes .product-box:hover [disabled].button,
    .product-boxes .product-box:hover [disabled].button-1,
    .product-boxes .product-box:hover [disabled].button-2,
    .product-boxes .product-box:hover input[disabled][type=button],
    .product-boxes .product-box:hover .nop-options .nop-option [disabled].checkbox-override,
    .nop-options .nop-option .product-boxes .product-box:hover [disabled].checkbox-override,
    .product-boxes .product-box:hover .swal2-container .swal2-actions font-family input[disabled][type="button"],
    .swal2-container .swal2-actions font-family .product-boxes .product-box:hover input[disabled][type="button"],
    .product-boxes .product-box:hover
    .swal2-container .swal2-actions [disabled].swal2-confirm,
    .swal2-container .swal2-actions .product-boxes .product-box:hover [disabled].swal2-confirm,
    .product-boxes .product-box:hover .swal2-container .swal2-actions [disabled].swal2-cancel,
    .swal2-container .swal2-actions .product-boxes .product-box:hover [disabled].swal2-cancel,
    .button--epic-blue:disabled:hover,
    .button--epic-blue.disabled:hover,
    .button--epic-blue[disabled]:hover {
      background: #CCC; }

.button--text {
  background: transparent;
  color: #111; }
  .button--text:hover {
    background: #FFF;
    color: #3a93d0; }

.buttons {
  margin: 2rem 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  @media all and (max-width: 26em) {
    .buttons {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column; }
      .buttons .button, .buttons .button-2, .buttons input[type=button], .buttons .button-1, .buttons .nop-options .nop-option .checkbox-override, .nop-options .nop-option .buttons .checkbox-override, .buttons .swal2-container .swal2-actions font-family input[type="button"], .swal2-container .swal2-actions font-family .buttons input[type="button"], .buttons
      .swal2-container .swal2-actions .button,
      .swal2-container .swal2-actions .buttons .button, .buttons
      .swal2-container .swal2-actions .swal2-confirm,
      .swal2-container .swal2-actions .buttons .swal2-confirm, .buttons .swal2-container .swal2-actions .swal2-cancel, .swal2-container .swal2-actions .buttons .swal2-cancel {
        margin-bottom: 0.5rem; } }
  .buttons span {
    width: 100%; }
  .buttons.buttons-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .buttons.buttons-right {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end; }
  .buttons.buttons-left {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start; }

.table-wrapper {
  overflow-x: auto; }

.cart th, .data-table th {
  border-width: 0.0625rem 0.0625rem 0;
  border-style: solid;
  border-color: #ddd;
  background-color: #276db6;
  color: #FFF;
  padding: 0.625rem;
  white-space: nowrap;
  font-weight: normal; }

.forum-table th {
  border-width: 0.0625rem 0.0625rem 0;
  border-style: solid;
  border-color: #ddd;
  background-color: #f6f6f6;
  padding: 0.625rem;
  white-space: nowrap;
  font-weight: normal; }
  .forum-table th.replies, .forum-table th.views, .forum-table th.votes, .forum-table th.latest-post, .forum-table th.topics, .forum-table th.posts {
    display: none; }

.forum-table td.replies, .forum-table td.views, .forum-table td.votes, .forum-table td.latest-post, .forum-table td.topics, .forum-table td.posts {
  display: none; }

.forum-table td.image {
  min-width: 0; }

.cart td, .data-table td {
  min-width: 3.125rem;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: transparent #ddd #ddd;
  background-color: rgba(255, 255, 255, 0);
  padding: 1.25rem;
  color: #444; }

.forum-table td {
  min-width: 3.125rem;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: transparent #ddd #ddd;
  background-color: #fff;
  padding: 1.25rem;
  color: #444;
  min-width: 5.625rem;
  padding: 0.625rem; }

.cart a, .data-table a, .forum-table a {
  font-weight: normal;
  color: #4ab2f1; }

.cart a:hover, .data-table a:hover, .forum-table a:hover {
  text-decoration: underline; }

.cart .product {
  min-width: 14.0625rem;
  text-align: left; }

.data-table .product, .data-table .message, .data-table .info, .data-table .name {
  min-width: 14.0625rem;
  text-align: left; }

.forum-table .forum-details, .forum-table .topic-details {
  text-align: left; }

.cart .product a {
  font-weight: bold;
  color: #444; }

.data-table .product a, .data-table .info a {
  font-weight: bold;
  color: #444; }

.cart .product a:hover {
  color: #4ab2f1;
  text-decoration: none; }

.data-table .product a:hover, .data-table .info a:hover {
  color: #4ab2f1;
  text-decoration: none; }

.cart .product .edit-item {
  margin: 0.625rem 0 0; }
  .cart .product .edit-item a {
    font-weight: normal;
    color: #4ab2f1; }
    .cart .product .edit-item a:hover {
      text-decoration: underline; }

.cart .remove-from-cart, .cart .add-to-cart {
  text-align: center; }

.data-table .select-boxes, .data-table .order {
  text-align: center; }

.cart td.unit-price, .data-table td.unit-price {
  white-space: nowrap; }

.cart td.quantity input {
  width: 3.125rem;
  text-align: center; }

.cart td.subtotal {
  white-space: nowrap;
  color: #444; }

.data-table td.total {
  white-space: nowrap;
  color: #444; }

.cart td.subtotal .discount, .cart td.subtotal .discount-additional-info {
  font-style: italic;
  color: #4ab2f1; }

.data-table em a {
  font-weight: bold;
  color: #444; }

.data-table div.download {
  margin: 0.625rem 0 0; }

@media all and (min-width: 481px) {
  /*** GLOBAL TABLES ***/
  .cart tr, .order-details-page .data-table tr {
    width: 46%;
    margin: 40px 2% 0; }
    .cart tr:nth-child(2n+1), .order-details-page .data-table tr:nth-child(2n+1) {
      clear: both; } }

@media all and (min-width: 769px) {
  /**** GLOBAL TABLES ***/
  .cart tr, .order-details-page .data-table tr {
    width: 31.33333%;
    margin: 2.5rem 1% 0; }
    .cart tr:nth-child(2n+1), .order-details-page .data-table tr:nth-child(2n+1) {
      clear: none; }
    .cart tr:nth-child(3n+1), .order-details-page .data-table tr:nth-child(3n+1) {
      clear: both; } }

/*********** HEADER ***********/
.admin-header-links {
  background-color: #333;
  text-align: center;
  color: #eee; }
  .admin-header-links * {
    display: inline-block;
    margin: 0 0.625rem;
    line-height: 2.1875rem;
    font-size: 0.75rem;
    font-weight: bold; }
  .admin-header-links .impersonate {
    display: inline-block; }
    .admin-header-links .impersonate a {
      background-color: #555;
      padding: 0 1rem; }
      .admin-header-links .impersonate a:hover {
        background-color: #666; }

.header-upper {
  position: relative;
  z-index: 1;
  display: table-cell;
  width: 50%;
  vertical-align: middle; }

.header-lower {
  display: table;
  width: 100%; }

.currency-selector {
  float: left;
  margin: 0.3125rem 1rem; }

.currency-selector select {
  height: 2.125rem; }

.header-links {
  float: right; }

.header-selectors-wrapper {
  padding: 0rem; }
  .header-selectors-wrapper > div {
    display: block;
    width: 50%;
    margin: 0.625rem auto;
    vertical-align: middle; }
  .header-selectors-wrapper select {
    width: 100%; }

.language-list {
  max-width: 100%;
  font-size: 0rem; }
  .language-list li {
    display: inline-block;
    margin: 0rem 0.0625rem;
    vertical-align: middle; }
  .language-list a {
    display: block;
    position: relative;
    width: 1.5rem;
    height: 2rem;
    line-height: 0rem; }
  .language-list img {
    position: absolute;
    top: 0rem;
    right: 0rem;
    bottom: 0rem;
    left: 0rem;
    margin: auto; }

.header-links-wrapper {
  position: relative; }

.header-links ul {
  font-size: 0rem; }

.header-links li {
  display: inline-block;
  margin: 0rem; }
  .header-links li:last-child a {
    border-right: none; }

.header-links li#searchicon a i.fa.fa-search {
  font-size: 1.5rem; }

.header-links span {
  display: inline-block;
  font-size: 0.75rem;
  /*reset zeroing*/
  line-height: 2.25rem;
  text-transform: uppercase;
  color: #FFF; }

.header-links a {
  display: inline-block;
  padding: 0rem 0.625rem;
  font-size: 0.875rem;
  /*reset zeroing*/
  line-height: 2.25rem;
  text-transform: capitalize;
  color: #FFF;
  border-right: 0.0625rem solid #000; }
  .header-links a:hover {
    color: #FFF;
    background-color: #276db6; }

.header-links a.ico-wishlist {
  position: relative; }
  .header-links a.ico-wishlist .fa-heart {
    font-size: 1.5rem; }
  .header-links a.ico-wishlist span.wishlist-qty {
    position: absolute;
    top: 0.125rem;
    right: 0.5rem;
    border-radius: 0.625rem;
    height: 1rem;
    min-width: 1rem;
    line-height: 1rem;
    background: #3a93d0;
    color: #FFF;
    text-align: center;
    padding: 0 0.125rem;
    font-size: 0.625rem;
    font-style: normal;
    white-space: nowrap;
    z-index: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }

.header__links__dropdown {
  position: absolute;
  top: 2.8125rem;
  right: 0rem;
  z-index: 10;
  width: 100%;
  box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.25);
  background-color: #276db6;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
  padding: 1.25rem;
  visibility: visible; }

.header__links__dropdown:not(.active) {
  transform: translate3d(0rem, -100%, 0rem);
  -webkit-transform: translate3d(0, -100%, 0);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  visibility: hidden; }

.header-lower {
  position: relative;
  z-index: 0rem;
  padding: 0rem; }

.header-logo {
  margin: 0rem 0rem 1.25rem;
  text-align: center; }
  .header-logo a {
    display: inline-block;
    max-width: 100%;
    line-height: 0;
    /*firefox line-height bug fix*/
    -webkit-transition: background 150ms,-webkit-transform 150ms;
    -moz-transition: background 150ms,-moz-transform 150ms;
    transition: background 150ms,transform 150ms;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center; }
    .header-logo a img {
      max-width: 100%;
      opacity: 1; }
    .header-logo a:hover {
      -webkit-transform: translateY(-8%);
      -moz-transform: translateY(-8%);
      -ms-transform: translateY(-8%);
      -o-transform: translateY(-8%);
      transform: translateY(-8%); }

.search-box form {
  display: block; }
  .search-box form:after {
    content: "";
    display: block;
    clear: both; }

.search-box input.search-box-text {
  float: left;
  width: 12.5rem;
  height: 2.25rem;
  margin: -0.0625rem 0 0; }

.search-box .search-box-button {
  float: left;
  height: 2.25rem;
  border: none;
  background-color: transparent;
  padding: 0rem 1rem;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  font-size: 1.25rem; }
  .search-box .search-box-button:hover {
    background-color: #248ece; }

.search-box .ui-autocomplete-loading {
  background: #fff url("../images/ajax-loader-small.gif") right center no-repeat; }

.ui-helper-hidden-accessible {
  display: none !important; }

.ui-autocomplete {
  width: 14.7rem;
  border: 0.0625rem solid #444;
  border-top: none;
  overflow: hidden;
  background-color: #fff;
  text-align: left;
  /*override jQuery UI styles, do not delete doubled properties*/
  border-radius: 0rem;
  padding: 0rem;
  font: normal 0.875rem Arial, Helvetica, sans-serif; }
  .ui-autocomplete li {
    border-top: 0.0625rem solid #ddd; }
    .ui-autocomplete li:first-child {
      border-top: 0rem; }
  .ui-autocomplete a {
    display: block;
    padding: 1rem;
    font-size: 0.875rem;
    margin: 0rem !important;
    border: 0rem !important;
    border-radius: 0rem !important;
    background: none !important;
    padding: 1rem !important;
    line-height: normal !important;
    color: #000;
    font-weight: 100; }
    .ui-autocomplete a:hover, .ui-autocomplete a.ui-state-focus {
      color: #f15b22 !important; }
  .ui-autocomplete img {
    display: none;
    min-width: 1.25rem;
    margin: 0rem 0.625rem 0rem 0rem;
    vertical-align: middle; }

.mobile {
  display: none; }

@media all and (max-width: 1000px) {
  .header-logo svg {
    display: none; }
  .header-logo {
    display: none; }
  .mobile.section .header-logo svg {
    display: block;
    width: 200px;
    height: 80px; }
  .header {
    width: 100%; }
  .header__links__dropdown {
    z-index: 2; }
  .header-lower {
    background-color: #000; }
  .header-upper {
    width: 100%;
    display: block; }
  .header-logo {
    margin: 0rem; }
  .mobile.section {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0rem auto;
    padding: 0; }
  .mobile.section .header-logo {
    margin: 0rem;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding: 1em .5em;
    width: calc(100% - 50px); }
  .menu-toggle {
    font-size: 0; }
  .bar1, .bar2, .bar3 {
    width: 2.4375rem;
    height: 4px;
    background-color: #000;
    margin: 5px 0rem;
    transition: transform 200ms; }
  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-0.125rem, 0.0625rem);
    transform: rotate(-45deg) translate(-0.125rem, 0.0625rem); }
  .change .bar2 {
    opacity: 0; }
  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-12px, -10px);
    transform: rotate(45deg) translate(-12px, -10px); }
  .p-nav-close-text {
    opacity: 0;
    font-size: 0;
    transition: transform 200ms; }
  .change .p-nav-close-text {
    opacity: 1;
    font-size: 12px;
    transition: transform 200ms;
    display: block;
    text-align: center;
    color: #000; }
  .div-breadcum {
    text-align: left; }
    .div-breadcum .breadcrumb {
      margin-bottom: 0; }
  .sublist-toggle svg {
    transform: rotate(0);
    padding: 0;
    display: block;
    width: 15px;
    height: 15px;
    -webkit-transition: color 200ms,-webkit-transform 200ms;
    -moz-transition: color 200ms,-moz-transform 200ms;
    transition: color 200ms,transform 200ms; }
  .sublist-toggle.show svg {
    transform: rotate(135deg);
    transition: all 0.3s ease 0s; }
  .block-account-navigation {
    float: none;
    margin: auto !important; }
  .write-review .review-rating {
    text-align: center; }
    .write-review .review-rating div.name-description {
      width: 100%;
      margin: 0rem 0.3125rem 0rem 0rem;
      text-align: center; }
  .header-links li {
    padding: 0rem; }
  .header-links #topcartlink {
    padding: 0.3125rem; } }

@media all and (max-width: 480px) {
  .currency-selector {
    margin: 0.3125rem; }
  .currency-selector select {
    width: 80px; }
  .header-links a {
    text-transform: capitalize;
    font-size: 0.75rem; }
  #topcartlink {
    padding: 0 6px; }
  .header-links #topcartlink {
    padding: 4px 2px; } }

@media all and (max-width: 360px) {
  .header-links a {
    padding: 0rem 7px; } }

@media all and (min-width: 769px) {
  /*** HEADER ***/
  .header-selectors-wrapper > div {
    width: 20%; } }

@media all and (min-width: 1001px) {
  .header-logo svg {
    width: 250px;
    height: 95px; }
  .mobile.section .header-logo {
    padding: 0; }
  .mobile.section .header-logo svg {
    display: none; }
  /*** HEADER ***/
  .header {
    width: 61.25rem;
    margin: auto;
    height: 113px; }
  .header-upper:after {
    content: "";
    display: block;
    clear: both; }
  .header-selectors-wrapper {
    float: left;
    border: none;
    padding: 0rem; }
    .header-selectors-wrapper > div {
      width: auto;
      min-width: 6.25rem;
      margin: 0rem 0.625rem 0rem 0rem;
      line-height: 43px; }
    .header-selectors-wrapper select {
      height: 1.5rem;
      padding: 0.25rem;
      font-size: 0.75rem; }
  .language-list {
    text-align: left; }
  .header-links-wrapper {
    float: right;
    padding: 0rem; }
  .header_links {
    overflow: hidden;
    z-index: 15; }
  .header-links li {
    margin: 0rem; }
  .header-links a, .header-links span {
    line-height: 46px;
    text-transform: none; }
  #topcartlink {
    display: inline-block;
    width: auto;
    margin: 0rem;
    padding: 0rem; }
  .header-lower {
    display: table;
    width: 100%; }
  .header-logo {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    font-size: 0;
    padding: 1.8rem .5rem; }
  .search-box {
    /*display: table-cell;
        text-align: right;
        vertical-align: middle;*/ }
    .search-box input.search-box-text, .search-box .search-box-button {
      height: 2.5rem; }
  /*** NAVIGATION ***/
  .header-menu {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 5;
    width: 61.25rem;
    margin: 0 auto;
    padding: 0rem;
    text-align: left;
    background-color: transparent; } }
  @media all and (min-width: 1001px) and (min-width: 60em) {
    .header-menu {
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }

@media all and (min-width: 1001px) {
  .menu-toggle, .sublist-toggle {
    display: none; }
  .header-menu {
    background: #000;
    color: #FFF;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.1rem; } }

.menu-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-weight: 600;
  height: 100%;
  text-align: left;
  cursor: pointer !important;
  position: relative;
  padding: 1rem 2rem;
  font-weight: 300;
  letter-spacing: 0.05rem;
  line-height: normal;
  color: #FFF; }
  @media screen and (max-width: 49em) {
    .menu-wrapper {
      padding: 1rem; } }
  @media all and (max-width: 26em) {
    .menu-wrapper {
      padding: 0.5rem 0.5rem;
      width: 100%;
      border-right: 0; }
      .menu-wrapper label {
        display: none; }
      .menu-wrapper .item {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; }
        .menu-wrapper .item span[title="Account Settings"],
        .menu-wrapper .item .sub-text {
          display: none; }
        .menu-wrapper .item .cart-qty {
          padding-left: 0.3rem; } }
  .menu-wrapper#logo {
    display: none;
    padding: 0; }
    @media screen and (max-width: 26em) {
      .menu-wrapper#logo {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; } }
    .menu-wrapper#logo img {
      width: 100%; }
  .menu-wrapper:last-child {
    border: 0; }
  .menu-wrapper label {
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 500;
    color: white; }
    .menu-wrapper label i {
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      transition: all 0.2s;
      display: inline-block; }
      .menu-wrapper label i.active {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg); }
  @media all and (min-width: 60em) {
    .menu-wrapper:hover {
      background: #3a93d0; } }
  .menu-wrapper .item {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .menu-wrapper .item .fa, .menu-wrapper .item fas {
      font-size: 0.7rem; }
    @media all and (max-width: 30em) {
      .menu-wrapper .item {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center; } }
    @media all and (min-width: 30em) {
      .menu-wrapper .item .fa-user,
      .menu-wrapper .item .fa-bars,
      .menu-wrapper .item .fa-search[type="top-menu"] {
        display: none !important; } }
    .menu-wrapper .item a {
      font-weight: 300;
      color: #FFF;
      display: inline-block; }
  .menu-wrapper .items {
    position: absolute;
    left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    display: none;
    min-width: 100%;
    width: 250px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    z-index: 99; }
    .menu-wrapper .items span {
      display: block;
      color: #FFF;
      background: #000;
      border-top: 1px solid #FFF; }
      .menu-wrapper .items span:hover {
        background: #3a93d0; }
    @media screen and (max-width: 26em) {
      .menu-wrapper .items {
        position: fixed; } }
  .menu-wrapper .search {
    background: #FFF !important;
    padding: 1rem 1rem !important; }
    .menu-wrapper .search .search-box-button {
      padding: 0.5rem 1rem; }
      @media screen and (max-width: 49em) {
        .menu-wrapper .search .search-box-button {
          width: 10%; } }
    .menu-wrapper .search label {
      display: block !important; }
    .menu-wrapper .search #search-box-icon {
      pointer-events: auto; }
  @media screen and (max-width: 49em) {
    .menu-wrapper .items-search {
      position: fixed;
      height: 100vh;
      background: rgba(0, 0, 0, 0.8); } }
  .menu-wrapper .ui-autocomplete li {
    padding: 0.5rem 0.5rem !important; }
  .menu-wrapper .ui-autocomplete li[role="presentation"] a {
    font-weight: 600 !important;
    color: #6396C7 !important; }
  .menu-wrapper#products a, .menu-wrapper#account a {
    padding: 1rem 2rem;
    width: 100%; }

.footer {
  /*background-color: #eee;*/
  text-align: center; }

.footer-upper {
  width: 95%;
  margin: auto;
  border-bottom: 0.0625rem solid #ddd;
  overflow: hidden;
  padding: 2.5rem 0;
  font-size: 0;
  transition: background 150ms;
  background: rgba(255, 255, 255, 0.75); }

.footer-block {
  width: 95%;
  margin: 0.0625rem auto;
  text-align: left;
  font-size: 0.875rem;
  /*reset zeroing*/ }
  .footer-block .title {
    margin: 0 0 0.0625rem;
    background: #000;
    padding: 0.625rem 1rem;
    font-size: 1rem;
    color: #FFF;
    cursor: pointer; }
    .footer-block .title strong {
      font-weight: normal; }
  .footer-block .list {
    display: none;
    margin: 0 0 0;
    padding: 0 0; }
    .footer-block .list li a {
      display: block;
      padding: 0;
      line-height: 1.25rem;
      color: #000; }
      .footer-block .list li a:hover {
        color: #4ab2f1; }

label.td-title {
  display: none; }

.follow-us {
  margin: 1.875rem auto 0;
  text-align: center; }
  .follow-us .title {
    margin: 0 0 0.625rem;
    background: none;
    color: #444;
    cursor: auto; }
  .follow-us .social ul {
    margin: 0 0 0;
    border-bottom: 0;
    padding: 0 0 1.875rem;
    font-size: 0; }
  .follow-us .social li {
    display: inline-block;
    margin: 0 0.3125rem; }
  .follow-us .social a {
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    background: url("../images/social-sprite.png") no-repeat;
    font-size: 0; }
  .follow-us .social .facebook a {
    background-position: 0 0; }
  .follow-us .social .twitter a {
    background-position: -2.375rem 0; }
  .follow-us .social .rss a {
    background-position: -4.75rem 0; }
  .follow-us .social .youtube a {
    background-position: -7.125rem 0; }
  .follow-us .social .google-plus a {
    background-position: -9.5rem 0; }

.newsletter-email {
  display: inline-block;
  overflow: hidden; }
  .newsletter-email input[type="email"] {
    float: left;
    /*width: 180px;*/
    height: 36px;
    margin: 0rem; }

.newsletter-subscribe-button {
  float: left;
  height: 2.25rem;
  border: none;
  background-color: #000;
  padding: 0 1rem;
  text-align: center;
  color: #FFF;
  text-transform: capitalize; }
  .newsletter-subscribe-button:hover {
    background-color: #3a93d0; }

.newsletter-email .options {
  clear: both;
  padding: 0.625rem 0 0; }

.newsletter-validation, .newsletter-result {
  width: 100%;
  overflow: hidden;
  line-height: 1.75rem; }

/*.newsletter-validation .please-wait {
	display: none !important; 
}*/
.footer-lower {
  width: 95%;
  margin: auto;
  overflow: hidden;
  padding: 1.5rem 0;
  font-size: 0.75rem;
  transition: background 150ms;
  background: rgba(255, 255, 255, 0.75); }

.footer-tax-shipping a {
  font-weight: bold;
  color: #4ab2f1; }
  .footer-tax-shipping a:hover {
    text-decoration: underline; }

.footer-powered-by {
  margin: 0.625rem 0 0; }
  .footer-powered-by a {
    font-weight: bold;
    color: #000; }
    .footer-powered-by a:hover {
      text-decoration: underline; }

.theme-selector {
  margin: 0.625rem 0 0; }
  .theme-selector select {
    width: 10.625rem; }

@media all and (min-width: 481px) {
  /*** FOOTER ***/
  .footer-block {
    width: 85%; }
  .newsletter-email input[type="text"] {
    width: 15rem; } }

@media all and (min-width: 1001px) {
  /*** FOOTER ***/
  .footer-block {
    display: inline-block;
    width: 25.33333%;
    margin: 0 4%;
    vertical-align: top; }
    .footer-block .title {
      margin: 0 0 1rem;
      background: none;
      padding: 0rem;
      color: #444;
      cursor: auto; }
    .footer-block .list {
      display: block !important;
      /* prevents toggle display:none on resize */
      background: none;
      padding: 0; }
      .footer-block .list li {
        padding: 0.3125rem 0; }
      .footer-block .list a {
        display: inline;
        padding: 0; }
  /*** FOOTER ***/
  .footer-upper {
    width: 61.25rem;
    padding: 2.1875rem 0.625rem; }
    .footer-upper:after {
      content: "";
      display: block;
      clear: both; }
  .footer-block {
    float: left;
    width: 13.75rem;
    margin: 0; }
    .footer-block .list {
      margin: 0; }
  .follow-us {
    float: right;
    width: 18.75rem !important;
    margin: 0;
    text-align: left; }
    .follow-us .social li {
      margin: 0 0.625rem 0 0; }
  .newsletter-email {
    display: block; }
    .newsletter-email input[type="text"] {
      width: 12.5rem; }
    .newsletter-email .newsletter-subscribe-button {
      width: 6.25rem;
      padding: 0 0.3125rem; }
  .newsletter-validation .field-validation-valid {
    text-align: left; }
  .footer-lower {
    position: relative;
    width: 61.25rem;
    padding: 1rem 0.3125rem; }
    .footer-lower:after {
      content: "";
      display: block;
      clear: both; }
  .footer-info {
    float: right;
    line-height: 2rem; }
  .footer-powered-by {
    float: left;
    margin: 0;
    line-height: 2rem; }
  .theme-selector {
    float: left;
    margin: 0 0 0 1rem; } }

@media all and (min-width: 1367px) {
  /*** FOOTER ***/
  .footer-upper {
    width: 75rem;
    padding: 2.1875rem 1.875rem; }
  .footer-block {
    width: 17.5rem; }
  .footer-lower {
    width: 75rem;
    padding: 1.5rem 1.25rem; } }

@media all and (max-width: 1000px) {
  .footer-block {
    margin: 0; }
    .footer-block .title {
      padding: 0.875rem; }
      .footer-block .title svg {
        float: right;
        transform: rotate(0);
        padding: 0;
        display: block;
        width: 15px;
        height: 15px;
        -webkit-transition: color 200ms,-webkit-transform 200ms;
        -moz-transition: color 200ms,-moz-transform 200ms;
        transition: color 200ms,transform 200ms; }
    .footer-block .title.show svg {
      transform: rotate(135deg);
      transition: all 0.3s ease 0s; }
    .footer-block .list {
      display: block;
      box-shadow: -0.0625rem 0.0625rem 0.0625rem rgba(0, 0, 0, 0.5);
      background-color: #000;
      background-image: -webkit-linear-gradient(bottom, #002a6a, #276db6);
      background-image: linear-gradient(to top, #002a6a, #276db6);
      padding: 0 0;
      text-align: left;
      -webkit-transform-origin: top left;
      -moz-transform-origin: top left;
      -ms-transform-origin: top left;
      -o-transform-origin: top left;
      transform-origin: top left;
      -webkit-transition: -webkit-transform 300ms,opacity 150ms;
      -moz-transition: -moz-transform 300ms,opacity 150ms;
      transition: transform 300ms,opacity 150ms;
      -webkit-transform: scaleY(0.5) scaleX(0.75);
      -moz-transform: scaleY(0.5) scaleX(0.75);
      -ms-transform: scaleY(0.5) scaleX(0.75);
      -o-transform: scaleY(0.5) scaleX(0.75);
      transform: scaleY(0.5) scaleX(0.75);
      padding: 0;
      height: 0;
      overflow: hidden;
      opacity: 0; }
      .footer-block .list li {
        border-bottom: 0.0625rem solid #FFF; }
        .footer-block .list li a {
          color: #fff;
          padding: 0.625rem 1rem; }
    .footer-block .list.slow {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      height: auto;
      opacity: 1;
      overflow: visible; }
  .footer-block {
    width: 100%; }
  .footer-upper, .footer-lower {
    width: 92.5%;
    border-top: 0;
    padding: 0; } }

.p-site--nop-product-attributes {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  padding: 1rem;
  width: 100%;
  position: relative;
  margin: 0 0 1rem 0;
  border: 1px solid #ddd;
  background: #F2F2F2; }
  @media screen and (min-width: 70em) {
    .p-site--nop-product-attributes {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      padding: 1rem 1rem 2.5rem 1rem; } }
  .p-site--nop-product-attributes .inputs {
    flex: 1; }

.add-on-prices {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  text-transform: uppercase;
  width: 100%; }
  @media screen and (max-width: 20em) {
    .add-on-prices {
      display: inline-block !important; } }
  .add-on-prices .add-on-price {
    text-align: right;
    color: #111;
    font-weight: normal !important; }
    .add-on-prices .add-on-price .add-on-price--label {
      margin-right: 0.25rem; }
    .add-on-prices .add-on-price.add-on-price {
      font-weight: 500 !important;
      min-width: 7rem !important; }
      @media screen and (max-width: 20em) {
        .add-on-prices .add-on-price.add-on-price {
          min-width: 0; } }
  .add-on-prices .add-on-price--saving {
    color: #2eac03;
    text-transform: uppercase;
    font-weight: normal; }

.nop-options {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  width: 100%; }
  .nop-options .short-description {
    margin-bottom: 0.5rem; }
  .nop-options .nop-option-values {
    border-bottom: 1px solid #ddd;
    margin-bottom: 1.5rem;
    display: block; }
  .nop-options .nop-option {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 1rem;
    font-weight: 600;
    font-size: 0.9rem;
    width: 100%;
    background: #F2F2F2; }
    @media screen and (max-width: 49em) {
      .nop-options .nop-option {
        padding: 0.5rem; } }
    @media screen and (max-width: 26em) {
      .nop-options .nop-option {
        -webkit-box-align: start;
        -moz-box-align: start;
        box-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        align-items: flex-start;
        -ms-flex-align: start; } }
    @media screen and (max-width: 26em) {
      .nop-options .nop-option .nop-option-name {
        max-width: 7rem; } }
    .nop-options .nop-option:last-child {
      border-bottom: 1px solid #ddd; }
    .nop-options .nop-option:hover {
      color: #3a93d0;
      cursor: pointer; }
      @media screen and (min-width: 60em) {
        .nop-options .nop-option:hover {
          background: white; } }
    .nop-options .nop-option .nop-option--textprompt {
      width: 100%; }
    .nop-options .nop-option .help {
      color: #666;
      cursor: pointer; }
      .nop-options .nop-option .help:hover {
        color: #111; }
    .nop-options .nop-option .checkbox-override {
      padding: 0.5rem 1rem;
      margin-left: 1rem;
      font-size: 0.75rem;
      background-color: #FFF;
      color: #3a93d0;
      border: 1px solid #3a93d0; }
      .nop-options .nop-option .checkbox-override:hover {
        background-color: #3a93d0;
        color: #FFF; }
      .nop-options .nop-option .checkbox-override.button--active {
        background-color: #3a93d0;
        color: #FFF; }
      .nop-options .nop-option .checkbox-override.checked {
        background: #3a93d0;
        color: #FFF; }
      .nop-options .nop-option .checkbox-override.unchecked:hover {
        background: #3a93d0;
        color: #FFF; }
    .nop-options .nop-option .checked {
      display: none;
      color: #3a93d0; }
    .nop-options .nop-option .unchecked {
      color: #3a93d0;
      display: inline-block; }
      .nop-options .nop-option .unchecked:hover {
        color: #3a93d0; }
    .nop-options .nop-option .fa {
      padding: 0 0 0 0.25rem;
      position: relative;
      top: -0.1rem; }
      .nop-options .nop-option .fa.checkbox-icon {
        padding: 0.2rem;
        font-size: 1.5rem; }
    .nop-options .nop-option.nop-option--disabled {
      color: #CCC;
      cursor: not-allowed; }
      .nop-options .nop-option.nop-option--disabled .checkbox-override {
        border-color: #CCC;
        color: #CCC;
        cursor: not-allowed; }
        .nop-options .nop-option.nop-option--disabled .checkbox-override:hover {
          background-color: transparent; }
    .nop-options .nop-option input[type=checkbox],
    .nop-options .nop-option input[type=radio] {
      display: none; }
      .nop-options .nop-option input[type=checkbox]:disabled + label,
      .nop-options .nop-option input[type=radio]:disabled + label {
        color: red; }
      .nop-options .nop-option input[type=checkbox]:hover,
      .nop-options .nop-option input[type=radio]:hover {
        color: #3a93d0; }
      .nop-options .nop-option input[type=checkbox]:checked ~ .checked,
      .nop-options .nop-option input[type=radio]:checked ~ .checked {
        display: inline-block; }
      .nop-options .nop-option input[type=checkbox]:checked ~ .unchecked,
      .nop-options .nop-option input[type=radio]:checked ~ .unchecked {
        display: none; }
    .nop-options .nop-option.conditional-option .add-on-prices {
      font-size: 0.85rem !important; }

.nop-options--customise--wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  width: 100%; }
  .nop-options--customise--wrapper .help {
    color: #666;
    cursor: pointer; }
  .nop-options--customise--wrapper .nop-options--customise {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    width: 100%; }
    .nop-options--customise--wrapper .nop-options--customise .nop-option--customise {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify;
      font-weight: 600;
      font-size: 1.1rem; }
      .nop-options--customise--wrapper .nop-options--customise .nop-option--customise .nop-option-wrapper {
        padding: 0 1rem;
        position: relative;
        background: #F2F2F2;
        border: 1px solid #ddd;
        margin-bottom: 1rem;
        padding-bottom: 1rem; }
        .nop-options--customise--wrapper .nop-options--customise .nop-option--customise .nop-option-wrapper .nop-option--textprompt {
          width: 100%;
          padding: 1rem 0;
          display: inline-block; }
        .nop-options--customise--wrapper .nop-options--customise .nop-option--customise .nop-option-wrapper .nop-option {
          width: 100%;
          font-weight: 600;
          color: #111;
          padding: 0;
          font-size: 0.85rem;
          cursor: pointer;
          display: -webkit-box;
          display: -moz-box;
          display: box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -moz-box-align: center;
          box-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          align-items: center;
          -ms-flex-align: center;
          display: -webkit-box;
          display: -moz-box;
          display: box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -moz-box-orient: horizontal;
          box-orient: horizontal;
          -webkit-flex-direction: row;
          -moz-flex-direction: row;
          flex-direction: row;
          -ms-flex-direction: row;
          -webkit-box-pack: justify;
          -moz-box-pack: justify;
          box-pack: justify;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          -ms-justify-content: space-between;
          -o-justify-content: space-between;
          justify-content: space-between;
          -ms-flex-pack: justify; }
          .nop-options--customise--wrapper .nop-options--customise .nop-option--customise .nop-option-wrapper .nop-option:hover {
            color: #3a93d0;
            font-weight: 600; }
            .nop-options--customise--wrapper .nop-options--customise .nop-option--customise .nop-option-wrapper .nop-option:hover .fa {
              color: ligten(#3a93d0); }
          .nop-options--customise--wrapper .nop-options--customise .nop-option--customise .nop-option-wrapper .nop-option .price {
            font-weight: 600;
            color: #111; }
          .nop-options--customise--wrapper .nop-options--customise .nop-option--customise .nop-option-wrapper .nop-option .checked {
            display: none;
            color: #3a93d0; }
          .nop-options--customise--wrapper .nop-options--customise .nop-option--customise .nop-option-wrapper .nop-option .fa {
            padding: 0 0 0 0.25rem;
            position: relative;
            top: -0.1rem; }
            .nop-options--customise--wrapper .nop-options--customise .nop-option--customise .nop-option-wrapper .nop-option .fa.checkbox-icon {
              padding: 0 0 0 1rem;
              font-size: 1.5rem; }
          .nop-options--customise--wrapper .nop-options--customise .nop-option--customise .nop-option-wrapper .nop-option.nop-option--disabled {
            color: #CCC;
            cursor: not-allowed; }
          .nop-options--customise--wrapper .nop-options--customise .nop-option--customise .nop-option-wrapper .nop-option input[type=checkbox],
          .nop-options--customise--wrapper .nop-options--customise .nop-option--customise .nop-option-wrapper .nop-option input[type=radio] {
            display: none; }
            .nop-options--customise--wrapper .nop-options--customise .nop-option--customise .nop-option-wrapper .nop-option input[type=checkbox]:checked ~ .checked,
            .nop-options--customise--wrapper .nop-options--customise .nop-option--customise .nop-option-wrapper .nop-option input[type=radio]:checked ~ .checked {
              display: inline-block; }
            .nop-options--customise--wrapper .nop-options--customise .nop-option--customise .nop-option-wrapper .nop-option input[type=checkbox]:checked ~ .unchecked,
            .nop-options--customise--wrapper .nop-options--customise .nop-option--customise .nop-option-wrapper .nop-option input[type=radio]:checked ~ .unchecked {
              display: none; }

.nop-option--input {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }

.toggle-picker {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  border: 1px solid #ddd;
  height: 50px;
  width: 100%;
  background: #FFF; }
  .toggle-picker:hover {
    border-color: #c4c4c4; }
  .toggle-picker .quantity-picker--button {
    cursor: pointer;
    font-size: 1rem;
    color: #000; }
    .toggle-picker .quantity-picker--button:hover {
      color: #3a93d0; }
  .toggle-picker .quantity-picker--value {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: none;
    width: 100%;
    text-align: center;
    font-size: 1rem; }
  .toggle-picker .quantity-picker--dropdown {
    display: none; }

.attribute-badge {
  display: inline-block;
  padding: .25rem .75rem;
  font-size: 0.75rem;
  font-weight: 100;
  margin: 0 0.5rem;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 25px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
  .attribute-badge.attribute-badge__limited {
    color: #fff;
    background-color: #17a2b8; }
  .attribute-badge.attribute-badge__soldout {
    color: #fff;
    background-color: #dc3545; }
  .attribute-badge.attribute-badge__available {
    display: none;
    color: #fff;
    background-color: #28a745; }

.impersonate-product-options {
  background: #F2F2F2;
  padding: 1em; }

.p-site--nop-add-to-cart--summary {
  background: #F2F2F2;
  padding: 1rem;
  position: sticky;
  font-size: 1rem;
  top: 7rem;
  border: 1px solid #ddd;
  width: 100%; }
  @media screen and (min-width: 70em) {
    .p-site--nop-add-to-cart--summary {
      width: 300px;
      min-width: 300px; } }
  .p-site--nop-add-to-cart--summary .nop-add-to-cart--summary_title {
    font-weight: 600;
    text-transform: uppercase; }
  .p-site--nop-add-to-cart--summary .quantity-picker {
    width: 100%; }
  .p-site--nop-add-to-cart--summary.order-summary {
    width: 100% !important;
    border: 0;
    margin: 0; }
  .p-site--nop-add-to-cart--summary .info {
    padding: 0.2rem 0rem;
    text-align: right; }
  .p-site--nop-add-to-cart--summary .heading {
    line-height: 1.5rem;
    font-weight: 600;
    font-weight: 600;
    text-align: center;
    padding: 0.2rem 0;
    z-index: 0;
    margin: 0 0 1.5rem 0; }
  .p-site--nop-add-to-cart--summary .summary {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 1rem 0rem; }
    .p-site--nop-add-to-cart--summary .summary.summary-add-on {
      height: 36px;
      padding: 0.25rem 0rem !important; }
    .p-site--nop-add-to-cart--summary .summary > .amount {
      text-align: right;
      font-weight: 600;
      line-height: 1;
      font-size: 1rem; }
    .p-site--nop-add-to-cart--summary .summary > .label {
      max-width: 80%;
      font-weight: 100;
      letter-spacing: .02rem;
      font-size: 0.85rem; }
      .p-site--nop-add-to-cart--summary .summary > .label small {
        color: #111; }
    .p-site--nop-add-to-cart--summary .summary.summary-divider {
      border-top: 1px solid #ddd; }
    .p-site--nop-add-to-cart--summary .summary.summary-add-to-cart--total .amount {
      font-size: 1.5rem; }
    .p-site--nop-add-to-cart--summary .summary.summary-total {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      -webkit-box-align: end;
      -moz-box-align: end;
      box-align: end;
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      -ms-align-items: flex-end;
      -o-align-items: flex-end;
      align-items: flex-end;
      -ms-flex-align: end;
      margin-top: 1rem;
      padding-top: 0; }
      .p-site--nop-add-to-cart--summary .summary.summary-total .label {
        font-size: .95rem;
        text-transform: uppercase;
        font-weight: 600; }
      .p-site--nop-add-to-cart--summary .summary.summary-total .amount {
        font-size: 2.5rem; }
  .p-site--nop-add-to-cart--summary .buttons {
    margin: 0; }
    .p-site--nop-add-to-cart--summary .buttons .button, .p-site--nop-add-to-cart--summary .buttons .button-2, .p-site--nop-add-to-cart--summary .buttons input[type=button], .p-site--nop-add-to-cart--summary .buttons .button-1, .p-site--nop-add-to-cart--summary .buttons .nop-options .nop-option .checkbox-override, .nop-options .nop-option .p-site--nop-add-to-cart--summary .buttons .checkbox-override, .p-site--nop-add-to-cart--summary .buttons .swal2-container .swal2-actions font-family input[type="button"], .swal2-container .swal2-actions font-family .p-site--nop-add-to-cart--summary .buttons input[type="button"], .p-site--nop-add-to-cart--summary .buttons
    .swal2-container .swal2-actions .swal2-confirm,
    .swal2-container .swal2-actions .p-site--nop-add-to-cart--summary .buttons .swal2-confirm, .p-site--nop-add-to-cart--summary .buttons .swal2-container .swal2-actions .swal2-cancel, .swal2-container .swal2-actions .p-site--nop-add-to-cart--summary .buttons .swal2-cancel {
      width: 100%;
      text-transform: uppercase; }

.selection-not-available {
  color: #FFF !important; }

#buy-early--review {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  text-align: center;
  color: #000;
  font-size: 0.75rem;
  letter-spacing: .1em;
  margin-bottom: 2rem; }
  #buy-early--review .saving {
    font-weight: 500;
    padding: 0 0 0.15rem 0; }
  #buy-early--review .saving-offer-duration {
    font-size: 1.75rem;
    font-weight: 600;
    color: #2eac03; }
  #buy-early--review .saving-offer-deadline {
    text-transform: uppercase; }

.p-site--nop-modal {
  transition: all 0.25s;
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(44, 44, 44, 0);
  z-index: 1000;
  top: -100%; }
  .p-site--nop-modal.active {
    top: 0%;
    background: rgba(44, 44, 44, 0.5); }
  .p-site--nop-modal .modal-content-wrapper {
    transition: all 0.25s ease-in;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    width: 100%;
    height: 100%;
    z-index: 11; }
    .p-site--nop-modal .modal-content-wrapper .modal-content {
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      padding: 1em;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
      background: #F2F2F2;
      width: 100%;
      height: 100%;
      overflow-y: auto; }
      @media all and (min-width: 60em) {
        .p-site--nop-modal .modal-content-wrapper .modal-content {
          width: 80%;
          height: 80%;
          max-height: 80%; } }
      .p-site--nop-modal .modal-content-wrapper .modal-content .modal-heading {
        text-transform: uppercase;
        border-bottom: 1px solid #ddd;
        font-size: 0.4rem;
        position: relative;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center; }
        @media all and (min-width: 60em) {
          .p-site--nop-modal .modal-content-wrapper .modal-content .modal-heading {
            font-size: 1rem; } }
      .p-site--nop-modal .modal-content-wrapper .modal-content .modal-body {
        margin: 1rem 0;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        overflow-y: auto; }
        .p-site--nop-modal .modal-content-wrapper .modal-content .modal-body .page-body {
          background: none !important;
          padding: 0; }
        .p-site--nop-modal .modal-content-wrapper .modal-content .modal-body .authorization--text {
          padding: 1rem; }
      .p-site--nop-modal .modal-content-wrapper .modal-content .modal-close {
        color: #000; }

.ui-dialog-titlebar {
  opacity: 0; }

.image-upload {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
  .image-upload .image-preview {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    transition: opacity 0.25s ease;
    overflow: hidden;
    width: 100px;
    cursor: pointer; }
    @media all and (min-width: 60em) {
      .image-upload .image-preview {
        width: 150px;
        min-height: 150px; } }
    .image-upload .image-preview img {
      -webkit-transition: 0.1s all;
      -moz-transition: 0.1s all;
      transition: 0.1s all;
      height: 100%;
      width: 100%;
      opacity: 1;
      border: 1px solid #ddd; }
      .image-upload .image-preview img:hover {
        opacity: 0.8;
        cursor: pointer; }
  .image-upload input[type=file] {
    display: none; }

.upload-photo-modal {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column; }
  @media all and (min-width: 60em) {
    .upload-photo-modal {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row; } }
  .upload-photo-modal .photo-options {
    min-width: 300px; }
    .upload-photo-modal .photo-options .croppie-wrapper {
      height: 300px; }
      .upload-photo-modal .photo-options .croppie-wrapper .image-picker {
        cursor: pointer;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        text-align: center;
        height: 100%;
        width: 100%;
        background: #000;
        color: #FFF; }
  .upload-photo-modal .photo-details {
    padding: 1rem; }

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/**
 * The picker input element.
 */
.picker__input {
  cursor: default; }

/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec; }

/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
/**
 * Make the holder and frame fullscreen.
 */
.picker__holder,
.picker__frame {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%); }

/**
 * The holder should overlay the entire screen.
 */
.picker__holder {
  position: fixed;
  transition: background 0.15s ease-out, -webkit-transform 0s 0.15s;
  transition: background 0.15s ease-out, transform 0s 0.15s;
  -webkit-backface-visibility: hidden; }

/**
 * The frame that bounds the box contents of the picker.
 */
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.15s ease-out; }

@media (min-height: 33.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%; } }

@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%; } }

/**
 * The wrapper sets the stage to vertically align the box contents.
 */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%; }

@media (min-height: 33.875em) {
  .picker__wrap {
    display: block; } }

/**
 * The box contains all the picker contents.
 */
.picker__box {
  background: #ffffff;
  display: table-cell;
  vertical-align: middle; }

@media (min-height: 26.5em) {
  .picker__box {
    font-size: 1.25em; } }

@media (min-height: 33.875em) {
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24); } }

@media (min-height: 40.125em) {
  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    border-radius: 5px; } }

/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  transition: background 0.15s ease-out; }

.picker--opened .picker__frame {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1; }

@media (min-height: 33.875em) {
  .picker--opened .picker__frame {
    top: auto;
    bottom: 0; } }

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em; }

/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em; }

/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em; }

.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic; }

/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em; }

@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em; } }

.picker__select--month {
  width: 35%; }

.picker__select--year {
  width: 22.5%; }

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec; }

/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em; }

@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em; } }

.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em; }

@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em; } }

.picker__nav--next {
  right: -1em;
  padding-left: 1.25em; }

@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em; } }

.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto; }

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000; }

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5; }

/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em; }

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em; } }

.picker__table td {
  margin: 0;
  padding: 0; }

/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */ }

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em; } }

/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent; }

.picker__day--today {
  position: relative; }

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent; }

.picker__day--disabled:before {
  border-top-color: #aaaaaa; }

.picker__day--outfocus {
  color: #dddddd; }

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

.picker__day--highlighted {
  border-color: #0089ec; }

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff; }

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default; }

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb; }

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center; }

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom; }

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb; }

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none; }

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0; }

.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em; }

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent; }

.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200; }

.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777; }

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default; }

.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa; }

/* ==========================================================================
   $DEFAULT-DATE-PICKER
   ========================================================================== */
hr {
  border: 1px solid #F3F3F3;
  margin: 10px 0; }

.authorization--text a {
  color: #276db6; }

.authorization--agree-statement {
  border: 1px solid #b02621;
  background: #fff1d6;
  color: #172241;
  padding: 10px;
  margin-bottom: 10px; }

.authorization--buttons {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.authorization-form {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start; }
  .authorization-form .agreement-text {
    padding: 1em 0;
    font-size: 1.5em; }
  .authorization-form .button, .authorization-form .button-1, .authorization-form .button-2, .authorization-form input[type=button], .authorization-form .nop-options .nop-option .checkbox-override, .nop-options .nop-option .authorization-form .checkbox-override, .authorization-form .swal2-container .swal2-actions font-family input[type="button"], .swal2-container .swal2-actions font-family .authorization-form input[type="button"], .authorization-form
  .swal2-container .swal2-actions .button,
  .swal2-container .swal2-actions .authorization-form .button, .authorization-form
  .swal2-container .swal2-actions .swal2-confirm,
  .swal2-container .swal2-actions .authorization-form .swal2-confirm, .authorization-form .swal2-container .swal2-actions .swal2-cancel, .swal2-container .swal2-actions .authorization-form .swal2-cancel {
    margin: 0px !important; }

.authorization-profile--list {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  margin: 1rem 0; }
  .authorization-profile--list .authorization-profile--item {
    border: 1px solid #E4E4E4;
    padding: 1rem;
    cursor: pointer;
    margin: 0.5rem 0; }
    .authorization-profile--list .authorization-profile--item:required {
      background: #b02621;
      color: #FFF; }
    .authorization-profile--list .authorization-profile--item:hover {
      background: #E4E4E4; }

.breadcrumb {
  margin: 0 0 3.125rem;
  padding: 0;
  display: inline-block;
  width: auto; }
  @media screen and (max-width: 49em) {
    .breadcrumb {
      display: none; } }
  .breadcrumb ul {
    font-size: 0; }
  .breadcrumb li {
    display: inline-block;
    margin-right: 0.0625rem;
    margin-bottom: 0.0625rem;
    background-color: rgba(255, 255, 255, 0.75);
    vertical-align: middle; }
    .breadcrumb li:last-of-type {
      font-weight: 600; }
    .breadcrumb li a {
      display: block;
      padding: 0.625rem 0.75rem;
      margin: 0 0;
      font-size: 0.875rem;
      color: #000; }
      .breadcrumb li a:hover {
        background-color: #EE6B0A;
        color: #fff; }
      .breadcrumb li a i {
        position: relative;
        margin-left: 10px;
        font-size: 0.85em; }
  .breadcrumb strong {
    font-weight: normal;
    font-size: 0.875rem;
    padding: 0.625rem 0.75rem;
    display: inline-block; }
  .breadcrumb a:hover {
    color: #fff; }

/*********** SIDE COLUMN ***********/
.block {
  min-height: 3.125rem;
  margin: auto;
  text-align: left; }
  .block .title {
    position: relative;
    margin: 0 0 0.625rem;
    padding: .75rem .5625rem;
    font-size: 0.875rem;
    color: #eee;
    cursor: pointer;
    font-size: 1rem; }
    .block .title strong {
      font-weight: normal;
      font-size: 1rem; }
  .block .listbox {
    display: none;
    border-bottom: 0.0625rem solid #444;
    padding: 0; }
  .block .list li {
    padding: 0; }
    .block .list li a.active {
      background-color: #3A93D0; }
  .block .list a {
    display: block;
    position: relative;
    padding: 1rem;
    line-height: 0.8125rem;
    font-size: 0.875rem;
    background-color: #276db6;
    color: #FFF;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    border-bottom: 1px solid #ffffff80;
    -webkit-transition: background 150ms,color 150ms,border 150ms;
    -moz-transition: background 150ms,color 150ms,border 150ms;
    transition: background 150ms,color 150ms,border 150ms;
    font-size: 1rem; }
  .block .list .active > a {
    color: #FFF;
    background-color: #3A93D0; }
  .block .list a:hover {
    color: #FFF !important;
    background-color: #3a93d0 !important;
    -webkit-transition: background 150ms,color 150ms,border 150ms;
    -moz-transition: background 150ms,color 150ms,border 150ms;
    transition: background 150ms,color 150ms,border 150ms; }
  .block a.product-picture {
    display: none; }
    .block a.product-picture:before {
      display: none; }
  .block .sublist {
    margin: 0;
    background-color: #0eb5de; }
    .block .sublist li.active a {
      background-color: #0eb5de; }
    .block .sublist a {
      font-size: 0.875rem;
      padding: 1rem;
      line-height: 0.4375rem;
      -webkit-transition: background 150ms,color 150ms,border 150ms;
      -moz-transition: background 150ms,color 150ms,border 150ms;
      transition: background 150ms,color 150ms,border 150ms;
      border-bottom: 1px solid #ffffff80;
      font-size: 0.875rem; }
    .block .sublist .inactive > a {
      background-color: #6396C7; }
      .block .sublist .inactive > a:hover {
        background-color: #3a93d0;
        -webkit-transition: background 150ms,color 150ms,border 150ms;
        -moz-transition: background 150ms,color 150ms,border 150ms;
        transition: background 150ms,color 150ms,border 150ms; }
  .block .view-all {
    margin: 0 0; }
    .block .view-all a {
      display: inline-block;
      text-decoration: none;
      color: #FFF;
      border: none;
      margin: 0 .125em .125em 0;
      line-height: 1;
      font-size: 0.875rem;
      background-color: #000;
      background-position: 99% top;
      z-index: auto;
      background-size: 200% 200%;
      position: relative;
      white-space: nowrap;
      padding: 0.625rem 1.25rem; }
      .block .view-all a:hover {
        background-color: #3a93d0; }
      .block .view-all a:before {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        margin-top: -1.0625rem;
        border-top: 1.0625rem solid transparent;
        border-bottom: 1.0625rem solid transparent;
        border-left: 1rem solid #000; }
  .block .view-all a:hover:before {
    pointer-events: none;
    margin-top: -1em;
    border-top: 1em solid transparent;
    border-bottom: 1em solid transparent;
    border-left: 0.8em solid #3a93d0; }
  .block .tags {
    margin: 5px 0 10px; }
    .block .tags ul {
      font-size: 0; }
    .block .tags li {
      display: inline-block;
      position: relative;
      margin: 0 0.625rem;
      overflow: hidden;
      font-size: 1rem !important;
      /*setting base size*/ }

.product-tags-all-page li {
  display: inline-block;
  position: relative;
  margin: 0 0.625rem;
  overflow: hidden;
  font-size: 1rem !important;
  /*setting base size*/ }

.block .tags li a, .product-tags-all-page li a {
  float: left;
  line-height: 1.875rem;
  color: #eee; }

.block .tags li a:hover, .product-tags-all-page li a:hover {
  color: #4ab2f1; }

.block-recently-viewed-products .listbox {
  background-color: rgba(255, 255, 255, 0); }

.block.block-recently-viewed-products .listbox ul.list li.listbox {
  border-bottom: 0.0625rem solid #ddd;
  background-color: rgba(255, 255, 255, 0); }
  .block.block-recently-viewed-products .listbox ul.list li.listbox a {
    border: 0; }

.poll strong {
  display: block;
  margin: 0.625rem 0;
  background-color: #f6f6f6;
  padding: 0.625rem 1rem;
  font-size: 0.875rem;
  font-weight: normal;
  color: #eee;
  text-transform: capitalize; }

.poll-options, .poll-results {
  margin: 0.625rem 0 1rem;
  overflow: hidden;
  font-size: 0.875rem;
  color: #eee; }

.poll-options li, .poll-results li {
  margin: 0.625rem 0; }

.block-popular-tags .listbox {
  margin-top: 0; }
  .block-popular-tags .listbox .tags {
    background-color: rgba(255, 255, 255, 0); }

.poll-options li > input {
  margin: 0 0.3125rem 0 0;
  cursor: pointer; }

.poll-options li > label {
  display: inline-block;
  font-size: 1rem;
  cursor: pointer; }

.poll .buttons input {
  border: none;
  background-color: #aaa;
  padding: 0.625rem 1.25rem;
  font-size: 0.75rem;
  color: #FFF;
  text-transform: capitalize; }
  .poll .buttons input:hover {
    background-color: #3a93d0; }

.poll-total-votes {
  display: block;
  margin: 0.625rem 0 0;
  font-weight: bold;
  font-style: italic;
  color: #eee; }

.home-page-polls {
  text-align: left;
  background-color: rgba(255, 255, 255, 0); }
  .home-page-polls .title {
    border-bottom: 0.0625rem solid #ddd;
    color: #eee;
    font-size: 1.875rem;
    font-weight: normal;
    margin: 0 0 1.875rem;
    padding: 0.625rem 1.875rem;
    text-align: left; }
    .home-page-polls .title strong {
      font-weight: normal; }
  .home-page-polls li {
    display: inline-block;
    margin: 0.625rem; }
  .home-page-polls .buttons {
    padding: 1rem; }

@media all and (max-width: 1000px) {
  .block .title {
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.301961); }
  .block .title svg {
    transform: rotate(0);
    padding: 0;
    display: block;
    width: 15px;
    height: 15px;
    -webkit-transition: color 200ms,-webkit-transform 200ms;
    -moz-transition: color 200ms,-moz-transform 200ms;
    transition: color 200ms,transform 200ms; }
  .block .title.show svg {
    transform: rotate(135deg);
    transition: all 0.3s ease 0s; }
  .block .listbox {
    display: block;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: -webkit-transform 300ms,opacity 150ms;
    -moz-transition: -moz-transform 300ms,opacity 150ms;
    transition: transform 300ms,opacity 150ms;
    -webkit-transform: scaleY(0.5) scaleX(0.75);
    -moz-transform: scaleY(0.5) scaleX(0.75);
    -ms-transform: scaleY(0.5) scaleX(0.75);
    -o-transform: scaleY(0.5) scaleX(0.75);
    transform: scaleY(0.5) scaleX(0.75);
    padding: 0;
    height: 0;
    overflow: hidden;
    opacity: 0; }
  .block .listbox.slow {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    height: auto;
    opacity: 1;
    overflow: visible; }
  .side-2 {
    margin-bottom: 0;
    margin-top: 0; } }

@media all and (min-width: 1001px) {
  /*** COLUMN ***/
  .block {
    float: none;
    width: auto;
    margin: 0 0 1.25rem; }
    .block .title {
      margin: 0rem;
      background: none;
      cursor: auto;
      background: #172241;
      /*background-color: transparent;
            background-image: -webkit-linear-gradient(-495deg, transparent $depth12, #002a6a 0);
            background-image: linear-gradient(225deg, transparent $depth12, #002a6a 0);
            background-position: 99% top;
            z-index: auto;
            background-size: 200% 200%;*/
      padding: .75rem .5625rem;
      color: #fff;
      margin: 0 0 0.0625rem 0; }
      .block .title strong {
        font-weight: normal; }
    .block .listbox {
      display: block;
      border-bottom: none; }
    .block a.product-picture {
      display: inline-block;
      position: relative;
      width: 30%;
      margin: 0rem;
      vertical-align: middle;
      background-color: transparent;
      padding: 0.3125rem; }
      .block a.product-picture img {
        max-width: 100%;
        height: auto; }
    .block a.product-name {
      vertical-align: middle; }
    .block a.product-picture + a.product-name {
      width: 68%;
      display: inline-block;
      background-color: transparent;
      color: #131A2D; }
      .block a.product-picture + a.product-name:before {
        display: none; } }

.p-site--checkout {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  padding: 1em; }
  .p-site--checkout .p-site--checkout--content {
    width: 100%; }
  .p-site--checkout .p-site--checkout--progress-steps {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    height: 40px;
    margin-bottom: 1.5em; }
    @media screen and (min-width: 60em) {
      .p-site--checkout .p-site--checkout--progress-steps {
        height: 100px; } }
    .p-site--checkout .p-site--checkout--progress-steps .p-site--checkout--progress-step {
      z-index: 1;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify;
      text-align: center;
      height: 30px;
      color: #000; }
      @media all and (min-width: 60em) {
        .p-site--checkout .p-site--checkout--progress-steps .p-site--checkout--progress-step {
          height: 100px; } }
      .p-site--checkout .p-site--checkout--progress-steps .p-site--checkout--progress-step.active {
        pointer-events: unset; }
        .p-site--checkout .p-site--checkout--progress-steps .p-site--checkout--progress-step.active .step-number {
          background: #000;
          color: #FFF;
          font-size: 2em;
          height: 66px;
          width: 68px;
          position: relative;
          top: -4px; }
          @media all and (max-width: 60em) {
            .p-site--checkout .p-site--checkout--progress-steps .p-site--checkout--progress-step.active .step-number {
              width: 30px;
              height: 30px;
              font-size: 1em;
              top: 0; } }
        .p-site--checkout .p-site--checkout--progress-steps .p-site--checkout--progress-step.active .step-label {
          color: #000;
          font-weight: 500; }
  .p-site--checkout .step-number {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    border-radius: 50%;
    width: 60px;
    height: 55px;
    color: #CCC;
    background: #F2F2F2;
    font-size: 2em;
    text-align: center; }
    @media all and (max-width: 60em) {
      .p-site--checkout .step-number {
        width: 30px;
        height: 30px;
        font-size: 1em; } }
    .p-site--checkout .step-number.completed {
      background: #5fa03b;
      color: #FFF; }
  .p-site--checkout .step-label {
    color: #CCC;
    top: 5px;
    position: relative;
    text-transform: uppercase;
    transform: rotate(-45deg);
    text-align: right;
    font-weight: normal;
    font-size: 1em;
    display: none; }
    @media all and (min-width: 60em) {
      .p-site--checkout .step-label {
        display: inline-block;
        transform: none;
        line-height: 1.2;
        color: #CCC;
        text-align: center; } }
  .p-site--checkout .step-bar {
    position: absolute;
    top: 30%;
    z-index: 0;
    border: 1px solid #ddd;
    background: #F2F2F2;
    width: 90%;
    left: 5%; }
    @media all and (max-width: 60em) {
      .p-site--checkout .step-bar {
        display: none; } }

.order-items .order-item {
  background: #FFF;
  margin-right: 40px;
  margin-bottom: 30px;
  padding-bottom: 0.1em; }
  .order-items .order-item .order-item--heading {
    background: #000;
    color: #FFF;
    padding: 0.6em;
    font-weight: 600;
    font-size: 1.3em;
    text-transform: uppercase;
    position: relative; }
    .order-items .order-item .order-item--heading .order-item--remove {
      width: 40px;
      height: 43px;
      background: #CCC;
      color: #FFF;
      position: absolute;
      top: 0px;
      right: -40px;
      font-size: 1.5em;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; }
  .order-items .order-item .order-item--total {
    border-top: 2px solid #172241;
    text-align: right;
    padding: 10px 0;
    margin: 10px;
    font-size: 1.3em;
    font-weight: 600;
    color: #172241; }
  .order-items .order-item .order-item--attributes {
    margin: 10px; }

.cart-total {
  font-size: 0.85em;
  color: #172241;
  font-weight: 600; }
  .cart-total .cart-total-left {
    text-transform: uppercase; }
  .cart-total .cart-total-right {
    font-size: 1.4em; }
  .cart-total .order-total {
    border-top: 2px solid #172241; }
    .cart-total .order-total .cart-total-right {
      font-size: 1.8em; }
      .cart-total .order-total .cart-total-right span {
        display: inline-block;
        padding: 0.2em 0; }

.rental-profile-form {
  width: 100%; }
  .rental-profile-form .heading {
    padding: 1em !important; }
  .rental-profile-form .item-detail {
    padding: 1rem !important; }
  .rental-profile-form .inputs {
    min-height: 145px; }
  @media all and (max-width: 30em) {
    .rental-profile-form .item-detail {
      padding: 0 0.5rem !important; }
    .rental-profile-form .inputs {
      margin-right: 0 !important;
      width: 100%; }
    .rental-profile-form .heading {
      text-align: center;
      padding: 0.5rem !important; } }
  @media all and (max-width: 26em) {
    .rental-profile-form .item-detail {
      display: inline-block !important; } }

@media all and (max-width: 30em) {
  .rental-location {
    width: 100%; }
  #billing-address-form .item-detail {
    padding: 0 0.5rem !important; } }

#billing-address-form .item-detail.item-address {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column; }

#billing-address-form .validation-summary-errors {
  width: 100%; }

.shipping-price {
  color: #111;
  font-weight: 500; }

.p-site--homepage-categoryselector {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  margin-bottom: 1em; }
  @media all and (min-width: 60em) {
    .p-site--homepage-categoryselector {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row; } }
  .p-site--homepage-categoryselector .p-site--nop-options, .p-site--homepage-categoryselector .account-page .account-sidebar .account-sidebar--items, .account-page .account-sidebar .p-site--homepage-categoryselector .account-sidebar--items {
    width: 100%; }
    @media (min-width: 60em) {
      .p-site--homepage-categoryselector .p-site--nop-options, .p-site--homepage-categoryselector .account-page .account-sidebar .account-sidebar--items, .account-page .account-sidebar .p-site--homepage-categoryselector .account-sidebar--items {
        width: 50%; } }
    .p-site--homepage-categoryselector .p-site--nop-options .p-site--nop-option select, .p-site--homepage-categoryselector .account-page .account-sidebar .account-sidebar--items .p-site--nop-option select, .account-page .account-sidebar .p-site--homepage-categoryselector .account-sidebar--items .p-site--nop-option select {
      width: 100%;
      margin-bottom: 20px; }
    .p-site--homepage-categoryselector .p-site--nop-options .button, .p-site--homepage-categoryselector .account-page .account-sidebar .account-sidebar--items .button, .account-page .account-sidebar .p-site--homepage-categoryselector .account-sidebar--items .button, .p-site--homepage-categoryselector .p-site--nop-options .button-1, .p-site--homepage-categoryselector .account-page .account-sidebar .account-sidebar--items .button-1, .account-page .account-sidebar .p-site--homepage-categoryselector .account-sidebar--items .button-1, .p-site--homepage-categoryselector .p-site--nop-options .button-2, .p-site--homepage-categoryselector .account-page .account-sidebar .account-sidebar--items .button-2, .account-page .account-sidebar .p-site--homepage-categoryselector .account-sidebar--items .button-2, .p-site--homepage-categoryselector .p-site--nop-options input[type=button], .p-site--homepage-categoryselector .account-page .account-sidebar .account-sidebar--items input[type=button], .account-page .account-sidebar .p-site--homepage-categoryselector .account-sidebar--items input[type=button], .p-site--homepage-categoryselector .p-site--nop-options .nop-options .nop-option .checkbox-override, .nop-options .nop-option .p-site--homepage-categoryselector .p-site--nop-options .checkbox-override, .p-site--homepage-categoryselector .account-page .account-sidebar .account-sidebar--items .nop-options .nop-option .checkbox-override, .nop-options .nop-option .p-site--homepage-categoryselector .account-page .account-sidebar .account-sidebar--items .checkbox-override, .account-page .account-sidebar .p-site--homepage-categoryselector .account-sidebar--items .nop-options .nop-option .checkbox-override, .nop-options .nop-option .account-page .account-sidebar .p-site--homepage-categoryselector .account-sidebar--items .checkbox-override, .p-site--homepage-categoryselector .p-site--nop-options .swal2-container .swal2-actions font-family input[type="button"], .swal2-container .swal2-actions font-family .p-site--homepage-categoryselector .p-site--nop-options input[type="button"], .p-site--homepage-categoryselector .account-page .account-sidebar .account-sidebar--items .swal2-container .swal2-actions font-family input[type="button"], .swal2-container .swal2-actions font-family .p-site--homepage-categoryselector .account-page .account-sidebar .account-sidebar--items input[type="button"], .account-page .account-sidebar .p-site--homepage-categoryselector .account-sidebar--items .swal2-container .swal2-actions font-family input[type="button"], .swal2-container .swal2-actions font-family .account-page .account-sidebar .p-site--homepage-categoryselector .account-sidebar--items input[type="button"], .p-site--homepage-categoryselector .p-site--nop-options
    .swal2-container .swal2-actions .swal2-confirm,
    .swal2-container .swal2-actions .p-site--homepage-categoryselector .p-site--nop-options .swal2-confirm, .p-site--homepage-categoryselector .account-page .account-sidebar .account-sidebar--items
    .swal2-container .swal2-actions .swal2-confirm,
    .swal2-container .swal2-actions .p-site--homepage-categoryselector .account-page .account-sidebar .account-sidebar--items .swal2-confirm, .account-page .account-sidebar .p-site--homepage-categoryselector .account-sidebar--items
    .swal2-container .swal2-actions .swal2-confirm,
    .swal2-container .swal2-actions .account-page .account-sidebar .p-site--homepage-categoryselector .account-sidebar--items .swal2-confirm, .p-site--homepage-categoryselector .p-site--nop-options .swal2-container .swal2-actions .swal2-cancel, .swal2-container .swal2-actions .p-site--homepage-categoryselector .p-site--nop-options .swal2-cancel, .p-site--homepage-categoryselector .account-page .account-sidebar .account-sidebar--items .swal2-container .swal2-actions .swal2-cancel, .swal2-container .swal2-actions .p-site--homepage-categoryselector .account-page .account-sidebar .account-sidebar--items .swal2-cancel, .account-page .account-sidebar .p-site--homepage-categoryselector .account-sidebar--items .swal2-container .swal2-actions .swal2-cancel, .swal2-container .swal2-actions .account-page .account-sidebar .p-site--homepage-categoryselector .account-sidebar--items .swal2-cancel {
      margin: 0; }
      .p-site--homepage-categoryselector .p-site--nop-options .button:hover, .p-site--homepage-categoryselector .account-page .account-sidebar .account-sidebar--items .button:hover, .account-page .account-sidebar .p-site--homepage-categoryselector .account-sidebar--items .button:hover, .p-site--homepage-categoryselector .p-site--nop-options .button-1:hover, .p-site--homepage-categoryselector .account-page .account-sidebar .account-sidebar--items .button-1:hover, .account-page .account-sidebar .p-site--homepage-categoryselector .account-sidebar--items .button-1:hover, .p-site--homepage-categoryselector .p-site--nop-options .button-2:hover, .p-site--homepage-categoryselector .account-page .account-sidebar .account-sidebar--items .button-2:hover, .account-page .account-sidebar .p-site--homepage-categoryselector .account-sidebar--items .button-2:hover, .p-site--homepage-categoryselector .p-site--nop-options input[type=button]:hover, .p-site--homepage-categoryselector .account-page .account-sidebar .account-sidebar--items input[type=button]:hover, .account-page .account-sidebar .p-site--homepage-categoryselector .account-sidebar--items input[type=button]:hover, .p-site--homepage-categoryselector .p-site--nop-options .nop-options .nop-option .checkbox-override:hover, .nop-options .nop-option .p-site--homepage-categoryselector .p-site--nop-options .checkbox-override:hover, .p-site--homepage-categoryselector .account-page .account-sidebar .account-sidebar--items .nop-options .nop-option .checkbox-override:hover, .nop-options .nop-option .p-site--homepage-categoryselector .account-page .account-sidebar .account-sidebar--items .checkbox-override:hover, .account-page .account-sidebar .p-site--homepage-categoryselector .account-sidebar--items .nop-options .nop-option .checkbox-override:hover, .nop-options .nop-option .account-page .account-sidebar .p-site--homepage-categoryselector .account-sidebar--items .checkbox-override:hover, .p-site--homepage-categoryselector .p-site--nop-options .swal2-container .swal2-actions font-family input[type="button"]:hover, .swal2-container .swal2-actions font-family .p-site--homepage-categoryselector .p-site--nop-options input[type="button"]:hover, .p-site--homepage-categoryselector .account-page .account-sidebar .account-sidebar--items .swal2-container .swal2-actions font-family input[type="button"]:hover, .swal2-container .swal2-actions font-family .p-site--homepage-categoryselector .account-page .account-sidebar .account-sidebar--items input[type="button"]:hover, .account-page .account-sidebar .p-site--homepage-categoryselector .account-sidebar--items .swal2-container .swal2-actions font-family input[type="button"]:hover, .swal2-container .swal2-actions font-family .account-page .account-sidebar .p-site--homepage-categoryselector .account-sidebar--items input[type="button"]:hover, .p-site--homepage-categoryselector .p-site--nop-options
      .swal2-container .swal2-actions .swal2-confirm:hover,
      .swal2-container .swal2-actions .p-site--homepage-categoryselector .p-site--nop-options .swal2-confirm:hover, .p-site--homepage-categoryselector .account-page .account-sidebar .account-sidebar--items
      .swal2-container .swal2-actions .swal2-confirm:hover,
      .swal2-container .swal2-actions .p-site--homepage-categoryselector .account-page .account-sidebar .account-sidebar--items .swal2-confirm:hover, .account-page .account-sidebar .p-site--homepage-categoryselector .account-sidebar--items
      .swal2-container .swal2-actions .swal2-confirm:hover,
      .swal2-container .swal2-actions .account-page .account-sidebar .p-site--homepage-categoryselector .account-sidebar--items .swal2-confirm:hover, .p-site--homepage-categoryselector .p-site--nop-options .swal2-container .swal2-actions .swal2-cancel:hover, .swal2-container .swal2-actions .p-site--homepage-categoryselector .p-site--nop-options .swal2-cancel:hover, .p-site--homepage-categoryselector .account-page .account-sidebar .account-sidebar--items .swal2-container .swal2-actions .swal2-cancel:hover, .swal2-container .swal2-actions .p-site--homepage-categoryselector .account-page .account-sidebar .account-sidebar--items .swal2-cancel:hover, .account-page .account-sidebar .p-site--homepage-categoryselector .account-sidebar--items .swal2-container .swal2-actions .swal2-cancel:hover, .swal2-container .swal2-actions .account-page .account-sidebar .p-site--homepage-categoryselector .account-sidebar--items .swal2-cancel:hover, .p-site--homepage-categoryselector .p-site--nop-options .product-boxes .product-box:hover .button, .product-boxes .product-box:hover .p-site--homepage-categoryselector .p-site--nop-options .button, .p-site--homepage-categoryselector .account-page .account-sidebar .account-sidebar--items .product-boxes .product-box:hover .button, .product-boxes .product-box:hover .p-site--homepage-categoryselector .account-page .account-sidebar .account-sidebar--items .button, .account-page .account-sidebar .p-site--homepage-categoryselector .account-sidebar--items .product-boxes .product-box:hover .button, .product-boxes .product-box:hover .account-page .account-sidebar .p-site--homepage-categoryselector .account-sidebar--items .button, .p-site--homepage-categoryselector .p-site--nop-options .product-boxes .product-box:hover .button-1, .product-boxes .product-box:hover .p-site--homepage-categoryselector .p-site--nop-options .button-1, .p-site--homepage-categoryselector .account-page .account-sidebar .account-sidebar--items .product-boxes .product-box:hover .button-1, .product-boxes .product-box:hover .p-site--homepage-categoryselector .account-page .account-sidebar .account-sidebar--items .button-1, .account-page .account-sidebar .p-site--homepage-categoryselector .account-sidebar--items .product-boxes .product-box:hover .button-1, .product-boxes .product-box:hover .account-page .account-sidebar .p-site--homepage-categoryselector .account-sidebar--items .button-1, .p-site--homepage-categoryselector .p-site--nop-options .product-boxes .product-box:hover .button-2, .product-boxes .product-box:hover .p-site--homepage-categoryselector .p-site--nop-options .button-2, .p-site--homepage-categoryselector .account-page .account-sidebar .account-sidebar--items .product-boxes .product-box:hover .button-2, .product-boxes .product-box:hover .p-site--homepage-categoryselector .account-page .account-sidebar .account-sidebar--items .button-2, .account-page .account-sidebar .p-site--homepage-categoryselector .account-sidebar--items .product-boxes .product-box:hover .button-2, .product-boxes .product-box:hover .account-page .account-sidebar .p-site--homepage-categoryselector .account-sidebar--items .button-2, .p-site--homepage-categoryselector .p-site--nop-options .product-boxes .product-box:hover input[type=button], .product-boxes .product-box:hover .p-site--homepage-categoryselector .p-site--nop-options input[type=button], .p-site--homepage-categoryselector .account-page .account-sidebar .account-sidebar--items .product-boxes .product-box:hover input[type=button], .product-boxes .product-box:hover .p-site--homepage-categoryselector .account-page .account-sidebar .account-sidebar--items input[type=button], .account-page .account-sidebar .p-site--homepage-categoryselector .account-sidebar--items .product-boxes .product-box:hover input[type=button], .product-boxes .product-box:hover .account-page .account-sidebar .p-site--homepage-categoryselector .account-sidebar--items input[type=button], .p-site--homepage-categoryselector .p-site--nop-options .product-boxes .product-box:hover .nop-options .nop-option .checkbox-override, .product-boxes .product-box:hover .nop-options .nop-option .p-site--homepage-categoryselector .p-site--nop-options .checkbox-override, .p-site--homepage-categoryselector .account-page .account-sidebar .account-sidebar--items .product-boxes .product-box:hover .nop-options .nop-option .checkbox-override, .product-boxes .product-box:hover .nop-options .nop-option .p-site--homepage-categoryselector .account-page .account-sidebar .account-sidebar--items .checkbox-override, .account-page .account-sidebar .p-site--homepage-categoryselector .account-sidebar--items .product-boxes .product-box:hover .nop-options .nop-option .checkbox-override, .product-boxes .product-box:hover .nop-options .nop-option .account-page .account-sidebar .p-site--homepage-categoryselector .account-sidebar--items .checkbox-override, .p-site--homepage-categoryselector .p-site--nop-options .nop-options .nop-option .product-boxes .product-box:hover .checkbox-override, .nop-options .nop-option .product-boxes .product-box:hover .p-site--homepage-categoryselector .p-site--nop-options .checkbox-override, .p-site--homepage-categoryselector .account-page .account-sidebar .account-sidebar--items .nop-options .nop-option .product-boxes .product-box:hover .checkbox-override, .nop-options .nop-option .product-boxes .product-box:hover .p-site--homepage-categoryselector .account-page .account-sidebar .account-sidebar--items .checkbox-override, .account-page .account-sidebar .p-site--homepage-categoryselector .account-sidebar--items .nop-options .nop-option .product-boxes .product-box:hover .checkbox-override, .nop-options .nop-option .product-boxes .product-box:hover .account-page .account-sidebar .p-site--homepage-categoryselector .account-sidebar--items .checkbox-override, .p-site--homepage-categoryselector .p-site--nop-options .product-boxes .product-box:hover .swal2-container .swal2-actions font-family input[type="button"], .product-boxes .product-box:hover .swal2-container .swal2-actions font-family .p-site--homepage-categoryselector .p-site--nop-options input[type="button"], .p-site--homepage-categoryselector .account-page .account-sidebar .account-sidebar--items .product-boxes .product-box:hover .swal2-container .swal2-actions font-family input[type="button"], .product-boxes .product-box:hover .swal2-container .swal2-actions font-family .p-site--homepage-categoryselector .account-page .account-sidebar .account-sidebar--items input[type="button"], .account-page .account-sidebar .p-site--homepage-categoryselector .account-sidebar--items .product-boxes .product-box:hover .swal2-container .swal2-actions font-family input[type="button"], .product-boxes .product-box:hover .swal2-container .swal2-actions font-family .account-page .account-sidebar .p-site--homepage-categoryselector .account-sidebar--items input[type="button"], .p-site--homepage-categoryselector .p-site--nop-options .swal2-container .swal2-actions font-family .product-boxes .product-box:hover input[type="button"], .swal2-container .swal2-actions font-family .product-boxes .product-box:hover .p-site--homepage-categoryselector .p-site--nop-options input[type="button"], .p-site--homepage-categoryselector .account-page .account-sidebar .account-sidebar--items .swal2-container .swal2-actions font-family .product-boxes .product-box:hover input[type="button"], .swal2-container .swal2-actions font-family .product-boxes .product-box:hover .p-site--homepage-categoryselector .account-page .account-sidebar .account-sidebar--items input[type="button"], .account-page .account-sidebar .p-site--homepage-categoryselector .account-sidebar--items .swal2-container .swal2-actions font-family .product-boxes .product-box:hover input[type="button"], .swal2-container .swal2-actions font-family .product-boxes .product-box:hover .account-page .account-sidebar .p-site--homepage-categoryselector .account-sidebar--items input[type="button"], .p-site--homepage-categoryselector .p-site--nop-options .product-boxes .product-box:hover
      .swal2-container .swal2-actions .swal2-confirm, .product-boxes .product-box:hover
      .swal2-container .swal2-actions .p-site--homepage-categoryselector .p-site--nop-options .swal2-confirm, .p-site--homepage-categoryselector .account-page .account-sidebar .account-sidebar--items .product-boxes .product-box:hover
      .swal2-container .swal2-actions .swal2-confirm, .product-boxes .product-box:hover
      .swal2-container .swal2-actions .p-site--homepage-categoryselector .account-page .account-sidebar .account-sidebar--items .swal2-confirm, .account-page .account-sidebar .p-site--homepage-categoryselector .account-sidebar--items .product-boxes .product-box:hover
      .swal2-container .swal2-actions .swal2-confirm, .product-boxes .product-box:hover
      .swal2-container .swal2-actions .account-page .account-sidebar .p-site--homepage-categoryselector .account-sidebar--items .swal2-confirm, .p-site--homepage-categoryselector .p-site--nop-options
      .swal2-container .swal2-actions .product-boxes .product-box:hover .swal2-confirm,
      .swal2-container .swal2-actions .product-boxes .product-box:hover .p-site--homepage-categoryselector .p-site--nop-options .swal2-confirm, .p-site--homepage-categoryselector .account-page .account-sidebar .account-sidebar--items
      .swal2-container .swal2-actions .product-boxes .product-box:hover .swal2-confirm,
      .swal2-container .swal2-actions .product-boxes .product-box:hover .p-site--homepage-categoryselector .account-page .account-sidebar .account-sidebar--items .swal2-confirm, .account-page .account-sidebar .p-site--homepage-categoryselector .account-sidebar--items
      .swal2-container .swal2-actions .product-boxes .product-box:hover .swal2-confirm,
      .swal2-container .swal2-actions .product-boxes .product-box:hover .account-page .account-sidebar .p-site--homepage-categoryselector .account-sidebar--items .swal2-confirm, .p-site--homepage-categoryselector .p-site--nop-options .product-boxes .product-box:hover .swal2-container .swal2-actions .swal2-cancel, .product-boxes .product-box:hover .swal2-container .swal2-actions .p-site--homepage-categoryselector .p-site--nop-options .swal2-cancel, .p-site--homepage-categoryselector .account-page .account-sidebar .account-sidebar--items .product-boxes .product-box:hover .swal2-container .swal2-actions .swal2-cancel, .product-boxes .product-box:hover .swal2-container .swal2-actions .p-site--homepage-categoryselector .account-page .account-sidebar .account-sidebar--items .swal2-cancel, .account-page .account-sidebar .p-site--homepage-categoryselector .account-sidebar--items .product-boxes .product-box:hover .swal2-container .swal2-actions .swal2-cancel, .product-boxes .product-box:hover .swal2-container .swal2-actions .account-page .account-sidebar .p-site--homepage-categoryselector .account-sidebar--items .swal2-cancel, .p-site--homepage-categoryselector .p-site--nop-options .swal2-container .swal2-actions .product-boxes .product-box:hover .swal2-cancel, .swal2-container .swal2-actions .product-boxes .product-box:hover .p-site--homepage-categoryselector .p-site--nop-options .swal2-cancel, .p-site--homepage-categoryselector .account-page .account-sidebar .account-sidebar--items .swal2-container .swal2-actions .product-boxes .product-box:hover .swal2-cancel, .swal2-container .swal2-actions .product-boxes .product-box:hover .p-site--homepage-categoryselector .account-page .account-sidebar .account-sidebar--items .swal2-cancel, .account-page .account-sidebar .p-site--homepage-categoryselector .account-sidebar--items .swal2-container .swal2-actions .product-boxes .product-box:hover .swal2-cancel, .swal2-container .swal2-actions .product-boxes .product-box:hover .account-page .account-sidebar .p-site--homepage-categoryselector .account-sidebar--items .swal2-cancel {
        margin: 0; }
  .p-site--homepage-categoryselector .select-box {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: start;
    -moz-justify-content: start;
    -ms-justify-content: start;
    -o-justify-content: start;
    justify-content: start;
    -ms-flex-pack: start;
    background: transparent;
    padding: 0.3em 0.5em;
    font-weight: 600;
    cursor: pointer !important; }
    .p-site--homepage-categoryselector .select-box .icon {
      width: 30px;
      height: 30px; }
    .p-site--homepage-categoryselector .select-box .title {
      color: #6396C7;
      text-transform: uppercase;
      margin-left: 1em; }
    .p-site--homepage-categoryselector .select-box:checked, .p-site--homepage-categoryselector .select-box.active {
      background: #3A93D0; }
      .p-site--homepage-categoryselector .select-box:checked .icon svg path, .p-site--homepage-categoryselector .select-box.active .icon svg path {
        fill: #FFF !important; }
      .p-site--homepage-categoryselector .select-box:checked .title, .p-site--homepage-categoryselector .select-box.active .title {
        color: #FFF; }
    @media all and (min-width: 60em) {
      .p-site--homepage-categoryselector .select-box {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-align-content: center;
        -moz-align-content: center;
        align-content: center;
        -ms-flex-line-pack: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        border-right: 1px solid #3A93D0;
        padding: 1em 0.5em; }
        .p-site--homepage-categoryselector .select-box:last-of-type {
          border-right: 0; }
        .p-site--homepage-categoryselector .select-box .icon {
          width: 90px;
          height: 90px; }
        .p-site--homepage-categoryselector .select-box .title {
          margin-top: 1em;
          margin-left: 0; } }

.p-site--homepage-toptext {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  margin-bottom: 1em; }
  .p-site--homepage-toptext .toptext--perisher-card {
    width: 200px; }
    .p-site--homepage-toptext .toptext--perisher-card img {
      width: 200px; }
  .p-site--homepage-toptext .toptext--benefits {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; }
    .p-site--homepage-toptext .toptext--benefits h1 {
      font-size: 3em;
      margin: 0;
      margin-bottom: 0.5em;
      padding: 0; }
    .p-site--homepage-toptext .toptext--benefits .benefit-item {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-pack: start;
      -moz-box-pack: start;
      box-pack: start;
      -webkit-justify-content: start;
      -moz-justify-content: start;
      -ms-justify-content: start;
      -o-justify-content: start;
      justify-content: start;
      -ms-flex-pack: start;
      -webkit-align-content: center;
      -moz-align-content: center;
      align-content: center;
      -ms-flex-line-pack: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      width: 100%;
      font-size: 1.15em;
      font-weight: 600;
      color: #172241; }
      .p-site--homepage-toptext .toptext--benefits .benefit-item .icon {
        margin-right: 0.5em; }
        .p-site--homepage-toptext .toptext--benefits .benefit-item .icon img {
          width: 35px;
          height: 35px; }

.p-accordion-menu__title.family-member {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  padding: 0; }
  .p-accordion-menu__title.family-member .title {
    padding: 1rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
  .p-accordion-menu__title.family-member .icon-wrapper {
    display: none;
    font-size: 2.5rem; }
  .p-accordion-menu__title.family-member.p-accordion-menu__title--open .icon-wrapper {
    background: #F2F2F2; }

.p-accordion-menu__content.family-member {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column; }
  .p-accordion-menu__content.family-member .profile-image {
    margin: 1rem;
    height: 150px;
    text-align: center; }
    @media all and (min-width: 60em) {
      .p-accordion-menu__content.family-member .profile-image {
        width: 15%; } }
  .p-accordion-menu__content.family-member .content {
    margin: 1rem; }

.toggle-switch {
  width: 100%;
  padding: 0.5rem 0; }

.checkbox-slider label {
  transition: all .2s ease-out;
  cursor: pointer;
  font-weight: 600; }
  .checkbox-slider label .active {
    color: #172241;
    width: 100px; }
  .checkbox-slider label .inactive {
    color: #E4E4E4;
    width: 100px; }

.checkbox-slider--b-flat {
  position: relative; }

.checkbox-slider--b-flat input {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 0%;
  margin: 0 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0); }

.checkbox-slider--b-flat input + span {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.checkbox-slider--b-flat input + span:before {
  position: absolute;
  left: 40px;
  top: 0px;
  display: inline-block; }

.checkbox-slider--b-flat input + span > h4 {
  display: inline; }

.checkbox-slider--b-flat input + span {
  padding-left: 60px; }

.checkbox-slider--b-flat input + span:before {
  content: "";
  height: 20px;
  width: 40px;
  border: 1px solid #aaa;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
  transition: background .2s ease-out; }

.checkbox-slider--b-flat input + span:after {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 40px;
  top: 0px;
  display: block;
  background: #ffffff;
  transition: margin-left 0.1s ease-in-out;
  text-align: center;
  font-weight: bold;
  content: ""; }

.checkbox-slider--b-flat input:checked + span:after {
  margin-left: 20px;
  content: ""; }

.checkbox-slider--b-flat input:checked + span:before {
  transition: background 0.2s ease-in; }

.checkbox-slider--b-flat input + span {
  padding-left: 60px; }

.checkbox-slider--b-flat input + span:before {
  border-radius: 20px;
  width: 40px; }

.checkbox-slider--b-flat input + span:after {
  background: #E4E4E4;
  content: "";
  width: 20px;
  border: solid transparent 2px;
  background-clip: padding-box;
  border-radius: 20px; }

.checkbox-slider--b-flat input:not(:checked) + span:after {
  -webkit-animation: popOut ease-in 0.3s normal;
  animation: popOut ease-in 0.3s normal; }

.checkbox-slider--b-flat input:checked + span:after {
  content: "";
  margin-left: 20px;
  border: solid transparent 2px;
  background-clip: padding-box;
  -webkit-animation: popIn ease-in 0.3s normal;
  animation: popIn ease-in 0.3s normal; }

.checkbox-slider--b-flat input:checked + span:before {
  background: #172241; }

.checkbox-slider--b-flat input + span:before {
  box-shadow: none; }

/*#####*/
.checkbox-slider-info.checkbox-slider--b input:checked + span:before,
.checkbox-slider-info.checkbox-slider--b-flat input:checked + span:before,
.checkbox-slider-info.checkbox-slider--c input:checked + span:before,
.checkbox-slider-info.checkbox-slider--c-weight input:checked + span:before {
  background: #ee6b0a; }

.checkbox-slider-warning.checkbox-slider--b input:checked + span:before,
.checkbox-slider-warning.checkbox-slider--b-flat input:checked + span:before,
.checkbox-slider-warning.checkbox-slider--c input:checked + span:before,
.checkbox-slider-warning.checkbox-slider--c-weight input:checked + span:before {
  background: #f0ad4e; }

.checkbox-slider-danger.checkbox-slider--b input:checked + span:before,
.checkbox-slider-danger.checkbox-slider--b-flat input:checked + span:before,
.checkbox-slider-danger.checkbox-slider--c input:checked + span:before,
.checkbox-slider-danger.checkbox-slider--c-weight input:checked + span:before {
  background: #d9534f; }

/*******************************************************
Sizes
*******************************************************/
.checkbox-slider-sm {
  line-height: 10px; }

.checkbox-slider-sm input + span {
  padding-left: 20px; }

.checkbox-slider-sm input + span:before {
  width: 20px; }

.checkbox-slider-sm input + span:after,
.checkbox-slider-sm input + span:before {
  height: 10px;
  line-height: 10px; }

.checkbox-slider-sm input + span:after {
  width: 10px;
  vertical-align: middle; }

.checkbox-slider-sm input:checked + span:after {
  margin-left: 10px; }

.checkbox-slider-md {
  line-height: 30px; }

.checkbox-slider-md input + span {
  padding-left: 60px; }

.checkbox-slider-md input + span:before {
  width: 60px; }

.checkbox-slider-md input + span:after,
.checkbox-slider-md input + span:before {
  height: 30px;
  line-height: 30px; }

.checkbox-slider-md input + span:after {
  width: 30px;
  vertical-align: middle; }

.checkbox-slider-md input:checked + span:after {
  margin-left: 30px; }

.checkbox-slider-lg {
  line-height: 40px; }

.checkbox-slider-lg input + span {
  padding-left: 80px; }

.checkbox-slider-lg input + span:before {
  width: 80px; }

.checkbox-slider-lg input + span:after,
.checkbox-slider-lg input + span:before {
  height: 40px;
  line-height: 40px; }

.checkbox-slider-lg input + span:after {
  width: 40px;
  vertical-align: middle; }

.checkbox-slider-lg input:checked + span:after {
  margin-left: 40px; }

.p-site--paymentplan-toggle {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
  /*@media all and (min-width: $desktop) {
        width: 320px;
        position: relative;
        right: -840px;
    }*/ }
  .p-site--paymentplan-toggle .fa-info-circle {
    color: #EE6B0A;
    font-size: 1.1em;
    cursor: pointer;
    margin-left: 0.5rem; }

.switch {
  margin: 1em 0;
  position: relative;
  display: inline-block;
  width: 15rem;
  height: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
  .switch .on, .switch .off {
    position: absolute;
    font-size: 0.8rem;
    font-weight: 600;
    font-family: "TradeGothicLTPro-Bold","impact",sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #888;
    top: 2px; }
  .switch .on {
    text-align: left;
    right: -100px; }
    @media all and (min-width: 60em) {
      .switch .on {
        right: -90px; } }
  .switch .off {
    text-align: right;
    left: -85px;
    color: #172241; }
    @media all and (min-width: 60em) {
      .switch .off {
        left: -75px; } }
  .switch input {
    display: none; }
  .switch input:checked + .slider .on {
    color: #172241; }
  .switch input:checked + .slider .off {
    color: #888; }
  .switch input:checked + .slider {
    background-color: #E4E4E4; }
  .switch input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  .switch .slider {
    position: relative;
    cursor: pointer;
    background-color: white;
    right: -40%;
    width: 40px;
    height: 100%;
    border: 1px solid #333;
    -webkit-transition: 0 0.2s;
    transition: 0.2s; }
    .switch .slider:before {
      position: absolute;
      content: "";
      height: 1rem;
      width: 1rem;
      left: 1px;
      bottom: 1px;
      background-color: #172241;
      -webkit-transition: .4s;
      transition: .4s; }
    .switch .slider.round {
      border-radius: 34px; }
    .switch .slider.round:before {
      border-radius: 50%; }

@media all and (max-width: 26em) {
  .swal2-container .swal2-popup {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; } }

.swal2-container .swal2-modal {
  border-radius: 0;
  background: #f9f9f9; }
  .swal2-container .swal2-modal .swal2-title {
    font-size: 1.5em; }
  .swal2-container .swal2-modal .swal2-content {
    color: #111;
    text-align: left;
    font-size: 1rem;
    padding: 0.5rem 0 1rem 0; }
    .swal2-container .swal2-modal .swal2-content .family-member {
      text-align: center !important; }
    .swal2-container .swal2-modal .swal2-content img {
      width: 100%;
      height: 100%; }

.swal2-container .swal2-actions {
  font-size: 1rem !important;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  flex-wrap: unset !important; }
  @media screen and (max-width: 26em) {
    .swal2-container .swal2-actions font-family input[type="button"],
    .swal2-container .swal2-actions .button-1,
    .swal2-container .swal2-actions .button-2,
    .swal2-container .swal2-actions input[type=button],
    .swal2-container .swal2-actions .nop-options .nop-option .checkbox-override, .nop-options .nop-option
    .swal2-container .swal2-actions .checkbox-override, .swal2-container .swal2-actions font-family input[type="button"], .swal2-container .swal2-actions .button, .swal2-container .swal2-actions .swal2-confirm, .swal2-container .swal2-actions .swal2-cancel,
    .swal2-container .swal2-actions .swal2-confirm {
      width: 100% !important; } }
  @media screen and (max-width: 26em) {
    .swal2-container .swal2-actions {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      margin: 0; } }

@media screen and (max-width: 26em) {
  .swal2-container .swal2-styled {
    padding: 1rem 2rem !important;
    margin: 0 !important; }
    .swal2-container .swal2-styled:first-child {
      margin-bottom: 0.5rem !important; } }

.swal2-container .swal2-styled:focus {
  box-shadow: none !important; }

.swal--add-to-cart,
.swal--expired-cart {
  padding: 0 1rem;
  display: inline-block;
  color: #111; }
  .swal--add-to-cart p,
  .swal--expired-cart p {
    margin: 0;
    font-size: 0.9rem; }
  .swal--add-to-cart p.section-title,
  .swal--expired-cart p.section-title {
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 1rem;
    font-size: 0.85rem; }
  .swal--add-to-cart h2,
  .swal--expired-cart h2 {
    color: #111;
    font-weight: 100;
    font-size: 1.25rem;
    margin-bottom: 0; }

.pricing-tables--container {
  position: relative;
  display: block;
  width: 100%;
  height: 410px; }
  .pricing-tables--container .scroll-indicator {
    display: none;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    position: absolute;
    cursor: pointer;
    z-index: 2;
    height: 100%;
    width: 2rem;
    color: #111;
    font-size: 50px;
    top: 0;
    opacity: 0.2; }
    .pricing-tables--container .scroll-indicator .fa {
      top: 50%; }
    .pricing-tables--container .scroll-indicator:hover {
      opacity: 0.9; }
      .pricing-tables--container .scroll-indicator:hover .fa {
        lighting-color: #111; }
    .pricing-tables--container .scroll-indicator.left {
      left: -20px; }
    .pricing-tables--container .scroll-indicator.right {
      right: 0; }

.pricing-tables-scrollable {
  width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  max-width: 860px;
  scrollbar-width: none;
  height: 410px; }
  @media screen and (min-width: 1.25rem) {
    .pricing-tables-scrollable {
      max-width: 100%; } }
  @media screen and (max-width: 49em) {
    .pricing-tables-scrollable {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: box; } }
  .pricing-tables-scrollable::-webkit-scrollbar {
    width: 0px; }

.pricing-tables {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding-top: 2rem; }
  .pricing-tables .pricing-table {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    box-flex: 3;
    -webkit-flex: 3;
    -moz-flex: 3;
    -ms-flex: 3;
    flex: 3;
    font-weight: 600;
    text-align: center;
    width: 228px;
    color: #111;
    border: 1px solid #ddd;
    max-height: 337px;
    cursor: pointer;
    margin-right: 1rem;
    background-color: #F2F2F2; }
    .pricing-tables .pricing-table p {
      padding: 0px !important;
      margin: 0px !important; }
    @media screen and (min-width: 49em) {
      .pricing-tables .pricing-table {
        width: 262px;
        font-size: 1.5rem; } }
    .pricing-tables .pricing-table .button, .pricing-tables .pricing-table .button-1, .pricing-tables .pricing-table .button-2, .pricing-tables .pricing-table input[type=button], .pricing-tables .pricing-table .nop-options .nop-option .checkbox-override, .nop-options .nop-option .pricing-tables .pricing-table .checkbox-override, .pricing-tables .pricing-table .swal2-container .swal2-actions font-family input[type="button"], .swal2-container .swal2-actions font-family .pricing-tables .pricing-table input[type="button"], .pricing-tables .pricing-table
    .swal2-container .swal2-actions .swal2-confirm,
    .swal2-container .swal2-actions .pricing-tables .pricing-table .swal2-confirm, .pricing-tables .pricing-table .swal2-container .swal2-actions .swal2-cancel, .swal2-container .swal2-actions .pricing-tables .pricing-table .swal2-cancel {
      padding: 0.5rem 1rem;
      font-size: 0.85rem; }
    .pricing-tables .pricing-table:hover {
      background-color: #F2F2F2; }
    .pricing-tables .pricing-table.feature {
      color: #111;
      border: 3px solid #000; }
    .pricing-tables .pricing-table .promote-nextday {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      display: none;
      background: #3a93d0;
      width: 100%;
      text-align: center;
      color: #FFF;
      letter-spacing: .125rem;
      font-size: 0.75rem;
      padding: 0.5rem;
      position: absolute;
      top: -1.9rem; }
    .pricing-tables .pricing-table .top {
      font-weight: 600;
      color: #FFF;
      text-transform: capitalize;
      background: #0d0d0d;
      width: 100%;
      padding: 1rem 0;
      margin-bottom: 2rem; }
      .pricing-tables .pricing-table .top .pricing-table--product-title {
        font-size: 0.85rem;
        letter-spacing: 0.125rem;
        font-weight: 100; }
    .pricing-tables .pricing-table .divider {
      width: 85%;
      border: 0.5px solid #ddd;
      margin: 1rem 0; }
    .pricing-tables .pricing-table .pricing {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      width: 100%; }
      .pricing-tables .pricing-table .pricing .pricing-details {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: distribute;
        -moz-box-pack: distribute;
        box-pack: distribute;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        -ms-justify-content: space-around;
        -o-justify-content: space-around;
        justify-content: space-around;
        -ms-flex-pack: distribute;
        width: 100%;
        text-align: center; }
        .pricing-tables .pricing-table .pricing .pricing-details .pricing-detail {
          display: -webkit-box;
          display: -moz-box;
          display: box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -moz-box-orient: vertical;
          box-orient: vertical;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          flex-direction: column;
          -ms-flex-direction: column;
          -webkit-box-align: center;
          -moz-box-align: center;
          box-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          align-items: center;
          -ms-flex-align: center;
          font-size: 1.5rem; }
          .pricing-tables .pricing-table .pricing .pricing-details .pricing-detail .pricing-detail--title {
            font-weight: 100;
            text-transform: uppercase;
            font-size: 0.75rem; }
          .pricing-tables .pricing-table .pricing .pricing-details .pricing-detail .pricing-detail--price.pricing-detail__window-price {
            text-decoration: line-through;
            font-weight: 100;
            color: #CCC; }
      .pricing-tables .pricing-table .pricing .pricing-details--saving {
        display: inline-block;
        margin-top: 1rem; }
        .pricing-tables .pricing-table .pricing .pricing-details--saving .pricing-detail--saving-title {
          font-size: 1.5rem;
          color: #2eac03; }
        .pricing-tables .pricing-table .pricing .pricing-details--saving .pricing-detail--saving-price {
          font-size: 1.5rem;
          color: #2eac03; }
    .pricing-tables .pricing-table .button:disabled, .pricing-tables .pricing-table .button-1:disabled, .pricing-tables .pricing-table .button-2:disabled, .pricing-tables .pricing-table input[type=button]:disabled, .pricing-tables .pricing-table .nop-options .nop-option .checkbox-override:disabled, .nop-options .nop-option .pricing-tables .pricing-table .checkbox-override:disabled, .pricing-tables .pricing-table .swal2-container .swal2-actions font-family input[type="button"]:disabled, .swal2-container .swal2-actions font-family .pricing-tables .pricing-table input[type="button"]:disabled, .pricing-tables .pricing-table
    .swal2-container .swal2-actions .swal2-confirm:disabled,
    .swal2-container .swal2-actions .pricing-tables .pricing-table .swal2-confirm:disabled, .pricing-tables .pricing-table .swal2-container .swal2-actions .swal2-cancel:disabled, .swal2-container .swal2-actions .pricing-tables .pricing-table .swal2-cancel:disabled, .pricing-tables .pricing-table .button .disabled, .pricing-tables .pricing-table .button-1 .disabled, .pricing-tables .pricing-table .button-2 .disabled, .pricing-tables .pricing-table input[type=button] .disabled, .pricing-tables .pricing-table .nop-options .nop-option .checkbox-override .disabled, .nop-options .nop-option .pricing-tables .pricing-table .checkbox-override .disabled, .pricing-tables .pricing-table .swal2-container .swal2-actions font-family input[type="button"] .disabled, .swal2-container .swal2-actions font-family .pricing-tables .pricing-table input[type="button"] .disabled, .pricing-tables .pricing-table
    .swal2-container .swal2-actions .swal2-confirm .disabled,
    .swal2-container .swal2-actions .pricing-tables .pricing-table .swal2-confirm .disabled, .pricing-tables .pricing-table .swal2-container .swal2-actions .swal2-cancel .disabled, .swal2-container .swal2-actions .pricing-tables .pricing-table .swal2-cancel .disabled, .pricing-tables .pricing-table .button [disabled], .pricing-tables .pricing-table .button-1 [disabled], .pricing-tables .pricing-table .button-2 [disabled], .pricing-tables .pricing-table input[type=button] [disabled], .pricing-tables .pricing-table .nop-options .nop-option .checkbox-override [disabled], .nop-options .nop-option .pricing-tables .pricing-table .checkbox-override [disabled], .pricing-tables .pricing-table .swal2-container .swal2-actions font-family input[type="button"] [disabled], .swal2-container .swal2-actions font-family .pricing-tables .pricing-table input[type="button"] [disabled], .pricing-tables .pricing-table
    .swal2-container .swal2-actions .swal2-confirm [disabled],
    .swal2-container .swal2-actions .pricing-tables .pricing-table .swal2-confirm [disabled], .pricing-tables .pricing-table .swal2-container .swal2-actions .swal2-cancel [disabled], .swal2-container .swal2-actions .pricing-tables .pricing-table .swal2-cancel [disabled] {
      background-color: #FFF !important; }

.product-boxes {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 26em) {
    .product-boxes {
      display: inline-block; } }
  .product-boxes .product-box {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    color: #111;
    background: #F2F2F2;
    border: 1px solid #ddd;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 30%;
    -moz-flex: 1 0 30%;
    -ms-flex: 1 0 30%;
    flex: 1 0 30%;
    max-width: 45%;
    margin: 1rem; }
    @media screen and (max-width: 26em) {
      .product-boxes .product-box {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: box;
        max-width: 100%; } }
    @media screen and (min-width: 60em) {
      .product-boxes .product-box {
        max-width: 30% !important; } }
    .product-boxes .product-box:hover {
      box-shadow: 0 4px 5px rgba(0, 0, 0, 0.5); }
    .product-boxes .product-box .product-box__image-wrapper {
      width: 100%;
      height: 230px;
      display: inline-block; }
      .product-boxes .product-box .product-box__image-wrapper .product-box__image {
        display: inline-block;
        height: 230px;
        width: 100%;
        background-position: center;
        background-size: cover;
        padding: 0; }
    .product-boxes .product-box .product-box__description {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify;
      color: #111;
      padding: 1rem 1rem;
      line-height: 1.5rem;
      height: 100%; }
      @media screen and (max-width: 26em) {
        .product-boxes .product-box .product-box__description {
          display: inline-block; } }
      .product-boxes .product-box .product-box__description .product-box-description--title {
        text-transform: uppercase;
        font-size: 1.4rem;
        font-weight: 300;
        margin-bottom: 0.75rem; }
      .product-boxes .product-box .product-box__description .product-box-description--description {
        padding-bottom: 1rem;
        font-weight: 400; }
      .product-boxes .product-box .product-box__description .button, .product-boxes .product-box .product-box__description .button-1, .product-boxes .product-box .product-box__description .button-2, .product-boxes .product-box .product-box__description input[type=button], .product-boxes .product-box .product-box__description .nop-options .nop-option .checkbox-override, .nop-options .nop-option .product-boxes .product-box .product-box__description .checkbox-override, .product-boxes .product-box .product-box__description .swal2-container .swal2-actions font-family input[type="button"], .swal2-container .swal2-actions font-family .product-boxes .product-box .product-box__description input[type="button"], .product-boxes .product-box .product-box__description
      .swal2-container .swal2-actions .swal2-confirm,
      .swal2-container .swal2-actions .product-boxes .product-box .product-box__description .swal2-confirm, .product-boxes .product-box .product-box__description .swal2-container .swal2-actions .swal2-cancel, .swal2-container .swal2-actions .product-boxes .product-box .product-box__description .swal2-cancel {
        align-self: flex-end; }
    .product-boxes .product-box .product-box__body {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify;
      height: 100%; }
  .product-boxes.product-boxes--inline {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    padding: 0 0; }
    .product-boxes.product-boxes--inline .product-box {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      -webkit-box-align: start;
      -moz-box-align: start;
      box-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      -o-align-items: flex-start;
      align-items: flex-start;
      -ms-flex-align: start;
      -webkit-box-pack: start;
      -moz-box-pack: start;
      box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: start;
      margin: 0 1rem 0 0; }
      .product-boxes.product-boxes--inline .product-box:last-child {
        margin: 0; }
      .product-boxes.product-boxes--inline .product-box .product-box-description--title {
        margin-bottom: 1rem; }
      .product-boxes.product-boxes--inline .product-box span {
        width: 100%; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 *
 * SELL SPACE
 *
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
dl,
.p-accordion-menu,
.p-accordion-lev2-menu {
  padding: 0;
  margin: 0 0 1em 0; }

dt,
.p-accordion-menu__title {
  padding: 1.5rem 3rem 1.5rem 1.25rem;
  margin: 0.25em 0 0 0;
  background: #E4E4E4;
  color: #111;
  font-size: 1.1rem;
  font-weight: 600;
  position: relative;
  cursor: pointer; }
  .station-branding dt, .station-branding
  .p-accordion-menu__title {
    background: #b70921; }
  .pvh-branding dt, .pvh-branding
  .p-accordion-menu__title {
    background: #8f847a; }
  .epic-page dt, .epic-page
  .p-accordion-menu__title {
    background: #E4E4E4; }
  .p-accordion-menu--infographic dt, .p-accordion-menu--infographic
  .p-accordion-menu__title {
    color: #172241;
    background: #ddd;
    display: table;
    width: 100%; }
    .epic-page .p-accordion-menu--infographic dt, .epic-page .p-accordion-menu--infographic
    .p-accordion-menu__title {
      color: #E4E4E4; }
  dt:hover,
  .p-accordion-menu__title:hover {
    background: #f15b22; }
    .epic-page dt:hover, .epic-page
    .p-accordion-menu__title:hover {
      background: #E4E4E4; }
    .station-branding dt:hover, .station-branding
    .p-accordion-menu__title:hover {
      background: #3d030b; }
    .pvh-branding dt:hover, .pvh-branding
    .p-accordion-menu__title:hover {
      background: #4b443f; }
    .p-accordion-menu--infographic dt:hover, .p-accordion-menu--infographic
    .p-accordion-menu__title:hover {
      color: #fff; }
      .p-accordion-menu--infographic dt:hover svg polygon, .p-accordion-menu--infographic
      .p-accordion-menu__title:hover svg polygon {
        fill: #fff; }
    dt:hover + dd,
    .p-accordion-menu__title:hover + dd {
      border: 1px solid #f15b22; }
      .epic-page dt:hover + dd, .epic-page
      .p-accordion-menu__title:hover + dd {
        border: 1px solid #E4E4E4; }
      .station-branding dt:hover + dd, .station-branding
      .p-accordion-menu__title:hover + dd {
        border: 1px solid #3d030b; }
      .pvh-branding dt:hover + dd, .pvh-branding
      .p-accordion-menu__title:hover + dd {
        border: 1px solid #4b443f; }
  dt img,
  .p-accordion-menu__title img {
    float: none;
    display: inline-block;
    vertical-align: middle; }

.p-accordion-lev2-menu__title {
  background: #E4E4E4; }
  .p-accordion-lev2-menu__title + dd {
    border: 1px solid #FFF; }

.p-accordion-menu__title--open,
.p-accordion-menu--infographic .p-accordion-menu__title--open,
.p-accordion-lev2-menu__title--open {
  color: #172241; }
  .epic-page .p-accordion-menu__title--open, .epic-page
  .p-accordion-menu--infographic .p-accordion-menu__title--open, .epic-page
  .p-accordion-lev2-menu__title--open {
    background: #E4E4E4; }
  .station-branding .p-accordion-menu__title--open, .station-branding
  .p-accordion-menu--infographic .p-accordion-menu__title--open, .station-branding
  .p-accordion-lev2-menu__title--open {
    background: #b70921; }
  .pvh-branding .p-accordion-menu__title--open, .pvh-branding
  .p-accordion-menu--infographic .p-accordion-menu__title--open, .pvh-branding
  .p-accordion-lev2-menu__title--open {
    background: #8f847a; }
  .p-accordion-menu__title--open + dd,
  .p-accordion-menu--infographic .p-accordion-menu__title--open + dd,
  .p-accordion-lev2-menu__title--open + dd {
    border: 1px solid #3A93D0; }
    .station-branding .p-accordion-menu__title--open + dd, .station-branding
    .p-accordion-menu--infographic .p-accordion-menu__title--open + dd, .station-branding
    .p-accordion-lev2-menu__title--open + dd {
      border: 1px solid #b70921; }
    .pvh-branding .p-accordion-menu__title--open + dd, .pvh-branding
    .p-accordion-menu--infographic .p-accordion-menu__title--open + dd, .pvh-branding
    .p-accordion-lev2-menu__title--open + dd {
      border: 1px solid #8f847a; }
    .epic-page .p-accordion-menu__title--open + dd, .epic-page
    .p-accordion-menu--infographic .p-accordion-menu__title--open + dd, .epic-page
    .p-accordion-lev2-menu__title--open + dd {
      border: 1px solid #E4E4E4; }

.p-accordion-menu__title--left {
  display: table-cell;
  width: 50% !important;
  vertical-align: middle; }
  .p-accordion-menu__title--left img {
    vertical-align: middle; }

.p-accordion-menu__title--right {
  display: table-cell;
  width: 50%;
  font-family: "TradeGothicLTPro-Bold", "impact", sans-serif;
  letter-spacing: -0.0625em;
  font-size: 2.5em;
  line-height: 1;
  vertical-align: middle; }

dd,
.p-accordion-menu__content,
.p-accordion-lev2-menu__content {
  padding: 0;
  margin: 0;
  padding: 1em 0.5em;
  border: 1px solid #E4E4E4;
  height: auto;
  overflow: hidden;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: height 500ms, padding 500ms;
  -moz-transition: height 500ms, padding 500ms;
  transition: height 500ms, padding 500ms; }
  .p-accordion-menu--infographic dd, .p-accordion-menu--infographic
  .p-accordion-menu__content, .p-accordion-menu--infographic
  .p-accordion-lev2-menu__content {
    border: 1px solid #ddd; }
  .station-branding dd, .station-branding
  .p-accordion-menu__content, .station-branding
  .p-accordion-lev2-menu__content {
    border: 1px solid #b70921; }
  .pvh-branding dd, .pvh-branding
  .p-accordion-menu__content, .pvh-branding
  .p-accordion-lev2-menu__content {
    border: 1px solid #8f847a; }
  dd *:first-child,
  .p-accordion-menu__content *:first-child,
  .p-accordion-lev2-menu__content *:first-child {
    margin-top: 0; }

.p-accordion-menu__content--closed,
.p-accordion-lev2-menu__content--closed {
  height: 0 !important;
  padding: 0 0.5em; }

.p-accordion-menu__content--open {
  height: 100% !important; }

.p-accordion-menu__controller {
  -webkit-transition: color 200ms, -webkit-transform 200ms, background 200ms;
  -moz-transition: color 200ms, -moz-transform 200ms, background 200ms;
  transition: color 200ms, transform 200ms, background 200ms;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 1.5em;
  margin-top: -18px;
  display: block;
  padding: 10px;
  border-radius: 0.125em; }
  .p-accordion-menu__controller svg {
    fill: #172241;
    padding: 0;
    display: block;
    width: 15px;
    height: 15px;
    -webkit-transition: color 200ms, -webkit-transform 200ms;
    -moz-transition: color 200ms, -moz-transform 200ms;
    transition: color 200ms, transform 200ms; }
    .p-accordion-menu__title--open .p-accordion-menu__controller svg {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .p-accordion-menu__controller svg polygon {
      fill: #172241; }
  .p-accordion-menu--infographic .p-accordion-menu__controller svg polygon {
    fill: #E4E4E4; }

.p-sidebar-advert {
  display: block;
  text-align: center;
  width: 300px;
  margin: 1em auto; }
  .p-sidebar-advert::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 60em) {
    .p-sidebar-advert {
      width: 240px; } }
  .p-sidebar-advert img {
    margin: 0 auto; }

.p-site-advertisement--main-column {
  display: block;
  text-align: center;
  margin: 2em 0; }
  .p-site-advertisement--main-column img {
    margin: 0 auto; }

.tabs {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: stretch;
  -moz-box-pack: stretch;
  box-pack: stretch;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  -o-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  border: 0;
  position: relative;
  margin-top: 2rem;
  padding: 0rem 1rem 0rem 1rem;
  width: 100%;
  border-bottom: 1px solid #ddd; }
  .tabs li {
    border-right: 5px solid transparent;
    flex-grow: 1; }
    .tabs li a {
      display: block;
      font-size: 1rem;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      transition: all 0.2s;
      padding: 1rem 3rem;
      position: relative;
      font-weight: 400;
      background: #FFF;
      color: #111;
      border-width: 1px 1px 0px 1px;
      border-style: solid;
      border-color: #ddd;
      text-align: center; }
      .tabs li a::after {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        content: " ";
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        height: 2px;
        width: 0%;
        background-color: transparent;
        bottom: 0rem; }
      .tabs li a.active {
        background: #3a93d0;
        color: #FFF; }
        .tabs li a.active:hover {
          color: #FFF; }
      .tabs li a:hover {
        color: #3a93d0; }
  @media screen and (max-width: 49em) {
    .tabs {
      overflow-y: scroll; } }

.tab_content {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  position: relative;
  padding: 1.5rem;
  margin-bottom: 2rem; }

@keyframes fadeUp {
  0% {
    top: 30px; }
  100% {
    top: 0; } }

@-webkit-keyframes fadeUp {
  0% {
    top: 30px; }
  100% {
    top: 0px; } }

@keyframes fadeUp {
  0% {
    top: 30px; }
  100% {
    top: 0px; } }

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

.p-quick-view {
  background: #172241;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 0;
  -webkit-transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  transition: opacity 200ms;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  cursor: pointer;
  margin: 0 3%;
  z-index: 300 !important; }
  @media screen and (max-width: 840px) {
    .p-quick-view {
      z-index: 0; } }
  .p-quick-view .fa-lock {
    display: none; }
  .keep-quick-view-open .p-quick-view {
    color: #172241; }
    .keep-quick-view-open .p-quick-view .fa-unlock-alt {
      display: none; }
    .keep-quick-view-open .p-quick-view .fa-lock {
      display: inline-block; }
  .p-quick-view span {
    display: block;
    font-size: 0.875em;
    line-height: 1; }
    .no-cssgradients .p-quick-view span {
      padding-right: 50px; }
  @media screen and (min-width: 840px) {
    .no-touch .p-quick-view:hover {
      background-color: #276db6; } }
  .no-touch .p-quick-view:hover .p-quick-view__extension {
    display: block; }
    @media screen and (min-width: 840px) {
      .no-touch .p-quick-view:hover .p-quick-view__extension {
        -webkit-transform: rotateX(0);
        -moz-transform: rotateX(0);
        -ms-transform: rotateX(0);
        -o-transform: rotateX(0);
        transform: rotateX(0); }
        .no-touch .p-quick-view:hover .p-quick-view__extension .no-flexbox {
          display: block !important; } }
  @media screen and (min-width: 840px) {
    .no-touch .p-quick-view:hover .p-quick-view__extension--1 {
      -webkit-transition-delay: 0ms;
      -moz-transition-delay: 0ms;
      transition-delay: 0ms; } }
  @media screen and (min-width: 840px) {
    .no-touch .p-quick-view:hover .p-quick-view__extension--2 {
      -webkit-transition-delay: 175ms;
      -moz-transition-delay: 175ms;
      transition-delay: 175ms; } }
  @media screen and (min-width: 840px) {
    .no-touch .p-quick-view:hover .p-quick-view__extension--3 {
      -webkit-transition-delay: 350ms;
      -moz-transition-delay: 350ms;
      transition-delay: 350ms; } }
  .keep-quick-view-open .p-quick-view {
    background-color: #276db6; }
    .keep-quick-view-open .p-quick-view .p-quick-view__extension {
      display: block; }
      @media screen and (min-width: 840px) {
        .csstransforms3d .keep-quick-view-open .p-quick-view .p-quick-view__extension {
          -webkit-transform: rotateX(0);
          -moz-transform: rotateX(0);
          -ms-transform: rotateX(0);
          -o-transform: rotateX(0);
          transform: rotateX(0); }
        .no-flexbox .keep-quick-view-open .p-quick-view .p-quick-view__extension {
          display: block !important; } }
    @media screen and (min-width: 840px) {
      .keep-quick-view-open .p-quick-view .p-quick-view__extension--1 {
        -webkit-transition-delay: 0ms;
        -moz-transition-delay: 0ms;
        transition-delay: 0ms; } }
    @media screen and (min-width: 840px) {
      .keep-quick-view-open .p-quick-view .p-quick-view__extension--2 {
        -webkit-transition-delay: 175ms;
        -moz-transition-delay: 175ms;
        transition-delay: 175ms; } }
    @media screen and (min-width: 840px) {
      .keep-quick-view-open .p-quick-view .p-quick-view__extension--3 {
        -webkit-transition-delay: 350ms;
        -moz-transition-delay: 350ms;
        transition-delay: 350ms; } }
  @media screen and (min-width: 840px) {
    .p-quick-view {
      position: absolute;
      top: 0;
      right: 260px;
      width: 170px;
      height: 55px;
      opacity: 1;
      margin: 0;
      background-color: #172241; } }

.p-quick-view__tab {
  width: 100%;
  height: 100%;
  padding: 0.5em;
  margin: 0; }
  .p-quick-view__tab span .fa {
    display: none; }
  @media screen and (min-width: 840px) {
    .p-quick-view__tab {
      padding: 0; }
      .p-quick-view__tab span .fa {
        display: inline-block; } }

.p-quick-view__lock {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
  font-size: 1.25em;
  padding: 0.725em 1em;
  border-left: 1px solid #172241;
  display: none; }
  .p-quick-view__lock:hover {
    color: #172241; }
  .touch .p-quick-view__lock {
    display: none; }
  @media screen and (min-width: 840px) {
    .p-quick-view__lock {
      display: block; }
      .touch .p-quick-view__lock {
        display: none; } }

.p-quick-view__icons {
  font-size: 1.5em;
  padding: 5px 0 3px 0;
  line-height: 1; }
  .no-cssgradients .p-quick-view__icons {
    padding-right: 50px; }

.p-quick-view__extension {
  border-top: 1px solid #172241;
  background: #276db6;
  overflow: hidden;
  cursor: default;
  padding: 0;
  margin: 0 2% 2% 2%; }
  @media screen and (min-width: 840px) {
    .p-quick-view__extension {
      text-align: left;
      display: block;
      -webkit-perspective-origin: top center;
      -moz-perspective-origin: top center;
      perspective-origin: top center;
      -webkit-transform-origin: top center;
      -moz-transform-origin: top center;
      -ms-transform-origin: top center;
      -o-transform-origin: top center;
      transform-origin: top center;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transition: -webkit-transform 175ms;
      -moz-transition: -moz-transform 175ms;
      transition: transform 175ms;
      position: absolute;
      left: 0px;
      width: 434px;
      height: 150px;
      padding: 0;
      margin: 0; }
      .no-flexbox .p-quick-view__extension {
        display: none; }
      .no-flexbox .p-quick-view__extension {
        left: 0; } }

@media screen and (min-width: 840px) {
  .p-quick-view__extension--1 {
    top: 55px;
    -webkit-transform: rotateX(-87deg);
    -moz-transform: rotateX(-87deg);
    -ms-transform: rotateX(-87deg);
    -o-transform: rotateX(-87deg);
    transform: rotateX(-87deg);
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    transition-delay: 350ms; }
    .p-quick-view--closed .p-quick-view__extension--1 {
      top: -55px;
      height: 0; } }

@media screen and (min-width: 840px) {
  .p-quick-view__extension--2 {
    top: 205px;
    -webkit-transition-delay: 175ms;
    -moz-transition-delay: 175ms;
    transition-delay: 175ms; }
    .csstransforms3d .p-quick-view__extension--2 {
      -webkit-transform: rotateX(-70.45deg);
      -moz-transform: rotateX(-70.45deg);
      -ms-transform: rotateX(-70.45deg);
      -o-transform: rotateX(-70.45deg);
      transform: rotateX(-70.45deg); }
    .p-quick-view--closed .p-quick-view__extension--2 {
      top: -55px;
      height: 0; } }

@media screen and (min-width: 840px) {
  .p-quick-view__extension--3 {
    top: 355px;
    height: 55px;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    transition-delay: 0;
    background-color: #276db6; }
    .csstransforms3d .p-quick-view__extension--3 {
      -webkit-transform: rotateX(-56.75deg);
      -moz-transform: rotateX(-56.75deg);
      -ms-transform: rotateX(-56.75deg);
      -o-transform: rotateX(-56.75deg);
      transform: rotateX(-56.75deg); }
    .p-quick-view--closed .p-quick-view__extension--3 {
      top: -55px;
      height: 0; } }

.p-quick-view__extention__content {
  padding: 0.5em; }

/* * * * * * * * * * * * * * * * * * * * * *
 * SECTIONS
 * * * * * * * * * * * * * * * * * * * * * */
.p-quick-view__snowcam {
  margin: 0;
  overflow: hidden;
  position: relative; }
  @media screen and (min-width: 40em) {
    .p-quick-view__snowcam {
      width: 57%;
      float: left;
      margin: 0 2% 0.25em 0; } }

.p-quick-view__snowcam__link {
  display: block;
  width: 100%;
  position: relative;
  margin: 0 auto;
  height: 0;
  padding-top: 57%; }

.p-quick-view__snowcam__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.p-quick-view__reports {
  margin: 0; }
  @media screen and (min-width: 40em) {
    .p-quick-view__reports {
      width: 41%;
      float: left;
      text-align: left; } }

.p-quick-view__link {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 0.5em 0 0.5em 0.375em;
  line-height: 1;
  -webkit-transition: background 150ms;
  -moz-transition: background 150ms;
  transition: background 150ms; }
  .p-quick-view__link:hover {
    background: #f15b22;
    color: #fff; }
  @media screen and (min-width: 840px) {
    .p-quick-view__link {
      font-size: 0.875em;
      padding: 0.25em 0 0.25em 0.375em; } }

.p-quick-view__link--feature {
  margin: 0;
  padding: 0.625em 0.375em;
  border-bottom: 1px solid #172241;
  font-size: 1.25em; }
  @media screen and (min-width: 840px) {
    .p-quick-view__link--feature {
      margin: 0 0 0.25em 0;
      padding: 0.375em 0 0.5em 0.375em; } }

.p-quick-view__resort-video {
  width: 57%;
  float: left;
  margin: 0 2% 0 0;
  overflow: hidden;
  position: relative;
  height: 134px;
  text-align: center;
  display: none; }
  .p-quick-view__resort-video iframe {
    float: none;
    margin: 0 auto; }
  @media screen and (min-width: 840px) {
    .p-quick-view__resort-video {
      display: block; } }

.p-quick-view__other {
  margin: 0; }
  @media screen and (min-width: 40em) {
    .p-quick-view__other .p-quick-view__link {
      display: inline-block;
      width: 30%;
      padding: 0.5em 0; }
      .p-quick-view__other .p-quick-view__link.p-quick-view__link--feature {
        display: block;
        width: 100%;
        padding: 0.5em 0; } }
  @media screen and (min-width: 840px) {
    .p-quick-view__other {
      width: 41%;
      float: left; }
      .p-quick-view__other .p-quick-view__link {
        display: block;
        width: 100%;
        padding: 0.5em 0 0.5em 0.375em; } }

.p-quick-view__search {
  padding: 0;
  margin: 0;
  width: 95%; }
  .p-quick-view__search:after {
    content: '';
    display: block;
    clear: both; }

.p-quick-view__search__input {
  font-size: 1em;
  padding: 0.5em;
  width: 78%;
  border: none;
  color: #172241;
  height: 34px; }
  .p-quick-view__search__input:focus {
    outline: none; }
  @media screen and (min-width: 840px) {
    .p-quick-view__search__input {
      width: 310px;
      float: left; } }

.p-quick-view__search__submit {
  background: none;
  border: none;
  color: #fff;
  font-size: 1.25em;
  padding: 0 0.625em;
  border: 0;
  line-height: 34px;
  height: 34px;
  -webkit-transition: background 150ms;
  -moz-transition: background 150ms;
  transition: background 150ms; }
  .p-quick-view__search__submit:hover {
    background: #f15b22; }
  .p-quick-view__search__submit:focus {
    outline: none; }
  @media screen and (min-width: 840px) {
    .p-quick-view__search__submit {
      float: left; } }

.p-quick-view__extension--3 .p-quick-view__extention__content {
  padding: 0; }

/** nop commerce */
@media all and (min-width: 60em) {
  .p-site--nop-quickview {
    top: 75px;
    right: 356px;
    position: absolute; } }

@media all and (max-width: 60em) {
  .p-site--nop-quickview .p-quick-weather {
    display: none; } }

.p-quick-weather {
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  width: 260px;
  height: 55px;
  color: #172241;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
  z-index: 500;
  /*
    &:after {
        top: 0;
        left: -55px;
        content: " ";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 55px 55px 0;
        border-color: transparent #fff transparent transparent;

        .report-weather__content & {
            display: none;
        }
    }

    */ }
  .p-quick-weather::after {
    clear: both;
    content: "";
    display: table; }
  .report-weather__content .p-quick-weather {
    position: relative;
    width: auto;
    height: auto;
    background: transparent;
    font-size: 1.125em;
    padding: 0; }

.p-quick-weather__icon {
  float: left;
  height: 55px;
  width: 30px;
  text-align: right;
  position: relative; }
  .p-quick-weather__icon img {
    position: absolute;
    left: 5px;
    top: 50%;
    width: 40px;
    height: 32px;
    margin-top: -17px;
    z-index: 2;
    max-width: 60px; }
    .report-weather__content .p-quick-weather__icon img {
      left: auto;
      margin: 0 auto;
      top: auto;
      position: relative; }
  .report-weather__content .p-quick-weather__icon {
    width: 100%;
    float: none;
    height: auto;
    text-align: center;
    padding: 0; }

.p-quick-weather__info {
  float: right;
  height: 55px;
  width: 210px; }
  .report-weather__content .p-quick-weather__info {
    width: 100%;
    height: auto;
    float: none;
    text-align: center;
    margin: 0 auto; }
    .report-weather__content .p-quick-weather__info::after {
      clear: both;
      content: "";
      display: table; }

.p-quick-weather__top {
  float: left;
  width: 44.5%;
  height: 26px;
  position: relative;
  text-align: right;
  margin: 0.125em 0;
  font-size: 0.875em;
  overflow: hidden;
  white-space: no-wrap; }
  .report-weather__content .p-quick-weather__top {
    float: none;
    height: auto;
    width: 100%;
    text-align: center;
    margin: 0 auto; }

.p-quick-weather__village {
  float: left;
  width: 53.5%;
  height: 26px;
  position: relative;
  text-align: right;
  margin: 0.125em 0;
  font-size: 0.875em;
  overflow: hidden;
  white-space: no-wrap; }
  .report-weather__content .p-quick-weather__village {
    float: none;
    width: 100%;
    height: auto;
    text-align: center;
    overflow: visible;
    margin: 0 auto; }

.p-quick-weather__location {
  float: left;
  width: 50%;
  font-size: 0.75em;
  border-top: 2px solid #172241;
  padding: 0.125em 0 0 0; }
  .report-weather__content .p-quick-weather__location {
    clear: both;
    float: none;
    width: 100%;
    overflow: visible;
    margin: 0.5em auto 0.25em auto;
    padding: 0.25em 0 0 0; }

.p-quick-weather__wind {
  float: left;
  width: 47%;
  font-size: 0.75em;
  border-top: 2px solid #172241;
  padding: 0.125em 0 0 0;
  text-align: right; }
  .report-weather__content .p-quick-weather__wind {
    clear: both;
    float: none;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    border: none; }

.p-quick-weather__number {
  font-size: 1.375em;
  font-weight: bold;
  display: inline-block;
  padding: 0 0.625em 0 0.125em;
  white-space: no-wrap; }
  .report-weather__content .p-quick-weather__number {
    padding: 0 0 0 0.125em; }

.p-quick-weather__degree {
  display: block;
  font-size: 0.75em;
  position: absolute;
  top: 0.25em;
  right: 0.625em; }
  .report-weather__content .p-quick-weather__degree {
    position: relative;
    top: auto;
    right: auto;
    display: inline-block;
    font-size: 1.5em;
    margin-left: -0.125em; }

.p-quick-weather__format {
  display: block;
  font-size: 0.75em;
  position: absolute;
  bottom: 2px;
  right: 0.25em; }
  .report-weather__content .p-quick-weather__format {
    position: relative;
    top: auto;
    right: auto;
    display: inline-block;
    font-size: 1.5em;
    margin-left: -0.125em; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  *
  * GLOBAL SITE NAVIGATION
  *
  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.p-site-navigation {
  border: 1px solid #CCC;
  background: #131A2D;
  position: relative;
  z-index: 100;
  opacity: 0 !important;
  width: 100%;
  font-family: "TradeGothicLTPro-Bold","impact",sans-serif;
  -webkit-transition: opacity 150ms;
  -moz-transition: opacity 150ms;
  transition: opacity 150ms; }
  .p-site-navigation::after {
    clear: both;
    content: "";
    display: table; }
  .p-nav-open .p-site-navigation {
    opacity: 1 !important;
    height: auto; }
  .p-home-page .p-site-navigation {
    margin-bottom: 0; }
  .flexbox .p-site-navigation {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    -ms-flex-preferred-size: auto; }
  @media screen and (min-width: 840px) {
    .p-site-navigation {
      position: relative;
      opacity: 1 !important;
      height: auto; } }
  @media screen and (min-width: 60em) {
    .p-site-navigation {
      font-size: 16px;
      margin-top: 1rem; }
      .flexbox .p-site-navigation {
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row; } }

.p-site-navigation__menu-wrap {
  z-index: 1; }
  .no-flexbox .p-site-navigation__menu-wrap {
    float: left; }
    .no-flexbox .p-site-navigation__menu-wrap::after {
      clear: both;
      content: "";
      display: table; }
  @media screen and (min-width: 840px) {
    .p-site-navigation__menu-wrap {
      border-bottom: 1px solid #fff; } }
  @media screen and (min-width: 60em) {
    .p-site-navigation__menu-wrap {
      border-bottom: none; }
      .flexbox .p-site-navigation__menu-wrap {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1; } }

.p-site-navigation__dashboard {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 0.5em;
  position: relative; }
  .p-site-navigation__dashboard:hover path, .p-site-navigation__dashboard:hover rect {
    fill: #0eb5de; }
  .p-site-navigation__dashboard path, .p-site-navigation__dashboard rect {
    -webkit-transition: fill 150ms;
    -moz-transition: fill 150ms;
    transition: fill 150ms; }
  .p-site-navigation__dashboard svg {
    display: block;
    width: 150px;
    height: 31px;
    margin: 0 auto; }
  .no-flexbox .p-site-navigation__dashboard {
    float: right;
    z-index: 999999999; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  *
  * GLOBAL SITE NAVIGATION STRUCTURAL DEFAULTS
  *
  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.site-menu::after {
  clear: both;
  content: "";
  display: table; }

.flexbox .site-menu {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  -ms-flex-preferred-size: auto; }

@media screen and (min-width: 840px) {
  .flexbox .p-site-navigation .site-menu {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row; } }

@media screen and (min-width: 60em) {
  .flexbox .p-site-navigation .site-menu {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; } }

.site-menu__container {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 100%; }

.site-menu__item {
  padding: 0;
  margin: 0;
  list-style-type: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  .p-site-sidebar-menu .site-menu__item:last-child {
    border-bottom: 0; }
  .flexbox .site-menu__item {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none; }
  .p-site-sidebar-menu .site-menu__item .active a {
    background: #0eb5de; }
    .epic-page .p-site-sidebar-menu .site-menu__item .active a {
      background: #EE6B0A;
      color: rgba(255, 255, 255, 0.9); }
  @media screen and (min-width: 840px) {
    .p-site-navigation .site-menu__item {
      text-align: center;
      border: none; } }
  @media screen and (min-width: 60em) {
    .p-site-navigation .site-menu__item {
      text-align: left; }
      .no-flexbox .p-site-navigation .site-menu__item {
        float: left; }
    .no-flexbox .p-site-sidebar-menu .site-menu__item {
      float: none;
      width: 100%; } }

a.site-menu__link {
  -webkit-transition: background 150ms, color 150ms, border 150ms;
  -moz-transition: background 150ms, color 150ms, border 150ms;
  transition: background 150ms, color 150ms, border 150ms;
  display: block;
  padding: 0.75em 0.5625em;
  text-decoration: none;
  color: #fff;
  position: relative;
  overflow: hidden; }
  .item-1203 .site-menu__item--level-2 a.site-menu__link {
    color: #172241; }
  @media screen and (min-width: 840px) {
    a.site-menu__link {
      padding: 0.75em 0.5625em; }
      a.site-menu__link:hover {
        background: #f15b22;
        color: rgba(255, 255, 255, 0.9); }
        .epic-page .p-site-sidebar-menu a.site-menu__link:hover {
          color: rgba(255, 255, 255, 0.9);
          background: #EE6B0A; }
        .epic-page .p-site-sidebar-menu .site-menu__item--level-3 a.site-menu__link:hover {
          color: rgba(255, 255, 255, 0.9);
          background: #EE6B0A; }
        .item-1203 a.site-menu__link:hover {
          color: rgba(255, 255, 255, 0.9);
          background: #EE6B0A; } }

.p-site-sidebar-menu .site-menu__link--current {
  background: #0eb5de; }
  .epic-page .p-site-sidebar-menu .site-menu__link--current {
    color: #172241;
    background: #EE6B0A; }

.p-nav-icon {
  width: 1.75em; }
  @media screen and (min-width: 840px) {
    .p-nav-icon {
      display: none; } }

.p-nav-more {
  -webkit-transition: color 200ms, -webkit-transform 200ms, background 200ms;
  -moz-transition: color 200ms, -moz-transform 200ms, background 200ms;
  transition: color 200ms, transform 200ms, background 200ms;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  position: absolute;
  top: 50%;
  right: 4px;
  font-size: 1.5em;
  margin-top: -18px;
  display: block;
  padding: 10px;
  border-radius: 0.125em; }
  .p-nav-more.p-nav-close svg {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .p-nav-more svg {
    padding: 0;
    display: block;
    width: 15px;
    height: 15px;
    -webkit-transition: color 200ms, -webkit-transform 200ms;
    -moz-transition: color 200ms, -moz-transform 200ms;
    transition: color 200ms, transform 200ms; }
  @media screen and (min-width: 840px) {
    .p-site-navigation .p-nav-more {
      display: none; } }

.p-site-sidebar-menu .site-menu__item--level-1-parent .site-menu__link, .p-site-sidebar-menu
.site-menu__item--level-2-parent .site-menu__link {
  padding-right: 2.25em; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * GLOBAL SITE NAVIGATION SPECIFICITY
 *
 * LEVEL 1
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.site-menu__container--level-1 {
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: -webkit-transform 300ms, opacity 150ms;
  -moz-transition: -moz-transform 300ms, opacity 150ms;
  transition: transform 300ms, opacity 150ms;
  -webkit-transform: scaleY(0.5) scaleX(0.75);
  -moz-transform: scaleY(0.5) scaleX(0.75);
  -ms-transform: scaleY(0.5) scaleX(0.75);
  -o-transform: scaleY(0.5) scaleX(0.75);
  transform: scaleY(0.5) scaleX(0.75);
  padding: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  width: 100%;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  background: #172241;
  margin-top: 0px;
  border-top: 1px solid #fff; }
  .site-menu__container--level-1:hover {
    overflow: visible; }
  .p-nav-open .site-menu__container--level-1 {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    height: auto;
    opacity: 1;
    overflow: visible; }
  @media screen and (min-width: 840px) {
    .site-menu__container--level-1 {
      background: transparent;
      margin-top: 0;
      border-top: none; }
      .p-site-navigation .site-menu__container--level-1 {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        height: auto;
        opacity: 1;
        overflow: initial;
        position: initial; } }

.site-menu__item--level-1 {
  position: relative;
  text-transform: uppercase;
  font-size: 1.1rem !important;
  line-height: 1;
  letter-spacing: .1em !important; }
  .site-menu__item--level-1.item-1203 > .site-menu__link {
    font-weight: bold;
    color: #EE6B0A; }
  @media screen and (min-width: 840px) {
    .site-menu__item--level-1 {
      position: relative; }
      .p-site-navigation .site-menu__item--level-1:hover {
        position: initial; }
        .p-site-navigation .site-menu__item--level-1:hover > .site-menu__link {
          background: #276db6; }
        .p-site-navigation .site-menu__item--level-1:hover .site-menu__container {
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1);
          height: auto !important;
          overflow: visible !important;
          opacity: 1 !important; }
      .p-site-navigation .site-menu__item--level-1:hover.item-1203 > .site-menu__link {
        background: #172241;
        color: #EE6B0A; }
        .p-site-navigation .site-menu__item--level-1:hover.item-1203 > .site-menu__link:hover {
          color: #172241;
          background: #EE6B0A; } }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * GLOBAL SITE NAVIGATION SPECIFICITY
 *
 * LEVEL 2
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.site-menu__container--level-2 {
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: -webkit-transform 150ms, opacity 150ms;
  -moz-transition: -moz-transform 150ms, opacity 150ms;
  transition: transform 150ms, opacity 150ms;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  background: #FFF;
  height: 0;
  overflow: hidden;
  opacity: 0;
  font-size: 0.9em;
  text-transform: capitalize !important;
  letter-spacing: normal; }
  .item-1203 .site-menu__container--level-2 {
    background: #FFF; }
  .no-flexbox .site-menu__container--level-2 {
    opacity: 1; }
  .p-open-tree > .site-menu__container--level-2 {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    height: auto;
    opacity: 1;
    overflow: default; }
    @media screen and (min-width: 840px) {
      .p-open-tree > .site-menu__container--level-2 {
        height: 0;
        overflow: hidden;
        opacity: 0;
        margin: 0; } }
  @media screen and (min-width: 840px) {
    .p-site-navigation .item-1203 .site-menu__container--level-2 {
      background: #FFF; }
      .no-cssgradients .p-site-navigation .item-1203 .site-menu__container--level-2 {
        background: #172241; } }
  @media screen and (min-width: 840px) {
    .p-site-navigation .site-menu__container--level-2 {
      -webkit-transform: scaleY(0.75) scaleX(1);
      -moz-transform: scaleY(0.75) scaleX(1);
      -ms-transform: scaleY(0.75) scaleX(1);
      -o-transform: scaleY(0.75) scaleX(1);
      transform: scaleY(0.75) scaleX(1);
      background-color: #172241;
      background-image: -webkit-linear-gradient(bottom, #172241, #276db6);
      background-image: linear-gradient(to top,#172241, #276db6);
      opacity: 1;
      border: none;
      position: absolute;
      top: 48%;
      width: 275px;
      border-bottom-left-radius: 0.25em;
      border-bottom-right-radius: 0.25em;
      overflow: hidden; }
      .no-cssgradients .p-site-navigation .site-menu__container--level-2 {
        background: #276db6; } }
  @media screen and (min-width: 60em) {
    .p-site-navigation .site-menu__container--level-2 {
      top: 96%; } }

.epic-page .p-site-sidebar-menu .site-menu__item--level-2 {
  background-color: #172241; }

.p-site-sidebar-menu .site-menu__item--level-2.active {
  background-color: #3A93D0; }
  .epic-page .p-site-sidebar-menu .site-menu__item--level-2.active {
    color: rgba(255, 255, 255, 0.9);
    background-color: #172241; }

.p-site-navigation .item-1203 .site-menu__item--level-2 {
  background: #EE6B0A; }
  .p-site-navigation .item-1203 .site-menu__item--level-2 > .site-menu__link {
    font-weight: bold;
    border-bottom: none; }
    @media screen and (min-width: 840px) {
      .p-site-navigation .item-1203 .site-menu__item--level-2 > .site-menu__link {
        color: #EE6B0A; }
        .p-site-navigation .item-1203 .site-menu__item--level-2 > .site-menu__link:hover {
          color: #172241;
          background: #EE6B0A; } }
  @media screen and (min-width: 840px) {
    .p-site-navigation .item-1203 .site-menu__item--level-2 {
      background: #172241; }
      .p-site-navigation .item-1203 .site-menu__item--level-2:hover {
        background: transparent; } }

@media screen and (min-width: 840px) {
  .p-site-navigation .site-menu__item--level-2 {
    -webkit-transition: background 150ms;
    -moz-transition: background 150ms;
    transition: background 150ms;
    width: 100%; }
    .p-site-navigation .site-menu__item--level-2 .site-menu__link {
      text-align: left; } }

@media screen and (min-width: 60em) {
  .flexbox .p-site-navigation .site-menu__item--level-2 {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none; } }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * GLOBAL SITE NAVIGATION SPECIFICITY
 *
 * LEVEL 3
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.site-menu__container--level-3 {
  background: #6396C7;
  height: 0;
  overflow: hidden;
  opacity: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: -webkit-transform 150ms, opacity 150ms;
  -moz-transition: -moz-transform 150ms, opacity 150ms;
  transition: transform 150ms, opacity 150ms;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5); }
  .p-site-sidebar-menu .site-menu__container--level-3 {
    border-left: 0;
    background: #6396C7; }
    .epic-page .p-site-sidebar-menu .site-menu__container--level-3 {
      background-color: #88A8BE; }
      .epic-page .p-site-sidebar-menu .site-menu__container--level-3 .site-menu__link {
        color: #131A2D; }
  .item-1203 .site-menu__container--level-3 {
    background: #fcc513; }
  .p-site-navigation .item-1203 .site-menu__container--level-3 .site-menu__link {
    color: #172241; }
    @media screen and (min-width: 840px) {
      .p-site-navigation .item-1203 .site-menu__container--level-3 .site-menu__link {
        color: rgba(255, 255, 255, 0.9); } }
  .p-open-tree > .site-menu__container--level-3 {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    height: auto;
    opacity: 1;
    overflow: default;
    margin: 0.25em 0 0.25em 0.25em; }
    .p-site-sidebar-menu .p-open-tree > .site-menu__container--level-3 {
      margin: 0; }
    @media screen and (min-width: 840px) {
      .p-site-navigation .p-open-tree > .site-menu__container--level-3 {
        height: 0;
        overflow: hidden;
        opacity: 0;
        margin: 0; } }
  @media screen and (min-width: 840px) {
    .p-site-navigation .site-menu__container--level-3 {
      background: transparent;
      border: none;
      position: relative;
      width: 100%;
      text-align: left;
      margin: 0;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      -webkit-box-pack: stretch;
      -moz-box-pack: stretch;
      box-pack: stretch;
      -webkit-justify-content: stretch;
      -moz-justify-content: stretch;
      -ms-justify-content: stretch;
      -o-justify-content: stretch;
      justify-content: stretch;
      -ms-flex-pack: stretch;
      -webkit-box-align: stretch;
      -moz-box-align: stretch;
      box-align: stretch;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      -o-align-items: stretch;
      align-items: stretch;
      -ms-flex-align: stretch;
      -ms-flex-preferred-size: auto; } }

.site-menu__item--level-3 {
  display: block;
  width: 100%; }
  @media screen and (min-width: 840px) {
    .site-menu__item--level-3 {
      font-size: 0.875em;
      margin: 0; } }
  @media screen and (min-width: 840px) {
    .p-site-navigation .item-1203 .site-menu__item--level-3 > .site-menu__link:hover {
      color: #172241;
      border-bottom: 1px solid #EE6B0A; } }
  @media screen and (min-width: 840px) {
    .p-site-navigation .site-menu__item--level-3 > .site-menu__link {
      border-bottom: 1px solid rgba(255, 255, 255, 0.25);
      padding: 0.5em 1em; } }
  @media screen and (min-width: 840px) {
    .p-site-navigation .site-menu__item--level-3 > .site-menu__link:hover {
      border-bottom: 1px solid #f15b22;
      padding: 0.5em 1em; } }
  @media screen and (min-width: 840px) {
    .p-site-navigation .site-menu__item--level-3:last-child > .site-menu__link {
      border-bottom: none; } }
  @media screen and (min-width: 840px) {
    .p-site-navigation .item-1203 .site-menu__item--level-3:last-child > .site-menu__link:hover {
      border-bottom: none; } }

.p-site-header__mobile-navigation-trigger {
  margin: 0em 1em 0.5em 1em;
  width: 50px;
  height: 50px; }
  .no-flexbox .p-site-header__mobile-navigation-trigger {
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -50px; }
  .p-site-header__mobile-navigation-trigger .p-nav-close {
    display: block;
    width: 39px;
    height: 32px;
    position: relative;
    margin: 0 auto; }
    .p-site-header__mobile-navigation-trigger .p-nav-close span {
      display: block;
      position: absolute;
      top: calc(50% - 2px);
      height: 4px;
      width: 39px;
      background: #172241;
      transition: transform 200ms; }
      .p-dark-slide .p-site-header__mobile-navigation-trigger .p-nav-close span {
        background: #fff; }
  .p-site-header__mobile-navigation-trigger .p-nav-close-top {
    transform: translateY(-10px); }
  .p-site-header__mobile-navigation-trigger .p-nav-close-bottom {
    transform: translateY(10px); }
  .p-site-header__mobile-navigation-trigger .p-nav-close-text {
    opacity: 0;
    font-size: 11px;
    transition: opacity 200ms;
    display: block;
    text-align: center;
    color: #172241; }
  .p-nav-open .p-site-header__mobile-navigation-trigger .p-nav-close-top {
    -webkit-transform: rotate(45deg) translateY(0);
    -moz-transform: rotate(45deg) translateY(0);
    -ms-transform: rotate(45deg) translateY(0);
    -o-transform: rotate(45deg) translateY(0);
    transform: rotate(45deg) translateY(0); }
  .p-nav-open .p-site-header__mobile-navigation-trigger .p-nav-close-remove {
    -webkit-transform: scaleX(0.1);
    -moz-transform: scaleX(0.1);
    -ms-transform: scaleX(0.1);
    -o-transform: scaleX(0.1);
    transform: scaleX(0.1); }
  .p-nav-open .p-site-header__mobile-navigation-trigger .p-nav-close-bottom {
    -webkit-transform: rotate(-45deg) translateY(0);
    -moz-transform: rotate(-45deg) translateY(0);
    -ms-transform: rotate(-45deg) translateY(0);
    -o-transform: rotate(-45deg) translateY(0);
    transform: rotate(-45deg) translateY(0); }
  .p-nav-open .p-site-header__mobile-navigation-trigger .p-nav-close-text {
    opacity: 1; }
  .p-nav-open.p-light-slide .p-site-header__mobile-navigation-trigger rect {
    fill: #172241; }
  @media screen and (min-width: 26em) {
    .p-site-header__mobile-navigation-trigger {
      margin: 0.5em 1em; } }
  @media screen and (min-width: 650px) {
    .p-site-header__mobile-navigation-trigger {
      margin: 4em 1em 0.5em 1em; } }
  @media (min-width: 840px) {
    .p-site-header__mobile-navigation-trigger {
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0); }
      .p-home-page .p-site-header__mobile-navigation-trigger {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0); } }

.p-site-sidebar-menu {
  padding: 0;
  margin: 0 0 20px 0;
  list-style-type: none;
  background: #276db6; }
  .p-site-sidebar-menu::after {
    clear: both;
    content: "";
    display: table; }
  .epic-page .p-site-sidebar-menu {
    color: #172241;
    background: #EE6B0A; }

.p-site-sidebar-menu-title {
  /*@include corner-cut($blue1);*/
  padding: 0.5em 0.5em;
  color: #fff;
  margin: 0 0 1px 0; }
  .epic-page .p-site-sidebar-menu-title {
    /*@include corner-cut($epic-blue);*/
    color: #EE6B0A;
    font-weight: bold; }
    .epic-page .p-site-sidebar-menu-title img {
      max-width: 280px;
      height: auto; }

.topbar {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background: #000;
  color: #FFF;
  top: 0;
  position: -webkit-sticky;
  position: sticky;
  z-index: 100; }
  .topbar .topbar-links-wrapper {
    width: 86em;
    height: 5rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    @media all and (max-width: 26em) {
      .topbar .topbar-links-wrapper {
        height: 4rem; } }
    .topbar .topbar-links-wrapper .topbar-links {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify;
      height: 100%;
      width: 100%; }
      .topbar .topbar-links-wrapper .topbar-links .topbar-image {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        height: 100%;
        max-width: 140px;
        padding: 0.75rem; }
        .topbar .topbar-links-wrapper .topbar-links .topbar-image svg, .topbar .topbar-links-wrapper .topbar-links .topbar-image img {
          width: 100%; }
        @media all and (max-width: 26em) {
          .topbar .topbar-links-wrapper .topbar-links .topbar-image {
            display: none; } }
      .topbar .topbar-links-wrapper .topbar-links .topbar-menu-items {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        height: 100%; }
        @media all and (max-width: 840px) {
          .topbar .topbar-links-wrapper .topbar-links .topbar-menu-items {
            width: 100%; } }
      .topbar .topbar-links-wrapper .topbar-links ul li {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        animation: 0.2s all;
        color: #111; }
        .topbar .topbar-links-wrapper .topbar-links ul li i {
          font-size: 1.5em;
          color: #172241; }
        .topbar .topbar-links-wrapper .topbar-links ul li a {
          display: -webkit-box;
          display: -moz-box;
          display: box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -moz-box-align: center;
          box-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          align-items: center;
          -ms-flex-align: center;
          height: 30px;
          margin-left: 15px; }
          .topbar .topbar-links-wrapper .topbar-links ul li a span {
            margin: 0px 5px 0px 0px; }
        .topbar .topbar-links-wrapper .topbar-links ul li a:hover {
          color: #EE6B0A; }
          .topbar .topbar-links-wrapper .topbar-links ul li a:hover i {
            color: #EE6B0A; }
        .topbar .topbar-links-wrapper .topbar-links ul li#topcartlink {
          position: relative; }
          .topbar .topbar-links-wrapper .topbar-links ul li#topcartlink a .cart-qty {
            background: #172241;
            border-radius: 50%;
            color: #FFF;
            height: 16px;
            width: 16px;
            text-align: center;
            padding: 3px;
            align-items: center;
            font-size: 0.7em;
            position: relative;
            bottom: 5px;
            left: -10px; }
      @media all and (max-width: 840px) {
        .topbar .topbar-links-wrapper .topbar-links {
          -webkit-box-pack: justify;
          -moz-box-pack: justify;
          box-pack: justify;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          -ms-justify-content: space-between;
          -o-justify-content: space-between;
          justify-content: space-between;
          -ms-flex-pack: justify; } }

.category-description ul, .manufacturer-description ul, .full-description ul, .topic-block ul, .topic-page ul, .post-body ul {
  margin: 0.625rem 0rem;
  padding: 0 0 0 36px;
  list-style: disc; }

.category-description ol, .manufacturer-description ol, .full-description ol, .topic-block ol, .topic-page ol, .post-body ol {
  margin: 0.625rem 0;
  padding: 0 0 0 36px;
  list-style: decimal; }

.category-description p, .manufacturer-description p, .full-description p, .topic-block p, .topic-page p, .post-body p, .news-body p {
  margin: 0.625rem 0; }

/*.block-category-navigation .listbox li.active a.parent, .block-category-navigation .listbox li.inactive a.parent {
    pointer-events: none;
    cursor: default;
}*/
.parent.toggleClass svg {
  float: right; }

/*.block-category-navigation .listbox li.active a.parent:before {
    content: "\f067";
    display: inline-block;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: $depth24;
    height: $depth24;
    line-height: $depth30;
    font-size: $font22;
    font-weight: 900;
    color: $whitebg;
    text-align: $center;
    position: absolute;
    top: $depth6;
    right: $depth12;
    transition: all 0.3s ease 0s;
    transform: rotate(0);
}*/
.block-category-navigation .listbox li.active a.parent.toggleClass:before {
  transform: rotate(135deg); }

.block-category-navigation .listbox li.active a.parent svg {
  float: right;
  transition: all 0.3s ease 0s;
  transform: rotate(0);
  padding: 0;
  display: block;
  width: 15px;
  height: 15px;
  -webkit-transition: color 200ms,-webkit-transform 200ms;
  -moz-transition: color 200ms,-moz-transform 200ms;
  transition: color 200ms,transform 200ms; }

.block-category-navigation .listbox li.active a.parent.toggleClass svg {
  transform: rotate(135deg);
  transition: all 0.3s ease 0s; }

.block-category-navigation .listbox li.inactive a.parent svg {
  float: right;
  transition: all 0.3s ease 0s;
  transform: rotate(135deg);
  padding: 0;
  display: block;
  width: 15px;
  height: 15px;
  -webkit-transition: color 200ms,-webkit-transform 200ms;
  -moz-transition: color 200ms,-moz-transform 200ms;
  transition: color 200ms,transform 200ms; }

.block-category-navigation .listbox li.inactive a.parent.toggleClass svg {
  transform: rotate(0);
  transition: all 0.3s ease 0s; }

.sublist.child {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: -webkit-transform 150ms,opacity 150ms;
  -moz-transition: -moz-transform 150ms,opacity 150ms;
  transition: transform 150ms,opacity 150ms;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5); }

.sublist.child.slow {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  height: auto;
  opacity: 1; }

.category-description, .manufacturer-description, .vendor-description {
  margin: 0 0 25px;
  line-height: 1.375rem; }

.contact-vendor {
  margin: 0 0 1.875rem; }
  .contact-vendor .button-2 {
    border: none;
    background-color: #4ab2f1;
    padding: 0.625rem 1rem;
    font-size: 0.875rem;
    color: #FFF;
    text-transform: uppercase; }
    .contact-vendor .button-2:hover {
      background-color: #3a93d0; }

.product-selectors {
  margin: 0 0 20px;
  border-top: 0.0625rem solid #ddd;
  border-bottom: 0.0625rem solid #ddd;
  padding: 0rem; }
  .product-selectors:first-child {
    border-top: none; }
  .product-selectors:after {
    content: "";
    display: block;
    clear: both; }
  .product-selectors > div {
    display: inline-block;
    margin: 0.3125rem; }
  .product-selectors span {
    vertical-align: middle;
    font-size: 1rem; }
  .product-selectors select {
    margin: 0 0.5rem; }
  .product-selectors .product-viewmode {
    display: none;
    font-size: 0; }

.product-filters {
  display: table;
  width: 100%;
  margin: 0 0 1.25rem; }

.product-filter {
  margin: 0 0 0.625rem; }
  .product-filter .filter-title {
    margin: 0 0 0.625rem;
    background-color: #f6f6f6;
    padding: 0.625rem;
    font-size: 1rem;
    color: #444; }
    .product-filter .filter-title strong {
      font-weight: normal; }
  .product-filter .filter-content {
    padding: 0.625rem;
    color: #444; }
  .product-filter .available-items:after {
    content: "";
    display: block;
    clear: both; }
  .product-filter .group {
    margin: 0 0 0.625rem; }
    .product-filter .group li {
      font-size: 0.875rem; }
      .product-filter .group li a, .product-filter .group li strong {
        display: inline-block;
        padding: 0.3125rem 0rem; }
      .product-filter .group li a:hover {
        color: #4ab2f1; }
      .product-filter .group li.item {
        display: inline-block;
        position: relative;
        margin: 0 1rem 0 0;
        padding: 0 0 0 1rem; }
        .product-filter .group li.item:before {
          content: "";
          position: absolute;
          top: 0.625rem;
          left: 0;
          width: 5px;
          height: 5px;
          background-color: #ddd; }
      .product-filter .group li.color-item {
        padding: 0rem;
        display: inline-block; }
        .product-filter .group li.color-item a {
          padding: 0rem; }
        .product-filter .group li.color-item:before {
          display: none; }

.filtered-items .title {
  margin: 0 0 0.3125rem;
  font-style: italic; }

.filtered-items .item {
  color: #4ab2f1; }

.remove-filter {
  margin: 15px 0; }
  .remove-filter a {
    display: inline-block;
    background-color: #aaa;
    padding: 0.625rem 1.25rem;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase; }
    .remove-filter a:hover {
      background-color: #999; }

.item-grid:after {
  content: "";
  display: block;
  clear: both; }

.item-grid {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.product-grid .item-grid .item-box {
  background: #FFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); }
  .product-grid .item-grid .item-box .details {
    padding: 10px; }

.item-box {
  background: rgba(255, 255, 255, 0.75); }
  .item-box .picture {
    z-index: 1;
    overflow: hidden;
    margin: 0rem;
    height: 142px; }
    .item-box .picture a {
      display: block;
      position: relative; }
      .item-box .picture a:before {
        content: "";
        display: block;
        padding-top: 100%; }
      .item-box .picture a img {
        position: absolute;
        top: 0rem;
        right: 0rem;
        bottom: 0rem;
        left: 0rem;
        max-height: 100%;
        margin: auto;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transform: translateZ(0) scale(1, 1); }
  .item-box .product-title {
    font-size: 0.875rem;
    line-height: 1.2;
    font-weight: normal;
    color: #4ab2f1;
    height: 3.125rem;
    margin: 0rem 0rem 0.3125rem;
    background-color: #276db6;
    z-index: auto;
    padding: 1rem;
    color: #FFF;
    margin: 0rem;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    display: flex;
    align-items: center; }
    .item-box .product-title a {
      display: block; }
      .item-box .product-title a:hover {
        color: #FFF; }
  .item-box .sku {
    margin: 0 0 15px; }
  .item-box .product-rating-box {
    display: inline-block;
    margin: 0 0 0.625rem; }
  .item-box .rating {
    background: url("../images/rating1.png") repeat-x;
    width: 95px;
    height: 14px; }
    .item-box .rating div {
      background: url("../images/rating2.png") repeat-x;
      height: 14px; }
  .item-box .description {
    display: none; }
    .item-box .description a {
      display: block;
      overflow: hidden; }
  .item-box .prices {
    margin: 0 0 0.625rem;
    overflow: hidden; }
  .item-box .old-price {
    margin: 0 0.3125rem 0 0;
    font-size: 1rem;
    color: #aaa;
    text-decoration: line-through; }
  .item-box .actual-price {
    margin: 0 0.3125rem 0 0;
    font-size: 1rem;
    color: #666; }
  .item-box .tax-shipping-info a {
    color: #4ab2f1; }
    .item-box .tax-shipping-info a:hover {
      text-decoration: underline; }
  .item-box input[type="button"] {
    display: inline-block;
    height: 40px;
    border: none;
    vertical-align: middle; }
  .item-box .product-box-add-to-cart-button {
    width: 60%;
    background-color: #000;
    text-align: center;
    font-size: 0.9375rem;
    color: #FFF;
    text-transform: capitalize; }
    .item-box .product-box-add-to-cart-button:hover {
      background-color: #3a93d0; }
  .item-box .add-to-compare-list-button, .item-box .add-to-wishlist-button {
    width: 20%;
    border-left: 0.0625rem solid rgba(255, 255, 255, 0.9) !important;
    background-color: #eaeaea;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0rem; }
  .item-box .add-to-compare-list-button {
    background-image: url("../images/compare-button.png"); }
  .item-box .add-to-wishlist-button {
    background-image: url("../images/wishlist-button.png"); }
  .item-box .add-to-compare-list-button:hover, .item-box .add-to-wishlist-button:hover {
    background-color: #ddd; }

.home-page-category-grid, .sub-category-grid, .manufacturer-grid, .vendor-grid {
  margin: 480px 0 1.25rem; }

.home-page-category-grid .title,
.sub-category-grid .title {
  text-align: left;
  font-size: 1.25rem;
  font-weight: normal;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 0 0.3125rem;
  background-color: #276db6;
  z-index: auto;
  padding: .5em .5em;
  color: #FFF;
  margin: 0rem;
  line-height: 1.125;
  font-weight: bold; }
  .home-page-category-grid .title .fa,
  .sub-category-grid .title .fa {
    position: absolute;
    top: .625em;
    right: .75em; }

.item-box:hover h2 {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #f15b22;
  color: #FFF; }

.home-page-category-grid .title a, .sub-category-grid .title a {
  display: block;
  padding: 0rem; }

.home-page-category-grid .picture, .sub-category-grid .picture {
  margin: 0rem; }

.home-page-category-grid .picture a:before, .sub-category-grid .picture a:before {
  padding-top: 65%; }

.product-grid, .product-list {
  margin: 0 0 1.875rem; }

.product-grid .title {
  margin: 0 0 1.875rem;
  padding: 0rem;
  font-size: 1.875rem;
  font-weight: normal;
  color: #000;
  text-align: left; }
  .product-grid .title strong {
    font-weight: normal; }

.manufacturer-grid .title, .vendor-grid .title {
  height: 3.125rem;
  margin: 0 0 0.3125rem;
  background-color: transparent;
  background-image: -webkit-linear-gradient(-495deg, transparent 12px, #000 0);
  background-image: linear-gradient(225deg, transparent 12px, #000 0);
  background-position: 99% top;
  z-index: auto;
  background-size: 200% 200%;
  padding: 0.625rem;
  color: #FFF;
  margin: 0rem;
  overflow: hidden;
  text-align: center;
  font-size: 1rem; }
  .manufacturer-grid .title a:hover, .vendor-grid .title a:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: transparent;
    background-image: -webkit-linear-gradient(-495deg, transparent 12px, #3a93d0 0);
    background-image: linear-gradient(225deg, transparent 12px, #3a93d0 0);
    background-position: 99% top;
    background-size: 200% 200%;
    color: #FFF; }

.manufacturer-grid .picture, .vendor-grid .picture {
  border: 0.0625rem solid #444; }

.pager {
  padding-top: 1rem;
  margin: 0 0 1.25rem; }
  .pager ul {
    text-align: right;
    font-size: 0rem; }
  .pager li {
    display: inline-block;
    margin: 0 0.3125rem;
    vertical-align: top; }
    .pager li a {
      display: block;
      min-width: 35px;
      height: 35px;
      border: 0.0625rem solid #444;
      background-color: #eee;
      padding: 0.5rem;
      text-align: center;
      font-size: 0.875rem;
      /*reset zeroing*/
      cursor: pointer; }
    .pager li span {
      display: block;
      min-width: 35px;
      height: 35px;
      border: 0.0625rem solid #444;
      background-color: #eee;
      padding: 0.5rem;
      text-align: center;
      font-size: 0.875rem;
      /*reset zeroing*/
      cursor: pointer;
      border-color: transparent;
      background-color: #000;
      color: #FFF; }
    .pager li.previous-page *, .pager li.next-page *, .pager li.first-page *, .pager li.last-page * {
      background-position: center;
      background-repeat: no-repeat;
      color: #FFF;
      display: none; }
    .pager li.previous-page * {
      background-image: url("../images/prev.png"); }
    .pager li.next-page * {
      content: '>'; }
    .pager li.first-page * {
      background-image: url("../images/first.png"); }
    .pager li.last-page * {
      background-image: url("../images/last.png"); }
    .pager li a:hover {
      border-color: transparent;
      background-color: #3a93d0;
      color: #FFF; }

@media all and (max-width: 1000px) {
  .item-box {
    margin-bottom: 1rem; }
  .block {
    min-height: 100% !important; }
    .block .title {
      background-color: #000 !important;
      margin-bottom: 0 !important;
      font-size: 1rem !important;
      color: #fff !important; }
  .product-filter {
    text-align: left; }
  .block .title svg {
    display: inline-block;
    float: right; } }

@media all and (min-width: 481px) {
  /*** CATEGORY ***/
  .product-filter {
    display: table-cell;
    vertical-align: top;
    text-align: left; }
    .product-filter.price-range-filter {
      width: 200px; }
    .product-filter .product-spec-group {
      float: left;
      margin: 0 25px 0.625rem 0; }
      .product-filter .product-spec-group.product-spec-color {
        max-width: 190px; }
    .product-filter .group li.item {
      display: block;
      margin: 0; }
    .product-filter .group li.color-item {
      display: inline-block; }
  .item-box {
    width: 49%;
    margin-right: 0.5%;
    margin-bottom: 1rem; }
    .item-box .product-rating-box {
      margin: 0 0 1rem; }
    .item-box .prices {
      min-height: 40px; }
    .item-box .product-title {
      /*height: $depth50;
            margin: $zero $zero $depth5;
            background-color: transparent;
            background-image: -webkit-linear-gradient(-495deg, transparent 12px, $blue2 0);
            background-image: linear-gradient(225deg, transparent 12px, $blue2 0);
            background-position: 99% top;
            z-index: auto;
            background-size: 200% 200%;
            padding: $depth16;
            color: $text-white;
            margin: $zero;
            overflow: hidden;*/ } }

@media all and (min-width: 769px) {
  /*** CATEGORY ***/
  .product-selectors {
    text-align: left; }
    .product-selectors .product-viewmode {
      display: inline-block;
      float: right; }
      .product-selectors .product-viewmode span {
        display: none; }
      .product-selectors .product-viewmode a {
        display: inline-block;
        width: 24px;
        height: 32px;
        margin: 0 0 0 0.75rem;
        background-position: center;
        background-repeat: no-repeat;
        opacity: 0.5; }
        .product-selectors .product-viewmode a.grid {
          background-image: url("../images/view-grid.png"); }
        .product-selectors .product-viewmode a.list {
          background-image: url("../images/view-list.png"); }
        .product-selectors .product-viewmode a.selected {
          opacity: 1; }
  .item-box {
    width: 24%;
    margin-right: 1.3%; }
    .item-box:nth-child(4n+4) {
      margin-right: 0rem; }
  .product-list .item-box {
    float: none;
    width: auto;
    margin: 0rem 0.3125rem 1rem; }
    .product-list .item-box .product-item:after {
      content: "";
      display: block;
      clear: both; }
    .product-list .item-box .picture {
      float: left;
      width: 220px;
      margin-top: 1rem; }
    .product-list .item-box .picture + .details {
      margin: 0 0 0 220px; }
    .product-list .item-box .product-title {
      height: auto;
      padding: 0.625rem;
      font-size: 1.125rem; }
    .product-list .item-box .description {
      display: block;
      margin: 0 0 0.625rem;
      line-height: 22px; }
    .product-list .item-box .prices {
      height: auto;
      margin: 0rem 0rem 1.875rem; }
    .product-list .item-box .product-box-add-to-cart-button {
      width: auto;
      min-width: 150px;
      padding: 0 1.25rem; }
    .product-list .item-box .add-to-compare-list-button, .product-list .item-box .add-to-wishlist-button {
      width: 2.625rem; } }

@media all and (min-width: 1001px) {
  /*** CATEGORY ***/
  .breadcrumb {
    margin: 0rem; }
  .home-page-category-grid .item-box {
    cursor: pointer;
    -webkit-transition: color 150ms,background 150ms,-webkit-transform 150ms;
    -moz-transition: color 150ms,background 150ms,-moz-transform 150ms;
    transition: color 150ms,background 150ms,transform 150ms; }
  .home-page-category-grid .item-box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  .category-item .title {
    display: block;
    font-size: 1.25rem;
    color: #FFF;
    padding: 0.75rem;
    position: relative; }
    .category-item .title a {
      padding: 0rem;
      margin: 0rem; }
  .item-box .buttons {
    text-align: left; }
  .home-page .product-grid .item-box, .product-details-page .product-grid .item-box, .shopping-cart-page .product-grid .item-box {
    width: 24%;
    margin-right: 1%; }
  home-page .product-grid .item-box:nth-child(4n+4) {
    margin-right: 0rem; }
  .block .title svg {
    display: none; } }

/****** BLOG & NEWS ******/
.news-items .news-item {
  background-color: rgba(255, 255, 255, 0);
  padding: 0.75rem; }

.blog-posts .post {
  background-color: rgba(255, 255, 255, 0);
  padding: 0.75rem; }

.block-blog-archive .number {
  display: block;
  color: #444;
  cursor: auto; }

.block-blog-archive .sublist {
  margin: 0.3125rem 0 0.3125rem 1rem; }

.block-blog-archive li.month {
  padding: 0.1875rem 0 0.1875rem 1rem; }

.blog-page .page-title, .news-list-page .page-title {
  margin: 0; }

.blog-page .post, .news-items .news-item {
  margin: 0 0 1.875rem; }

.blog-page .post:after {
  content: "";
  display: block;
  clear: both; }

.post-title, .news-title {
  display: inline-block;
  padding: 1.25rem 0.625rem;
  line-height: 1.25rem;
  font-size: 1rem;
  font-weight: bold;
  color: #444; }

.post-title:hover, .news-title:hover {
  color: #4ab2f1; }

.post-date, .news-date {
  display: block;
  margin: 0 0 1rem;
  background-color: #f6f6f6;
  padding: 0.625rem;
  font-style: italic;
  color: #444; }

.post-body, .news-body {
  margin: 0 0 1.25rem;
  padding: 0 0.625rem;
  line-height: 1.375rem; }

.blog-page .tags, .blogpost-page .tags {
  margin: 0 0 1rem;
  overflow: hidden;
  padding: 0 0.625rem; }

.blog-page .tags label, .blogpost-page .tags label {
  display: inline-block;
  margin: 0 0.1875rem 0.1875rem 0;
  font-weight: bold;
  color: #444; }

.blog-page .tags ul, .blogpost-page .tags ul {
  display: inline-block;
  margin: 0 0 0.1875rem 0.1875rem;
  font-size: 0; }

.blog-page .tags li, .blogpost-page .tags li {
  display: inline-block;
  font-size: 0.875rem;
  /*reset zeroing*/ }

.blog-page .tags li.separator, .blogpost-page .tags li.separator {
  margin: 0 0.5rem 0 0; }

.blog-page .tags a, .blogpost-page .tags a {
  display: block;
  color: #4ab2f1; }

.blog-page .tags a:hover, .blogpost-page .tags a:hover {
  text-decoration: underline; }

.blog-posts .buttons, .news-items .buttons {
  margin: 0;
  padding: 0 0.625rem; }

.blog-posts .buttons .read-comments {
  display: block;
  margin: 0 0 1rem;
  font-weight: bold;
  color: #444; }
  .blog-posts .buttons .read-comments:hover {
    color: #4ab2f1; }

.blog-posts .buttons .read-more {
  display: inline-block;
  border: none;
  background-color: #000;
  padding: 0.625rem 1.25rem;
  font-size: 0.75rem;
  color: #fff;
  text-transform: capitalize; }

.news-items .buttons .read-more {
  display: inline-block;
  border: none;
  background-color: #000;
  padding: 0.625rem 1.25rem;
  font-size: 0.75rem;
  color: #fff;
  text-transform: capitalize; }

.blog-posts .buttons .read-more:hover, .news-items .buttons .read-more:hover {
  background-color: #3a93d0; }

.new-comment {
  margin: 3.125rem 0 3.75rem; }
  .new-comment .notifications {
    margin: 0 0 0.625rem; }
  .new-comment .result {
    color: #690; }
  .new-comment .form-fields {
    margin: 0 0 1.25rem; }
  .new-comment .button-1--deprecated {
    border: none;
    background-color: #000;
    padding: 0.625rem 1.875rem;
    text-align: center;
    font-size: 1rem;
    color: #fff;
    text-transform: capitalize; }
    .new-comment .button-1--deprecated:hover {
      background-color: #3a93d0; }

.comment-list {
  margin: 0 0 6.25rem; }
  .comment-list .title {
    margin: 0 0 1rem;
    padding: 0 0.625rem;
    font-size: 1.25rem;
    color: #444; }
    .comment-list .title strong {
      font-weight: normal; }
  .comment-list .comment {
    margin: 0 0 2.5rem;
    border-top: 0.0625rem solid #ddd; }
    .comment-list .comment:after {
      content: "";
      display: block;
      clear: both; }

.tags ul li a {
  color: #000 !important; }

.comment-info {
  width: 9.375rem;
  margin: 1.25rem auto; }
  .comment-info .username {
    display: block;
    margin: 0 -0.0625rem;
    border: 0.0625rem solid #ddd;
    background-color: #f6f6f6;
    padding: 0.625rem 0;
    font-weight: bold;
    color: #444; }
  .comment-info a.username:hover {
    color: #4ab2f1; }
  .comment-info .avatar {
    position: relative;
    width: 9.375rem;
    height: 9.375rem;
    border: 0.0625rem solid #ddd;
    overflow: hidden; }
    .comment-info .avatar img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      max-width: 100%;
      max-height: 100%;
      margin: auto;
      border: solid 0.125rem #CEDBE1 !important; }

.comment-time {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  font-weight: bold; }
  .comment-time span {
    color: #444; }

.comment-title {
  margin: 0 0 1rem;
  font-size: 1rem;
  color: #444; }

.comment-body {
  line-height: 1.375rem; }

.news-list-homepage {
  margin: 0rem 0rem 3.125rem;
  background-color: rgba(255, 255, 255, 0); }
  .news-list-homepage .title {
    margin: 0rem;
    border-bottom: 0.0625rem solid #ddd;
    padding: 1rem;
    font-size: 1.875rem;
    font-weight: normal;
    color: #444;
    text-align: left; }
    .news-list-homepage .title strong {
      font-weight: normal; }
  .news-list-homepage .view-all {
    text-align: center;
    padding: 1rem; }
    .news-list-homepage .view-all a {
      color: #444;
      text-decoration: underline; }
      .news-list-homepage .view-all a:hover {
        color: #4ab2f1; }

@media all and (min-width: 769px) {
  /*** BLOG & NEWS ***/
  .blog-posts .tags {
    float: right;
    width: 80%;
    text-align: right; }
  .blog-posts .buttons {
    float: left;
    width: 20%;
    text-align: left; }
  .new-comment {
    text-align: center; }
    .new-comment .buttons {
      text-align: center; }
  .comment-list .comment {
    display: table;
    width: 100%;
    margin: 0; }
    .comment-list .comment:last-child {
      border-bottom: 0.0625rem solid #ddd; }
  .comment-info {
    display: table-cell;
    width: 15%;
    margin: 0;
    vertical-align: top; }
    .comment-info .username {
      min-height: 40px;
      margin: 0;
      border: none;
      text-align: center; }
    .comment-info .avatar {
      border: none; }
      .comment-info .avatar img {
        max-width: 80%;
        max-height: 80%; }
  .comment-content {
    display: table-cell;
    width: 85%;
    border-left: 0.0625rem solid #ddd;
    vertical-align: top;
    text-align: left; }
  .comment-time {
    min-height: 2.5rem;
    margin: 0;
    background-color: #f6f6f6;
    padding: 0.625rem 1rem;
    font-size: 0.875rem;
    font-weight: normal; }
  .comment-title {
    margin: 0 -1.25rem;
    padding: 1.25rem; }
  .comment-body {
    padding: 1.25rem; }
  /*** FORUM & PROFILE ***/
  .forum-actions, .topic-actions {
    overflow: hidden; }
  .forum-actions .actions, .topic-actions .actions {
    float: left; }
  .forum-actions .pager, .topic-actions .pager {
    float: right;
    max-width: 450px; }
  .forum-actions .pager li, .topic-actions .pager li {
    margin: 0.125rem 0.25rem; }
  .forum-actions .pager.upper, .topic-actions.lower .actions {
    display: block; }
  .topic-posts {
    margin: 0 0 1.875rem; }
  .topic-post {
    display: table;
    width: 100%;
    margin: 0; }
    .topic-post .post-info {
      display: table-cell;
      width: 15%;
      margin: 0;
      vertical-align: top;
      text-align: left; }
    .topic-post .user-info {
      width: auto; }
    .topic-post .username {
      min-height: 40px;
      margin: 0;
      border: none;
      text-align: center; }
    .topic-post .avatar {
      margin: auto;
      border: none; }
      .topic-post .avatar img {
        max-width: 80%;
        max-height: 80%; }
    .topic-post .user-stats li {
      margin: 0; }
    .topic-post .send-pm {
      margin: 0 0 1.25rem; }
    .topic-post .pm-button {
      padding: 0.5rem 1rem;
      font-size: 0.875rem; }
  .profile-info-box .pm-button {
    padding: 0.5rem 1rem;
    font-size: 0.875rem; }
  .topic-post .post-content {
    display: table-cell;
    width: 85%;
    border-left: 0.0625rem solid #ddd;
    vertical-align: top;
    text-align: left; }
  .topic-post .post-head {
    min-height: 2.5rem;
    overflow: hidden;
    background-color: #f6f6f6; }
  .topic-post .post-time {
    float: left;
    margin: 0;
    font-size: 0.875rem;
    font-weight: normal; }
  .topic-post .post-actions {
    float: right;
    margin: 0; }
    .topic-post .post-actions a {
      margin: 0;
      line-height: 1.25rem; }
    .topic-post .post-actions .quote-post a {
      min-width: 70px; }
    .topic-post .post-actions a.post-link-button {
      margin: 0 0 0 0.625rem;
      border-left: 0.0625rem solid #ddd;
      text-align: center; }
  .topic-post .post-text {
    padding: 1.25rem 0.3125rem; }
  .topic-post .post-vote {
    padding: 1.25rem 0 1.25rem 1rem; }
  .forum-table th.replies, .forum-table th.views, .forum-table th.votes {
    display: table-cell; }
  .forum-table td.replies, .forum-table td.views, .forum-table td.votes {
    display: table-cell; }
  .forum-table td.image {
    max-width: none; }
    .forum-table td.image div {
      max-width: none;
      background-size: initial; }
  .ui-tabs-nav {
    text-align: left; }
    .ui-tabs-nav li {
      margin: 0 0.5625rem 0;
      /*override jQuery UI styles, do not delete doubled properties*/
      margin: 0 0.5625rem 0 !important; }
  .profile-info-box .avatar {
    float: left;
    margin: 0 1rem 1rem 0; }
  .profile-info-box .profile-stats {
    float: left;
    text-align: left; }
  .profile-info-box .title {
    text-align: left; }
  .profile-info-box .send-pm {
    clear: both;
    text-align: left; } }

@media all and (min-width: 1001px) {
  /*** BLOG & NEWS ***/
  .comment-list {
    margin: 0 0 50px; }
  .news-list-homepage .news-items {
    overflow: hidden;
    text-align: left; }
  .news-list-homepage .news-item {
    float: left;
    width: 31.33333%;
    margin: 0 1% 1.875rem;
    border-right: 0.0625rem solid #ddd; }
    .news-list-homepage .news-item:nth-child(3n+1) {
      clear: both; }
    .news-list-homepage .news-item:nth-child(3n+3) {
      border-right: 0; }
    .news-list-homepage .news-item:only-child {
      float: none;
      width: auto;
      margin: 0 0 1.875rem; }
  .news-list-homepage .news-head {
    text-align: center; }
  .news-list-homepage .news-body {
    text-align: justify; }
  /*** FORUM & PROFILE ***/
  .forum-breadcrumb {
    margin: -1.875rem 0 1.875rem; }
  .current-time {
    float: right; }
  .forum-search-box {
    float: left; }
    .forum-search-box .advanced {
      text-align: left; }
      .forum-search-box .advanced a {
        line-height: normal; }
  .forums-table-section td {
    min-width: 9.375rem; }
    .forums-table-section td:first-child {
      min-width: 5.625rem; }
  .forums-table-section .view-all {
    text-align: right; }
  .topic-actions .pager.upper {
    display: block;
    max-width: 25rem; }
  .forum-table .forum-details, .forum-table .topic-details {
    min-width: 14.0625rem; }
  .forum-table td {
    padding: 1.25rem; }
  .forum-edit-page textarea {
    width: 37.5rem;
    height: 15.625; }
  .private-message-send-page textarea {
    width: 37.5rem;
    height: 15.625rem; }
  .private-message-send-page .bb-code-editor-wrapper {
    display: inline-block;
    width: 25rem;
    margin: 0.625rem 0;
    vertical-align: middle; } }

/********** PRODUCT PAGE **********/
.page-hero {
  position: relative;
  z-index: 10;
  height: 230px; }
  @media screen and (min-width: 60em) {
    .page-hero {
      height: 540px; } }
  .page-hero .page-hero--image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #ddd;
    background-repeat: none;
    background-position: center;
    background-size: cover; }

.product-titles {
  text-align: center;
  padding: 1rem 0 3rem 0;
  color: #fff;
  letter-spacing: 0.08rem; }
  .product-titles .product-category {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em; }
  .product-titles .product-title {
    text-align: center;
    line-height: 3rem;
    font-size: 2rem;
    color: #EE6B0A;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "TradeGothicLTPro-Bold","impact",sans-serif; }
  .product-titles .product-short-description {
    font-size: 0.9rem;
    line-height: 1.5; }

.product-details-page .product-name, .page-title .product-name {
  margin-top: -10px;
  margin-bottom: 35px; }

.gallery {
  margin: 0 auto 50px; }
  .gallery .picture-wrapper {
    margin: 0 0 10px; }
  .gallery .picture {
    position: relative;
    max-width: 100%;
    margin: 0 auto 10px;
    overflow: hidden; }
    .gallery .picture:before {
      content: "";
      display: block;
      padding-top: 100%; }
    .gallery .picture img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      max-width: 100%;
      max-height: 100%;
      margin: auto; }
  .gallery .picture-thumbs img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto; }

.variant-picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto; }

.gallery .picture-thumbs {
  overflow: hidden;
  font-size: 0; }
  .gallery .picture-thumbs .thumb-item {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 5px 10px;
    overflow: hidden;
    cursor: pointer; }

.overview {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .overview .discontinued-product {
    background: #f3f3f3;
    margin: 0 0 20px; }
    .overview .discontinued-product h4 {
      display: inline-block;
      font-size: 14px;
      padding: 17px 17px 17px 40px;
      background: url("../images/discontinued-product-icon.png") no-repeat 13px center;
      color: #de444c; }
  .overview .product-name {
    margin: 0 0 25px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px; }
    .overview .product-name h1 {
      font-size: 30px;
      font-weight: normal; }

.product-no-reviews, .product-reviews-overview {
  margin: 0 0 25px;
  color: #444; }

.product-no-reviews a {
  text-decoration: underline; }

.product-review-box {
  display: inline-block;
  margin: 0 0 8px; }
  .product-review-box .rating {
    width: 95px;
    height: 14px;
    background: url("../images/rating1.png") repeat-x; }
    .product-review-box .rating div {
      height: 14px;
      background: url("../images/rating2.png") repeat-x; }

.product-review-links a {
  text-decoration: underline; }
  .product-review-links a:hover {
    color: #4ab2f1; }

.overview .value, .variant-overview .value {
  color: #444; }

.overview .value a, .variant-overview .value a {
  color: #4ab2f1; }

.overview .value a:hover, .variant-overview .value a:hover {
  text-decoration: underline; }

.overview-buttons {
  margin: 0 0 25px;
  font-size: 0; }
  .overview-buttons div {
    width: 80%;
    margin: 0 auto 3px; }

.overview .button-2, .variant-overview .button-2 {
  display: block;
  width: 100%;
  border: none;
  background-color: #eaeaea;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 12px 15px 12px 40px;
  text-align: left;
  font-size: 14px;
  /*reset zeroing*/
  color: #666; }

.overview .button-2:hover, .variant-overview .button-2:hover {
  background-color: #ddd; }

.overview .add-to-compare-list-button {
  background-image: url("../images/compare-button.png"); }

.overview .email-a-friend-button, .overview .subscribe-button {
  background-image: url("../images/email-button.png"); }

.variant-overview .subscribe-button {
  background-image: url("../images/email-button.png"); }

.overview .download-sample-button, .variant-overview .download-sample-button {
  background-image: url("../images/download-button.png"); }

.overview .add-to-wishlist-button, .variant-overview .add-to-wishlist-button {
  background-image: url("../images/wishlist-button.png"); }

.overview .manufacturers {
  margin: 0 0 20px; }

.overview .availability {
  margin: 0 0 20px;
  overflow: hidden; }

.variant-overview .availability {
  margin: 0 0 20px;
  overflow: hidden; }

.overview .availability .stock, .variant-overview .availability .stock {
  margin: 0 0 10px; }

.overview .availability .back-in-stock-subscription, .variant-overview .availability .back-in-stock-subscription {
  display: inline-block; }

.overview .additional-details, .variant-overview .additional-details {
  margin: 0 0 20px; }

.overview .additional-details div, .variant-overview .additional-details div {
  margin: 0 0 8px; }

.overview .delivery, .variant-overview .delivery {
  overflow: hidden; }

.overview .free-shipping, .variant-overview .free-shipping {
  display: none;
  margin: 10px 0;
  background: url("../images/shipping.png") left center no-repeat;
  padding: 2px 0 2px 28px;
  font-weight: bold;
  color: #444; }

.overview .free-shipping.visible, .variant-overview .free-shipping.visible {
  display: inline-block; }

.overview .delivery-date, .variant-overview .delivery-date {
  margin: 10px 0; }

.overview .min-qty-notification, .variant-overview .min-qty-notification {
  margin: 10px 0;
  font-style: italic;
  color: #444; }

.overview .download-sample, .variant-overview .download-sample {
  display: inline-block;
  margin: 0 0 25px; }

.overview .prices, .variant-overview .prices {
  margin: 0 0 10px;
  overflow: hidden; }

.overview .prices > div, .variant-overview .prices > div {
  margin: 0 0 5px; }

.overview .prices > div > span, .variant-overview .prices > div > span {
  vertical-align: middle; }

.overview .old-product-price, .variant-overview .old-product-price, .overview .non-discounted-price, .variant-overview .non-discounted-price {
  font-size: 14px;
  color: #999;
  text-decoration: line-through; }

.overview .product-price, .variant-overview .product-price {
  font-size: 20px;
  font-weight: bold;
  color: #444; }

.overview .tax-shipping-info a, .variant-overview .tax-shipping-info a {
  color: #4ab2f1; }

.overview .tax-shipping-info a:hover, .variant-overview .tax-shipping-info a:hover {
  text-decoration: underline; }

.customer-entered-price {
  margin: 0 0 20px;
  overflow: hidden; }
  .customer-entered-price .price-input label {
    display: block;
    margin: 0 0 5px;
    font-weight: bold;
    color: #444; }
  .customer-entered-price .price-input input {
    width: 170px;
    text-align: center; }
  .customer-entered-price .price-range {
    margin: 5px 0 0;
    color: #777; }

.tier-prices {
  margin: 0 0 20px; }
  .tier-prices .title {
    display: none; }
  .tier-prices table td {
    border: 1px solid #ddd;
    padding: 10px;
    color: #444; }
  .tier-prices .field-header {
    min-width: 80px; }
  .tier-prices .item-price {
    background-color: #f9f9f9;
    font-size: 16px;
    color: #e4434b; }

.overview .add-to-cart {
  margin: 0 0 20px; }

.overview .add-to-cart-panel {
  display: inline-block;
  position: relative; }

.variant-overview .add-to-cart-panel {
  display: inline-block;
  position: relative; }

.overview .add-to-cart-panel > *, .variant-overview .add-to-cart-panel > * {
  float: left; }

.overview .qty-label, .variant-overview .qty-label {
  display: none !important; }

.overview .qty-input, .variant-overview .qty-input {
  width: 45px;
  height: 43px;
  padding: 0 12px;
  text-align: center;
  font-size: 15px;
  color: #444; }

.overview .qty-dropdown, .variant-overview .qty-dropdown {
  height: 43px;
  padding: 0 12px;
  font-size: 15px;
  color: #444; }

.product-share-button {
  display: inline-block;
  overflow: hidden; }

.full-description {
  clear: both; }
  .full-description img {
    width: 100%; }
  .full-description ul {
    margin: 0.625rem 0rem;
    padding: 0 0 0 25px;
    list-style: disc; }
    .full-description ul li {
      margin: 0.25rem 0; }

.product-collateral {
  margin: 0 0 75px; }
  .product-collateral .title {
    margin: 0 0 0.625rem;
    font-size: 18px;
    color: #444; }
    .product-collateral .title strong {
      font-weight: normal; }

.product-variant-line {
  margin: 0 0 30px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 20px; }
  .product-variant-line:after {
    content: "";
    display: block;
    clear: both; }

.variant-picture {
  position: relative;
  width: 220px;
  height: 220px;
  margin: 0 auto 15px;
  overflow: hidden; }

.variant-overview {
  width: 100%; }
  .variant-overview .variant-name {
    margin: 0 0 10px;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
    color: #000; }
  .variant-overview .variant-description {
    margin: 0 0 15px;
    line-height: 22px; }
  .variant-overview .add-to-wishlist {
    margin: 0 0 25px; }
  .variant-overview .add-to-wishlist-button {
    display: inline-block;
    width: auto; }
  .variant-overview .add-to-cart {
    margin: 0 0 10px; }

.product-specs-box {
  margin: 0 0 40px; }
  .product-specs-box td {
    border: 1px solid #ddd;
    padding: 10px; }

.product-tags-list {
  font-size: 0; }
  .product-tags-list li {
    display: inline-block;
    font-size: 14px;
    /*reset zeroing*/ }
    .product-tags-list li.separator {
      margin: 0 5px 0 3px; }
  .product-tags-list a {
    display: inline-block;
    line-height: 24px; }
    .product-tags-list a:hover {
      color: #444; }

.attributes {
  margin: 20px 0; }
  .attributes dl {
    overflow: hidden;
    padding: 0 2px;
    /* fix for Chrome in Mac, the checkboxes get cut off */ }
  .attributes dt {
    display: block;
    margin: 0 0 5px;
    white-space: nowrap;
    font-weight: bold;
    color: #444; }

.attribute-label {
  display: block;
  margin: 0 0 5px;
  white-space: nowrap;
  font-weight: bold;
  color: #444; }

.attributes dd, .attribute-data {
  margin: 0 0 10px; }

.attributes li {
  margin: 8px 0 12px; }

.attributes select {
  width: auto;
  min-width: 100px;
  max-width: 100%; }

.attributes .option-list label {
  margin: 0 5px; }

.attributes .datepicker {
  width: 280px;
  text-align: center;
  color: #444; }

.attributes .qty-box input {
  width: 48px;
  height: 32px;
  text-align: center; }

.ui-datepicker {
  width: 280px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  text-align: center;
  /*override jQuery UI styles, do not delete doubled properties*/
  border: none;
  border-radius: 0;
  padding: 0;
  font: normal 14px Arial, Helvetica, sans-serif;
  color: #777; }

.ui-datepicker-header {
  position: relative;
  height: 32px;
  background-color: #4ab2f1;
  color: #fff;
  /*override jQuery UI styles, do not delete doubled properties*/
  border: none;
  border-radius: 0;
  background-image: none;
  padding: 0 !important;
  font-weight: normal; }
  .ui-datepicker-header a {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 0;
    /*override jQuery UI styles, do not delete doubled properties*/
    top: 0 !important;
    width: 32px !important;
    height: 32px !important;
    border: none !important; }
    .ui-datepicker-header a.ui-datepicker-prev {
      left: 0;
      background: url("../images/calendar-prev.png") center no-repeat; }
    .ui-datepicker-header a.ui-datepicker-next {
      right: 0;
      background: url("../images/calendar-next.png") center no-repeat; }
    .ui-datepicker-header a span {
      /*override jQuery UI styles, do not delete doubled properties*/
      display: none !important; }

.ui-datepicker-title {
  position: relative;
  z-index: 0;
  line-height: 32px;
  font-weight: bold;
  text-transform: uppercase;
  /*override jQuery UI styles, do not delete doubled properties*/
  line-height: 32px !important; }

.ui-datepicker-calendar {
  /*override jQuery UI styles, do not delete doubled properties*/
  margin: 0 !important;
  font-size: 14px !important; }
  .ui-datepicker-calendar th {
    background-color: #eee;
    width: 14.285%;
    border: 1px solid #ddd;
    /*override jQuery UI styles, do not delete doubled properties*/
    padding: 0; }
  .ui-datepicker-calendar td {
    width: 14.285%;
    border: 1px solid #ddd;
    /*override jQuery UI styles, do not delete doubled properties*/
    padding: 0; }
  .ui-datepicker-calendar th span {
    display: block;
    min-height: 32px;
    line-height: 32px;
    color: #444; }
  .ui-datepicker-calendar td a {
    display: block;
    min-height: 32px;
    line-height: 32px;
    color: #444;
    /*override jQuery UI styles, do not delete doubled properties*/
    border: none !important;
    background: none !important;
    padding: 0;
    text-align: center;
    color: #444 !important; }
  .ui-datepicker-calendar .ui-state-active {
    outline: 2px solid #4ab2f1;
    font-weight: bold;
    color: #4ab2f1;
    /*override jQuery UI styles, do not delete doubled properties*/
    color: #4ab2f1 !important; }

.attribute-squares {
  font-size: 0; }
  .attribute-squares li {
    display: inline-block;
    margin: 0 5px 5px;
    text-align: center; }
  .attribute-squares .attribute-square-container {
    display: block;
    position: relative;
    z-index: 0;
    padding: 1px; }
  .attribute-squares label {
    display: block;
    margin: 0 !important;
    overflow: hidden; }
  .attribute-squares .attribute-square {
    display: table !important;
    width: 32px !important;
    height: 32px !important;
    border: 1px solid #444 !important;
    cursor: pointer; }
  .attribute-squares .selected-value .attribute-square-container {
    background-color: #4ab2f1; }
  .attribute-squares li input {
    position: relative;
    z-index: -1;
    margin: -32px 0 0; }

.tooltip-container {
  position: absolute;
  width: 200px;
  color: #000000;
  background: #FFFFFF;
  border: 1px solid #eeeeee;
  text-align: center;
  visibility: hidden;
  border-radius: 5px; }
  .tooltip-container:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -7px;
    width: 0;
    height: 0;
    border-bottom: 7px solid #eeeeee;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent; }
  .tooltip-container:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-bottom: 6px solid #FFFFFF;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent; }

.attribute-squares li:hover .tooltip-container {
  visibility: visible;
  margin-left: -83px;
  margin-top: 5px;
  z-index: 999; }

.tooltip-container .tooltip-header {
  background-color: #F6F6F6;
  height: 25px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  padding-left: 10px;
  padding-top: 5px;
  text-align: left;
  width: 198px;
  font-size: 15px;
  border-bottom: 1px #EEEEEE solid; }

.tooltip-container .tooltip-body {
  margin: 5px; }
  .tooltip-container .tooltip-body img {
    border: 0px #FFF;
    width: 190px; }

.giftcard {
  margin: 0 0 20px;
  overflow: hidden; }
  .giftcard div {
    margin: 0 0 10px; }
  .giftcard label {
    display: block;
    margin: 0 auto 5px;
    font-weight: bold;
    color: #444; }
  .giftcard input {
    /*width: 350px;*/
    max-width: 100%; }
  .giftcard textarea {
    width: 350px;
    max-width: 100%;
    height: 150px; }

@media all and (min-width: 481px) {
  /*** PRODUCT PAGE ***/
  .overview-buttons div {
    display: inline-block;
    width: auto;
    margin: 0 1px 2px; } }

@media all and (min-width: 769px) {
  /*** PRODUCT PAGE ***/
  .variant-picture {
    float: left; }
    .variant-picture + .variant-overview {
      width: auto;
      margin: 0 0 0 240px; }
  .variant-overview {
    text-align: left; } }

@media all and (min-width: 1001px) {
  /*** PRODUCT PAGE ***/
  .gallery {
    margin: 0px;
    height: 220px;
    position: relative;
    width: 100%;
    max-height: 220px;
    float: none; }
    .gallery .picture {
      width: auto;
      display: none; }
  .rental-attributes {
    overflow: hidden; }
    .rental-attributes .attribute-item {
      float: left;
      margin: 0 20px 0 0; }
    .rental-attributes .datepicker {
      width: 160px;
      text-align: left; }
  .attribute-squares li {
    margin: 0 10px 10px 0; }
  .product-details-page .title {
    text-align: left; } }

@media all and (max-width: 1000px) {
  .product-name h1 {
    font-size: 3em;
    text-align: left;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem; } }

@media all and (max-width: 480px) {
  .product-name h1 {
    font-size: 2.25em;
    text-align: left; } }

.p-site--nop-product-detail--wrapper {
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  width: 100%; }
  .p-site--nop-product-detail--wrapper .price-loading {
    position: fixed;
    display: none;
    background-color: Rgba(255, 255, 255, 0.5); }
  .p-site--nop-product-detail--wrapper .p-site--nop-product-detail {
    margin: 0 0 1rem 0; }
    @media all and (min-width: 70em) {
      .p-site--nop-product-detail--wrapper .p-site--nop-product-detail {
        order: 1;
        max-width: 834px;
        margin: 0 1rem 0 0;
        padding-right: 1rem; } }
    .p-site--nop-product-detail--wrapper .p-site--nop-product-detail .saving-offer-duration {
      color: #000 !important; }
  .p-site--nop-product-detail--wrapper .p-site--nop-product-filters {
    width: 100%;
    border-radius: 0px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    background: #FFF;
    padding: 15px;
    margin: 15px 0px; }
  @media all and (min-width: 70em) {
    .p-site--nop-product-detail--wrapper {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row; }
      .p-site--nop-product-detail--wrapper .p-site--nop-product-detail {
        order: 0;
        flex-grow: 1;
        width: 100%; }
      .p-site--nop-product-detail--wrapper .p-site--nop-product-filters {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row; } }
  .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #FFF;
    width: 100%;
    z-index: 99;
    box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.27); }
    @media all and (min-width: 60em) {
      .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview {
        position: relative;
        box-shadow: none;
        z-index: unset;
        margin-top: 0px; } }
    .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .price-loading {
      position: fixed;
      display: none; }
    .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .buy-early-detail {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      color: #172241;
      text-align: center;
      font-weight: 600;
      margin: 1em 0;
      margin-top: 0; }
      .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .buy-early-detail #offer-expiry {
        color: #f15b22;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column; }
        .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .buy-early-detail #offer-expiry .time-remaining {
          display: none;
          font-size: 1.5em;
          margin: 3px 0; }
        .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .buy-early-detail #offer-expiry .buy-early--days-remaining {
          text-transform: uppercase; }
      .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .buy-early-detail .display-prices {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        flex: 1;
        font-size: 1.125em;
        margin: 0.75em 0.75em; }
        .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .buy-early-detail .display-prices .title {
          font-weight: 400;
          font-size: 0.85em; }
        .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .buy-early-detail .display-prices .price-column {
          width: 100%;
          margin: 0 0 0.25em 0;
          display: -webkit-box;
          display: -moz-box;
          display: box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -moz-box-pack: justify;
          box-pack: justify;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          -ms-justify-content: space-between;
          -o-justify-content: space-between;
          justify-content: space-between;
          -ms-flex-pack: justify;
          -webkit-box-align: center;
          -moz-box-align: center;
          box-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          align-items: center;
          -ms-flex-align: center;
          -webkit-box-orient: horizontal;
          -moz-box-orient: horizontal;
          box-orient: horizontal;
          -webkit-flex-direction: row;
          -moz-flex-direction: row;
          flex-direction: row;
          -ms-flex-direction: row;
          -webkit-box-flex: 1;
          -moz-box-flex: 1;
          box-flex: 1;
          -webkit-flex: 1;
          -moz-flex: 1;
          -ms-flex: 1;
          flex: 1; }
          .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .buy-early-detail .display-prices .price-column.total {
            border-top: 1px solid #002a6a;
            font-size: 1em;
            padding-top: 0.25em; }
        .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .buy-early-detail .display-prices .price-muted {
          color: #276db6; }
    .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .p-site--nop-product-detail--add {
      width: 100%;
      border: 0;
      color: #111;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 10px;
      justify-content: space-between;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify;
      -webkit-align-content: center;
      -moz-align-content: center;
      align-content: center;
      -ms-flex-line-pack: center; }
      .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .p-site--nop-product-detail--add .button, .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .p-site--nop-product-detail--add .button-1, .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .p-site--nop-product-detail--add .button-2, .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .p-site--nop-product-detail--add input[type=button], .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .p-site--nop-product-detail--add .nop-options .nop-option .checkbox-override, .nop-options .nop-option .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .p-site--nop-product-detail--add .checkbox-override, .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .p-site--nop-product-detail--add .swal2-container .swal2-actions font-family input[type="button"], .swal2-container .swal2-actions font-family .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .p-site--nop-product-detail--add input[type="button"], .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .p-site--nop-product-detail--add
      .swal2-container .swal2-actions .swal2-confirm,
      .swal2-container .swal2-actions .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .p-site--nop-product-detail--add .swal2-confirm, .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .p-site--nop-product-detail--add .swal2-container .swal2-actions .swal2-cancel, .swal2-container .swal2-actions .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .p-site--nop-product-detail--add .swal2-cancel {
        margin-right: 2px;
        width: 100%; }
        .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .p-site--nop-product-detail--add .button:active, .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .p-site--nop-product-detail--add .button-1:active, .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .p-site--nop-product-detail--add .button-2:active, .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .p-site--nop-product-detail--add input[type=button]:active, .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .p-site--nop-product-detail--add .nop-options .nop-option .checkbox-override:active, .nop-options .nop-option .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .p-site--nop-product-detail--add .checkbox-override:active, .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .p-site--nop-product-detail--add .swal2-container .swal2-actions font-family input[type="button"]:active, .swal2-container .swal2-actions font-family .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .p-site--nop-product-detail--add input[type="button"]:active, .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .p-site--nop-product-detail--add
        .swal2-container .swal2-actions .swal2-confirm:active,
        .swal2-container .swal2-actions .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .p-site--nop-product-detail--add .swal2-confirm:active, .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .p-site--nop-product-detail--add .swal2-container .swal2-actions .swal2-cancel:active, .swal2-container .swal2-actions .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .p-site--nop-product-detail--add .swal2-cancel:active {
          background: #172241; }
        .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .p-site--nop-product-detail--add .button:disabled, .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .p-site--nop-product-detail--add .button-1:disabled, .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .p-site--nop-product-detail--add .button-2:disabled, .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .p-site--nop-product-detail--add input[type=button]:disabled, .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .p-site--nop-product-detail--add .nop-options .nop-option .checkbox-override:disabled, .nop-options .nop-option .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .p-site--nop-product-detail--add .checkbox-override:disabled, .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .p-site--nop-product-detail--add .swal2-container .swal2-actions font-family input[type="button"]:disabled, .swal2-container .swal2-actions font-family .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .p-site--nop-product-detail--add input[type="button"]:disabled, .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .p-site--nop-product-detail--add
        .swal2-container .swal2-actions .swal2-confirm:disabled,
        .swal2-container .swal2-actions .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .p-site--nop-product-detail--add .swal2-confirm:disabled, .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .p-site--nop-product-detail--add .swal2-container .swal2-actions .swal2-cancel:disabled, .swal2-container .swal2-actions .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .p-site--nop-product-detail--add .swal2-cancel:disabled {
          background: #888 !important;
          cursor: not-allowed; }
      @media all and (min-width: 60em) {
        .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .p-site--nop-product-detail--add {
          padding: 0px; }
          .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .p-site--nop-product-detail--add .add-to-cart-detail {
            margin: 0px; }
            .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .p-site--nop-product-detail--add .add-to-cart-detail .price {
              font-size: 1.5em;
              margin-top: 5px; }
          .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .p-site--nop-product-detail--add .button, .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .p-site--nop-product-detail--add .button-1, .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .p-site--nop-product-detail--add .button-2, .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .p-site--nop-product-detail--add input[type=button], .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .p-site--nop-product-detail--add .nop-options .nop-option .checkbox-override, .nop-options .nop-option .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .p-site--nop-product-detail--add .checkbox-override, .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .p-site--nop-product-detail--add .swal2-container .swal2-actions font-family input[type="button"], .swal2-container .swal2-actions font-family .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .p-site--nop-product-detail--add input[type="button"], .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .p-site--nop-product-detail--add
          .swal2-container .swal2-actions .swal2-confirm,
          .swal2-container .swal2-actions .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .p-site--nop-product-detail--add .swal2-confirm, .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .p-site--nop-product-detail--add .swal2-container .swal2-actions .swal2-cancel, .swal2-container .swal2-actions .p-site--nop-product-detail--wrapper .p-site--nop-product-detail--price-overview .p-site--nop-product-detail--add .swal2-cancel {
            margin: 0; } }
  .p-site--nop-product-detail--wrapper.nop-option_unselected .product-right-column {
    display: none; }
  .p-site--nop-product-detail--wrapper.nop-option_unselected .product--advanced-saving {
    display: none !important; }
  .p-site--nop-product-detail--wrapper.nop-option_unselected .p-site--nop-product-detail {
    max-width: 100%;
    margin: 0;
    padding-right: 0; }

.product-essential .full-description {
  padding: 1rem 0;
  margin: 0 0 50px; }

.p-site--nop-product-detail--title {
  display: none; }
  @media all and (min-width: 60em) {
    .p-site--nop-product-detail--title {
      display: block; } }

.product-detail--soldout-dates {
  display: none;
  margin-bottom: 15px;
  border-left: 5px solid red;
  padding-left: 15px;
  padding: 15px; }
  .product-detail--soldout-dates .inventory-dates {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    margin-top: 5px; }
  .product-detail--soldout-dates .inventory-availabiltiy-indicator {
    position: absolute;
    bottom: -6px;
    right: -6px;
    border-radius: 50%;
    padding: 2px 3px;
    font-size: 0.7em;
    width: 17px;
    height: 17px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    .product-detail--soldout-dates .inventory-availabiltiy-indicator.available {
      background: #3aa14a; }
    .product-detail--soldout-dates .inventory-availabiltiy-indicator.soldout {
      background: #e4434b; }
    .product-detail--soldout-dates .inventory-availabiltiy-indicator.limited {
      background: #ee6b0a; }
  .product-detail--soldout-dates .inventory-date {
    position: relative;
    background: #276db6;
    font-weight: 600;
    color: #FFF;
    width: 40px;
    height: 38px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    margin-right: 10px; }
  .product-detail--soldout-dates .inventory-date-day {
    font-size: 0.85em; }
  .product-detail--soldout-dates .inventory-date-month {
    font-size: 0.6em; }

.full-description_desktop {
  display: none; }
  @media screen and (min-width: 70em) {
    .full-description_desktop {
      display: block; } }

.full-description_mobile {
  display: none; }
  @media screen and (max-width: 70em) {
    .full-description_mobile {
      display: block; } }

.special-notification {
  border-left: 5px solid #ee6b0a;
  padding: 1rem;
  margin-bottom: 1rem; }

.catalog-search {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 26em) {
    .catalog-search {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column; } }

/********** PRODUCT REVIEWS **********/
.product-reviews-page h1 a {
  color: #4ab2f1; }
  .product-reviews-page h1 a:before, .product-reviews-page h1 a:after {
    content: "''"; }

.product-reviews-page .title {
  margin: 0 0 20px;
  font-size: 20px;
  color: #444; }
  .product-reviews-page .title strong {
    font-weight: normal; }

.write-review {
  margin: 0 0 60px; }
  .write-review .fieldset {
    margin: 0 0 30px; }

.tooltip {
  position: initial;
  display: inline-block;
  border-bottom: 1px dotted black;
  color: #444; }
  .tooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    background: #f0f0f0 no-repeat 100% 5%;
    border: #c0c0c0 1px dotted;
    text-align: Left;
    padding: 10px 10px 5px 5px;
    position: absolute;
    z-index: 1;
    left: 10%;
    opacity: 0;
    transition: opacity 0.3s; }
    .tooltip .tooltiptext::after {
      content: "";
      position: absolute; }
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    cursor: help; }

.write-review .review-rating {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px; }
  .write-review .review-rating label {
    display: block;
    margin: 0 0 5px;
    font-size: 14px;
    color: #444; }
  .write-review .review-rating div.first {
    color: #e4444c; }
  .write-review .review-rating div.rating-options {
    padding-top: 2px; }
    .write-review .review-rating div.rating-options input {
      vertical-align: baseline; }
  .write-review .review-rating div.last {
    color: #4cb17c; }

.write-review .captcha-box {
  margin: 15px 0 0; }

.write-review .button-1--deprecated {
  border: none;
  background-color: #4ab2f1;
  padding: 10px 25px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase; }
  .write-review .button-1--deprecated:hover {
    background-color: #248ece; }

.product-reviews-page .result, .product-reviews-page .message-error {
  margin: 0 0 20px; }

.product-review-list {
  overflow: hidden; }

.product-review-item {
  margin: 0 0 40px; }
  .product-review-item .review-item-head {
    border-top: 1px solid #ddd;
    overflow: hidden;
    background-color: #f6f6f6;
    padding: 10px; }
  .product-review-item .review-title {
    line-height: 20px;
    font-size: 15px;
    color: #444; }
  .product-review-item .product-review-box {
    margin: 3px 0 0; }
  .product-review-item .review-content {
    padding: 20px 10px; }
  .product-review-item .review-text {
    margin: 0 0 15px;
    line-height: 22px;
    color: #444; }
  .product-review-item .reply {
    margin: 15px 0;
    border-top: 1px solid #ddd; }
  .product-review-item .reply-header {
    margin: 15px 0;
    font-weight: bold; }
  .product-review-item .reply-text {
    line-height: 22px; }
  .product-review-item .review-info {
    margin: 0 0 5px; }
    .product-review-item .review-info label {
      font-weight: normal; }
    .product-review-item .review-info a {
      display: inline-block;
      padding: 0 5px;
      color: #4ab2f1;
      cursor: pointer; }

.product-review-helpfulness .vote {
  display: inline-block;
  padding: 0 5px;
  color: #4ab2f1;
  cursor: pointer; }

.product-review-helpfulness .question {
  margin: 0 5px 0 0;
  font-style: italic; }

.product-review-helpfulness .result {
  margin: 0 0 0 10px; }

@media all and (max-width: 769px) {
  .review-rating .name-description {
    text-align: center;
    width: 100%;
    display: block; }
  .write-review .review-rating div {
    text-align: center;
    padding-bottom: 10px;
    display: inline-block; } }

@media all and (min-width: 769px) {
  /*** PRODUCT REVIEWS ***/
  .product-review-item .review-title {
    float: left;
    max-width: 600px; }
  .product-review-item .product-review-box {
    float: right; }
  .write-review .review-rating div {
    display: inline-block;
    margin: 0 0 0 5px;
    cursor: default;
    vertical-align: middle;
    font-size: 14px;
    height: 17px; } }

@media all and (min-width: 1001px) {
  /*** PRODUCT REVIEWS ***/
  .product-review-item .review-title {
    max-width: 850px; }
  .write-review .review-rating div.name-description {
    width: 265px;
    margin: 0 5px 0 0;
    text-align: right; } }

@media all and (min-width: 1367px) {
  /*** PRODUCT REVIEWS ***/
  .product-review-item .review-title {
    max-width: 1050px; }
  .write-review .review-rating div.name-description {
    margin: 0 5px 0 0;
    min-width: 375px; } }

/********** WISHLIST & COMPARE LIST **********/
.wishlist-page .page-title {
  margin: 0rem -0.0625rem; }

.wishlist-content {
  margin: 0rem 0rem 1.25rem; }
  .wishlist-content .message-error {
    margin: 1.25rem 0rem; }
  .wishlist-content .table-wrapper {
    margin: 0rem 0rem 1.875rem; }
  .wishlist-content .product-content {
    min-width: 18.75rem;
    text-align: left; }
  .wishlist-content .tax-shipping-info {
    margin: 0rem 0rem 1.25rem;
    text-align: center; }
    .wishlist-content .tax-shipping-info a {
      color: #4ab3f1; }
      .wishlist-content .tax-shipping-info a:hover {
        text-decoration: underline; }
  .wishlist-content .buttons {
    font-size: 0rem; }
  .wishlist-content .button-2 {
    display: block;
    width: 15.625rem;
    margin: 0rem auto 0.1875rem;
    border: none;
    padding: 0.625rem 1.5rem;
    text-align: center;
    line-height: 1.25rem;
    font-size: 1rem;
    color: #fff; }
  .wishlist-content .update-wishlist-button, .wishlist-content .wishlist-add-to-cart-button {
    background-color: #000;
    text-transform: capitalize; }
  .wishlist-content .update-wishlist-button:hover, .wishlist-content .wishlist-add-to-cart-button:hover {
    background-color: #3a93d0; }
  .wishlist-content .email-a-friend-wishlist-button {
    background-color: #276db6; }
    .wishlist-content .email-a-friend-wishlist-button:hover {
      background-color: #3a93d0; }

.wishlist-page .share-info {
  text-align: center; }
  .wishlist-page .share-info span {
    display: block;
    margin: 0rem 0rem 0.3125rem; }
  .wishlist-page .share-info a {
    font-weight: bold;
    color: #444; }
    .wishlist-page .share-info a:hover {
      color: #3a93d0; }

.wishlist-page .no-data {
  margin: 1.5rem 0rem 0rem;
  border: 0.125rem solid #000;
  text-align: center; }

.compare-products-page {
  position: relative;
  overflow: hidden; }
  .compare-products-page .clear-list {
    display: inline-block;
    margin: 0rem 0rem 1.25rem;
    background-color: #000;
    padding: 0.625rem 1rem;
    font-size: 0.75rem;
    color: #fff;
    text-transform: capitalize; }
    .compare-products-page .clear-list:hover {
      background-color: #3a93d0; }
  .compare-products-page .table-wrapper {
    margin: 0rem 0rem 1.875rem;
    padding: 0rem 0rem 0.0625rem;
    /*IE mobile table border fix*/ }

.compare-products-table td {
  min-width: 9.375rem;
  border: 0.0625rem solid #ddd;
  background-color: #fff;
  padding: 1.25rem;
  text-align: left;
  vertical-align: top;
  color: #444; }
  .compare-products-table td:first-child {
    min-width: 0rem; }
  .compare-products-table td label {
    font-weight: normal;
    color: #777; }

.compare-products-table .remove-button {
  display: inline-block;
  border: none;
  background: url("../images/remove.png") left center no-repeat;
  padding: 0rem 0rem 0rem 1.125rem;
  font-size: 0.75rem;
  color: #666; }
  .compare-products-table .remove-button:hover {
    color: #4ab2f1; }

.compare-products-table .picture {
  display: block;
  position: relative;
  max-width: 12.5rem;
  height: 12.5rem;
  overflow: hidden; }
  .compare-products-table .picture img {
    position: absolute;
    top: 0rem;
    right: 0rem;
    bottom: 0rem;
    left: 0rem;
    max-width: 100%;
    max-height: 100%;
    margin: auto; }

.compare-products-table .product-name td {
  font-weight: bold; }
  .compare-products-table .product-name td a:hover {
    color: #4ab2f1; }

.compare-products-table .short-description td {
  line-height: 1.375rem; }

.compare-products-table .full-description td {
  display: none; }

.compare-products-page .no-data {
  margin: 1.5rem 0rem 0rem; }

@media all and (min-width: 481px) {
  /*** WISHLIST ***/
  .wishlist-content .button-2 {
    display: inline-block;
    width: auto;
    min-width: 8.75rem;
    margin: 0rem 0.0625rem 0.3125rem; } }

@media all and (min-width: 1001px) {
  /*** WISHLIST & COMPARE LIST ***/
  .compare-products-page .page-title {
    margin: 0rem -0.0625rem; }
  .compare-products-page .clear-list {
    position: absolute;
    top: 0.5rem;
    right: 0rem; }
  .compare-products-table .full-description td {
    display: table-cell; }
    .compare-products-table .full-description td p {
      margin-top: 0rem; } }

/********** SHOPPING CART **********/
.p-site--checkout {
  padding: 0; }
  @media all and (min-width: 840px) {
    .p-site--checkout {
      padding: 1rem; } }

.shopping-cart-title {
  text-transform: uppercase;
  margin-bottom: 2em; }
  @media all and (max-width: 840px) {
    .shopping-cart-title {
      display: flex;
      flex-direction: column;
      width: 100%;
      text-align: center; } }
  .shopping-cart-title h3 {
    margin-bottom: -1.5rem; }
  .shopping-cart-title h1 {
    font-size: 3em;
    margin-bottom: 1.3rem; }
  .shopping-cart-title p {
    text-transform: none;
    margin-top: -1.5em; }

.cart-order-items {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  width: 100%;
  margin-bottom: 1em; }
  .cart-order-items .order-items {
    width: 100%; }
  .cart-order-items .cart-order-item-wrapper {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    margin-bottom: 1rem; }
    @media all and (min-width: 840px) {
      .cart-order-items .cart-order-item-wrapper {
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row; } }
    .cart-order-items .cart-order-item-wrapper .cart-item-type {
      background: #000;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify; }
      .cart-order-items .cart-order-item-wrapper .cart-item-type .cart-item-type--image {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        width: 200px;
        height: 55px; }
      @media all and (max-width: 840px) {
        .cart-order-items .cart-order-item-wrapper .cart-item-type {
          width: 100%;
          text-align: right;
          padding: 1rem;
          color: #FFF; }
          .cart-order-items .cart-order-item-wrapper .cart-item-type .item-remove-icon {
            font-size: 2rem; } }
      @media all and (min-width: 840px) {
        .cart-order-items .cart-order-item-wrapper .cart-item-type {
          min-width: 12%; }
          .cart-order-items .cart-order-item-wrapper .cart-item-type .item-remove-icon {
            display: none; }
          .cart-order-items .cart-order-item-wrapper .cart-item-type img {
            width: 100%; }
          .cart-order-items .cart-order-item-wrapper .cart-item-type .cart-item-type--image {
            padding: 0 0.5rem; } }
      .cart-order-items .cart-order-item-wrapper .cart-item-type .icon-wrapper {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        height: 100%;
        width: 100%; }
        .cart-order-items .cart-order-item-wrapper .cart-item-type .icon-wrapper .vr {
          font-family: icons !important;
          speak: none;
          font-style: normal;
          font-weight: 400;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          color: #FFF;
          font-size: 3rem; }
          .cart-order-items .cart-order-item-wrapper .cart-item-type .icon-wrapper .vr.vr-person:before {
            content: '\E917'; }
          .cart-order-items .cart-order-item-wrapper .cart-item-type .icon-wrapper .vr.vr-group:before {
            content: '\E90F'; }
          .cart-order-items .cart-order-item-wrapper .cart-item-type .icon-wrapper .vr.vr-creditcard:before {
            content: '\E945'; }
          .cart-order-items .cart-order-item-wrapper .cart-item-type .icon-wrapper .vr.vr-address:before {
            content: '\E901'; }
    .cart-order-items .cart-order-item-wrapper .cart-remove {
      display: none; }
      @media all and (min-width: 840px) {
        .cart-order-items .cart-order-item-wrapper .cart-remove {
          display: -webkit-box;
          display: -moz-box;
          display: box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          padding: 2rem;
          color: #111;
          text-align: center;
          background: #d9d9d9;
          font-size: 1.5rem; }
          .cart-order-items .cart-order-item-wrapper .cart-remove i {
            cursor: pointer; } }
    .cart-order-items .cart-order-item-wrapper .cart-order-item-detail {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      flex-grow: 1;
      -ms-flex-positive: 1;
      color: #000; }
      .cart-order-items .cart-order-item-wrapper .cart-order-item-detail .shoppingcart-attributes {
        margin-top: -1em; }
        .cart-order-items .cart-order-item-wrapper .cart-order-item-detail .shoppingcart-attributes .item-detail {
          background: #EEE; }
          @media all and (min-width: 840px) {
            .cart-order-items .cart-order-item-wrapper .cart-order-item-detail .shoppingcart-attributes .item-detail {
              -webkit-box-orient: horizontal;
              -moz-box-orient: horizontal;
              box-orient: horizontal;
              -webkit-flex-direction: row;
              -moz-flex-direction: row;
              flex-direction: row;
              -ms-flex-direction: row;
              padding: 0rem 2.5rem; }
              .cart-order-items .cart-order-item-wrapper .cart-order-item-detail .shoppingcart-attributes .item-detail .item-label {
                margin-bottom: 0; } }
          .cart-order-items .cart-order-item-wrapper .cart-order-item-detail .shoppingcart-attributes .item-detail .item-label, .cart-order-items .cart-order-item-wrapper .cart-order-item-detail .shoppingcart-attributes .item-detail .item-amount {
            font-weight: 400; }
        .cart-order-items .cart-order-item-wrapper .cart-order-item-detail .shoppingcart-attributes .item-totals {
          font-weight: 600;
          padding-bottom: 1em; }
          .cart-order-items .cart-order-item-wrapper .cart-order-item-detail .shoppingcart-attributes .item-totals .item-amount {
            font-weight: 600; }
        @media all and (max-width: 840px) {
          .cart-order-items .cart-order-item-wrapper .cart-order-item-detail .shoppingcart-attributes .item-totals {
            padding: 0.5rem 1rem; } }
      .cart-order-items .cart-order-item-wrapper .cart-order-item-detail .item-detail {
        width: 100%;
        background: #F2F2F2;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
        padding: 2.5rem; }
        .cart-order-items .cart-order-item-wrapper .cart-order-item-detail .item-detail .title {
          font-size: 1rem;
          font-weight: 600;
          letter-spacing: 0.05rem; }
        @media all and (max-width: 30em) {
          .cart-order-items .cart-order-item-wrapper .cart-order-item-detail .item-detail {
            padding: 1.5rem 1rem; }
            .cart-order-items .cart-order-item-wrapper .cart-order-item-detail .item-detail .item-label {
              margin-bottom: 0; }
            .cart-order-items .cart-order-item-wrapper .cart-order-item-detail .item-detail #payway-credit-card {
              display: -webkit-box;
              display: -moz-box;
              display: box;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
              -moz-box-pack: center;
              box-pack: center;
              -webkit-justify-content: center;
              -moz-justify-content: center;
              -ms-justify-content: center;
              -o-justify-content: center;
              justify-content: center;
              -ms-flex-pack: center; } }
        .cart-order-items .cart-order-item-wrapper .cart-order-item-detail .item-detail.item-paymentplan {
          font-size: unset;
          padding-bottom: 2rem; }
        .cart-order-items .cart-order-item-wrapper .cart-order-item-detail .item-detail.sub-heading {
          display: -webkit-box;
          display: -moz-box;
          display: box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -moz-box-orient: vertical;
          box-orient: vertical;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          flex-direction: column;
          -ms-flex-direction: column; }
          .cart-order-items .cart-order-item-wrapper .cart-order-item-detail .item-detail.sub-heading .item-label {
            margin-bottom: 0.5em; }
          @media all and (min-width: 840px) {
            .cart-order-items .cart-order-item-wrapper .cart-order-item-detail .item-detail.sub-heading {
              -webkit-box-orient: horizontal;
              -moz-box-orient: horizontal;
              box-orient: horizontal;
              -webkit-flex-direction: row;
              -moz-flex-direction: row;
              flex-direction: row;
              -ms-flex-direction: row; }
              .cart-order-items .cart-order-item-wrapper .cart-order-item-detail .item-detail.sub-heading .item-label {
                margin-bottom: 0; }
              .cart-order-items .cart-order-item-wrapper .cart-order-item-detail .item-detail.sub-heading > .heading {
                padding: 1.5rem 0;
                margin: 0; } }
        .cart-order-items .cart-order-item-wrapper .cart-order-item-detail .item-detail.sub-heading:first-of-type {
          border-top: 1px solid red; }
        .cart-order-items .cart-order-item-wrapper .cart-order-item-detail .item-detail.heading {
          background: #eeeeee;
          font-size: 1rem;
          letter-spacing: 0.04rem;
          font-weight: 600 !important;
          font-style: normal;
          line-height: 1;
          color: #000;
          padding: 1.5rem 1rem;
          display: -webkit-box;
          display: -moz-box;
          display: box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex; }
          .cart-order-items .cart-order-item-wrapper .cart-order-item-detail .item-detail.heading > .heading {
            padding: 0; }
          .cart-order-items .cart-order-item-wrapper .cart-order-item-detail .item-detail.heading .item-label {
            margin-bottom: 0.5em; }
          @media all and (min-width: 840px) {
            .cart-order-items .cart-order-item-wrapper .cart-order-item-detail .item-detail.heading {
              -webkit-box-orient: horizontal;
              -moz-box-orient: horizontal;
              box-orient: horizontal;
              -webkit-flex-direction: row;
              -moz-flex-direction: row;
              flex-direction: row;
              -ms-flex-direction: row;
              padding: 2.5rem; }
              .cart-order-items .cart-order-item-wrapper .cart-order-item-detail .item-detail.heading .item-label {
                margin-bottom: 0; }
              .cart-order-items .cart-order-item-wrapper .cart-order-item-detail .item-detail.heading > .heading {
                padding: 1.5rem 0;
                margin: 0; } }
          @media all and (max-width: 30em) {
            .cart-order-items .cart-order-item-wrapper .cart-order-item-detail .item-detail.heading {
              -webkit-box-orient: vertical;
              -moz-box-orient: vertical;
              box-orient: vertical;
              -webkit-flex-direction: column;
              -moz-flex-direction: column;
              flex-direction: column;
              -ms-flex-direction: column; }
              .cart-order-items .cart-order-item-wrapper .cart-order-item-detail .item-detail.heading .item-label {
                width: 100%; } }
        .cart-order-items .cart-order-item-wrapper .cart-order-item-detail .item-detail .item-label .item-sublabel {
          font-size: 0.75rem;
          font-weight: 100; }
          .cart-order-items .cart-order-item-wrapper .cart-order-item-detail .item-detail .item-label .item-sublabel.due-date {
            text-transform: uppercase; }
        .cart-order-items .cart-order-item-wrapper .cart-order-item-detail .item-detail .item-amount {
          text-align: right;
          margin-left: 0.5em; }
        .cart-order-items .cart-order-item-wrapper .cart-order-item-detail .item-detail .item-assign {
          display: flex;
          -webkit-box-orient: vertical;
          -moz-box-orient: vertical;
          box-orient: vertical;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          flex-direction: column;
          -ms-flex-direction: column;
          justify-content: center; }
          .cart-order-items .cart-order-item-wrapper .cart-order-item-detail .item-detail .item-assign .authorization-sign {
            margin-top: 0.5rem; }
        @media all and (max-width: 30em) {
          .cart-order-items .cart-order-item-wrapper .cart-order-item-detail .item-detail .item-assign {
            width: 100%; } }
    .cart-order-items .cart-order-item-wrapperlabel {
      cursor: pointer; }
    .cart-order-items .cart-order-item-wrapper.cart-order-item-wrapper--tasks .item-detail {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; }
      .cart-order-items .cart-order-item-wrapper.cart-order-item-wrapper--tasks .item-detail.heading {
        padding: 1.5em; }

.order-summary-content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  width: 100%;
  padding: 0; }
  @media all and (min-width: 840px) {
    .order-summary-content {
      padding: 0 11.5rem;
      width: unset; } }

.order-progress {
  margin: 0 0 3.125rem;
  background-color: #f6f6f6;
  padding: 1rem 0rem;
  text-align: center; }
  .order-progress ul {
    font-size: 0; }
  .order-progress li {
    display: inline-block;
    margin: 0.625rem; }
  .order-progress a {
    display: block;
    min-width: 70px;
    font-size: 0.875rem;
    /*reset zeroing*/
    color: #444; }
    .order-progress a:before {
      content: "";
      display: block;
      width: 40px;
      height: 40px;
      margin: 0 auto 1rem;
      border: 0.0625rem solid #bbb;
      background: #fff url("../images/pointer.png") center no-repeat; }
  .order-progress li.active-step a {
    cursor: pointer; }
  .order-progress li.inactive-step a {
    opacity: 0.3;
    cursor: default; }

.shopping-cart-page .page-title {
  margin: 0 -0.0625rem;
  padding: 0.625rem; }

.shopping-cart-page .message-error {
  margin: 1.25rem 0rem; }

.shopping-cart-page td .message-error {
  margin: 0.625rem 0rem 0rem;
  text-align: left; }

.shopping-cart-page .checkout-attributes a {
  color: #4ab3f1; }
  .shopping-cart-page .checkout-attributes a:hover {
    text-decoration: underline; }

.shopping-cart-page .tax-shipping-info {
  margin: 1.25rem 0;
  text-align: center; }
  .shopping-cart-page .tax-shipping-info a {
    color: #4ab3f1; }
    .shopping-cart-page .tax-shipping-info a:hover {
      text-decoration: underline; }

.shopping-cart-page .gift-wrapper {
  overflow: hidden;
  float: left;
  padding: 1.25rem; }

.shopping-cart-page .common-buttons {
  margin: 0;
  background-color: transparent;
  padding: 1.25rem;
  font-size: 0;
  float: right; }
  .shopping-cart-page .common-buttons input {
    display: inline-block;
    min-width: 180px;
    margin: 0.3125rem;
    border: none;
    background-color: #6396C7;
    padding: 0.625rem 0.625rem;
    font-size: 0.875rem;
    color: #FFF; }
    .shopping-cart-page .common-buttons input:hover {
      background-color: #3a93d0; }
    .shopping-cart-page .common-buttons input:first-child {
      background-color: #000; }
      .shopping-cart-page .common-buttons input:first-child:hover {
        background-color: #3a93d0; }

.checkout-attributes {
  margin: 0;
  color: #444; }
  .checkout-attributes dt {
    margin: 0;
    font-weight: normal; }
  .checkout-attributes dd {
    margin: 0 0; }
  .checkout-attributes input[type="text"], .checkout-attributes select {
    min-width: 170px; }
  .checkout-attributes ul {
    font-size: 0; }
  .checkout-attributes li {
    display: inline-block;
    margin: 0.3125rem;
    border: 0.0625rem solid #ddd;
    background-color: #fff;
    padding: 0.5rem 0.625rem;
    font-size: 0.875rem;
    /*reset zeroing*/ }
  .checkout-attributes .attribute-squares li {
    border: none;
    padding: 0rem;
    line-height: 0; }
  .checkout-attributes li label {
    display: inline-block;
    margin: 0 0 0 0.3125rem; }

.selected-checkout-attributes {
  margin: 1.875rem 1rem;
  color: #444; }
  .selected-checkout-attributes br {
    content: "";
    display: block;
    margin: 0.1875rem; }

.cart-footer {
  margin: 0 0 3.125rem;
  border-top: 0.0625rem solid #ddd;
  background-color: rgba(255, 255, 255, 0); }
  .cart-footer:after {
    content: "";
    display: block;
    clear: both; }
  .cart-footer .totals {
    width: 350px;
    max-width: 100%;
    margin: 0 auto 3.125rem;
    padding: 0.625rem;
    color: #444; }

.min-amount-warning {
  margin: 0 0 1.25rem;
  padding: 0 1.875rem;
  color: #e4434b; }

.terms-of-service {
  margin: 1rem 0;
  background: #fff1d6;
  color: #172241;
  padding: 3em;
  margin-bottom: 10px;
  padding: 1rem;
  text-align: left !important; }
  .terms-of-service h2 {
    margin-bottom: .5em; }
  .terms-of-service label {
    cursor: pointer; }
  .terms-of-service a {
    margin: 0 0 0 0.1875rem;
    color: #172241;
    text-decoration: underline; }
    .terms-of-service a:hover {
      color: #EE6B0A; }

.cart-footer .checkout-buttons {
  padding: 0 0.625rem; }

.cart-footer .checkout-disabled {
  font-size: 20px;
  text-align: center;
  background: #ffa500;
  border: 0.0625rem solid #c3891e;
  color: #fff;
  padding: 1rem 3.125rem; }

.cart-footer .checkout-button {
  display: inline-block;
  min-width: 100%;
  border: none;
  background-color: #000;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #FFF;
  text-transform: uppercase; }
  .cart-footer .checkout-button:hover {
    background-color: #3a93d0; }

.cart-footer .addon-buttons {
  margin: 1.25rem 0 0;
  padding: 0 0.625rem; }

.cart-collaterals {
  width: 21.875rem;
  max-width: 100%;
  margin: 0 auto 3.125rem;
  padding: 1rem; }
  .cart-collaterals > div {
    max-width: 25rem;
    margin: 0 0 0;
    /*border: $depth1 solid $grey;
        padding: $depth16;*/ }
  .cart-collaterals .button-2 {
    display: inline-block;
    border: none;
    background-color: #6396C7;
    padding: 0.625rem 1rem;
    color: #FFF;
    text-transform: capitalize;
    width: 100%; }
    .cart-collaterals .button-2:hover {
      background-color: #3a93d0; }
  .cart-collaterals .title {
    margin: 0 0 0.3125rem;
    font-size: 18px;
    color: #444; }
    .cart-collaterals .title strong {
      font-weight: normal; }
  .cart-collaterals .hint {
    margin: 0 0 0.625rem; }
  .cart-collaterals .deals > div {
    margin: 0 0 1.25rem; }
  .cart-collaterals .coupon-code {
    overflow: hidden; }
    .cart-collaterals .coupon-code input[type="text"] {
      float: left;
      width: 58%;
      height: 36px;
      /*safari padding fix*/
      margin: 0 0 0 0; }
    .cart-collaterals .coupon-code input[type="submit"] {
      float: left;
      width: 40%;
      height: 36px;
      /*safari padding fix*/
      padding: 0rem;
      background-color: #6396C7; }
      .cart-collaterals .coupon-code input[type="submit"]:hover {
        background-color: #3a93d0; }
  .cart-collaterals .cart-options {
    overflow: hidden;
    width: 100%; }
  .cart-collaterals .DiscountBox, .cart-collaterals .GiftCardBox, .cart-collaterals .shipping {
    border: 0.0625rem solid #444;
    padding: 0rem; }
    .cart-collaterals .DiscountBox .title, .cart-collaterals .GiftCardBox .title, .cart-collaterals .shipping .title {
      background-color: #000;
      padding: 0.625rem;
      color: #FFF; }
  .cart-collaterals .DiscountBox .coupon-box, .cart-collaterals .DiscountBox .giftcard-box, .cart-collaterals .DiscountBox .estimate-shipping, .cart-collaterals .GiftCardBox .coupon-box, .cart-collaterals .GiftCardBox .giftcard-box, .cart-collaterals .GiftCardBox .estimate-shipping, .cart-collaterals .shipping .coupon-box, .cart-collaterals .shipping .giftcard-box, .cart-collaterals .shipping .estimate-shipping {
    padding: 1rem; }
  .cart-collaterals .message-failure {
    margin: 0.625rem 0 0;
    font-size: 0.75rem;
    color: #e4434b; }
  .cart-collaterals .message-success {
    margin: 0.3125rem 0rem 0rem;
    font-size: 0.75rem;
    color: #4cb17c; }
  .cart-collaterals .current-code {
    margin: 0.3125rem 0 0;
    color: #172241; }

.current-code {
  margin: 0.3125rem 0 0;
  color: #172241;
  font-size: 0.85em;
  font-weight: 600; }

.remove-discount-button, .remove-gift-card-button {
  width: 1rem;
  height: 1rem;
  border: 0.0625rem solid #999;
  background: #fff url("../images/close.png") center no-repeat;
  cursor: pointer; }

.cart-collaterals .shipping select {
  height: 36px; }

.cart-collaterals .shipping-results {
  margin: 1.875rem 0rem 0rem; }
  .cart-collaterals .shipping-results li {
    margin: 1.25rem 0rem; }
    .cart-collaterals .shipping-results li strong {
      display: block;
      margin: 0rem 0rem 0.3125rem;
      color: #444; }

.shopping-cart-page .no-data {
  margin: 1.5rem 0rem 0rem; }

@media all and (max-width: 1000px) {
  /*** GLOBAL TABLES ***/
  .cart-options .gift-wrapper {
    padding: 0.625rem; }
    .cart-options .gift-wrapper .checkout-attributes, .cart-options .gift-wrapper .selected-checkout-attributes {
      display: inline-block;
      text-align: left; }
  .cart-options .common-buttons {
    padding: 0.625rem; }
  .selected-checkout-attributes {
    margin: 0; } }

@media all and (max-width: 768px) {
  .cart-collaterals > div {
    max-width: 100%; }
  .cart-footer {
    overflow: hidden;
    width: 100%; }
  .cart-collaterals {
    width: 100%; }
  .DiscountBox .title, .GiftCardBox .title, .shipping .title {
    text-align: left; }
  .DiscountBox .coupon-box, .DiscountBox .estimate-shipping, .DiscountBox .giftcard-box, .GiftCardBox .coupon-box, .GiftCardBox .estimate-shipping, .GiftCardBox .giftcard-box, .shipping .coupon-box, .shipping .estimate-shipping, .shipping .giftcard-box {
    text-align: left; }
  .estimate-shipping select {
    width: 100%; }
  .estimate-shipping .shipping-options .inputs label {
    text-align: left; }
  .cart-options {
    overflow: hidden;
    background-color: #fff; }
    .cart-options .gift-wrapper {
      padding: 0.625rem;
      width: 100%; }
      .cart-options .gift-wrapper .checkout-attributes {
        display: inline-block; }
        .cart-options .gift-wrapper .checkout-attributes dl dt, .cart-options .gift-wrapper .checkout-attributes dl dd {
          display: inline-block; }
      .cart-options .gift-wrapper .selected-checkout-attributes {
        display: inline-block; }
    .cart-options .common-buttons {
      padding: 0.625rem;
      width: 100%; }
  .cart-collaterals .coupon-code input [type="text"] {
    width: 80%; }
  .cart-collaterals .coupon-code input [type="submit"] {
    width: 20%; }
  .selected-checkout-attributes {
    padding: 0;
    text-align: left; }
  .checkout-attributes dt {
    text-align: left; }
  .selected-checkout-attributes {
    padding: 0.1875rem; }
  .terms-of-service {
    text-align: left; }
  .cart-footer .totals {
    width: 100%;
    margin-bottom: 0; }
  .cart-footer .checkout-buttons {
    margin: 0rem; }
  .gift-wrapper {
    padding: 1rem; } }

@media all and (max-width: 480px) {
  .cart-options {
    overflow: hidden;
    background-color: #fff; }
    .cart-options .gift-wrapper {
      padding: 0.625rem;
      width: 100%; }
      .cart-options .gift-wrapper .checkout-attributes {
        display: block; }
        .cart-options .gift-wrapper .checkout-attributes dl dt, .cart-options .gift-wrapper .checkout-attributes dl dd {
          display: block;
          text-align: center; }
      .cart-options .gift-wrapper .selected-checkout-attributes {
        display: block;
        text-align: center; } }

@media all and (min-width: 769px) {
  .cart-options {
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0);
    width: 100%; }
  /*** SHOPPING CART ***/
  .order-progress {
    padding: 1.25rem; }
    .order-progress li {
      margin: 0 0.625rem; }
    .order-progress a {
      min-width: 80px; }
  .cart-options .common-buttons {
    text-align: right; }
  .cart-options .checkout-attributes, .cart-options .selected-checkout-attributes {
    padding: 0rem; }
  .cart-footer .totals {
    float: right;
    width: 45%;
    margin: 0rem 2.5%; }
  .cart-footer .terms-of-service {
    text-align: left; }
  .cart-footer .checkout-buttons, .cart-footer .addon-buttons {
    text-align: right; }
  .cart-footer .cart-collaterals {
    float: left;
    width: 45%;
    margin: 0rem 2.5%; }
    .cart-footer .cart-collaterals div, .cart-footer .cart-collaterals label {
      text-align: left; }
  .cart-footer .estimate-shipping label {
    display: block;
    margin: 0rem 0rem 0.625rem; }
  .cart-footer .estimate-shipping .buttons {
    text-align: right;
    margin-bottom: 0; } }

@media all and (min-width: 1001px) {
  /*** SHOPPING CART ***/
  .shopping-cart-page .cart-options {
    overflow: hidden;
    background-color: rgba(232, 244, 255, 0.55); }
  .shopping-cart-page .checkout-attributes {
    float: left;
    max-width: 565px;
    margin: 0rem 0rem 0rem; }
    .shopping-cart-page .checkout-attributes li {
      margin: 0.3125rem 0.625rem 0.3125rem 0rem; }
  .shopping-cart-page .selected-checkout-attributes {
    float: left;
    max-width: 395px;
    margin: 1.875rem 1rem 0rem 1rem; } }

@media all and (min-width: 1367px) {
  /*** SHOPPING CART ***/
  .cart-footer .totals {
    width: 395px;
    margin: 0rem; }
  .cart-footer .cart-collaterals {
    width: 760px;
    margin: 0; }
    .cart-footer .cart-collaterals .deals {
      float: left;
      width: 20rem; }
    .cart-footer .cart-collaterals .shipping {
      float: right;
      width: 360px; }
  .cart-footer .estimate-shipping .inputs label {
    display: block;
    width: 100%; }
  .cart-footer .estimate-shipping .inputs input, .cart-footer .estimate-shipping .inputs select {
    width: 100%; } }

.flyout-cart {
  position: fixed;
  border-top: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  animation: all 0.5s ease 3;
  width: 100%;
  z-index: 99;
  height: 100vh;
  left: 0;
  right: 0;
  display: none;
  color: #111;
  background: rgba(0, 0, 0, 0.8); }
  @media all and (min-width: 60em) {
    .flyout-cart {
      position: absolute;
      height: auto;
      width: 30rem;
      left: unset;
      background: none;
      padding: 0;
      top: 5rem; } }

#topcartlink {
  height: 30px; }
  @media all and (min-width: 60em) {
    #topcartlink {
      height: 50px; } }

.mini-shopping-cart {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  padding: 2rem;
  background: #FFF;
  color: #000; }
  @media all and (max-width: 26em) {
    .mini-shopping-cart {
      padding: 1rem; } }
  @media all and (max-width: 20em) {
    .mini-shopping-cart {
      max-height: 85%; } }
  .mini-shopping-cart .summary {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    padding: 1rem 0;
    text-transform: capitalize; }
    .mini-shopping-cart .summary .heading {
      margin-bottom: 0.5rem; }
      .mini-shopping-cart .summary .heading .item-sublabel {
        font-size: 0.85rem; }
    .mini-shopping-cart .summary .item-detail {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify; }
    .mini-shopping-cart .summary .item-label {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column; }
    .mini-shopping-cart .summary .item-sublabel {
      font-weight: 100; }
    .mini-shopping-cart .summary .shoppingcart-attributes {
      font-size: 0.85rem;
      font-weight: 100; }
    .mini-shopping-cart .summary .item-totals {
      padding-top: 0.5rem;
      font-weight: 500; }
  .mini-shopping-cart .buttons {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    padding: 0;
    margin: 0; }
    @media screen and (max-width: 840px) {
      .mini-shopping-cart .buttons {
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column; } }
    @media screen and (max-width: 840px) {
      .mini-shopping-cart .buttons .button, .mini-shopping-cart .buttons .button-2, .mini-shopping-cart .buttons input[type=button], .mini-shopping-cart .buttons .button-1, .mini-shopping-cart .buttons .nop-options .nop-option .checkbox-override, .nop-options .nop-option .mini-shopping-cart .buttons .checkbox-override, .mini-shopping-cart .buttons .swal2-container .swal2-actions font-family input[type="button"], .swal2-container .swal2-actions font-family .mini-shopping-cart .buttons input[type="button"], .mini-shopping-cart .buttons
      .swal2-container .swal2-actions .swal2-confirm,
      .swal2-container .swal2-actions .mini-shopping-cart .buttons .swal2-confirm, .mini-shopping-cart .buttons .swal2-container .swal2-actions .swal2-cancel, .swal2-container .swal2-actions .mini-shopping-cart .buttons .swal2-cancel {
        margin-bottom: 5px; } }
  @media all and (min-width: 60em) {
    .mini-shopping-cart #flyout-cart--close {
      /*display:none;*/ } }
  .mini-shopping-cart .count {
    padding: 0 0 1rem; }
    .mini-shopping-cart .count a {
      margin: 0 0.125rem;
      font-weight: bold;
      color: #3a93d0; }
  .mini-shopping-cart .summary-mini-total {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end; }
    .mini-shopping-cart .summary-mini-total .amount {
      font-size: 2.5rem !important; }
    .mini-shopping-cart .summary-mini-total .label {
      text-align: right;
      font-size: 1rem; }
  .mini-shopping-cart-bottom {
    border-top: 1px solid #ddd; }
  .mini-shopping-cart-items {
    overflow-y: auto;
    max-height: 291px; }
    @media all and (max-width: 20em) {
      .mini-shopping-cart-items {
        max-height: 9rem; } }
    .mini-shopping-cart-items .item {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      border-bottom: 1px solid #ddd;
      padding-right: 10px; }
      .mini-shopping-cart-items .item:last-of-type {
        border-bottom: 0; }

@media all and (max-width: 30em) {
  #shopping-cart-form .item-detail {
    padding: 1rem; }
    #shopping-cart-form .item-detail .item-label {
      text-align: left; }
    #shopping-cart-form .item-detail.heading {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row; }
  #shopping-cart-form .button, #shopping-cart-form .button-1, #shopping-cart-form .button-2, #shopping-cart-form input[type=button], #shopping-cart-form .nop-options .nop-option .checkbox-override, .nop-options .nop-option #shopping-cart-form .checkbox-override, #shopping-cart-form .swal2-container .swal2-actions font-family input[type="button"], .swal2-container .swal2-actions font-family #shopping-cart-form input[type="button"], #shopping-cart-form
  .swal2-container .swal2-actions .swal2-confirm,
  .swal2-container .swal2-actions #shopping-cart-form .swal2-confirm, #shopping-cart-form .swal2-container .swal2-actions .swal2-cancel, .swal2-container .swal2-actions #shopping-cart-form .swal2-cancel {
    padding: 0.5rem 0.6rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; } }

/****** SEARCH & SITEMAP ******/
.search-page .page-body {
  background-color: rgba(255, 255, 255, 0);
  padding: 1.875rem; }

.search-page .page-title {
  margin: 0 -0.0625rem; }

.search-page .inputs.reversed {
  text-align: left; }

.search-input .fieldset {
  width: 100%;
  margin-right: 1rem; }

.search-input .form-fields {
  padding: 0; }

.search-input input + label {
  display: inline;
  margin: 0 0 0 0.3125rem; }

.advanced-search {
  margin: 1.875rem 0 0; }
  .advanced-search .price-range {
    display: inline-block; }
    .advanced-search .price-range input {
      width: 5rem;
      margin: 0.1875rem; }

.search-input .buttons {
  text-align: center;
  margin-bottom: 0; }

.search-input .button-1--deprecated {
  min-width: 8.75rem;
  border: none;
  background-color: #000;
  padding: 0.625rem 1.875rem;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  text-transform: capitalize; }
  .search-input .button-1--deprecated:hover {
    background-color: #3a93d0; }

.search-results {
  margin: 1.875rem 0 0; }
  .search-results .warning, .search-results .no-result {
    margin: 0.625rem 0;
    color: #e4434b;
    border: 0.125rem solid;
    padding: 0.625rem; }

.sitemap-page .description {
  margin: 0 0 1.875rem;
  text-align: center; }

.sitemap-page .entity {
  margin: 0 0 1.875rem; }

.sitemap-page .entity-title {
  margin: 0 0 1rem;
  padding: 0 0.625rem;
  text-align: center; }
  .sitemap-page .entity-title h2 {
    font-size: 1.25rem;
    font-weight: normal;
    color: #444; }

.sitemap-page .entity-body {
  border-top: 0.0625rem solid #e6e6e6;
  background-color: rgba(255, 255, 255, 0);
  padding: 1.875rem 0.625rem;
  text-align: center; }

.sitemap-page .entity ul {
  font-size: 0; }

.sitemap-page .entity li {
  display: inline-block;
  position: relative;
  margin: 0 0.5rem;
  padding: 0 0.625rem;
  line-height: 3.125rem;
  font-size: 0.875rem;
  /*reset zeroing*/ }
  .sitemap-page .entity li:before {
    content: "";
    position: absolute;
    top: 1.375rem;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #ddd; }

.sitemap-page .entity a {
  color: #444; }
  .sitemap-page .entity a:hover {
    color: #4ab2f1; }
  .sitemap-page .entity a:empty {
    display: none; }

@media all and (min-width: 1001px) {
  /*** SEARCH & SITEMAP ***/
  .advanced-search .price-range {
    margin-left: 0;
    font-size: 0.875rem; } }

/****** ORDER DETAILS & SHIPPING DETAILS ******/
.order-summary-content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column; }
  @media all and (min-width: 60em) {
    .order-summary-content {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row; }
      .order-summary-content .order-items {
        flex-grow: 1;
        order: 0;
        margin-right: 20px; }
      .order-summary-content .order-total-summary {
        max-width: 220px; }
        .order-summary-content .order-total-summary .order-total--detail {
          background: #FFF;
          padding: 1em; }
        .order-summary-content .order-total-summary .buttons .button, .order-summary-content .order-total-summary .buttons .button-2, .order-summary-content .order-total-summary .buttons input[type=button], .order-summary-content .order-total-summary .buttons .button-1, .order-summary-content .order-total-summary .buttons .nop-options .nop-option .checkbox-override, .nop-options .nop-option .order-summary-content .order-total-summary .buttons .checkbox-override, .order-summary-content .order-total-summary .buttons .swal2-container .swal2-actions font-family input[type="button"], .swal2-container .swal2-actions font-family .order-summary-content .order-total-summary .buttons input[type="button"], .order-summary-content .order-total-summary .buttons
        .swal2-container .swal2-actions .swal2-confirm,
        .swal2-container .swal2-actions .order-summary-content .order-total-summary .buttons .swal2-confirm, .order-summary-content .order-total-summary .buttons .swal2-container .swal2-actions .swal2-cancel, .swal2-container .swal2-actions .order-summary-content .order-total-summary .buttons .swal2-cancel {
          width: 100%; } }

.order-completed-page .section.order-completed {
  margin: 0 auto;
  width: 60%;
  background-color: rgba(255, 255, 255, 0);
  padding: 1.875rem; }
  .order-completed-page .section.order-completed .buttons {
    margin-bottom: 0; }

.order-details-page .page-title {
  border-bottom: none; }
  .order-details-page .page-title h1 {
    margin: 0 0 0;
    padding: 0 0 0; }
  .order-details-page .page-title a {
    display: inline-block;
    min-width: 11.25rem;
    margin: 0.3125rem 0;
    border: none;
    background-color: #6396C7;
    background-image: none;
    padding: 0.625rem 1.25rem;
    font-size: 0.875rem;
    color: #fff; }
    .order-details-page .page-title a:hover {
      background-color: #3a93d0; }
    .order-details-page .page-title a.print-order-button {
      background-color: #000; }
      .order-details-page .page-title a.print-order-button:hover {
        background-color: #3a93d0; }

.order-details-page .page-body .section.products .title {
  text-align: left; }

.order-details-page .order-overview {
  margin: 0 0 3.125rem;
  line-height: 1.5rem;
  text-align: center;
  font-size: 1rem;
  color: #444; }
  .order-details-page .order-overview .order-number {
    margin: 0 0 0.625rem;
    text-transform: capitalize; }
  .order-details-page .order-overview .order-total strong {
    font-weight: normal;
    color: #3a93d0; }

.order-details-page .repost .button-2 {
  display: inline-block;
  margin: 0.625rem 0;
  border: none;
  background-color: #000;
  padding: 0.625rem 1rem;
  font-size: 0.75rem;
  color: #fff;
  text-transform: capitalize; }
  .order-details-page .repost .button-2:hover {
    background-color: #3a93d0; }

.order-details-page .download a {
  font-weight: normal;
  color: #4ab2f1; }
  .order-details-page .download a:hover {
    text-decoration: underline; }

.user-agreement-page .terms-of-agreement {
  margin: 0 0 1.25rem;
  padding: 1.25rem;
  text-align: center; }

.user-agreement-page .button-1--deprecated {
  min-width: 8.75rem;
  border: none;
  background-color: #000;
  padding: 0.625rem 1.875rem;
  text-align: center;
  font-size: 0.875rem;
  color: #fff;
  text-transform: capitalize; }
  .user-agreement-page .button-1--deprecated:hover {
    background-color: #3a93d0; }

.order-details-page .tax-shipping-info {
  margin: 1.875rem 0; }
  .order-details-page .tax-shipping-info a {
    color: #4ab2f1; }
    .order-details-page .tax-shipping-info a:hover {
      text-decoration: underline; }

.order-details-page .actions {
  margin: 1.875rem 0 0;
  font-size: 0; }
  .order-details-page .actions input {
    display: inline-block;
    min-width: 10.3125rem;
    margin: 0.3125rem;
    border: none;
    background-color: #000;
    background-image: none;
    padding: 0.625rem 1.25rem;
    font-size: 0.875rem;
    color: #fff; }
    .order-details-page .actions input:hover {
      background-color: #3a93d0; }
    .order-details-page .actions input:first-child {
      background-color: #000; }
      .order-details-page .actions input:first-child:hover {
        background-color: #3a93d0; }

@media all and (min-width: 769px) {
  /*** ORDER DETAILS & SHIPPING DETAILS ***/
  .order-details-page .section.options {
    text-align: right; }
  .order-details-page .selected-checkout-attributes {
    padding: 0 0.625rem; }
  .order-details-page .tax-shipping-info {
    text-align: right; }
  .order-details-page .totals {
    float: right;
    clear: both; }
  .shipment-details-page .tracking-number .tracking-url {
    color: #4ab2f1; } }

/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/
.page .p-site--account-form-options {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column; }
  @media all and (max-width: 60em) {
    .page .p-site--account-form-options.column-reverse {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse; } }
  @media all and (min-width: 60em) {
    .page .p-site--account-form-options {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify;
      margin: 4em 0; }
      .page .p-site--account-form-options .p-site--login-option {
        flex: 0 0 50%;
        padding: 0 3em; }
        .page .p-site--account-form-options .p-site--login-option:first-of-type {
          border-right: 1px solid #276db6; }
      .page .p-site--account-form-options h1 {
        margin: -0.25em 0 0 0; } }
  .page .p-site--account-form-options .form-fields {
    padding: 0; }

.gender {
  display: inline-block; }
  .gender span {
    display: inline-block;
    margin: 0 0.3125rem; }
    .gender span > * {
      display: inline !important;
      margin: 0 0.3125rem;
      line-height: 2rem; }

.date-of-birth {
  /*.date-picker-wrapper {
            display: inline;
        }*/ }
  .date-of-birth select {
    width: 31%;
    /*always single line*/
    max-width: 7.875rem; }
    .date-of-birth select + select {
      margin: 0 0 0 0.625rem; }
  .date-of-birth .select-wrapper + .select-wrapper {
    margin: 0 0 0 0.625rem; }

#check-availability-button {
  margin: 0.625rem 0 0;
  border: none;
  background-color: #888;
  padding: 0.625rem 1rem;
  font-size: 0.75rem;
  color: #FFF;
  text-transform: capitalize; }
  #check-availability-button:hover {
    background-color: #999; }

.inputs.accept-consent {
  text-align: center; }
  .inputs.accept-consent > * {
    display: inline-block;
    line-height: 2rem; }
  .inputs.accept-consent span, .inputs.accept-consent a {
    color: #4ab2f1;
    cursor: pointer;
    font-size: 0.875rem; }
  .inputs.accept-consent label {
    width: auto;
    margin-left: 0.625rem;
    margin-bottom: 0; }

.registration-page .button-1--deprecated, .registration-result-page .button-1--deprecated, .login-page .button-1--deprecated, .password-recovery-page .button-1--deprecated, .account-page .button-1--deprecated, .return-request-page .button-1--deprecated {
  min-width: 8.75rem;
  border: none;
  background-color: #000;
  padding: 0.625rem 1.875rem;
  text-align: center;
  font-size: 0.875rem;
  color: #FFF;
  text-transform: capitalize; }

/*.registration-page .button-1--deprecated:hover, .registration-result-page .button-1--deprecated:hover, .login-page .button-1--deprecated:hover, .password-recovery-page .button-1--deprecated:hover, .account-page .button-1--deprecated:hover {
    background-color: $hoverbg;
}*/
.return-request-page h1 a {
  color: #4ab2f1; }

.return-request-page .return-request-file {
  font-size: 0.875rem; }
  .return-request-page .return-request-file .uploadedfileinput {
    display: inline-block; }

.registration-page .message-error, .login-page .message-error, .account-page .message-error {
  margin: 0 0 0.625rem; }

.registration-result-page .result {
  margin: 1.875rem;
  padding: 1.875rem 0;
  text-align: center;
  font-size: 1rem;
  color: #4cb17c;
  border: 0.125rem solid #4cb17c; }

.customer-info-page .email-to-revalidate, .customer-info-page .readonly-username {
  margin: 0 0.3125rem;
  font-size: 0.875rem; }

.customer-info-page .vat-status {
  margin: 0 0.3125rem;
  font-size: 0.875rem;
  display: block; }

.registration-page .vat-note {
  display: block;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  white-space: normal; }

.customer-info-page .vat-note, .customer-info-page .email-to-revalidate-note {
  display: block;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  white-space: normal; }

.login-page .customer-blocks {
  margin: 0rem; }

.login-page .title {
  margin: 0 0 1rem;
  font-size: 1rem;
  color: #444;
  padding-top: 1rem; }
  .login-page .title strong {
    font-weight: normal;
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%; }

.login-page .new-wrapper {
  margin: 0rem; }
  .login-page .new-wrapper .text {
    margin: 0rem;
    padding: 0rem;
    line-height: 1.375rem;
    display: none; }
  .login-page .new-wrapper .topic-block {
    margin: 0rem; }
  .login-page .new-wrapper .topic-block-body strong {
    color: #444; }
  .login-page .new-wrapper .button-1--deprecated {
    margin: 0rem 0rem 0.3125rem; }

.login-page .returning-wrapper {
  margin: 0rem; }
  .login-page .returning-wrapper .form-fields {
    overflow: hidden;
    padding: 1.875rem 1rem 0rem; }
  .login-page .returning-wrapper .inputs.reversed {
    white-space: normal;
    text-align: left; }
    .login-page .returning-wrapper .inputs.reversed * {
      display: inline-block;
      width: auto; }

.login-page .captcha-box {
  margin: -1rem 0 1.25rem; }

.login-page .returning-wrapper .buttons {
  padding: 0rem 0rem;
  margin-bottom: 0rem; }

.new-wrapper .buttons {
  margin-bottom: 0; }

.new-wrapper .button-1--deprecated {
  background-color: transparent;
  color: #000;
  text-decoration: underline;
  font-size: 0.875rem;
  text-transform: capitalize;
  width: 100%; }

.external-authentication {
  margin: 0 0 3.125rem;
  overflow: hidden;
  text-align: center; }
  .external-authentication .title {
    margin: 0rem 0rem 1rem;
    font-size: 1.25rem;
    color: #444; }
  .external-authentication .buttons {
    margin: 0 0 1.875rem;
    padding: 1.875rem; }

.external-auth-errors {
  color: #e4444c; }

.external-auth-association {
  color: #444; }
  .external-auth-association a {
    color: #4ab2f1; }
    .external-auth-association a:hover {
      text-decoration: underline; }

.password-recovery-page .result {
  margin: 0rem 0rem 0.3125rem;
  font-weight: bold;
  color: #444; }

.password-recovery-page .tooltip {
  margin: 0rem 0rem 1.5rem; }

.add-more-external-records {
  text-align: center; }
  .add-more-external-records a {
    color: #4ab2f1; }
    .add-more-external-records a:hover {
      text-decoration: underline; }

.account-page .description {
  margin: 0rem 0rem 1.5rem;
  padding: 0rem 0.625rem; }

.account-page .table-wrapper {
  margin: 0rem 0rem 1.875rem; }

.account-page .fieldset .title {
  display: none; }

.account-page .fieldset .form-fields {
  padding: 0; }

.gdpr-tools-page .result {
  margin: 1.25rem 0rem;
  font-size: 0.875rem;
  color: #e4434b; }

.gdpr-tools-page .buttons {
  margin-top: 1.25rem; }

.address-list-page .info, .order-list-page .info {
  margin: 0rem;
  border-top: 0.0625rem solid #e6e6e6;
  background-color: #f9f9f9;
  padding: 1.25rem;
  line-height: 1.5rem; }

.address-list-page .info .name, .order-list-page .info .name {
  font-size: 1rem;
  font-weight: bold; }

.address-list-page .button-2, .order-list-page .button-2 {
  display: inline-block;
  margin: 0rem 0rem 0rem 0.625rem;
  border: none;
  padding: 0rem 0rem 0rem 1.125rem;
  font-size: 0.75rem; }

.edit-address-button {
  background: url("../images/edit.png") left center no-repeat; }

.delete-address-button, .cancel-recurring-order-button {
  background: url("../images/remove.png") left center no-repeat; }

.retry-recurring-order-button {
  background: url("../images/retry.png") left center no-repeat; }

.return-items-button {
  background: url("../images/return.png") left center no-repeat; }

.order-details-button {
  background: url("../images/details.png") left center no-repeat; }

.address-list-page .button-2:hover, .order-list-page .button-2:hover {
  color: #4ab2f1; }

.address-list-page .add-button {
  margin: 0 0 1.25rem;
  text-align: center; }

.address-edit-page .message-error {
  margin: 1.25rem 0rem; }

.address-edit-page .edit-address {
  margin: 0rem 0rem 1.875rem;
  padding: 1.875rem 1rem;
  overflow: hidden; }
  .address-edit-page .edit-address .inputs:nth-child(odd) {
    float: left;
    width: 49%; }
    .address-edit-page .edit-address .inputs:nth-child(odd) select {
      width: 100%; }
  .address-edit-page .edit-address .inputs:nth-child(even) {
    float: right;
    width: 49%; }
    .address-edit-page .edit-address .inputs:nth-child(even) select {
      width: 100%; }

@media screen and (max-width: 26em) {
  #addressfinder {
    font-size: 0.75rem; } }

.recurring-payments table td {
  white-space: nowrap; }
  .recurring-payments table td:first-child {
    min-width: 7.5rem;
    white-space: normal; }

.recurring-payments .button-2 {
  font-size: 0.875rem; }

.return-request-list-page .details {
  border-top: 0.0625rem solid #e6e6e6;
  background-color: #f9f9f9;
  padding: 1.25rem;
  line-height: 1.375rem;
  color: #444; }

.return-request-list-page label {
  margin: 0rem 0.3125rem 0rem 0rem; }

.return-request-list-page a {
  color: #4ab2f1; }
  .return-request-list-page a:hover {
    text-decoration: underline; }

.return-request-list-page .comments div {
  margin: 10px 0rem 0rem;
  font-size: 15px;
  font-style: italic;
  color: #444; }

.downloadable-products-page table td {
  color: #444; }

.reward-points-overview {
  margin: 0rem 0rem 25px; }

.reward-points-history table td {
  color: #444; }
  .reward-points-history table td:first-child {
    min-width: 7.5rem; }

.change-password-page .result, .change-password-page .message-error {
  margin: 1.25rem 0rem; }

.change-password-page .fieldset {
  margin: 0rem 0rem 1.875rem; }

.avatar-page .message-error {
  margin: 0rem 0rem 0.625rem; }

.avatar-page .image {
  margin: 0rem 0rem 0.625rem; }
  .avatar-page .image img {
    border: 0.0625rem solid #ccc; }

.avatar-page .button-1--deprecated {
  font-size: 0.875rem; }

.avatar-page .button-2 {
  border: none;
  background-color: #888;
  padding: 0.625rem 1rem;
  font-size: 0.875rem;
  color: #FFF;
  text-transform: capitalize; }
  .avatar-page .button-2:hover {
    background-color: #999; }

.avatar-page .info {
  color: #444; }

.vendorinfo-page .button-2 {
  border: medium none;
  background-color: #888;
  padding: 0.625rem 1rem;
  font-size: 0.875rem;
  color: #fff;
  text-transform: uppercase; }
  .vendorinfo-page .button-2:hover {
    background-color: #999; }

.vendorinfo-page .vendor-picture {
  width: 400px;
  margin: 0 auto; }
  .vendorinfo-page .vendor-picture * {
    display: block;
    margin-top: 1rem; }

.check-gift-card-balance-page .page-title {
  margin: 0rem -0.0625rem; }

.check-gift-card-balance-page .result, .check-gift-card-balance-page .message-error {
  margin: 1.25rem 0rem; }

.check-gift-card-balance-page .fieldset {
  margin: 0rem 0rem 1.875rem; }

.checkout-as-guest-or-register-block .buttons > input:hover {
  background-color: none !important; }

.registration-page, .password-recovery-page, .registration-result-page {
  width: 100%;
  background-color: #fff;
  padding: 1.875rem;
  margin: 0 auto; }

.registration-page .fieldset .title, .password-recovery-page .fieldset .title, .registration-result-page .fieldset .title {
  margin: 0;
  text-align: left;
  margin: 0;
  padding: 0;
  display: none; }

.registration-page .form-fields, .password-recovery-page .form-fields, .registration-result-page .form-fields {
  padding: 0; }

.registration-page .inputs, .password-recovery-page .inputs, .registration-result-page .inputs {
  text-align: left; }
  .registration-page .inputs label, .password-recovery-page .inputs label, .registration-result-page .inputs label {
    text-align: left; }

.registration-page .buttons, .password-recovery-page .buttons, .registration-result-page .buttons {
  margin-bottom: 0; }
  .registration-page .buttons .button-1--deprecated:hover, .password-recovery-page .buttons .button-1--deprecated:hover, .registration-result-page .buttons .button-1--deprecated:hover {
    background-color: #3a93d0; }

.registration-page .external-authentication, .password-recovery-page .external-authentication, .registration-result-page .external-authentication {
  margin: 0; }

.password-recovery-page .page-body {
  padding-top: 1.5rem; }

.address-item .title {
  color: #fff;
  text-align: left;
  padding: 0.625rem;
  background-color: #000;
  margin-bottom: 0; }

.order-list-page .order-list .section.order-item .title {
  margin: 0;
  padding: 0.625rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: #000; }

@media all and (max-width: 1000px) {
  .account-page .form-fields {
    padding: 0; }
  .account-page .fieldset {
    margin-bottom: 0; }
    .account-page .fieldset .title {
      display: none;
      margin: 0;
      padding: 0; }
  .address-item {
    text-align: left; } }

@media all and (max-width: 480px) {
  .address-edit-page .edit-address {
    margin: 0rem 0rem 1.875rem;
    padding: 1.875rem 1rem;
    overflow: hidden; }
    .address-edit-page .edit-address .inputs:nth-child(odd) {
      float: left;
      width: 100%; }
      .address-edit-page .edit-address .inputs:nth-child(odd) select {
        width: 100%; }
    .address-edit-page .edit-address .inputs:nth-child(even) {
      float: left;
      width: 100%; }
      .address-edit-page .edit-address .inputs:nth-child(even) select {
        width: 100%; } }

@media all and (min-width: 769px) {
  /*** REGISTRATION, LOGIN, ACCOUNT ***/
  .address-list-page .section, .order-list-page .section, .return-request-list-page .section {
    display: inline-block;
    width: 45%;
    margin: 1.25rem 1%;
    vertical-align: top; }
  .recurring-payments {
    width: 100% !important;
    margin: 1.25rem 0rem !important; } }

@media all and (min-width: 1001px) {
  /*** REGISTRATION, LOGIN, ACCOUNT ***/
  .gender span {
    margin: 0rem 0.625rem 0rem 0rem; }
    .gender span > * {
      margin: 0rem 0.3125rem 0rem 0rem; }
  .date-of-birth select + select {
    margin: 0rem 0rem 0rem 0.625rem; }
  #check-availability-button {
    display: block;
    margin: 0.625rem auto; }
  .address-list-page .section, .order-list-page .section, .return-request-list-page .section {
    display: block;
    width: auto;
    margin: 0rem 0rem 2.5rem; }
  .address-list-page .buttons, .order-list-page .buttons {
    position: absolute;
    top: 0.625rem;
    right: 0.625rem;
    color: #fff; }
  .avatar-page .message-error, .avatar-page .buttons {
    text-align: left; }
  .registration-page .vat-note {
    margin-left: 17.1875rem; }
  .customer-info-page .vat-note, .customer-info-page .email-to-revalidate-note {
    margin-left: 9.375rem; }
  .customer-info-page .vat-status {
    display: inline-block; } }

/********** CHECKOUT **********/
.checkout-page .section {
  margin: 0 0 1.875rem; }
  .checkout-page .section.order-summary {
    margin: 6.25rem 0 1.875rem; }

.checkout-page .cart-options {
  min-height: 3.75rem;
  overflow: hidden; }

.checkout-page .cart-footer {
  border-top: none; }

.checkout-page .total-info {
  margin: 0;
  border-bottom: none; }

.checkout-page .button-1--deprecated {
  display: inline-block;
  min-width: 8.75rem;
  border: none;
  background-color: #000;
  padding: 0.625rem 1.875rem;
  text-align: center;
  font-size: 0.875rem;
  color: #FFF;
  text-transform: capitalize; }
  .checkout-page .button-1--deprecated:hover {
    background-color: #3a93d0; }

.checkout-page .address-item {
  width: 100%;
  margin: 0 auto 2.5rem; }
  .checkout-page .address-item ul {
    margin: 0 0 1rem; }
  .checkout-page .address-item li {
    padding: 0.3125rem 0; }
    .checkout-page .address-item li.name {
      font-size: 1rem;
      font-weight: bold; }

@media screen and (max-width: 26em) {
  .checkout-page #addressfinder {
    font-size: 0.75rem; } }

.enter-address .message-error {
  margin: 1.25rem 0; }

.enter-address .edit-address {
  margin: 1.875rem auto;
  padding: 1.875rem 1rem;
  width: 60%; }

.checkout-page .ship-to-same-address {
  padding: 1.875rem 0;
  text-align: center; }
  .checkout-page .ship-to-same-address .selector {
    margin: 0 0 0.3125rem;
    font-weight: bold;
    color: #444; }

.checkout-page .pickup-in-store {
  text-align: center; }
  .checkout-page .pickup-in-store .selector {
    margin: 0 0 0.3125rem;
    font-weight: bold;
    color: #444; }

.select-pickup-point {
  text-align: center; }

.checkout-page .pickup-points-map {
  min-width: 25rem;
  min-height: 21.875rem;
  vertical-align: middle;
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem; }

.shipping-method .method-list, .payment-method .method-list {
  margin: 0 auto 1.875rem;
  overflow: hidden;
  text-align: center;
  font-size: 0; }

.shipping-method .method-list li, .payment-method .method-list li {
  margin: 1.25rem 0;
  font-size: 0.875rem;
  /*reset zeroing*/ }

.shipping-method .method-list li label, .payment-method .method-list li label {
  font-size: 0.75rem;
  font-weight: bold;
  color: #444; }

.shipping-method .method-description {
  margin: 0.3125rem 0 0; }

.payment-method .use-reward-points {
  margin: 0 0 1.875rem;
  text-align: center;
  color: #444; }

.payment-method .payment-logo {
  display: inline-block;
  vertical-align: middle; }
  .payment-method .payment-logo label {
    display: block;
    font-size: 0 !important; }

.payment-method .payment-details {
  min-width: 11.25rem;
  display: inline-block;
  margin: 0 0 0 0.625rem;
  text-align: left;
  vertical-align: middle; }

.payment-info .info {
  padding: 1.875rem 1rem;
  color: #444; }
  .payment-info .info tr {
    display: block;
    margin: 0 0 1rem;
    font-size: 0; }
  .payment-info .info td {
    display: inline-block;
    width: 100% !important;
    max-width: 25rem !important;
    font-size: 0.875rem;
    /*reset zeroing*/ }
    .payment-info .info td:only-child {
      width: 100% !important;
      max-width: 100% !important; }
    .payment-info .info td input[type="text"] {
      width: 100% !important; }
    .payment-info .info td input[name="CardCode"] {
      width: 4.0625rem !important; }
    .payment-info .info td select {
      min-width: 4.375rem; }
    .payment-info .info td:first-child {
      margin: 0 0 0.625rem; }
  .payment-info .info p {
    text-align: center; }

.confirm-order .buttons {
  padding: 0.625rem 0; }

.confirm-order .button-1--deprecated {
  font-size: 1rem; }

.order-review-data > div, .order-details-area > div, .shipment-details-area > div {
  width: 21.875rem;
  max-width: 100%;
  background-color: #FFF;
  padding: 1.25rem;
  color: #444; }

.order-review-data li, .order-details-area li, .shipment-details-area li {
  padding: 0.1875rem 0; }

.order-review-data .title, .order-details-area .title, .shipment-details-area .title {
  margin: 0 0 0.3125rem;
  padding: 0;
  font-size: 1rem;
  font-weight: bold; }

.order-review-data .title strong, .order-details-area .title strong, .shipment-details-area .title strong {
  font-weight: 700; }

.order-review-data .payment-method-info, .order-review-data .shipping-method-info {
  margin-top: 1.25rem; }

.order-details-area .payment-method-info, .order-details-area .shipping-method-info {
  margin-top: 1.25rem; }

.order-completed .details {
  margin: 0 0 1.875rem;
  padding: 0 1rem;
  text-align: center;
  color: #444; }
  .order-completed .details div {
    margin: 0.3125rem 0; }
  .order-completed .details strong {
    font-weight: normal;
    text-transform: uppercase; }
  .order-completed .details a {
    color: #4ab2f1; }
    .order-completed .details a:hover {
      text-decoration: underline; }

.opc .step-title {
  margin: 0 0 0.0625rem;
  overflow: hidden;
  background-color: #6396C7;
  color: #fff; }

.opc .allow .step-title {
  background-color: #0eb5de;
  cursor: pointer;
  color: #fff; }

.opc .step-title .number, .opc .step-title .title {
  float: left;
  min-height: 2.5rem;
  padding: 0.625rem 1rem;
  line-height: 1.25rem;
  font-size: 1rem;
  font-weight: normal;
  color: #fff; }

.opc .allow .step-title .number, .opc .allow .step-title .title {
  color: #FFF;
  cursor: pointer; }

.opc .step-title .number {
  width: 2.625rem;
  border-right: 0.0625rem solid #fff;
  text-align: center; }

.opc .allow .step-title .number {
  background-color: #0eb5de; }

.opc .step {
  margin: 0 0;
  padding: 1.875rem 1rem;
  text-align: center;
  background-color: rgba(255, 255, 255, 0); }

.opc .section {
  margin: 0 0 1.875rem; }
  .opc .section > label {
    display: block;
    margin: 0 0 0.625rem; }

.opc input[type="text"], .opc select {
  max-width: 100%;
  width: 100%; }

.opc .buttons {
  margin-bottom: 0; }

.opc .back-link {
  margin: 0 0 0.625rem; }
  .opc .back-link small {
    display: none; }
  .opc .back-link a {
    display: inline-block;
    margin: 0 0 -1rem;
    background: url("../images/back-button.png") left center no-repeat;
    padding: 0 0 0 1.25rem;
    color: #444; }
    .opc .back-link a:hover {
      color: #4ab2f1; }

.opc .buttons .please-wait {
  display: block;
  margin: 0.625rem 0 0;
  background: none; }

.opc .section.ship-to-same-address, .opc .section.pickup-in-store {
  margin: 0 0 1.875rem;
  padding: 0; }

.opc .payment-info .info tr {
  text-align: left; }

.opc .section.order-summary {
  margin: 0; }

.section.select-billing-address {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 1rem; }

@media all and (min-width: 769px) {
  /*** CHECKOUT ***/
  .checkout-page .selected-checkout-attributes {
    float: right;
    text-align: right; }
  .checkout-page .cart-footer .totals {
    max-width: 350px;
    margin: 0; }
  .checkout-page .address-grid {
    overflow: hidden; }
  .shipping-method .method-list li, .payment-method .method-list li {
    display: inline-block;
    width: 25%;
    margin: 1.25rem 2%;
    vertical-align: top; }
  .shipping-method .method-name {
    background-color: #FFF;
    padding: 0.625rem; }
  .payment-method .payment-logo {
    display: block;
    background-color: #f6f6f6;
    padding: 0.625rem; }
  .payment-method .payment-details {
    display: block;
    width: auto;
    min-width: 0;
    margin: 0.625rem 0 0;
    text-align: center; }
  .payment-info .info {
    padding: 1.875rem 4.6875rem; }
  .order-review-data, .order-details-area, .shipment-details-area {
    overflow: hidden; }
  .order-review-data > div, .order-details-area > div, .shipment-details-area > div {
    float: left;
    width: 48%; } }

@media all and (min-width: 1001px) {
  /*** CHECKOUT ***/
  .order-progress {
    margin: -1.875rem 0 3.125rem; }
  .checkout-page .terms-of-service {
    text-align: center; }
  .payment-info .info {
    padding: 1.875rem 1rem; }
    .payment-info .info td:first-child {
      width: 16.5625rem !important;
      margin: 0 0.625rem 0 0;
      text-align: right; }
    .payment-info .info td:only-child {
      width: 100% !important; }
  .order-review-data .title, .order-details-area .title, .shipment-details-area .title, .opc .order-review-data ul {
    text-align: left; } }

@media all and (min-width: 1367px) {
  /*** CHECKOUT ***/
  .shipping-method .method-list li, .payment-method .method-list li {
    margin: 1.25rem 1%; }
  .payment-info .info td:first-child {
    width: 23.4375rem !important; }
  .payment-info .info td:only-child {
    width: 100% !important; }
  /*** FORUM & PROFILE ***/
  .forum-actions .pager, .topic-actions .pager {
    max-width: 37.5rem !important; }
  .topic-post .post-text {
    width: 58.125rem;
    max-width: 100%; } }

footer {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  width: 100%;
  background: #000;
  color: #FFF; }

.account-page hr {
  border: 0.5px solid #F3F3F3;
  margin: 20px 0; }

.account-page .account-info {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column; }
  @media all and (min-width: 60em) {
    .account-page .account-info {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row; } }
  .account-page .account-info .account-items {
    flex-grow: 1;
    order: 0; }
    @media all and (min-width: 60em) {
      .account-page .account-info .account-items {
        margin-right: 20px; } }
  .account-page .account-info .account-item {
    margin: 0px; }
    .account-page .account-info .account-item .account-item--content {
      padding: 20px; }
      @media screen and (max-width: 840px) {
        .account-page .account-info .account-item .account-item--content {
          padding: 10px; } }
      .account-page .account-info .account-item .account-item--content .sub-heading {
        font-weight: 600;
        font-size: 90%;
        margin-bottom: 1em;
        text-transform: uppercase;
        color: #6396C7; }

.account-page .account-sidebar .account-sidebar--items {
  padding: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column; }
  @media all and (min-width: 60em) {
    .account-page .account-sidebar .account-sidebar--items {
      width: 250px; } }
  .account-page .account-sidebar .account-sidebar--items span {
    display: inline-block;
    padding: 0.25em 0; }
  .account-page .account-sidebar .account-sidebar--items .button, .account-page .account-sidebar .account-sidebar--items .button-1, .account-page .account-sidebar .account-sidebar--items .button-2, .account-page .account-sidebar .account-sidebar--items input[type=button], .account-page .account-sidebar .account-sidebar--items .nop-options .nop-option .checkbox-override, .nop-options .nop-option .account-page .account-sidebar .account-sidebar--items .checkbox-override, .account-page .account-sidebar .account-sidebar--items .swal2-container .swal2-actions font-family input[type="button"], .swal2-container .swal2-actions font-family .account-page .account-sidebar .account-sidebar--items input[type="button"], .account-page .account-sidebar .account-sidebar--items
  .swal2-container .swal2-actions .swal2-confirm,
  .swal2-container .swal2-actions .account-page .account-sidebar .account-sidebar--items .swal2-confirm, .account-page .account-sidebar .account-sidebar--items .swal2-container .swal2-actions .swal2-cancel, .swal2-container .swal2-actions .account-page .account-sidebar .account-sidebar--items .swal2-cancel {
    width: 100%; }

.paymentplan-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  padding: 5px; }
  @media all and (min-width: 840px) {
    .paymentplan-wrapper {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row; } }
  .paymentplan-wrapper .paymentplan-items {
    order: 0;
    flex-grow: 1;
    width: 100%; }
    .paymentplan-wrapper .paymentplan-items .attribute-heading {
      margin: 0; }
    .paymentplan-wrapper .paymentplan-items .paymentplan {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column; }
      .paymentplan-wrapper .paymentplan-items .paymentplan .paymentplan-details {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column; }
        @media screen and (min-width: 840px) {
          .paymentplan-wrapper .paymentplan-items .paymentplan .paymentplan-details {
            -webkit-box-orient: horizontal;
            -moz-box-orient: horizontal;
            box-orient: horizontal;
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            flex-direction: row;
            -ms-flex-direction: row; } }
        .paymentplan-wrapper .paymentplan-items .paymentplan .paymentplan-details .paymentplan-detail {
          display: -webkit-box;
          display: -moz-box;
          display: box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -moz-box-orient: vertical;
          box-orient: vertical;
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          flex-direction: column;
          -ms-flex-direction: column;
          font-size: 0.85rem;
          padding-right: 2rem; }
          .paymentplan-wrapper .paymentplan-items .paymentplan .paymentplan-details .paymentplan-detail:last-child {
            padding-right: 0; }
          .paymentplan-wrapper .paymentplan-items .paymentplan .paymentplan-details .paymentplan-detail .value {
            font-weight: 100; }
      .paymentplan-wrapper .paymentplan-items .paymentplan .description-body {
        margin-bottom: 0; }
        @media screen and (min-width: 840px) {
          .paymentplan-wrapper .paymentplan-items .paymentplan .description-body .paymentplan-details {
            justify-content: space-between; }
          .paymentplan-wrapper .paymentplan-items .paymentplan .description-body .paymentplan-details, .paymentplan-wrapper .paymentplan-items .paymentplan .description-body .paymentplan-detail {
            margin-bottom: 0;
            text-align: left; } }

.quick-search__tabs {
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative; }
  @media screen and (min-width: 60em) {
    .quick-search__tabs {
      max-width: 100%; }
      .quick-search__tabs .product-menu {
        width: 10rem; } }
  .quick-search__tabs .menu-items_mobile {
    position: absolute;
    bottom: -46px; }
    @media screen and (min-width: 60em) {
      .quick-search__tabs .menu-items_mobile {
        display: none; } }
    .quick-search__tabs .menu-items_mobile .items {
      z-index: -100; }
  .quick-search__tabs .menu-wrapper {
    padding: 0; }
    .quick-search__tabs .menu-wrapper label {
      display: inline-block !important; }
    .quick-search__tabs .menu-wrapper .item {
      text-transform: capitalize; }
    .quick-search__tabs .menu-wrapper .items span:first-child {
      border-top: 0; }
  .quick-search__tabs .menu-product-title {
    text-transform: uppercase;
    color: #000; }
  .quick-search__tabs .menu-product {
    background: #F2F2F2;
    height: 60px;
    min-width: fit-content;
    padding-left: 2rem;
    padding-right: 2rem; }
    .quick-search__tabs .menu-product.active {
      background: #000; }
      .quick-search__tabs .menu-product.active .menu-product-title {
        color: #F2F2F2; }
    .quick-search__tabs .menu-product .menu-items {
      z-index: 10; }
    .quick-search__tabs .menu-product label {
      font-size: 0.85rem; }
  .quick-search__tabs .items {
    position: fixed;
    box-shadow: none; }
    @media screen and (max-width: 840px) {
      .quick-search__tabs .items {
        left: 24px !important; } }
    .quick-search__tabs .items .product-item-name {
      background-color: transparent;
      border-top: none;
      padding: unset; }
    @media screen and (min-width: 60em) {
      .quick-search__tabs .items .product-items {
        max-width: fit-content; } }
    @media screen and (max-width: 840px) {
      .quick-search__tabs .items .product-items {
        margin-right: 3rem; } }
    .quick-search__tabs .items .product-items .item {
      padding: 1rem 2rem; }
    .quick-search__tabs .items span {
      padding: 0; }
  .quick-search__tabs .input-wrapper select {
    width: -webkit-fill-available; }
  .quick-search__tabs .scrollable-items__indicator {
    text-decoration: none;
    position: absolute;
    padding: 5px 0;
    width: 2rem;
    color: #333;
    font-size: 50px;
    cursor: pointer;
    z-index: 2;
    height: 100%; }
    .quick-search__tabs .scrollable-items__indicator i {
      display: none; }
      @media screen and (min-width: 70em) {
        .quick-search__tabs .scrollable-items__indicator i {
          display: inline; } }
    .quick-search__tabs .scrollable-items__indicator-left {
      background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #aaaaaa);
      left: 0px; }
      @media screen and (min-width: 60em) {
        .quick-search__tabs .scrollable-items__indicator-left {
          left: -40px;
          top: -3px;
          background-image: none; } }
    .quick-search__tabs .scrollable-items__indicator-right {
      background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #aaaaaa);
      right: 0px; }
      @media screen and (min-width: 70em) {
        .quick-search__tabs .scrollable-items__indicator-right {
          right: -40px;
          top: -3px;
          background-image: none; } }
  .quick-search__tabs .scrollable-items {
    overflow: auto !important;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    @media screen and (max-width: 840px) {
      .quick-search__tabs .scrollable-items {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: box; } }
    .quick-search__tabs .scrollable-items::-webkit-scrollbar {
      display: none; }
    .quick-search__tabs .scrollable-items__ol {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      white-space: nowrap; }
      @media screen and (max-width: 840px) {
        .quick-search__tabs .scrollable-items__ol {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: box; } }
    .quick-search__tabs .scrollable-items__li {
      width: auto;
      margin-right: 0.25rem;
      cursor: pointer !important; }
      .quick-search__tabs .scrollable-items__li:hover {
        background-color: #3a93d0; }
        .quick-search__tabs .scrollable-items__li:hover .menu-product-title {
          color: #FFF; }

.quick-search__widget {
  margin-top: 2rem;
  margin-bottom: 4rem;
  background: #F2F2F2;
  padding: 1rem 1rem 0rem 1rem;
  border: 1px solid #ddd; }
  @media screen and (max-width: 840px) {
    .quick-search__widget {
      padding: 0; } }
  .quick-search__widget h1, .quick-search__widget p {
    padding: 0 1rem; }
  .quick-search__widget h1 {
    text-transform: uppercase;
    letter-spacing: 0.05em; }
  .quick-search__widget .p-site--nop-product-attributes {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0; }
  .quick-search__widget .product-short-description {
    padding-bottom: 1rem; }
    @media screen and (max-width: 840px) {
      .quick-search__widget .product-short-description {
        padding-bottom: 0; } }

.picker__table tbody, .picker__table thead {
  border: none; }

.picker__table tbody tr {
  background-color: #FFF; }

.picker__table tbody tr:nth-child(even) {
  background-color: #FFF !important; }

.picker__nav--prev::before {
  border-right: 0.75em solid #3a93d0; }

.picker__nav--next::before {
  border-left: 0.75em solid #3a93d0; }

.picker__weekday {
  text-align: center; }

.picker__day {
  padding: 0.75rem 0.5rem;
  font-weight: 100;
  text-align: center;
  border: 2px solid transparent;
  color: #111; }
  .picker__day:hover {
    background: transparent;
    border: 2px solid #000;
    border-radius: 2px;
    font-weight: 500; }
  .picker__day--disabled {
    color: #CCC !important; }
    .picker__day--disabled:hover {
      background: transparent;
      border: 2px solid transparent; }
  .picker__day--highlighted {
    background: transparent !important; }
  .picker__day--selected {
    background: #3a93d0 !important;
    color: #FFF;
    font-weight: 500;
    border-radius: 2px; }

.inventory-calendar {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column; }
  .inventory-calendar .options {
    margin: 0 0 1rem 0;
    border: 1px solid #ddd;
    padding: 1rem;
    background: #F2F2F2;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify; }
    .inventory-calendar .options .input-wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
    .inventory-calendar .options .option-collection {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; }
      .inventory-calendar .options .option-collection .option {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        color: #000;
        cursor: pointer;
        text-decoration: none; }
        .inventory-calendar .options .option-collection .option:hover {
          color: #3a93d0; }
        .inventory-calendar .options .option-collection .option.option--month {
          display: inline-block;
          margin: 0 1rem; }
  .inventory-calendar .day-of-week {
    display: none; }
  @media screen and (max-width: 840px) {
    .inventory-calendar .day-of-week {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      .inventory-calendar .day-of-week span {
        display: inline-block;
        text-align: center;
        min-width: 14.285%;
        border: 1px solid transparent; } }
  .inventory-calendar .grid {
    display: none;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-right: none;
    border-bottom: none;
    border-radius: 5px; }
    .inventory-calendar .grid.active {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
    .inventory-calendar .grid .grid-item {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      -webkit-box-flex: 14.285%;
      -moz-box-flex: 14.285%;
      box-flex: 14.285%;
      -webkit-flex: 14.285%;
      -moz-flex: 14.285%;
      -ms-flex: 14.285%;
      flex: 14.285%;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      position: relative;
      min-width: 14.285%;
      max-width: 14.285%;
      padding: 0.25rem;
      border: 0.5px solid #ddd;
      height: 120px;
      cursor: pointer;
      position: relative;
      margin-top: -1px;
      margin-left: -1px;
      text-transform: uppercase;
      font-size: 0.75rem;
      overflow: visible; }
      @media screen and (max-width: 840px) {
        .inventory-calendar .grid .grid-item {
          height: 60px; } }
      .inventory-calendar .grid .grid-item.soldout {
        cursor: not-allowed; }
      .inventory-calendar .grid .grid-item.selected {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        min-width: 14.285%;
        max-width: 14.285%;
        width: 99%;
        background-color: #0aac56; }
        .inventory-calendar .grid .grid-item.selected .dates, .inventory-calendar .grid .grid-item.selected .date {
          color: #FFF; }
        .inventory-calendar .grid .grid-item.selected.soldout {
          background-color: #EEE; }
          .inventory-calendar .grid .grid-item.selected.soldout .dates, .inventory-calendar .grid .grid-item.selected.soldout .date {
            color: #CCC; }
        .inventory-calendar .grid .grid-item.selected:hover, .inventory-calendar .grid .grid-item.selected.hover {
          width: 99%;
          background-color: #06ac56; }
          .inventory-calendar .grid .grid-item.selected:hover .dates, .inventory-calendar .grid .grid-item.selected:hover .date, .inventory-calendar .grid .grid-item.selected.hover .dates, .inventory-calendar .grid .grid-item.selected.hover .date {
            color: #FFF; }
          .inventory-calendar .grid .grid-item.selected:hover.soldout, .inventory-calendar .grid .grid-item.selected.hover.soldout {
            background-color: #EEE; }
            .inventory-calendar .grid .grid-item.selected:hover.soldout .dates, .inventory-calendar .grid .grid-item.selected:hover.soldout .date, .inventory-calendar .grid .grid-item.selected.hover.soldout .dates, .inventory-calendar .grid .grid-item.selected.hover.soldout .date {
              color: #CCC; }
      @media screen and (max-width: 840px) {
        .inventory-calendar .grid .grid-item.soldout .date {
          color: #ff6260 !important;
          text-decoration: line-through; }
        .inventory-calendar .grid .grid-item.warning .date {
          color: darkorange !important; } }
      .inventory-calendar .grid .grid-item:hover, .inventory-calendar .grid .grid-item.hover {
        background-color: #f1f1f1; }
      .inventory-calendar .grid .grid-item .dates {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        text-align: center;
        z-index: 2; }
        .inventory-calendar .grid .grid-item .dates.soldout {
          color: #CCC; }
        @media screen and (max-width: 840px) {
          .inventory-calendar .grid .grid-item .dates {
            width: 60px;
            margin: 0.25rem 0;
            height: 60px; }
            .inventory-calendar .grid .grid-item .dates .date {
              font-size: 1rem; }
            .inventory-calendar .grid .grid-item .dates .day {
              display: none; } }
      .inventory-calendar .grid .grid-item .inventory-status {
        font-size: 0.7rem;
        letter-spacing: 0.05rem;
        font-weight: 400;
        padding: 0.15rem 0.5rem;
        text-align: center;
        border-radius: 25px;
        color: #000;
        position: absolute;
        bottom: 8px; }
        @media screen and (max-width: 840px) {
          .inventory-calendar .grid .grid-item .inventory-status {
            display: none; } }
        .inventory-calendar .grid .grid-item .inventory-status.soldout {
          color: #EEE;
          background: #e4434b; }
        .inventory-calendar .grid .grid-item .inventory-status.warning {
          color: #FFF;
          background: #ffc107; }
      .inventory-calendar .grid .grid-item .date {
        font-size: 1.5rem;
        font-weight: 500;
        color: #000;
        margin-top: -0.5rem;
        margin-bottom: -0.5rem; }
      .inventory-calendar .grid .grid-item.empty {
        background: #FFF; }

.popup .inventory-status {
  font-size: 0.65rem;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-weight: 400;
  padding: 0.1rem 0.1rem;
  text-align: center;
  color: #FFF;
  border-radius: 25px;
  background: #06ac56;
  min-width: 90px;
  display: inline-block;
  margin-right: 10px;
  top: -4px;
  position: relative; }
  .popup .inventory-status.soldout {
    color: #FFF;
    background: #e4434b; }
  .popup .inventory-status.warning {
    color: #FFF;
    background: #ffc107; }

/**
    font awesome fix
*/
i {
  font-style: normal !important; }
