@charset "UTF-8";
/*============================================================================
  Berkeley Pure Fishing by eHouse Studio | Built with Slate
    - You cannot use native CSS/Sass @imports in this file without a build script
==============================================================================*/
/*================ UTILS ================*/
/*================ Mixins ================*/
/*============================================================================
  Prefix mixin for generating vendor prefixes.
  Based on https://github.com/thoughtbot/bourbon/blob/v4-stable/app/assets/stylesheets/addons/_prefixer.scss

  Usage:
    // Input:
    .element {
      @include prefix(transform, scale(1), ms webkit spec);
    }

    // Output:
    .element {
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
==============================================================================*/
/*================ Media Query Mixin ================*/
/*================ Responsive Show/Hide Helper ================*/
/*================ Responsive Text Alignment Helper ================*/
/* Slider */
.slick-loading .slick-list {
  background: white image-url("ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: font-url("slick.eot");
  src: font-url("slick.eot?#iefix") format("embedded-opentype"), font-url("slick.woff") format("woff"), font-url("slick.ttf") format("truetype"), font-url("slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

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

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

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

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

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

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

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

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

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

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

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

/*================ SETTINGS ================*/
/*================ Color Variables ================*/
/*================ Typography Variables ================*/
/*============================================================================
  Grid Breakpoints and Class Names
    - Do not change the variable names
==============================================================================*/
/*============================================================================
  Generate breakpoint-specific column widths and push classes
    - Default column widths: $breakpoint-has-widths: ($small, $medium-up);
    - Default is no push classes
    - Will not work if `styles/global/grid.scss` is removed
==============================================================================*/
/*================ Sizing Variables ================*/
/*================ Z-Index ================*/
/*================ SVG ================*/
/*================ Hero Slider ================*/
/*================ VENDOR ================*/
/*============================================================================
  Slick Slider 1.6.0

  - If upgrading Slick's styles, use the following variables/functions
    instead of the slick defaults (from slick-theme.scss)
  - This file includes default slick.scss styles (at Slick Slider SCSS)
    and slick-theme.scss (at Slick Slider Theme). Upgrade each area individually.
  - Remove `outline: none` from `.slick-dots li button`
==============================================================================*/
/*================ COMMON ================*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*================ Slate specific reset ================*/
*,
*::before,
*::after {
  box-sizing: border-box; }

body,
input,
textarea,
button,
select {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

a:focus {
  color: inherit; }

img {
  max-width: 100%; }

/*================ Form element helpers ================*/
form {
  margin: 0; }

@media only screen and (max-width: 1024px) {
  input,
  textarea,
  select {
    font-size: 16px; } }
button,
input[type="submit"],
label[for] {
  cursor: pointer; }

optgroup {
  font-weight: 700; }

option {
  color: #333333;
  background-color: white; }

[tabindex='-1']:focus {
  outline: none; }

/*============================================================================
  Fast Tap
  enables no-delay taps (FastClick-esque) on supporting browsers
==============================================================================*/
a,
button,
[role="button"],
input,
label,
select,
textarea {
  touch-action: manipulation; }

/*================ Helper Classes ================*/
.uppercase {
  text-transform: uppercase; }

.centertext {
  text-align: center; }

.clearfix {
  *zoom: 1; }
  .clearfix::after {
    content: '';
    display: table;
    clear: both; }

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

.js-focus-hidden:focus {
  outline: none; }

.label-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  .no-placeholder .label-hidden {
    position: inherit !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0; }

.visually-shown {
  position: inherit !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0; }

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

@media only screen and (max-width: 1024px) {
  .hide--medium-down {
    display: none !important; } }

@media only screen and (min-width: 768px) {
  .hide--medium-up {
    display: none !important; } }

@media only screen and (max-width: 1023px) {
  .hide--medium-large-down {
    display: none !important; } }

@media only screen and (min-width: 1024px) {
  .hide--medium-large-up {
    display: none !important; } }

@media only screen and (max-width: 1439px) {
  .hide--large-down {
    display: none !important; } }

@media only screen and (min-width: 1025px) {
  .hide--large-up {
    display: none !important; } }

@media only screen and (max-width: 1024px) {
  .appendaround--mobile {
    display: block !important; } }
@media only screen and (min-width: 1025px) {
  .appendaround--mobile {
    display: none !important; } }

@media only screen and (max-width: 1024px) {
  .appendaround--desktop {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .appendaround--small {
    display: block !important; } }
@media only screen and (min-width: 768px) {
  .appendaround--small {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .appendaround--tablet {
    display: none !important; } }

@media only screen and (max-width: 1439px) {
  .appendaround--xlargedesktop {
    display: none !important; } }

@media only screen and (min-width: 1200px) {
  .appendaround--smalldesktop {
    display: none !important; } }

.no-js:not(html) {
  display: none; }
  .no-js .no-js:not(html) {
    display: block; }

.no-js .js {
  display: none; }

.supports-no-cookies:not(html) {
  display: none; }
  html.supports-no-cookies .supports-no-cookies:not(html) {
    display: block; }

html.supports-no-cookies .supports-cookies {
  display: none; }

/*============================================================================
  Skip to content button
    - Overrides .visually-hidden when focused
==============================================================================*/
.skip-link:focus {
  position: absolute !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: #333333;
  background-color: white;
  padding: 15px;
  z-index: 10000;
  transition: none; }

@media only screen and (max-width: 1024px) {
  .appendaround--mobile {
    display: block !important; } }
@media only screen and (min-width: 1025px) {
  .appendaround--mobile {
    display: none !important; } }

@media only screen and (max-width: 1024px) {
  .appendaround--desktop {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .appendaround--small {
    display: block !important; } }
@media only screen and (min-width: 768px) {
  .appendaround--small {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .appendaround--tablet {
    display: none !important; } }

@media only screen and (max-width: 1439px) {
  .appendaround--xlargedesktop {
    display: none !important; } }

@media only screen and (min-width: 1200px) {
  .appendaround--smalldesktop {
    display: none !important; } }

/*============================================================================
  Grid
    - Based on CSS Wizardry grid
==============================================================================*/
.grid {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -30px; }
  .grid::after {
    content: '';
    display: table;
    clear: both; }
  .grid[class*='--no-gutters'] {
    margin-left: auto; }
    .grid[class*='--no-gutters'] > .grid__item {
      padding-left: 0; }

.grid__item {
  float: left;
  padding-left: 30px;
  width: 100%; }
  .grid__item[class*='--push'] {
    position: relative; }

/*============================================================================
  Reversed grids allow you to structure your source in the opposite
  order to how your rendered layout will appear.
==============================================================================*/
.grid--rev {
  direction: rtl;
  text-align: left; }
  .grid--rev > .grid__item {
    direction: ltr;
    text-align: left;
    float: right; }

/*============================================================================
  Grid Columns
    - Create width classes, prepended by the breakpoint name.
==============================================================================*/
/*================ Grid push classes ================*/
/*================ Clearfix helper on uniform grids ================*/
/*================ Build Base Grid Classes ================*/
/** Whole */
.one-whole {
  width: 100%; }

/* Halves */
.one-half {
  width: 50%; }

/* Thirds */
.one-third {
  width: 33.33333%; }

.two-thirds {
  width: 66.66667%; }

/* Quarters */
.one-quarter {
  width: 25%; }

.two-quarters {
  width: 50%; }

.three-quarters {
  width: 75%; }

/* Fifths */
.one-fifth {
  width: 20%; }

.two-fifths {
  width: 40%; }

.three-fifths {
  width: 60%; }

.four-fifths {
  width: 80%; }

/* Sixths */
.one-sixth {
  width: 16.66667%; }

.two-sixths {
  width: 33.33333%; }

.three-sixths {
  width: 50%; }

.four-sixths {
  width: 66.66667%; }

.five-sixths {
  width: 83.33333%; }

/* Sevenths */
.one-seventh {
  width: 14.28571%; }

.two-sevenths {
  width: 28.57143%; }

.three-sevenths {
  width: 42.85714%; }

.four-sevenths {
  width: 57.14286%; }

.five-sevenths {
  width: 71.42857%; }

.six-sevenths {
  width: 85.71429%; }

/* Eighths */
.one-eighth {
  width: 12.5%; }

.two-eighths {
  width: 25%; }

.three-eighths {
  width: 37.5%; }

.four-eighths {
  width: 50%; }

.five-eighths {
  width: 62.5%; }

.six-eighths {
  width: 75%; }

.seven-eighths {
  width: 87.5%; }

/* Tenths */
.one-tenth {
  width: 10%; }

.two-tenths {
  width: 20%; }

.three-tenths {
  width: 30%; }

.four-tenths {
  width: 40%; }

.five-tenths {
  width: 50%; }

.six-tenths {
  width: 60%; }

.seven-tenths {
  width: 70%; }

.eight-tenths {
  width: 80%; }

.nine-tenths {
  width: 90%; }

/* Twelfths */
.one-twelfth {
  width: 8.33333%; }

.two-twelfths {
  width: 16.66667%; }

.three-twelfths {
  width: 25%; }

.four-twelfths {
  width: 33.33333%; }

.five-twelfths {
  width: 41.66667%; }

.six-twelfths {
  width: 50%; }

.seven-twelfths {
  width: 58.33333%; }

.eight-twelfths {
  width: 66.66667%; }

.nine-twelfths {
  width: 75%; }

.ten-twelfths {
  width: 83.33333%; }

.eleven-twelfths {
  width: 91.66667%; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

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

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

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

/*================ Build Responsive Grid Classes ================*/
@media only screen and (max-width: 767px) {
  /** Whole */
  .small--one-whole {
    width: 100%; }

  /* Halves */
  .small--one-half {
    width: 50%; }

  /* Thirds */
  .small--one-third {
    width: 33.33333%; }

  .small--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .small--one-quarter {
    width: 25%; }

  .small--two-quarters {
    width: 50%; }

  .small--three-quarters {
    width: 75%; }

  /* Fifths */
  .small--one-fifth {
    width: 20%; }

  .small--two-fifths {
    width: 40%; }

  .small--three-fifths {
    width: 60%; }

  .small--four-fifths {
    width: 80%; }

  /* Sixths */
  .small--one-sixth {
    width: 16.66667%; }

  .small--two-sixths {
    width: 33.33333%; }

  .small--three-sixths {
    width: 50%; }

  .small--four-sixths {
    width: 66.66667%; }

  .small--five-sixths {
    width: 83.33333%; }

  /* Sevenths */
  .small--one-seventh {
    width: 14.28571%; }

  .small--two-sevenths {
    width: 28.57143%; }

  .small--three-sevenths {
    width: 42.85714%; }

  .small--four-sevenths {
    width: 57.14286%; }

  .small--five-sevenths {
    width: 71.42857%; }

  .small--six-sevenths {
    width: 85.71429%; }

  /* Eighths */
  .small--one-eighth {
    width: 12.5%; }

  .small--two-eighths {
    width: 25%; }

  .small--three-eighths {
    width: 37.5%; }

  .small--four-eighths {
    width: 50%; }

  .small--five-eighths {
    width: 62.5%; }

  .small--six-eighths {
    width: 75%; }

  .small--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .small--one-tenth {
    width: 10%; }

  .small--two-tenths {
    width: 20%; }

  .small--three-tenths {
    width: 30%; }

  .small--four-tenths {
    width: 40%; }

  .small--five-tenths {
    width: 50%; }

  .small--six-tenths {
    width: 60%; }

  .small--seven-tenths {
    width: 70%; }

  .small--eight-tenths {
    width: 80%; }

  .small--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .small--one-twelfth {
    width: 8.33333%; }

  .small--two-twelfths {
    width: 16.66667%; }

  .small--three-twelfths {
    width: 25%; }

  .small--four-twelfths {
    width: 33.33333%; }

  .small--five-twelfths {
    width: 41.66667%; }

  .small--six-twelfths {
    width: 50%; }

  .small--seven-twelfths {
    width: 58.33333%; }

  .small--eight-twelfths {
    width: 66.66667%; }

  .small--nine-twelfths {
    width: 75%; }

  .small--ten-twelfths {
    width: 83.33333%; }

  .small--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .small--one-half:nth-child(2n+1),
  .grid--uniform .small--one-third:nth-child(3n+1),
  .grid--uniform .small--one-quarter:nth-child(4n+1),
  .grid--uniform .small--one-fifth:nth-child(5n+1),
  .grid--uniform .small--one-sixth:nth-child(6n+1),
  .grid--uniform .small--two-sixths:nth-child(3n+1),
  .grid--uniform .small--three-sixths:nth-child(2n+1),
  .grid--uniform .small--one-eighth:nth-child(8n+1),
  .grid--uniform .small--two-eighths:nth-child(4n+1),
  .grid--uniform .small--four-eighths:nth-child(2n+1),
  .grid--uniform .small--five-tenths:nth-child(2n+1),
  .grid--uniform .small--one-twelfth:nth-child(12n+1),
  .grid--uniform .small--two-twelfths:nth-child(6n+1),
  .grid--uniform .small--three-twelfths:nth-child(4n+1),
  .grid--uniform .small--four-twelfths:nth-child(3n+1),
  .grid--uniform .small--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .small--show {
    display: block !important; }

  .small--hide {
    display: none !important; }

  .small--text-left {
    text-align: left !important; }

  .small--text-right {
    text-align: right !important; }

  .small--text-center {
    text-align: center !important; } }
@media only screen and (max-width: 1024px) {
  /** Whole */
  .medium-down--one-whole {
    width: 100%; }

  /* Halves */
  .medium-down--one-half {
    width: 50%; }

  /* Thirds */
  .medium-down--one-third {
    width: 33.33333%; }

  .medium-down--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .medium-down--one-quarter {
    width: 25%; }

  .medium-down--two-quarters {
    width: 50%; }

  .medium-down--three-quarters {
    width: 75%; }

  /* Fifths */
  .medium-down--one-fifth {
    width: 20%; }

  .medium-down--two-fifths {
    width: 40%; }

  .medium-down--three-fifths {
    width: 60%; }

  .medium-down--four-fifths {
    width: 80%; }

  /* Sixths */
  .medium-down--one-sixth {
    width: 16.66667%; }

  .medium-down--two-sixths {
    width: 33.33333%; }

  .medium-down--three-sixths {
    width: 50%; }

  .medium-down--four-sixths {
    width: 66.66667%; }

  .medium-down--five-sixths {
    width: 83.33333%; }

  /* Sevenths */
  .medium-down--one-seventh {
    width: 14.28571%; }

  .medium-down--two-sevenths {
    width: 28.57143%; }

  .medium-down--three-sevenths {
    width: 42.85714%; }

  .medium-down--four-sevenths {
    width: 57.14286%; }

  .medium-down--five-sevenths {
    width: 71.42857%; }

  .medium-down--six-sevenths {
    width: 85.71429%; }

  /* Eighths */
  .medium-down--one-eighth {
    width: 12.5%; }

  .medium-down--two-eighths {
    width: 25%; }

  .medium-down--three-eighths {
    width: 37.5%; }

  .medium-down--four-eighths {
    width: 50%; }

  .medium-down--five-eighths {
    width: 62.5%; }

  .medium-down--six-eighths {
    width: 75%; }

  .medium-down--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .medium-down--one-tenth {
    width: 10%; }

  .medium-down--two-tenths {
    width: 20%; }

  .medium-down--three-tenths {
    width: 30%; }

  .medium-down--four-tenths {
    width: 40%; }

  .medium-down--five-tenths {
    width: 50%; }

  .medium-down--six-tenths {
    width: 60%; }

  .medium-down--seven-tenths {
    width: 70%; }

  .medium-down--eight-tenths {
    width: 80%; }

  .medium-down--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .medium-down--one-twelfth {
    width: 8.33333%; }

  .medium-down--two-twelfths {
    width: 16.66667%; }

  .medium-down--three-twelfths {
    width: 25%; }

  .medium-down--four-twelfths {
    width: 33.33333%; }

  .medium-down--five-twelfths {
    width: 41.66667%; }

  .medium-down--six-twelfths {
    width: 50%; }

  .medium-down--seven-twelfths {
    width: 58.33333%; }

  .medium-down--eight-twelfths {
    width: 66.66667%; }

  .medium-down--nine-twelfths {
    width: 75%; }

  .medium-down--ten-twelfths {
    width: 83.33333%; }

  .medium-down--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .medium-down--one-half:nth-child(2n+1),
  .grid--uniform .medium-down--one-third:nth-child(3n+1),
  .grid--uniform .medium-down--one-quarter:nth-child(4n+1),
  .grid--uniform .medium-down--one-fifth:nth-child(5n+1),
  .grid--uniform .medium-down--one-sixth:nth-child(6n+1),
  .grid--uniform .medium-down--two-sixths:nth-child(3n+1),
  .grid--uniform .medium-down--three-sixths:nth-child(2n+1),
  .grid--uniform .medium-down--one-eighth:nth-child(8n+1),
  .grid--uniform .medium-down--two-eighths:nth-child(4n+1),
  .grid--uniform .medium-down--four-eighths:nth-child(2n+1),
  .grid--uniform .medium-down--five-tenths:nth-child(2n+1),
  .grid--uniform .medium-down--one-twelfth:nth-child(12n+1),
  .grid--uniform .medium-down--two-twelfths:nth-child(6n+1),
  .grid--uniform .medium-down--three-twelfths:nth-child(4n+1),
  .grid--uniform .medium-down--four-twelfths:nth-child(3n+1),
  .grid--uniform .medium-down--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .medium-down--show {
    display: block !important; }

  .medium-down--hide {
    display: none !important; }

  .medium-down--text-left {
    text-align: left !important; }

  .medium-down--text-right {
    text-align: right !important; }

  .medium-down--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /** Whole */
  .medium--one-whole {
    width: 100%; }

  /* Halves */
  .medium--one-half {
    width: 50%; }

  /* Thirds */
  .medium--one-third {
    width: 33.33333%; }

  .medium--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .medium--one-quarter {
    width: 25%; }

  .medium--two-quarters {
    width: 50%; }

  .medium--three-quarters {
    width: 75%; }

  /* Fifths */
  .medium--one-fifth {
    width: 20%; }

  .medium--two-fifths {
    width: 40%; }

  .medium--three-fifths {
    width: 60%; }

  .medium--four-fifths {
    width: 80%; }

  /* Sixths */
  .medium--one-sixth {
    width: 16.66667%; }

  .medium--two-sixths {
    width: 33.33333%; }

  .medium--three-sixths {
    width: 50%; }

  .medium--four-sixths {
    width: 66.66667%; }

  .medium--five-sixths {
    width: 83.33333%; }

  /* Sevenths */
  .medium--one-seventh {
    width: 14.28571%; }

  .medium--two-sevenths {
    width: 28.57143%; }

  .medium--three-sevenths {
    width: 42.85714%; }

  .medium--four-sevenths {
    width: 57.14286%; }

  .medium--five-sevenths {
    width: 71.42857%; }

  .medium--six-sevenths {
    width: 85.71429%; }

  /* Eighths */
  .medium--one-eighth {
    width: 12.5%; }

  .medium--two-eighths {
    width: 25%; }

  .medium--three-eighths {
    width: 37.5%; }

  .medium--four-eighths {
    width: 50%; }

  .medium--five-eighths {
    width: 62.5%; }

  .medium--six-eighths {
    width: 75%; }

  .medium--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .medium--one-tenth {
    width: 10%; }

  .medium--two-tenths {
    width: 20%; }

  .medium--three-tenths {
    width: 30%; }

  .medium--four-tenths {
    width: 40%; }

  .medium--five-tenths {
    width: 50%; }

  .medium--six-tenths {
    width: 60%; }

  .medium--seven-tenths {
    width: 70%; }

  .medium--eight-tenths {
    width: 80%; }

  .medium--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .medium--one-twelfth {
    width: 8.33333%; }

  .medium--two-twelfths {
    width: 16.66667%; }

  .medium--three-twelfths {
    width: 25%; }

  .medium--four-twelfths {
    width: 33.33333%; }

  .medium--five-twelfths {
    width: 41.66667%; }

  .medium--six-twelfths {
    width: 50%; }

  .medium--seven-twelfths {
    width: 58.33333%; }

  .medium--eight-twelfths {
    width: 66.66667%; }

  .medium--nine-twelfths {
    width: 75%; }

  .medium--ten-twelfths {
    width: 83.33333%; }

  .medium--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .medium--one-half:nth-child(2n+1),
  .grid--uniform .medium--one-third:nth-child(3n+1),
  .grid--uniform .medium--one-quarter:nth-child(4n+1),
  .grid--uniform .medium--one-fifth:nth-child(5n+1),
  .grid--uniform .medium--one-sixth:nth-child(6n+1),
  .grid--uniform .medium--two-sixths:nth-child(3n+1),
  .grid--uniform .medium--three-sixths:nth-child(2n+1),
  .grid--uniform .medium--one-eighth:nth-child(8n+1),
  .grid--uniform .medium--two-eighths:nth-child(4n+1),
  .grid--uniform .medium--four-eighths:nth-child(2n+1),
  .grid--uniform .medium--five-tenths:nth-child(2n+1),
  .grid--uniform .medium--one-twelfth:nth-child(12n+1),
  .grid--uniform .medium--two-twelfths:nth-child(6n+1),
  .grid--uniform .medium--three-twelfths:nth-child(4n+1),
  .grid--uniform .medium--four-twelfths:nth-child(3n+1),
  .grid--uniform .medium--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .medium--show {
    display: block !important; }

  .medium--hide {
    display: none !important; }

  .medium--text-left {
    text-align: left !important; }

  .medium--text-right {
    text-align: right !important; }

  .medium--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 768px) {
  /** Whole */
  .medium-up--one-whole {
    width: 100%; }

  /* Halves */
  .medium-up--one-half {
    width: 50%; }

  /* Thirds */
  .medium-up--one-third {
    width: 33.33333%; }

  .medium-up--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .medium-up--one-quarter {
    width: 25%; }

  .medium-up--two-quarters {
    width: 50%; }

  .medium-up--three-quarters {
    width: 75%; }

  /* Fifths */
  .medium-up--one-fifth {
    width: 20%; }

  .medium-up--two-fifths {
    width: 40%; }

  .medium-up--three-fifths {
    width: 60%; }

  .medium-up--four-fifths {
    width: 80%; }

  /* Sixths */
  .medium-up--one-sixth {
    width: 16.66667%; }

  .medium-up--two-sixths {
    width: 33.33333%; }

  .medium-up--three-sixths {
    width: 50%; }

  .medium-up--four-sixths {
    width: 66.66667%; }

  .medium-up--five-sixths {
    width: 83.33333%; }

  /* Sevenths */
  .medium-up--one-seventh {
    width: 14.28571%; }

  .medium-up--two-sevenths {
    width: 28.57143%; }

  .medium-up--three-sevenths {
    width: 42.85714%; }

  .medium-up--four-sevenths {
    width: 57.14286%; }

  .medium-up--five-sevenths {
    width: 71.42857%; }

  .medium-up--six-sevenths {
    width: 85.71429%; }

  /* Eighths */
  .medium-up--one-eighth {
    width: 12.5%; }

  .medium-up--two-eighths {
    width: 25%; }

  .medium-up--three-eighths {
    width: 37.5%; }

  .medium-up--four-eighths {
    width: 50%; }

  .medium-up--five-eighths {
    width: 62.5%; }

  .medium-up--six-eighths {
    width: 75%; }

  .medium-up--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .medium-up--one-tenth {
    width: 10%; }

  .medium-up--two-tenths {
    width: 20%; }

  .medium-up--three-tenths {
    width: 30%; }

  .medium-up--four-tenths {
    width: 40%; }

  .medium-up--five-tenths {
    width: 50%; }

  .medium-up--six-tenths {
    width: 60%; }

  .medium-up--seven-tenths {
    width: 70%; }

  .medium-up--eight-tenths {
    width: 80%; }

  .medium-up--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .medium-up--one-twelfth {
    width: 8.33333%; }

  .medium-up--two-twelfths {
    width: 16.66667%; }

  .medium-up--three-twelfths {
    width: 25%; }

  .medium-up--four-twelfths {
    width: 33.33333%; }

  .medium-up--five-twelfths {
    width: 41.66667%; }

  .medium-up--six-twelfths {
    width: 50%; }

  .medium-up--seven-twelfths {
    width: 58.33333%; }

  .medium-up--eight-twelfths {
    width: 66.66667%; }

  .medium-up--nine-twelfths {
    width: 75%; }

  .medium-up--ten-twelfths {
    width: 83.33333%; }

  .medium-up--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .medium-up--one-half:nth-child(2n+1),
  .grid--uniform .medium-up--one-third:nth-child(3n+1),
  .grid--uniform .medium-up--one-quarter:nth-child(4n+1),
  .grid--uniform .medium-up--one-fifth:nth-child(5n+1),
  .grid--uniform .medium-up--one-sixth:nth-child(6n+1),
  .grid--uniform .medium-up--two-sixths:nth-child(3n+1),
  .grid--uniform .medium-up--three-sixths:nth-child(2n+1),
  .grid--uniform .medium-up--one-eighth:nth-child(8n+1),
  .grid--uniform .medium-up--two-eighths:nth-child(4n+1),
  .grid--uniform .medium-up--four-eighths:nth-child(2n+1),
  .grid--uniform .medium-up--five-tenths:nth-child(2n+1),
  .grid--uniform .medium-up--one-twelfth:nth-child(12n+1),
  .grid--uniform .medium-up--two-twelfths:nth-child(6n+1),
  .grid--uniform .medium-up--three-twelfths:nth-child(4n+1),
  .grid--uniform .medium-up--four-twelfths:nth-child(3n+1),
  .grid--uniform .medium-up--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .medium-up--show {
    display: block !important; }

  .medium-up--hide {
    display: none !important; }

  .medium-up--text-left {
    text-align: left !important; }

  .medium-up--text-right {
    text-align: right !important; }

  .medium-up--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  /** Whole */
  .medium-large--one-whole {
    width: 100%; }

  /* Halves */
  .medium-large--one-half {
    width: 50%; }

  /* Thirds */
  .medium-large--one-third {
    width: 33.33333%; }

  .medium-large--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .medium-large--one-quarter {
    width: 25%; }

  .medium-large--two-quarters {
    width: 50%; }

  .medium-large--three-quarters {
    width: 75%; }

  /* Fifths */
  .medium-large--one-fifth {
    width: 20%; }

  .medium-large--two-fifths {
    width: 40%; }

  .medium-large--three-fifths {
    width: 60%; }

  .medium-large--four-fifths {
    width: 80%; }

  /* Sixths */
  .medium-large--one-sixth {
    width: 16.66667%; }

  .medium-large--two-sixths {
    width: 33.33333%; }

  .medium-large--three-sixths {
    width: 50%; }

  .medium-large--four-sixths {
    width: 66.66667%; }

  .medium-large--five-sixths {
    width: 83.33333%; }

  /* Sevenths */
  .medium-large--one-seventh {
    width: 14.28571%; }

  .medium-large--two-sevenths {
    width: 28.57143%; }

  .medium-large--three-sevenths {
    width: 42.85714%; }

  .medium-large--four-sevenths {
    width: 57.14286%; }

  .medium-large--five-sevenths {
    width: 71.42857%; }

  .medium-large--six-sevenths {
    width: 85.71429%; }

  /* Eighths */
  .medium-large--one-eighth {
    width: 12.5%; }

  .medium-large--two-eighths {
    width: 25%; }

  .medium-large--three-eighths {
    width: 37.5%; }

  .medium-large--four-eighths {
    width: 50%; }

  .medium-large--five-eighths {
    width: 62.5%; }

  .medium-large--six-eighths {
    width: 75%; }

  .medium-large--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .medium-large--one-tenth {
    width: 10%; }

  .medium-large--two-tenths {
    width: 20%; }

  .medium-large--three-tenths {
    width: 30%; }

  .medium-large--four-tenths {
    width: 40%; }

  .medium-large--five-tenths {
    width: 50%; }

  .medium-large--six-tenths {
    width: 60%; }

  .medium-large--seven-tenths {
    width: 70%; }

  .medium-large--eight-tenths {
    width: 80%; }

  .medium-large--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .medium-large--one-twelfth {
    width: 8.33333%; }

  .medium-large--two-twelfths {
    width: 16.66667%; }

  .medium-large--three-twelfths {
    width: 25%; }

  .medium-large--four-twelfths {
    width: 33.33333%; }

  .medium-large--five-twelfths {
    width: 41.66667%; }

  .medium-large--six-twelfths {
    width: 50%; }

  .medium-large--seven-twelfths {
    width: 58.33333%; }

  .medium-large--eight-twelfths {
    width: 66.66667%; }

  .medium-large--nine-twelfths {
    width: 75%; }

  .medium-large--ten-twelfths {
    width: 83.33333%; }

  .medium-large--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .medium-large--one-half:nth-child(2n+1),
  .grid--uniform .medium-large--one-third:nth-child(3n+1),
  .grid--uniform .medium-large--one-quarter:nth-child(4n+1),
  .grid--uniform .medium-large--one-fifth:nth-child(5n+1),
  .grid--uniform .medium-large--one-sixth:nth-child(6n+1),
  .grid--uniform .medium-large--two-sixths:nth-child(3n+1),
  .grid--uniform .medium-large--three-sixths:nth-child(2n+1),
  .grid--uniform .medium-large--one-eighth:nth-child(8n+1),
  .grid--uniform .medium-large--two-eighths:nth-child(4n+1),
  .grid--uniform .medium-large--four-eighths:nth-child(2n+1),
  .grid--uniform .medium-large--five-tenths:nth-child(2n+1),
  .grid--uniform .medium-large--one-twelfth:nth-child(12n+1),
  .grid--uniform .medium-large--two-twelfths:nth-child(6n+1),
  .grid--uniform .medium-large--three-twelfths:nth-child(4n+1),
  .grid--uniform .medium-large--four-twelfths:nth-child(3n+1),
  .grid--uniform .medium-large--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .medium-large--show {
    display: block !important; }

  .medium-large--hide {
    display: none !important; }

  .medium-large--text-left {
    text-align: left !important; }

  .medium-large--text-right {
    text-align: right !important; }

  .medium-large--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 1025px) and (max-width: 1439px) {
  /** Whole */
  .large--one-whole {
    width: 100%; }

  /* Halves */
  .large--one-half {
    width: 50%; }

  /* Thirds */
  .large--one-third {
    width: 33.33333%; }

  .large--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .large--one-quarter {
    width: 25%; }

  .large--two-quarters {
    width: 50%; }

  .large--three-quarters {
    width: 75%; }

  /* Fifths */
  .large--one-fifth {
    width: 20%; }

  .large--two-fifths {
    width: 40%; }

  .large--three-fifths {
    width: 60%; }

  .large--four-fifths {
    width: 80%; }

  /* Sixths */
  .large--one-sixth {
    width: 16.66667%; }

  .large--two-sixths {
    width: 33.33333%; }

  .large--three-sixths {
    width: 50%; }

  .large--four-sixths {
    width: 66.66667%; }

  .large--five-sixths {
    width: 83.33333%; }

  /* Sevenths */
  .large--one-seventh {
    width: 14.28571%; }

  .large--two-sevenths {
    width: 28.57143%; }

  .large--three-sevenths {
    width: 42.85714%; }

  .large--four-sevenths {
    width: 57.14286%; }

  .large--five-sevenths {
    width: 71.42857%; }

  .large--six-sevenths {
    width: 85.71429%; }

  /* Eighths */
  .large--one-eighth {
    width: 12.5%; }

  .large--two-eighths {
    width: 25%; }

  .large--three-eighths {
    width: 37.5%; }

  .large--four-eighths {
    width: 50%; }

  .large--five-eighths {
    width: 62.5%; }

  .large--six-eighths {
    width: 75%; }

  .large--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .large--one-tenth {
    width: 10%; }

  .large--two-tenths {
    width: 20%; }

  .large--three-tenths {
    width: 30%; }

  .large--four-tenths {
    width: 40%; }

  .large--five-tenths {
    width: 50%; }

  .large--six-tenths {
    width: 60%; }

  .large--seven-tenths {
    width: 70%; }

  .large--eight-tenths {
    width: 80%; }

  .large--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .large--one-twelfth {
    width: 8.33333%; }

  .large--two-twelfths {
    width: 16.66667%; }

  .large--three-twelfths {
    width: 25%; }

  .large--four-twelfths {
    width: 33.33333%; }

  .large--five-twelfths {
    width: 41.66667%; }

  .large--six-twelfths {
    width: 50%; }

  .large--seven-twelfths {
    width: 58.33333%; }

  .large--eight-twelfths {
    width: 66.66667%; }

  .large--nine-twelfths {
    width: 75%; }

  .large--ten-twelfths {
    width: 83.33333%; }

  .large--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .large--one-half:nth-child(2n+1),
  .grid--uniform .large--one-third:nth-child(3n+1),
  .grid--uniform .large--one-quarter:nth-child(4n+1),
  .grid--uniform .large--one-fifth:nth-child(5n+1),
  .grid--uniform .large--one-sixth:nth-child(6n+1),
  .grid--uniform .large--two-sixths:nth-child(3n+1),
  .grid--uniform .large--three-sixths:nth-child(2n+1),
  .grid--uniform .large--one-eighth:nth-child(8n+1),
  .grid--uniform .large--two-eighths:nth-child(4n+1),
  .grid--uniform .large--four-eighths:nth-child(2n+1),
  .grid--uniform .large--five-tenths:nth-child(2n+1),
  .grid--uniform .large--one-twelfth:nth-child(12n+1),
  .grid--uniform .large--two-twelfths:nth-child(6n+1),
  .grid--uniform .large--three-twelfths:nth-child(4n+1),
  .grid--uniform .large--four-twelfths:nth-child(3n+1),
  .grid--uniform .large--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .large--show {
    display: block !important; }

  .large--hide {
    display: none !important; }

  .large--text-left {
    text-align: left !important; }

  .large--text-right {
    text-align: right !important; }

  .large--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 1025px) {
  /** Whole */
  .large-up--one-whole {
    width: 100%; }

  /* Halves */
  .large-up--one-half {
    width: 50%; }

  /* Thirds */
  .large-up--one-third {
    width: 33.33333%; }

  .large-up--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .large-up--one-quarter {
    width: 25%; }

  .large-up--two-quarters {
    width: 50%; }

  .large-up--three-quarters {
    width: 75%; }

  /* Fifths */
  .large-up--one-fifth {
    width: 20%; }

  .large-up--two-fifths {
    width: 40%; }

  .large-up--three-fifths {
    width: 60%; }

  .large-up--four-fifths {
    width: 80%; }

  /* Sixths */
  .large-up--one-sixth {
    width: 16.66667%; }

  .large-up--two-sixths {
    width: 33.33333%; }

  .large-up--three-sixths {
    width: 50%; }

  .large-up--four-sixths {
    width: 66.66667%; }

  .large-up--five-sixths {
    width: 83.33333%; }

  /* Sevenths */
  .large-up--one-seventh {
    width: 14.28571%; }

  .large-up--two-sevenths {
    width: 28.57143%; }

  .large-up--three-sevenths {
    width: 42.85714%; }

  .large-up--four-sevenths {
    width: 57.14286%; }

  .large-up--five-sevenths {
    width: 71.42857%; }

  .large-up--six-sevenths {
    width: 85.71429%; }

  /* Eighths */
  .large-up--one-eighth {
    width: 12.5%; }

  .large-up--two-eighths {
    width: 25%; }

  .large-up--three-eighths {
    width: 37.5%; }

  .large-up--four-eighths {
    width: 50%; }

  .large-up--five-eighths {
    width: 62.5%; }

  .large-up--six-eighths {
    width: 75%; }

  .large-up--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .large-up--one-tenth {
    width: 10%; }

  .large-up--two-tenths {
    width: 20%; }

  .large-up--three-tenths {
    width: 30%; }

  .large-up--four-tenths {
    width: 40%; }

  .large-up--five-tenths {
    width: 50%; }

  .large-up--six-tenths {
    width: 60%; }

  .large-up--seven-tenths {
    width: 70%; }

  .large-up--eight-tenths {
    width: 80%; }

  .large-up--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .large-up--one-twelfth {
    width: 8.33333%; }

  .large-up--two-twelfths {
    width: 16.66667%; }

  .large-up--three-twelfths {
    width: 25%; }

  .large-up--four-twelfths {
    width: 33.33333%; }

  .large-up--five-twelfths {
    width: 41.66667%; }

  .large-up--six-twelfths {
    width: 50%; }

  .large-up--seven-twelfths {
    width: 58.33333%; }

  .large-up--eight-twelfths {
    width: 66.66667%; }

  .large-up--nine-twelfths {
    width: 75%; }

  .large-up--ten-twelfths {
    width: 83.33333%; }

  .large-up--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .large-up--one-half:nth-child(2n+1),
  .grid--uniform .large-up--one-third:nth-child(3n+1),
  .grid--uniform .large-up--one-quarter:nth-child(4n+1),
  .grid--uniform .large-up--one-fifth:nth-child(5n+1),
  .grid--uniform .large-up--one-sixth:nth-child(6n+1),
  .grid--uniform .large-up--two-sixths:nth-child(3n+1),
  .grid--uniform .large-up--three-sixths:nth-child(2n+1),
  .grid--uniform .large-up--one-eighth:nth-child(8n+1),
  .grid--uniform .large-up--two-eighths:nth-child(4n+1),
  .grid--uniform .large-up--four-eighths:nth-child(2n+1),
  .grid--uniform .large-up--five-tenths:nth-child(2n+1),
  .grid--uniform .large-up--one-twelfth:nth-child(12n+1),
  .grid--uniform .large-up--two-twelfths:nth-child(6n+1),
  .grid--uniform .large-up--three-twelfths:nth-child(4n+1),
  .grid--uniform .large-up--four-twelfths:nth-child(3n+1),
  .grid--uniform .large-up--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .large-up--show {
    display: block !important; }

  .large-up--hide {
    display: none !important; }

  .large-up--text-left {
    text-align: left !important; }

  .large-up--text-right {
    text-align: right !important; }

  .large-up--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 1200px) {
  /** Whole */
  .xlarge-up--one-whole {
    width: 100%; }

  /* Halves */
  .xlarge-up--one-half {
    width: 50%; }

  /* Thirds */
  .xlarge-up--one-third {
    width: 33.33333%; }

  .xlarge-up--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .xlarge-up--one-quarter {
    width: 25%; }

  .xlarge-up--two-quarters {
    width: 50%; }

  .xlarge-up--three-quarters {
    width: 75%; }

  /* Fifths */
  .xlarge-up--one-fifth {
    width: 20%; }

  .xlarge-up--two-fifths {
    width: 40%; }

  .xlarge-up--three-fifths {
    width: 60%; }

  .xlarge-up--four-fifths {
    width: 80%; }

  /* Sixths */
  .xlarge-up--one-sixth {
    width: 16.66667%; }

  .xlarge-up--two-sixths {
    width: 33.33333%; }

  .xlarge-up--three-sixths {
    width: 50%; }

  .xlarge-up--four-sixths {
    width: 66.66667%; }

  .xlarge-up--five-sixths {
    width: 83.33333%; }

  /* Sevenths */
  .xlarge-up--one-seventh {
    width: 14.28571%; }

  .xlarge-up--two-sevenths {
    width: 28.57143%; }

  .xlarge-up--three-sevenths {
    width: 42.85714%; }

  .xlarge-up--four-sevenths {
    width: 57.14286%; }

  .xlarge-up--five-sevenths {
    width: 71.42857%; }

  .xlarge-up--six-sevenths {
    width: 85.71429%; }

  /* Eighths */
  .xlarge-up--one-eighth {
    width: 12.5%; }

  .xlarge-up--two-eighths {
    width: 25%; }

  .xlarge-up--three-eighths {
    width: 37.5%; }

  .xlarge-up--four-eighths {
    width: 50%; }

  .xlarge-up--five-eighths {
    width: 62.5%; }

  .xlarge-up--six-eighths {
    width: 75%; }

  .xlarge-up--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .xlarge-up--one-tenth {
    width: 10%; }

  .xlarge-up--two-tenths {
    width: 20%; }

  .xlarge-up--three-tenths {
    width: 30%; }

  .xlarge-up--four-tenths {
    width: 40%; }

  .xlarge-up--five-tenths {
    width: 50%; }

  .xlarge-up--six-tenths {
    width: 60%; }

  .xlarge-up--seven-tenths {
    width: 70%; }

  .xlarge-up--eight-tenths {
    width: 80%; }

  .xlarge-up--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .xlarge-up--one-twelfth {
    width: 8.33333%; }

  .xlarge-up--two-twelfths {
    width: 16.66667%; }

  .xlarge-up--three-twelfths {
    width: 25%; }

  .xlarge-up--four-twelfths {
    width: 33.33333%; }

  .xlarge-up--five-twelfths {
    width: 41.66667%; }

  .xlarge-up--six-twelfths {
    width: 50%; }

  .xlarge-up--seven-twelfths {
    width: 58.33333%; }

  .xlarge-up--eight-twelfths {
    width: 66.66667%; }

  .xlarge-up--nine-twelfths {
    width: 75%; }

  .xlarge-up--ten-twelfths {
    width: 83.33333%; }

  .xlarge-up--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .xlarge-up--one-half:nth-child(2n+1),
  .grid--uniform .xlarge-up--one-third:nth-child(3n+1),
  .grid--uniform .xlarge-up--one-quarter:nth-child(4n+1),
  .grid--uniform .xlarge-up--one-fifth:nth-child(5n+1),
  .grid--uniform .xlarge-up--one-sixth:nth-child(6n+1),
  .grid--uniform .xlarge-up--two-sixths:nth-child(3n+1),
  .grid--uniform .xlarge-up--three-sixths:nth-child(2n+1),
  .grid--uniform .xlarge-up--one-eighth:nth-child(8n+1),
  .grid--uniform .xlarge-up--two-eighths:nth-child(4n+1),
  .grid--uniform .xlarge-up--four-eighths:nth-child(2n+1),
  .grid--uniform .xlarge-up--five-tenths:nth-child(2n+1),
  .grid--uniform .xlarge-up--one-twelfth:nth-child(12n+1),
  .grid--uniform .xlarge-up--two-twelfths:nth-child(6n+1),
  .grid--uniform .xlarge-up--three-twelfths:nth-child(4n+1),
  .grid--uniform .xlarge-up--four-twelfths:nth-child(3n+1),
  .grid--uniform .xlarge-up--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .xlarge-up--show {
    display: block !important; }

  .xlarge-up--hide {
    display: none !important; }

  .xlarge-up--text-left {
    text-align: left !important; }

  .xlarge-up--text-right {
    text-align: right !important; }

  .xlarge-up--text-center {
    text-align: center !important; } }
/*================ Build Grid Push Classes ================*/
@media only screen and (max-width: 1024px) {
  /* Halves */
  .medium-down--push-one-half {
    left: 50%; }

  /* Thirds */
  .medium-down--push-one-third {
    left: 33.33333%; }

  .medium-down--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .medium-down--push-one-quarter {
    left: 25%; }

  .medium-down--push-two-quarters {
    left: 50%; }

  .medium-down--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .medium-down--push-one-fifth {
    left: 20%; }

  .medium-down--push-two-fifths {
    left: 40%; }

  .medium-down--push-three-fifths {
    left: 60%; }

  .medium-down--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .medium-down--push-one-sixth {
    left: 16.66667%; }

  .medium-down--push-two-sixths {
    left: 33.33333%; }

  .medium-down--push-three-sixths {
    left: 50%; }

  .medium-down--push-four-sixths {
    left: 66.66667%; }

  .medium-down--push-five-sixths {
    left: 83.33333%; }

  /* Eighths */
  .medium-down--push-one-eighth {
    left: 12.5%; }

  .medium-down--push-two-eighths {
    left: 25%; }

  .medium-down--push-three-eighths {
    left: 37.5%; }

  .medium-down--push-four-eighths {
    left: 50%; }

  .medium-down--push-five-eighths {
    left: 62.5%; }

  .medium-down--push-six-eighths {
    left: 75%; }

  .medium-down--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .medium-down--push-one-tenth {
    left: 10%; }

  .medium-down--push-two-tenths {
    left: 20%; }

  .medium-down--push-three-tenths {
    left: 30%; }

  .medium-down--push-four-tenths {
    left: 40%; }

  .medium-down--push-five-tenths {
    left: 50%; }

  .medium-down--push-six-tenths {
    left: 60%; }

  .medium-down--push-seven-tenths {
    left: 70%; }

  .medium-down--push-eight-tenths {
    left: 80%; }

  .medium-down--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .medium-down--push-one-twelfth {
    left: 8.33333%; }

  .medium-down--push-two-twelfths {
    left: 16.66667%; }

  .medium-down--push-three-twelfths {
    left: 25%; }

  .medium-down--push-four-twelfths {
    left: 33.33333%; }

  .medium-down--push-five-twelfths {
    left: 41.66667%; }

  .medium-down--push-six-twelfths {
    left: 50%; }

  .medium-down--push-seven-twelfths {
    left: 58.33333%; }

  .medium-down--push-eight-twelfths {
    left: 66.66667%; }

  .medium-down--push-nine-twelfths {
    left: 75%; }

  .medium-down--push-ten-twelfths {
    left: 83.33333%; }

  .medium-down--push-eleven-twelfths {
    left: 91.66667%; } }
@media only screen and (min-width: 768px) {
  /* Halves */
  .medium-up--push-one-half {
    left: 50%; }

  /* Thirds */
  .medium-up--push-one-third {
    left: 33.33333%; }

  .medium-up--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .medium-up--push-one-quarter {
    left: 25%; }

  .medium-up--push-two-quarters {
    left: 50%; }

  .medium-up--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .medium-up--push-one-fifth {
    left: 20%; }

  .medium-up--push-two-fifths {
    left: 40%; }

  .medium-up--push-three-fifths {
    left: 60%; }

  .medium-up--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .medium-up--push-one-sixth {
    left: 16.66667%; }

  .medium-up--push-two-sixths {
    left: 33.33333%; }

  .medium-up--push-three-sixths {
    left: 50%; }

  .medium-up--push-four-sixths {
    left: 66.66667%; }

  .medium-up--push-five-sixths {
    left: 83.33333%; }

  /* Eighths */
  .medium-up--push-one-eighth {
    left: 12.5%; }

  .medium-up--push-two-eighths {
    left: 25%; }

  .medium-up--push-three-eighths {
    left: 37.5%; }

  .medium-up--push-four-eighths {
    left: 50%; }

  .medium-up--push-five-eighths {
    left: 62.5%; }

  .medium-up--push-six-eighths {
    left: 75%; }

  .medium-up--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .medium-up--push-one-tenth {
    left: 10%; }

  .medium-up--push-two-tenths {
    left: 20%; }

  .medium-up--push-three-tenths {
    left: 30%; }

  .medium-up--push-four-tenths {
    left: 40%; }

  .medium-up--push-five-tenths {
    left: 50%; }

  .medium-up--push-six-tenths {
    left: 60%; }

  .medium-up--push-seven-tenths {
    left: 70%; }

  .medium-up--push-eight-tenths {
    left: 80%; }

  .medium-up--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .medium-up--push-one-twelfth {
    left: 8.33333%; }

  .medium-up--push-two-twelfths {
    left: 16.66667%; }

  .medium-up--push-three-twelfths {
    left: 25%; }

  .medium-up--push-four-twelfths {
    left: 33.33333%; }

  .medium-up--push-five-twelfths {
    left: 41.66667%; }

  .medium-up--push-six-twelfths {
    left: 50%; }

  .medium-up--push-seven-twelfths {
    left: 58.33333%; }

  .medium-up--push-eight-twelfths {
    left: 66.66667%; }

  .medium-up--push-nine-twelfths {
    left: 75%; }

  .medium-up--push-ten-twelfths {
    left: 83.33333%; }

  .medium-up--push-eleven-twelfths {
    left: 91.66667%; } }
@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  /* Halves */
  .medium-large--push-one-half {
    left: 50%; }

  /* Thirds */
  .medium-large--push-one-third {
    left: 33.33333%; }

  .medium-large--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .medium-large--push-one-quarter {
    left: 25%; }

  .medium-large--push-two-quarters {
    left: 50%; }

  .medium-large--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .medium-large--push-one-fifth {
    left: 20%; }

  .medium-large--push-two-fifths {
    left: 40%; }

  .medium-large--push-three-fifths {
    left: 60%; }

  .medium-large--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .medium-large--push-one-sixth {
    left: 16.66667%; }

  .medium-large--push-two-sixths {
    left: 33.33333%; }

  .medium-large--push-three-sixths {
    left: 50%; }

  .medium-large--push-four-sixths {
    left: 66.66667%; }

  .medium-large--push-five-sixths {
    left: 83.33333%; }

  /* Eighths */
  .medium-large--push-one-eighth {
    left: 12.5%; }

  .medium-large--push-two-eighths {
    left: 25%; }

  .medium-large--push-three-eighths {
    left: 37.5%; }

  .medium-large--push-four-eighths {
    left: 50%; }

  .medium-large--push-five-eighths {
    left: 62.5%; }

  .medium-large--push-six-eighths {
    left: 75%; }

  .medium-large--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .medium-large--push-one-tenth {
    left: 10%; }

  .medium-large--push-two-tenths {
    left: 20%; }

  .medium-large--push-three-tenths {
    left: 30%; }

  .medium-large--push-four-tenths {
    left: 40%; }

  .medium-large--push-five-tenths {
    left: 50%; }

  .medium-large--push-six-tenths {
    left: 60%; }

  .medium-large--push-seven-tenths {
    left: 70%; }

  .medium-large--push-eight-tenths {
    left: 80%; }

  .medium-large--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .medium-large--push-one-twelfth {
    left: 8.33333%; }

  .medium-large--push-two-twelfths {
    left: 16.66667%; }

  .medium-large--push-three-twelfths {
    left: 25%; }

  .medium-large--push-four-twelfths {
    left: 33.33333%; }

  .medium-large--push-five-twelfths {
    left: 41.66667%; }

  .medium-large--push-six-twelfths {
    left: 50%; }

  .medium-large--push-seven-twelfths {
    left: 58.33333%; }

  .medium-large--push-eight-twelfths {
    left: 66.66667%; }

  .medium-large--push-nine-twelfths {
    left: 75%; }

  .medium-large--push-ten-twelfths {
    left: 83.33333%; }

  .medium-large--push-eleven-twelfths {
    left: 91.66667%; } }
@media only screen and (min-width: 1025px) and (max-width: 1439px) {
  /* Halves */
  .large--push-one-half {
    left: 50%; }

  /* Thirds */
  .large--push-one-third {
    left: 33.33333%; }

  .large--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .large--push-one-quarter {
    left: 25%; }

  .large--push-two-quarters {
    left: 50%; }

  .large--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .large--push-one-fifth {
    left: 20%; }

  .large--push-two-fifths {
    left: 40%; }

  .large--push-three-fifths {
    left: 60%; }

  .large--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .large--push-one-sixth {
    left: 16.66667%; }

  .large--push-two-sixths {
    left: 33.33333%; }

  .large--push-three-sixths {
    left: 50%; }

  .large--push-four-sixths {
    left: 66.66667%; }

  .large--push-five-sixths {
    left: 83.33333%; }

  /* Eighths */
  .large--push-one-eighth {
    left: 12.5%; }

  .large--push-two-eighths {
    left: 25%; }

  .large--push-three-eighths {
    left: 37.5%; }

  .large--push-four-eighths {
    left: 50%; }

  .large--push-five-eighths {
    left: 62.5%; }

  .large--push-six-eighths {
    left: 75%; }

  .large--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .large--push-one-tenth {
    left: 10%; }

  .large--push-two-tenths {
    left: 20%; }

  .large--push-three-tenths {
    left: 30%; }

  .large--push-four-tenths {
    left: 40%; }

  .large--push-five-tenths {
    left: 50%; }

  .large--push-six-tenths {
    left: 60%; }

  .large--push-seven-tenths {
    left: 70%; }

  .large--push-eight-tenths {
    left: 80%; }

  .large--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .large--push-one-twelfth {
    left: 8.33333%; }

  .large--push-two-twelfths {
    left: 16.66667%; }

  .large--push-three-twelfths {
    left: 25%; }

  .large--push-four-twelfths {
    left: 33.33333%; }

  .large--push-five-twelfths {
    left: 41.66667%; }

  .large--push-six-twelfths {
    left: 50%; }

  .large--push-seven-twelfths {
    left: 58.33333%; }

  .large--push-eight-twelfths {
    left: 66.66667%; }

  .large--push-nine-twelfths {
    left: 75%; }

  .large--push-ten-twelfths {
    left: 83.33333%; }

  .large--push-eleven-twelfths {
    left: 91.66667%; } }
@media only screen and (min-width: 1025px) {
  /* Halves */
  .large-up--push-one-half {
    left: 50%; }

  /* Thirds */
  .large-up--push-one-third {
    left: 33.33333%; }

  .large-up--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .large-up--push-one-quarter {
    left: 25%; }

  .large-up--push-two-quarters {
    left: 50%; }

  .large-up--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .large-up--push-one-fifth {
    left: 20%; }

  .large-up--push-two-fifths {
    left: 40%; }

  .large-up--push-three-fifths {
    left: 60%; }

  .large-up--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .large-up--push-one-sixth {
    left: 16.66667%; }

  .large-up--push-two-sixths {
    left: 33.33333%; }

  .large-up--push-three-sixths {
    left: 50%; }

  .large-up--push-four-sixths {
    left: 66.66667%; }

  .large-up--push-five-sixths {
    left: 83.33333%; }

  /* Eighths */
  .large-up--push-one-eighth {
    left: 12.5%; }

  .large-up--push-two-eighths {
    left: 25%; }

  .large-up--push-three-eighths {
    left: 37.5%; }

  .large-up--push-four-eighths {
    left: 50%; }

  .large-up--push-five-eighths {
    left: 62.5%; }

  .large-up--push-six-eighths {
    left: 75%; }

  .large-up--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .large-up--push-one-tenth {
    left: 10%; }

  .large-up--push-two-tenths {
    left: 20%; }

  .large-up--push-three-tenths {
    left: 30%; }

  .large-up--push-four-tenths {
    left: 40%; }

  .large-up--push-five-tenths {
    left: 50%; }

  .large-up--push-six-tenths {
    left: 60%; }

  .large-up--push-seven-tenths {
    left: 70%; }

  .large-up--push-eight-tenths {
    left: 80%; }

  .large-up--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .large-up--push-one-twelfth {
    left: 8.33333%; }

  .large-up--push-two-twelfths {
    left: 16.66667%; }

  .large-up--push-three-twelfths {
    left: 25%; }

  .large-up--push-four-twelfths {
    left: 33.33333%; }

  .large-up--push-five-twelfths {
    left: 41.66667%; }

  .large-up--push-six-twelfths {
    left: 50%; }

  .large-up--push-seven-twelfths {
    left: 58.33333%; }

  .large-up--push-eight-twelfths {
    left: 66.66667%; }

  .large-up--push-nine-twelfths {
    left: 75%; }

  .large-up--push-ten-twelfths {
    left: 83.33333%; }

  .large-up--push-eleven-twelfths {
    left: 91.66667%; } }
@media only screen and (min-width: 1200px) {
  /* Halves */
  .xlarge-up--push-one-half {
    left: 50%; }

  /* Thirds */
  .xlarge-up--push-one-third {
    left: 33.33333%; }

  .xlarge-up--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .xlarge-up--push-one-quarter {
    left: 25%; }

  .xlarge-up--push-two-quarters {
    left: 50%; }

  .xlarge-up--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .xlarge-up--push-one-fifth {
    left: 20%; }

  .xlarge-up--push-two-fifths {
    left: 40%; }

  .xlarge-up--push-three-fifths {
    left: 60%; }

  .xlarge-up--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .xlarge-up--push-one-sixth {
    left: 16.66667%; }

  .xlarge-up--push-two-sixths {
    left: 33.33333%; }

  .xlarge-up--push-three-sixths {
    left: 50%; }

  .xlarge-up--push-four-sixths {
    left: 66.66667%; }

  .xlarge-up--push-five-sixths {
    left: 83.33333%; }

  /* Eighths */
  .xlarge-up--push-one-eighth {
    left: 12.5%; }

  .xlarge-up--push-two-eighths {
    left: 25%; }

  .xlarge-up--push-three-eighths {
    left: 37.5%; }

  .xlarge-up--push-four-eighths {
    left: 50%; }

  .xlarge-up--push-five-eighths {
    left: 62.5%; }

  .xlarge-up--push-six-eighths {
    left: 75%; }

  .xlarge-up--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .xlarge-up--push-one-tenth {
    left: 10%; }

  .xlarge-up--push-two-tenths {
    left: 20%; }

  .xlarge-up--push-three-tenths {
    left: 30%; }

  .xlarge-up--push-four-tenths {
    left: 40%; }

  .xlarge-up--push-five-tenths {
    left: 50%; }

  .xlarge-up--push-six-tenths {
    left: 60%; }

  .xlarge-up--push-seven-tenths {
    left: 70%; }

  .xlarge-up--push-eight-tenths {
    left: 80%; }

  .xlarge-up--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .xlarge-up--push-one-twelfth {
    left: 8.33333%; }

  .xlarge-up--push-two-twelfths {
    left: 16.66667%; }

  .xlarge-up--push-three-twelfths {
    left: 25%; }

  .xlarge-up--push-four-twelfths {
    left: 33.33333%; }

  .xlarge-up--push-five-twelfths {
    left: 41.66667%; }

  .xlarge-up--push-six-twelfths {
    left: 50%; }

  .xlarge-up--push-seven-twelfths {
    left: 58.33333%; }

  .xlarge-up--push-eight-twelfths {
    left: 66.66667%; }

  .xlarge-up--push-nine-twelfths {
    left: 75%; }

  .xlarge-up--push-ten-twelfths {
    left: 83.33333%; }

  .xlarge-up--push-eleven-twelfths {
    left: 91.66667%; } }
/*================ General layout styles ================*/
body,
html {
  background-color: white;
  color: #191919;
  font-family: "calluna-sans", sans-serif;
  font-size: 16px;
  padding: 0 !important; }

@media only screen and (max-width: 767px) {
  .page__container {
    padding-left: 20px;
    padding-right: 20px; } }
@media only screen and (max-width: 1024px) {
  .page__container {
    padding-top: 35px; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .page__container {
    padding-left: 35px;
    padding-right: 35px; } }
@media only screen and (min-width: 1025px) and (max-width: 1439px) {
  .page__container {
    padding-left: 45px;
    padding-right: 45px; } }
@media only screen and (min-width: 1025px) {
  .page__container {
    padding-top: 100px; } }
@media only screen and (min-width: 1200px) {
  .page__container {
    padding-left: 50px;
    padding-right: 50px; } }
@media only screen and (max-width: 1024px) {
  .page__container[class*='--no-top-bottom-padding'] {
    padding-top: 0;
    padding-bottom: 0; } }
@media only screen and (min-width: 1025px) {
  .page__container[class*='--no-top-bottom-padding'] {
    padding-top: 0;
    padding-bottom: 0; } }
@media only screen and (max-width: 1024px) {
  .page__container[class*='--breadcrumb-padding'] {
    padding-top: 18px; } }
@media only screen and (min-width: 1025px) {
  .page__container[class*='--breadcrumb-padding'] {
    padding-top: 51px; } }

.page__grid {
  *zoom: 1;
  max-width: 1440px;
  margin-top: 0;
  margin-bottom: 0; }
  .page__grid::after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (min-width: 1440px) {
    .page__grid {
      margin-left: auto;
      margin-right: auto; } }

img {
  display: block; }

#button {
  display: inline-block;
  background-color: #191919;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: unset;
  border: 1px solid white;
  position: fixed;
  bottom: 40px;
  right: 24px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  cursor: pointer;
  line-height: 50px; }
  #button.show {
    opacity: 1;
    visibility: visible; }
  #button:hover {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2); }

.not-found-page {
  padding: 100px 0 200px 0;
  text-align: center;
  max-width: 440px;
  margin: auto; }

@media only screen and (max-width: 767px) {
  .not-found-page {
    padding: 50px 20px 100px 20px; } }
.not-found-page .not-found-page-msg {
  margin: auto;
  margin-bottom: 30px; }
  .not-found-page .not-found-page-msg p {
    margin: 0; }
.not-found-page .btn {
  width: 295px;
  margin: 0; }
  @media only screen and (max-width: 767px) {
    .not-found-page .btn {
      width: 100%; } }

.shopify-challenge__message {
  margin-top: 80px !important; }

#vesta_threatmatrix {
  position: absolute;
  bottom: 0; }

/*================ Icons ================*/
.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: currentColor; }
  .no-svg .icon {
    display: none; }

.icon--wide {
  width: 40px; }

svg.icon:not(.icon--full-color):not(.icon-youtube):not(.icon-instagram):not(.icon-facebook):not(.icon-fishbrain):not(.icon-check):not(.icon-purefishing):not(.icon-clr-instagram):not(.icon-update):not(.icon-remove) circle,
svg.icon:not(.icon--full-color):not(.icon-youtube):not(.icon-instagram):not(.icon-facebook):not(.icon-fishbrain):not(.icon-check):not(.icon-purefishing):not(.icon-clr-instagram):not(.icon-update):not(.icon-remove) ellipse,
svg.icon:not(.icon--full-color):not(.icon-youtube):not(.icon-instagram):not(.icon-facebook):not(.icon-fishbrain):not(.icon-check):not(.icon-purefishing):not(.icon-clr-instagram):not(.icon-update):not(.icon-remove) g,
svg.icon:not(.icon--full-color):not(.icon-youtube):not(.icon-instagram):not(.icon-facebook):not(.icon-fishbrain):not(.icon-check):not(.icon-purefishing):not(.icon-clr-instagram):not(.icon-update):not(.icon-remove) line,
svg.icon:not(.icon--full-color):not(.icon-youtube):not(.icon-instagram):not(.icon-facebook):not(.icon-fishbrain):not(.icon-check):not(.icon-purefishing):not(.icon-clr-instagram):not(.icon-update):not(.icon-remove) path,
svg.icon:not(.icon--full-color):not(.icon-youtube):not(.icon-instagram):not(.icon-facebook):not(.icon-fishbrain):not(.icon-check):not(.icon-purefishing):not(.icon-clr-instagram):not(.icon-update):not(.icon-remove) polygon,
svg.icon:not(.icon--full-color):not(.icon-youtube):not(.icon-instagram):not(.icon-facebook):not(.icon-fishbrain):not(.icon-check):not(.icon-purefishing):not(.icon-clr-instagram):not(.icon-update):not(.icon-remove) polyline,
svg.icon:not(.icon--full-color):not(.icon-youtube):not(.icon-instagram):not(.icon-facebook):not(.icon-fishbrain):not(.icon-check):not(.icon-purefishing):not(.icon-clr-instagram):not(.icon-update):not(.icon-remove) rect,
symbol.icon:not(.icon--full-color):not(.icon-youtube):not(.icon-instagram):not(.icon-facebook):not(.icon-fishbrain):not(.icon-check):not(.icon-purefishing):not(.icon-clr-instagram):not(.icon-update):not(.icon-remove) circle,
symbol.icon:not(.icon--full-color):not(.icon-youtube):not(.icon-instagram):not(.icon-facebook):not(.icon-fishbrain):not(.icon-check):not(.icon-purefishing):not(.icon-clr-instagram):not(.icon-update):not(.icon-remove) ellipse,
symbol.icon:not(.icon--full-color):not(.icon-youtube):not(.icon-instagram):not(.icon-facebook):not(.icon-fishbrain):not(.icon-check):not(.icon-purefishing):not(.icon-clr-instagram):not(.icon-update):not(.icon-remove) g,
symbol.icon:not(.icon--full-color):not(.icon-youtube):not(.icon-instagram):not(.icon-facebook):not(.icon-fishbrain):not(.icon-check):not(.icon-purefishing):not(.icon-clr-instagram):not(.icon-update):not(.icon-remove) line,
symbol.icon:not(.icon--full-color):not(.icon-youtube):not(.icon-instagram):not(.icon-facebook):not(.icon-fishbrain):not(.icon-check):not(.icon-purefishing):not(.icon-clr-instagram):not(.icon-update):not(.icon-remove) path,
symbol.icon:not(.icon--full-color):not(.icon-youtube):not(.icon-instagram):not(.icon-facebook):not(.icon-fishbrain):not(.icon-check):not(.icon-purefishing):not(.icon-clr-instagram):not(.icon-update):not(.icon-remove) polygon,
symbol.icon:not(.icon--full-color):not(.icon-youtube):not(.icon-instagram):not(.icon-facebook):not(.icon-fishbrain):not(.icon-check):not(.icon-purefishing):not(.icon-clr-instagram):not(.icon-update):not(.icon-remove) polyline,
symbol.icon:not(.icon--full-color):not(.icon-youtube):not(.icon-instagram):not(.icon-facebook):not(.icon-fishbrain):not(.icon-check):not(.icon-purefishing):not(.icon-clr-instagram):not(.icon-update):not(.icon-remove) rect {
  fill: inherit;
  stroke: inherit; }

/*============================================================================
  A generic way to visually hide content while
  remaining accessible to screen readers (h5bp.com)
==============================================================================*/
.icon-fallback-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  .no-svg .icon-fallback-text {
    position: static !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0; }

/*================ Payment Icons ================*/
.payment-icons {
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  cursor: default; }

/*================ Shopify icon on password page ================*/
.icon-shopify-logo {
  width: 82.28571px;
  height: 24px; }

.icon-fishbrain {
  height: 23px;
  width: 27px; }
  .icon-fishbrain:hover path {
    fill: #00A9E0; }

.icon-plus,
.icon-minus {
  width: 14px;
  height: 14px; }

.icon-youtube {
  width: 28px;
  height: 20px; }
  .icon-youtube:hover path:first-child {
    fill: #ff0000; }
  .icon-youtube:hover path:last-child {
    fill: #fff; }

.icon-facebook {
  width: 27px;
  height: 27px; }
  .icon-facebook:hover path[mask='url(#b)'] {
    fill: #1877f2 !important; }
  .icon-facebook:hover path:last-child {
    fill: #fff; }

.icon-down {
  width: 17px;
  height: 17px;
  fill: white;
  transform: rotate(90deg); }

.icon-instagram,
.icon-clr-instagram {
  width: 25px;
  height: 25px; }

.icon-purefishing {
  width: 60px;
  height: 60px; }
  .icon-purefishing path {
    fill: white; }

.icon-instagram:hover path {
  fill: #C13584; }

.icon-account-plus {
  height: 40px;
  width: 40px;
  fill: #8a7347; }

/*================ Rich Text Editor ================*/
@media only screen and (min-width: 1025px) {
  .grid_content__item {
    margin-left: 30px; } }

.rte img {
  height: auto; }
.rte table {
  table-layout: fixed; }
.rte ul {
  list-style: none; }
  .rte ul li::before {
    content: "";
    display: inline-block;
    margin-left: -1.5em;
    border-radius: 50%;
    background: #191919;
    width: 7px;
    height: 7px;
    margin-right: calc(1.5em - 7px);
    position: absolute;
    top: 10px; }
.rte ol {
  list-style: none; }
  .rte ol li {
    counter-increment: inst; }
  .rte ol li::before {
    content: counter(inst) ". ";
    display: inline-block;
    width: 1.25em;
    margin-left: -1.5em;
    font-family: "calluna-sans", sans-serif;
    font-weight: 700;
    color: #191919;
    position: absolute; }
    @media only screen and (max-width: 1024px) {
      .rte ol li::before {
        font-size: 14px;
        line-height: 24px; } }
    @media only screen and (min-width: 1025px) {
      .rte ol li::before {
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 1px; } }
.rte ul,
.rte ol {
  padding: 0 0 0 1.5em; }
  .rte ul li,
  .rte ol li {
    position: relative; }
    @media only screen and (max-width: 1024px) {
      .rte ul li,
      .rte ol li {
        margin-bottom: 15px; } }
    @media only screen and (min-width: 1025px) {
      .rte ul li,
      .rte ol li {
        margin-bottom: 20px; } }
    .rte ul li h2,
    .rte ul li h3,
    .rte ul li h4,
    .rte ul li h5,
    .rte ol li h2,
    .rte ol li h3,
    .rte ol li h4,
    .rte ol li h5 {
      margin-top: 0; }
.rte ul ul {
  list-style: circle outside; }
  .rte ul ul ul {
    list-style: square outside; }

.text-center.rte ul,
.text-center.rte ol,
.text-center .rte ul,
.text-center .rte ol {
  margin-left: 0;
  list-style-position: inside; }

.rte__video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  margin-bottom: 60px;
  height: auto; }
  .rte__video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media only screen and (max-width: 1024px) {
    .rte__video-wrapper {
      margin-bottom: 30px; } }

table,
th,
td {
  border: 1px solid #e1e1e1; }

th,
td {
  padding: 12px 20px; }
  @media only screen and (max-width: 1024px) {
    th,
    td {
      white-space: nowrap; } }

table {
  border-spacing: 0;
  color: #191919;
  border-collapse: collapse;
  overflow-x: auto;
  max-width: 100%; }
  @media only screen and (max-width: 1024px) {
    table {
      margin-top: 25px;
      margin-bottom: 30px;
      display: block;
      width: fit-content;
      border: unset;
      padding-bottom: 20px; } }
  @media only screen and (min-width: 1025px) {
    table {
      margin-top: 40px;
      margin-bottom: 60px;
      width: 100%; } }
  table th {
    background: #f6f6f6;
    font-family: "calluna-sans", sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #191919;
    border-top: 3px solid #e1e1e1;
    text-align: left; }
  table td {
    line-height: 30px;
    letter-spacing: 0; }
    @media only screen and (max-width: 1024px) {
      table td {
        font-size: 14px; } }
    @media only screen and (min-width: 1025px) {
      table td {
        font-size: 14px; } }
    table td a,
    table td p,
    table td h3,
    table td h4,
    table td h5,
    table td h6 {
      font-size: inherit; }
    table td a {
      color: #8a7347;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 2px;
      line-height: 15px;
      text-transform: uppercase; }

h1 + .rte__table-wrapper table,
h2 + .rte__table-wrapper table,
h3 + .rte__table-wrapper table,
h4 + .rte__table-wrapper table,
h6 + .rte__table-wrapper table,
h6 + .rte__table-wrapper table {
  margin-top: 0; }

.rte-table {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.rte__table-wrapper {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative; }

/*============================================================================
  Responsive tables, defined with .responsive-table on table element.
==============================================================================*/
@media only screen and (max-width: 767px) {
  .responsive-table {
    width: 100%; }
    .responsive-table thead {
      display: none; }
    .responsive-table tr {
      display: block; }
    .responsive-table tr,
    .responsive-table td {
      float: left;
      clear: both;
      width: 100%; }
    .responsive-table th,
    .responsive-table td {
      display: block;
      text-align: right;
      padding: 15px;
      margin: 0; }
    .responsive-table td::before {
      content: attr(data-label);
      float: left;
      text-align: center;
      padding-right: 10px; }

  .responsive-table-row + .responsive-table-row,
  tfoot > .responsive-table-row:first-child {
    position: relative;
    margin-top: 10px;
    padding-top: 15px; }
    .responsive-table-row + .responsive-table-row::after,
    tfoot > .responsive-table-row:first-child::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 15px;
      right: 15px;
      border-bottom: 1px solid #e1e1e1; } }
/*================ Links & Buttons ================*/
.btn {
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all ease-in-out 0.2s;
  display: inline-block;
  width: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 0;
  border-radius: unset;
  background-color: transparent;
  font-family: "calluna-sans", sans-serif; }

.btn--primary {
  width: 100%;
  padding: 0;
  border: 0;
  background: #8a7347;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 60px;
  color: white;
  text-transform: uppercase;
  transition: all ease-in-out 0.2s; }
  .btn--primary:hover {
    background: #7c6740;
    border: 0; }

.btn--secondary {
  border-radius: unset;
  background-color: #8a7347;
  color: white;
  font-family: "calluna-sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  padding: 19px;
  max-width: 205px;
  width: 100%; }
  .btn--secondary:hover {
    background-color: #7c6740;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2); }

.btn--tertiary {
  border: 1px solid #191919;
  border-radius: unset;
  background-color: white;
  color: #191919;
  font-family: "calluna-sans", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 10px;
  width: 100%;
  max-width: fit-content;
  text-align: center;
  text-transform: uppercase;
  padding: 12px 28px; }
  .btn--tertiary:hover {
    background-color: #f6f6f6;
    border-color: #191919;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2); }

.btn--link {
  color: #145c97;
  font-family: "calluna-sans", sans-serif;
  border-radius: 0;
  padding: 0;
  border-bottom: 1px solid transparent; }
  .btn--link:focus {
    outline: none; }
  .btn--link:hover {
    border-bottom: 1px solid #145c97; }

.shopify-challenge__button.btn {
  display: block;
  width: 200px;
  padding: 0;
  border: 0;
  background: #8a7347;
  color: white;
  font-family: "calluna-sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 60px;
  border-radius: unset;
  text-transform: uppercase;
  margin: 0 auto 80px !important;
  transition: all ease-in-out 0.2s; }
  .shopify-challenge__button.btn:hover {
    background: #7c6740;
    border: 0; }

/*============================================================================
  Form scaffolding
    - Selectors setup for you to style form elements how you want
    - Focus, error, and disabled states are set to be extended
==============================================================================*/
input,
textarea,
select {
  border: 1px solid #cccccc;
  border-radius: 3px;
  max-width: 100%;
  color: #191919;
  font-family: "calluna-sans", sans-serif;
  font-size: 15px;
  line-height: 40px;
  padding-left: 14px;
  padding-right: 14px; }
  input[disabled],
  textarea[disabled],
  select[disabled] {
    cursor: default;
    background-color: black;
    border-color: black; }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    transition: all ease-in-out 0.2s;
    font-family: "calluna-sans", sans-serif;
    font-size: 15px;
    line-height: 1;
    color: #B0B0B0; }
    @media only screen and (max-width: 1024px) {
      input::-webkit-input-placeholder,
      textarea::-webkit-input-placeholder,
      select::-webkit-input-placeholder {
        font-size: 16px; } }
  input::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder {
    /* Firefox 19+ */
    transition: all ease-in-out 0.2s;
    font-family: "calluna-sans", sans-serif;
    font-size: 15px;
    line-height: 1;
    color: #B0B0B0; }
    @media only screen and (max-width: 1024px) {
      input::-moz-placeholder,
      textarea::-moz-placeholder,
      select::-moz-placeholder {
        font-size: 16px; } }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder {
    /* IE 10+ */
    transition: all ease-in-out 0.2s;
    font-family: "calluna-sans", sans-serif;
    font-size: 15px;
    line-height: 1;
    color: #B0B0B0; }
    @media only screen and (max-width: 1024px) {
      input:-ms-input-placeholder,
      textarea:-ms-input-placeholder,
      select:-ms-input-placeholder {
        font-size: 16px; } }
  input:-moz-placeholder,
  textarea:-moz-placeholder,
  select:-moz-placeholder {
    /* Firefox 18- */
    transition: all ease-in-out 0.2s;
    font-family: "calluna-sans", sans-serif;
    font-size: 15px;
    line-height: 1;
    color: #B0B0B0; }
    @media only screen and (max-width: 1024px) {
      input:-moz-placeholder,
      textarea:-moz-placeholder,
      select:-moz-placeholder {
        font-size: 16px; } }

textarea {
  min-height: 100px; }

label {
  color: #191919;
  font-size: 15px;
  line-height: 20px;
  margin-top: 15px;
  margin-bottom: 5px;
  display: block; }

/*================ Custom select style ================*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url(//cdn.shopify.com/s/files/1/0325/2073/2810/t/5/assets/ico-select.svg?v=5356919390413255009);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: transparent;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  /*================ Hide the svg arrow in IE9 ================*/ }
  .ie9 select {
    padding-right: 10px;
    background-image: none; }

select::-ms-expand {
  display: none; }

/*================ Error styles ================*/
input.input-error,
select.input-error,
textarea.input-error {
  border-color: black; }

.form-success {
  border: 1px solid #E21837;
  background-color: rgba(226, 24, 55, 0.04);
  padding: 16px 43px;
  color: #A71127;
  font-size: 19px;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
  margin-top: 60px; }
  @media only screen and (max-width: 767px) {
    .form-success {
      font-size: 15px;
      line-height: 25px;
      margin-top: 30px;
      padding: 16px 27px; } }

.email-error {
  color: #E21837;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 25px;
  margin: -18px 0 33px 0; }
  @media only screen and (max-width: 767px) {
    .email-error {
      font-size: 12px;
      line-height: 22px; } }

.errors {
  border: 1px solid #E21837;
  background-color: rgba(226, 24, 55, 0.04);
  padding: 21px;
  margin-bottom: 42px; }
  @media only screen and (max-width: 767px) {
    .errors {
      padding: 14px; } }
  .errors ul {
    margin: 0;
    padding: 0; }
    .errors ul li {
      list-style: none;
      color: #A71127;
      letter-spacing: 0;
      text-align: center; }
      .errors ul li a {
        color: #A71127;
        font-weight: 600; }

.placeholder-svg {
  display: block;
  fill: rgba(51, 51, 51, 0.35);
  background-color: rgba(51, 51, 51, 0.1);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(51, 51, 51, 0.2); }

.placeholder-svg--small {
  width: 480px; }

.placeholder-noblocks {
  padding: 40px;
  text-align: center; }

.placeholder-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .placeholder-background .icon {
    border: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "calluna", serif;
  color: #191919; }

h1,
.h1 {
  margin-top: 0;
  font-weight: 700; }
  @media only screen and (max-width: 1024px) {
    h1,
    .h1 {
      font-size: 30px;
      line-height: 37px;
      letter-spacing: 0;
      margin-bottom: 15px; } }
  @media only screen and (min-width: 1025px) {
    h1,
    .h1 {
      font-size: 58px;
      line-height: 71px;
      letter-spacing: 0;
      margin-bottom: 40px; } }

h2,
h2 a,
.h2 {
  margin: 0;
  font-weight: 700; }
  @media only screen and (max-width: 1024px) {
    h2,
    h2 a,
    .h2 {
      font-size: 22px;
      line-height: 27px;
      letter-spacing: 0; } }
  @media only screen and (min-width: 1025px) {
    h2,
    h2 a,
    .h2 {
      font-size: 34px;
      line-height: 42px;
      letter-spacing: 0; } }
  @media only screen and (max-width: 1024px) {
    h2,
    h2 a,
    .h2 {
      margin-bottom: 15px;
      margin-top: 0; } }
  @media only screen and (min-width: 1025px) {
    h2,
    h2 a,
    .h2 {
      margin-bottom: 20px;
      margin-top: 0; } }

h3,
h3 a,
.h3 {
  font-family: "calluna", serif;
  font-weight: 600;
  margin: 0; }
  @media only screen and (max-width: 1024px) {
    h3,
    h3 a,
    .h3 {
      font-size: 20px;
      line-height: 24px;
      letter-spacing: 0; } }
  @media only screen and (min-width: 1025px) {
    h3,
    h3 a,
    .h3 {
      font-size: 30px;
      line-height: 37px;
      letter-spacing: 0.5px; } }
  @media only screen and (max-width: 1024px) {
    h3,
    h3 a,
    .h3 {
      margin-bottom: 15px;
      margin-top: 0; } }
  @media only screen and (min-width: 1025px) {
    h3,
    h3 a,
    .h3 {
      margin-bottom: 10px;
      margin-top: 0; } }

h4,
h4 a,
.h4 {
  margin: 0;
  font-family: "calluna", serif;
  font-weight: 600; }
  @media only screen and (max-width: 1024px) {
    h4,
    h4 a,
    .h4 {
      font-size: 16px;
      line-height: 19px;
      letter-spacing: 0; } }
  @media only screen and (min-width: 1025px) {
    h4,
    h4 a,
    .h4 {
      font-size: 20px;
      line-height: 24px;
      letter-spacing: 0; } }
  @media only screen and (max-width: 1024px) {
    h4,
    h4 a,
    .h4 {
      margin-bottom: 15px;
      margin-top: 0; } }
  @media only screen and (min-width: 1025px) {
    h4,
    h4 a,
    .h4 {
      margin-bottom: 20px;
      margin-top: 0; } }

h5,
h5 a,
.h5 {
  margin: 0;
  font-weight: 600;
  letter-spacing: 0;
  color: #191919; }
  @media only screen and (max-width: 1024px) {
    h5,
    h5 a,
    .h5 {
      font-size: 16px;
      line-height: 19px; } }
  @media only screen and (min-width: 1025px) {
    h5,
    h5 a,
    .h5 {
      font-size: 16px;
      line-height: 19px; } }
  @media only screen and (max-width: 1024px) {
    h5,
    h5 a,
    .h5 {
      margin-bottom: 15px;
      margin-top: 0; } }
  @media only screen and (min-width: 1025px) {
    h5,
    h5 a,
    .h5 {
      margin-bottom: 20px;
      margin-top: 0; } }

h6,
h6 a,
.h6 {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0; }
  @media only screen and (max-width: 1024px) {
    h6,
    h6 a,
    .h6 {
      margin-bottom: 15px;
      margin-top: 0; } }
  @media only screen and (min-width: 1025px) {
    h6,
    h6 a,
    .h6 {
      margin-bottom: 20px;
      margin-top: 0; } }

p,
ul,
ol,
a {
  font-family: "calluna-sans", sans-serif; }
  @media only screen and (max-width: 1024px) {
    p,
    ul,
    ol,
    a {
      font-size: 14px;
      line-height: 22px; } }
  @media only screen and (min-width: 1025px) {
    p,
    ul,
    ol,
    a {
      font-size: 18px;
      line-height: 30px; } }

p,
ul,
ol {
  color: #191919;
  letter-spacing: 0;
  margin: 0 0 60px; }
  @media only screen and (max-width: 1024px) {
    p,
    ul,
    ol {
      margin: 0 0 30px; } }

em {
  font-style: italic; }

strong {
  font-weight: 700; }

a {
  transition: all ease-in-out 0.2s;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  color: #8a7347; }

blockquote {
  font-family: "calluna", serif;
  color: #191919;
  font-weight: 600;
  letter-spacing: 0; }
  @media only screen and (max-width: 1024px) {
    blockquote {
      font-size: 16px;
      line-height: 26px;
      margin: 0 0 30px;
      padding-left: 15px;
      border-left: 2px solid #cccccc; } }
  @media only screen and (min-width: 1025px) {
    blockquote {
      font-size: 24px;
      line-height: 34px;
      margin: 0 0 60px;
      padding-left: 35px;
      border-left: 2px solid #cccccc; } }
  blockquote p,
  blockquote span {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit; }
  blockquote p {
    margin: 0 0 10px; }
  blockquote footer {
    font-family: "calluna-sans", sans-serif;
    font-style: italic;
    font-weight: 500;
    color: #191919;
    letter-spacing: 0; }
    @media only screen and (max-width: 1024px) {
      blockquote footer {
        font-size: 15px;
        line-height: 30px; } }
    @media only screen and (min-width: 1025px) {
      blockquote footer {
        font-size: 18px;
        line-height: 30px; } }
    blockquote footer p,
    blockquote footer span {
      color: inherit;
      font-size: inherit;
      line-height: inherit;
      font-weight: inherit; }

hr {
  border-color: transparent;
  height: auto;
  border-top: 1px solid #cccccc; }
  @media only screen and (max-width: 1024px) {
    hr {
      margin: 30px 0; } }
  @media only screen and (min-width: 1025px) {
    hr {
      margin: 60px 0; } }
  @media only screen and (max-width: 1024px) {
    hr[class*='--line'] {
      margin: 5px 0; } }
  @media only screen and (min-width: 1025px) {
    hr[class*='--line'] {
      margin: 10px 0; } }

.cc-link {
  border-bottom: none; }
  .cc-link:hover {
    border-bottom: none; }

/*================ MODULES ================*/
/*================ Site Header ================*/
.site-header {
  border-bottom: 1px solid #e1e1e1;
  background: white;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 900;
  /* 1200 and down */
  /* 1024 and down */
  /* 767 and down */ }
  .site-header .announcement-bar {
    padding: 8px 50px;
    background: #c8102e; }
    .site-header .announcement-bar .grid__item.one-half {
      min-height: 21px; }
    @media only screen and (max-width: 1023px) {
      .site-header .announcement-bar {
        padding-left: 32px;
        padding-right: 32px; }
        .site-header .announcement-bar .grid__item.one-half {
          width: 100%;
          text-align: center;
          min-height: unset; } }
    .site-header .announcement-bar .text {
      font-family: "calluna", serif;
      font-weight: bold;
      font-size: 16px;
      letter-spacing: 1px;
      line-height: 24px;
      color: white;
      text-transform: uppercase; }
      .site-header .announcement-bar .text a {
        font-family: "calluna-sans", sans-serif;
        font-weight: 700;
        font-size: 13px;
        line-height: 24px;
        color: white;
        text-decoration: none;
        border-bottom: none; }
        .site-header .announcement-bar .text a:hover {
          opacity: 0.8; }
    .site-header .announcement-bar.style-light-blue {
      background: #F6FDFF; }
      .site-header .announcement-bar.style-light-blue .text {
        color: #0a5593; }
        .site-header .announcement-bar.style-light-blue .text a {
          color: #0a5593; }
    .site-header .announcement-bar.style-navy {
      background: #0d3750; }
    .site-header .announcement-bar.style-light-navy {
      background: #0a5593; }
    .site-header .announcement-bar.style-red {
      background: #c8102e; }
    .site-header .announcement-bar.style-gold {
      background: #877454; }
    .site-header .announcement-bar.style-dark-brown {
      background: #8a7347; }
    .site-header .announcement-bar .nav {
      text-align: right; }
      .site-header .announcement-bar .nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        white-space: nowrap;
        line-height: 0; }
        .site-header .announcement-bar .nav ul li {
          display: inline-block;
          margin-left: 20px;
          line-height: 1; }
          .site-header .announcement-bar .nav ul li:first-child {
            margin-left: 0; }
          .site-header .announcement-bar .nav ul li a {
            font-family: "calluna-sans", sans-serif;
            font-weight: 700;
            font-size: 13px;
            line-height: 20px;
            letter-spacing: 1px;
            color: white;
            text-transform: uppercase;
            text-decoration: none;
            border-bottom: none; }
            .site-header .announcement-bar .nav ul li a span.ico {
              display: inline-block;
              width: 20px;
              text-align: center;
              line-height: 100%;
              vertical-align: middle; }
              .site-header .announcement-bar .nav ul li a span.ico svg path {
                transition: all ease-in-out 0.2s;
                fill: white; }
              .site-header .announcement-bar .nav ul li a span.ico.ico-stores svg {
                width: 10px;
                height: 16px; }
              .site-header .announcement-bar .nav ul li a span.ico.ico-account svg {
                width: 10px;
                height: 16px; }
              .site-header .announcement-bar .nav ul li a span.ico.ico-phone svg {
                width: 12px;
                height: 16px; }
            .site-header .announcement-bar .nav ul li a:hover {
              opacity: 0.7; }
  .site-header .search-form {
    transition: all ease-in-out 0.2s;
    width: 100%;
    max-width: 320px;
    padding-left: 6px;
    border: 1px solid #cccccc;
    background: white;
    position: relative; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .site-header .search-form {
        display: none;
        position: absolute;
        width: 100%;
        left: 0;
        margin-top: 40px;
        max-width: none; } }
    @media only screen and (min-width: 1024px) {
      .site-header .search-form {
        display: block !important;
        width: 320px; } }
    .site-header .search-form:hover {
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08); }
    .site-header .search-form input[type='search'] {
      width: 100%;
      font-size: 16px;
      line-height: 40px;
      background: none;
      border: none;
      outline: none;
      box-shadow: none; }
      .site-header .search-form input[type='search']::placeholder {
        overflow: visible;
        line-height: 40px; }
    .site-header .search-form button {
      width: 46px;
      height: 100%;
      padding: 0;
      position: absolute;
      top: 0;
      right: 0;
      background: none;
      border: none;
      outline: none;
      line-height: 46px; }
      .site-header .search-form button svg path {
        fill: #191919; }
  .site-header .header-container {
    padding: 35px 0;
    position: relative; }
    .site-header .header-container h1, .site-header .header-container .h1 {
      display: block;
      margin: 0;
      width: 160px;
      padding-top: 12px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
      @media only screen and (max-width: 1023px) {
        .site-header .header-container h1, .site-header .header-container .h1 {
          padding-top: 0; } }
      .site-header .header-container h1 a, .site-header .header-container .h1 a {
        display: block;
        border-bottom: none; }
        .site-header .header-container h1 a svg,
        .site-header .header-container h1 a img, .site-header .header-container .h1 a svg,
        .site-header .header-container .h1 a img {
          display: block;
          width: 100%;
          height: auto; }
        .site-header .header-container h1 a svg, .site-header .header-container .h1 a svg {
          height: 63px;
          width: auto; }
    .site-header .header-container .header__grid {
      margin: 0 auto;
      padding: 0 50px; }
      .site-header .header-container .header__grid ul {
        margin: 0;
        padding: 0;
        list-style: none;
        white-space: nowrap; }
        .site-header .header-container .header__grid ul li {
          display: inline-block;
          line-height: 40px; }
          .site-header .header-container .header__grid ul li a {
            font-family: "calluna", serif;
            font-weight: 300;
            font-size: 16px;
            line-height: 1.3;
            letter-spacing: .06em;
            color: #0d3750;
            text-decoration: none;
            border-bottom: none; }
            .site-header .header-container .header__grid ul li a span.ico {
              display: inline-block;
              width: 20px;
              text-align: center;
              line-height: 100%;
              vertical-align: middle; }
              .site-header .header-container .header__grid ul li a span.ico svg path {
                fill: #191919;
                transition: all ease-in-out 0.2s; }
              .site-header .header-container .header__grid ul li a span.ico.ico-hamburger {
                width: 23px; }
                .site-header .header-container .header__grid ul li a span.ico.ico-hamburger svg {
                  width: 23px;
                  height: 21px; }
              .site-header .header-container .header__grid ul li a span.ico.ico-stores svg {
                width: 13px;
                height: 16px; }
              .site-header .header-container .header__grid ul li a span.ico.ico-search svg {
                width: 18px;
                height: 18px; }
              .site-header .header-container .header__grid ul li a span.ico.ico-search--close {
                display: none; }
                @media only screen and (max-width: 767px) {
                  .site-header .header-container .header__grid ul li a span.ico.ico-search--close {
                    display: none !important; } }
                @media only screen and (min-width: 1025px) {
                  .site-header .header-container .header__grid ul li a span.ico.ico-search--close {
                    display: none !important; } }
                .site-header .header-container .header__grid ul li a span.ico.ico-search--close svg {
                  width: 25px;
                  height: 25px; }
              .site-header .header-container .header__grid ul li a span.ico.ico-cart {
                position: relative; }
                .site-header .header-container .header__grid ul li a span.ico.ico-cart svg {
                  width: 19px;
                  height: 20px; }
                  .site-header .header-container .header__grid ul li a span.ico.ico-cart svg path {
                    fill: #191919; }
                .site-header .header-container .header__grid ul li a span.ico.ico-cart .cart_count {
                  display: block;
                  width: 12px;
                  height: 12px;
                  background: #8a7347;
                  border: 2px solid white;
                  border-radius: 100%;
                  position: absolute;
                  top: -6px;
                  right: -6px;
                  font-family: "calluna-sans", sans-serif;
                  font-weight: 700;
                  font-size: 9px;
                  letter-spacing: 0;
                  line-height: 14px;
                  color: #191919;
                  text-align: center; }
            .site-header .header-container .header__grid ul li a:hover {
              color: #0a5593; }
              .site-header .header-container .header__grid ul li a:hover svg path {
                fill: #d82c3f; }
      .site-header .header-container .header__grid .header-left {
        padding-right: 60px;
        text-align: left; }
      .site-header .header-container .header__grid .header-right {
        padding-left: 60px;
        text-align: right; }
        .site-header .header-container .header__grid .header-right li {
          margin-left: 45px; }
          .site-header .header-container .header__grid .header-right li:first-child {
            margin-left: 0; }
        @media only screen and (min-width: 1024px) {
          .site-header .header-container .header__grid .header-right .mobile-search-icon {
            display: none !important; } }
  .site-header .nav-container {
    border-top: 1px solid #e1e1e1;
    text-align: center; }
    .site-header .nav-container ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .site-header .nav-container ul li {
        display: inline-block;
        padding: 0 25px;
        position: relative; }
        .site-header .nav-container ul li a {
          display: block;
          font-weight: bold;
          font-size: 16px;
          letter-spacing: 1px;
          color: #191919;
          line-height: 50px;
          text-decoration: none;
          border-bottom: none;
          white-space: nowrap;
          transition: all ease-in-out 0.2s; }
          .site-header .nav-container ul li a:hover {
            color: #8a7347; }
        .site-header .nav-container ul li.has_subnav {
          position: relative; }
          .site-header .nav-container ul li.has_subnav a {
            padding-right: 18px;
            position: relative; }
            .site-header .nav-container ul li.has_subnav a span {
              display: block;
              width: 11px;
              height: 8px;
              position: absolute;
              top: 50%;
              right: 0;
              margin-top: -4px;
              line-height: 1; }
              .site-header .nav-container ul li.has_subnav a span svg {
                display: block;
                width: 100%; }
                .site-header .nav-container ul li.has_subnav a span svg path {
                  fill: #cccccc;
                  transition: all ease-in-out 0.2s; }
                  @media only screen and (max-width: 1023px) {
                    .site-header .nav-container ul li.has_subnav a span svg path {
                      fill: #191919; } }
            .site-header .nav-container ul li.has_subnav a:hover span svg path {
              fill: #8a7347; }
          .site-header .nav-container ul li.has_subnav ul {
            display: block;
            min-width: calc(100% + 20px);
            position: absolute;
            top: 100%;
            left: -9999em;
            background: white;
            border: 1px solid #e1e1e1;
            z-index: 3; }
            .site-header .nav-container ul li.has_subnav ul:before {
              display: block;
              content: '';
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11); }
            .site-header .nav-container ul li.has_subnav ul li {
              display: block;
              padding: 0;
              text-align: left; }
              .site-header .nav-container ul li.has_subnav ul li.return {
                font-size: 15px;
                color: #191919;
                letter-spacing: 0;
                line-height: 40px; }
              .site-header .nav-container ul li.has_subnav ul li a {
                padding: 0 50px 0 24px;
                font-weight: 500;
                font-size: 15px;
                letter-spacing: 0;
                line-height: 40px;
                text-transform: none;
                color: #191919 !important;
                background: white; }
                .site-header .nav-container ul li.has_subnav ul li a:hover {
                  background: #f6f6f6; }
              .site-header .nav-container ul li.has_subnav ul li.first {
                margin-top: 18px; }
              .site-header .nav-container ul li.has_subnav ul li.divider {
                padding-top: 18px;
                border-bottom: 1px solid #e1e1e1;
                margin-bottom: 18px; }
              .site-header .nav-container ul li.has_subnav ul li.view_all {
                margin-top: 20px;
                border-top: 1px solid #cccccc;
                padding-top: 24px;
                padding-bottom: 24px; }
                .site-header .nav-container ul li.has_subnav ul li.view_all a {
                  font-style: italic;
                  line-height: 1; }
                  .site-header .nav-container ul li.has_subnav ul li.view_all a:hover {
                    background: none;
                    color: #7c6740 !important; }
          .site-header .nav-container ul li.has_subnav:hover span svg path {
            fill: #8a7347; }
          .site-header .nav-container ul li.has_subnav:hover a {
            color: #8a7347; }
          .site-header .nav-container ul li.has_subnav:hover ul {
            left: -10px; }
  @media only screen and (max-width: 1439px) {
    .site-header .header-container .header__grid ul li a {
      font-size: 15px; }
      .site-header .header-container .header__grid ul li a span.ico.ico-cart svg {
        width: 16px;
        height: auto; }
    .site-header .header-container .header__grid .header-left li {
      margin-right: 18px; }
    .site-header .header-container .header__grid .header-right li {
      margin-left: 18px; }
    .site-header .nav-container ul li {
      padding: 0 10px; }
      .site-header .nav-container ul li a {
        font-size: 14px; } }
  @media only screen and (max-width: 1024px) {
    .site-header .header-container {
      padding: 28px 0; }
      .site-header .header-container h1, .site-header .header-container .h1 {
        width: 138px;
        height: 65px; }
        .site-header .header-container h1 a svg, .site-header .header-container .h1 a svg {
          height: 65px;
          width: auto; }
      .site-header .header-container .header__grid {
        padding: 0 36px; }
        .site-header .header-container .header__grid ul li {
          line-height: 35px; }
        .site-header .header-container .header__grid .header-left {
          padding-right: 0; }
        .site-header .header-container .header__grid .header-right {
          padding-left: 0; } }
  @media only screen and (max-width: 1023px) {
    .site-header .header-container .header__grid ul li a span.ico.ico-stores svg {
      width: 17px;
      height: auto; }
    .site-header .header-container .header__grid ul li a span.ico.ico-cart svg {
      width: 22px;
      height: auto; }
    .site-header .header-container .header__grid span.ico-label {
      display: none; }
    .site-header .header-container .header__grid .header-left {
      height: 35px; }
      .site-header .header-container .header__grid .header-left li {
        width: auto;
        max-width: none;
        margin-right: 75px; }
    .site-header .header-container .header__grid .header-right {
      height: 35px; }
      .site-header .header-container .header__grid .header-right li {
        margin-left: 75px; }
    .site-header .nav-overlay {
      display: none;
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
      background: black;
      opacity: 0.6; }
    .site-header .nav-container {
      width: 80%;
      max-width: 600px;
      min-width: 270px;
      height: 100%;
      position: fixed;
      top: 0;
      left: -100%;
      border: none;
      z-index: 9999;
      transition: all ease-in-out 0.2s; }
      .site-header .nav-container .close {
        display: none;
        width: 19px;
        height: 19px;
        position: absolute;
        top: 20px;
        right: -35px; }
      .site-header .nav-container a:hover,
      .site-header .nav-container a:active {
        opacity: 0.7; }
      .site-header .nav-container nav {
        width: 100%;
        height: 100%;
        background: white;
        position: relative;
        overflow-x: hidden;
        overflow-y: scroll; }
        .site-header .nav-container nav ul {
          position: relative; }
          .site-header .nav-container nav ul li {
            display: block;
            padding: 0 20px;
            text-align: left;
            border-bottom: 1px solid #e1e1e1; }
            .site-header .nav-container nav ul li a {
              display: block;
              font-size: 12px;
              letter-spacing: 1px;
              line-height: 48px;
              overflow: hidden;
              text-overflow: ellipsis;
              font-weight: 700 !important; }
              .site-header .nav-container nav ul li a:hover {
                color: #191919; }
              .site-header .nav-container nav ul li a:active {
                color: #8a7347; }
            .site-header .nav-container nav ul li.has_subnav {
              position: initial; }
              .site-header .nav-container nav ul li.has_subnav a span {
                transform: rotate(-90deg); }
              .site-header .nav-container nav ul li.has_subnav ul {
                display: block;
                width: 100%;
                min-width: 0;
                min-height: 100%;
                top: 0;
                left: auto;
                right: -100%;
                border: none;
                z-index: -1;
                background: white;
                transition: all ease-in-out 0.2s; }
                .site-header .nav-container nav ul li.has_subnav ul:before {
                  display: none; }
                .site-header .nav-container nav ul li.has_subnav ul.is-open {
                  z-index: 1;
                  right: 0; }
                .site-header .nav-container nav ul li.has_subnav ul li {
                  border-bottom: none; }
                  .site-header .nav-container nav ul li.has_subnav ul li.first {
                    margin-top: 0; }
                  .site-header .nav-container nav ul li.has_subnav ul li.return {
                    margin-bottom: 10px;
                    padding: 0 0 0 24px;
                    font-size: 12px;
                    font-weight: 700;
                    color: #191919;
                    letter-spacing: 1px;
                    line-height: 48px;
                    white-space: nowrap;
                    border-bottom: 1px solid #e1e1e1;
                    position: relative; }
                    .site-header .nav-container nav ul li.has_subnav ul li.return span {
                      display: inline-block;
                      width: 8px;
                      height: 8px;
                      margin-right: 10px;
                      line-height: 1; }
                      .site-header .nav-container nav ul li.has_subnav ul li.return span svg {
                        width: 100%;
                        transform: rotate(90deg); }
                        .site-header .nav-container nav ul li.has_subnav ul li.return span svg path {
                          fill: #191919; }
                  .site-header .nav-container nav ul li.has_subnav ul li.divider {
                    margin: 0 24px 10px 24px;
                    padding-top: 10px; }
                  .site-header .nav-container nav ul li.has_subnav ul li.view_all {
                    margin: 10px 24px 0 24px;
                    padding-top: 20px;
                    padding-bottom: 30px; }
                    .site-header .nav-container nav ul li.has_subnav ul li.view_all a {
                      padding-left: 0;
                      padding-right: 0; }
                      .site-header .nav-container nav ul li.has_subnav ul li.view_all a:hover {
                        color: #0d3750 !important; }
                  .site-header .nav-container nav ul li.has_subnav ul li a {
                    background: none;
                    padding-right: 24px;
                    font-size: 15px;
                    line-height: 40px;
                    font-weight: 500 !important; }
              .site-header .nav-container nav ul li.has_subnav:hover span svg path {
                fill: initial; }
              .site-header .nav-container nav ul li.has_subnav:hover a {
                color: initial; }
              .site-header .nav-container nav ul li.has_subnav:hover ul {
                left: auto; }
            .site-header .nav-container nav ul li.account-link {
              padding-top: 25px;
              border-bottom: none; }
              .site-header .nav-container nav ul li.account-link a {
                text-transform: none;
                font-size: 12px;
                letter-spacing: 0;
                font-weight: 700 !important;
                line-height: 20px; }
                .site-header .nav-container nav ul li.account-link a svg {
                  margin-right: 10px;
                  vertical-align: middle;
                  position: relative;
                  top: -2px; }
                  .site-header .nav-container nav ul li.account-link a svg path {
                    fill: #0d3750; } }
  .site-header.nav-open .nav-container {
    left: 0; }
    .site-header.nav-open .nav-container .close {
      display: block; }
  @media only screen and (max-width: 767px) {
    .site-header {
      box-shadow: none; }
      .site-header .announcement-bar {
        padding: 6px; }
        .site-header .announcement-bar .text {
          font-size: 11px;
          line-height: 16px; }
          .site-header .announcement-bar .text a {
            font-size: 11px;
            line-height: 16px;
            letter-spacing: 1px;
            font-weight: bold; }
      .site-header .header-container {
        padding: 18px 0 20px; }
        .site-header .header-container h1, .site-header .header-container .h1 {
          width: auto;
          height: 37px; }
          .site-header .header-container h1 a svg, .site-header .header-container .h1 a svg {
            height: 37px;
            width: auto; }
        .site-header .header-container .header__grid {
          padding: 0 22px; }
          .site-header .header-container .header__grid ul li {
            line-height: 20px; }
            .site-header .header-container .header__grid ul li a span.ico.ico-hamburger {
              width: 17px; }
              .site-header .header-container .header__grid ul li a span.ico.ico-hamburger svg {
                width: 17px;
                height: 15px; }
            .site-header .header-container .header__grid ul li a span.ico.ico-stores svg {
              width: 15px; }
            .site-header .header-container .header__grid ul li a span.ico.ico-search svg {
              width: 15px;
              height: 15px; }
            .site-header .header-container .header__grid ul li a span.ico.ico-cart svg {
              width: 17px; }
            .site-header .header-container .header__grid ul li a span.ico.ico-cart .cart_count {
              width: 10px;
              height: 10px;
              top: -3px;
              right: -4px;
              line-height: 1;
              text-align: left;
              text-indent: -9999em; }
          .site-header .header-container .header__grid .header-left {
            height: 24px; }
            .site-header .header-container .header__grid .header-left li {
              margin-right: 40px; }
          .site-header .header-container .header__grid .header-right {
            height: 24px; }
            .site-header .header-container .header__grid .header-right li {
              margin-left: 40px; } }

.page-subnav {
  list-style: none;
  padding: 0;
  margin: 0; }

@media only screen and (max-width: 1024px) {
  .page-subnav__grid {
    margin-top: -35px;
    margin-bottom: 40px; } }

@media only screen and (max-width: 1024px) {
  .page-subnav__container {
    display: none;
    margin-left: -20px;
    margin-right: -20px; } }
@media only screen and (min-width: 1025px) {
  .page-subnav__container {
    display: block !important; } }

@media only screen and (max-width: 767px) {
  .page-subnav__mobile-toggle {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px; } }
@media only screen and (max-width: 1024px) {
  .page-subnav__mobile-toggle {
    display: block;
    position: relative;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #191919;
    font-family: "calluna-sans", sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #cccccc;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .page-subnav__mobile-toggle {
    margin-left: -35px;
    margin-right: -35px;
    padding-left: 35px;
    padding-right: 35px; } }
@media only screen and (min-width: 1025px) {
  .page-subnav__mobile-toggle {
    display: none; } }
@media only screen and (max-width: 1024px) {
  .page-subnav__mobile-toggle:hover {
    border-bottom: 1px solid #e1e1e1; } }
@media only screen and (max-width: 1024px) {
  .page-subnav__mobile-toggle.is-open {
    box-shadow: none;
    color: #191919; } }
.page-subnav__mobile-toggle.is-open .page-subnav__arrow {
  transform: translateY(-50%) rotate(180deg); }

@media only screen and (max-width: 1024px) {
  .page-subnav__arrow {
    width: 11px;
    height: 7px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%); }
    .page-subnav__arrow path {
      fill: #cccccc; } }

.page-subnav__header {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.92px;
  font-weight: 600;
  color: #0d3750;
  margin-top: 0;
  margin-bottom: 10px; }

.page-subnav__item {
  line-height: 21px; }
  @media only screen and (min-width: 1025px) {
    .page-subnav__item {
      margin-bottom: 25px; } }
  .page-subnav__item a {
    position: relative;
    font-family: "calluna-sans", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 2px;
    color: #191919;
    font-weight: 700; }
    @media only screen and (max-width: 1024px) {
      .page-subnav__item a {
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 1px;
        line-height: 18px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
        display: block;
        border-bottom: 1px solid #cccccc; } }
    @media only screen and (min-width: 1025px) {
      .page-subnav__item a {
        border-bottom: none; } }
    @media only screen and (min-width: 1025px) {
      .page-subnav__item a:hover {
        border-bottom: none;
        color: #8a7347; } }
    @media only screen and (max-width: 1024px) {
      .page-subnav__item a.active {
        background: #f6f6f6; } }
    @media only screen and (min-width: 1025px) {
      .page-subnav__item a.active {
        color: #8a7347; } }
    @media only screen and (min-width: 1025px) {
      .page-subnav__item a.active:after {
        content: '';
        background: #af9663;
        width: 2px;
        height: 100%;
        position: absolute;
        left: -23px;
        top: 0; } }

.accordion__question,
.accordion__question p {
  margin: 0;
  font-family: "calluna", serif;
  font-weight: 600;
  margin: 0;
  color: #191919; }
  @media only screen and (max-width: 1024px) {
    .accordion__question,
    .accordion__question p {
      font-size: 16px;
      line-height: 19px;
      letter-spacing: 0; } }
  @media only screen and (min-width: 1025px) {
    .accordion__question,
    .accordion__question p {
      font-size: 20px;
      line-height: 24px;
      letter-spacing: 0; } }

.accordion__question {
  transition: all ease-in-out 0.2s;
  border-top: 2px solid #cccccc;
  background-color: transparent;
  position: relative;
  cursor: pointer; }
  .accordion__question .accordion__arrow path {
    fill: #333333; }
  @media only screen and (max-width: 1024px) {
    .accordion__question {
      padding: 15px 35px 15px 0;
      margin-bottom: 10px; } }
  @media only screen and (min-width: 1025px) {
    .accordion__question {
      padding: 20px 52px 20px 25px;
      margin-bottom: 20px; } }
  .accordion__question:hover {
    color: #191919;
    border-color: #191919; }
    @media only screen and (min-width: 1025px) {
      .accordion__question:hover {
        background-color: #f6f6f6; } }
    .accordion__question:hover p {
      color: inherit; }
    .accordion__question:hover .accordion__arrow path {
      fill: #191919; }
  .accordion__question:focus, .accordion__question:active {
    color: #0d3750; }
    .accordion__question:focus p, .accordion__question:active p {
      color: #0d3750; }
    .accordion__question:focus .accordion__arrow path, .accordion__question:active .accordion__arrow path {
      fill: #0d3750; }
  .accordion__question.is-open .accordion__arrow--plus {
    opacity: 0; }
  .accordion__question.is-open .accordion__arrow--minus {
    opacity: 1; }

.accordion__arrow {
  transition: all ease-in-out 0.2s;
  position: absolute;
  right: 25px;
  top: 25px; }
  @media only screen and (max-width: 1024px) {
    .accordion__arrow {
      right: 14px;
      height: 12px;
      width: 12px; } }
  @media only screen and (min-width: 1025px) {
    .accordion__arrow {
      right: 25px; } }

.accordion__arrow--plus {
  opacity: 1; }

.accordion__arrow--minus {
  opacity: 0; }
  @media only screen and (max-width: 1024px) {
    .accordion__arrow--minus {
      top: 25px; } }
  @media only screen and (min-width: 1025px) {
    .accordion__arrow--minus {
      top: 32px; } }

.accordion__answer {
  display: none; }
  @media only screen and (max-width: 1024px) {
    .accordion__answer {
      padding-top: 10px;
      padding-bottom: 40px; } }
  @media only screen and (min-width: 1025px) {
    .accordion__answer {
      padding: 0 25px;
      padding-top: 5px;
      padding-bottom: 60px; } }
  .accordion__answer h2:first-child,
  .accordion__answer h3:first-child,
  .accordion__answer h4:first-child,
  .accordion__answer h5:first-child,
  .accordion__answer h6:first-child,
  .accordion__answer p:first-child,
  .accordion__answer ol:first-child,
  .accordion__answer ul:first-child,
  .accordion__answer a:first-child {
    margin-top: 0; }
  .accordion__answer h2:last-child,
  .accordion__answer h3:last-child,
  .accordion__answer h4:last-child,
  .accordion__answer h5:last-child,
  .accordion__answer h6:last-child,
  .accordion__answer p:last-child,
  .accordion__answer ol:last-child,
  .accordion__answer ul:last-child,
  .accordion__answer a:last-child {
    margin-bottom: 0; }

/*================ Giftcard Template ================*/
.giftcard-qr img {
  display: block;
  margin: 0 auto; }

.apple-wallet-image {
  display: block;
  margin: 0 auto; }

/*================ Print Giftcard Styles ================*/
@media print {
  @page {
    margin: 0.5cm; }

  p {
    orphans: 3;
    widows: 3; }

  html,
  body {
    background-color: #fff;
    color: #000; }

  .print-giftcard,
  .apple-wallet {
    display: none; } }
/*================ Product Template ================*/
/*
  Buy Box Button State Variables
*/
.template-product {
  /* PRODUCT MAIN */
  /* PRODUCT FEATURES & SPECS */ }
  @media only screen and (min-width: 768px) {
    .template-product .grid__item.buy-box {
      padding-left: 0; } }
  .template-product .product-main {
    max-width: 1400px;
    margin: 0 auto;
    padding: 35px 50px 55px; }
    @media only screen and (max-width: 1024px) {
      .template-product .product-main {
        padding: 20px 20px 40px; } }
    .template-product .product-main .desktop_overlay-view {
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: #000;
      opacity: 0.7;
      z-index: 9998; }
    .template-product .product-main .breadcrumb {
      margin-bottom: 20px;
      font-size: 11px;
      line-height: 21px;
      letter-spacing: 0; }
      @media only screen and (max-width: 1024px) {
        .template-product .product-main .breadcrumb {
          margin-bottom: 20px;
          text-align: center; } }
      .template-product .product-main .breadcrumb a {
        font-size: 11px;
        line-height: 21px;
        color: #8a7347;
        text-decoration: none;
        border-bottom: none; }
        .template-product .product-main .breadcrumb a:hover {
          text-decoration: underline; }
      .template-product .product-main .breadcrumb span {
        display: inline-block;
        margin: 0 5px; }
    .template-product .product-main .gallery img {
      display: block;
      width: 100%; }
    @media only screen and (max-width: 767px) {
      .template-product .product-main .gallery {
        height: 102vw; } }
    @media only screen and (max-width: 1024px) {
      .template-product .product-main .gallery {
        margin-bottom: 20px; } }
    .template-product .product-main .gallery .amp-viewer-kit .icon.close {
      background-image: url("ico_close.svg");
      background-size: 15px;
      height: 50px;
      width: 50px;
      background-color: #fff;
      margin-right: -65px;
      top: -40px; }
      @media only screen and (max-width: 768px) {
        .template-product .product-main .gallery .amp-viewer-kit .icon.close {
          margin-right: 0;
          top: 10px;
          height: 35px;
          width: 35px;
          right: 10px;
          border: 1px solid #191919;
          border-radius: unset;
          background-color: #ffffff; } }
    .template-product .product-main .gallery .amp-viewer-kit .desktop-normal-view .main-container .list {
      margin: 0; }
    .template-product .product-main .gallery .amp-viewer-kit .desktop-full-view .nav-container,
    .template-product .product-main .gallery .amp-viewer-kit .desktop-normal-view .nav-container,
    .template-product .product-main .gallery .amp-viewer-kit .mobile-normal-view .nav-container {
      padding: 0;
      overflow: unset; }
    .template-product .product-main .gallery .amp-viewer-kit .desktop-full-view {
      width: 100%;
      max-width: 700px;
      margin: auto;
      padding-top: 40px;
      height: calc(100vh - 214px); }
      .template-product .product-main .gallery .amp-viewer-kit .desktop-full-view .main-container {
        height: 100%;
        width: 100%;
        max-width: 550px;
        max-height: calc(100% - 170px);
        margin: 0 auto 20px; }
      .template-product .product-main .gallery .amp-viewer-kit .desktop-full-view .panel {
        width: auto;
        height: auto;
        float: unset;
        text-align: center;
        position: absolute;
        top: 25px;
        left: 0;
        z-index: 9;
        background: transparent; }
        .template-product .product-main .gallery .amp-viewer-kit .desktop-full-view .panel .icon {
          background-size: auto;
          height: 50px;
          width: 50px;
          background-color: transparent; }
        .template-product .product-main .gallery .amp-viewer-kit .desktop-full-view .panel .icon.plus {
          margin: 10px 0 0 10px;
          background-image: url(ico_zoomin.svg); }
          .template-product .product-main .gallery .amp-viewer-kit .desktop-full-view .panel .icon.plus.disabled {
            opacity: 1;
            background-image: url(ico_zoomin_disabled.svg); }
        .template-product .product-main .gallery .amp-viewer-kit .desktop-full-view .panel .icon.minus {
          margin: 10px 0 0 -5px;
          background-image: url(ico_zoomout.svg); }
          .template-product .product-main .gallery .amp-viewer-kit .desktop-full-view .panel .icon.minus.disabled {
            opacity: 1;
            background-image: url(ico_zoomout_disabled.svg); }
      .template-product .product-main .gallery .amp-viewer-kit .desktop-full-view .nav-container {
        float: unset;
        max-height: 120px; }
        .template-product .product-main .gallery .amp-viewer-kit .desktop-full-view .nav-container .amp-carousel {
          height: 120px !important; }
          .template-product .product-main .gallery .amp-viewer-kit .desktop-full-view .nav-container .amp-carousel .amp-image {
            height: 118px;
            margin: 0;
            width: 118px; }
        .template-product .product-main .gallery .amp-viewer-kit .desktop-full-view .nav-container .list .amp-slide.amp-selected::after {
          content: unset; }
        .template-product .product-main .gallery .amp-viewer-kit .desktop-full-view .nav-container .list .amp-slide.amp-selected {
          border: 1px solid #191919; }
        .template-product .product-main .gallery .amp-viewer-kit .desktop-full-view .nav-container .list .amp-slide {
          border: 1px solid #e1e1e1; }
          .template-product .product-main .gallery .amp-viewer-kit .desktop-full-view .nav-container .list .amp-slide:hover {
            border: 1px solid #cccccc; }
    .template-product .product-main .gallery .amp-viewer-kit .desktop-full-view .main-container .tooltip.image,
    .template-product .product-main .gallery .amp-viewer-kit .desktop-normal-view .main-container .tooltip.image,
    .template-product .product-main .gallery .amp-viewer-kit .mobile-normal-view .main-container .tooltip.image {
      color: #191919;
      font-family: "calluna-sans", sans-serif;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 1px;
      line-height: 13px;
      text-align: center;
      border: 1px solid #191919;
      border-radius: unset;
      background-color: white;
      width: 136px;
      text-transform: uppercase; }
      @media only screen and (max-width: 767px) {
        .template-product .product-main .gallery .amp-viewer-kit .desktop-full-view .main-container .tooltip.image,
        .template-product .product-main .gallery .amp-viewer-kit .desktop-normal-view .main-container .tooltip.image,
        .template-product .product-main .gallery .amp-viewer-kit .mobile-normal-view .main-container .tooltip.image {
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          max-height: 42px;
          display: block;
          background-color: rgba(255, 255, 255, 0.7); } }
      .template-product .product-main .gallery .amp-viewer-kit .desktop-full-view .main-container .tooltip.image .text,
      .template-product .product-main .gallery .amp-viewer-kit .desktop-normal-view .main-container .tooltip.image .text,
      .template-product .product-main .gallery .amp-viewer-kit .mobile-normal-view .main-container .tooltip.image .text {
        line-height: 40px; }
      .template-product .product-main .gallery .amp-viewer-kit .desktop-full-view .main-container .tooltip.image .tooltip-icon,
      .template-product .product-main .gallery .amp-viewer-kit .desktop-normal-view .main-container .tooltip.image .tooltip-icon,
      .template-product .product-main .gallery .amp-viewer-kit .mobile-normal-view .main-container .tooltip.image .tooltip-icon {
        display: none !important; }
    .template-product .product-main .gallery .amp-viewer-kit .desktop-full-view .main-container .list .amp-slide .zoom-trap,
    .template-product .product-main .gallery .amp-viewer-kit .desktop-normal-view .main-container .list .amp-slide .zoom-trap,
    .template-product .product-main .gallery .amp-viewer-kit .mobile-normal-view .main-container .list .amp-slide .zoom-trap {
      cursor: default; }
    .template-product .product-main .gallery .amp-viewer-kit .icon.icon-right,
    .template-product .product-main .gallery .amp-viewer-kit .icon.icon-left {
      display: none;
      background-color: transparent;
      border: none; }
      .template-product .product-main .gallery .amp-viewer-kit .icon.icon-right.nav-container-prev, .template-product .product-main .gallery .amp-viewer-kit .icon.icon-right.nav-container-next,
      .template-product .product-main .gallery .amp-viewer-kit .icon.icon-left.nav-container-prev,
      .template-product .product-main .gallery .amp-viewer-kit .icon.icon-left.nav-container-next {
        border: 1px solid #191919;
        border-radius: 3px;
        background-color: #ffffff;
        opacity: 1;
        height: 40px;
        width: 40px;
        padding: 0;
        background-size: 15px;
        display: block; }
        .template-product .product-main .gallery .amp-viewer-kit .icon.icon-right.nav-container-prev.disabled, .template-product .product-main .gallery .amp-viewer-kit .icon.icon-right.nav-container-next.disabled,
        .template-product .product-main .gallery .amp-viewer-kit .icon.icon-left.nav-container-prev.disabled,
        .template-product .product-main .gallery .amp-viewer-kit .icon.icon-left.nav-container-next.disabled {
          display: none !important; }
        .template-product .product-main .gallery .amp-viewer-kit .icon.icon-right.nav-container-prev:hover, .template-product .product-main .gallery .amp-viewer-kit .icon.icon-right.nav-container-next:hover,
        .template-product .product-main .gallery .amp-viewer-kit .icon.icon-left.nav-container-prev:hover,
        .template-product .product-main .gallery .amp-viewer-kit .icon.icon-left.nav-container-next:hover {
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2); }
      .template-product .product-main .gallery .amp-viewer-kit .icon.icon-right.nav-container-prev,
      .template-product .product-main .gallery .amp-viewer-kit .icon.icon-left.nav-container-prev {
        left: 0; }
        @media only screen and (max-width: 767px) {
          .template-product .product-main .gallery .amp-viewer-kit .icon.icon-right.nav-container-prev,
          .template-product .product-main .gallery .amp-viewer-kit .icon.icon-left.nav-container-prev {
            display: none !important; } }
      .template-product .product-main .gallery .amp-viewer-kit .icon.icon-right.nav-container-next,
      .template-product .product-main .gallery .amp-viewer-kit .icon.icon-left.nav-container-next {
        right: 0; }
        @media only screen and (max-width: 767px) {
          .template-product .product-main .gallery .amp-viewer-kit .icon.icon-right.nav-container-next,
          .template-product .product-main .gallery .amp-viewer-kit .icon.icon-left.nav-container-next {
            display: none !important; } }
    .template-product .product-main .gallery .amp-viewer-kit .nav-container .amp-anim-container {
      text-align: center; }
    .template-product .product-main .gallery .amp-viewer-kit .desktop-normal-view .nav-container .list {
      margin: 0 50px; }
    .template-product .product-main .gallery .amp-viewer-kit .desktop-normal-view .nav-container .list .amp-slide.amp-selected {
      outline: none; }
    .template-product .product-main .gallery .amp-viewer-kit .desktop-normal-view .nav-container .list .amp-slide.amp-selected::after {
      content: none; }
    .template-product .product-main .gallery .amp-viewer-kit .desktop-normal-view .nav-container .list .amp-slide img {
      outline: 1px solid #e1e1e1; }
      .template-product .product-main .gallery .amp-viewer-kit .desktop-normal-view .nav-container .list .amp-slide img:hover {
        outline: 1px solid #cccccc; }
    .template-product .product-main .gallery .amp-viewer-kit .desktop-normal-view .nav-container .list .amp-slide.amp-selected img {
      outline: 1px solid #191919; }
    .template-product .product-main .gallery .amp-viewer-kit .mobile-normal-view .main-container {
      margin-bottom: 0; }
    .template-product .product-main .gallery .amp-viewer-kit .mobile-normal-view .nav-container .list {
      text-align: center;
      font-size: 0; }
      .template-product .product-main .gallery .amp-viewer-kit .mobile-normal-view .nav-container .list .amp-slide {
        width: 5px !important;
        float: none;
        left: auto;
        position: relative;
        display: inline-block; }
        .template-product .product-main .gallery .amp-viewer-kit .mobile-normal-view .nav-container .list .amp-slide .mobile-thumbnail {
          width: 5px;
          height: 5px;
          background-color: #cccccc; }
        .template-product .product-main .gallery .amp-viewer-kit .mobile-normal-view .nav-container .list .amp-slide.amp-selected .mobile-thumbnail {
          background-color: #af9663; }
    .template-product .product-main .gallery .amp-zoomed-container {
      background-color: white; }
    .template-product .product-main .tags .tag {
      margin-bottom: 10px;
      display: inline-block;
      padding: 0 0 1px;
      border: unset;
      font-family: "calluna-sans", sans-serif;
      font-weight: 700;
      font-size: 10px;
      letter-spacing: 1px;
      line-height: 18px;
      white-space: nowrap;
      color: #c8102e;
      text-transform: uppercase; }
      @media only screen and (max-width: 767px) {
        .template-product .product-main .tags .tag {
          letter-spacing: 0.5px; } }
      .template-product .product-main .tags .tag.new {
        border: unset;
        color: #191919; }
      .template-product .product-main .tags .tag.sale {
        border: 1px solid #c8102e;
        background-color: white;
        padding: 0 6px; }
      .template-product .product-main .tags .tag.out-of-stock {
        background: white;
        color: #c8102e; }
      .template-product .product-main .tags .tag + .tag {
        margin-left: 10px; }
    .template-product .product-main h1 {
      margin: 0 0 5px;
      font-family: "calluna", serif;
      font-size: 20px;
      letter-spacing: 0;
      line-height: 24px;
      color: #191919;
      text-transform: none; }
      @media only screen and (max-width: 767px) {
        .template-product .product-main h1 {
          font-size: 16px;
          line-height: 19px; } }
    .template-product .product-main .sku,
    .template-product .product-main .model-no {
      font-size: 13px;
      color: #191919;
      line-height: 19px;
      letter-spacing: 0; }
      @media only screen and (max-width: 767px) {
        .template-product .product-main .sku,
        .template-product .product-main .model-no {
          font-size: 12px; } }
      .template-product .product-main .sku .oos-hint,
      .template-product .product-main .model-no .oos-hint {
        color: #c8102e;
        display: inline-block;
        margin-left: 5px; }
      .template-product .product-main .sku a,
      .template-product .product-main .model-no a {
        color: #191919;
        text-decoration: none; }
    .template-product .product-main .sku {
      margin: 0 0 5px; }
      @media only screen and (max-width: 767px) {
        .template-product .product-main .sku {
          margin: 0 0 2px; } }
    .template-product .product-main .model-no {
      margin: 0 0 8px; }
      @media only screen and (max-width: 767px) {
        .template-product .product-main .model-no {
          margin: 0 0 4px; } }
      .template-product .product-main .model-no.out-of-stock {
        color: #c8102e; }
    .template-product .product-main .reviews-inline {
      margin: 0 0 10px;
      font-size: 12px;
      line-height: 21px;
      color: #af9663; }
      @media only screen and (max-width: 767px) {
        .template-product .product-main .reviews-inline {
          margin: 0 0 5px; } }
      .template-product .product-main .reviews-inline [data-bv-show="rating_summary"] .bv_main_container {
        background: white !important; }
    .template-product .product-main .price {
      font-size: 20px;
      letter-spacing: 0;
      line-height: 24px;
      font-weight: 600;
      font-family: "calluna", serif; }
      @media only screen and (max-width: 767px) {
        .template-product .product-main .price {
          font-size: 16px;
          line-height: 19px; } }
      .template-product .product-main .price span {
        color: #191919;
        font-weight: 600; }
        .template-product .product-main .price span.on-sale {
          margin-left: 10px;
          color: #c8102e; }
    .template-product .product-main .product__short_desc {
      display: inline-block;
      color: #191919;
      font-size: 16px;
      letter-spacing: 0;
      line-height: 30px;
      margin: 30px 0 10px; }
      @media only screen and (max-width: 767px) {
        .template-product .product-main .product__short_desc {
          display: none; } }
    .template-product .product-main .select-row {
      margin-top: 20px;
      border-top: 1px solid #e3e3e3; }
      .template-product .product-main .select-row .grid__item.one-third {
        padding-right: 15px; }
      .template-product .product-main .select-row .row-title {
        padding: 30px 70px 11px 0;
        font-size: 14px;
        line-height: 1.5;
        position: relative; }
        .template-product .product-main .select-row .row-title .label {
          font-family: "calluna-sans", sans-serif;
          font-weight: 500;
          font-size: 18px;
          letter-spacing: 0;
          line-height: 30px;
          color: #191919;
          text-transform: capitalize; }
          @media only screen and (max-width: 767px) {
            .template-product .product-main .select-row .row-title .label {
              font-size: 14px;
              line-height: 22px; } }
        .template-product .product-main .select-row .row-title .tooltip {
          display: none;
          position: absolute;
          top: 31px;
          right: 0;
          font-size: 12px;
          color: #8a7347;
          letter-spacing: 0;
          line-height: 25px;
          white-space: nowrap;
          cursor: pointer; }
          html.no-touch .template-product .product-main .select-row .row-title .tooltip:hover {
            text-decoration: underline; }
        .template-product .product-main .select-row .row-title.no-tooltip {
          padding-right: 0; }
      .template-product .product-main .select-row .row-title {
        padding-top: 30px; }
        .template-product .product-main .select-row .row-title .tooltip {
          top: 31px; }
      .template-product .product-main .select-row .boxes {
        margin-right: -13px;
        font-size: 0; }
        .template-product .product-main .select-row .boxes .box {
          display: inline-block;
          width: 20%;
          margin-bottom: 12px;
          margin-right: 12px;
          outline: unset; }
          @media only screen and (max-width: 1024px) {
            .template-product .product-main .select-row .boxes .box {
              width: 25%; } }
          .template-product .product-main .select-row .boxes .box input {
            display: none; }
          .template-product .product-main .select-row .boxes .box span,
          .template-product .product-main .select-row .boxes .box label {
            display: block;
            position: relative;
            text-align: center;
            font-size: 12px;
            line-height: 42px;
            font-weight: 500;
            letter-spacing: 0.5px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            background: white;
            color: #191919;
            border: 1px solid #cccccc;
            border-radius: unset;
            cursor: pointer;
            padding: 0 8px;
            transition: all ease-in-out 0.2s; }
            @media only screen and (max-width: 767px) {
              .template-product .product-main .select-row .boxes .box span,
              .template-product .product-main .select-row .boxes .box label {
                font-size: 12px; } }
          html.no-touch .template-product .product-main .select-row .boxes .box:hover span {
            background: white;
            border: 1px solid #cccccc;
            color: #191919;
            -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.06);
            box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.06); }
            html.no-touch .template-product .product-main .select-row .boxes .box:hover span:after {
              display: none; }
          .template-product .product-main .select-row .boxes .box.active span {
            background: #fafafa;
            border: 1px solid #191919 !important;
            color: #191919;
            font-weight: 500;
            cursor: pointer; }
            .template-product .product-main .select-row .boxes .box.active span::after {
              display: none; }
          .template-product .product-main .select-row .boxes .box input:checked + label {
            background: white;
            border: 1px solid #191919 !important;
            color: #191919;
            cursor: pointer; }
            .template-product .product-main .select-row .boxes .box input:checked + label:after {
              display: none; }
          html.no-touch .template-product .product-main .select-row .boxes .box:hover label {
            background: white;
            border: 1px solid #ccc;
            color: #191919;
            -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.06);
            box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.06); }
            html.no-touch .template-product .product-main .select-row .boxes .box:hover label:after {
              display: none; }
        .template-product .product-main .select-row .boxes.wide .box {
          width: 46%; }
        @media only screen and (max-width: 767px) {
          .template-product .product-main .select-row .boxes::-webkit-scrollbar {
            display: none; } }
        @media only screen and (min-width: 768px) {
          .template-product .product-main .select-row .boxes::-webkit-scrollbar {
            width: 5px; }
          .template-product .product-main .select-row .boxes::-webkit-scrollbar-track {
            background: #e1e1e1;
            border-radius: 4px; }
          .template-product .product-main .select-row .boxes::-webkit-scrollbar-thumb {
            background: #666;
            border-radius: 4px; }
          .template-product .product-main .select-row .boxes::-webkit-scrollbar-thumb:hover {
            background: rgba(102, 102, 102, 0.7); } }
      .template-product .product-main .select-row.qty-row {
        padding-top: 50px; }
        .template-product .product-main .select-row.qty-row .qty-wrap {
          padding-left: 65px;
          position: relative; }
          .template-product .product-main .select-row.qty-row .qty-wrap input[type="number"]::-webkit-inner-spin-button,
          .template-product .product-main .select-row.qty-row .qty-wrap input[type="number"]::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0; }
          .template-product .product-main .select-row.qty-row .qty-wrap .select-wrap {
            width: 56px;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0; }
            .template-product .product-main .select-row.qty-row .qty-wrap .select-wrap select {
              width: 100%;
              height: 100%;
              padding-top: 10px;
              padding-left: 0;
              padding-right: 0;
              position: absolute;
              top: 0;
              left: 0;
              border: 1px solid #ccc;
              border-radius: unset;
              outline: none;
              background-image: url(ico-select-caret.svg);
              background-position: right 12px top 34px;
              background-repeat: no-repeat;
              text-indent: 15px;
              font-family: "calluna-sans", sans-serif;
              font-size: 12px;
              color: #191919;
              font-weight: 700;
              letter-spacing: 1.2px;
              line-height: 21px; }
            .template-product .product-main .select-row.qty-row .qty-wrap .select-wrap select::-ms-expand {
              display: none; }
            .template-product .product-main .select-row.qty-row .qty-wrap .select-wrap:before {
              display: block;
              content: "QTY";
              position: absolute;
              top: 6px;
              left: 15px;
              font-family: "calluna-sans", sans-serif;
              font-size: 9px;
              font-weight: 700;
              color: #191919;
              line-height: 21px;
              letter-spacing: 0.9px; }
        .template-product .product-main .select-row.qty-row.unavailable .qty-wrap {
          padding-left: 0; }
          .template-product .product-main .select-row.qty-row.unavailable .qty-wrap .select-wrap {
            display: none; }
          .template-product .product-main .select-row.qty-row.unavailable .qty-wrap button[type="submit"],
          .template-product .product-main .select-row.qty-row.unavailable .qty-wrap button[type="submit"]:disabled,
          .template-product .product-main .select-row.qty-row.unavailable .qty-wrap button[type="submit"]:hover {
            background: #e1e1e1;
            font-weight: 400;
            color: #191919;
            cursor: default; }
      .template-product .product-main .select-row.swatch-row {
        position: relative; }
        .template-product .product-main .select-row.swatch-row::after {
          position: absolute;
          bottom: 0;
          right: -13px;
          content: "";
          display: block;
          height: 91px;
          width: 70px;
          z-index: 2;
          background: linear-gradient(to right, rgba(255, 255, 255, 0), white 80%);
          opacity: 1;
          transition: opacity 0.2s ease-in-out;
          pointer-events: none; }
          .template-product .product-main .select-row.swatch-row::after:hover {
            opacity: 0; }
        .template-product .product-main .select-row.swatch-row.no-opacity::after {
          opacity: 0; }
        @media only screen and (min-width: 768px) {
          .template-product .product-main .select-row.swatch-row::after {
            right: unset;
            bottom: 0;
            height: 100px;
            width: 100%;
            background: linear-gradient(to bottom, transparent, white 80%); } }
      .template-product .product-main .select-row .boxes.swatches {
        max-height: 340px;
        overflow-y: auto; }
        @media only screen and (max-width: 767px) {
          .template-product .product-main .select-row .boxes.swatches {
            overflow-y: hidden;
            overflow-x: auto;
            white-space: nowrap;
            padding-bottom: 8px; } }
        .template-product .product-main .select-row .boxes.swatches .box {
          transition: all ease-in-out 0.2s;
          margin: 0 7px 7px 0;
          width: 76px;
          height: 76px;
          position: relative;
          border: 1px solid #cccccc;
          border-radius: unset;
          cursor: pointer; }
          .template-product .product-main .select-row .boxes.swatches .box .swatch-wrapper {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center; }
          .template-product .product-main .select-row .boxes.swatches .box .swatch-image {
            width: 68px;
            height: 68px;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            border-radius: 1px; }
          @media only screen and (min-width: 1025px) {
            .template-product .product-main .select-row .boxes.swatches .box:hover {
              border: 1px solid #cccccc;
              -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.06);
              box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.06); } }
          .template-product .product-main .select-row .boxes.swatches .box.active {
            background: none;
            border: 1px solid #191919 !important;
            color: #191919;
            font-weight: 500;
            cursor: pointer; }
            .template-product .product-main .select-row .boxes.swatches .box.active::after {
              display: none; }
    .template-product .product-main #static_values .row-title {
      padding-top: 11px; }
      .template-product .product-main #static_values .row-title .tooltip {
        top: 11px; }
    .template-product .product-main .shipping_note {
      margin-top: 30px;
      padding: 0 0 0 30px;
      background: white url(ico_shippingnew.svg) left 0 center no-repeat;
      font-size: 14px;
      line-height: 18px;
      font-weight: 500;
      letter-spacing: 0;
      color: #191919; }
      @media only screen and (max-width: 1024px) {
        .template-product .product-main .shipping_note {
          font-size: 13px;
          padding-left: 50px;
          background-position: left 20px center; } }
    .template-product .product-main .lcly-container a.lcly-primary-trigger span {
      line-height: 40px;
      height: 40px;
      border-radius: 4px;
      font-weight: 700;
      font-size: 16px;
      letter-spacing: 2.5px;
      text-transform: uppercase; }
    .template-product .product-main .lcly-container a.lcly-primary-trigger:hover {
      border-color: transparent; }
    .template-product .product-main .lcly-container .lcly-location-prompt a {
      color: #145c97;
      font-size: 1em;
      text-decoration: none; }
    .template-product .product-main .lcly-container .lcly-dealer {
      background: white;
      border: 1px solid #e1e1e1; }
      .template-product .product-main .lcly-container .lcly-dealer .lcly-icon-marker {
        fill: #c8102e; }
      .template-product .product-main .lcly-container .lcly-dealer:hover {
        background: #fafafa; }
    .template-product .product-main .lcly-container #lcly-link-0 {
      background: #aaa;
      line-height: 30px !important;
      height: 30px;
      color: white !important;
      border-radius: 4px; }
      .template-product .product-main .lcly-container #lcly-link-0:hover {
        border-color: transparent; }
  .template-product .option-popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    .template-product .option-popup .overlay {
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
      background: #191919;
      opacity: 0.7; }
    .template-product .option-popup .tableWrap {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      .template-product .option-popup .tableWrap .table {
        display: table;
        table-layout: fixed;
        width: 100%;
        height: 100%; }
        .template-product .option-popup .tableWrap .table .cell {
          display: table-cell;
          vertical-align: middle;
          position: relative; }
          @media only screen and (max-width: 1024px) {
            .template-product .option-popup .tableWrap .table .cell {
              vertical-align: top; } }
          .template-product .option-popup .tableWrap .table .cell .mask {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0; }
          .template-product .option-popup .tableWrap .table .cell .inner {
            max-width: 885px;
            margin: 0 auto;
            padding: 70px 110px;
            background: #ffffff;
            position: relative; }
            .template-product .option-popup .tableWrap .table .cell .inner .title {
              padding-bottom: 16px;
              border-bottom: 1px solid #e1e1e1;
              margin-bottom: 26px;
              font-family: "calluna", serif;
              font-size: 20px;
              letter-spacing: 0;
              line-height: 24px;
              font-weight: 700;
              text-transform: capitalize;
              color: #191919; }
            .template-product .option-popup .tableWrap .table .cell .inner p,
            .template-product .option-popup .tableWrap .table .cell .inner ul {
              margin: 0 0 30px;
              padding: 0;
              font-size: 19px;
              color: #191919;
              line-height: 30px; }
            .template-product .option-popup .tableWrap .table .cell .inner ul {
              padding-left: 28px;
              list-style-type: none; }
              .template-product .option-popup .tableWrap .table .cell .inner ul li {
                margin-bottom: 12px;
                position: relative; }
                .template-product .option-popup .tableWrap .table .cell .inner ul li:before {
                  display: block;
                  content: "•";
                  position: absolute;
                  top: 0;
                  left: -28px;
                  color: #191919; }
                .template-product .option-popup .tableWrap .table .cell .inner ul li strong {
                  color: #191919; }
            .template-product .option-popup .tableWrap .table .cell .inner .close {
              width: 31px;
              height: 31px;
              position: absolute;
              top: 65px;
              right: 55px;
              cursor: pointer; }
              .template-product .option-popup .tableWrap .table .cell .inner .close svg {
                width: 100%;
                height: auto;
                transition: all ease-in-out 0.2s; }
                .template-product .option-popup .tableWrap .table .cell .inner .close svg path {
                  fill: #191919; }
              .template-product .option-popup .tableWrap .table .cell .inner .close:hover svg {
                opacity: 0.5; }
            @media only screen and (max-width: 1024px) {
              .template-product .option-popup .tableWrap .table .cell .inner {
                padding: 40px; }
                .template-product .option-popup .tableWrap .table .cell .inner .title {
                  font-size: 18px; }
                .template-product .option-popup .tableWrap .table .cell .inner p,
                .template-product .option-popup .tableWrap .table .cell .inner ul {
                  font-size: 13px; }
                .template-product .option-popup .tableWrap .table .cell .inner .close {
                  top: 15px;
                  right: 15px; } }
            @media only screen and (max-width: 767px) {
              .template-product .option-popup .tableWrap .table .cell .inner {
                padding: 40px 25px; } }
  .template-product .product-features,
  .template-product .product-specs {
    padding: 80px 0;
    background: #f6f6f6; }
    .template-product .product-features .inner,
    .template-product .product-specs .inner {
      max-width: 1400px;
      margin: 0 auto;
      padding: 0 30px; }
      .template-product .product-features .inner h5,
      .template-product .product-specs .inner h5 {
        font-weight: 700;
        font-size: 20px;
        letter-spacing: 0;
        line-height: 24px;
        color: #191919; }
        @media only screen and (max-width: 767px) {
          .template-product .product-features .inner h5,
          .template-product .product-specs .inner h5 {
            font-size: 16px;
            line-height: 19px; } }
      .template-product .product-features .inner ul,
      .template-product .product-specs .inner ul {
        padding: 0;
        list-style: none; }
        .template-product .product-features .inner ul li,
        .template-product .product-specs .inner ul li {
          margin: 12px 0;
          padding-left: 28px;
          position: relative; }
          .template-product .product-features .inner ul li:before,
          .template-product .product-specs .inner ul li:before {
            display: block;
            content: "•";
            color: #191919;
            position: absolute;
            top: 0;
            left: 0; }
      @media only screen and (max-width: 767px) {
        .template-product .product-features .inner .box,
        .template-product .product-specs .inner .box {
          max-height: 230px;
          position: relative;
          overflow: hidden; }
          .template-product .product-features .inner .box.tall,
          .template-product .product-specs .inner .box.tall {
            max-height: 300px; }
          .template-product .product-features .inner .box .content,
          .template-product .product-specs .inner .box .content {
            padding-bottom: 80px; } }
      .template-product .product-features .inner .box .readmore,
      .template-product .product-specs .inner .box .readmore {
        display: none;
        width: 100%;
        height: 130px;
        position: absolute;
        bottom: 0;
        left: 0;
        text-align: center; }
        @media only screen and (max-width: 767px) {
          .template-product .product-features .inner .box .readmore,
          .template-product .product-specs .inner .box .readmore {
            display: block; } }
        .template-product .product-features .inner .box .readmore:before,
        .template-product .product-specs .inner .box .readmore:before {
          display: block;
          content: "";
          width: 100%;
          height: 60px;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 1;
          background-image: linear-gradient(to bottom, rgba(250, 250, 250, 0), #fafafa); }
        .template-product .product-features .inner .box .readmore:after,
        .template-product .product-specs .inner .box .readmore:after {
          display: block;
          content: "";
          width: 100%;
          height: 70px;
          position: absolute;
          bottom: 0;
          left: 0;
          z-index: 1;
          background: #fafafa; }
        .template-product .product-features .inner .box .readmore .toggle,
        .template-product .product-specs .inner .box .readmore .toggle {
          display: block;
          width: 100%;
          position: absolute;
          bottom: 0;
          left: 0;
          background: white;
          border: 1px solid #191919;
          border-radius: unset;
          text-align: center;
          line-height: 42px;
          font-size: 10px;
          font-weight: 700;
          color: #191919;
          letter-spacing: 1px;
          text-transform: uppercase;
          z-index: 2; }
          .template-product .product-features .inner .box .readmore .toggle span,
          .template-product .product-specs .inner .box .readmore .toggle span {
            font-size: 18px; }
      .template-product .product-features .inner .box.is-open .readmore:before, .template-product .product-features .inner .box.is-open .readmore:after,
      .template-product .product-specs .inner .box.is-open .readmore:before,
      .template-product .product-specs .inner .box.is-open .readmore:after {
        display: none; }
      .template-product .product-features .inner .specs-table,
      .template-product .product-specs .inner .specs-table {
        margin-top: 40px;
        position: relative; }
        .template-product .product-features .inner .specs-table table,
        .template-product .product-specs .inner .specs-table table {
          border-spacing: initial;
          /* override tables.scss */
          border-collapse: initial;
          /* override tables.scss */
          overflow-x: initial;
          /* override tables.scss */
          max-width: none;
          /* override tables.scss */ }
        .template-product .product-features .inner .specs-table table,
        .template-product .product-features .inner .specs-table th,
        .template-product .product-features .inner .specs-table td,
        .template-product .product-specs .inner .specs-table table,
        .template-product .product-specs .inner .specs-table th,
        .template-product .product-specs .inner .specs-table td {
          border: none;
          /* override tables.scss */ }
        .template-product .product-features .inner .specs-table .table-wrap,
        .template-product .product-specs .inner .specs-table .table-wrap {
          border-top: 3px solid #cccccc;
          padding-bottom: 40px;
          position: relative;
          overflow: hidden; }
          .template-product .product-features .inner .specs-table .table-wrap .fixed-th-table-wrapper td,
          .template-product .product-features .inner .specs-table .table-wrap .fixed-th-table-wrapper th,
          .template-product .product-features .inner .specs-table .table-wrap .scrolled-td-table-wrapper td,
          .template-product .product-features .inner .specs-table .table-wrap .scrolled-td-table-wrapper th,
          .template-product .product-specs .inner .specs-table .table-wrap .fixed-th-table-wrapper td,
          .template-product .product-specs .inner .specs-table .table-wrap .fixed-th-table-wrapper th,
          .template-product .product-specs .inner .specs-table .table-wrap .scrolled-td-table-wrapper td,
          .template-product .product-specs .inner .specs-table .table-wrap .scrolled-td-table-wrapper th {
            background: white; }
          .template-product .product-features .inner .specs-table .table-wrap .fixed-th-table-wrapper,
          .template-product .product-specs .inner .specs-table .table-wrap .fixed-th-table-wrapper {
            position: absolute; }
          .template-product .product-features .inner .specs-table .table-wrap .fixed-th-table-wrapper th,
          .template-product .product-specs .inner .specs-table .table-wrap .fixed-th-table-wrapper th {
            position: relative;
            z-index: 1;
            /* place fixed-th-table th-cells above  scrolled-td-table td-cells */ }
          .template-product .product-features .inner .specs-table .table-wrap .fixed-th-table-wrapper td,
          .template-product .product-specs .inner .specs-table .table-wrap .fixed-th-table-wrapper td {
            border-right: 1px solid white; }
          .template-product .product-features .inner .specs-table .table-wrap .scrolled-td-table-wrapper td,
          .template-product .product-specs .inner .specs-table .table-wrap .scrolled-td-table-wrapper td {
            position: relative;
            /* place scrolled-td-table td-cells above fixed-th-table */ }
          .template-product .product-features .inner .specs-table .table-wrap .scrolled-td-table-wrapper,
          .template-product .product-specs .inner .specs-table .table-wrap .scrolled-td-table-wrapper {
            overflow-x: auto;
            border-right: 1px solid #e1e1e1;
            position: relative; }
          .template-product .product-features .inner .specs-table .table-wrap .scrolled-td-table-wrapper tr td:last-child,
          .template-product .product-specs .inner .specs-table .table-wrap .scrolled-td-table-wrapper tr td:last-child {
            border-right: 1px solid white; }
          .template-product .product-features .inner .specs-table .table-wrap table,
          .template-product .product-specs .inner .specs-table .table-wrap table {
            /* simulating border-collapse: collapse, because fixed-th-table borders are below ".scrolling-td-wrapper table" borders */
            margin: 0;
            /*table-layout:fixed;*/
            border-spacing: 0; }
          .template-product .product-features .inner .specs-table .table-wrap td,
          .template-product .product-features .inner .specs-table .table-wrap th,
          .template-product .product-specs .inner .specs-table .table-wrap td,
          .template-product .product-specs .inner .specs-table .table-wrap th {
            padding: 20px;
            border-style: solid;
            border-color: #e1e1e1;
            border-width: 1px 1px 0 0;
            vertical-align: top;
            font-size: 14px; }
            @media only screen and (max-width: 767px) {
              .template-product .product-features .inner .specs-table .table-wrap td,
              .template-product .product-features .inner .specs-table .table-wrap th,
              .template-product .product-specs .inner .specs-table .table-wrap td,
              .template-product .product-specs .inner .specs-table .table-wrap th {
                padding: 12px;
                vertical-align: middle; } }
            .template-product .product-features .inner .specs-table .table-wrap td a[href^="tel"],
            .template-product .product-features .inner .specs-table .table-wrap th a[href^="tel"],
            .template-product .product-specs .inner .specs-table .table-wrap td a[href^="tel"],
            .template-product .product-specs .inner .specs-table .table-wrap th a[href^="tel"] {
              color: inherit;
              text-decoration: none;
              pointer-events: none; }
          .template-product .product-features .inner .specs-table .table-wrap tr td,
          .template-product .product-specs .inner .specs-table .table-wrap tr td {
            white-space: nowrap; }
          .template-product .product-features .inner .specs-table .table-wrap th:first-child,
          .template-product .product-specs .inner .specs-table .table-wrap th:first-child {
            border-left-width: 1px; }
          .template-product .product-features .inner .specs-table .table-wrap tr:last-child td,
          .template-product .product-features .inner .specs-table .table-wrap tr:last-child th,
          .template-product .product-specs .inner .specs-table .table-wrap tr:last-child td,
          .template-product .product-specs .inner .specs-table .table-wrap tr:last-child th {
            border-bottom-width: 1px; }
          .template-product .product-features .inner .specs-table .table-wrap td.sku,
          .template-product .product-specs .inner .specs-table .table-wrap td.sku {
            padding-top: 24px;
            padding-bottom: 36px; }
            @media only screen and (max-width: 767px) {
              .template-product .product-features .inner .specs-table .table-wrap td.sku,
              .template-product .product-specs .inner .specs-table .table-wrap td.sku {
                padding-top: 15px;
                padding-bottom: 15px; } }
          .template-product .product-features .inner .specs-table .table-wrap th.head,
          .template-product .product-specs .inner .specs-table .table-wrap th.head {
            padding: 20px;
            background: #f6f6f6;
            color: #191919;
            font-family: "calluna-sans", sans-serif;
            font-weight: 700;
            font-size: 13px;
            letter-spacing: 1px;
            line-height: 18px;
            text-transform: uppercase;
            text-align: left;
            width: 125px; }
            @media only screen and (max-width: 767px) {
              .template-product .product-features .inner .specs-table .table-wrap th.head,
              .template-product .product-specs .inner .specs-table .table-wrap th.head {
                padding: 13px;
                font-size: 13px;
                vertical-align: top; } }
            .template-product .product-features .inner .specs-table .table-wrap th.head span,
            .template-product .product-specs .inner .specs-table .table-wrap th.head span {
              display: block;
              width: 85px;
              white-space: normal; }
          .template-product .product-features .inner .specs-table .table-wrap a,
          .template-product .product-specs .inner .specs-table .table-wrap a {
            display: block;
            font-size: 13px;
            line-height: 1.3;
            letter-spacing: 1px;
            color: #8a7347;
            border-bottom: none;
            text-transform: capitalize; }
        .template-product .product-features .inner .specs-table .gradient,
        .template-product .product-specs .inner .specs-table .gradient {
          width: 60px;
          height: 100%;
          position: absolute;
          top: 0;
          right: 0;
          background: url(table-gradient.png) 0 0 repeat-y; }
    .template-product .product-features.product-specs,
    .template-product .product-specs.product-specs {
      background: white; }
      @media only screen and (max-width: 767px) {
        .template-product .product-features.product-specs,
        .template-product .product-specs.product-specs {
          padding: 40px 0 50px; }
          .template-product .product-features.product-specs .inner p,
          .template-product .product-specs.product-specs .inner p {
            display: none; }
          .template-product .product-features.product-specs .inner .box .readmore:before,
          .template-product .product-specs.product-specs .inner .box .readmore:before {
            background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white); }
          .template-product .product-features.product-specs .inner .box .readmore:after,
          .template-product .product-specs.product-specs .inner .box .readmore:after {
            background: white; }
          .template-product .product-features.product-specs .inner .specs-table,
          .template-product .product-specs.product-specs .inner .specs-table {
            margin-top: 20px; } }
    @media only screen and (max-width: 767px) {
      .template-product .product-features.product-details,
      .template-product .product-specs.product-details {
        padding: 0;
        background: white; }
        .template-product .product-features.product-details .inner,
        .template-product .product-specs.product-details .inner {
          padding: 0; }
          .template-product .product-features.product-details .inner .grid,
          .template-product .product-specs.product-details .inner .grid {
            margin: 0; }
          .template-product .product-features.product-details .inner .grid__item,
          .template-product .product-specs.product-details .inner .grid__item {
            padding: 40px 30px;
            background: #fafafa;
            border-bottom: 5px solid white; }
            .template-product .product-features.product-details .inner .grid__item:last-child,
            .template-product .product-specs.product-details .inner .grid__item:last-child {
              border-bottom: none; }
            .template-product .product-features.product-details .inner .grid__item:first-child:only-child,
            .template-product .product-specs.product-details .inner .grid__item:first-child:only-child {
              border-bottom: none; } }
    .template-product .product-features.product-reviews,
    .template-product .product-specs.product-reviews {
      background: white; }

/* custom scrollbar overrides */
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -30px !important; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 5px !important;
  margin: 0 !important;
  border-radius: 0;
  background-color: #191919 !important;
  filter: none;
  -ms-filter: none; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 5px !important;
  margin: 0 !important;
  background-color: #cccccc;
  border-radius: 0; }

.unavailable_label {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase; }

.available_date--text {
  color: #c8102e;
  font-family: "calluna", serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 20px;
  display: block; }
  @media only screen and (max-width: 767px) {
    .available_date--text {
      text-align: center; } }

.scarab-main {
  padding-bottom: 100px; }
  @media only screen and (max-width: 767px) {
    .scarab-main {
      padding-bottom: 50px; } }
  @media only screen and (max-width: 767px) {
    .scarab-main.cart-recommendations {
      padding-bottom: 100px; } }
  .scarab-main .inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px; }
    @media only screen and (max-width: 767px) {
      .scarab-main .inner {
        padding: 0; } }
  .scarab-main .scarab-heading {
    color: black;
    font-family: "calluna-sans", sans-serif;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 2.63px;
    line-height: 21px;
    text-transform: uppercase;
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .scarab-main .scarab-heading {
        font-size: 18px;
        letter-spacing: 2px;
        line-height: 26px;
        margin-bottom: 20px; } }
  .scarab-main .scarab-itemlist {
    position: relative;
    display: flex;
    max-width: 1100px;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .scarab-main .scarab-itemlist .slick-track {
        padding-left: 10px; } }
  .scarab-main .scarab-item {
    width: 25%;
    text-align: center;
    padding: 20px; }
    @media only screen and (max-width: 767px) {
      .scarab-main .scarab-item {
        padding: 10px; } }
    .scarab-main .scarab-item .item-details {
      padding-top: 40px; }
      @media only screen and (max-width: 767px) {
        .scarab-main .scarab-item .item-details {
          padding-top: 20px; } }
    .scarab-main .scarab-item img {
      max-width: 160px;
      margin: 0 auto;
      width: 100%; }
    .scarab-main .scarab-item p {
      color: #333333;
      font-family: "calluna", serif;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 0;
      line-height: 22px;
      text-align: center;
      margin-bottom: 5px; }
    @media only screen and (max-width: 767px) {
      .scarab-main .scarab-item .item-title {
        line-height: 17px;
        font-size: 12px; } }
    .scarab-main .scarab-item .item-price {
      margin: 0; }
      @media only screen and (max-width: 767px) {
        .scarab-main .scarab-item .item-price {
          font-size: 12px; } }
    .scarab-main .scarab-item a {
      outline: none; }
  .scarab-main .scarab-prev-btn, .scarab-main .scarab-next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9; }
    .scarab-main .scarab-prev-btn button, .scarab-main .scarab-next-btn button {
      width: 50px;
      height: 50px;
      background-color: white;
      border: 1px solid #333333;
      border-radius: 3px; }
      .scarab-main .scarab-prev-btn button:focus, .scarab-main .scarab-next-btn button:focus {
        outline: unset; }
    .scarab-main .scarab-prev-btn .slick-next, .scarab-main .scarab-next-btn .slick-next {
      right: -85px; }
      @media only screen and (max-width: 1024px) {
        .scarab-main .scarab-prev-btn .slick-next, .scarab-main .scarab-next-btn .slick-next {
          right: -15px; } }
    .scarab-main .scarab-prev-btn .slick-prev, .scarab-main .scarab-next-btn .slick-prev {
      left: -85px; }
      @media only screen and (max-width: 1024px) {
        .scarab-main .scarab-prev-btn .slick-prev, .scarab-main .scarab-next-btn .slick-prev {
          left: -15px; } }
  .scarab-main .slick-dots {
    bottom: -25px; }
    .scarab-main .slick-dots li {
      height: 6px;
      width: 6px; }
    .scarab-main .slick-dots .slick-active button {
      background: #333333; }
    .scarab-main .slick-dots button {
      background: #e1e1e1;
      height: 6px;
      width: 6px;
      border-radius: 50%; }
      .scarab-main .slick-dots button:before {
        content: unset; }
  .scarab-main .scarab-prev-btn {
    left: 0px; }
    .scarab-main .scarab-prev-btn svg {
      transform: rotate3d(0, 0, 1, 90deg); }
  .scarab-main .scarab-next-btn {
    right: 0px; }
    .scarab-main .scarab-next-btn svg {
      transform: rotate3d(0, 0, 1, 270deg); }
  .scarab-main .slick-disabled button {
    border: 1px solid #e1e1e1; }
    .scarab-main .slick-disabled button svg path {
      fill: #e1e1e1; }
  .scarab-main.also_bought-section {
    padding-top: 100px;
    border-top: 1px solid #e1e1e1; }

/*================ Search Template ================*/
.template-search {
  /* search main */
  /* filter sidebar */
  /* mobile filter search overlay "style2" in bc-sf-filter.js Override Settings: filterTreeMobileStyle: 'style2' */
  /* products grid */
  /* pagination */
  /* mobile */ }
  .template-search .jspDrag {
    background: #cccccc; }
  .template-search .jspTrack {
    background: #e1e1e1; }
  .template-search .rte ul li::before {
    content: unset !important; }
  .template-search .bc-sf-search-container .bc-sf-search-result-header {
    font-size: 40px; }
    @media only screen and (max-width: 767px) {
      .template-search .bc-sf-search-container .bc-sf-search-result-header {
        font-size: 20px; } }
  @media only screen and (max-width: 767px) {
    .template-search .page-width {
      padding-left: 0;
      padding-right: 0; } }
  .template-search .no_search-result #bc-sf-filter-wrapper,
  .template-search .no_search-result #bc-sf-filter-default-toolbar {
    display: none; }
  .template-search .bc-sf-search-form {
    padding-left: 18px;
    border: 1px solid #e1e1e1;
    background: #fafafa;
    position: relative;
    transition: all ease-in-out 0.2s; }
    .template-search .bc-sf-search-form .bc-sf-search-box {
      padding: 1px 14px;
      font-size: 15px;
      line-height: 40px;
      background: none;
      border: none;
      outline: none;
      box-shadow: none;
      cursor: auto; }
      .template-search .bc-sf-search-form .bc-sf-search-box::placeholder {
        overflow: visible; }
    .template-search .bc-sf-search-form .bc-sf-search-btn svg {
      vertical-align: middle; }
      .template-search .bc-sf-search-form .bc-sf-search-btn svg path {
        fill: #191919; }
    .template-search .bc-sf-search-form .bc-sf-search-btn:before {
      color: #191919;
      content: unset; }
    .template-search .bc-sf-search-form:hover {
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08); }
  @media only screen and (max-width: 767px) {
    .template-search .bc-sf-search-container {
      margin-bottom: 25px;
      padding: 15px; } }
  .template-search .bc-sf-search-result-number {
    display: none;
    margin: 50px 0 0; }
    @media only screen and (max-width: 767px) {
      .template-search .bc-sf-search-result-number {
        margin-top: 25px; } }
  @media only screen and (max-width: 767px) {
    .template-search #bc-sf-filter-top-sorting-mobile .bc-sf-filter-filter-dropdown {
      margin-top: 0;
      padding: 15px;
      border: 1px solid #e1e1e1;
      line-height: 30px; }
      .template-search #bc-sf-filter-top-sorting-mobile .bc-sf-filter-filter-dropdown li a {
        color: #191919; } }
  .template-search #bc-sf-filter-top-sorting-mobile .bc-sf-filter-filter-dropdown li {
    margin: 0; }
    .template-search #bc-sf-filter-top-sorting-mobile .bc-sf-filter-filter-dropdown li:before {
      content: unset; }
  .template-search #bc-sf-filter-default-toolbar {
    margin-bottom: 0;
    background: white;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1; }
    .template-search #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner {
      padding-left: 50px;
      padding-right: 50px; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .template-search #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner {
          padding-left: 25px;
          padding-right: 25px; } }
      @media only screen and (max-width: 767px) {
        .template-search #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner {
          padding: 10px 0; } }
      .template-search #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner .bc-sf-filter-toolbar-item {
        min-width: 50%;
        text-align: left;
        /* product count */
        /* sort "dropdown" */ }
        .template-search #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner .bc-sf-filter-toolbar-item:first-child {
          display: none; }
        @media only screen and (max-width: 767px) {
          .template-search #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner .bc-sf-filter-toolbar-item {
            width: 100%;
            text-align: center; } }
        .template-search #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner .bc-sf-filter-toolbar-item #bc-sf-filter-total-product {
          font-size: 14px;
          letter-spacing: 0;
          line-height: 60px;
          font-style: normal; }
          @media only screen and (max-width: 767px) {
            .template-search #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner .bc-sf-filter-toolbar-item #bc-sf-filter-total-product {
              line-height: 22px; } }
        .template-search #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner .bc-sf-filter-toolbar-item#bc-sf-filter-top-sorting label {
          display: inline-block;
          min-width: 190px;
          height: 36px;
          padding: 0 42px 0 0;
          background: white;
          border: 1px solid #D1D2D4;
          text-align: left;
          position: relative;
          margin: 0;
          transition: all ease-in-out 0.2s; }
          .template-search #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner .bc-sf-filter-toolbar-item#bc-sf-filter-top-sorting label:hover {
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
          .template-search #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner .bc-sf-filter-toolbar-item#bc-sf-filter-top-sorting label:before {
            display: block;
            content: 'Sort by';
            position: absolute;
            top: 0;
            left: -85px;
            text-transform: uppercase;
            font-size: 14px;
            font-weight: 700;
            letter-spacing: 0;
            line-height: 33px;
            color: #191919;
            font-family: "calluna-sans", sans-serif; }
          .template-search #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner .bc-sf-filter-toolbar-item#bc-sf-filter-top-sorting label span {
            display: block;
            max-width: none;
            padding: 0 16px;
            font-size: 13px;
            line-height: 34px; }
            .template-search #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner .bc-sf-filter-toolbar-item#bc-sf-filter-top-sorting label span span {
              padding: 0; }
            .template-search #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner .bc-sf-filter-toolbar-item#bc-sf-filter-top-sorting label span:after {
              display: block;
              margin: 0;
              padding: 0;
              width: 40px;
              height: 34px;
              top: 0;
              right: -42px;
              background: white;
              border-left: 1px solid #D1D2D4;
              text-align: center;
              line-height: 34px;
              font-weight: 700; }
        .template-search #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner .bc-sf-filter-toolbar-item#bc-sf-filter-top-sorting .bc-sf-filter-filter-dropdown {
          border: 1px solid #D1D2D4;
          padding: 10px 0; }
          .template-search #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner .bc-sf-filter-toolbar-item#bc-sf-filter-top-sorting .bc-sf-filter-filter-dropdown li {
            padding: 2px 15px;
            margin-bottom: 0;
            background: white;
            transition: all ease-in-out 0.2s; }
            .template-search #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner .bc-sf-filter-toolbar-item#bc-sf-filter-top-sorting .bc-sf-filter-filter-dropdown li:hover {
              background: #f6f6f6; }
          .template-search #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner .bc-sf-filter-toolbar-item#bc-sf-filter-top-sorting .bc-sf-filter-filter-dropdown a {
            font-size: 14px;
            line-height: 1.3;
            color: #191919; }
            .template-search #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner .bc-sf-filter-toolbar-item#bc-sf-filter-top-sorting .bc-sf-filter-filter-dropdown a.active, .template-search #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner .bc-sf-filter-toolbar-item#bc-sf-filter-top-sorting .bc-sf-filter-filter-dropdown a:hover {
              font-weight: 400; }
  @media only screen and (min-width: 768px) {
    .template-search #bc-sf-filter-wrapper {
      display: table;
      table-layout: fixed;
      float: none; }
      .template-search #bc-sf-filter-wrapper .bc-sf-filter-left-col,
      .template-search #bc-sf-filter-wrapper .bc-sf-filter-right-col {
        display: table-cell;
        width: auto;
        float: none;
        vertical-align: top; }
      .template-search #bc-sf-filter-wrapper .bc-sf-filter-left-col {
        width: 280px;
        border-right: 1px solid #e1e1e1;
        padding: 30px 25px 30px 25px; }
      .template-search #bc-sf-filter-wrapper .bc-sf-filter-right-col .bc-sf-filter-product-item {
        width: 50%; } }
  @media only screen and (min-width: 1025px) {
    .template-search #bc-sf-filter-wrapper .bc-sf-filter-left-col {
      padding: 30px 25px 30px 50px; }
    .template-search #bc-sf-filter-wrapper .bc-sf-filter-right-col .bc-sf-filter-product-item {
      width: 33.33333333%; } }
  .template-search .bc-sf-filter-selection-wrapper .bc-sf-filter-block-title h3 {
    font-family: "calluna", serif;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px;
    color: #191919;
    outline: none; }
    .template-search .bc-sf-filter-selection-wrapper .bc-sf-filter-block-title h3:before {
      display: inline-block;
      content: '';
      width: 14px;
      height: 15px;
      position: relative;
      top: 2px;
      margin-right: 10px;
      background: url(ico-filternew.svg) center center no-repeat; }
  .template-search .bc-sf-filter-selection-wrapper .bc-sf-filter-block-title .bc-sf-filter-clear, .template-search .bc-sf-filter-selection-wrapper .bc-sf-filter-block-title .bc-sf-filter-clear-all {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 17px;
    color: #8a7347; }
  .template-search .bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items .selected-item {
    margin-bottom: 2px; }
    .template-search .bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items .selected-item .selected-type strong,
    .template-search .bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items .selected-item .selected-type strong > span {
      font-weight: 400; }
    .template-search .bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items .selected-item .selected-type > span {
      font-weight: 700; }
    .template-search .bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items .selected-item a {
      display: block;
      padding: 0 26px 0 8px;
      font-size: 13px;
      color: #191919;
      line-height: 30px;
      text-transform: none;
      background: #f6f6f6;
      position: relative; }
      .template-search .bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items .selected-item a .bc-sf-filter-clear {
        width: 12px;
        height: 12px;
        position: absolute;
        top: 50%;
        right: 10px;
        margin: -8px 0 0; }
        .template-search .bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items .selected-item a .bc-sf-filter-clear:before, .template-search .bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items .selected-item a .bc-sf-filter-clear:after {
          width: 12px;
          background: #191919; }
      .template-search .bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items .selected-item a:hover {
        color: #8a7347; }
        .template-search .bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items .selected-item a:hover .bc-sf-filter-clear:before, .template-search .bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items .selected-item a:hover .bc-sf-filter-clear:after {
          background: #111111; }
  .template-search .bc-sf-filter-option-block .bc-sf-filter-block-title h3 {
    display: block;
    font-family: "calluna", serif;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px;
    color: #191919;
    outline: none;
    position: relative;
    cursor: pointer; }
    .template-search .bc-sf-filter-option-block .bc-sf-filter-block-title h3 span {
      outline: none; }
      .template-search .bc-sf-filter-option-block .bc-sf-filter-block-title h3 span:before {
        display: none; }
    .template-search .bc-sf-filter-option-block .bc-sf-filter-block-title h3:after {
      display: block;
      content: '+';
      position: absolute;
      top: 8px;
      right: 0;
      font-size: 24px;
      line-height: 0; }
    .template-search .bc-sf-filter-option-block .bc-sf-filter-block-title h3:hover {
      color: #8a7347; }
    .template-search .bc-sf-filter-option-block .bc-sf-filter-block-title h3[aria-expanded="true"]:after {
      content: '–';
      top: 8px; }
  .template-search .bc-sf-filter-option-block .bc-sf-filter-block-title .bc-sf-filter-clear {
    display: none; }
  .template-search .bc-sf-filter-option-block .bc-sf-filter-block-content {
    margin-top: 10px; }
    .template-search .bc-sf-filter-option-block .bc-sf-filter-block-content ul li {
      margin-bottom: 5px; }
      .template-search .bc-sf-filter-option-block .bc-sf-filter-block-content ul li a {
        font-size: 15px;
        letter-spacing: 0;
        line-height: 35px;
        color: #191919; }
        .template-search .bc-sf-filter-option-block .bc-sf-filter-block-content ul li a:hover {
          color: #8a7347; }
        .template-search .bc-sf-filter-option-block .bc-sf-filter-block-content ul li a.selected {
          font-weight: 400; }
          .template-search .bc-sf-filter-option-block .bc-sf-filter-block-content ul li a.selected:hover {
            color: #8a7347; }
    .template-search .bc-sf-filter-option-block .bc-sf-filter-block-content .bc-sf-filter-option-multiple-list li a > span:first-child {
      top: 10px;
      box-shadow: 0 0 0 1px #d1d2d4;
      transition: all ease-in-out 0.2s; }
    .template-search .bc-sf-filter-option-block .bc-sf-filter-block-content .bc-sf-filter-option-multiple-list li a.selected > span:first-child {
      background: #f6f6f6 !important;
      -webkit-box-shadow: 0 0 0 1px #191919 !important;
      box-shadow: 0 0 0 1px #191919 !important; }
      .template-search .bc-sf-filter-option-block .bc-sf-filter-block-content .bc-sf-filter-option-multiple-list li a.selected > span:first-child:before {
        width: 8px;
        height: 4px;
        top: 4px;
        border: 1px solid #191919;
        border-top: none;
        border-right: none; }
    .template-search .bc-sf-filter-option-block .bc-sf-filter-block-content .bc-sf-filter-option-multiple-list li a:hover > span:first-child {
      background: #fafafa;
      -webkit-box-shadow: 0 0 0 1px #8a7347;
      box-shadow: 0 0 0 1px #8a7347; }
  @media screen and (max-width: 767px) {
    .template-search .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-mobile-toolbar-header {
      padding: 12px 0;
      background: #f6f6f6;
      font-size: 0;
      line-height: 0;
      text-align: left;
      text-indent: -9999em;
      position: relative; }
      .template-search .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-mobile-toolbar-header:after {
        display: inline-block;
        content: 'Refine By';
        width: 100%;
        text-align: center;
        text-indent: 0;
        font-family: "calluna", serif;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.5px;
        line-height: 19px;
        color: #191919;
        text-transform: capitalize; }
    .template-search .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-mobile-toolbar-items {
      background: #f6f6f6;
      padding-left: 24px; }
      .template-search .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-mobile-toolbar-items a {
        font-weight: 600;
        font-size: 11px;
        letter-spacing: 1px;
        line-height: 11px;
        color: #191919; }
      .template-search .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-mobile-toolbar-items .bc-sf-filter-mobile-toolbar-left a:before {
        border: solid #191919;
        border-width: 0 2px 2px 0;
        padding: 2px; }
      .template-search .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-mobile-toolbar-items .bc-sf-filter-mobile-toolbar-right a {
        position: relative;
        top: 2px; }
    .template-search .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-option-block {
      text-align: left;
      border-bottom: 1px solid #e1e1e1; }
      .template-search .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-option-block:last-child {
        border-bottom: 1px solid #e1e1e1; }
      .template-search .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-option-block.bc-sf-filter-option-block-active {
        border-bottom: none !important; }
      .template-search .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-option-block .bc-sf-filter-block-title {
        padding-left: 0; }
        .template-search .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-option-block .bc-sf-filter-block-title:after {
          padding: 2.5px;
          top: 9px;
          border-color: #191919; }
        .template-search .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-option-block .bc-sf-filter-block-title h3 {
          font-family: "calluna", serif;
          font-weight: 700;
          font-size: 14px;
          letter-spacing: 0.5px; }
          .template-search .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-option-block .bc-sf-filter-block-title h3:after {
            display: none; }
        .template-search .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-option-block .bc-sf-filter-block-title p {
          font-family: "calluna-sans", sans-serif;
          font-size: 14px;
          color: #191919;
          letter-spacing: 0;
          line-height: 35px; }
      .template-search .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-option-block .bc-sf-filter-option-amount {
        float: none; }
      .template-search .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-option-block .bc-sf-filter-block-content {
        margin-top: 20px; }
        .template-search .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-option-block .bc-sf-filter-block-content ul li a {
          color: #145c97; }
        .template-search .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-option-block .bc-sf-filter-block-content ul.bc-sf-filter-option-multiple-list li a {
          color: #191919;
          font-size: 14px; } }
  .template-search #bc-sf-filter-products {
    display: flex;
    flex-wrap: wrap; }
    .template-search #bc-sf-filter-products .bc-sf-filter-product-item {
      display: block;
      float: none;
      padding: 0;
      margin: 0;
      border-right: 1px solid #e1e1e1;
      border-bottom: 1px solid #e1e1e1;
      transition: all ease-in-out 0.2s; }
      .template-search #bc-sf-filter-products .bc-sf-filter-product-item:hover {
        position: relative;
        z-index: 1;
        box-shadow: 0 0 10px 0 rgba(149, 149, 149, 0.2); }
      .template-search #bc-sf-filter-products .bc-sf-filter-product-item .bc-sf-filter-product-item-inner {
        cursor: pointer; }
        .template-search #bc-sf-filter-products .bc-sf-filter-product-item .bc-sf-filter-product-item-inner .bc-sf-filter-product-item-image {
          padding: 50px 50px 70px; }
          @media only screen and (max-width: 767px) {
            .template-search #bc-sf-filter-products .bc-sf-filter-product-item .bc-sf-filter-product-item-inner .bc-sf-filter-product-item-image {
              padding: 20px 20px 34px; } }
          .template-search #bc-sf-filter-products .bc-sf-filter-product-item .bc-sf-filter-product-item-inner .bc-sf-filter-product-item-image .bc-sf-filter-product-item-image-link {
            margin: 0; }
        .template-search #bc-sf-filter-products .bc-sf-filter-product-item .bc-sf-filter-product-item-inner .bc-sf-filter-product-item-label {
          height: 1px;
          position: relative;
          right: auto;
          top: auto;
          padding: 0;
          text-align: center; }
          .template-search #bc-sf-filter-products .bc-sf-filter-product-item .bc-sf-filter-product-item-inner .bc-sf-filter-product-item-label .bc-sf-filter-label {
            min-width: 82px;
            margin: 0;
            padding: 0 15px;
            position: absolute;
            top: -46px;
            left: 50%;
            transform: translateX(-50%);
            font-family: "calluna-sans", sans-serif;
            font-weight: 700;
            font-size: 10px;
            letter-spacing: 0.5px;
            line-height: 10px;
            white-space: nowrap;
            text-align: center;
            text-transform: uppercase;
            border: unset;
            padding: 4px 0; }
            .template-search #bc-sf-filter-products .bc-sf-filter-product-item .bc-sf-filter-product-item-inner .bc-sf-filter-product-item-label .bc-sf-filter-label.soldout {
              top: -52px;
              min-width: 100px;
              background-color: rgba(167, 17, 39, 0.05);
              color: #c8102e;
              border: 1px solid #c8102e; }
            .template-search #bc-sf-filter-products .bc-sf-filter-product-item .bc-sf-filter-product-item-inner .bc-sf-filter-product-item-label .bc-sf-filter-label.sale {
              min-width: 44px;
              color: #c8102e;
              border: 1px solid #c8102e; }
            .template-search #bc-sf-filter-products .bc-sf-filter-product-item .bc-sf-filter-product-item-inner .bc-sf-filter-product-item-label .bc-sf-filter-label.new {
              min-width: 44px;
              color: #191919;
              border: 1px solid #191919; }
        .template-search #bc-sf-filter-products .bc-sf-filter-product-item .bc-sf-filter-product-item-inner .bc-sf-filter-product-bottom {
          padding: 0 30px 50px;
          text-align: center; }
          @media only screen and (max-width: 767px) {
            .template-search #bc-sf-filter-products .bc-sf-filter-product-item .bc-sf-filter-product-item-inner .bc-sf-filter-product-bottom {
              padding: 0 10px 15px; } }
          .template-search #bc-sf-filter-products .bc-sf-filter-product-item .bc-sf-filter-product-item-inner .bc-sf-filter-product-bottom .bc-sf-filter-product-item-title {
            font-weight: 600;
            font-size: 14px;
            letter-spacing: 0;
            line-height: 22px;
            color: #191919; }
            @media only screen and (max-width: 767px) {
              .template-search #bc-sf-filter-products .bc-sf-filter-product-item .bc-sf-filter-product-item-inner .bc-sf-filter-product-bottom .bc-sf-filter-product-item-title {
                font-size: 12px;
                line-height: 16px; } }
          .template-search #bc-sf-filter-products .bc-sf-filter-product-item .bc-sf-filter-product-item-inner .bc-sf-filter-product-bottom .bc-sf-filter-product-item-custom-metafields {
            font-size: 12px;
            letter-spacing: 0;
            line-height: 16px;
            color: #191919; }
            @media only screen and (max-width: 767px) {
              .template-search #bc-sf-filter-products .bc-sf-filter-product-item .bc-sf-filter-product-item-inner .bc-sf-filter-product-bottom .bc-sf-filter-product-item-custom-metafields {
                display: none; } }
          .template-search #bc-sf-filter-products .bc-sf-filter-product-item .bc-sf-filter-product-item-inner .bc-sf-filter-product-bottom .bc-sf-filter-product-item-price {
            font-weight: 600;
            font-size: 15px;
            letter-spacing: 0;
            line-height: 22px;
            color: #191919; }
            @media only screen and (max-width: 767px) {
              .template-search #bc-sf-filter-products .bc-sf-filter-product-item .bc-sf-filter-product-item-inner .bc-sf-filter-product-bottom .bc-sf-filter-product-item-price {
                font-size: 12px; } }
            .template-search #bc-sf-filter-products .bc-sf-filter-product-item .bc-sf-filter-product-item-inner .bc-sf-filter-product-bottom .bc-sf-filter-product-item-price s {
              font-weight: 400;
              color: #191919; }
            .template-search #bc-sf-filter-products .bc-sf-filter-product-item .bc-sf-filter-product-item-inner .bc-sf-filter-product-bottom .bc-sf-filter-product-item-price .bc-sf-filter-product-item-sale-price {
              color: #c8102e; }
  .template-search #bc-sf-filter-bottom-pagination {
    padding: 38px 40px 50px; }
    @media only screen and (max-width: 767px) {
      .template-search #bc-sf-filter-bottom-pagination {
        padding: 38px 24px; } }
    .template-search #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default {
      text-align: center; }
      .template-search #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        position: relative; }
        .template-search #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li span, .template-search #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li a {
          margin: 0 2px;
          padding: 8px;
          border: 1px solid white;
          border-radius: 3px;
          background: white;
          font-size: 16px;
          letter-spacing: 0;
          line-height: 30px;
          color: #191919;
          font-weight: 500;
          position: relative; }
          .template-search #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li span.active, .template-search #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li a.active {
            color: #191919;
            font-weight: 500; }
            .template-search #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li span.active:after, .template-search #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li a.active:after {
              display: block;
              content: '';
              width: 16px;
              height: 1px;
              background: #191919;
              position: absolute;
              bottom: 0;
              left: 50%;
              margin-left: -8px; }
        .template-search #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li a:hover {
          background: #f6f6f6;
          border: 1px solid #191919; }
          .template-search #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li a:hover:after {
            display: none; }
        .template-search #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li:first-child, .template-search #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li:last-child {
          position: absolute;
          top: 50%;
          left: 0; }
          .template-search #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li:first-child a, .template-search #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li:last-child a {
            display: block;
            width: 136px;
            margin: 0;
            padding: 0;
            font-family: "calluna-sans", sans-serif;
            font-size: 10px;
            font-weight: 700;
            letter-spacing: 1px;
            line-height: 44px;
            color: #191919;
            border: 1px solid #191919;
            border-radius: unset;
            text-transform: uppercase;
            transform: translateY(-50%); }
            .template-search #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li:first-child a svg, .template-search #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li:last-child a svg {
              display: inline-block;
              width: 5px;
              height: 9px;
              position: relative;
              right: -8px; }
              .template-search #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li:first-child a svg path, .template-search #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li:last-child a svg path {
                stroke: #191919; }
            .template-search #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li:first-child a:hover, .template-search #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li:last-child a:hover {
              background: #f6f6f6; }
              .template-search #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li:first-child a:hover:after, .template-search #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li:last-child a:hover:after {
                display: none; }
            @media only screen and (max-width: 767px) {
              .template-search #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li:first-child a, .template-search #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li:last-child a {
                width: 44px;
                text-align: left;
                text-indent: -9999em;
                position: relative; }
                .template-search #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li:first-child a svg, .template-search #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li:last-child a svg {
                  display: block;
                  position: absolute;
                  top: 50%;
                  right: 50% !important;
                  left: auto !important;
                  margin-top: -4px;
                  margin-right: -2px; } }
            @media only screen and (min-width: 768px) and (max-width: 1024px) {
              .template-search #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li:first-child a, .template-search #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li:last-child a {
                width: 85px; } }
        .template-search #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li:first-child a svg {
          right: auto;
          left: -8px;
          transform: rotate(180deg); }
        .template-search #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li:last-child {
          left: auto;
          right: 0; }
        .template-search #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li.disabled {
          display: none; }
  .template-search #bc-sf-filter-tree-mobile,
  .template-search #bc-sf-filter-top-sorting-mobile {
    width: 50%;
    background: white;
    border-bottom: 1px solid #e1e1e1; }
  .template-search #bc-sf-filter-tree-mobile {
    border-right: 1px solid #e1e1e1; }
  .template-search #bc-sf-filter-tree-mobile button,
  .template-search #bc-sf-filter-top-sorting-mobile label {
    margin: 0;
    padding: 0;
    height: 50px;
    border: none;
    font-family: "calluna", serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 50px;
    color: #191919;
    text-transform: capitalize;
    outline: none; }
  .template-search #bc-sf-filter-tree-mobile button:before {
    display: inline-block;
    content: '';
    width: 14px;
    height: 15px;
    position: relative;
    top: 2px;
    margin-right: 8px;
    background: url(ico-filternew.svg) center center no-repeat; }
  .template-search #bc-sf-filter-top-sorting-mobile.bc-sf-filter-custom-sorting label > span {
    max-width: none; }
    .template-search #bc-sf-filter-top-sorting-mobile.bc-sf-filter-custom-sorting label > span:after {
      position: relative;
      vertical-align: middle;
      margin: 0 0 0 8px;
      top: auto;
      right: auto;
      color: #191919;
      font-size: 8px;
      font-weight: 700; }
  .template-search #bc-sf-filter-top-sorting-mobile .bc-sf-filter-filter-dropdown {
    margin-top: 0;
    border: 1px solid #e1e1e1;
    line-height: 30px; }
    .template-search #bc-sf-filter-top-sorting-mobile .bc-sf-filter-filter-dropdown li a {
      color: #191919; }
  .template-search #bc-sf-filter-mobile-footer button {
    padding: 20px 0;
    background: #8a7347;
    font-family: "calluna-sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 17px;
    border: unset; }
  .template-search a.custom-mobile-close-btn {
    display: none;
    width: 20px;
    height: 20px;
    position: fixed;
    top: 14px;
    right: 18px;
    z-index: 9999999998; }
    .template-search a.custom-mobile-close-btn:before, .template-search a.custom-mobile-close-btn:after {
      content: '';
      display: block;
      width: 12px;
      height: 2px;
      background: #191919;
      position: absolute;
      right: 0;
      top: 8px;
      transform: rotate(45deg); }
    .template-search a.custom-mobile-close-btn:after {
      transform: rotate(-45deg); }
  .template-search .bc-sf-filter-tree-mobile-open + a.custom-mobile-close-btn {
    display: block; }
  .template-search #bc-sf-filter-products {
    width: 100%;
    padding-top: 0;
    margin-left: 0; }

.bc-sf-search-suggestion {
  width: 400px;
  right: 0;
  border: 1px solid #e1e1e1;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.11) !important;
  border-radius: unset !important; }

.bc-sf-search-suggestion-header:not(.bc-sf-search-suggestion-header-view-all) {
  color: #191919 !important;
  font-family: "calluna-sans", sans-serif;
  font-size: 16px !important;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 20px;
  padding: 20px !important;
  text-align: left !important; }

.bc-sf-search-suggestion-item > a {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  color: #191919;
  line-height: 40px !important; }

.bc-sf-search-suggestion-item a > b {
  font-weight: 500 !important; }

.bc-sf-search-suggestion-product-title {
  color: #191919 !important;
  font-family: "calluna-sans", sans-serif;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0;
  line-height: 30px !important;
  margin-bottom: 0;
  padding: 0 !important; }

.bc-sf-search-suggestion-product-title b {
  font-weight: 600 !important; }

.bc-sf-search-suggestion-product-sku,
.bc-sf-search-suggestion-product-vendor {
  display: none; }

.bc-sf-search-suggestion-product-price {
  color: #191919 !important;
  font-family: "calluna-sans", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22px !important;
  font-weight: 400 !important; }

.bc-sf-search-suggestion-item-product .bc-sf-search-suggestion-left {
  width: 80px; }

.bc-sf-search-suggestion-item-product .bc-sf-search-suggestion-right {
  width: calc(100% - 90px); }

li.bc-sf-search-suggestion-item.bc-ui-item.ui-menu-item {
  box-shadow: unset;
  border-radius: 0 !important;
  padding: 4px 30px; }
  li.bc-sf-search-suggestion-item.bc-ui-item.ui-menu-item:hover {
    background-color: #f6f6f6; }

.bc-sf-search-suggestion-wrapper .bc-sf-search-suggestion-header-view-all > a {
  font-family: "calluna-sans", sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 500 !important;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
  padding: 14px;
  text-transform: capitalize;
  color: #8a7347 !important; }

li.bc-sf-search-suggestion-header-view-all.bc-sf-search-suggestion-header {
  color: #191919; }

.bc-sf-search-suggestion .bc-sf-search-suggestion-group li {
  border-bottom: 1px solid #e1e1e1;
  background: #fff; }

.bc-sf-search-suggestion-header-view-all:hover {
  background-color: white !important; }

.bc-sf-search-suggestion-header-popular + .bc-sf-search-suggestion-item a {
  color: #191919 !important; }

.bc-sf-search-suggestion-no-result {
  color: #191919 !important;
  font-size: 18px !important;
  letter-spacing: 0 !important;
  line-height: 30px !important; }

@media screen and (max-width: 767px) {
  .bc-sf-search-suggestion-mobile-top-panel .bc-sf-search-btn-close-suggestion,
  .bc-sf-search-btn-clear-suggestion {
    border-right: unset !important; }
    .bc-sf-search-suggestion-mobile-top-panel .bc-sf-search-btn-close-suggestion:before,
    .bc-sf-search-btn-clear-suggestion:before {
      color: #191919 !important; }

  .bc-sf-search-btn-clear-suggestion {
    background-color: #fafafa !important; }

  .bc-sf-search-suggestion-mobile-top-panel #bc-sf-search-box-mobile {
    color: #191919;
    font-family: "calluna-sans", sans-serif !important;
    font-size: 14px !important;
    letter-spacing: 0 !important;
    line-height: 24px !important; }
    .bc-sf-search-suggestion-mobile-top-panel #bc-sf-search-box-mobile::placeholder {
      overflow: visible; }
    .bc-sf-search-suggestion-mobile-top-panel #bc-sf-search-box-mobile:focus {
      color: #191919; }

  .bc-sf-search-suggestion-mobile-top-panel form {
    background-color: #fafafa !important;
    box-shadow: 0 1px 0 0 #E1E1E1; }

  .bc-sf-search-suggestion-mobile .bc-sf-search-suggestion-group {
    margin: 0 !important; }

  .bc-sf-search-suggestion-mobile .bc-sf-search-suggestion {
    background-color: white !important;
    overflow: hidden !important; }

  .bc-sf-search-suggestion-group ul {
    margin: 0 -14px !important; }

  li.bc-sf-search-suggestion-header-view-all.bc-sf-search-suggestion-header {
    margin-left: 0 !important;
    margin-right: 0 !important; }

  .bc-sf-search-suggestion-mobile-top-panel #bc-sf-search-box-mobile,
  .bc-sf-search-suggestion-mobile-top-panel .bc-sf-search-btn-close-suggestion {
    background-color: #fafafa !important; } }
.bc-sf-search-suggestion-popover {
  top: -19px !important; }

.bc-sf-search-suggestion-item.bc-sf-search-suggestion-dym {
  border-radius: unset !important; }
  .bc-sf-search-suggestion-item.bc-sf-search-suggestion-dym:before {
    border-radius: unset !important; }

.bc-sf-search-suggestion-dym + .bc-sf-search-suggestion-item-product,
.bc-sf-search-suggestion-group[data-group=products] + .bc-sf-search-suggestion-group[data-group=products] {
  border-top: unset !important; }

.bc-sf-search-suggestion-mobile .bc-sf-search-suggestion-header-view-all {
  border-radius: unset !important; }

.bc-sf-search-suggestion-item.bc-sf-search-suggestion-dym a, .bc-sf-search-suggestion-item.bc-sf-search-suggestion-dym span {
  border: unset; }

/*================ Collection Template ================*/
.template-collection {
  /* collection header */
  /* collection main */
  /* filter sidebar */
  /* mobile filter search overlay "style2" in bc-sf-filter.js Override Settings: filterTreeMobileStyle: 'style2' */
  /* products grid */
  /* pagination */
  /* mobile */ }
  @media only screen and (max-width: 767px) {
    .template-collection .page-width {
      padding-left: 0;
      padding-right: 0; } }
  .template-collection .collection__header {
    background-color: #f6f6f6;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative; }
    .template-collection .collection__header .banner-content {
      display: flex;
      padding-left: 30px;
      padding-right: 30px;
      align-items: center;
      justify-content: center;
      text-align: center;
      position: relative;
      z-index: 1;
      padding-top: 40px;
      padding-bottom: 60px; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .template-collection .collection__header .banner-content {
          padding: 40px 15px;
          background-image: none !important; } }
      @media only screen and (min-width: 1025px) {
        .template-collection .collection__header .banner-content {
          min-height: 360px;
          padding-top: 60px;
          padding-bottom: 60px; } }
      .template-collection .collection__header .banner-content h1 {
        margin: 0; }
        @media only screen and (max-width: 1024px) {
          .template-collection .collection__header .banner-content h1 {
            font-size: 22px;
            font-weight: 700;
            letter-spacing: 0;
            line-height: 27px; } }
      .template-collection .collection__header .banner-content p {
        max-width: 870px;
        margin: 10px auto 0; }
        @media only screen and (max-width: 1024px) {
          .template-collection .collection__header .banner-content p {
            display: none; } }
  .template-collection #bc-sf-filter-default-toolbar {
    margin-bottom: 0;
    background: white;
    border-top: none;
    border-bottom: 1px solid #e1e1e1; }
    .template-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner {
      padding-left: 50px;
      padding-right: 50px; }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .template-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner {
          padding-left: 25px;
          padding-right: 25px; } }
      @media only screen and (max-width: 767px) {
        .template-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner {
          padding: 0;
          height: 0; } }
      .template-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner .bc-sf-filter-toolbar-item {
        min-width: 50%;
        text-align: left;
        /* product count */
        /* sort "dropdown" */ }
        @media only screen and (max-width: 767px) {
          .template-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner .bc-sf-filter-toolbar-item {
            width: 100%;
            text-align: center;
            position: relative;
            top: -50px; } }
        .template-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner .bc-sf-filter-toolbar-item #bc-sf-filter-total-product {
          font-size: 14px;
          line-height: 60px;
          font-style: normal;
          letter-spacing: 0; }
          @media only screen and (max-width: 767px) {
            .template-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner .bc-sf-filter-toolbar-item #bc-sf-filter-total-product {
              line-height: 22px; } }
        .template-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner .bc-sf-filter-toolbar-item#bc-sf-filter-top-sorting label {
          display: inline-block;
          min-width: 190px;
          height: 36px;
          padding: 0 42px 0 0;
          background: white;
          border: 1px solid #D1D2D4;
          text-align: left;
          position: relative;
          margin-top: 0;
          transition: all ease-in-out 0.2s; }
          .template-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner .bc-sf-filter-toolbar-item#bc-sf-filter-top-sorting label:hover {
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
          .template-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner .bc-sf-filter-toolbar-item#bc-sf-filter-top-sorting label:before {
            display: block;
            content: 'Sort by';
            position: absolute;
            top: 0;
            left: -85px;
            text-transform: uppercase;
            font-size: 14px;
            font-weight: 700;
            letter-spacing: 0;
            line-height: 33px;
            color: #191919;
            font-family: "calluna-sans", sans-serif; }
          .template-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner .bc-sf-filter-toolbar-item#bc-sf-filter-top-sorting label span {
            display: block;
            max-width: none;
            padding: 0 16px;
            font-size: 13px;
            line-height: 34px; }
            .template-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner .bc-sf-filter-toolbar-item#bc-sf-filter-top-sorting label span span {
              padding: 0; }
            .template-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner .bc-sf-filter-toolbar-item#bc-sf-filter-top-sorting label span:after {
              display: block;
              margin: 0;
              padding: 0;
              width: 40px;
              height: 34px;
              top: 0;
              right: -42px;
              background: white;
              border-left: 1px solid #D1D2D4;
              text-align: center;
              line-height: 34px;
              font-weight: 700; }
        .template-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner .bc-sf-filter-toolbar-item#bc-sf-filter-top-sorting .bc-sf-filter-filter-dropdown {
          border: 1px solid #D1D2D4;
          padding: 10px 0; }
          .template-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner .bc-sf-filter-toolbar-item#bc-sf-filter-top-sorting .bc-sf-filter-filter-dropdown li {
            padding: 2px 15px;
            background: white;
            transition: all ease-in-out 0.2s; }
            .template-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner .bc-sf-filter-toolbar-item#bc-sf-filter-top-sorting .bc-sf-filter-filter-dropdown li:hover {
              background: #f6f6f6; }
          .template-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner .bc-sf-filter-toolbar-item#bc-sf-filter-top-sorting .bc-sf-filter-filter-dropdown a {
            font-size: 14px;
            line-height: 1.3;
            color: #191919; }
            .template-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner .bc-sf-filter-toolbar-item#bc-sf-filter-top-sorting .bc-sf-filter-filter-dropdown a.active, .template-collection #bc-sf-filter-default-toolbar .bc-sf-filter-default-toolbar-inner .bc-sf-filter-toolbar-item#bc-sf-filter-top-sorting .bc-sf-filter-filter-dropdown a:hover {
              font-weight: 400; }
  @media only screen and (min-width: 768px) {
    .template-collection #bc-sf-filter-wrapper {
      display: table;
      table-layout: fixed;
      float: none; }
      .template-collection #bc-sf-filter-wrapper .bc-sf-filter-left-col,
      .template-collection #bc-sf-filter-wrapper .bc-sf-filter-right-col {
        display: table-cell;
        width: auto;
        float: none;
        vertical-align: top; }
      .template-collection #bc-sf-filter-wrapper .bc-sf-filter-left-col {
        width: 280px;
        border-right: 1px solid #e1e1e1;
        padding: 30px 25px 30px 25px; }
      .template-collection #bc-sf-filter-wrapper .bc-sf-filter-right-col .bc-sf-filter-product-item {
        width: 50%; } }
  @media only screen and (min-width: 1025px) {
    .template-collection #bc-sf-filter-wrapper .bc-sf-filter-left-col {
      padding: 30px 25px 30px 50px; }
    .template-collection #bc-sf-filter-wrapper .bc-sf-filter-right-col .bc-sf-filter-product-item {
      width: 33.33333333%; } }
  .template-collection .bc-sf-filter-selection-wrapper .bc-sf-filter-block-title h3 {
    font-family: "calluna", serif;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px;
    color: #191919;
    outline: none; }
    .template-collection .bc-sf-filter-selection-wrapper .bc-sf-filter-block-title h3:before {
      display: inline-block;
      content: '';
      width: 14px;
      height: 15px;
      position: relative;
      top: 2px;
      margin-right: 10px;
      background: url(ico-filternew.svg) center center no-repeat; }
  .template-collection .bc-sf-filter-selection-wrapper .bc-sf-filter-clear, .template-collection .bc-sf-filter-selection-wrapper .bc-sf-filter-clear-all {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 17px;
    color: #8a7347; }
  .template-collection .bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items .selected-item {
    margin-bottom: 2px; }
    .template-collection .bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items .selected-item .selected-type strong,
    .template-collection .bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items .selected-item .selected-type strong > span {
      font-weight: 400; }
    .template-collection .bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items .selected-item .selected-type > span {
      font-weight: 700; }
    .template-collection .bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items .selected-item a {
      display: block;
      padding: 0 26px 0 8px;
      font-size: 13px;
      color: #191919;
      line-height: 30px;
      letter-spacing: 0;
      text-transform: none;
      background: #f6f6f6;
      position: relative; }
      .template-collection .bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items .selected-item a .bc-sf-filter-clear {
        width: 12px;
        height: 12px;
        position: absolute;
        top: 50%;
        right: 10px;
        margin: -8px 0 0; }
        .template-collection .bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items .selected-item a .bc-sf-filter-clear:before, .template-collection .bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items .selected-item a .bc-sf-filter-clear:after {
          width: 12px;
          background: #191919; }
      .template-collection .bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items .selected-item a:hover {
        color: #8a7347; }
        .template-collection .bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items .selected-item a:hover .bc-sf-filter-clear:before, .template-collection .bc-sf-filter-selection-wrapper .bc-sf-filter-selected-items .selected-item a:hover .bc-sf-filter-clear:after {
          background: #111111; }
  .template-collection .bc-sf-filter-option-block .bc-sf-filter-block-title h3 {
    display: block;
    font-family: "calluna", serif;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px;
    color: #191919;
    outline: none;
    position: relative;
    cursor: pointer; }
    .template-collection .bc-sf-filter-option-block .bc-sf-filter-block-title h3 span {
      outline: none; }
      .template-collection .bc-sf-filter-option-block .bc-sf-filter-block-title h3 span:before {
        display: none; }
    .template-collection .bc-sf-filter-option-block .bc-sf-filter-block-title h3:after {
      display: block;
      content: '+';
      position: absolute;
      top: 8px;
      right: 0;
      font-size: 24px;
      line-height: 0; }
    .template-collection .bc-sf-filter-option-block .bc-sf-filter-block-title h3:hover {
      color: #8a7347; }
    .template-collection .bc-sf-filter-option-block .bc-sf-filter-block-title h3[aria-expanded="true"]:after {
      content: '–';
      top: 8px; }
  .template-collection .bc-sf-filter-option-block .bc-sf-filter-block-title .bc-sf-filter-clear {
    display: none; }
  .template-collection .bc-sf-filter-option-block .bc-sf-filter-block-content {
    margin-top: 10px; }
    .template-collection .bc-sf-filter-option-block .bc-sf-filter-block-content ul li {
      margin-bottom: 5px; }
      .template-collection .bc-sf-filter-option-block .bc-sf-filter-block-content ul li a {
        font-size: 15px;
        letter-spacing: 0;
        line-height: 35px;
        color: #191919; }
        .template-collection .bc-sf-filter-option-block .bc-sf-filter-block-content ul li a:hover {
          color: #8a7347; }
        .template-collection .bc-sf-filter-option-block .bc-sf-filter-block-content ul li a.selected {
          font-weight: 400; }
          .template-collection .bc-sf-filter-option-block .bc-sf-filter-block-content ul li a.selected:hover {
            color: #8a7347; }
    .template-collection .bc-sf-filter-option-block .bc-sf-filter-block-content .bc-sf-filter-option-multiple-list li a > span:first-child {
      top: 10px;
      box-shadow: 0 0 0 1px #d1d2d4;
      transition: all ease-in-out 0.2s; }
    .template-collection .bc-sf-filter-option-block .bc-sf-filter-block-content .bc-sf-filter-option-multiple-list li a.selected > span:first-child {
      background: #f6f6f6 !important;
      -webkit-box-shadow: 0 0 0 1px #191919 !important;
      box-shadow: 0 0 0 1px #191919 !important; }
      .template-collection .bc-sf-filter-option-block .bc-sf-filter-block-content .bc-sf-filter-option-multiple-list li a.selected > span:first-child:before {
        width: 8px;
        height: 4px;
        top: 4px;
        border: 2px solid #191919;
        border-top: none;
        border-right: none; }
    .template-collection .bc-sf-filter-option-block .bc-sf-filter-block-content .bc-sf-filter-option-multiple-list li a:hover > span:first-child {
      background: #fafafa;
      -webkit-box-shadow: 0 0 0 1px #8a7347;
      box-shadow: 0 0 0 1px #8a7347; }
  .template-collection .jspTrack {
    background: #e1e1e1; }
  .template-collection .jspDrag {
    background: #cccccc; }
  @media screen and (max-width: 767px) {
    .template-collection .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-mobile-toolbar-header {
      padding: 12px 0;
      background: #f6f6f6;
      font-size: 0;
      line-height: 0;
      text-align: left;
      text-indent: -9999em;
      position: relative; }
      .template-collection .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-mobile-toolbar-header:after {
        display: inline-block;
        content: 'Refine By';
        width: 100%;
        text-align: center;
        text-indent: 0;
        font-family: "calluna", serif;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.5px;
        line-height: 19px;
        color: #191919;
        text-transform: capitalize; }
    .template-collection .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-mobile-toolbar-items {
      background: #f6f6f6;
      padding-left: 24px; }
      .template-collection .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-mobile-toolbar-items a {
        font-weight: 600;
        font-size: 11px;
        letter-spacing: 1px;
        line-height: 11px;
        color: #191919; }
      .template-collection .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-mobile-toolbar-items .bc-sf-filter-mobile-toolbar-left a:before {
        border: solid #191919;
        border-width: 0 2px 2px 0;
        padding: 2px; }
      .template-collection .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-mobile-toolbar-items .bc-sf-filter-mobile-toolbar-right a {
        position: relative;
        top: 2px; }
    .template-collection .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-option-block {
      text-align: left;
      border-bottom: 1px solid #e1e1e1; }
      .template-collection .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-option-block:last-child {
        border-bottom: 1px solid #e1e1e1; }
      .template-collection .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-option-block.bc-sf-filter-option-block-active {
        border-bottom: none !important; }
      .template-collection .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-option-block .bc-sf-filter-block-title {
        padding-left: 0; }
        .template-collection .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-option-block .bc-sf-filter-block-title:after {
          padding: 2.5px;
          top: 9px;
          border-color: #191919; }
        .template-collection .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-option-block .bc-sf-filter-block-title h3 {
          font-family: "calluna", serif;
          font-weight: 700;
          font-size: 14px;
          letter-spacing: 0.5px; }
          .template-collection .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-option-block .bc-sf-filter-block-title h3:after {
            display: none; }
        .template-collection .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-option-block .bc-sf-filter-block-title p {
          font-family: "calluna-sans", sans-serif;
          font-size: 14px;
          color: #191919;
          letter-spacing: 0;
          line-height: 35px; }
      .template-collection .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-option-block .bc-sf-filter-option-amount {
        float: none; }
      .template-collection .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-option-block .bc-sf-filter-block-content {
        margin-top: 20px; }
        .template-collection .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-option-block .bc-sf-filter-block-content ul li a {
          color: #145c97; }
        .template-collection .bc-sf-filter-tree-mobile-full-width#bc-sf-filter-tree .bc-sf-filter-option-block .bc-sf-filter-block-content ul.bc-sf-filter-option-multiple-list li a {
          color: #191919;
          font-size: 14px; } }
  .template-collection #bc-sf-filter-products {
    display: flex;
    flex-wrap: wrap; }
    .template-collection #bc-sf-filter-products .bc-sf-filter-product-item {
      display: block;
      float: none;
      padding: 0;
      margin: 0;
      border-right: 1px solid #e1e1e1;
      border-bottom: 1px solid #e1e1e1;
      transition: all ease-in-out 0.2s; }
      .template-collection #bc-sf-filter-products .bc-sf-filter-product-item:hover {
        position: relative;
        z-index: 1;
        box-shadow: 0 0 10px 0 rgba(149, 149, 149, 0.2); }
      .template-collection #bc-sf-filter-products .bc-sf-filter-product-item .bc-sf-filter-product-item-inner {
        cursor: pointer; }
        .template-collection #bc-sf-filter-products .bc-sf-filter-product-item .bc-sf-filter-product-item-inner .bc-sf-filter-product-item-image {
          padding: 50px 50px 70px; }
          @media only screen and (max-width: 767px) {
            .template-collection #bc-sf-filter-products .bc-sf-filter-product-item .bc-sf-filter-product-item-inner .bc-sf-filter-product-item-image {
              padding: 20px 20px 34px; } }
          .template-collection #bc-sf-filter-products .bc-sf-filter-product-item .bc-sf-filter-product-item-inner .bc-sf-filter-product-item-image .bc-sf-filter-product-item-image-link {
            margin: 0; }
        .template-collection #bc-sf-filter-products .bc-sf-filter-product-item .bc-sf-filter-product-item-inner .bc-sf-filter-product-item-label {
          height: 1px;
          position: relative;
          right: auto;
          top: auto;
          padding: 0;
          text-align: center; }
          .template-collection #bc-sf-filter-products .bc-sf-filter-product-item .bc-sf-filter-product-item-inner .bc-sf-filter-product-item-label .bc-sf-filter-label {
            margin: 0;
            padding: 0 15px;
            position: absolute;
            top: -28px;
            left: 50%;
            transform: translateX(-50%);
            font-family: "calluna-sans", sans-serif;
            font-weight: 700;
            font-size: 10px;
            letter-spacing: 0.5px;
            line-height: 10px;
            white-space: nowrap;
            text-align: center;
            text-transform: uppercase;
            border: unset;
            padding: 4px 0; }
            .template-collection #bc-sf-filter-products .bc-sf-filter-product-item .bc-sf-filter-product-item-inner .bc-sf-filter-product-item-label .bc-sf-filter-label.soldout {
              top: -52px;
              min-width: 100px;
              background-color: rgba(167, 17, 39, 0.05);
              color: #c8102e;
              border: 1px solid #c8102e; }
            .template-collection #bc-sf-filter-products .bc-sf-filter-product-item .bc-sf-filter-product-item-inner .bc-sf-filter-product-item-label .bc-sf-filter-label.sale {
              min-width: 44px;
              color: #c8102e;
              border: 1px solid #c8102e; }
            .template-collection #bc-sf-filter-products .bc-sf-filter-product-item .bc-sf-filter-product-item-inner .bc-sf-filter-product-item-label .bc-sf-filter-label.new {
              min-width: 44px;
              color: #191919;
              border: 1px solid #191919; }
        .template-collection #bc-sf-filter-products .bc-sf-filter-product-item .bc-sf-filter-product-item-inner .bc-sf-filter-product-bottom {
          padding: 0 30px 50px;
          text-align: center; }
          @media only screen and (max-width: 767px) {
            .template-collection #bc-sf-filter-products .bc-sf-filter-product-item .bc-sf-filter-product-item-inner .bc-sf-filter-product-bottom {
              padding: 0 10px 15px; } }
          .template-collection #bc-sf-filter-products .bc-sf-filter-product-item .bc-sf-filter-product-item-inner .bc-sf-filter-product-bottom .bc-sf-filter-product-item-title {
            font-weight: 600;
            font-size: 14px;
            letter-spacing: 0;
            line-height: 22px;
            color: #191919; }
            @media only screen and (max-width: 767px) {
              .template-collection #bc-sf-filter-products .bc-sf-filter-product-item .bc-sf-filter-product-item-inner .bc-sf-filter-product-bottom .bc-sf-filter-product-item-title {
                font-size: 12px;
                line-height: 16px; } }
          .template-collection #bc-sf-filter-products .bc-sf-filter-product-item .bc-sf-filter-product-item-inner .bc-sf-filter-product-bottom .bc-sf-filter-product-item-custom-metafields {
            font-size: 12px;
            letter-spacing: 0;
            line-height: 16px;
            color: #191919; }
            @media only screen and (max-width: 767px) {
              .template-collection #bc-sf-filter-products .bc-sf-filter-product-item .bc-sf-filter-product-item-inner .bc-sf-filter-product-bottom .bc-sf-filter-product-item-custom-metafields {
                display: none; } }
          .template-collection #bc-sf-filter-products .bc-sf-filter-product-item .bc-sf-filter-product-item-inner .bc-sf-filter-product-bottom .bc-sf-filter-product-item-price {
            font-weight: 600;
            font-size: 15px;
            letter-spacing: 0;
            line-height: 22px;
            color: #191919; }
            @media only screen and (max-width: 767px) {
              .template-collection #bc-sf-filter-products .bc-sf-filter-product-item .bc-sf-filter-product-item-inner .bc-sf-filter-product-bottom .bc-sf-filter-product-item-price {
                font-size: 12px; } }
            .template-collection #bc-sf-filter-products .bc-sf-filter-product-item .bc-sf-filter-product-item-inner .bc-sf-filter-product-bottom .bc-sf-filter-product-item-price s {
              font-weight: 400;
              color: #191919; }
            .template-collection #bc-sf-filter-products .bc-sf-filter-product-item .bc-sf-filter-product-item-inner .bc-sf-filter-product-bottom .bc-sf-filter-product-item-price .bc-sf-filter-product-item-sale-price {
              color: #c8102e; }
  .template-collection .collection-ratings {
    text-align: center;
    margin-top: 8px; }
  .template-collection #bc-sf-filter-bottom-pagination {
    padding: 38px 40px 50px; }
    @media only screen and (max-width: 767px) {
      .template-collection #bc-sf-filter-bottom-pagination {
        padding: 38px 24px; } }
    .template-collection #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default {
      text-align: center; }
      .template-collection #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        position: relative; }
        .template-collection #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li span, .template-collection #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li a {
          margin: 0 2px;
          padding: 8px;
          border: 1px solid white;
          border-radius: unset;
          background: white;
          font-size: 16px;
          letter-spacing: 0;
          line-height: 30px;
          color: #191919;
          font-weight: 500;
          position: relative; }
          .template-collection #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li span.active, .template-collection #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li a.active {
            color: #191919;
            font-weight: 500; }
            .template-collection #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li span.active:after, .template-collection #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li a.active:after {
              display: block;
              content: '';
              width: 16px;
              height: 1px;
              background: #191919;
              position: absolute;
              bottom: 0;
              left: 50%;
              margin-left: -8px; }
        .template-collection #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li a:hover {
          background: #f6f6f6;
          border: 1px solid #191919; }
          .template-collection #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li a:hover:after {
            display: none; }
        .template-collection #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li:first-child, .template-collection #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li:last-child {
          position: absolute;
          top: 50%;
          left: 0; }
          .template-collection #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li:first-child a, .template-collection #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li:last-child a {
            display: block;
            width: 136px;
            margin: 0;
            padding: 0;
            font-family: "calluna-sans", sans-serif;
            font-size: 10px;
            font-weight: 700;
            letter-spacing: 1px;
            line-height: 44px;
            color: #191919;
            border: 1px solid #191919;
            border-radius: unset;
            text-transform: uppercase;
            transform: translateY(-50%); }
            .template-collection #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li:first-child a svg, .template-collection #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li:last-child a svg {
              display: inline-block;
              width: 5px;
              height: 9px;
              position: relative;
              right: -8px; }
              .template-collection #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li:first-child a svg path, .template-collection #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li:last-child a svg path {
                stroke: #191919; }
            .template-collection #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li:first-child a:hover, .template-collection #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li:last-child a:hover {
              background: #f6f6f6; }
              .template-collection #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li:first-child a:hover:after, .template-collection #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li:last-child a:hover:after {
                display: none; }
            @media only screen and (max-width: 767px) {
              .template-collection #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li:first-child a, .template-collection #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li:last-child a {
                width: 44px;
                text-align: left;
                text-indent: -9999em;
                position: relative; }
                .template-collection #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li:first-child a svg, .template-collection #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li:last-child a svg {
                  display: block;
                  position: absolute;
                  top: 50%;
                  right: 50% !important;
                  left: auto !important;
                  margin-top: -4px;
                  margin-right: -2px; } }
            @media only screen and (min-width: 768px) and (max-width: 1024px) {
              .template-collection #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li:first-child a, .template-collection #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li:last-child a {
                width: 85px; } }
        .template-collection #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li:first-child a svg {
          right: auto;
          left: -8px;
          transform: rotate(180deg); }
        .template-collection #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li:last-child {
          left: auto;
          right: 0; }
        .template-collection #bc-sf-filter-bottom-pagination.bc-sf-filter-bottom-pagination-default ul li.disabled {
          display: none; }
  .template-collection #bc-sf-filter-tree-mobile,
  .template-collection #bc-sf-filter-top-sorting-mobile {
    width: 50%;
    background: white;
    border-bottom: 1px solid #e1e1e1; }
  .template-collection #bc-sf-filter-tree-mobile {
    border-right: 1px solid #e1e1e1; }
  .template-collection #bc-sf-filter-tree-mobile button,
  .template-collection #bc-sf-filter-top-sorting-mobile label {
    margin: 0;
    padding: 0;
    height: 50px;
    border: none;
    font-family: "calluna", serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 50px;
    color: #191919;
    text-transform: capitalize;
    outline: none; }
  .template-collection #bc-sf-filter-tree-mobile button:before {
    display: inline-block;
    content: '';
    width: 14px;
    height: 15px;
    position: relative;
    top: 2px;
    margin-right: 8px;
    background: url(ico-filternew.svg) center center no-repeat; }
  .template-collection #bc-sf-filter-top-sorting-mobile.bc-sf-filter-custom-sorting label > span {
    max-width: none; }
    .template-collection #bc-sf-filter-top-sorting-mobile.bc-sf-filter-custom-sorting label > span:after {
      position: relative;
      vertical-align: middle;
      margin: 0 0 0 8px;
      top: auto;
      right: auto;
      color: #191919;
      font-size: 8px;
      font-weight: 700; }
  .template-collection #bc-sf-filter-top-sorting-mobile .bc-sf-filter-filter-dropdown {
    margin-top: 0;
    border: 1px solid #e1e1e1;
    line-height: 30px; }
    .template-collection #bc-sf-filter-top-sorting-mobile .bc-sf-filter-filter-dropdown li a {
      color: #191919; }
  .template-collection #bc-sf-filter-mobile-footer button {
    padding: 20px 0;
    background: #8a7347;
    font-family: "calluna-sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 17px;
    border: unset; }
  .template-collection a.custom-mobile-close-btn {
    display: none;
    width: 20px;
    height: 20px;
    position: fixed;
    top: 14px;
    right: 18px;
    z-index: 9999999998; }
    .template-collection a.custom-mobile-close-btn:before, .template-collection a.custom-mobile-close-btn:after {
      content: '';
      display: block;
      width: 12px;
      height: 2px;
      background: #191919;
      position: absolute;
      right: 0;
      top: 8px;
      transform: rotate(45deg); }
    .template-collection a.custom-mobile-close-btn:after {
      transform: rotate(-45deg); }
  .template-collection .bc-sf-filter-tree-mobile-open + a.custom-mobile-close-btn {
    display: block; }
  .template-collection #bc-sf-filter-products {
    width: 100%;
    padding-top: 0;
    margin-left: 0; }

.template-cart a {
  border-bottom: none; }
  .template-cart a:hover {
    border-bottom: none; }
.template-cart hr {
  background-color: #e1e1e1;
  border: none;
  height: 1px;
  margin: 10px 0; }
.template-cart #MainContent {
  width: 100%;
  padding: 0; }
  @media only screen and (min-width: 1025px) {
    .template-cart #MainContent {
      max-width: 1440px;
      margin: 0 auto;
      padding: 0 50px;
      -ms-display: grid;
      -webkit-display: grid;
      display: grid;
      -ms-grid-template-columns: 100%;
      -webkit-grid-template-columns: 100%;
      grid-template-columns: 100%; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .template-cart #MainContent {
      -ms-display: flex;
      -webkit-display: flex;
      display: flex;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
      flex-direction: column; } }
  .template-cart #MainContent .cart-header {
    margin-top: 20px; }
    @media only screen and (max-width: 767px) {
      .template-cart #MainContent .cart-header {
        padding: 0 20px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .template-cart #MainContent .cart-header {
        padding: 0 20px; } }
    @media only screen and (max-width: 768px) {
      .template-cart #MainContent .cart-header dt {
        border-bottom: unset; } }
    @media only screen and (max-width: 768px) {
      .template-cart #MainContent .cart-header dd {
        border-bottom: unset; } }
    @media only screen and (max-width: 767px) {
      .template-cart #MainContent .cart-header .cart__checkout-submit {
        margin-bottom: 20px; } }
  .template-cart #MainContent .cart-header__wrapper--empty {
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .template-cart #MainContent .cart-header__wrapper--empty {
        padding: 30px 0 100px; } }
    @media only screen and (min-width: 768px) {
      .template-cart #MainContent .cart-header__wrapper--empty {
        padding: 80px 0 200px; } }
    .template-cart #MainContent .cart-header__wrapper--empty .cart-header__title {
      justify-content: center;
      margin-bottom: 20px;
      line-height: 27px; }
    .template-cart #MainContent .cart-header__wrapper--empty p {
      text-align: center;
      margin: 0 0 40px 0; }
    .template-cart #MainContent .cart-header__wrapper--empty .btn-secondary {
      border-radius: unset;
      background-color: #8a7347;
      color: white;
      font-family: "calluna-sans", sans-serif;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 2px;
      line-height: 17px;
      text-align: center;
      padding: 20px;
      text-transform: uppercase;
      max-width: 290px;
      width: 100%;
      transition: all ease-in-out 0.2s; }
      @media only screen and (max-width: 767px) {
        .template-cart #MainContent .cart-header__wrapper--empty .btn-secondary {
          width: 100%; } }
      .template-cart #MainContent .cart-header__wrapper--empty .btn-secondary:hover {
        background-color: #7c6740;
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2); }
  .template-cart #MainContent .cart-header__title {
    font-size: 34px;
    font-weight: bold;
    line-height: 42px;
    letter-spacing: 0;
    margin-bottom: 40px;
    color: #191919;
    display: flex; }
    @media only screen and (max-width: 1024px) {
      .template-cart #MainContent .cart-header__title {
        display: flex;
        justify-content: center;
        font-size: 22px;
        margin-bottom: 20px;
        line-height: 27px; } }
    .template-cart #MainContent .cart-header__title .cart-header__count {
      color: #191919;
      margin-left: 5px; }
  .template-cart #MainContent .continue-link {
    display: flex;
    align-items: center;
    margin-bottom: 50px; }
    @media only screen and (max-width: 1024px) {
      .template-cart #MainContent .continue-link {
        justify-content: center;
        margin-bottom: 20px; } }
    .template-cart #MainContent .continue-link a {
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 0;
      line-height: 17px;
      padding-left: 9px;
      color: #191919; }
    .template-cart #MainContent .continue-link .triangle-left {
      border: solid #191919;
      border-width: 0 2px 2px 0;
      display: inline-block;
      padding: 2px;
      transform: rotate(135deg);
      -webkit-transform: rotate(135deg);
      margin-left: 2px; }
      @media only screen and (max-width: 768px) {
        .template-cart #MainContent .continue-link .triangle-left {
          margin-left: 0; } }
  .template-cart #MainContent dl {
    -ms-display: flex;
    -webkit-display: flex;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    font-size: 16px;
    color: #191919;
    letter-spacing: 0;
    line-height: 30px;
    border-top: 1px solid #e1e1e1;
    margin: 0 0 20px 0; }
  .template-cart #MainContent dt {
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    padding: 10px 0;
    text-align: left;
    border-bottom: 1px solid #e1e1e1; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .template-cart #MainContent dt {
        padding: 12px 0; } }
    .template-cart #MainContent dt:last-of-type {
      font-weight: 600; }
  .template-cart #MainContent dd {
    -ms-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    -ms-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin: 0;
    text-align: right;
    padding: 10px 0;
    border-bottom: 1px solid #e1e1e1; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .template-cart #MainContent dd {
        padding: 12px 0; } }
    .template-cart #MainContent dd:last-of-type {
      font-weight: 600; }
  .template-cart #MainContent .cart__checkout-submit {
    margin-bottom: 30px; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .template-cart #MainContent .cart__checkout-submit {
        width: 30%;
        margin: 40px auto 0;
        display: block; } }
    @media only screen and (max-width: 768px) {
      .template-cart #MainContent .cart__checkout-submit {
        margin-top: 0; } }
  .template-cart #MainContent .cart__remove-link {
    font-size: 12px;
    color: #8a7347;
    letter-spacing: 0;
    line-height: 30px;
    margin-top: 26px;
    display: inline-block; }
    .template-cart #MainContent .cart__remove-link .icon-remove {
      width: 10px;
      height: 10px;
      margin-right: 3px;
      margin-top: -3px; }
      .template-cart #MainContent .cart__remove-link .icon-remove path {
        stroke: #8a7347; }
  .template-cart #MainContent .cart-products__products-item {
    padding: 10px 0 20px 0; }
  .template-cart #MainContent .cart-products__header .product-header p {
    text-align: left; }
  .template-cart #MainContent .cart-products__header p {
    font-family: "calluna-sans", sans-serif;
    font-size: 13px;
    color: #191919;
    font-weight: 700;
    letter-spacing: 0.93px;
    text-align: center;
    line-height: 33px;
    text-transform: uppercase;
    margin: 0; }
  .template-cart #MainContent .checkout-form {
    padding-bottom: 200px;
    *zoom: 1; }
    @media only screen and (max-width: 767px) {
      .template-cart #MainContent .checkout-form {
        padding-bottom: 0; } }
    .template-cart #MainContent .checkout-form::after {
      content: '';
      display: table;
      clear: both; }
    @media only screen and (min-width: 1025px) {
      .template-cart #MainContent .checkout-form form {
        padding: 0; } }
  .template-cart #MainContent .cart-products__container {
    padding-left: 0;
    padding-bottom: 0.5rem;
    padding-right: 20px; }
    @media only screen and (max-width: 767px) {
      .template-cart #MainContent .cart-products__container {
        padding: 10px 20px 0; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .template-cart #MainContent .cart-products__container {
        padding: 10px 20px 0; } }
  .template-cart #MainContent .cart-products {
    border-bottom: 1px solid #edeef2; }
    @media only screen and (max-width: 767px) {
      .template-cart #MainContent .cart-products {
        border-bottom: unset; } }
  .template-cart #MainContent .cart-products__product-image-container {
    padding-left: 0;
    *zoom: 1; }
    .template-cart #MainContent .cart-products__product-image-container::after {
      content: '';
      display: table;
      clear: both; }
  .template-cart #MainContent .cart-products__product-content {
    margin-top: 8px; }
    @media only screen and (max-width: 1024px) {
      .template-cart #MainContent .cart-products__product-content {
        margin-top: 0;
        padding-left: 1rem; } }
  .template-cart #MainContent .mobile-cart-actions {
    width: 100%;
    justify-content: space-between;
    margin: 1rem 0 0;
    -ms-display: flex;
    -webkit-display: flex;
    display: flex; }
    .template-cart #MainContent .mobile-cart-actions .cart__remove-link {
      margin-top: 0; }
    .template-cart #MainContent .mobile-cart-actions .mobile-cart-total-item {
      font-size: 16px;
      color: #191919;
      letter-spacing: 0;
      text-align: right;
      line-height: 24px; }
  .template-cart #MainContent .cart-header__subtotal {
    margin-top: 0; }
    @media only screen and (max-width: 767px) {
      .template-cart #MainContent .cart-header__subtotal {
        border-bottom: 1px solid #e1e1e1;
        margin-bottom: 0; } }
  @media only screen and (max-width: 767px) {
    .template-cart #MainContent .cart-products__total-item {
      float: left; } }
  .template-cart #MainContent .cart-summary {
    margin-top: 0.5rem;
    padding-left: 20px; }
    @media only screen and (max-width: 1024px) {
      .template-cart #MainContent .cart-summary {
        padding: 0; } }
  .template-cart #MainContent .cart-summary__table {
    padding: 30px;
    background-color: #f6f6f6; }
    @media only screen and (max-width: 767px) {
      .template-cart #MainContent .cart-summary__table {
        padding: 30px 20px 75px; } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .template-cart #MainContent .cart-summary__table {
        padding: 31px 35px; } }
    .template-cart #MainContent .cart-summary__table .cart-summary__header {
      font-family: "calluna", serif;
      font-size: 20px;
      font-weight: 600;
      color: #191919;
      letter-spacing: 0;
      margin-top: 0;
      line-height: 24px;
      text-transform: capitalize;
      margin-bottom: 20px; }
      @media only screen and (max-width: 767px) {
        .template-cart #MainContent .cart-summary__table .cart-summary__header {
          font-size: 16px;
          line-height: 19px;
          font-weight: 700; } }
    .template-cart #MainContent .cart-summary__table .shipping-at-checkout-msg {
      font-size: 12px;
      color: #191919;
      letter-spacing: 0;
      text-align: center;
      line-height: 24px;
      margin: 0 0 20px 0; }
      .template-cart #MainContent .cart-summary__table .shipping-at-checkout-msg.shipping {
        margin-bottom: 5px; }
      @media only screen and (max-width: 767px) {
        .template-cart #MainContent .cart-summary__table .shipping-at-checkout-msg {
          margin-top: 20px;
          margin-bottom: 20px; }
          .template-cart #MainContent .cart-summary__table .shipping-at-checkout-msg.coupon {
            margin-top: 0; } }
    .template-cart #MainContent .cart-summary__table .savings-msg {
      font-size: 11px;
      line-height: 1;
      text-align: center;
      margin-bottom: 8px;
      margin-top: 18px; }
  .template-cart #MainContent .cart-products__product-content p {
    font-size: 14px;
    color: #191919;
    letter-spacing: 0;
    line-height: 14px;
    margin-bottom: 4px; }
  .template-cart #MainContent .cart-products__product-content .product-white-label {
    margin-bottom: 0.125rem;
    text-align: left; }
  .template-cart #MainContent .cart-products__product-content .cart__item-link {
    margin-bottom: 10px; }
    @media only screen and (max-width: 1024px) {
      .template-cart #MainContent .cart-products__product-content .cart__item-link {
        margin-bottom: 10px; } }
    .template-cart #MainContent .cart-products__product-content .cart__item-link a {
      font-size: 16px;
      color: #191919;
      letter-spacing: 0;
      line-height: 24px;
      text-transform: capitalize;
      font-weight: 600; }
  .template-cart #MainContent .cart-products__product-content .cart__item-variant a {
    color: #191919;
    text-decoration: none; }
  .template-cart #MainContent .cart-products__product-content .cart__item-variant--price {
    font-size: 13px;
    color: #191919;
    letter-spacing: 0;
    line-height: 19px;
    margin-top: 0.5rem; }
    @media only screen and (max-width: 1024px) {
      .template-cart #MainContent .cart-products__product-content .cart__item-variant--price {
        margin-top: 10px;
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0; } }
    .template-cart #MainContent .cart-products__product-content .cart__item-variant--price .discounted-price {
      margin-right: 4px; }
    .template-cart #MainContent .cart-products__product-content .cart__item-variant--price .discounted-price,
    .template-cart #MainContent .cart-products__product-content .cart__item-variant--price .original-price {
      display: inline-block; }
  .template-cart #MainContent .cart-products__product-content .cart__item-variant--discounts {
    margin-bottom: 1rem; }
    @media only screen and (max-width: 1024px) {
      .template-cart #MainContent .cart-products__product-content .cart__item-variant--discounts {
        margin-bottom: 20px; } }
  .template-cart #MainContent .cart-products__price {
    font-size: 16px;
    color: #191919;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    padding-top: 10px; }
  .template-cart #MainContent .discounted-price {
    color: #A71127;
    font-weight: 500; }
  .template-cart #MainContent .cart-products__qty .cart__qty {
    max-width: 40%;
    margin: 0 auto; }
    .template-cart #MainContent .cart-products__qty .cart__qty input {
      text-align: center;
      border-radius: unset;
      outline: none; }
  .template-cart #MainContent .cart-products__qty .cart__qty-update {
    position: relative;
    display: block;
    text-align: center;
    margin: 10px auto 0;
    width: 75px; }
    .template-cart #MainContent .cart-products__qty .cart__qty-update:hover .cart__qty-update-btn {
      text-decoration: underline; }
  .template-cart #MainContent .cart-products__qty .icon-update {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    transform: rotate3d(1, 1, 0, 180deg); }
    .template-cart #MainContent .cart-products__qty .icon-update path:first-child {
      stroke: #8a7347; }
    .template-cart #MainContent .cart-products__qty .icon-update path:last-child {
      stroke: #8a7347;
      fill: #8a7347; }
  .template-cart #MainContent .cart-products__qty .cart__qty-update-btn {
    font-size: 12px;
    color: #8a7347;
    letter-spacing: 0;
    text-align: center;
    line-height: 30px;
    padding: 0;
    background-color: white;
    border: none; }
    .template-cart #MainContent .cart-products__qty .cart__qty-update-btn:hover {
      text-decoration: underline; }
  .template-cart #MainContent .cart-products__qty .cart__qty input {
    width: 75px;
    height: 42px;
    text-align: center;
    border: 1px solid #e1e1e1;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    color: #191919; }
  .template-cart #MainContent .cart-products__qty .cart__qty input::-webkit-outer-spin-button,
  .template-cart #MainContent .cart-products__qty .cart__qty input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .template-cart #MainContent .cart-products__qty .cart__qty input[type="number"] {
    -moz-appearance: textfield; }
  @media only screen and (max-width: 767px) {
    .template-cart #MainContent .mobile-cart-qty-update {
      display: flex;
      margin-top: 20px; } }
  .template-cart #MainContent .mobile-cart-qty-update .cart__qty {
    max-width: 75px;
    float: left; }
    @media only screen and (max-width: 767px) {
      .template-cart #MainContent .mobile-cart-qty-update .cart__qty {
        flex-basis: calc(40% - 8px); } }
    .template-cart #MainContent .mobile-cart-qty-update .cart__qty input {
      width: 100%;
      height: 45px;
      text-align: center;
      border: 1px solid #e1e1e1;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      letter-spacing: 0;
      line-height: 24px;
      color: #191919;
      border-radius: unset;
      outline: none; }
      .template-cart #MainContent .mobile-cart-qty-update .cart__qty input:focus, .template-cart #MainContent .mobile-cart-qty-update .cart__qty input:active, .template-cart #MainContent .mobile-cart-qty-update .cart__qty input:hover {
        border: 1px solid #191919; }
    .template-cart #MainContent .mobile-cart-qty-update .cart__qty input::-webkit-outer-spin-button,
    .template-cart #MainContent .mobile-cart-qty-update .cart__qty input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .template-cart #MainContent .mobile-cart-qty-update .cart__qty input[type="number"] {
      -moz-appearance: textfield; }
  @media only screen and (max-width: 767px) {
    .template-cart #MainContent .mobile-cart-qty-update .cart-qty-update {
      flex-basis: 60%; } }
  @media only screen and (max-width: 1024px) {
    .template-cart #MainContent .mobile-cart-qty-update .cart__qty-update svg {
      display: none; } }
  .template-cart #MainContent .mobile-cart-qty-update .cart__qty-update input {
    border-radius: 2px;
    text-transform: uppercase;
    margin-left: 0.5rem;
    outline: none;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.3px;
    text-align: center;
    color: #2b2f44;
    width: 123px;
    background: none;
    border: 1px solid #ececec;
    height: 45px;
    float: left;
    text-decoration: none; }
    @media only screen and (max-width: 767px) {
      .template-cart #MainContent .mobile-cart-qty-update .cart__qty-update input {
        border: 1px solid #191919;
        border-radius: unset;
        background-color: white;
        color: #191919;
        font-family: "calluna-sans", sans-serif;
        font-weight: 700;
        font-size: 10px;
        letter-spacing: 1px;
        line-height: 10px;
        width: 100%; } }
  .template-cart #MainContent .cart-products__total {
    font-size: 16px;
    color: #191919;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    padding-top: 10px; }
  .template-cart #MainContent .marketing__container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin: 1rem 0; }
    @media only screen and (max-width: 767px) {
      .template-cart #MainContent .marketing__container {
        margin: 0.75rem 0; } }
    .template-cart #MainContent .marketing__container .marketing-item {
      flex: 1;
      padding: 0 0.75rem;
      border-right: 1px solid #edeef2; }
      .template-cart #MainContent .marketing__container .marketing-item:last-of-type {
        border: none; }
    .template-cart #MainContent .marketing__container svg {
      display: block;
      margin: 0 auto; }
    .template-cart #MainContent .marketing__container p {
      font-size: 10px;
      color: #2b2f44;
      letter-spacing: 0.6px;
      text-align: center;
      line-height: 15px; }
.template-cart .free-shipping-text {
  padding: 0 0 0 20px;
  background: #f6f6f6 url(ico_shippingnew.svg) left 0 center no-repeat; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .template-cart .free-shipping-text {
      margin: 30px auto 0;
      text-align: center;
      max-width: fit-content; } }
  @media only screen and (max-width: 767px) {
    .template-cart .free-shipping-text {
      text-align: center;
      margin: 0 auto;
      max-width: fit-content; } }
  .template-cart .free-shipping-text p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 500;
    color: #191919;
    width: 100%;
    margin: 0; }
    @media only screen and (max-width: 768px) {
      .template-cart .free-shipping-text p {
        max-width: unset; } }

.cart-price {
  display: flex; }
  @media only screen and (min-width: 768px) {
    .cart-price {
      flex-direction: column; } }

.cart-price-line {
  display: flex;
  flex-direction: column; }

.original-price {
  color: #191919; }

@media only screen and (min-width: 768px) {
  .cart-original-price {
    order: 2; } }

@media only screen and (max-width: 767px) {
  .cart-discount-price {
    margin-left: 3px; } }

.discount {
  display: block;
  color: #A71127;
  font-family: "calluna-sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 8px; }

.promotion_text {
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .promotion_text {
      margin-bottom: 20px; } }
  .promotion_text p {
    border: 1px solid #c8102e;
    background-color: rgba(200, 16, 46, 0.02);
    display: inline-block;
    color: #c8102e;
    font-family: "calluna", serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    padding: 7px 10px;
    margin-bottom: 10px;
    text-align: left; }
    @media only screen and (max-width: 767px) {
      .promotion_text p {
        line-height: 20px; } }

.site-footer {
  background-color: #191919; }
  .site-footer .page-width {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 50px; }
    @media only screen and (max-width: 1023px) {
      .site-footer .page-width {
        padding: 0 24px; } }
  .site-footer .site-footer__content {
    display: flex;
    padding: 80px 0 60px 0; }
    @media only screen and (max-width: 1023px) {
      .site-footer .site-footer__content {
        flex-direction: column;
        padding-top: 40px; } }
  .site-footer .site-footer-newsletter__one-half {
    flex: 0 0 40%; }
    @media only screen and (max-width: 1023px) {
      .site-footer .site-footer-newsletter__one-half {
        text-align: center; } }
  .site-footer .site-footer-links__one-half {
    flex: 0 0 20%; }
    @media only screen and (max-width: 1023px) {
      .site-footer .site-footer-links__one-half {
        border-top: 1px solid #979797; } }
    .site-footer .site-footer-links__one-half .h4 {
      color: white;
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 0.5px;
      line-height: 19px;
      margin: 0 0 14px 0;
      position: relative; }
      @media only screen and (max-width: 1023px) {
        .site-footer .site-footer-links__one-half .h4 {
          padding-bottom: 15px;
          padding-top: 15px;
          margin: 0; } }
      .site-footer .site-footer-links__one-half .h4 .mb-ftr__icon {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 6px;
        display: none; }
        @media only screen and (max-width: 1023px) {
          .site-footer .site-footer-links__one-half .h4 .mb-ftr__icon {
            display: block; } }
        .site-footer .site-footer-links__one-half .h4 .mb-ftr__icon .icon-minus {
          display: none; }
      .site-footer .site-footer-links__one-half .h4.active .icon-minus {
        display: inline-block; }
      .site-footer .site-footer-links__one-half .h4.active .icon-plus {
        display: none; }
    .site-footer .site-footer-links__one-half .site-footer__linklist {
      margin: 0;
      padding: 0; }
      @media only screen and (max-width: 1023px) {
        .site-footer .site-footer-links__one-half .site-footer__linklist {
          display: none;
          margin-bottom: 24px; } }
      .site-footer .site-footer-links__one-half .site-footer__linklist li {
        list-style: none; }
        .site-footer .site-footer-links__one-half .site-footer__linklist li a {
          color: white;
          font-size: 14px;
          letter-spacing: 0;
          line-height: 30px;
          list-style: none;
          border: 1px solid transparent; }
          .site-footer .site-footer-links__one-half .site-footer__linklist li a:hover {
            border-bottom: 1px solid white; }
    .site-footer .site-footer-links__one-half:last-child .site-footer__linklist {
      margin: 0; }
  .site-footer .site-footer__item-inner--newsletter {
    max-width: 85%; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .site-footer .site-footer__item-inner--newsletter {
        max-width: unset;
        padding-right: 50px; } }
    @media only screen and (max-width: 1023px) {
      .site-footer .site-footer__item-inner--newsletter {
        max-width: 65%;
        margin: 0 auto;
        padding-right: 0; } }
    @media only screen and (max-width: 767px) {
      .site-footer .site-footer__item-inner--newsletter {
        max-width: 100%; } }
    .site-footer .site-footer__item-inner--newsletter .site-footer__newsletter {
      margin-bottom: 40px; }
    .site-footer .site-footer__item-inner--newsletter .h4 {
      color: white;
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 0.5px;
      line-height: 19px;
      margin: 0 0 14px 0; }
      @media only screen and (max-width: 767px) {
        .site-footer .site-footer__item-inner--newsletter .h4 {
          margin-bottom: 24px; } }
    .site-footer .site-footer__item-inner--newsletter .footer-newsletter-content {
      color: white;
      font-size: 14px;
      letter-spacing: 0;
      line-height: 22px;
      max-width: 72%;
      margin: 0 0 27px 0; }
      @media only screen and (max-width: 1023px) {
        .site-footer .site-footer__item-inner--newsletter .footer-newsletter-content {
          max-width: 100%; } }
      @media only screen and (max-width: 767px) {
        .site-footer .site-footer__item-inner--newsletter .footer-newsletter-content {
          margin: 0 0 20px 0; } }
    .site-footer .site-footer__item-inner--newsletter .input-group {
      display: flex; }
      @media only screen and (max-width: 767px) {
        .site-footer .site-footer__item-inner--newsletter .input-group {
          flex-direction: column; } }
      .site-footer .site-footer__item-inner--newsletter .input-group input {
        flex-basis: 15rem;
        flex-grow: 9999;
        min-height: 48px;
        padding: 11px;
        color: #B0B0B0;
        font-family: "calluna-sans", sans-serif;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 24px;
        border: 1px solid #e1e1e1;
        border-radius: unset;
        outline: none;
        background: #fafafa;
        transition: all ease-in-out 0.2s; }
        .site-footer .site-footer__item-inner--newsletter .input-group input:focus {
          color: #333333; }
        .site-footer .site-footer__item-inner--newsletter .input-group input:hover {
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08); }
        @media only screen and (max-width: 767px) {
          .site-footer .site-footer__item-inner--newsletter .input-group input {
            flex-basis: unset;
            flex-grow: unset;
            margin-bottom: 10px;
            text-align: center; } }
      .site-footer .site-footer__item-inner--newsletter .input-group #ContactFooter-email::placeholder {
        line-height: 24px; }
      .site-footer .site-footer__item-inner--newsletter .input-group .input-group__btn {
        flex-grow: 1; }
        @media only screen and (max-width: 767px) {
          .site-footer .site-footer__item-inner--newsletter .input-group .input-group__btn {
            flex-grow: unset; } }
        .site-footer .site-footer__item-inner--newsletter .input-group .input-group__btn button {
          font-family: "calluna-sans", sans-serif;
          font-size: 14px;
          font-weight: 700;
          letter-spacing: 2px;
          line-height: 20px;
          text-align: center;
          text-transform: uppercase;
          background: #322F30;
          padding: 13px 36px;
          color: white;
          border: 1px solid white;
          border-radius: unset; }
          @media only screen and (max-width: 767px) {
            .site-footer .site-footer__item-inner--newsletter .input-group .input-group__btn button {
              width: 100%; } }
          .site-footer .site-footer__item-inner--newsletter .input-group .input-group__btn button:hover {
            background: #111111; }
      .site-footer .site-footer__item-inner--newsletter .input-group.form--success-hide {
        display: none; }
    .site-footer .site-footer__item-inner--newsletter .form-message--success,
    .site-footer .site-footer__item-inner--newsletter .input-error-message {
      color: white;
      font-size: 14px;
      letter-spacing: 0;
      line-height: 25px;
      margin: 0; }
      .site-footer .site-footer__item-inner--newsletter .form-message--success span,
      .site-footer .site-footer__item-inner--newsletter .input-error-message span {
        display: flex;
        align-items: center; }
        @media only screen and (max-width: 1023px) {
          .site-footer .site-footer__item-inner--newsletter .form-message--success span,
          .site-footer .site-footer__item-inner--newsletter .input-error-message span {
            justify-content: center; } }
        .site-footer .site-footer__item-inner--newsletter .form-message--success span:first-child,
        .site-footer .site-footer__item-inner--newsletter .input-error-message span:first-child {
          margin-bottom: 5px; }
      .site-footer .site-footer__item-inner--newsletter .form-message--success svg,
      .site-footer .site-footer__item-inner--newsletter .input-error-message svg {
        margin-right: 10px; }
        .site-footer .site-footer__item-inner--newsletter .form-message--success svg circle,
        .site-footer .site-footer__item-inner--newsletter .input-error-message svg circle {
          fill: white; }
        .site-footer .site-footer__item-inner--newsletter .form-message--success svg path,
        .site-footer .site-footer__item-inner--newsletter .input-error-message svg path {
          fill: #191919; }
    .site-footer .site-footer__item-inner--newsletter .input-error-message {
      display: block;
      margin-top: 5px; }
    .site-footer .site-footer__item-inner--newsletter .socila_icons ul {
      display: flex;
      align-items: center;
      padding: 0;
      margin: 0; }
      @media only screen and (max-width: 1023px) {
        .site-footer .site-footer__item-inner--newsletter .socila_icons ul {
          justify-content: center;
          margin-bottom: 60px; } }
      .site-footer .site-footer__item-inner--newsletter .socila_icons ul li {
        list-style: none;
        margin-right: 30px; }
        .site-footer .site-footer__item-inner--newsletter .socila_icons ul li:last-child {
          margin-right: 0; }
  .site-footer .copyright_content {
    display: flex;
    align-items: center;
    padding-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      .site-footer .copyright_content {
        padding-bottom: 82px;
        flex-direction: column; } }
    .site-footer .copyright_content .copyright_left_inner {
      margin-right: 20px; }
      @media only screen and (max-width: 767px) {
        .site-footer .copyright_content .copyright_left_inner {
          margin: 0;
          width: 100%;
          margin-bottom: 12px; } }
    @media only screen and (max-width: 767px) {
      .site-footer .copyright_content .copyright_right_inner {
        width: 100%; } }
    .site-footer .copyright_content .copyright_links ul {
      display: flex;
      padding: 0;
      margin: 0; }
      @media only screen and (max-width: 767px) {
        .site-footer .copyright_content .copyright_links ul {
          flex-wrap: wrap; } }
      .site-footer .copyright_content .copyright_links ul li {
        list-style: none;
        padding: 0 7px; }
        @media only screen and (max-width: 767px) {
          .site-footer .copyright_content .copyright_links ul li {
            padding: 0 14px 0 0; } }
        .site-footer .copyright_content .copyright_links ul li a {
          color: white;
          font-size: 14px;
          font-weight: 500;
          letter-spacing: 0;
          line-height: 25px;
          list-style: none;
          border: 1px solid transparent; }
          .site-footer .copyright_content .copyright_links ul li a:hover {
            border-bottom: 1px solid white; }
          @media only screen and (max-width: 767px) {
            .site-footer .copyright_content .copyright_links ul li a {
              font-size: 12px;
              line-height: 18px; } }
        .site-footer .copyright_content .copyright_links ul li:first-child {
          padding-left: 0; }
        .site-footer .copyright_content .copyright_links ul li:last-child {
          padding-right: 0; }
    .site-footer .copyright_content .copyright_text p {
      color: white;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 25px;
      margin: 0; }
      @media only screen and (max-width: 767px) {
        .site-footer .copyright_content .copyright_text p {
          font-size: 12px;
          line-height: 18px;
          margin-bottom: 12px; } }
  .site-footer a {
    border: none; }
    .site-footer a:hover {
      border-bottom: none; }
  .site-footer input,
  .site-footer button {
    outline: none; }

#vesta_threatmatrix {
  display: none; }

.template-login #MainContent,
.template-register #MainContent,
.template-reset_password #MainContent,
.template-activate_account #MainContent {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 50px;
  -ms-display: grid;
  -webkit-display: grid;
  display: grid;
  -ms-grid-template-columns: 100%;
  -webkit-grid-template-columns: 100%;
  grid-template-columns: 100%; }
  @media only screen and (max-width: 767px) {
    .template-login #MainContent,
    .template-register #MainContent,
    .template-reset_password #MainContent,
    .template-activate_account #MainContent {
      width: 100%;
      max-width: unset;
      padding: 0 20px; } }
.template-login a,
.template-register a,
.template-reset_password a,
.template-activate_account a {
  border-bottom: unset; }

#CustomerLoginForm,
.activate-account {
  padding: 50px 0 185px 0; }
  #CustomerLoginForm.posted,
  .activate-account.posted {
    padding-top: 40px; }
    @media only screen and (max-width: 767px) {
      #CustomerLoginForm.posted,
      .activate-account.posted {
        padding-top: 28px; } }
  @media only screen and (max-width: 767px) {
    #CustomerLoginForm,
    .activate-account {
      padding: 50px 0 97px 0; } }

.activate-account .btn--tertiary {
  font-size: 18px;
  width: 100%;
  line-height: 30px;
  font-family: "calluna-sans", sans-serif;
  letter-spacing: 0;
  color: #333333; }
  @media only screen and (max-width: 767px) {
    .activate-account .btn--tertiary {
      font-size: 15px;
      line-height: 15px; } }
.activate-account p {
  margin: 0; }

.account_login {
  width: 100%;
  max-width: 440px;
  margin: 0 auto; }

.account-title {
  color: #191919;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 42px;
  margin-bottom: 15px;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .account-title {
      font-size: 22px;
      line-height: 27px;
      margin-bottom: 15px; } }

.create-account {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 34px; }
  @media only screen and (max-width: 767px) {
    .create-account {
      flex-direction: column;
      margin-bottom: 25px; } }
  .create-account p,
  .create-account a {
    letter-spacing: 0;
    text-align: center; }
  .create-account p {
    color: #191919;
    margin: 0 5px 0 0; }
    @media only screen and (max-width: 767px) {
      .create-account p {
        margin: 0; } }

.account-label {
  display: block;
  color: #191919;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 10px;
  margin-top: 0; }
  @media only screen and (max-width: 767px) {
    .account-label {
      font-size: 14px;
      line-height: 22px; } }

.account-input {
  border: 1px solid #cccccc;
  border-radius: unset;
  background-color: white;
  width: 100%;
  min-height: 49px;
  padding: 14px 15px;
  color: #191919;
  font-family: "calluna-sans", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 25px;
  outline: none;
  margin-bottom: 33px; }
  @media only screen and (max-width: 767px) {
    .account-input {
      margin-bottom: 23px; } }
  .account-input::placeholder {
    color: #b0b0b0; }
  .account-input:focus {
    border-color: #191919; }

.account-btn {
  margin: 8px 0 30px 0; }
  @media only screen and (max-width: 767px) {
    .account-btn {
      margin: 18px 0 30px 0; } }

.account-bottom-link {
  letter-spacing: 0;
  text-align: center;
  display: block; }

.register-account {
  padding: 50px 0 246px 0; }
  @media only screen and (max-width: 767px) {
    .register-account {
      padding: 27px 0 168px 0; } }

#RecoverPasswordForm {
  padding: 50px 0 148px 0; }
  #RecoverPasswordForm .create-account P {
    margin: 0; }

.form-reset-password {
  padding: 50px 0 207px 0; }
  @media only screen and (max-width: 767px) {
    .form-reset-password {
      padding: 47px 0 129px 0; } }
  .form-reset-password .create-account {
    margin-bottom: 46px; }
    @media only screen and (max-width: 767px) {
      .form-reset-password .create-account {
        margin-bottom: 28px; } }
    .form-reset-password .create-account p {
      margin: 0; }

.input-error {
  border: 1px solid #E21837;
  background-color: white;
  border-color: #e21837 !important; }

.login_guest {
  padding: 80px 0 0 0; }
  @media only screen and (max-width: 767px) {
    .login_guest {
      padding: 50px 0 0; } }
  .login_guest h2 {
    margin: 0 0 40px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .login_guest h2 {
        line-height: 55px; } }
  .login_guest .account-btn {
    margin: 0; }

@media only screen and (max-width: 1024px) {
  .template-addresses .grid,
  .template-account .grid,
  .template-order .grid {
    margin-left: 0; } }
@media only screen and (max-width: 1024px) {
  .template-addresses .grid__item,
  .template-account .grid__item,
  .template-order .grid__item {
    padding-left: 0; } }
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .template-addresses .page-subnav__mobile-toggle,
  .template-account .page-subnav__mobile-toggle,
  .template-order .page-subnav__mobile-toggle {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px; } }

.page__addresses {
  padding: 0 160px 200px; }
  @media only screen and (max-width: 1024px) {
    .page__addresses {
      padding: 0 20px 100px; } }
  .page__addresses:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (max-width: 767px) {
    .page__addresses .continue-link {
      justify-content: center; } }
  .page__addresses .page-subnav__grid,
  .page__addresses .page-address__content {
    padding-top: 100px; }
  @media only screen and (max-width: 1024px) {
    .page__addresses .page-subnav__grid {
      padding: 0;
      margin: 0; } }
  @media only screen and (max-width: 1024px) {
    .page__addresses .page-address__content {
      padding: 50px 0 0; } }
  .page__addresses .page-address__content a {
    border-bottom: unset; }
  .page__addresses .account-title {
    text-align: left;
    margin-top: 0;
    margin-bottom: 40px; }
    @media only screen and (max-width: 768px) {
      .page__addresses .account-title {
        margin-bottom: 20px; } }
  .page__addresses .addresses__container {
    display: flex;
    flex-wrap: wrap; }
  .page__addresses .addresses__grid {
    flex: 0 0 48%;
    border: 1px solid #CCCCCC;
    border-radius: unset;
    background-color: #FFFFFF;
    padding: 4% 6% 4% 6%;
    margin: 0 4% 4% 0;
    min-height: 272px;
    position: relative; }
    @media only screen and (max-width: 1024px) {
      .page__addresses .addresses__grid {
        flex: 0 0 48.5%;
        margin: 0 3% 3% 0; } }
    @media only screen and (max-width: 768px) {
      .page__addresses .addresses__grid {
        flex: 0 0 100%;
        padding: 30px;
        min-height: 185px;
        margin: 0 0 24px 0; } }
    .page__addresses .addresses__grid:nth-child(even) {
      margin-right: 0; }
  .page__addresses .account__info p {
    color: #191919;
    letter-spacing: 0;
    margin: 0 0 25px; }
  .page__addresses button {
    border: unset;
    background: transparent;
    outline: unset;
    font-family: "calluna-sans", sans-serif;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 30px;
    color: #8a7347; }
  .page__addresses .addresses__actions {
    display: flex;
    position: absolute;
    bottom: 30px; }
    .page__addresses .addresses__actions button {
      padding: 0 15% 0 0; }
      @media only screen and (max-width: 768px) {
        .page__addresses .addresses__actions button {
          font-size: 14px;
          line-height: 22px;
          padding: 0 24px 0 0; } }
    .page__addresses .addresses__actions p {
      margin: 0; }
  .page__addresses .add_new__address {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10%;
    cursor: pointer; }
    .page__addresses .add_new__address:hover {
      background-color: #f6f6f6; }
    .page__addresses .add_new__address button {
      padding: 0; }
      @media only screen and (max-width: 768px) {
        .page__addresses .add_new__address button {
          font-size: 14px;
          line-height: 22px; } }
  .page__addresses .input__group {
    display: flex; }
    @media only screen and (max-width: 1024px) {
      .page__addresses .input__group {
        flex-direction: column; } }
    .page__addresses .input__group .account_name {
      flex: 1;
      margin-right: 30px; }
      @media only screen and (max-width: 1024px) {
        .page__addresses .input__group .account_name {
          margin-right: 0; } }
      .page__addresses .input__group .account_name:last-child {
        margin-right: 0; }
  .page__addresses .add_new__icon {
    margin-bottom: 20px; }
  .page__addresses .account-btn {
    margin: 0px 0 35px 0; }
  .page__addresses table td[data-label="Order"] a {
    color: #A71127;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 25px; }

.account-select {
  padding-top: 3.5px;
  padding-bottom: 3.5px;
  margin-bottom: 33px;
  outline: unset;
  background-image: url(//cdn.shopify.com/s/files/1/0330/1241/6652/t/21/assets/ico-select-caret.svg?v=1250067…);
  background-size: 10px; }
  @media only screen and (max-width: 1024px) {
    .account-select {
      width: 100%; } }

.continue-link {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
  max-width: fit-content; }
  .continue-link:hover a {
    color: #8a7347; }
  .continue-link:hover .triangle-left {
    border-color: #8a7347; }
  @media only screen and (max-width: 1024px) {
    .continue-link {
      margin-bottom: 20px; } }
  .continue-link a {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 17px;
    padding-left: 9px;
    color: #191919; }
  .continue-link .triangle-left {
    border: solid #191919;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-left: 2px;
    transition: all ease-in-out 0.2s; }
    @media only screen and (max-width: 768px) {
      .continue-link .triangle-left {
        margin-left: 0; } }

input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.boxcontainer {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 45px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  margin-top: 5px;
  background-color: white;
  border: 1px solid #333333; }

.boxcontainer input:checked ~ .checkmark {
  background-color: white;
  border-color: #333333; }

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 0;
  width: 6px;
  height: 11px;
  border: solid #333333;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.boxcontainer input:checked ~ .checkmark:after {
  display: block; }

.template-account table,
.template-account th, .template-account td {
  border: unset; }
.template-account table {
  display: table;
  width: 100%;
  margin: 0; }
.template-account thead tr {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1; }
.template-account thead th {
  background: white;
  font-weight: 700;
  letter-spacing: 0.72px;
  line-height: 33px;
  padding-top: 6px;
  padding-bottom: 6px; }
.template-account tbody tr {
  border-bottom: 1px solid #e1e1e1; }
  @media only screen and (max-width: 767px) {
    .template-account tbody tr {
      padding: 15px 0 0 0; } }
  .template-account tbody tr:first-child {
    border-top: 1px solid #e1e1e1; }
.template-account tbody .responsive-table-row + .responsive-table-row::after, .template-account tbody tfoot > .responsive-table-row:first-child::after {
  border: unset; }
.template-account tbody td {
  padding: 32px 20px;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 25px; }
  @media only screen and (max-width: 767px) {
    .template-account tbody td {
      padding: 5px 0; } }
  .template-account tbody td:before {
    color: #333333;
    font-family: "calluna-sans", sans-serif; }
  .template-account tbody td[data-label='order-link'] {
    width: 50%;
    text-align: center;
    padding: 25px 0 25px 20px; }
    .template-account tbody td[data-label='order-link']:before {
      content: unset; }
    @media only screen and (max-width: 767px) {
      .template-account tbody td[data-label='order-link'] {
        width: 100%;
        padding: 15px 0 30px; } }
    .template-account tbody td[data-label='order-link'] a {
      width: 100%;
      max-width: 310px;
      display: block;
      margin: 0 0 0 auto;
      border: 1px solid #191919;
      border-radius: unset;
      padding: 15px;
      color: #191919;
      font-family: "calluna-sans", sans-serif;
      font-weight: 700;
      font-size: 10px;
      letter-spacing: 1px;
      line-height: 10px;
      text-align: center;
      text-transform: uppercase; }
      .template-account tbody td[data-label='order-link'] a:hover {
        background-color: #f6f6f6;
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2); }
      @media only screen and (max-width: 767px) {
        .template-account tbody td[data-label='order-link'] a {
          max-width: unset;
          padding: 11px; } }
.template-account thead th:first-child,
.template-account tbody td:first-child {
  padding-left: 0; }
@media only screen and (max-width: 1024px) {
  .template-account .page-address__content {
    padding: 50px 0 0; } }
.template-account .no-orders {
  letter-spacing: 0;
  margin: 0; }
  @media only screen and (max-width: 767px) {
    .template-account .no-orders a {
      letter-spacing: 0; } }
@media only screen and (max-width: 767px) {
  .template-account .account-title {
    text-align: center; } }

@media only screen and (max-width: 767px) {
  .template-order .account-title {
    text-align: center; } }
.template-order table,
.template-order th, .template-order td {
  border: unset; }
.template-order table {
  display: table;
  width: 100%;
  margin: 0;
  margin-bottom: 25px; }
.template-order thead {
  border-top: 1px solid #e1e1e1; }
  .template-order thead th {
    background: white;
    padding: 20px 20px 10px; }
    .template-order thead th:first-child {
      width: 200px; }
    .template-order thead th:nth-child(3) {
      width: 230px; }
      @media only screen and (max-width: 768px) {
        .template-order thead th:nth-child(3) {
          width: 175px; } }
.template-order tbody {
  border-bottom: 1px solid #e3e3e3; }
  @media only screen and (max-width: 767px) {
    .template-order tbody {
      border-top: 1px solid #e3e3e3; } }
  @media only screen and (max-width: 768px) {
    .template-order tbody tr {
      padding-top: 25px; } }
  .template-order tbody td {
    padding: 0 20px 60px;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 25px; }
    @media only screen and (max-width: 767px) {
      .template-order tbody td {
        padding: 0 0 10px; } }
    .template-order tbody td:before {
      color: #191919;
      font-family: "calluna-sans", sans-serif;
      font-size: 15px;
      letter-spacing: 0;
      line-height: 25px; }
    .template-order tbody td[data-label='Tracking number'] {
      width: 36%; }
      @media only screen and (max-width: 767px) {
        .template-order tbody td[data-label='Tracking number'] {
          display: none; } }
      .template-order tbody td[data-label='Tracking number']:before {
        content: unset; }
      .template-order tbody td[data-label='Tracking number'] a {
        width: 100%;
        display: block;
        color: #c8102e;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 25px; }
    .template-order tbody td:last-child {
      display: none; }
      @media only screen and (max-width: 767px) {
        .template-order tbody td:last-child {
          display: block;
          text-align: left; }
          .template-order tbody td:last-child > a {
            width: 100%;
            display: block;
            color: #A71127;
            font-size: 15px;
            letter-spacing: 0;
            line-height: 25px;
            margin-bottom: 20px; }
          .template-order tbody td:last-child .track_btn a {
            border: 1px solid #191919;
            border-radius: unset;
            width: 100%;
            color: #191919;
            font-family: "calluna-sans", sans-serif;
            font-size: 10px;
            font-weight: 700;
            letter-spacing: 1px;
            line-height: 10px;
            text-align: center;
            margin: 0 0 30px;
            padding: 15px;
            text-transform: uppercase;
            display: block; }
            .template-order tbody td:last-child .track_btn a:hover {
              background-color: #f6f6f6;
              box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2); } }
.template-order thead th:first-child,
.template-order tbody td:first-child {
  padding-left: 0; }
.template-order .customer_order_detail {
  display: flex;
  margin-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    .template-order .customer_order_detail {
      flex-direction: column; } }
  .template-order .customer_order_detail .shipping__info {
    flex: 0 0 25%;
    padding-right: 30px; }
    @media only screen and (max-width: 1024px) {
      .template-order .customer_order_detail .shipping__info {
        flex: 0 0 22%; } }
    @media only screen and (max-width: 768px) {
      .template-order .customer_order_detail .shipping__info {
        flex: 0 0 28%; } }
    @media only screen and (max-width: 767px) {
      .template-order .customer_order_detail .shipping__info {
        flex: 1;
        padding: 0;
        margin-bottom: 30px;
        padding-right: 0; } }
  .template-order .customer_order_detail .billing__info {
    flex: 0 0 41%;
    padding: 0 4px; }
    @media only screen and (max-width: 1024px) {
      .template-order .customer_order_detail .billing__info {
        flex: 0 0 44%; } }
    @media only screen and (max-width: 768px) {
      .template-order .customer_order_detail .billing__info {
        flex: 0 0 38%; } }
    @media only screen and (max-width: 767px) {
      .template-order .customer_order_detail .billing__info {
        flex: 1;
        padding: 0;
        margin-bottom: 30px; } }
  .template-order .customer_order_detail .order__total {
    flex: 1;
    padding: 0 4px; }
    .template-order .customer_order_detail .order__total > div {
      display: flex; }
      .template-order .customer_order_detail .order__total > div .title,
      .template-order .customer_order_detail .order__total > div .price {
        flex: 1;
        color: #191919;
        font-size: 15px;
        letter-spacing: 0;
        line-height: 30px; }
      .template-order .customer_order_detail .order__total > div .title.first {
        display: none; }
      .template-order .customer_order_detail .order__total > div .price {
        font-weight: 600;
        text-align: right; }
    @media only screen and (max-width: 767px) {
      .template-order .customer_order_detail .order__total {
        padding: 0; } }
  .template-order .customer_order_detail h3 {
    color: #191919;
    font-family: "calluna-sans", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 33px;
    margin: 0 0 10px;
    text-transform: uppercase; }
  .template-order .customer_order_detail p {
    color: #191919;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 30px;
    margin: 0; }
.template-order .order-items .item {
  display: flex;
  padding: 32px 0;
  border-top: 1px solid #e1e1e1; }
  @media only screen and (max-width: 768px) {
    .template-order .order-items .item {
      padding: 20px 0; } }
  .template-order .order-items .item .image {
    flex: 0 0 25%; }
    @media only screen and (max-width: 1024px) {
      .template-order .order-items .item .image {
        flex: 0 0 22%; } }
    @media only screen and (max-width: 768px) {
      .template-order .order-items .item .image {
        flex: 0 0 28%; } }
  .template-order .order-items .item .item__info {
    display: flex;
    flex: 0 0 75%;
    padding: 10px 0 0 0; }
    @media only screen and (max-width: 1024px) {
      .template-order .order-items .item .item__info {
        flex: 0 0 78%; } }
    @media only screen and (max-width: 768px) {
      .template-order .order-items .item .item__info {
        flex: 0 0 72%; } }
    @media only screen and (max-width: 767px) {
      .template-order .order-items .item .item__info {
        flex: 1;
        padding-left: 14px;
        flex-direction: column; } }
    .template-order .order-items .item .item__info .item_title {
      flex: 0 0 55%;
      padding: 0 30px 0 4px; }
      @media only screen and (max-width: 1024px) {
        .template-order .order-items .item .item__info .item_title {
          flex: 0 0 57%; } }
      @media only screen and (max-width: 768px) {
        .template-order .order-items .item .item__info .item_title {
          flex: 0 0 54%; } }
      @media only screen and (max-width: 767px) {
        .template-order .order-items .item .item__info .item_title {
          flex: 0 0 auto;
          padding: 0; } }
      .template-order .order-items .item .item__info .item_title > a {
        color: #191919;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 24px;
        margin-bottom: 10px;
        display: block; }
      .template-order .order-items .item .item__info .item_title p {
        color: #191919;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 25px;
        margin: 0; }
        @media only screen and (max-width: 767px) {
          .template-order .order-items .item .item__info .item_title p {
            font-size: 15px;
            line-height: 30px; } }
    .template-order .order-items .item .item__info .item_price {
      flex: 0 0 21%;
      font-size: 16px;
      letter-spacing: 0;
      line-height: 25px; }
      @media only screen and (max-width: 768px) {
        .template-order .order-items .item .item__info .item_price {
          flex: 0 0 18%; } }
      @media only screen and (max-width: 767px) {
        .template-order .order-items .item .item__info .item_price {
          display: none; } }
    .template-order .order-items .item .item__info .item_qty {
      flex: 0 0 13%;
      font-size: 16px;
      letter-spacing: 0;
      line-height: 25px; }
      @media only screen and (max-width: 768px) {
        .template-order .order-items .item .item__info .item_qty {
          flex: 0 0 14%; } }
      @media only screen and (max-width: 767px) {
        .template-order .order-items .item .item__info .item_qty {
          flex: 0 0 auto;
          padding: 0; } }
    .template-order .order-items .item .item__info .item_total {
      padding: 0 4px;
      font-size: 16px;
      letter-spacing: 0;
      line-height: 25px; }
      @media only screen and (max-width: 767px) {
        .template-order .order-items .item .item__info .item_total {
          padding: 0; } }
.template-order .order-items .item_count {
  color: #191919;
  font-family: "calluna-sans", sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 33px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px; }

.homepage__title {
  color: #191919;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 42px;
  text-align: center;
  margin: 0 0 60px 0; }
  @media only screen and (max-width: 767px) {
    .homepage__title {
      font-size: 22px;
      line-height: 27px;
      margin-bottom: 35px; } }

.img-hover-zoom img {
  transition: transform 0.5s ease; }
.img-hover-zoom:hover img {
  transform: scale(1.1); }
  @media only screen and (max-width: 767px) {
    .img-hover-zoom:hover img {
      transform: unset; } }

.left {
  position: relative; }

.left:before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #8a7347;
  visibility: hidden;
  transition: all 0.3s ease-in-out; }

.left:hover:before {
  visibility: visible;
  width: 100%; }

.slick-slide .for_mobile {
  display: none; }
  @media only screen and (max-width: 767px) {
    .slick-slide .for_mobile {
      display: block; } }
.slick-slide .for_desktop {
  display: block; }
  @media only screen and (max-width: 767px) {
    .slick-slide .for_desktop {
      display: none; } }

.slick-prev,
.slick-next {
  border: 1px solid transparent;
  border-radius: unset;
  min-width: 50px;
  min-height: 50px; }
  .slick-prev:before,
  .slick-next:before {
    content: unset; }

.slick-prev {
  left: 50px; }
  .slick-prev svg {
    transform: rotate3d(0, 0, 1, 90deg); }

.slick-next {
  right: 50px; }
  .slick-next svg {
    transform: rotate3d(0, 0, 1, 270deg); }

.slick-dots {
  bottom: 35px;
  padding: 0; }
  .slick-dots li {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    margin: 0 8px 0 0; }
    .slick-dots li:last-child {
      margin: 0; }
    .slick-dots li button {
      height: 8px;
      width: 8px;
      padding: 0; }
      .slick-dots li button:before {
        width: 8px;
        height: 8px;
        opacity: 1;
        color: transparent; }
    .slick-dots li.slick-active button:before {
      color: unset;
      opacity: 1; }

.homepage_maincontent {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 50px;
  -ms-display: grid;
  -webkit-display: grid;
  display: grid;
  -ms-grid-template-columns: 100%;
  -webkit-grid-template-columns: 100%;
  grid-template-columns: 100%;
  margin-bottom: 200px; }
  @media only screen and (max-width: 767px) {
    .homepage_maincontent {
      max-width: unset;
      width: 100%;
      padding: 0 25px;
      margin-bottom: 100px; } }

.homepage_maincontent a {
  border-bottom: unset;
  outline: unset; }

.slideshow {
  position: relative;
  max-width: 1920px;
  margin: 0 auto; }
  .slideshow.slick-dotted.slick-slider {
    margin-bottom: 170px; }
    @media only screen and (max-width: 767px) {
      .slideshow.slick-dotted.slick-slider {
        margin-bottom: 50px; } }
  .slideshow .slick-prev,
  .slideshow .slick-next {
    border-color: white; }
    .slideshow .slick-prev:hover,
    .slideshow .slick-next:hover {
      background-color: rgba(255, 255, 255, 0.2); }
  .slideshow .slideshow_row {
    position: relative; }
  .slideshow .slideshow__slide {
    position: relative; }
    .slideshow .slideshow__slide:hover {
      border-bottom: unset; }
  .slideshow .slideshow__image {
    display: block;
    visibility: hidden; }
  .slideshow .slideshow__image-div {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  @media only screen and (max-width: 767px) {
    .slideshow .slick-dots {
      bottom: 24px; } }
  .slideshow .slick-dots li {
    background-color: white; }
    .slideshow .slick-dots li.slick-active {
      background-color: #191919; }
  .slideshow .slideshow__text-content {
    position: absolute;
    max-width: 600px;
    width: 100%;
    top: 50%;
    transform: translateY(-50%); }
    @media only screen and (max-width: 767px) {
      .slideshow .slideshow__text-content {
        padding-right: 46px; } }
    .slideshow .slideshow__text-content h1,
    .slideshow .slideshow__text-content p {
      text-shadow: 1px 1.5px 4px black; }
  .slideshow .slideshow__text-content--vertical-left {
    left: 15%; }
    @media only screen and (max-width: 767px) {
      .slideshow .slideshow__text-content--vertical-left {
        left: 0;
        padding: 0 30px; } }
  .slideshow .slideshow__text-content--vertical-center {
    left: 50%;
    transform: translate(-50%, -50%); }
    @media only screen and (max-width: 767px) {
      .slideshow .slideshow__text-content--vertical-center {
        left: 0;
        padding: 0 30px;
        transform: translateY(-50%); } }
  .slideshow .slideshow__text-content--vertical-right {
    right: 0; }
    @media only screen and (max-width: 767px) {
      .slideshow .slideshow__text-content--vertical-right {
        padding: 0 30px; } }
  .slideshow .slideshow__image {
    width: 100%; }
  .slideshow .mega-title {
    font-size: 60px;
    font-weight: bold;
    letter-spacing: 1.88px;
    line-height: 80px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .slideshow .mega-title {
        font-size: 36px;
        letter-spacing: 1.13px;
        line-height: 43px;
        margin-bottom: 12px; } }
  .slideshow .hero-fixed-width__content h1 {
    margin-bottom: 20px; }
  .slideshow .mega-subtitle p {
    letter-spacing: 0;
    padding-right: 150px;
    margin: 0 0 35px; }
    @media only screen and (max-width: 767px) {
      .slideshow .mega-subtitle p {
        padding-right: 0;
        margin-bottom: 24px; } }
    @media only screen and (min-width: 1025px) {
      .slideshow .mega-subtitle p {
        padding-right: 180px; } }
  .slideshow .btn--secondary {
    display: inline-block;
    min-width: 205px;
    width: auto; }
  .slideshow a {
    outline: unset; }
    .slideshow a:hover {
      border-color: #333333; }
  .slideshow .btn--secondary {
    display: inline-block;
    min-width: 205px;
    width: auto; }

.featured__collection {
  margin-bottom: 65px; }
  .featured__collection .slick-list {
    margin: 0 96px; }
    @media only screen and (max-width: 768px) {
      .featured__collection .slick-list {
        margin: 0; } }
  .featured__collection .slick-slide {
    padding: 0 15px; }
    .featured__collection .slick-slide img {
      margin: 0 auto; }
  .featured__collection .slick-prev,
  .featured__collection .slick-next {
    border-color: #145c97; }
  .featured__collection .slick-prev {
    left: 0; }
  .featured__collection .slick-next {
    right: 0; }
  @media only screen and (max-width: 767px) {
    .featured__collection .slick-dots {
      bottom: -15px; } }
  .featured__collection .slick-dots li {
    background-color: #e1e1e1; }
    .featured__collection .slick-dots li.slick-active {
      background-color: #877454; }
  .featured__collection .product_content {
    text-align: center;
    max-width: 315px;
    margin: 0 auto; }
    .featured__collection .product_content p {
      color: #002744;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 22px; }
  .featured__collection .product_image {
    margin-bottom: 40px; }
  .featured__collection .product_title {
    margin: 0 0 3px; }
  .featured__collection .product_price {
    margin: 0; }
    .featured__collection .product_price .price-item--sale {
      display: none; }
    .featured__collection .product_price.price--on-sale .price-item--sale {
      display: inline-block;
      text-decoration: line-through; }
    .featured__collection .product_price.price--on-sale .price-item--regular {
      margin-left: 10px;
      color: #e21837; }

.collection_link a {
  border: 1px solid #145c97;
  border-radius: 3px;
  background-color: white;
  color: #145c97;
  font-family: "calluna", serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  text-transform: uppercase;
  padding: 12px;
  display: block;
  max-width: 220px;
  margin: 0 auto;
  text-align: center; }
  .collection_link a:hover {
    background-color: #f6fbfc;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2); }
@media only screen and (max-width: 767px) {
  .collection_link {
    display: none; } }

@media only screen and (max-width: 1024px) {
  .collection__list-section .homepage_maincontent {
    padding: 0; } }
@media only screen and (max-width: 1024px) {
  .collection__list-section .collection__list {
    margin-left: -10px;
    padding-left: 10px;
    padding-bottom: 10px;
    overflow: auto;
    white-space: nowrap; } }
@media only screen and (max-width: 1024px) {
  .collection__list-section .collection__list > .grid__item {
    padding-left: 12px; } }
@media only screen and (max-width: 1024px) {
  .collection__list-section .collection__list .grid {
    margin-left: -12px; } }
@media only screen and (min-width: 1025px) {
  .collection__list-section .collection__list .grid {
    display: flex; } }
@media only screen and (max-width: 1024px) {
  .collection__list-section .collection__list .medium-up--two-tenths {
    width: 60%;
    padding-left: 0;
    float: unset;
    display: inline-block; }
    .collection__list-section .collection__list .medium-up--two-tenths:last-child {
      margin-right: 2px; }
    .collection__list-section .collection__list .medium-up--two-tenths:first-child {
      margin-left: 12px; } }
.collection__list-section .collection__list a {
  display: inline-block;
  width: 100%;
  padding: 7px; }
  @media only screen and (max-width: 1024px) {
    .collection__list-section .collection__list a {
      padding: 0; } }
  @media only screen and (min-width: 1025px) {
    .collection__list-section .collection__list a {
      height: 100%; } }
  .collection__list-section .collection__list a:hover {
    box-shadow: 0 0 10px 0 rgba(149, 149, 149, 0.2); }
.collection__list-section .collection__list .main {
  background: #fafafa;
  padding: 0 0 40px;
  overflow: hidden; }
  @media only screen and (min-width: 1025px) {
    .collection__list-section .collection__list .main {
      height: 100%; } }
.collection__list-section .collection__list .category_image {
  margin-bottom: 52px; }
  @media only screen and (max-width: 1024px) {
    .collection__list-section .collection__list .category_image {
      margin-bottom: 30px; } }
.collection__list-section .collection__list img {
  margin: 0 auto; }
.collection__list-section .collection__list p {
  font-family: "calluna", serif;
  color: #191919;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  font-weight: 600;
  margin: 0; }
  @media only screen and (max-width: 1024px) {
    .collection__list-section .collection__list p {
      font-size: 16px;
      line-height: 19px; } }
.collection__list-section .slick-prev,
.collection__list-section .slick-next {
  min-width: 44px;
  min-height: 44px;
  border-color: #191919;
  background-color: white; }
  .collection__list-section .slick-prev svg path,
  .collection__list-section .slick-next svg path {
    fill: #191919; }
  .collection__list-section .slick-prev:hover,
  .collection__list-section .slick-next:hover {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2); }
.collection__list-section .slick-prev {
  left: 15px; }
.collection__list-section .slick-next {
  right: 15px; }
.collection__list-section .slick-disabled {
  display: none !important; }

@media only screen and (min-width: 1025px) {
  .block-cta-section .grid__three-images {
    width: 33.33%; } }
.block-cta-section .grid__three-images img {
  width: 100%; }
.block-cta-section .cta__text-wrap {
  margin-top: 36px; }
@media only screen and (max-width: 767px) {
  .block-cta-section .cta__main {
    margin-bottom: 35px; }
    .block-cta-section .cta__main:last-child {
      margin-bottom: 0; } }
.block-cta-section h3 {
  color: #191919;
  font-family: "calluna", serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 12px;
  text-transform: capitalize; }
  @media only screen and (max-width: 767px) {
    .block-cta-section h3 {
      font-size: 16px;
      line-height: 19px; } }
.block-cta-section p {
  color: #191919;
  letter-spacing: 0;
  margin: 0 0 25px 0;
  padding: 0 15px; }
.block-cta-section .btn-primary {
  font-family: "calluna-sans", sans-serif;
  color: #191919;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 19px;
  text-transform: uppercase; }
  @media only screen and (max-width: 767px) {
    .block-cta-section .btn-primary {
      font-size: 16px;
      letter-spacing: 1px; } }
  .block-cta-section .btn-primary:hover {
    color: #8a7347; }
.block-cta-section a {
  display: block; }

.image__with_text-section {
  margin-bottom: 200px; }
  @media only screen and (max-width: 767px) {
    .image__with_text-section {
      margin-bottom: 100px; } }
  .image__with_text-section .bg__image {
    position: relative; }
  .image__with_text-section .bg_content {
    position: absolute;
    max-width: 800px;
    width: 100%;
    top: 50%;
    transform: translateY(-50%); }
    @media only screen and (max-width: 1024px) {
      .image__with_text-section .bg_content {
        max-width: 700px; } }
    @media only screen and (max-width: 767px) {
      .image__with_text-section .bg_content {
        max-width: unset;
        padding: 0 24px; } }
    .image__with_text-section .bg_content.bg_text_container h1 {
      line-height: 55px; }
      @media only screen and (max-width: 767px) {
        .image__with_text-section .bg_content.bg_text_container h1 {
          line-height: 30px; } }
    .image__with_text-section .bg_content.bg_image_container h1 {
      line-height: 60px; }
      @media only screen and (max-width: 767px) {
        .image__with_text-section .bg_content.bg_image_container h1 {
          line-height: 30px; } }
  .image__with_text-section .image__with_text-overlay-center {
    left: 50%;
    transform: translate(-50%, -50%); }
  .image__with_text-section .image__with_text-overlay-left {
    left: 16%; }
    @media only screen and (max-width: 767px) {
      .image__with_text-section .image__with_text-overlay-left {
        left: 7%; } }
  .image__with_text-section .image__with_text-overlay-right {
    right: 16%; }
    @media only screen and (max-width: 767px) {
      .image__with_text-section .image__with_text-overlay-right {
        right: 7%; } }
  .image__with_text-section h1 {
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 1.5px;
    margin-bottom: 35px; }
    @media only screen and (max-width: 767px) {
      .image__with_text-section h1 {
        font-size: 26px;
        letter-spacing: 1.5px;
        margin-bottom: 25px; } }
  .image__with_text-section p {
    letter-spacing: 0;
    margin: 0 0 35px 0;
    padding: 0 9%; }
    @media only screen and (max-width: 767px) {
      .image__with_text-section p {
        padding: 0; } }

.three__cta-wrapper .grid,
.two__cta-wrapper .grid {
  margin-left: -6px; }
.three__cta-wrapper .grid__item,
.two__cta-wrapper .grid__item {
  padding-left: 6px; }

.three__cta-wrapper .main {
  padding: 12px 12px 37px;
  transition: all 0.4s ease; }
  @media only screen and (max-width: 767px) {
    .three__cta-wrapper .main {
      padding-left: 0;
      padding-right: 0; } }
  .three__cta-wrapper .main:hover {
    box-shadow: 0 0 10px 0 rgba(149, 149, 149, 0.2); }

.two__cta-wrapper .main {
  padding: 15px 15px 65px;
  transition: all 0.4s ease; }
  @media only screen and (max-width: 767px) {
    .two__cta-wrapper .main {
      padding-left: 0;
      padding-right: 0; } }
  .two__cta-wrapper .main:hover {
    box-shadow: 0 0 10px 0 rgba(149, 149, 149, 0.2); }

.collection__list-section .grid {
  margin-left: -8px; }
  @media only screen and (max-width: 767px) {
    .collection__list-section .grid {
      margin-left: -10px; } }
.collection__list-section .grid__item {
  padding: 8px; }

.best-sellers-section {
  padding-bottom: 200px; }
  @media only screen and (max-width: 767px) {
    .best-sellers-section {
      padding-bottom: 100px; } }

/*================ VENDORS ================*/
/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */ }

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr; }

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto; }

/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0; }

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; }

/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/
/* 
----------------------------------------
6.1 THEMES 
----------------------------------------
*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)"; }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
  sprites locations 
  light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
  dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
  */ }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
  sprites locations
  light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
  dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
  */ }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
  sprites locations 
  light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
  dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
  */ }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
  sprites locations 
  light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
  dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
  */ }

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px; }

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px; }

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px; }

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1); }

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15); }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px; }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */ }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px; }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px; }

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px; }

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px; }

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII="); }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px; }

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px; }

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px; }

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0; }

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto; }

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px; }

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px; }

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0; }

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px; }

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2); }

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

/* ---------------------------------------- */
.amp-hidden {
  display: none; }

.amp-slide {
  list-style: none;
  display: block;
  position: absolute;
  overflow: hidden;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%; }

.amp-progress {
  position: absolute;
  top: 0;
  opacity: .5;
  width: 10%;
  height: 100%;
  background-color: #fff;
  z-index: 100; }

.amp-frame, .amp-layer, .amp-zoomed-container {
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.amp-zoom, .amp-zoomed, .amp-zoomed-clone, .amp-zoomed-container {
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.amp-frame img, .amp-layer img {
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.amp-main-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

.amp-layer {
  list-style: none;
  overflow: hidden;
  display: block;
  padding: 0;
  margin: 0; }

.amp-carousel, .amp-spin, .amp-stack {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  position: relative; }

.amp-spin {
  width: 100%;
  height: 100%; }

.amp-spin .amp-frame {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.amp-spin .amp-frame-clone {
  position: relative;
  z-index: -1;
  visibility: hidden; }

.amp-loading {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  background: url(loading.gif) no-repeat center; }

.amp-zoom {
  position: relative;
  max-width: 100%; }

.amp-zoom-img {
  z-index: 10;
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

.amp-zoom-overflow {
  position: relative;
  overflow: hidden; }

.amp-zoom-lens {
  cursor: pointer;
  top: 0;
  left: 0;
  position: absolute;
  background: url(spacer.gif);
  border: 1px solid #ccc;
  display: none; }

.amp-zoom-container {
  position: relative;
  overflow: hidden; }

.amp-zoom-container img {
  display: block; }

.amp-zoom-map {
  position: relative; }

.amp-zoom-wrapper {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0; }

.amp-zoom-map {
  position: relative;
  z-index: 9999; }

.amp-zoom-map img {
  display: block; }

.amp-progress-indicator {
  position: absolute;
  width: 400px;
  height: 100px;
  background: #686868;
  border: 1px solid #252525;
  zoom: 1;
  opacity: .6;
  z-index: 101; }

.amp-progress-indicator .amp-progress-message {
  padding: 15px;
  color: #fff;
  text-align: left; }

.amp-progress-indicator .amp-progress-bar-background {
  position: absolute;
  height: 30px;
  width: 350px;
  background: #fff;
  margin: 0 15px; }

.amp-progress-indicator .amp-progress-bar {
  position: absolute;
  height: 30px;
  width: 0;
  background: #a9a9a9; }

.amp-zoomed, .amp-zoomed-clone {
  display: block;
  position: absolute !important;
  max-width: none !important;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-height: none !important; }

.video-js.vjs-ended .vjs-poster {
  display: block; }

@font-face {
  font-family: 'Neuzeit Regular';
  src: url(neuzeitgrot-webfont.woff) format("woff");
  font-style: normal; }

@font-face {
  font-family: 'Neuzeit Light';
  src: url(neuzeitgrot-light-webfont.woff) format("woff");
  font-style: normal; }

@font-face {
  font-family: 'Neuzeit Regular';
  src: url(neuzeitgrot-bold-webfont.woff) format("woff");
  font-weight: 700; }

* {
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  margin: 0;
  min-height: 100%; }

.amp-no-scroll {
  overflow: hidden;
  position: relative;
  height: 100%; }

.amp-viewer-kit {
  font-family: "Neuzeit Regular","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.amp-viewer-kit ul {
  list-style-type: none; }

.amp-viewer-kit .icon {
  cursor: pointer;
  background-color: #c1bab0;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute; }

.amp-viewer-kit .icon.icon-left, .amp-viewer-kit .icon.icon-right {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.amp-viewer-kit .icon.icon-left {
  background-image: url(ic_stepbackward_24px.svg); }

.amp-viewer-kit .icon.icon-right {
  background-image: url(ic_stepforward_24px.svg); }

.amp-viewer-kit .icon.close {
  top: 0;
  right: 0;
  background-image: url(ic_closeoverlay_24px.svg); }

.amp-viewer-kit .icon.disabled {
  opacity: .25;
  cursor: default; }

.amp-viewer-kit video::-webkit-media-controls-panel, .amp-viewer-kit video::-webkit-media-controls-start-playback-button {
  display: none; }

.amp-viewer-kit .video-js {
  background-color: #fff;
  box-sizing: content-box;
  width: 100%; }

.amp-viewer-kit .video-js * {
  -webkit-transform: translate3d(0, 0, 0); }

.amp-viewer-kit .vjs-poster {
  background-color: #fff;
  background-size: cover; }

.amp-viewer-kit .amp-video-skin .vjs-big-play-button {
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.amp-viewer-kit .amp-outer-spin > .amp-progress {
  display: none; }

.amp-viewer-kit .desktop-full-view .main-container, .amp-viewer-kit .desktop-normal-view .main-container, .amp-viewer-kit .mobile-normal-view .main-container {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
  position: relative;
  z-index: 2; }

.amp-viewer-kit .desktop-full-view .main-container .list, .amp-viewer-kit .desktop-normal-view .main-container .list, .amp-viewer-kit .mobile-normal-view .main-container .list {
  cursor: pointer; }

.amp-viewer-kit .desktop-full-view .main-container .list .amp-slide .zoom-trap, .amp-viewer-kit .desktop-normal-view .main-container .list .amp-slide .zoom-trap, .amp-viewer-kit .mobile-normal-view .main-container .list .amp-slide .zoom-trap {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer; }

.amp-viewer-kit .desktop-full-view .main-container .icon, .amp-viewer-kit .desktop-normal-view .main-container .icon, .amp-viewer-kit .mobile-normal-view .main-container .icon {
  width: 32px;
  height: 32px; }

.amp-viewer-kit .desktop-full-view .main-container .icon.icon-left, .amp-viewer-kit .desktop-normal-view .main-container .icon.icon-left, .amp-viewer-kit .mobile-normal-view .main-container .icon.icon-left {
  left: 10px; }

.amp-viewer-kit .desktop-full-view .main-container .icon.icon-right, .amp-viewer-kit .desktop-normal-view .main-container .icon.icon-right, .amp-viewer-kit .mobile-normal-view .main-container .icon.icon-right {
  right: 10px; }

.amp-viewer-kit .desktop-full-view .main-container .spin-trap, .amp-viewer-kit .desktop-normal-view .main-container .spin-trap, .amp-viewer-kit .mobile-normal-view .main-container .spin-trap {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: block; }

.amp-viewer-kit .desktop-full-view .main-container .spin-trap.active-for-scrolling, .amp-viewer-kit .desktop-normal-view .main-container .spin-trap.active-for-scrolling, .amp-viewer-kit .mobile-normal-view .main-container .spin-trap.active-for-scrolling {
  display: none; }

.amp-viewer-kit .desktop-full-view .main-container .tooltip, .amp-viewer-kit .desktop-normal-view .main-container .tooltip, .amp-viewer-kit .mobile-normal-view .main-container .tooltip {
  font-family: 'Neuzeit Light';
  font-size: 20px;
  position: absolute;
  width: 230px;
  height: 42px;
  line-height: 42px;
  margin-left: -115px;
  margin-top: -21px;
  border-radius: 3px;
  right: auto;
  bottom: auto;
  padding: 0 10px;
  top: 50%;
  left: 50%;
  background-color: rgba(200, 200, 200, 0.5);
  color: #fff;
  text-align: center;
  pointer-events: none;
  display: inline-table;
  opacity: 1; }

.amp-viewer-kit .desktop-full-view .main-container .tooltip .tooltip-icon, .amp-viewer-kit .desktop-normal-view .main-container .tooltip .tooltip-icon, .amp-viewer-kit .mobile-normal-view .main-container .tooltip .tooltip-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  margin-top: 2px;
  height: 38px;
  width: 38px;
  display: inline-block;
  float: right; }

.amp-viewer-kit .desktop-full-view .main-container .tooltip.image, .amp-viewer-kit .desktop-normal-view .main-container .tooltip.image, .amp-viewer-kit .mobile-normal-view .main-container .tooltip.image {
  position: fixed; }

.amp-viewer-kit .desktop-full-view .main-container .tooltip.image .tooltip-icon, .amp-viewer-kit .desktop-normal-view .main-container .tooltip.image .tooltip-icon, .amp-viewer-kit .mobile-normal-view .main-container .tooltip.image .tooltip-icon {
  background-image: url(ic_enlarge_24px.svg); }

.amp-viewer-kit .desktop-full-view .main-container .tooltip.spin, .amp-viewer-kit .desktop-normal-view .main-container .tooltip.spin, .amp-viewer-kit .mobile-normal-view .main-container .tooltip.spin {
  position: absolute; }

.amp-viewer-kit .desktop-full-view .main-container .tooltip.spin .tooltip-icon, .amp-viewer-kit .desktop-normal-view .main-container .tooltip.spin .tooltip-icon, .amp-viewer-kit .mobile-normal-view .main-container .tooltip.spin .tooltip-icon {
  background-image: url(ic_360spin_24px.svg); }

.amp-viewer-kit .desktop-full-view .main-container .tooltip.spin-3d, .amp-viewer-kit .desktop-normal-view .main-container .tooltip.spin-3d, .amp-viewer-kit .mobile-normal-view .main-container .tooltip.spin-3d {
  position: absolute; }

.amp-viewer-kit .desktop-full-view .main-container .tooltip.spin-3d .tooltip-icon, .amp-viewer-kit .desktop-normal-view .main-container .tooltip.spin-3d .tooltip-icon, .amp-viewer-kit .mobile-normal-view .main-container .tooltip.spin-3d .tooltip-icon {
  background-image: url(ic_720spin_24px.svg); }

.amp-viewer-kit .desktop-full-view .main-container .tooltip.video, .amp-viewer-kit .desktop-normal-view .main-container .tooltip.video, .amp-viewer-kit .mobile-normal-view .main-container .tooltip.video {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  display: none; }

.amp-viewer-kit .desktop-full-view .main-container .tooltip.video .tooltip-icon, .amp-viewer-kit .desktop-normal-view .main-container .tooltip.video .tooltip-icon, .amp-viewer-kit .mobile-normal-view .main-container .tooltip.video .tooltip-icon {
  background-image: url(ic_play_24px.svg);
  height: 100%;
  width: 100%; }

.amp-viewer-kit .desktop-full-view .nav-container, .amp-viewer-kit .desktop-normal-view .nav-container, .amp-viewer-kit .mobile-normal-view .nav-container {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: auto;
  padding: 0 52px;
  overflow: hidden; }

.amp-viewer-kit .desktop-full-view .nav-container .list .amp-slide, .amp-viewer-kit .desktop-normal-view .nav-container .list .amp-slide, .amp-viewer-kit .mobile-normal-view .nav-container .list .amp-slide {
  overflow: visible;
  cursor: pointer; }

.amp-viewer-kit .desktop-full-view .nav-container .list .amp-slide .thumbnail, .amp-viewer-kit .desktop-normal-view .nav-container .list .amp-slide .thumbnail, .amp-viewer-kit .mobile-normal-view .nav-container .list .amp-slide .thumbnail {
  margin-top: 10px; }

.amp-viewer-kit .desktop-full-view .nav-container .icon, .amp-viewer-kit .desktop-normal-view .nav-container .icon, .amp-viewer-kit .mobile-normal-view .nav-container .icon {
  width: 26px;
  height: 26px; }

.amp-viewer-kit .desktop-full-view .nav-container .icon.icon-left, .amp-viewer-kit .desktop-normal-view .nav-container .icon.icon-left, .amp-viewer-kit .mobile-normal-view .nav-container .icon.icon-left {
  left: 13px; }

.amp-viewer-kit .desktop-full-view .nav-container .icon.icon-right, .amp-viewer-kit .desktop-normal-view .nav-container .icon.icon-right, .amp-viewer-kit .mobile-normal-view .nav-container .icon.icon-right {
  right: 13px; }

.amp-viewer-kit .desktop-full-view .nav-container .tooltip, .amp-viewer-kit .desktop-normal-view .nav-container .tooltip, .amp-viewer-kit .mobile-normal-view .nav-container .tooltip {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background-color: rgba(200, 200, 200, 0.5);
  color: #fff;
  text-align: center;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
  display: block;
  opacity: 1; }

.amp-viewer-kit .desktop-full-view .nav-container .tooltip .tooltip-icon, .amp-viewer-kit .desktop-normal-view .nav-container .tooltip .tooltip-icon, .amp-viewer-kit .mobile-normal-view .nav-container .tooltip .tooltip-icon {
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75%;
  position: relative;
  display: inline-block;
  line-height: 100%;
  vertical-align: top; }

.amp-viewer-kit .desktop-full-view .nav-container .tooltip.spin, .amp-viewer-kit .desktop-normal-view .nav-container .tooltip.spin, .amp-viewer-kit .mobile-normal-view .nav-container .tooltip.spin {
  width: 75%;
  height: 35%; }

.amp-viewer-kit .desktop-full-view .nav-container .tooltip.spin .tooltip-icon, .amp-viewer-kit .desktop-normal-view .nav-container .tooltip.spin .tooltip-icon, .amp-viewer-kit .mobile-normal-view .nav-container .tooltip.spin .tooltip-icon {
  background-image: url(ic_360spin_24px.svg); }

.amp-viewer-kit .desktop-full-view .nav-container .tooltip.spin-3d, .amp-viewer-kit .desktop-normal-view .nav-container .tooltip.spin-3d, .amp-viewer-kit .mobile-normal-view .nav-container .tooltip.spin-3d {
  width: 75%;
  height: 35%; }

.amp-viewer-kit .desktop-full-view .nav-container .tooltip.spin-3d .tooltip-icon, .amp-viewer-kit .desktop-normal-view .nav-container .tooltip.spin-3d .tooltip-icon, .amp-viewer-kit .mobile-normal-view .nav-container .tooltip.spin-3d .tooltip-icon {
  background-image: url(ic_720spin_24px.svg);
  background-size: 60%; }

.amp-viewer-kit .desktop-full-view .nav-container .tooltip.video, .amp-viewer-kit .desktop-normal-view .nav-container .tooltip.video, .amp-viewer-kit .mobile-normal-view .nav-container .tooltip.video {
  width: 50%;
  height: 40%; }

.amp-viewer-kit .desktop-full-view .nav-container .tooltip.video .tooltip-icon, .amp-viewer-kit .desktop-normal-view .nav-container .tooltip.video .tooltip-icon, .amp-viewer-kit .mobile-normal-view .nav-container .tooltip.video .tooltip-icon {
  background-image: url(ic_play_24px.svg); }

.amp-viewer-kit .desktop-normal-view .main-container {
  margin-bottom: 20px; }

.amp-viewer-kit .desktop-normal-view .main-container .list {
  margin: 0 52px; }

.amp-viewer-kit .desktop-normal-view .nav-container .list .amp-slide {
  margin: 0 10px; }

.amp-viewer-kit .desktop-normal-view .nav-container .list .amp-slide.amp-selected::after {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #707175; }

.amp-viewer-kit .desktop-full-view {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999; }

.amp-viewer-kit .desktop-full-view .main-container {
  margin-bottom: 20px;
  height: calc(100% - 120px); }

.amp-viewer-kit .desktop-full-view .main-container .list {
  margin: 0;
  width: 100%;
  max-height: 100%; }

.amp-viewer-kit .desktop-full-view .main-container .list .amp-slide .amp-inner-spinset, .amp-viewer-kit .desktop-full-view .main-container .list .amp-slide .inner-element, .amp-viewer-kit .desktop-full-view .main-container .list .amp-slide .inner-element img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  display: block !important;
  margin: auto;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.amp-viewer-kit .desktop-full-view .main-container .list .amp-slide .amp-spin .amp-seen {
  height: 100%; }

.amp-viewer-kit .desktop-full-view .main-container .icon {
  width: 32px;
  height: 32px; }

.amp-viewer-kit .desktop-full-view .main-container .icon.icon-left {
  left: 0; }

.amp-viewer-kit .desktop-full-view .main-container .icon.icon-right {
  right: 0; }

.amp-viewer-kit .desktop-full-view .nav-container {
  float: left; }

.amp-viewer-kit .desktop-full-view .nav-container .list .amp-slide {
  margin: 0 10px; }

.amp-viewer-kit .desktop-full-view .nav-container .list .amp-slide.amp-selected::after {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #707175; }

.amp-viewer-kit .desktop-full-view .panel {
  width: 96px;
  height: 100px;
  float: right;
  text-align: center; }

.amp-viewer-kit .desktop-full-view .panel .icon {
  width: 32px;
  height: 32px;
  position: relative;
  display: inline-block;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.amp-viewer-kit .desktop-full-view .panel .icon.plus {
  background-image: url(ic_zoomin_24px.svg); }

.amp-viewer-kit .desktop-full-view .panel .icon.minus {
  background-image: url(ic_zoomout_24px.svg); }

.amp-viewer-kit .mobile-normal-view .main-container {
  margin-bottom: 20px; }

.amp-viewer-kit .mobile-normal-view .main-container .tooltip.image {
  position: absolute; }

.amp-viewer-kit .mobile-normal-view .main-container .close {
  display: none; }

.amp-viewer-kit .mobile-normal-view .nav-container .list {
  height: 50px !important; }

.amp-viewer-kit .mobile-normal-view .nav-container .list .amp-slide .mobile-thumbnail {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: #c1bab0;
  border-radius: 50%; }

.amp-viewer-kit .mobile-normal-view .nav-container .list .amp-slide.amp-selected .mobile-thumbnail {
  width: 35px;
  height: 35px;
  background-color: #707175;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.amp-viewer-kit .amp-outer-spin .amp-progress-indicator {
  display: none; }

.amp-viewer-kit .amp-margin-helper:before {
  content: '';
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -10px; }

.amp-viewer-kit .amp-margin-helper:after {
  content: '';
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -10px; }

.amp-viewer-kit .amp-slide .video-js .vjs-big-play-button {
  transition: all 0s; }

@font-face {
  font-family: 'Neuzeit Regular';
  src: url(neuzeitgrot-webfont.woff) format("woff");
  font-style: normal; }

@font-face {
  font-family: 'Neuzeit Light';
  src: url(neuzeitgrot-light-webfont.woff) format("woff");
  font-style: normal; }

@font-face {
  font-family: 'Neuzeit Regular';
  src: url(neuzeitgrot-bold-webfont.woff) format("woff");
  font-weight: 700; }

* {
  box-sizing: border-box; }

.amp-viewer-kit .mobile-portrait-view .amp-spin {
  height: 100% !important; }

.amp-viewer-kit .amp-portrait-view {
  position: relative; }

.amp-viewer-kit .amp-portrait-view.desktop-normal-view .amp-spin {
  height: 100% !important; }

.amp-viewer-kit .amp-portrait-view .amp-main-img {
  max-height: 100%;
  width: auto; }

.amp-viewer-kit .amp-portrait-view .main-container {
  margin: 0 0 0 100px; }

.amp-viewer-kit .amp-portrait-view .main-container .icon.icon-right {
  right: 0; }

.amp-viewer-kit .amp-portrait-view .main-container .icon.icon-left {
  left: 0; }

.amp-viewer-kit .amp-portrait-view .main-container .list {
  margin: 0; }

.amp-viewer-kit .amp-portrait-view .main-container .list .amp-slide {
  marign: 0; }

.amp-viewer-kit .amp-portrait-view .nav-container {
  height: 100%;
  width: 90px;
  margin: 0;
  padding: 30px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0; }

.amp-viewer-kit .amp-portrait-view .nav-container.amp-without-thumbs {
  padding: 0; }

.amp-viewer-kit .amp-portrait-view .nav-container .icon.icon-left, .amp-viewer-kit .amp-portrait-view .nav-container .icon.icon-right {
  margin-left: -13px;
  -ms-transform: translateY(0);
  transform: translateY(0); }

.amp-viewer-kit .amp-portrait-view .nav-container .icon.icon-right {
  bottom: 0;
  right: auto !important;
  left: 50% !important;
  top: auto;
  background-image: url(ic_stepforward_vert_24px.svg); }

.amp-viewer-kit .amp-portrait-view .nav-container .icon.icon-left {
  top: 0;
  left: 50% !important;
  background-image: url(ic_stepbackward_vert_24px.svg); }

.amp-viewer-kit .amp-portrait-view .nav-container .amp-carousel {
  width: 90px !important; }

.amp-viewer-kit .amp-portrait-view .nav-container .list .amp-slide {
  width: 70px !important;
  height: 90px;
  margin: 0 10px;
  padding: 6px; }

.amp-viewer-kit .amp-portrait-view .nav-container .list .amp-slide.amp-selected::after {
  content: "";
  position: absolute;
  height: 94%;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #707175;
  margin: 0;
  background-color: transparent; }

.amp-viewer-kit .amp-portrait-view .nav-container .list .amp-slide .thumbnail {
  margin: 0 0 10px 0; }

.amp-viewer-kit .amp-portrait-view .nav-container .amp-margin-helper:before {
  width: 100%;
  height: 10px;
  top: 0;
  left: 0; }

.amp-viewer-kit .amp-portrait-view .nav-container .amp-margin-helper:after {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  right: auto; }

.vjs-paused.vjs-has-started .vjs-big-play-button {
  display: block; }

.video-js, .vjs-icon-share {
  font-weight: 400;
  font-style: normal; }

.video-js .vjs-audio-button, .video-js .vjs-big-play-button, .video-js .vjs-captions-button, .video-js .vjs-chapters-button, .video-js .vjs-control.vjs-close-button, .video-js .vjs-descriptions-button, .video-js .vjs-fullscreen-control, .video-js .vjs-mouse-display, .video-js .vjs-mute-control, .video-js .vjs-mute-control.vjs-vol-0, .video-js .vjs-mute-control.vjs-vol-1, .video-js .vjs-mute-control.vjs-vol-2, .video-js .vjs-play-control, .video-js .vjs-play-control.vjs-playing, .video-js .vjs-play-progress, .video-js .vjs-subtitles-button, .video-js .vjs-volume-level, .video-js .vjs-volume-menu-button, .video-js .vjs-volume-menu-button.vjs-vol-0, .video-js .vjs-volume-menu-button.vjs-vol-1, .video-js .vjs-volume-menu-button.vjs-vol-2, .video-js.vjs-fullscreen .vjs-fullscreen-control, .vjs-icon-audio, .vjs-icon-audio-description, .vjs-icon-cancel, .vjs-icon-captions, .vjs-icon-chapters, .vjs-icon-circle, .vjs-icon-circle-inner-circle, .vjs-icon-circle-outline, .vjs-icon-cog, .vjs-icon-facebook, .vjs-icon-fullscreen-enter, .vjs-icon-fullscreen-exit, .vjs-icon-gplus, .vjs-icon-hd, .vjs-icon-linkedin, .vjs-icon-pause, .vjs-icon-pinterest, .vjs-icon-play, .vjs-icon-play-circle, .vjs-icon-replay, .vjs-icon-spinner, .vjs-icon-square, .vjs-icon-subtitles, .vjs-icon-tumblr, .vjs-icon-twitter, .vjs-icon-volume-high, .vjs-icon-volume-low, .vjs-icon-volume-mid, .vjs-icon-volume-mute {
  font-family: VideoJS;
  font-weight: 400;
  font-style: normal; }

.video-js, .vjs-no-js {
  color: #fff;
  background-color: #000; }

.video-js .vjs-big-play-button:before, .video-js .vjs-control, .video-js .vjs-control:before, .vjs-menu li, .vjs-no-js {
  text-align: center; }

.video-js .vjs-big-play-button:before, .video-js .vjs-control:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@font-face {
  font-family: VideoJS;
  src: url(font/VideoJS.eot?#iefix) format("eot"); }

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAA54AAoAAAAAFmgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAAA9AAAAD4AAABWUZFeBWNtYXAAAAE0AAAAOgAAAUriMBC2Z2x5ZgAAAXAAAAouAAAPUFvx6AdoZWFkAAALoAAAACsAAAA2DIPpX2hoZWEAAAvMAAAAGAAAACQOogcgaG10eAAAC+QAAAAPAAAAfNkAAABsb2NhAAAL9AAAAEAAAABAMMg06m1heHAAAAw0AAAAHwAAACABMAB5bmFtZQAADFQAAAElAAACCtXH9aBwb3N0AAANfAAAAPwAAAGBZkSN43icY2BkZ2CcwMDKwMFSyPKMgYHhF4RmjmEIZzzHwMDEwMrMgBUEpLmmMDh8ZPwoxw7iLmSHCDOCCADvEAo+AAB4nGNgYGBmgGAZBkYGEHAB8hjBfBYGDSDNBqQZGZgYGD7K/f8PUvCREUTzM0DVAwEjG8OIBwCPdwbVAAB4nI1Xe1CU1xX/zv1eLItLln0JwrIfC7sJGET2hRJ2N1GUoBJE8AESQEEhmBHjaB7UuBMTO4GMaSu7aY3RNlOdRPNqO2pqRmuTaSZtR6JJILUZk00a/4imjpmiecB303O/XUgMJOPufvd+99xzzz33nN855y4HHH7EfrGfIxwHRiANvF/sH71I9BzHszmpW+rGOQOXxXE6YhI4PoMT8zkT4cDFuf1cwMrZJI5cglM0HKVv0MaUFDgIFfg9mJJCG+kbKn1JkqBOVaFOkuhLpARq8fu0Nnc9/zdvfY9PxXW4PdH0C6N+PCejhorxFjAqRjgFRXSINEARbBGsoxcFK7IJmr4OycFJnInL59zIXwxui80fkGRbEHyosMWaATJKUfCskmwJQsAWANkmnIGOhlf514h7U8HNIv3owoHB0WMt0Eb3sx0guLi5pq/8Ny1q6969fKR9X9GBV6dPv6dp04K99SOwtmyPl47ApRa6n4ZpP1yjr5fn7MmYP/vXLUJs715UguklHBaHOZHZmG1N9FAIW2mf0MqWCIdo/8RZ1yGfxKUldDcGIbFA7ICO+vqOMSPTh/ZrSqgHi/bB/O8E8Mnzp+M+acxfpsTShBwej26TiGxBn7m4eEIO+Rueu6Hj+IFBnh88cAEUEQ//nVLx5C7kf+yIR47QEe+eMlhz9SqsGbe3hh2R03NGzoY6O42Kz8l7fB6fAk6LYnTyFo/FYyT6GGyNx2Jx2sdH4rA1Fo/HyCXaFyOp8dhYBCfJb2NIn1ImE6CYNGmgSTb52DawJR6jfXEmDU4xyTEmpgHHOIStoxfjSGdkbsK2w2jbdMQG4sgAstEONgURYCwGHhEhhscioQaAhhCf7McifEQc0l6+mxj9nI+gmSdiQ0Zbm7gZnIO7GSMEXG6UDAVocxAV8GcEXCKg1a02RcTtwANWRGIAyElor6n/+ZU2yOB3+T77Hb1MLqhn4KHVnQBjJnqe9QZSon6Kc5DxAD2vMdPL/BXSmQGwspa67z9wLUjdi9TN7QC7lyyBr9rpt7uXVC1CMpyjKRoXnGPHTuiaPLsNdc2dbAFQLAooPkXEh33FodHl4XpC6sPCIa0ftUIhHSYXVSu5iME+DIXsbZJ51BeidCgajcai43jU9nVzoSn2dPqcFvSoxSzJzgRKAx47WMRxOrIj3Wf0+hndxhJTiOkSEqxar3b3RKM9hY64oxBA64ieURLvCfpkDb8siBdUJ1bgT+urJ5PGfewQrmm5R5+0HmfyIPySD7OYkT0WxRePah8oEiyjlxIP74thVoRTURpmL6QhGuWS+QDjdANXjIM8SQa/1w128ODx0Qp4aLMNg9+JL3joUn8AMxW+aLNiuKjarn4uyyTdXjOzZTsh21uwldUvJoYza+zELALfu3p1L8/3krtyZ0Ag058J3hxHghvbGZn0dHZy6Mim/7Blre4lpHd1c28yVqRViO153F2oIWoXCIKbL4Z0cM1iaQn9mI5KuV2SzEvWXJDMNtkANpMdQoDDhIdD4A/YrP6Aye9ysxyE+uOEAcTDorgvVZJjcua043PnZ/PmdDqcbibZlXOOT8uSo7Kof0YUn9GL+Jo17ficymxiTofC6znUso0DhAxs1Fo+kF+d36vLmgZ8mk5cdGv2mwYj5k3Dm9m3LhJ1aVRNm6HrTbLgYAoWXDhDd/u4PGy5CT+xGMdiaBovewUCF/1BiWNljI9MLn7jeScpg+WyH6mfU62eVDql7hsrmvx1ezp/YldE2LhjbkiDnAn8tGy/MW3IXRMYJduvq9HpmIcKuFt+JCtgdGEGKAcF6UacVwIYbVPGfw/+YuNBS4cx/CUHcnyfc+wRDMtTr72mMSBjT/yn/GKSdeDWQUCH6Xoqq5R10RE60gV6erUL0iCti16d0hZjxut4QI/rEpgSh6WjnJXdBXRg1GKCucGJPtFqM27aD1tOqqKonsQ2KsFSSmEpmvRlsR+TcD9OFwrqXxIclL4sJTnGMSuG8KpkZvKdeVIOKDyWSyPLV16/p1QMPbP8NihwUzr47bdnXtwtjdCvqqpO0H+pOvIl3Pzv46e5CT/tQjklXCXXym1AaWY7bzHLkuDMc7ldKCvgxzLn8wYkJLBhEDyK7MT8bTbwbkxbfp+3mKAGsmTBpabSIEECzMIcQlzOPAMKsxMs7uhsnxPLuofPDTc1hkuq6MX9j16YU7CqegcYHbmWYuvAP6tCS97tgWf7dlQvnl25YPavXLVZvrzQPeHCpZmzzEUVq/xzu5sChnSTPTW7oOYmh69z4zL/gk3b+O6hoa733uviP82vnFcbqWlc9tDmZa23LVzaV1yXURi+JX+28NeBuj3+O8IrQ080Vm1eWB4OKjPmrJu7c1udWynvKF6/vs479lSW9+5gZkn+dKfellNGDPllzeULustz+A0bPvhgw7lkvEUwn/N4Ty7U7nhGsEpFkOfy+kutbOh1JQxhVDJumoW11hnkPThznh6FFlhfT+ra1x9sF56kx5YuDzVY9PQYAYA7iblw4frQ4TPCk2MK/xGU3rlmze62trHz6lsko+v+So/do74PT8KVkpJfOErKcv8znrMGsHTNxoEkWy1mYgDB6XBbPaWsuiS6CryGaL6zCjaXBgvtkuyXBua1wOKnh+k7L9AvPnYWffxK18FcJbuosGf3/Jo7amY+CE1vppzY+UTrva0FXc1i55pKQ/YjVL187N5fCn1kW5uot/1hi+DiZ+5atnJR9E+prvydJ9ZZ5mwOpU5gM4KYysMBQ71UzPuMTl9QQOyUo5nwioeYCPjFklrbK6s6X+ypUZ6rum9+CZYzWRiBJfSP0xzzSmrg7f86g0DKVj/wwFzieD9rRfPGFbeKMl05pn5j9/rsQJJ2iEgRrpohlyBo3f4QK7Kl+EcAYZgAoNVmZWXK704YAa3FwBxgSGUOs5htvGRz4Sgj3yFkSJFBuv/sxu5yk998T8WDJzvv/2RX19HtTUW1S+wpKRKRjJ6zzz/1/OPdFdWGlAKbvzS4PHOtURikg9AGz0LbIB85S/cPOpoXvuue8/iV2H1vPTy3ddvOeZ37HGmO3OmSzVzR+NS53+84dHlFhXPLqtzSO+5ruHM2vXtBdxP87LOzKAD359j/INYIbyPabIi3Cq6Wa+SaGe78diIzu7qcblcAa6/fJRvNopXFJnO+U9KKM5bqH5LM0iQSVmpPCPDu7ZT4Aoubz3709EBTyrTDjyx8MQXgUH1nqm7TWng4TzE4i4AsKskBITXfSyC4Fkl5MxnJDiKSIDSJAsGvd1y+/eNDp2e+A+5d8HeiiunrTkT6TqWLIs+/QRoWr98s0qj8uuzLuS22Ytufg3rdTaHn1m46sfgGKHXt0MGnLaRHdnwN37tvHcWKo2V6lnPxL4UvUQcRdOzmZSQs8X5CH5OxXMXpkATuDz8Et0SH4uyCRR+TjmBDP1GvsVrWEGVzEj33YVQ9jAtIKpqsl/s/0xrocwAAeJxjYGRgYADig3cEzsTz23xl4GZnAIHLRucNkWl2BrA4BwMTiAIAF4IITwB4nGNgZGBgZwCChWASxGZkQAXyABOUANh4nGNnYGBgHyAMADa8ANoAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IHqHicY2BkYGCQZ8hlYGcAASYg5gJCBob/YD4DABbVAaoAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2P2XLCMAxFfYFspGUp3Te+IB9lHJF4cOzUS2n/voaEGR6qB+lKo+WITdhga/a/bRnDBFPMkCBFhhwF5ihxg1sssMQKa9xhg3s84BFPeMYLXvGGd3zgE9tZr/hveXKVkFYoSnoeHJXfRoWOqi54mo9ameNFdrK+dLSyaVf7oJQTlkhXpD3Z5XXhR/rUfQVuKXO91Jps4cLOS6/I5YL3XhodRRsVWZe4NnZOhWnSAWgxhMoEr6SmzZieF43Mk7ZOBdeCVGrp9Eu+54J2xhySplfB5XHwQLXUmT9KH6+kPnQ7ZYuIEzNyfs1DLU1VU4SWZ6LkXGHsD1ZKbMw=) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMlGRXgUAAAEoAAAAVmNtYXDiMBC2AAAB/AAAAUpnbHlmW/HoBwAAA4gAAA9QaGVhZAyD6V8AAADQAAAANmhoZWEOogcgAAAArAAAACRobXR42QAAAAAAAYAAAAB8bG9jYTDINOoAAANIAAAAQG1heHABMAB5AAABCAAAACBuYW1l1cf1oAAAEtgAAAIKcG9zdGZEjeMAABTkAAABgQABAAAHAAAAAKEHAAAAAAAHAAABAAAAAAAAAAAAAAAAAAAAHwABAAAAAQAAwdxheF8PPPUACwcAAAAAANMyzzEAAAAA0zLPMQAAAAAHAAcAAAAACAACAAAAAAAAAAEAAAAfAG0ABwAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQcAAZAABQAIBHEE5gAAAPoEcQTmAAADXABXAc4AAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA8QHxHgcAAAAAoQcAAAAAAAABAAAAAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAAAAAMAAAADAAAAHAABAAAAAABEAAMAAQAAABwABAAoAAAABgAEAAEAAgAA8R7//wAAAADxAf//AAAPAAABAAAAAAAAAAABBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IHqAABAAAAAAWLBYsAAgAAAREBAlUDNgWL++oCCwAAAwAAAAAGawZrAAIADgAaAAAJAhMEAAMSAAUkABMCAAEmACc2ADcWABcGAALrAcD+QJX+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgIwAVABUAGbCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAAAAgAAAAAFQAWLAAMABwAAASERKQERIREBwAEr/tUCVQErAXUEFvvqBBYAAAAEAAAAAAYgBiAABgATACQAJwAAAS4BJxUXNjcGBxc+ATUmACcVFhIBBwEhESEBEQEGBxU+ATcXNwEHFwTQAWVVuAO7AidxJSgF/t/lpc77t18BYf6fASsBdQE+TF1OijuZX/1gnJwDgGSeK6W4GBhqW3FGnFT0AWM4mjT+9AHrX/6f/kD+iwH2/sI7HZoSRDGYXwSWnJwAAAEAAAAABKsF1gAFAAABESEBEQECCwEqAXb+igRg/kD+iwSq/osAAAACAAAAAAVmBdYABgAMAAABLgEnET4BAREhAREBBWUBZVRUZfwRASsBdf6LA4Bkniv9piueAUT+QP6LBKr+iwAAAwAAAAAGIAYPAAUADAAaAAATESEBEQEFLgEnET4BAxUWEhcGAgcVNgA3JgDgASsBdf6LAsUBZVVVZbqlzgMDzqXlASEFBf7fBGD+QP6LBKr+i+Bkniv9piueAvOaNP70tbX+9DSaOAFi9fUBYgAAAAQAAAAABYsFiwAFAAsAEQAXAAABIxEhNSMDMzUzNSEBIxUhESMDFTMVMxECC5YBduCWluD+igOA4AF2luDglgLr/oqWAgrglvyAlgF2AqCW4AF2AAQAAAAABYsFiwAFAAsAEQAXAAABMxUzESETIxUhESMBMzUzNSETNSMRITUBdeCW/org4AF2lgHAluD+ipaWAXYCVeABdgHAlgF2++rglgHA4P6KlgAAAAACAAAAAAXWBdYADwATAAABIQ4BBxEeARchPgE3ES4BAyERIQVA/IA/VQEBVT8DgD9VAQFVP/yAA4AF1QFVP/yAP1UBAVU/A4A/VfvsA4AAAAYAAAAABmsGawAHAAwAEwAbACAAKAAACQEmJw4BBwElLgEnAQUhATYSNyYFAQYCBxYXIQUeARcBMwEWFz4BNwECvgFkTlSH8GEBEgOONemh/u4C5f3QAXpcaAEB/BP+3VxoAQEOAjD95DXpoQESeP7dTlSH8GH+7gPwAmgSAQFYUP4nd6X2Pv4nS/1zZAEBk01NAfhk/v+TTUhLpfY+Adn+CBIBAVhQAdkAAAAFAAAAAAZrBdYADwATABcAGwAfAAABIQ4BBxEeARchPgE3ES4BASEVIQEhNSEFITUhNSE1IQXV+1ZAVAICVEAEqkBUAgJU+xYBKv7WAur9FgLqAcD+1gEq/RYC6gXVAVU//IA/VQEBVT8DgD9V/ayV/tWVlZWWlQADAAAAAAYgBdYADwAnAD8AAAEhDgEHER4BFyE+ATcRLgEBIzUjFTM1MxUUBgcjLgEnET4BNzMeARUFIzUjFTM1MxUOAQcjLgE1ETQ2NzMeARcFi/vqP1QCAlQ/BBY/VAICVP1rcJWVcCog4CAqAQEqIOAgKgILcJWVcAEqIOAgKiog4CAqAQXVAVU//IA/VQEBVT8DgD9V/fcl4CVKICoBASogASogKgEBKiBKJeAlSiAqAQEqIAEqICoBASogAAAGAAAAAAYgBPYAAwAHAAsADwATABcAABMzNSMRMzUjETM1IwEhNSERITUhERUhNeCVlZWVlZUBKwQV++sEFfvrBBUDNZb+QJUBwJX+QJb+QJUCVZWVAAAAAQAAAAAGIAZsAC4AAAEiBgcBNjQnAR4BMz4BNy4BJw4BBxQXAS4BIw4BBx4BFzI2NwEGBx4BFz4BNy4BBUArSh797AcHAg8eTixffwICf19ffwIH/fEeTixffwICf18sTh4CFAUBA3tcXHsDA3sCTx8bATcZNhkBNB0gAn9fX38CAn9fGxn+zRwgAn9fX38CIBz+yhcaXHsCAntcXXsAAAIAAAAABlkGawBDAE8AAAE2NCc3PgEnAy4BDwEmLwEuASchDgEPAQYHJyYGBwMGFh8BBhQXBw4BFxMeAT8BFh8BHgEXIT4BPwE2NxcWNjcTNiYnBS4BJz4BNx4BFw4BBasFBZ4KBgeWBxkNujpEHAMUD/7WDxQCHEU5ug0aB5UHBQudBQWdCwUHlQcaDbo5RRwCFA8BKg8UAhxFOboNGgeVBwUL/ThvlAIClG9vlAIClAM3JEokewkaDQEDDAkFSy0cxg4RAQERDsYcLUsFCQz+/QwbCXskSiR7CRoN/v0MCQVLLRzGDhEBAREOxhwtSwUJDAEDDBsJQQKUb2+UAgKUb2+UAAAAAAEAAAAABmsGawALAAATEgAFJAATAgAlBACVCAGmAT0BPQGmCAj+Wv7D/sP+WgOA/sP+WggIAaYBPQE9AaYICP5aAAAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAASYAJzYANxYAFwYAA4D+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgZrCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAADAAAAAAZrBmsACwAXACMAAAEEAAMSAAUkABMCAAEmACc2ADcWABcGAAMOAQcuASc+ATceAQOA/sP+WggIAaYBPQE9AaYICP5a/sP9/q4GBgFS/f0BUgYG/q4dAn9fX38CAn9fX38Gawj+Wv7D/sP+WggIAaYBPQE9Aab6yAYBUv39AVIGBv6u/f3+rgJPX38CAn9fX38CAn8AAAAEAAAAAAYgBiAADwAbACUAKQAAASEOAQcRHgEXIT4BNxEuAQEjNSMVIxEzFTM1OwEhHgEXEQ4BByE3MzUjBYv76j9UAgJUPwQWP1QCAlT9a3CVcHCVcJYBKiAqAQEqIP7WcJWVBiACVD/76j9UAgJUPwQWP1T8gpWVAcC7uwEqIP7WICoBcOAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAEwcJAScJATcJARcBA4D+w/5aCAgBpgE9AT0BpggI/lo4af70/vRpAQv+9WkBDAEMaf71BmsI/lr+w/7D/loICAGmAT0BPQGm/BFpAQv+9WkBDAEMaf71AQtp/vQAAQAAAAAF1ga2ABYAAAERCQERHgEXDgEHLgEnIxYAFzYANyYAA4D+iwF1vv0FBf2+vv0FlQYBUf7+AVEGBv6vBYsBKv6L/osBKgT9v779BQX9vv7+rwYGAVH+/gFRAAAAAQAAAAAFPwcAABQAAAERIyIGHQEhAyMRIREjETM1NDYzMgU/nVY8ASUn/v7O///QrZMG9P74SEi9/tj9CQL3ASjaus0AAAAABAAAAAAGjgcAADAARQBgAGwAAAEUHgMVFAcGBCMiJicmNTQ2NzYlLgE1NDcGIyImNTQ2Nz4BMyEHIx4BFRQOAycyNjc2NTQuAiMiBgcGFRQeAxMyPgI1NC4BLwEmLwImIyIOAxUUHgIBMxUjFSM1IzUzNTMDH0BbWkAwSP7qn4TlOSVZSoMBESAfFS4WlMtIP03TcAGiioNKTDFFRjGSJlAaNSI/akAqURkvFCs9WTY6a1s3Dg8THgocJU4QIDVob1M2RnF9A2vV1WnU1GkD5CRFQ1CATlpTenNTYDxHUYouUhIqQCkkMQTBlFKaNkJAWD+MWkhzRztAPiEbOWY6hn1SJyE7ZS5nZ1I0/JcaNF4+GTAkGCMLFx04Ag4kOF07Rms7HQNsbNvbbNkAAwAAAAAGgAZsAAMADgAqAAABESERARYGKwEiJjQ2MhYBESERNCYjIgYHBhURIRIQLwEhFSM+AzMyFgHd/rYBXwFnVAJSZGemZASP/rdRVj9VFQv+twIBAQFJAhQqR2c/q9AEj/whA98BMkliYpNhYfzd/cgCEml3RTMeM/3XAY8B8DAwkCAwOB/jAAABAAAAAAaUBgAAMQAAAQYHFhUUAg4BBCMgJxYzMjcuAScWMzI3LgE9ARYXLgE1NDcWBBcmNTQ2MzIXNjcGBzYGlENfAUyb1v7SrP7x4SMr4bBpph8hHCsqcJNETkJOLHkBW8YIvYaMYG1gJWldBWhiRQ4cgv797rdtkQSKAn1hBQsXsXUEJgMsjlNYS5WzCiYkhr1mFTlzPwoAAAABAAAAAAWABwAAIgAAARcOAQcGLgM1ESM1PgQ3PgE7AREhFSERFB4CNzYFMFAXsFlorXBOIahIckQwFAUBBwT0AU3+sg0gQzBOAc/tIz4BAjhceHg6AiDXGlddb1ctBQf+WPz9+h40NR4BAgABAAAAAAaABoAASgAAARQCBCMiJzY/AR4BMzI+ATU0LgEjIg4DFRQWFxY/ATY3NicmNTQ2MzIWFRQGIyImNz4CNTQmIyIGFRQXAwYXJgI1NBIkIAQSBoDO/p/Rb2s7EzYUaj15vmh34o5ptn9bK1BNHggIBgIGETPRqZepiWs9Sg4IJRc2Mj5WGWMRBM7+zgFhAaIBYc4DgNH+n84gXUfTJzmJ8JZyyH46YH2GQ2ieIAwgHxgGFxQ9WpfZpIOq7lc9I3VZHzJCclVJMf5eRmtbAXzp0QFhzs7+nwAABwAAAAAHAATPAA4AFwAqAD0AUABaAF0AAAERNh4CBw4BBwYmIycmNxY2NzYmBxEUBRY2Nz4BNy4BJyMGHwEeARcOARcWNjc+ATcuAScjBh8BHgEXFAYXFjY3PgE3LgEnIwYfAR4BFw4BBTM/ARUzESMGAyUVJwMchM2UWwgNq4JHrQgBAapUaAoJcWMBfiIhDiMrAQJLMB0BBAokNAIBPmMiIQ4iLAECSzAeAQUKJDQBP2MiIQ4iLAECSzAeAQUKJDQBAT75g+5B4arNLNIBJ44ByQL9BQ9mvYCKwA8FBQMDwwJVTGdzBf6VB8IHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvVJkAWUDDEf+tYP5AQAAAAEAAAAABiAGtgAbAAABBAADER4BFzMRITU2ADcWABcVIREzPgE3EQIAA4D+4v6FBwJ/X+D+1QYBJ97eAScG/tXgX38CB/6FBrUH/oX+4v32X38CAlWV3gEnBgb+2d6V/asCf18CCgEeAXsAAAAAEADGAAEAAAAAAAEABwAAAAEAAAAAAAIABwAHAAEAAAAAAAMABwAOAAEAAAAAAAQABwAVAAEAAAAAAAUACwAcAAEAAAAAAAYABwAnAAEAAAAAAAoAKwAuAAEAAAAAAAsAEwBZAAMAAQQJAAEADgBsAAMAAQQJAAIADgB6AAMAAQQJAAMADgCIAAMAAQQJAAQADgCWAAMAAQQJAAUAFgCkAAMAAQQJAAYADgC6AAMAAQQJAAoAVgDIAAMAAQQJAAsAJgEeVmlkZW9KU1JlZ3VsYXJWaWRlb0pTVmlkZW9KU1ZlcnNpb24gMS4wVmlkZW9KU0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAFYAaQBkAGUAbwBKAFMAUgBlAGcAdQBsAGEAcgBWAGkAZABlAG8ASgBTAFYAaQBkAGUAbwBKAFMAVgBlAHIAcwBpAG8AbgAgADEALgAwAFYAaQBkAGUAbwBKAFMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAABAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwAAAAAA) format("truetype");
  font-weight: 400;
  font-style: normal; }

.video-js .vjs-big-play-button:before, .video-js .vjs-play-control:before, .vjs-icon-play:before {
  content: "\f101"; }

.vjs-icon-play-circle:before {
  content: "\f102"; }

.video-js .vjs-play-control.vjs-playing:before, .vjs-icon-pause:before {
  content: "\f103"; }

.video-js .vjs-mute-control.vjs-vol-0:before, .video-js .vjs-volume-menu-button.vjs-vol-0:before, .vjs-icon-volume-mute:before {
  content: "\f104"; }

.video-js .vjs-mute-control.vjs-vol-1:before, .video-js .vjs-volume-menu-button.vjs-vol-1:before, .vjs-icon-volume-low:before {
  content: "\f105"; }

.video-js .vjs-mute-control.vjs-vol-2:before, .video-js .vjs-volume-menu-button.vjs-vol-2:before, .vjs-icon-volume-mid:before {
  content: "\f106"; }

.video-js .vjs-mute-control:before, .video-js .vjs-volume-menu-button:before, .vjs-icon-volume-high:before {
  content: "\f107"; }

.video-js .vjs-fullscreen-control:before, .vjs-icon-fullscreen-enter:before {
  content: "\f108"; }

.video-js.vjs-fullscreen .vjs-fullscreen-control:before, .vjs-icon-fullscreen-exit:before {
  content: "\f109"; }

.vjs-icon-square:before {
  content: "\f10a"; }

.vjs-icon-spinner:before {
  content: "\f10b"; }

.video-js .vjs-subtitles-button:before, .vjs-icon-subtitles:before {
  content: "\f10c"; }

.video-js .vjs-captions-button:before, .vjs-icon-captions:before {
  content: "\f10d"; }

.video-js .vjs-chapters-button:before, .vjs-icon-chapters:before {
  content: "\f10e"; }

.vjs-icon-share {
  font-family: VideoJS; }

.vjs-icon-share:before {
  content: "\f10f"; }

.vjs-icon-cog:before {
  content: "\f110"; }

.video-js .vjs-mouse-display:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before, .vjs-icon-circle:before {
  content: "\f111"; }

.vjs-icon-circle-outline:before {
  content: "\f112"; }

.vjs-icon-circle-inner-circle:before {
  content: "\f113"; }

.vjs-icon-hd:before {
  content: "\f114"; }

.video-js .vjs-control.vjs-close-button:before, .vjs-icon-cancel:before {
  content: "\f115"; }

.vjs-icon-replay:before {
  content: "\f116"; }

.vjs-icon-facebook:before {
  content: "\f117"; }

.vjs-icon-gplus:before {
  content: "\f118"; }

.vjs-icon-linkedin:before {
  content: "\f119"; }

.vjs-icon-twitter:before {
  content: "\f11a"; }

.vjs-icon-tumblr:before {
  content: "\f11b"; }

.vjs-icon-pinterest:before {
  content: "\f11c"; }

.video-js .vjs-descriptions-button:before, .vjs-icon-audio-description:before {
  content: "\f11d"; }

.video-js .vjs-audio-button:before, .vjs-icon-audio:before {
  content: "\f11e"; }

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-family: Arial,Helvetica,sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.video-js:-moz-full-screen {
  position: absolute; }

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important; }

.video-js .vjs-tech, .video-js.vjs-fill {
  width: 100%;
  height: 100%; }

.video-js *, .video-js :after, .video-js :before {
  box-sizing: inherit; }

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin: 0; }

.vjs-error .vjs-error-display:before, .vjs-menu .vjs-menu-content, .vjs-no-js {
  font-family: Arial,Helvetica,sans-serif; }

.video-js.vjs-16-9, .video-js.vjs-4-3, .video-js.vjs-fluid {
  width: 100%;
  max-width: 100%;
  height: 0; }

.video-js.vjs-16-9 {
  padding-top: 56.25%; }

.video-js.vjs-4-3 {
  padding-top: 75%; }

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0; }

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto; }

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important; }

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none; }

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

.vjs-disabled {
  opacity: .5;
  cursor: default; }

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px; }

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible; }

.vjs-no-js {
  padding: 20px;
  font-size: 18px;
  width: 300px;
  height: 150px;
  margin: 0 auto; }

.vjs-no-js a, .vjs-no-js a:visited {
  color: #66a8cc; }

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: .06666em solid #fff;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: .3em;
  transition: all .4s; }

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -.75em;
  margin-left: -1.5em; }

.video-js .vjs-big-play-button:focus, .video-js:hover .vjs-big-play-button {
  outline: 0;
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s; }

.vjs-controls-disabled .vjs-big-play-button, .vjs-error .vjs-big-play-button, .vjs-has-started .vjs-big-play-button, .vjs-using-native-controls .vjs-big-play-button {
  display: none; }

.video-js button {
  background: 0 0;
  border: none;
  color: inherit;
  display: inline-block;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: .5em;
  z-index: 2; }

.vjs-menu-button {
  cursor: pointer; }

.vjs-menu-button.vjs-disabled {
  cursor: default; }

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none; }

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto; }

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
  display: none; }

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: .2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-transform: lowercase; }

.vjs-menu li:focus, .vjs-menu li:hover {
  outline: 0;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.vjs-menu li.vjs-selected, .vjs-menu li.vjs-selected:focus, .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2b333f; }

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 .3em;
  font-weight: 700;
  cursor: default; }

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7); }

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em; }

.vjs-menu-button-popup .vjs-menu.vjs-lock-showing, .vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu {
  display: block; }

.video-js .vjs-menu-button-inline {
  transition: all .4s;
  overflow: hidden; }

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em; }

.video-js .vjs-menu-button-inline.vjs-slider-active, .video-js .vjs-menu-button-inline:focus, .video-js .vjs-menu-button-inline:hover, .video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em; }

.video-js .vjs-menu-button-inline.vjs-slider-active {
  transition: none; }

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all .4s; }

.vjs-menu-button-inline.vjs-slider-active .vjs-menu, .vjs-menu-button-inline:focus .vjs-menu, .vjs-menu-button-inline:hover .vjs-menu {
  display: block;
  opacity: 1; }

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto; }

.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu, .vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu, .vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu {
  width: auto; }

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden; }

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.7); }

.vjs-has-started .vjs-control-bar {
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility .1s,opacity .1s; }

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  transition: visibility 1s,opacity 1s; }

.vjs-controls-disabled .vjs-control-bar, .vjs-error .vjs-control-bar, .vjs-using-native-controls .vjs-control-bar {
  display: none !important; }

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible; }

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table; }

.video-js .vjs-control {
  outline: 0;
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -ms-flex: none;
  flex: none; }

.video-js .vjs-control:before {
  font-size: 1.8em;
  line-height: 1.67; }

.video-js .vjs-control:focus, .video-js .vjs-control:focus:before, .video-js .vjs-control:hover:before {
  text-shadow: 0 0 1em #fff; }

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle; }

.video-js .vjs-custom-control-spacer {
  display: none; }

.video-js .vjs-progress-control {
  -ms-flex: auto;
  flex: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-width: 4em; }

.vjs-live .vjs-progress-control {
  display: none; }

.video-js .vjs-progress-holder {
  -ms-flex: auto;
  flex: auto;
  transition: all .2s;
  height: .3em; }

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.666666666666666666em; }

.video-js .vjs-progress-control:hover .vjs-mouse-display:after, .video-js .vjs-progress-control:hover .vjs-play-progress:after, .video-js .vjs-progress-control:hover .vjs-time-tooltip {
  font-family: Arial,Helvetica,sans-serif;
  visibility: visible;
  font-size: .6em; }

.video-js .vjs-progress-holder .vjs-load-progress, .video-js .vjs-progress-holder .vjs-load-progress div, .video-js .vjs-progress-holder .vjs-play-progress, .video-js .vjs-progress-holder .vjs-tooltip-progress-bar {
  position: absolute;
  display: block;
  height: .3em;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0; }

.video-js .vjs-mouse-display:before, .video-js .vjs-progress-control .vjs-keep-tooltips-inside:after {
  display: none; }

.video-js .vjs-play-progress {
  background-color: #fff; }

.video-js .vjs-play-progress:before {
  position: absolute;
  top: -.333333333333333em;
  right: -.5em;
  font-size: .9em; }

.video-js .vjs-mouse-display:after, .video-js .vjs-play-progress:after, .video-js .vjs-time-tooltip {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  right: -1.9em;
  font-size: .9em;
  color: #000;
  content: attr(data-current-time);
  padding: 6px 8px 8px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: .3em; }

.video-js .vjs-play-progress:after, .video-js .vjs-play-progress:before, .video-js .vjs-time-tooltip {
  z-index: 1; }

.video-js .vjs-load-progress {
  background: #bfc7d3;
  background: rgba(115, 133, 159, 0.5); }

.video-js .vjs-load-progress div {
  background: #fff;
  background: rgba(115, 133, 159, 0.75); }

.video-js.vjs-no-flex .vjs-progress-control {
  width: auto; }

.video-js .vjs-time-tooltip {
  display: inline-block;
  height: 2.4em;
  position: relative;
  float: right;
  right: -1.9em; }

.vjs-tooltip-progress-bar {
  visibility: hidden; }

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1; }

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0; }

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block; }

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display, .video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s,opacity 1s; }

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display, .video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
  display: none; }

.video-js .vjs-progress-control .vjs-mouse-display:after, .vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8); }

.video-js .vjs-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 .45em;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.video-js .vjs-slider:focus {
  text-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff; }

.video-js .vjs-mute-control, .video-js .vjs-volume-menu-button {
  cursor: pointer;
  -ms-flex: none;
  flex: none; }

.video-js .vjs-volume-control {
  width: 5em;
  -ms-flex: none;
  flex: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.video-js .vjs-volume-bar {
  margin: 1.35em .45em; }

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: .3em; }

.vjs-volume-bar.vjs-slider-vertical {
  width: .3em;
  height: 5em;
  margin: 1.35em auto; }

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff; }

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: .9em; }

.vjs-slider-vertical .vjs-volume-level {
  width: .3em; }

.vjs-slider-vertical .vjs-volume-level:before {
  top: -.5em;
  left: -.3em; }

.vjs-slider-horizontal .vjs-volume-level {
  height: .3em; }

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -.3em;
  right: -.5em; }

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%; }

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%; }

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent; }

.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
  left: .5em;
  height: 8em; }

.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
  left: -2em; }

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
  height: 0;
  width: 0;
  overflow-x: hidden;
  overflow-y: hidden; }

.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content, .vjs-volume-menu-button-vertical.vjs-slider-active .vjs-menu-content, .vjs-volume-menu-button-vertical:focus .vjs-menu-content, .vjs-volume-menu-button-vertical:hover .vjs-menu-content {
  height: 8em;
  width: 2.9em; }

.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content, .vjs-volume-menu-button-horizontal .vjs-slider-active .vjs-menu-content, .vjs-volume-menu-button-horizontal:focus .vjs-menu-content, .vjs-volume-menu-button-horizontal:hover .vjs-menu-content {
  height: 2.9em;
  width: 8em; }

.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
  background-color: transparent !important; }

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%; }

.vjs-poster img {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%; }

.vjs-has-started .vjs-poster {
  display: none; }

.vjs-audio.vjs-has-started .vjs-poster {
  display: block; }

.vjs-controls-disabled .vjs-poster, .vjs-using-native-controls .vjs-poster {
  display: none; }

.video-js .vjs-live-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -ms-flex: auto;
  flex: auto;
  font-size: 1em;
  line-height: 3em; }

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left; }

.video-js .vjs-current-time, .video-js .vjs-duration, .vjs-live .vjs-time-control, .vjs-live .vjs-time-divider, .vjs-no-flex .vjs-current-time, .vjs-no-flex .vjs-duration {
  display: none; }

.video-js .vjs-time-control {
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em; }

.vjs-time-divider {
  display: none;
  line-height: 3em; }

.video-js .vjs-play-control {
  cursor: pointer;
  -ms-flex: none;
  flex: none; }

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none; }

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em; }

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: .1em;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5); }

.vjs-subtitles {
  color: #fff; }

.vjs-captions {
  color: #fc6; }

.vjs-tt-cue {
  display: block; }

video::-webkit-media-text-track-display {
  -ms-transform: translateY(-3em);
  transform: translateY(-3em); }

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -ms-transform: translateY(-1.5em);
  transform: translateY(-1.5em); }

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -ms-flex: none;
  flex: none; }

.vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center; }

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0; }

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center; }

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: 'X';
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -.5em;
  position: absolute;
  text-shadow: .05em .05em .1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%; }

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px; }

.vjs-seeking .vjs-loading-spinner, .vjs-waiting .vjs-loading-spinner {
  display: block; }

.vjs-loading-spinner:after, .vjs-loading-spinner:before {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: #fff transparent transparent; }

.vjs-seeking .vjs-loading-spinner:after, .vjs-seeking .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:before {
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite; }

.vjs-seeking .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:before {
  border-top-color: #fff; }

.vjs-seeking .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:after {
  border-top-color: #fff;
  animation-delay: .44s; }

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

@keyframes vjs-spinner-fade {
  0%,100%,20%,60% {
    border-top-color: #73859f; }

  35% {
    border-top-color: #fff; } }

.vjs-chapters-button .vjs-menu ul {
  width: 24em; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  -ms-flex: auto;
  flex: auto; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto; }

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-menu-button {
  display: none; }

.vjs-caption-settings {
  position: relative;
  top: 1em;
  background-color: #2b333f;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  margin: 0 auto;
  padding: .5em;
  height: 16em;
  font-size: 12px;
  width: 40em; }

.vjs-caption-settings .vjs-tracksettings {
  top: 0;
  bottom: 1em;
  left: 0;
  right: 0;
  position: absolute;
  overflow: auto; }

.vjs-caption-settings .vjs-tracksettings-colors, .vjs-caption-settings .vjs-tracksettings-font {
  float: left; }

.vjs-caption-settings .vjs-tracksettings-colors:after, .vjs-caption-settings .vjs-tracksettings-controls:after, .vjs-caption-settings .vjs-tracksettings-font:after {
  clear: both; }

.vjs-caption-settings .vjs-tracksettings-controls {
  position: absolute;
  bottom: 1em;
  right: 1em; }

.vjs-caption-settings .vjs-tracksetting {
  margin: 5px;
  padding: 3px;
  min-height: 40px;
  border: none; }

.vjs-caption-settings .vjs-tracksetting label, .vjs-caption-settings .vjs-tracksetting legend {
  display: block;
  width: 100px;
  margin-bottom: 5px; }

.vjs-caption-settings .vjs-tracksetting span {
  display: inline;
  margin-left: 5px;
  vertical-align: top;
  float: right; }

.vjs-caption-settings .vjs-tracksetting > div {
  margin-bottom: 5px;
  min-height: 20px; }

.vjs-caption-settings .vjs-tracksetting > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 0; }

.vjs-caption-settings label > input {
  margin-right: 10px; }

.vjs-caption-settings fieldset {
  margin-top: 1em;
  margin-left: .5em; }

.vjs-caption-settings fieldset .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.vjs-caption-settings input[type=button] {
  width: 40px;
  height: 40px; }

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0)); }

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1; }

@media print {
  .video-js > :not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden; } }
@media \0screen {
  .vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: ""; }

  .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: hidden; } }
.vjs-resolution-button {
  color: #ccc;
  font-family: VideoJS; }

.vjs-resolution-button .vjs-resolution-button-staticlabel:before {
  content: '\f110';
  font-size: 1.8em;
  line-height: 1.67; }

.vjs-resolution-button .vjs-resolution-button-label {
  font-size: 1em;
  line-height: 3em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  box-sizing: inherit;
  font-family: Arial,Helvetica,sans-serif; }

.vjs-resolution-button ul.vjs-menu-content {
  width: 4em !important; }

.vjs-resolution-button .vjs-menu {
  left: 0; }

.vjs-resolution-button .vjs-menu li {
  text-transform: none;
  font-size: 1em;
  font-family: Arial,Helvetica,sans-serif; }
