@charset "UTF-8";
@-webkit-keyframes loading-pulse {
  0% {
    opacity: 0.7; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 0.7; } }
@keyframes loading-pulse {
  0% {
    opacity: 0.7; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 0.7; } }

.input-group__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  -webkit-font-smoothing: antialased;
  cursor: pointer;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  outline: none;
  border-radius: 0.4rem;
  appearance: none;
  -webkit-transition: background .1s, color .1s, border .1s;
  transition: background .1s, color .1s, border .1s;
  font-size: 1.6rem;
  padding: 0.375em 1.125em;
  border: 0.1rem solid #414141;
  white-space: nowrap; }
  .input-group__button[data-disabled], .input-group__button[disabled] {
    cursor: default;
    pointer-events: none;
    opacity: 0.5; }
  .input-group__button:focus {
    -webkit-box-shadow: 0 0 0.25em #057bc4;
            box-shadow: 0 0 0.25em #057bc4; }

.switch, .navigation__form-toggle-container .navigation__form-toggle, .customize__form-toggle {
  position: relative; }
  .switch input[type='checkbox'], .navigation__form-toggle-container .navigation__form-toggle input[type='checkbox'], .customize__form-toggle input[type='checkbox'],
  .switch input[type='radio'],
  .navigation__form-toggle-container .navigation__form-toggle input[type='radio'],
  .customize__form-toggle input[type='radio'] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .switch label, .navigation__form-toggle-container .navigation__form-toggle label, .customize__form-toggle label {
    -webkit-tap-highlight-color: transparent;
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    line-height: 1.4; }
    .switch label:before, .navigation__form-toggle-container .navigation__form-toggle label:before, .customize__form-toggle label:before, .switch label:after, .navigation__form-toggle-container .navigation__form-toggle label:after, .customize__form-toggle label:after {
      content: '';
      display: block;
      position: absolute; }
    .switch label:before, .navigation__form-toggle-container .navigation__form-toggle label:before, .customize__form-toggle label:before {
      -webkit-transition: background-color 0.15s ease;
      transition: background-color 0.15s ease;
      top: 0; }
    .switch label:after, .navigation__form-toggle-container .navigation__form-toggle label:after, .customize__form-toggle label:after {
      border-radius: 50%;
      -webkit-transition: background-color 0.15s ease, color 0.15s ease, -webkit-transform 0.15s ease;
      transition: background-color 0.15s ease, color 0.15s ease, -webkit-transform 0.15s ease;
      transition: transform 0.15s ease, background-color 0.15s ease, color 0.15s ease;
      transition: transform 0.15s ease, background-color 0.15s ease, color 0.15s ease, -webkit-transform 0.15s ease;
      background-color: #fff; }
    .switch label:active:after, .navigation__form-toggle-container .navigation__form-toggle label:active:after, .customize__form-toggle label:active:after {
      -webkit-transform: scale(0.9);
              transform: scale(0.9); }
    .form-group .switch label, .form-group .navigation__form-toggle-container .navigation__form-toggle label, .navigation__form-toggle-container .form-group .navigation__form-toggle label, .form-group .customize__form-toggle label {
      margin: 0.6rem 0; }
      .form-group .switch label:first-child, .form-group .navigation__form-toggle-container .navigation__form-toggle label:first-child, .navigation__form-toggle-container .form-group .navigation__form-toggle label:first-child, .form-group .customize__form-toggle label:first-child {
        margin-top: 0; }
      .form-group .switch label:last-child, .form-group .navigation__form-toggle-container .navigation__form-toggle label:last-child, .navigation__form-toggle-container .form-group .navigation__form-toggle label:last-child, .form-group .customize__form-toggle label:last-child {
        margin-bottom: 0; }
  .switch input:disabled + label, .navigation__form-toggle-container .navigation__form-toggle input:disabled + label, .customize__form-toggle input:disabled + label {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }
  .switch input:disabled + label:active:after, .navigation__form-toggle-container .navigation__form-toggle input:disabled + label:active:after, .customize__form-toggle input:disabled + label:active:after {
    -webkit-transform: scale(1);
            transform: scale(1); }
  .switch input:focus + label:before, .navigation__form-toggle-container .navigation__form-toggle input:focus + label:before, .customize__form-toggle input:focus + label:before {
    -webkit-box-shadow: 0 0 0.25em #057bc4;
            box-shadow: 0 0 0.25em #057bc4; }
  .switch .switch__label, .navigation__form-toggle-container .navigation__form-toggle .switch__label, .customize__form-toggle .switch__label {
    display: inline-block;
    margin-top: 3px; }

.offers-currency-conversion__icon:before, .offers-form__notice.offers-form__notice--sale::before, .offers-form__notice.offers-form__notice--time::before, .offers-form__notice.offers-form__notice--confirm::before, .offers-form__notice.offers-form__notice--shipping::before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1; }

.input-group {
  display: -ms-flexbox;
  display: flex; }
  .input-group > :first-child,
  .input-group > :first-child select {
    border-top-left-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem; }
  .input-group > :last-child,
  .input-group > :last-child select,
  .input-group > :last-child::before {
    border-top-right-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem; }

.input-group__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-color: whitesmoke;
  padding: 0.4rem 0.8rem;
  border: solid 0.1rem lightgray;
  font-size: 1.4rem;
  line-height: 1.2; }

.input-group__input {
  -ms-flex: 1;
      flex: 1;
  min-width: 0; }
  .input-group__input:focus {
    z-index: 3; }
  .input-group__input[type='text'], .input-group__input[type='tell'], .input-group__input[type='email'], .input-group__input[type='number'], .input-group__input[type='password'] {
    border-radius: 0; }

.input-group__button {
  border: 1px solid lightgray;
  background: #fff;
  color: #414141; }
  .input-group__button:hover {
    background: #f9f9f9;
    color: #f6870f; }

.input-group__select {
  border: 0.1rem solid lightgray;
  background: #fff;
  position: relative;
  border-radius: 0.4rem;
  margin-bottom: 1.2rem;
  -ms-flex: 1;
      flex: 1; }
  .input-group__select:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 70% auto;
    content: '';
    position: absolute;
    width: 2rem;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: whitesmoke;
    border-left: solid 0.1rem #dfdfdf;
    border-radius: 0 0.4rem 0.4rem 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .input-group__select:before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 36 36' width='36px' height='36px' preserveAspectRatio='defer' shape-rendering='geometricPrecision'%3E%3Cg fill='%23747474'%3E%3Cpath class='cls-1' d='M27.06,15A1.5,1.5,0,0,1,26,14.58l-8-8-8,8a1.5,1.5,0,0,1-2.12-2.12L16.94,3.4a1.5,1.5,0,0,1,2.12,0l9.06,9.06A1.5,1.5,0,0,1,27.06,15Z'/%3E%3Cpath class='cls-1' d='M18,33a1.5,1.5,0,0,1-1.06-.44L7.88,23.54A1.5,1.5,0,0,1,10,21.42l8,8,8-8a1.5,1.5,0,0,1,2.12,2.12L19.06,32.6A1.5,1.5,0,0,1,18,33Z'/%3E%3C/g%3E%3C/svg%3E"); }
  .input-group__select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
    padding: 0;
    border: none;
    cursor: pointer;
    background-color: transparent;
    font-size: 1.6rem;
    position: relative;
    padding: 0.375em 0.5em;
    width: 100%;
    font-size: 1.6rem;
    font-weight: normal;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #414141;
    border-radius: 0.4rem;
    margin-bottom: 0;
    line-height: 1.4;
    height: auto;
    padding-right: 2rem; }
    .input-group__select select:focus {
      outline: none; }
    .input-group__select select:focus {
      -webkit-box-shadow: 0 0 0 0.1rem #057bc4;
              box-shadow: 0 0 0 0.1rem #057bc4; }
    .input-group__select select::-ms-expand {
      display: none; }
    .input-group__select select[disabled], .input-group__select select[readonly] {
      cursor: default;
      color: #a0a0a0;
      background-color: rgba(236, 236, 236, 0.3); }
  .input-group__select select {
    height: 100%;
    border-radius: 0; }

.input-group__text,
.input-group__input,
.input-group__select,
.input-group__button {
  border-radius: 0;
  margin: 0;
  margin-right: -0.1rem; }

:root {
  --theme-color-orange: #f6870f;
  --theme-color-blue: #2980b9;
  --theme-color-green: #27ae60;
  --theme-color-black: #555555;
  --theme-color-purple: #8e44ad;
  --theme-color-red: #e74c3c;
  --theme-color-seafoam: #1abc9c;
  --theme-color-slate: #34495e;
  --theme-color-yellow: #f1c40f; }

.theme__colors-main-orange {
  --theme-main-color-light: #f9ac59;
  --theme-main-color: #f6870f;
  --theme-main-color-dark: #b26007;
  --theme-main-color-rgba-zero: rgba(246, 135, 15, 0);
  --theme-main-color-rgba-5: rgba(246, 135, 15, 0.05);
  --theme-main-color-rgba-10: rgba(246, 135, 15, 0.1);
  --theme-main-color-rgba-15: rgba(246, 135, 15, 0.15);
  --theme-main-color-rgba-20: rgba(246, 135, 15, 0.2);
  --theme-main-color-rgba-25: rgba(246, 135, 15, 0.25);
  --theme-main-color-rgba-30: rgba(246, 135, 15, 0.3);
  --theme-main-color-rgba-35: rgba(246, 135, 15, 0.35);
  --theme-main-color-rgba-40: rgba(246, 135, 15, 0.4);
  --theme-main-color-rgba-45: rgba(246, 135, 15, 0.45);
  --theme-main-color-rgba-50: rgba(246, 135, 15, 0.5);
  --theme-main-color-rgba-55: rgba(246, 135, 15, 0.55);
  --theme-main-color-rgba-60: rgba(246, 135, 15, 0.6);
  --theme-main-color-rgba-65: rgba(246, 135, 15, 0.65);
  --theme-main-color-rgba-70: rgba(246, 135, 15, 0.7);
  --theme-main-color-rgba-75: rgba(246, 135, 15, 0.75);
  --theme-main-color-rgba-80: rgba(246, 135, 15, 0.8);
  --theme-main-color-rgba-85: rgba(246, 135, 15, 0.85);
  --theme-main-color-rgba-90: rgba(246, 135, 15, 0.9);
  --theme-main-color-rgba-95: rgba(246, 135, 15, 0.95);
  --theme-main-color-rgba-full: #f6870f; }

.theme__colors-main-blue {
  --theme-main-color-light: #55a5d9;
  --theme-main-color: #2980b9;
  --theme-main-color-dark: #1b557a;
  --theme-main-color-rgba-zero: rgba(41, 128, 185, 0);
  --theme-main-color-rgba-5: rgba(41, 128, 185, 0.05);
  --theme-main-color-rgba-10: rgba(41, 128, 185, 0.1);
  --theme-main-color-rgba-15: rgba(41, 128, 185, 0.15);
  --theme-main-color-rgba-20: rgba(41, 128, 185, 0.2);
  --theme-main-color-rgba-25: rgba(41, 128, 185, 0.25);
  --theme-main-color-rgba-30: rgba(41, 128, 185, 0.3);
  --theme-main-color-rgba-35: rgba(41, 128, 185, 0.35);
  --theme-main-color-rgba-40: rgba(41, 128, 185, 0.4);
  --theme-main-color-rgba-45: rgba(41, 128, 185, 0.45);
  --theme-main-color-rgba-50: rgba(41, 128, 185, 0.5);
  --theme-main-color-rgba-55: rgba(41, 128, 185, 0.55);
  --theme-main-color-rgba-60: rgba(41, 128, 185, 0.6);
  --theme-main-color-rgba-65: rgba(41, 128, 185, 0.65);
  --theme-main-color-rgba-70: rgba(41, 128, 185, 0.7);
  --theme-main-color-rgba-75: rgba(41, 128, 185, 0.75);
  --theme-main-color-rgba-80: rgba(41, 128, 185, 0.8);
  --theme-main-color-rgba-85: rgba(41, 128, 185, 0.85);
  --theme-main-color-rgba-90: rgba(41, 128, 185, 0.9);
  --theme-main-color-rgba-95: rgba(41, 128, 185, 0.95);
  --theme-main-color-rgba-full: #2980b9; }

.theme__colors-main-green {
  --theme-main-color-light: #4bd786;
  --theme-main-color: #27ae60;
  --theme-main-color-dark: #19703e;
  --theme-main-color-rgba-zero: rgba(39, 174, 96, 0);
  --theme-main-color-rgba-5: rgba(39, 174, 96, 0.05);
  --theme-main-color-rgba-10: rgba(39, 174, 96, 0.1);
  --theme-main-color-rgba-15: rgba(39, 174, 96, 0.15);
  --theme-main-color-rgba-20: rgba(39, 174, 96, 0.2);
  --theme-main-color-rgba-25: rgba(39, 174, 96, 0.25);
  --theme-main-color-rgba-30: rgba(39, 174, 96, 0.3);
  --theme-main-color-rgba-35: rgba(39, 174, 96, 0.35);
  --theme-main-color-rgba-40: rgba(39, 174, 96, 0.4);
  --theme-main-color-rgba-45: rgba(39, 174, 96, 0.45);
  --theme-main-color-rgba-50: rgba(39, 174, 96, 0.5);
  --theme-main-color-rgba-55: rgba(39, 174, 96, 0.55);
  --theme-main-color-rgba-60: rgba(39, 174, 96, 0.6);
  --theme-main-color-rgba-65: rgba(39, 174, 96, 0.65);
  --theme-main-color-rgba-70: rgba(39, 174, 96, 0.7);
  --theme-main-color-rgba-75: rgba(39, 174, 96, 0.75);
  --theme-main-color-rgba-80: rgba(39, 174, 96, 0.8);
  --theme-main-color-rgba-85: rgba(39, 174, 96, 0.85);
  --theme-main-color-rgba-90: rgba(39, 174, 96, 0.9);
  --theme-main-color-rgba-95: rgba(39, 174, 96, 0.95);
  --theme-main-color-rgba-full: #27ae60; }

.theme__colors-main-black {
  --theme-main-color-light: #7b7b7b;
  --theme-main-color: #555555;
  --theme-main-color-dark: #2f2f2f;
  --theme-main-color-rgba-zero: rgba(85, 85, 85, 0);
  --theme-main-color-rgba-5: rgba(85, 85, 85, 0.05);
  --theme-main-color-rgba-10: rgba(85, 85, 85, 0.1);
  --theme-main-color-rgba-15: rgba(85, 85, 85, 0.15);
  --theme-main-color-rgba-20: rgba(85, 85, 85, 0.2);
  --theme-main-color-rgba-25: rgba(85, 85, 85, 0.25);
  --theme-main-color-rgba-30: rgba(85, 85, 85, 0.3);
  --theme-main-color-rgba-35: rgba(85, 85, 85, 0.35);
  --theme-main-color-rgba-40: rgba(85, 85, 85, 0.4);
  --theme-main-color-rgba-45: rgba(85, 85, 85, 0.45);
  --theme-main-color-rgba-50: rgba(85, 85, 85, 0.5);
  --theme-main-color-rgba-55: rgba(85, 85, 85, 0.55);
  --theme-main-color-rgba-60: rgba(85, 85, 85, 0.6);
  --theme-main-color-rgba-65: rgba(85, 85, 85, 0.65);
  --theme-main-color-rgba-70: rgba(85, 85, 85, 0.7);
  --theme-main-color-rgba-75: rgba(85, 85, 85, 0.75);
  --theme-main-color-rgba-80: rgba(85, 85, 85, 0.8);
  --theme-main-color-rgba-85: rgba(85, 85, 85, 0.85);
  --theme-main-color-rgba-90: rgba(85, 85, 85, 0.9);
  --theme-main-color-rgba-95: rgba(85, 85, 85, 0.95);
  --theme-main-color-rgba-full: #555555; }

.theme__colors-main-purple {
  --theme-main-color-light: #b075c9;
  --theme-main-color: #8e44ad;
  --theme-main-color-dark: #612e76;
  --theme-main-color-rgba-zero: rgba(142, 68, 173, 0);
  --theme-main-color-rgba-5: rgba(142, 68, 173, 0.05);
  --theme-main-color-rgba-10: rgba(142, 68, 173, 0.1);
  --theme-main-color-rgba-15: rgba(142, 68, 173, 0.15);
  --theme-main-color-rgba-20: rgba(142, 68, 173, 0.2);
  --theme-main-color-rgba-25: rgba(142, 68, 173, 0.25);
  --theme-main-color-rgba-30: rgba(142, 68, 173, 0.3);
  --theme-main-color-rgba-35: rgba(142, 68, 173, 0.35);
  --theme-main-color-rgba-40: rgba(142, 68, 173, 0.4);
  --theme-main-color-rgba-45: rgba(142, 68, 173, 0.45);
  --theme-main-color-rgba-50: rgba(142, 68, 173, 0.5);
  --theme-main-color-rgba-55: rgba(142, 68, 173, 0.55);
  --theme-main-color-rgba-60: rgba(142, 68, 173, 0.6);
  --theme-main-color-rgba-65: rgba(142, 68, 173, 0.65);
  --theme-main-color-rgba-70: rgba(142, 68, 173, 0.7);
  --theme-main-color-rgba-75: rgba(142, 68, 173, 0.75);
  --theme-main-color-rgba-80: rgba(142, 68, 173, 0.8);
  --theme-main-color-rgba-85: rgba(142, 68, 173, 0.85);
  --theme-main-color-rgba-90: rgba(142, 68, 173, 0.9);
  --theme-main-color-rgba-95: rgba(142, 68, 173, 0.95);
  --theme-main-color-rgba-full: #8e44ad; }

.theme__colors-main-red {
  --theme-main-color-light: #ef8b80;
  --theme-main-color: #e74c3c;
  --theme-main-color-dark: #bf2718;
  --theme-main-color-rgba-zero: rgba(231, 76, 60, 0);
  --theme-main-color-rgba-5: rgba(231, 76, 60, 0.05);
  --theme-main-color-rgba-10: rgba(231, 76, 60, 0.1);
  --theme-main-color-rgba-15: rgba(231, 76, 60, 0.15);
  --theme-main-color-rgba-20: rgba(231, 76, 60, 0.2);
  --theme-main-color-rgba-25: rgba(231, 76, 60, 0.25);
  --theme-main-color-rgba-30: rgba(231, 76, 60, 0.3);
  --theme-main-color-rgba-35: rgba(231, 76, 60, 0.35);
  --theme-main-color-rgba-40: rgba(231, 76, 60, 0.4);
  --theme-main-color-rgba-45: rgba(231, 76, 60, 0.45);
  --theme-main-color-rgba-50: rgba(231, 76, 60, 0.5);
  --theme-main-color-rgba-55: rgba(231, 76, 60, 0.55);
  --theme-main-color-rgba-60: rgba(231, 76, 60, 0.6);
  --theme-main-color-rgba-65: rgba(231, 76, 60, 0.65);
  --theme-main-color-rgba-70: rgba(231, 76, 60, 0.7);
  --theme-main-color-rgba-75: rgba(231, 76, 60, 0.75);
  --theme-main-color-rgba-80: rgba(231, 76, 60, 0.8);
  --theme-main-color-rgba-85: rgba(231, 76, 60, 0.85);
  --theme-main-color-rgba-90: rgba(231, 76, 60, 0.9);
  --theme-main-color-rgba-95: rgba(231, 76, 60, 0.95);
  --theme-main-color-rgba-full: #e74c3c; }

.theme__colors-main-seafoam {
  --theme-main-color-light: #3ee4c4;
  --theme-main-color: #1abc9c;
  --theme-main-color-dark: #117964;
  --theme-main-color-rgba-zero: rgba(26, 188, 156, 0);
  --theme-main-color-rgba-5: rgba(26, 188, 156, 0.05);
  --theme-main-color-rgba-10: rgba(26, 188, 156, 0.1);
  --theme-main-color-rgba-15: rgba(26, 188, 156, 0.15);
  --theme-main-color-rgba-20: rgba(26, 188, 156, 0.2);
  --theme-main-color-rgba-25: rgba(26, 188, 156, 0.25);
  --theme-main-color-rgba-30: rgba(26, 188, 156, 0.3);
  --theme-main-color-rgba-35: rgba(26, 188, 156, 0.35);
  --theme-main-color-rgba-40: rgba(26, 188, 156, 0.4);
  --theme-main-color-rgba-45: rgba(26, 188, 156, 0.45);
  --theme-main-color-rgba-50: rgba(26, 188, 156, 0.5);
  --theme-main-color-rgba-55: rgba(26, 188, 156, 0.55);
  --theme-main-color-rgba-60: rgba(26, 188, 156, 0.6);
  --theme-main-color-rgba-65: rgba(26, 188, 156, 0.65);
  --theme-main-color-rgba-70: rgba(26, 188, 156, 0.7);
  --theme-main-color-rgba-75: rgba(26, 188, 156, 0.75);
  --theme-main-color-rgba-80: rgba(26, 188, 156, 0.8);
  --theme-main-color-rgba-85: rgba(26, 188, 156, 0.85);
  --theme-main-color-rgba-90: rgba(26, 188, 156, 0.9);
  --theme-main-color-rgba-95: rgba(26, 188, 156, 0.95);
  --theme-main-color-rgba-full: #1abc9c; }

.theme__colors-main-slate {
  --theme-main-color-light: #4f6f8f;
  --theme-main-color: #34495e;
  --theme-main-color-dark: #19232d;
  --theme-main-color-rgba-zero: rgba(52, 73, 94, 0);
  --theme-main-color-rgba-5: rgba(52, 73, 94, 0.05);
  --theme-main-color-rgba-10: rgba(52, 73, 94, 0.1);
  --theme-main-color-rgba-15: rgba(52, 73, 94, 0.15);
  --theme-main-color-rgba-20: rgba(52, 73, 94, 0.2);
  --theme-main-color-rgba-25: rgba(52, 73, 94, 0.25);
  --theme-main-color-rgba-30: rgba(52, 73, 94, 0.3);
  --theme-main-color-rgba-35: rgba(52, 73, 94, 0.35);
  --theme-main-color-rgba-40: rgba(52, 73, 94, 0.4);
  --theme-main-color-rgba-45: rgba(52, 73, 94, 0.45);
  --theme-main-color-rgba-50: rgba(52, 73, 94, 0.5);
  --theme-main-color-rgba-55: rgba(52, 73, 94, 0.55);
  --theme-main-color-rgba-60: rgba(52, 73, 94, 0.6);
  --theme-main-color-rgba-65: rgba(52, 73, 94, 0.65);
  --theme-main-color-rgba-70: rgba(52, 73, 94, 0.7);
  --theme-main-color-rgba-75: rgba(52, 73, 94, 0.75);
  --theme-main-color-rgba-80: rgba(52, 73, 94, 0.8);
  --theme-main-color-rgba-85: rgba(52, 73, 94, 0.85);
  --theme-main-color-rgba-90: rgba(52, 73, 94, 0.9);
  --theme-main-color-rgba-95: rgba(52, 73, 94, 0.95);
  --theme-main-color-rgba-full: #34495e; }

.theme__colors-main-yellow {
  --theme-main-color-light: #f5d657;
  --theme-main-color: #f1c40f;
  --theme-main-color-dark: #aa8a0a;
  --theme-main-color-rgba-zero: rgba(241, 196, 15, 0);
  --theme-main-color-rgba-5: rgba(241, 196, 15, 0.05);
  --theme-main-color-rgba-10: rgba(241, 196, 15, 0.1);
  --theme-main-color-rgba-15: rgba(241, 196, 15, 0.15);
  --theme-main-color-rgba-20: rgba(241, 196, 15, 0.2);
  --theme-main-color-rgba-25: rgba(241, 196, 15, 0.25);
  --theme-main-color-rgba-30: rgba(241, 196, 15, 0.3);
  --theme-main-color-rgba-35: rgba(241, 196, 15, 0.35);
  --theme-main-color-rgba-40: rgba(241, 196, 15, 0.4);
  --theme-main-color-rgba-45: rgba(241, 196, 15, 0.45);
  --theme-main-color-rgba-50: rgba(241, 196, 15, 0.5);
  --theme-main-color-rgba-55: rgba(241, 196, 15, 0.55);
  --theme-main-color-rgba-60: rgba(241, 196, 15, 0.6);
  --theme-main-color-rgba-65: rgba(241, 196, 15, 0.65);
  --theme-main-color-rgba-70: rgba(241, 196, 15, 0.7);
  --theme-main-color-rgba-75: rgba(241, 196, 15, 0.75);
  --theme-main-color-rgba-80: rgba(241, 196, 15, 0.8);
  --theme-main-color-rgba-85: rgba(241, 196, 15, 0.85);
  --theme-main-color-rgba-90: rgba(241, 196, 15, 0.9);
  --theme-main-color-rgba-95: rgba(241, 196, 15, 0.95);
  --theme-main-color-rgba-full: #f1c40f; }

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

@font-face {
  font-family: 'Lato';
  src: url("/fonts/lato-bold.woff2") format("woff2"), url("/fonts/lato-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

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

@font-face {
  font-family: 'Brandon';
  src: url("/fonts/brandon-bold.woff2") format("woff2"), url("/fonts/brandon-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Abril Fatface';
  src: url("/fonts/abril-fatface-regular.woff2") format("woff2"), url("/fonts/abril-fatface-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

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

@font-face {
  font-family: 'Cabin';
  src: url("/fonts/cabin-bold.woff2") format("woff2"), url("/fonts/cabin-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Cardo';
  src: url("/fonts/cardo-regular.woff2") format("woff2"), url("/fonts/cardo-regular.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Cardo';
  src: url("/fonts/cardo-bold.woff2") format("woff2"), url("/fonts/cardo-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Crimson';
  src: url("/fonts/crimson-regular.woff2") format("woff2"), url("/fonts/crimson-regular.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Crimson';
  src: url("/fonts/crimson-bold.woff2") format("woff2"), url("/fonts/crimson-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Francois One';
  src: url("/fonts/francois-one-regular.woff2") format("woff2"), url("/fonts/francois-one-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Gentium Book Basic';
  src: url("/fonts/gentium-book-basic-regular.woff2") format("woff2"), url("/fonts/gentium-book-basic-regular.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Gentium Book Basic';
  src: url("/fonts/gentium-book-basic-bold.woff2") format("woff2"), url("/fonts/gentium-book-basic-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Inconsolata';
  src: url("/fonts/inconsolata-regular.woff2") format("woff2"), url("/fonts/inconsolata-regular.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Nunito';
  src: url("/fonts/nunito-regular.woff2") format("woff2"), url("/fonts/nunito-regular.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Nunito';
  src: url("/fonts/nunito-bold.woff2") format("woff2"), url("/fonts/nunito-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("/fonts/open-sans-regular.woff2") format("woff2"), url("/fonts/open-sans-regular.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("/fonts/open-sans-bold.woff2") format("woff2"), url("/fonts/open-sans-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Oswald';
  src: url("/fonts/oswald-regular.woff2") format("woff2"), url("/fonts/oswald-regular.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Poppins';
  src: url("/fonts/poppins-regular.woff2") format("woff2"), url("/fonts/poppins-regular.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Playfair Display';
  src: url("/fonts/playfair-display-regular.woff2") format("woff2"), url("/fonts/playfair-display-regular.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("/fonts/roboto-regular.woff2") format("woff2"), url("/fonts/roboto-regular.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("/fonts/roboto-bold.woff2") format("woff2"), url("/fonts/roboto-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Special Elite';
  src: url("/fonts/special-elite-regular.woff2") format("woff2"), url("/fonts/special-elite-regular.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Staatliches';
  src: url("/fonts/staatliches-regular.woff2") format("woff2"), url("/fonts/staatliches-regular.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Yeseva One';
  src: url("/fonts/yeseva-one-regular.woff2") format("woff2"), url("/fonts/yeseva-one-regular.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font: 16px/1 sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

h1,
h2,
h3,
h4,
p,
blockquote,
figure,
ol,
ul {
  margin: 0;
  padding: 0; }

main,
li {
  display: block; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit; }

strong {
  font-weight: bold; }

input[type='submit'],
input[type='reset'],
input[type='button'],
button {
  -webkit-appearance: button;
  /* for input */
  -webkit-font-smoothing: inherit;
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  letter-spacing: inherit;
  overflow: visible;
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* for button */ }

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0; }

::-moz-focus-inner {
  padding: 0;
  border: 0; }

:focus {
  outline: 0; }

img {
  max-width: 100%;
  height: auto;
  border: 0; }

.animate__top-enter, .animate__top-appear {
  opacity: 0; }
  .animate__top-enter-active, .animate__top-appear-active {
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: enter-top;
    animation-name: enter-top;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease; }

.animate__top-leave-active {
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: leave-top;
  animation-name: leave-top;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease; }

.animate__bottom-enter, .animate__bottom-appear {
  opacity: 0; }
  .animate__bottom-enter-active, .animate__bottom-appear-active {
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: enter-bottom;
    animation-name: enter-bottom;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease; }

.animate__bottom-leave-active {
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: leave-bottom;
  animation-name: leave-bottom;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease; }

.animate__left-enter, .animate__left-appear {
  opacity: 0; }
  .animate__left-enter-active, .animate__left-appear-active {
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: enter-left;
    animation-name: enter-left;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease; }

.animate__left-leave-active {
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: leave-left;
  animation-name: leave-left;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease; }

.animate__option-enter, .animate__option-appear {
  opacity: 0; }
  .animate__option-enter-active, .animate__option-appear-active {
    -webkit-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: enter-option;
    animation-name: enter-option;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease; }

.animate__option-leave-active {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: leave-option;
  animation-name: leave-option;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease; }

.animate__list-enter, .animate__list-appear {
  opacity: 0; }
  .animate__list-enter-active, .animate__list-appear-active {
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: enter-top;
    animation-name: enter-top;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease; }

.animate__list-leave-active {
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: leave-bottom;
  animation-name: leave-bottom;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease; }

.animate__shadow-enter, .animate__shadow-appear {
  opacity: 0; }
  .animate__shadow-enter-active, .animate__shadow-appear-active {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: enter-bottom;
    animation-name: enter-bottom;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease; }

.animate__shadow-leave-active {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: leave-bottom;
  animation-name: leave-bottom;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease; }

.animate__onboard-enter, .animate__onboard-appear {
  opacity: 0; }
  .animate__onboard-enter-active, .animate__onboard-appear-active {
    -webkit-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: onboard-enter;
    animation-name: onboard-enter;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease; }

.animate__onboard-leave {
  -webkit-transition: max-height 0.3s cubic-bezier(0, 1.05, 0, 1);
  transition: max-height 0.3s cubic-bezier(0, 1.05, 0, 1); }
  .animate__onboard-leave-active {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: onboard-leave;
    animation-name: onboard-leave;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease; }

.animate__page-enter, .animate__page-appear {
  opacity: 0; }
  .animate__page-enter-active, .animate__page-appear-active {
    -webkit-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: page-in;
    animation-name: page-in;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease; }

.animate__page-leave-active {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: page-out;
  animation-name: page-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease; }

.animate__fade-enter, .animate__fade-appear {
  opacity: 0; }
  .animate__fade-enter-active, .animate__fade-appear-active {
    -webkit-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fade-in;
    animation-name: fade-in;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease; }

.animate__fade-leave-active {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fade-out;
  animation-name: fade-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease; }

.animate__blur-enter, .animate__blur-appear {
  opacity: 0; }
  .animate__blur-enter-active, .animate__blur-appear-active {
    -webkit-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: blur-in;
    animation-name: blur-in;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease; }

.animate__blur-leave-active {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: blur-out;
  animation-name: blur-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease; }

.animate__nav-enter-active, .animate__nav-appear-active {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: nav-in;
  animation-name: nav-in;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease; }

.animate__nav-leave-active {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: nav-out;
  animation-name: nav-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease; }

@-webkit-keyframes blur-in {
  0% {
    -webkit-filter: blur(5px);
            filter: blur(5px);
    -webkit-transform: translate3d(0, 0, 0) scale(1.5);
            transform: translate3d(0, 0, 0) scale(1.5); }
  30% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    -webkit-filter: blur(0);
            filter: blur(0); } }

@keyframes blur-in {
  0% {
    -webkit-filter: blur(5px);
            filter: blur(5px);
    -webkit-transform: translate3d(0, 0, 0) scale(1.5);
            transform: translate3d(0, 0, 0) scale(1.5); }
  30% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    -webkit-filter: blur(0);
            filter: blur(0); } }

@-webkit-keyframes blur-out {
  0% {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1); }
  80% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-filter: blur(5px);
            filter: blur(5px);
    -webkit-transform: scale(1.5);
            transform: scale(1.5); } }

@keyframes blur-out {
  0% {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1); }
  80% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-filter: blur(5px);
            filter: blur(5px);
    -webkit-transform: scale(1.5);
            transform: scale(1.5); } }

@-webkit-keyframes enter-top {
  from {
    -webkit-transform: translate3d(0, -0.5rem, 0);
    transform: translate3d(0, -0.5rem, 0);
    -webkit-backface-visibility: hidden;
    visibility: visible; }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes enter-top {
  from {
    -webkit-transform: translate3d(0, -0.5rem, 0);
    transform: translate3d(0, -0.5rem, 0);
    -webkit-backface-visibility: hidden;
    visibility: visible; }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes leave-top {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -0.5rem, 0);
    transform: translate3d(0, -0.5rem, 0);
    opacity: 0; } }

@keyframes leave-top {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -0.5rem, 0);
    transform: translate3d(0, -0.5rem, 0);
    opacity: 0; } }

@-webkit-keyframes enter-bottom {
  from {
    -webkit-transform: translate3d(0, 0.5rem, 0);
    transform: translate3d(0, 0.5rem, 0);
    -webkit-backface-visibility: hidden;
    visibility: visible; }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes enter-bottom {
  from {
    -webkit-transform: translate3d(0, 0.5rem, 0);
    transform: translate3d(0, 0.5rem, 0);
    -webkit-backface-visibility: hidden;
    visibility: visible; }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes leave-bottom {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 0.5rem, 0);
    transform: translate3d(0, 0.5rem, 0);
    opacity: 0; } }

@keyframes leave-bottom {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 0.5rem, 0);
    transform: translate3d(0, 0.5rem, 0);
    opacity: 0; } }

@-webkit-keyframes enter-left {
  from {
    -webkit-transform: translate3d(-0.5rem, 0, 0);
    transform: translate3d(-0.5rem, 0, 0);
    -webkit-backface-visibility: hidden;
    visibility: visible; }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes enter-left {
  from {
    -webkit-transform: translate3d(-0.5rem, 0, 0);
    transform: translate3d(-0.5rem, 0, 0);
    -webkit-backface-visibility: hidden;
    visibility: visible; }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes leave-left {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-0.5rem, 0, 0);
    transform: translate3d(-0.5rem, 0, 0);
    opacity: 0; } }

@keyframes leave-left {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-0.5rem, 0, 0);
    transform: translate3d(-0.5rem, 0, 0);
    opacity: 0; } }

@-webkit-keyframes enter-option {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-backface-visibility: hidden;
    visibility: visible; }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes enter-option {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-backface-visibility: hidden;
    visibility: visible; }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

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

@-webkit-keyframes leave-right {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0.5rem, 0, 0);
    transform: translate3d(0.5rem, 0, 0);
    opacity: 0; } }

@keyframes leave-right {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0.5rem, 0, 0);
    transform: translate3d(0.5rem, 0, 0);
    opacity: 0; } }

@-webkit-keyframes page-in {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -0.5rem, 0);
            transform: translate3d(0, -0.5rem, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes page-in {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -0.5rem, 0);
            transform: translate3d(0, -0.5rem, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

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

@keyframes page-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

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

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

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

@keyframes fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes onboard-enter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2rem, 0);
            transform: translate3d(0, -2rem, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes onboard-enter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2rem, 0);
            transform: translate3d(0, -2rem, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes onboard-leave {
  from {
    opacity: 1;
    max-height: 400px; }
  to {
    visibility: hidden;
    opacity: 0;
    max-height: 0; } }

@keyframes onboard-leave {
  from {
    opacity: 1;
    max-height: 400px; }
  to {
    visibility: hidden;
    opacity: 0;
    max-height: 0; } }

@-webkit-keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    -webkit-transform: translate3d(1px, 0, 0);
            transform: translate3d(1px, 0, 0); }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0); }
  40%,
  60% {
    -webkit-transform: translate3d(1px, 0, 0);
            transform: translate3d(1px, 0, 0); } }

@keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    -webkit-transform: translate3d(1px, 0, 0);
            transform: translate3d(1px, 0, 0); }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0); }
  40%,
  60% {
    -webkit-transform: translate3d(1px, 0, 0);
            transform: translate3d(1px, 0, 0); } }

@-webkit-keyframes shake-and-shrink {
  0% {
    -webkit-transform: scale(0.925);
            transform: scale(0.925); }
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0) scale(0.925);
            transform: translate3d(-1px, 0, 0) scale(0.925); }
  20%,
  80% {
    -webkit-transform: translate3d(1px, 0, 0) scale(0.925);
            transform: translate3d(1px, 0, 0) scale(0.925); }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-1px, 0, 0) scale(0.925);
            transform: translate3d(-1px, 0, 0) scale(0.925); }
  40%,
  60% {
    -webkit-transform: translate3d(1px, 0, 0) scale(0.925);
            transform: translate3d(1px, 0, 0) scale(0.925); }
  100% {
    -webkit-transform: scale(0.925);
            transform: scale(0.925); } }

@keyframes shake-and-shrink {
  0% {
    -webkit-transform: scale(0.925);
            transform: scale(0.925); }
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0) scale(0.925);
            transform: translate3d(-1px, 0, 0) scale(0.925); }
  20%,
  80% {
    -webkit-transform: translate3d(1px, 0, 0) scale(0.925);
            transform: translate3d(1px, 0, 0) scale(0.925); }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-1px, 0, 0) scale(0.925);
            transform: translate3d(-1px, 0, 0) scale(0.925); }
  40%,
  60% {
    -webkit-transform: translate3d(1px, 0, 0) scale(0.925);
            transform: translate3d(1px, 0, 0) scale(0.925); }
  100% {
    -webkit-transform: scale(0.925);
            transform: scale(0.925); } }

@-webkit-keyframes nav-out {
  0% {
    opacity: 1;
    max-height: 50px; }
  75% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  100% {
    max-height: 0;
    opacity: 0;
    padding: 0;
    margin: 0; } }

@keyframes nav-out {
  0% {
    opacity: 1;
    max-height: 50px; }
  75% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  100% {
    max-height: 0;
    opacity: 0;
    padding: 0;
    margin: 0; } }

@-webkit-keyframes nav-in {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
    max-height: 0px; }
  to {
    opacity: 1;
    max-height: 335px; } }

@keyframes nav-in {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
    max-height: 0px; }
  to {
    opacity: 1;
    max-height: 335px; } }

.switch, .navigation__form-toggle-container .navigation__form-toggle, .customize__form-toggle {
  display: inline-block;
  width: 100%; }
  .switch input, .navigation__form-toggle-container .navigation__form-toggle input, .customize__form-toggle input {
    display: none; }
  .switch label, .navigation__form-toggle-container .navigation__form-toggle label, .customize__form-toggle label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .switch label::before, .navigation__form-toggle-container .navigation__form-toggle label::before, .customize__form-toggle label::before,
  .switch label::after,
  .navigation__form-toggle-container .navigation__form-toggle label::after,
  .customize__form-toggle label::after {
    content: '';
    display: block;
    position: absolute; }
  .switch label::before, .navigation__form-toggle-container .navigation__form-toggle label::before, .customize__form-toggle label::before {
    -webkit-transition: background-color 0.15s ease;
    transition: background-color 0.15s ease;
    left: 0;
    top: 0; }
  
  .switch label::after,
  .navigation__form-toggle-container .navigation__form-toggle label::after,
  .customize__form-toggle label::after {
    border-radius: 50%;
    -webkit-transition: background-color 0.15s ease, -webkit-transform 0.15s ease;
    transition: background-color 0.15s ease, -webkit-transform 0.15s ease;
    transition: transform 0.15s ease, background-color 0.15s ease;
    transition: transform 0.15s ease, background-color 0.15s ease, -webkit-transform 0.15s ease;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); }
  .switch input:disabled + label, .navigation__form-toggle-container .navigation__form-toggle input:disabled + label, .customize__form-toggle input:disabled + label {
    opacity: 0.5;
    cursor: default; }
  .switch input:disabled + label:active::after, .navigation__form-toggle-container .navigation__form-toggle input:disabled + label:active::after, .customize__form-toggle input:disabled + label:active::after {
    -webkit-transform: scale(1);
            transform: scale(1); }

html {
  font-size: 100%; }

body {
  color: #555555;
  font-family: "BaseFont";
  font-weight: normal; }

a {
  color: inherit;
  text-decoration: inherit; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

.content {
  scroll-behavior: smooth;
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: transform 0.25s, opacity 0.25s;
  transition: transform 0.25s, opacity 0.25s, -webkit-transform 0.25s;
  background-color: #f9f9f9; }

.content__routes {
  min-height: calc(100vh - (98px)); }

img,
svg {
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

.slick img {
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px); }

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -html-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: hand; }

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  position: fixed;
  top: 50px;
  top: 0;
  left: 0;
  height: 0.1rem;
  background-color: var(--theme-main-color, #f6870f);
  z-index: 10;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-name: loaderActive;
  animation-name: loaderActive; }

@-webkit-keyframes loaderActive {
  0% {
    width: 0%; }
  100% {
    width: 60%; } }

@keyframes loaderActive {
  0% {
    width: 0%; }
  100% {
    width: 60%; } }
  .slick-loading .slick-list__inactive {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-name: loaderInactive;
    animation-name: loaderInactive; }

@-webkit-keyframes loaderInactive {
  0% {
    width: 65%;
    opacity: 1;
    -webkit-box-shadow: 0 0 0 var(--theme-main-color-rgba-95, #f6870f);
            box-shadow: 0 0 0 var(--theme-main-color-rgba-95, #f6870f); }
  60% {
    opacity: 1; }
  100% {
    width: 100%;
    opacity: 0;
    -webkit-box-shadow: 0 0 1.5rem var(--theme-main-color-rgba-0, #f6870f);
            box-shadow: 0 0 1.5rem var(--theme-main-color-rgba-0, #f6870f); } }

@keyframes loaderInactive {
  0% {
    width: 65%;
    opacity: 1;
    -webkit-box-shadow: 0 0 0 var(--theme-main-color-rgba-95, #f6870f);
            box-shadow: 0 0 0 var(--theme-main-color-rgba-95, #f6870f); }
  60% {
    opacity: 1; }
  100% {
    width: 100%;
    opacity: 0;
    -webkit-box-shadow: 0 0 1.5rem var(--theme-main-color-rgba-0, #f6870f);
            box-shadow: 0 0 1.5rem var(--theme-main-color-rgba-0, #f6870f); } }

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  z-index: 2;
  height: 2.5rem;
  width: 2.5rem;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }
  .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; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "FontAwesome";
    font-size: 2.5rem;
    height: 2.5rem;
    width: 2.5rem;
    line-height: 0;
    color: #f9f9f9;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 0.25rem; }
  [dir='rtl'] .slick-prev {
    left: auto;
    right: 0.25rem; }
  .slick-prev:before {
    content: "\F104"; }
    [dir='rtl'] .slick-prev:before {
      content: "\F105"; }

.slick-next {
  right: 0.25rem; }
  [dir='rtl'] .slick-next {
    left: 0.25rem;
    right: auto; }
  .slick-next:before {
    content: "\F105"; }
    [dir='rtl'] .slick-next:before {
      content: "\F104"; }

.slick-dotted.slick-slider {
  margin-bottom: 1rem; }

.slick-dots {
  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: "FontAwesome";
        font-size: 2rem;
        line-height: 20px;
        text-align: center;
        color: var(--theme-main-color, #f6870f);
        opacity: 0.2;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: var(--theme-main-color, #f6870f);
      opacity: 0.75; }

.slick__main {
  border-top: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }
  .slick__main .slick-slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: auto ; }
  .slick__main:hover .slick-prev,
  .slick__main:hover .slick-next {
    opacity: 1; }

.slick__solo {
  border-bottom: 1px solid #d5d5d5;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center; }
  .slick__solo img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: auto ; }

.slick__nav .slick-track {
  border-top: 1px solid #d5d5d5;
  -webkit-overflow-scrolling: touch;
  overflow-y: visible; }
  .slick__nav .slick-track img {
    border-radius: 0.25rem; }

.slick__nav .slick-slide {
  cursor: pointer;
  height: auto;
  margin-left: 0.2rem ;
  margin-right: 0.2rem ;
  margin-top: 0.4rem ;
  margin-bottom: 0.4rem ;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }
  .slick__nav .slick-slide:first-child {
    margin-left: 0.4rem ; }
  .slick__nav .slick-slide:last-child {
    margin-right: 0.4rem ; }
  .slick__nav .slick-slide:hover, .slick__nav .slick-slide-active {
    opacity: 1;
    filter: alpha(opacity=100); }

.slick__nav .slick-list {
  background-color: #ededed;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border: 1px solid #d5d5d5;
  border-top: none; }

.slick__nav .slick-prev {
  left: 0; }

.slick__nav .slick-next {
  right: 0; }

.slick__nav .slick-prev,
.slick__nav .slick-next {
  margin-top: -1rem;
  width: 2rem;
  height: 2rem; }
  .slick__nav .slick-prev:before,
  .slick__nav .slick-next:before {
    color: #f9f9f9;
    font-size: 2rem;
    width: 2rem;
    height: 2rem; }

.slick__nav:hover .slick-prev,
.slick__nav:hover .slick-next {
  opacity: 1; }

.slick-track img {
  max-height: 100%;
  max-width: 100%; }

.slick__main img:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.slick__fullscreen {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  height: 100%;
  max-height: 100%;
  width: 100vw;
  min-width: 100vw;
  height: 100vh;
  max-height: 100vh;
  background-color: rgba(85, 85, 85, 0.85);
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px);
  z-index: 10; }
  .slick__fullscreen .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .slick__fullscreen .slick__main,
  .slick__fullscreen .slick-list,
  .slick__fullscreen .slick-track {
    width: 100%;
    min-width: 100%;
    height: 100%;
    max-height: 100%;
    width: 100vw;
    min-width: 100vw;
    height: 100vh;
    max-height: 100vh; }
  .slick__fullscreen-close {
    position: fixed;
    top: 0.25rem;
    right: 0.25rem;
    font-family: "BaseFont";
    font-size: inherit;
    outline: none;
    width: auto;
    height: auto;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
    cursor: pointer;
    border: 1px solid var(--theme-main-color, #f6870f);
    color: #f9f9f9;
    background-color: #f6870f;
    background-color: var(--theme-main-color, #f6870f);
    border-radius: 0.25rem;
    padding: 0.5rem;
    z-index: 101; }

.admin__body .nav {
  top: 47px; }

@media screen and (min-width: 64em) {
  .admin__editing {
    width: calc(100% - 22.5rem);
    float: right; } }

.admin__editing .nav {
  min-width: calc(100% - 22.5rem); }

.admin__page {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  min-height: 100vh; }
  .admin__page h1 {
    width: 100%;
    margin-bottom: 1rem ; }
  .admin__page svg {
    max-width: 5rem;
    margin: 0 auto ; }

.admin__nav {
  background-color: #f9f9f9;
  color: #555555;
  border-bottom: 1px solid #d5d5d5;
  z-index: 10;
  padding: 1rem 0; }
  @media screen and (min-width: 40em) {
    .admin__nav {
      position: -webkit-sticky;
      top: 0;
      position: sticky;
      top: 0;
      overflow: visible;
      -webkit-overflow-scrolling: touch; } }

.admin__nav-container {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .admin__nav-container:after {
    content: "";
    display: table;
    clear: both; }

.admin__nav-avatar {
  width: 2.75rem;
  height: 2.75rem;
  margin-left: 1rem ;
  border-radius: 50%; }

.admin__nav-content {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  @media screen and (min-width: 30em) {
    .admin__nav-content {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .admin__nav-content:last-child:not(:first-child) {
    float: right; }

.admin__nav-info {
  margin-right: auto ; }
  .admin__nav-info a {
    font-size: 0.8rem;
    display: inline;
    font-weight: bold; }
    .admin__nav-info a:hover {
      text-decoration: underline; }

.admin__nav-content-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.admin__button {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-size: 0.9rem;
  text-align: center;
  min-width: 2.5rem;
  margin-bottom: 0.5rem ;
  cursor: pointer; }
  @media screen and (min-width: 40em) {
    .admin__button {
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      margin-bottom: 0 ; } }

.admin__button--reverb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .admin__button--reverb svg {
    width: 0.95rem;
    height: 0.95rem;
    margin-right: 0.5rem ; }

.admin__button--site {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .admin__button--site:before {
    font-family: 'FontAwesome';
    content: "\F2D0";
    font-size: inherit;
    color: inherit;
    -webkit-font-smoothing: antialiased; }
  .admin__button--site:before {
    margin-right: 0.5rem ; }
  @media screen and (min-width: 40em) {
    .admin__button--site {
      margin-right: auto ; } }

.admin__button--listing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .admin__button--listing:before {
    font-family: 'FontAwesome';
    content: "\F02B";
    font-size: inherit;
    color: inherit;
    -webkit-font-smoothing: antialiased; }
  .admin__button--listing:before {
    margin-right: 0.5rem ; }
  @media screen and (min-width: 40em) {
    .admin__button--listing {
      margin-right: 1rem ; } }

.admin__button--search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .admin__button--search:before {
    font-family: 'FontAwesome';
    content: "\F002";
    font-size: inherit;
    color: inherit;
    -webkit-font-smoothing: antialiased; }
  .admin__button--search:before {
    margin-right: 0.5rem ; }
  @media screen and (min-width: 40em) {
    .admin__button--search {
      margin-right: 1rem ; } }

.admin__button--logout {
  cursor: pointer; }
  @media screen and (min-width: 40em) {
    .admin__button--logout {
      margin-left: 1rem ; } }

.lp__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 2rem; }

.lp {
  -ms-flex-preferred-size: 90%;
      flex-basis: 90%;
  margin: 0.5rem ;
  max-width: 250px;
  border: 1px solid #d5d5d5;
  background-color: white; }
  .lp h1 {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    text-align: center;
    background-color: white;
    padding: 1rem ;
    border-top: 1px solid #d5d5d5; }

.animate__listing-appear-active {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: enter-listing;
  animation-name: enter-listing;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease; }

.animate__listing-enter-active {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: enter-listing;
  animation-name: enter-listing;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease; }

.animate__listing-leave-active {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: leave-listing;
  animation-name: leave-listing;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease; }

.animate__filters-appear-active {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: enter-filters;
  animation-name: enter-filters;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease; }

.animate__filters-enter-active {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: enter-filters;
  animation-name: enter-filters;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease; }

.animate__filters-leave-active {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: leave-filters;
  animation-name: leave-filters;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease; }

.animate__cart-enter {
  opacity: 0; }
  .animate__cart-enter-active {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: enter-cart;
    animation-name: enter-cart;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease; }

.animate__cart-leave-active {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: leave-cart;
  animation-name: leave-cart;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease; }

.animate__cart-item-enter {
  opacity: 0; }
  .animate__cart-item-enter-active {
    -webkit-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: enter-cart;
    animation-name: enter-cart;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease; }

.animate__cart-item-leave {
  opacity: 1; }
  .animate__cart-item-leave-active {
    -webkit-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: leave-cart;
    animation-name: leave-cart;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease; }

.animate__cart-total-enter {
  opacity: 0; }
  .animate__cart-total-enter-active {
    -webkit-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: enter-cart-total;
    animation-name: enter-cart-total;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease; }

.animate__cart-total-leave {
  opacity: 1; }
  .animate__cart-total-leave-active {
    -webkit-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: leave-cart-total;
    animation-name: leave-cart-total;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease; }

.animate__cart-message-enter {
  opacity: 0;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s; }
  .animate__cart-message-enter-active {
    -webkit-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: enter-cart-message;
    animation-name: enter-cart-message;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease; }

.animate__cart-message-leave {
  opacity: 1; }
  .animate__cart-message-leave-active {
    -webkit-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: leave-cart-message;
    animation-name: leave-cart-message;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease; }

.animate__cart-count-enter {
  opacity: 0; }
  .animate__cart-count-enter-active {
    -webkit-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: enter-cart-count;
    animation-name: enter-cart-count;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease; }

.animate__cart-count-leave {
  opacity: 1; }
  .animate__cart-count-leave-active {
    -webkit-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: leave-cart-count;
    animation-name: leave-cart-count;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease; }

.animate__flash-enter {
  opacity: 0; }
  .animate__flash-enter-active {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease; }

.animate__flash-leave-active {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease; }

.animate__typeahead-enter {
  opacity: 0; }
  .animate__typeahead-enter-active {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease; }

.animate__typeahead-leave-active {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease; }

.animate__typeahead-loader-enter {
  opacity: 0; }
  .animate__typeahead-loader-enter-active {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease; }

.animate__typeahead-loader-leave-active {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease; }

.animate__fade-enter {
  opacity: 0; }
  .animate__fade-enter-active {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease; }

.animate__fade-leave-active {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease; }

.animate__nav-enter, .animate__autocomplete-enter {
  opacity: 0; }
  .animate__nav-enter-active, .animate__autocomplete-enter-active {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: enter-top;
    animation-name: enter-top;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease; }

.animate__nav-leave-active, .animate__autocomplete-leave-active {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: leave-top;
  animation-name: leave-top;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease; }

.animate__text-appear {
  opacity: 0; }
  .animate__text-appear-active {
    -webkit-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease; }
    .animate__text-appear-active:nth-child(1) {
      -webkit-animation-delay: 0.01s;
      animation-delay: 0.015s; }
    .animate__text-appear-active:nth-child(2) {
      -webkit-animation-delay: 0.02s;
      animation-delay: 0.03s; }
    .animate__text-appear-active:nth-child(3) {
      -webkit-animation-delay: 0.03s;
      animation-delay: 0.045s; }
    .animate__text-appear-active:nth-child(4) {
      -webkit-animation-delay: 0.04s;
      animation-delay: 0.06s; }
    .animate__text-appear-active:nth-child(5) {
      -webkit-animation-delay: 0.05s;
      animation-delay: 0.075s; }
    .animate__text-appear-active:nth-child(6) {
      -webkit-animation-delay: 0.06s;
      animation-delay: 0.09s; }
    .animate__text-appear-active:nth-child(7) {
      -webkit-animation-delay: 0.07s;
      animation-delay: 0.105s; }
    .animate__text-appear-active:nth-child(8) {
      -webkit-animation-delay: 0.08s;
      animation-delay: 0.12s; }
    .animate__text-appear-active:nth-child(9) {
      -webkit-animation-delay: 0.09s;
      animation-delay: 0.135s; }
    .animate__text-appear-active:nth-child(10) {
      -webkit-animation-delay: 0.1s;
      animation-delay: 0.15s; }
    .animate__text-appear-active:nth-child(11) {
      -webkit-animation-delay: 0.11s;
      animation-delay: 0.165s; }
    .animate__text-appear-active:nth-child(12) {
      -webkit-animation-delay: 0.12s;
      animation-delay: 0.18s; }

.animate__text-enter {
  opacity: 0; }
  .animate__text-enter-active {
    -webkit-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s; }

.animate__text-leave-active {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease; }

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

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

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

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

@-webkit-keyframes enter-listing {
  from {
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes enter-listing {
  from {
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes leave-listing {
  from {
    -webkit-transform: none;
    transform: none; }
  to {
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0); } }

@keyframes leave-listing {
  from {
    -webkit-transform: none;
    transform: none; }
  to {
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0); } }

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

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

@-webkit-keyframes leave-cart {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0; } }

@keyframes leave-cart {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes leave-cart-count {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes leave-cart-count {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

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

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

@-webkit-keyframes leave-flash {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 0; } }

@keyframes leave-flash {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 0; } }

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

@keyframes enter-top {
  from {
    -webkit-transform: translate3d(0, -0.5rem, 0);
    transform: translate3d(0, -0.5rem, 0);
    -webkit-backface-visibility: hidden;
    visibility: visible; }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes leave-top {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -0.5rem, 0);
    transform: translate3d(0, -0.5rem, 0);
    opacity: 0; } }

@-webkit-keyframes Skeleton {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes Skeleton {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

.auction-form__inputs {
  display: -ms-flexbox;
  display: flex; }

.auction-form__inputs {
  display: -ms-flexbox;
  display: flex; }

.auction-form__inputs__currency {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  font-weight: bold;
  background-color: #d5d5d5;
  padding: 0 0.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.auction-form__inputs__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "BaseFont";
  font-size: 0.9rem;
  line-height: 1;
  background-color: #fbfbfb;
  border-color: #d5d5d5;
  color: #555555;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  display: block;
  font-size: 0.9rem;
  height: auto;
  outline: none;
  padding: 0.4rem 0.5rem;
  position: relative;
  width: 100%;
  border-style: solid;
  border-width: 1px; }

.auction-form__inputs__button {
  font-family: "BaseFont";
  font-size: inherit;
  outline: none;
  width: 100%;
  height: auto;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  cursor: pointer;
  border: 1px solid var(--theme-main-color, #f6870f);
  color: #f9f9f9;
  background-color: #f6870f;
  background-color: var(--theme-main-color, #f6870f);
  padding: 0.5rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  white-space: nowrap; }
  .auction-form__inputs__button--disabled {
    font-family: "BaseFont";
    font-size: inherit;
    outline: none;
    width: 100%;
    height: auto;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
    cursor: pointer;
    border: 1px solid var(--theme-main-color, #f6870f);
    color: #f9f9f9;
    background-color: #f6870f;
    background-color: var(--theme-main-color, #f6870f);
    padding: 0.5rem;
    background-color: #d3d3d3;
    color: #939393;
    border: 1px solid #bababa; }

.auction__timer {
  text-align: center;
  font-size: 1.6rem;
  font-family: "HeadingFont";
  margin-top: 0.5rem; }

.auction__status {
  margin-bottom: 0.25rem; }
  .auction__status--losing {
    color: #e74c3c; }
  .auction__status--winning {
    color: #27ae60; }

.auction__bid {
  font-size: 0.9rem;
  font-weight: normal;
  color: #a2a2a2;
  margin-top: 0.25rem; }

.button-group, .featured__buttons-group {
  margin: 0.5rem 0;
  display: -ms-flexbox;
  display: flex; }
  .button-group :nth-child(n + 1), .featured__buttons-group :nth-child(n + 1) {
    margin: 0 0.25rem;
    -ms-flex-positive: 1;
        flex-grow: 1; }
  .button-group :first-child, .featured__buttons-group :first-child {
    margin-left: 0; }
  .button-group :last-child, .featured__buttons-group :last-child {
    margin-right: 0; }

.cart {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  height: 100%;
  max-height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10; }
  .cart:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 64em) {
    .cart {
      width: 30rem; } }

.cart__container {
  background-color: #fbfbfb;
  border-bottom: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  -webkit-box-shadow: 0 0.5rem 0.5rem -0.5rem rgba(85, 85, 85, 0.5);
          box-shadow: 0 0.5rem 0.5rem -0.5rem rgba(85, 85, 85, 0.5);
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.cart__close {
  font-family: "BaseFont";
  font-size: inherit;
  outline: none;
  width: 100%;
  height: auto;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  cursor: pointer;
  background-color: #f6870f;
  background-color: transparent;
  border: 1px solid var(--theme-main-color, #f6870f);
  color: var(--theme-main-color, #f6870f);
  border-radius: 0.25rem;
  padding: 0.5rem;
  width: calc(100% - 1rem);
  display: block;
  margin: 1rem auto;
  text-align: center; }

.cart__checkout {
  font-family: "BaseFont";
  font-size: inherit;
  outline: none;
  width: 100%;
  height: auto;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  cursor: pointer;
  border: 1px solid var(--theme-main-color, #f6870f);
  color: #f9f9f9;
  background-color: #f6870f;
  background-color: var(--theme-main-color, #f6870f);
  border-radius: 0.25rem;
  padding: 1rem 0.5rem;
  font-size: 125%;
  width: calc(100% - 1rem);
  margin: 0 0.5rem 0 0.5rem; }

.cart__total {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem ; }
  .cart__total :nth-child(2) {
    margin-left: auto ; }

.cart__total-container {
  background-color: #fbfbfb;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  -webkit-box-shadow: 0 -0.5rem 0.5rem -0.5rem #555555;
          box-shadow: 0 -0.5rem 0.5rem -0.5rem #555555;
  border-top: 1px solid #d5d5d5; }

.cart__total-item {
  font-size: 0.9rem; }
  .cart__total-item :nth-child(3) {
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 1rem; }

.cart__total-summary,
.cart__total-sum {
  font-size: 0.9rem;
  margin-bottom: 0.5rem; }

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

.cart__empty {
  text-align: center; }
  .cart__empty .cart__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: #e1e1e1;
    min-height: 10rem; }
  .cart__empty h1 {
    font-size: 1.4rem;
    margin-bottom: 2rem; }

.cart__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: center;
      align-items: center;
  background-color: #e1e1e1;
  border-bottom: 1px solid #d5d5d5;
  padding: 0.75rem ;
  position: relative; }
  @media screen and (min-width: 40em) {
    .cart__item {
      padding: 1rem ; } }

.cart__item--loading {
  color: #959595;
  background: linear-gradient(214deg, #f9f9f9, #d5d5d5);
  background-size: 400% 400%;
  -webkit-animation: Skeleton 1s ease infinite;
  animation: Skeleton 1s ease infinite; }

@-webkit-keyframes Skeleton {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes Skeleton {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

.cart__item-image {
  -ms-flex-preferred-size: 3.5rem;
      flex-basis: 3.5rem;
  max-width: 3.5rem;
  min-width: 3.5rem; }
  .cart__item-image img {
    overflow: hidden;
    border-radius: 0.25rem;
    width: 100%; }

.cart__item-delete {
  cursor: pointer;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  background-color: #d5d5d5;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  padding-top: 0.2rem ;
  color: #555555;
  border: 0.2rem solid #f9f9f9;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: center; }
  .cart__item-delete:hover {
    background-color: #bbbbbb; }
  .cart__item-delete:active {
    background-color: #aeaeae; }

.cart__item-info {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: calc(70% - 3.5rem);
      flex-basis: calc(70% - 3.5rem);
  padding-left: 1rem ;
  padding-right: 1rem ; }

.cart__item-info-title {
  display: block;
  font-weight: normal;
  font-size: 0.9rem;
  font-family: "HeadingFont"; }

.cart__item-info-discount {
  font-size: 0.9rem;
  margin-top: 0.5rem;
  text-decoration: none; }
  .cart__item-info-discount:before {
    font-family: 'FontAwesome';
    content: "\F02B";
    font-size: inherit;
    color: inherit;
    -webkit-font-smoothing: antialiased; }
  .cart__item-info-discount:before {
    font-size: 0.8rem;
    margin-right: 0.25rem; }

.cart__item-price {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  margin-left: auto ;
  font-size: 0.9rem;
  font-weight: normal;
  text-align: right;
  line-height: 1; }

.cart__item-price-subtotal {
  font-size: 1rem;
  margin-bottom: 0.3rem; }
  .cart__item-price-subtotal span {
    padding-left: 0.25rem ; }

.cart__item-price-subtotal--sale {
  margin-bottom: 0.3rem; }
  .cart__item-price-subtotal--sale span {
    font-size: 0.9rem;
    opacity: 0.8;
    text-decoration: line-through; }

.cart__item-price-subtotal-original {
  font-size: 0.9rem;
  opacity: 0.8;
  text-decoration: line-through; }

.cart__item-price-quantity {
  margin-bottom: 0.3rem ; }
  .cart__item-price-quantity span {
    padding-right: 0.25rem ; }

.cart__item-price-shipping {
  font-weight: normal;
  font-size: 0.8rem;
  margin-left: auto ;
  line-height: 1;
  margin-bottom: 0.3rem; }

.cart__body {
  -webkit-transform: translateX(-30rem);
          transform: translateX(-30rem); }

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: var(--theme-main-color, #f6870f);
  fill: none; }

.checkmark {
  display: block;
  stroke-width: 6;
  stroke: #f9f9f9;
  stroke-miterlimit: 10;
  -webkit-animation: fill .2s ease-in-out 0s forwards;
          animation: fill .2s ease-in-out 0s forwards;
  -webkit-box-shadow: inset 0px 30px 0px 0px var(--theme-main-color-rgba-0, #f6870f);
          box-shadow: inset 0px 30px 0px 0px var(--theme-main-color-rgba-0, #f6870f); }

.checkmark__check {
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  -webkit-animation: stroke 0.25s cubic-bezier(0.65, 0, 0.45, 1) 0.125s forwards;
          animation: stroke 0.25s cubic-bezier(0.65, 0, 0.45, 1) 0.125s forwards; }

@-webkit-keyframes stroke {
  100% {
    stroke-dashoffset: 0; } }

@keyframes stroke {
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes scale {
  0%, 100% {
    -webkit-transform: none;
            transform: none; }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1); } }

@keyframes scale {
  0%, 100% {
    -webkit-transform: none;
            transform: none; }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1); } }

@-webkit-keyframes fill {
  100% {
    -webkit-box-shadow: inset 0px 30px 0px 0px var(--theme-main-color-rgba-full, #f6870f);
            box-shadow: inset 0px 30px 0px 0px var(--theme-main-color-rgba-full, #f6870f); } }

@keyframes fill {
  100% {
    -webkit-box-shadow: inset 0px 30px 0px 0px var(--theme-main-color-rgba-full, #f6870f);
            box-shadow: inset 0px 30px 0px 0px var(--theme-main-color-rgba-full, #f6870f); } }

.condition {
  display: inline-block; }

.lp-condition__level {
  font-size: 0.8rem;
  font-weight: bold;
  display: inline-block;
  height: 1.6em;
  line-height: 1.6;
  vertical-align: middle; }
  .lp-condition__level.lp-condition__level--b-stock {
    display: inline-block;
    color: #26a051;
    padding-left: 1.5em;
    background: transparent no-repeat center left;
    background-size: 1.5em auto; }
    @media screen and (max-width: 374px) {
      .lp-condition__level.lp-condition__level--b-stock {
        padding-left: 0; } }
    .lp-condition__level.lp-condition__level--b-stock.lp-condition__level--media {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 36 36' width='36px' height='36px' preserveAspectRatio='defer' shape-rendering='geometricPrecision'%3E%3Cg fill='%2326a051'%3E%3Cpath class='cls-1' d='M18,34A16,16,0,1,1,34,18,16,16,0,0,1,18,34ZM18,5A13,13,0,1,0,31,18,13,13,0,0,0,18,5Z'/%3E%3Cpath class='cls-1' d='M18,22.37A4.37,4.37,0,1,1,22.37,18,4.37,4.37,0,0,1,18,22.37Zm0-5.74A1.37,1.37,0,1,0,19.37,18,1.37,1.37,0,0,0,18,16.63Z'/%3E%3C/g%3E%3C/svg%3E"); }
      @media screen and (max-width: 374px) {
        .lp-condition__level.lp-condition__level--b-stock.lp-condition__level--media {
          background: none; } }
    .lp-condition__level.lp-condition__level--b-stock.lp-condition__level--sleeve {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 36 36' width='36px' height='36px' preserveAspectRatio='defer' shape-rendering='geometricPrecision'%3E%3Cg fill='%2326a051'%3E%3Cpath class='cls-1' d='M29.25,3.82H6.75a1.5,1.5,0,0,0-1.5,1.5v22.5a1.5,1.5,0,0,0,1.06,1.44l18.14,5.52a1.5,1.5,0,0,0,1.94-1.44v-4h2.86a1.5,1.5,0,0,0,1.5-1.5V5.32A1.5,1.5,0,0,0,29.25,3.82ZM23.89,32,7.75,27.08V6.67l16.14,4.91Zm4.36-5.17H25.89v-16a1,1,0,0,0-.71-1L13.48,6.32H28.25Z'/%3E%3C/g%3E%3C/svg%3E"); }
      @media screen and (max-width: 374px) {
        .lp-condition__level.lp-condition__level--b-stock.lp-condition__level--sleeve {
          background: none; } }
  .lp-condition__level.lp-condition__level--brand-new {
    display: inline-block;
    color: #26a051;
    padding-left: 1.5em;
    background: transparent no-repeat center left;
    background-size: 1.5em auto; }
    @media screen and (max-width: 374px) {
      .lp-condition__level.lp-condition__level--brand-new {
        padding-left: 0; } }
    .lp-condition__level.lp-condition__level--brand-new.lp-condition__level--media {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 36 36' width='36px' height='36px' preserveAspectRatio='defer' shape-rendering='geometricPrecision'%3E%3Cg fill='%2326a051'%3E%3Cpath class='cls-1' d='M18,34A16,16,0,1,1,34,18,16,16,0,0,1,18,34ZM18,5A13,13,0,1,0,31,18,13,13,0,0,0,18,5Z'/%3E%3Cpath class='cls-1' d='M18,22.37A4.37,4.37,0,1,1,22.37,18,4.37,4.37,0,0,1,18,22.37Zm0-5.74A1.37,1.37,0,1,0,19.37,18,1.37,1.37,0,0,0,18,16.63Z'/%3E%3C/g%3E%3C/svg%3E"); }
      @media screen and (max-width: 374px) {
        .lp-condition__level.lp-condition__level--brand-new.lp-condition__level--media {
          background: none; } }
    .lp-condition__level.lp-condition__level--brand-new.lp-condition__level--sleeve {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 36 36' width='36px' height='36px' preserveAspectRatio='defer' shape-rendering='geometricPrecision'%3E%3Cg fill='%2326a051'%3E%3Cpath class='cls-1' d='M29.25,3.82H6.75a1.5,1.5,0,0,0-1.5,1.5v22.5a1.5,1.5,0,0,0,1.06,1.44l18.14,5.52a1.5,1.5,0,0,0,1.94-1.44v-4h2.86a1.5,1.5,0,0,0,1.5-1.5V5.32A1.5,1.5,0,0,0,29.25,3.82ZM23.89,32,7.75,27.08V6.67l16.14,4.91Zm4.36-5.17H25.89v-16a1,1,0,0,0-.71-1L13.48,6.32H28.25Z'/%3E%3C/g%3E%3C/svg%3E"); }
      @media screen and (max-width: 374px) {
        .lp-condition__level.lp-condition__level--brand-new.lp-condition__level--sleeve {
          background: none; } }
  .lp-condition__level.lp-condition__level--excellent {
    display: inline-block;
    color: #259f95;
    padding-left: 1.5em;
    background: transparent no-repeat center left;
    background-size: 1.5em auto; }
    @media screen and (max-width: 374px) {
      .lp-condition__level.lp-condition__level--excellent {
        padding-left: 0; } }
    .lp-condition__level.lp-condition__level--excellent.lp-condition__level--media {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 36 36' width='36px' height='36px' preserveAspectRatio='defer' shape-rendering='geometricPrecision'%3E%3Cg fill='%23259f95'%3E%3Cpath class='cls-1' d='M18,34A16,16,0,1,1,34,18,16,16,0,0,1,18,34ZM18,5A13,13,0,1,0,31,18,13,13,0,0,0,18,5Z'/%3E%3Cpath class='cls-1' d='M18,22.37A4.37,4.37,0,1,1,22.37,18,4.37,4.37,0,0,1,18,22.37Zm0-5.74A1.37,1.37,0,1,0,19.37,18,1.37,1.37,0,0,0,18,16.63Z'/%3E%3C/g%3E%3C/svg%3E"); }
      @media screen and (max-width: 374px) {
        .lp-condition__level.lp-condition__level--excellent.lp-condition__level--media {
          background: none; } }
    .lp-condition__level.lp-condition__level--excellent.lp-condition__level--sleeve {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 36 36' width='36px' height='36px' preserveAspectRatio='defer' shape-rendering='geometricPrecision'%3E%3Cg fill='%23259f95'%3E%3Cpath class='cls-1' d='M29.25,3.82H6.75a1.5,1.5,0,0,0-1.5,1.5v22.5a1.5,1.5,0,0,0,1.06,1.44l18.14,5.52a1.5,1.5,0,0,0,1.94-1.44v-4h2.86a1.5,1.5,0,0,0,1.5-1.5V5.32A1.5,1.5,0,0,0,29.25,3.82ZM23.89,32,7.75,27.08V6.67l16.14,4.91Zm4.36-5.17H25.89v-16a1,1,0,0,0-.71-1L13.48,6.32H28.25Z'/%3E%3C/g%3E%3C/svg%3E"); }
      @media screen and (max-width: 374px) {
        .lp-condition__level.lp-condition__level--excellent.lp-condition__level--sleeve {
          background: none; } }
  .lp-condition__level.lp-condition__level--fair {
    display: inline-block;
    color: #f39909;
    padding-left: 1.5em;
    background: transparent no-repeat center left;
    background-size: 1.5em auto; }
    @media screen and (max-width: 374px) {
      .lp-condition__level.lp-condition__level--fair {
        padding-left: 0; } }
    .lp-condition__level.lp-condition__level--fair.lp-condition__level--media {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 36 36' width='36px' height='36px' preserveAspectRatio='defer' shape-rendering='geometricPrecision'%3E%3Cg fill='%23f39909'%3E%3Cpath class='cls-1' d='M18,34A16,16,0,1,1,34,18,16,16,0,0,1,18,34ZM18,5A13,13,0,1,0,31,18,13,13,0,0,0,18,5Z'/%3E%3Cpath class='cls-1' d='M18,22.37A4.37,4.37,0,1,1,22.37,18,4.37,4.37,0,0,1,18,22.37Zm0-5.74A1.37,1.37,0,1,0,19.37,18,1.37,1.37,0,0,0,18,16.63Z'/%3E%3C/g%3E%3C/svg%3E"); }
      @media screen and (max-width: 374px) {
        .lp-condition__level.lp-condition__level--fair.lp-condition__level--media {
          background: none; } }
    .lp-condition__level.lp-condition__level--fair.lp-condition__level--sleeve {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 36 36' width='36px' height='36px' preserveAspectRatio='defer' shape-rendering='geometricPrecision'%3E%3Cg fill='%23f39909'%3E%3Cpath class='cls-1' d='M29.25,3.82H6.75a1.5,1.5,0,0,0-1.5,1.5v22.5a1.5,1.5,0,0,0,1.06,1.44l18.14,5.52a1.5,1.5,0,0,0,1.94-1.44v-4h2.86a1.5,1.5,0,0,0,1.5-1.5V5.32A1.5,1.5,0,0,0,29.25,3.82ZM23.89,32,7.75,27.08V6.67l16.14,4.91Zm4.36-5.17H25.89v-16a1,1,0,0,0-.71-1L13.48,6.32H28.25Z'/%3E%3C/g%3E%3C/svg%3E"); }
      @media screen and (max-width: 374px) {
        .lp-condition__level.lp-condition__level--fair.lp-condition__level--sleeve {
          background: none; } }
  .lp-condition__level.lp-condition__level--generic {
    display: inline-block;
    color: gray;
    padding-left: 1.5em;
    background: transparent no-repeat center left;
    background-size: 1.5em auto; }
    @media screen and (max-width: 374px) {
      .lp-condition__level.lp-condition__level--generic {
        padding-left: 0; } }
    .lp-condition__level.lp-condition__level--generic.lp-condition__level--media {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 36 36' width='36px' height='36px' preserveAspectRatio='defer' shape-rendering='geometricPrecision'%3E%3Cg fill='gray'%3E%3Cpath class='cls-1' d='M18,34A16,16,0,1,1,34,18,16,16,0,0,1,18,34ZM18,5A13,13,0,1,0,31,18,13,13,0,0,0,18,5Z'/%3E%3Cpath class='cls-1' d='M18,22.37A4.37,4.37,0,1,1,22.37,18,4.37,4.37,0,0,1,18,22.37Zm0-5.74A1.37,1.37,0,1,0,19.37,18,1.37,1.37,0,0,0,18,16.63Z'/%3E%3C/g%3E%3C/svg%3E"); }
      @media screen and (max-width: 374px) {
        .lp-condition__level.lp-condition__level--generic.lp-condition__level--media {
          background: none; } }
    .lp-condition__level.lp-condition__level--generic.lp-condition__level--sleeve {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 36 36' width='36px' height='36px' preserveAspectRatio='defer' shape-rendering='geometricPrecision'%3E%3Cg fill='gray'%3E%3Cpath class='cls-1' d='M29.25,3.82H6.75a1.5,1.5,0,0,0-1.5,1.5v22.5a1.5,1.5,0,0,0,1.06,1.44l18.14,5.52a1.5,1.5,0,0,0,1.94-1.44v-4h2.86a1.5,1.5,0,0,0,1.5-1.5V5.32A1.5,1.5,0,0,0,29.25,3.82ZM23.89,32,7.75,27.08V6.67l16.14,4.91Zm4.36-5.17H25.89v-16a1,1,0,0,0-.71-1L13.48,6.32H28.25Z'/%3E%3C/g%3E%3C/svg%3E"); }
      @media screen and (max-width: 374px) {
        .lp-condition__level.lp-condition__level--generic.lp-condition__level--sleeve {
          background: none; } }
  .lp-condition__level.lp-condition__level--good {
    display: inline-block;
    color: #c7a918;
    padding-left: 1.5em;
    background: transparent no-repeat center left;
    background-size: 1.5em auto; }
    @media screen and (max-width: 374px) {
      .lp-condition__level.lp-condition__level--good {
        padding-left: 0; } }
    .lp-condition__level.lp-condition__level--good.lp-condition__level--media {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 36 36' width='36px' height='36px' preserveAspectRatio='defer' shape-rendering='geometricPrecision'%3E%3Cg fill='%23c7a918'%3E%3Cpath class='cls-1' d='M18,34A16,16,0,1,1,34,18,16,16,0,0,1,18,34ZM18,5A13,13,0,1,0,31,18,13,13,0,0,0,18,5Z'/%3E%3Cpath class='cls-1' d='M18,22.37A4.37,4.37,0,1,1,22.37,18,4.37,4.37,0,0,1,18,22.37Zm0-5.74A1.37,1.37,0,1,0,19.37,18,1.37,1.37,0,0,0,18,16.63Z'/%3E%3C/g%3E%3C/svg%3E"); }
      @media screen and (max-width: 374px) {
        .lp-condition__level.lp-condition__level--good.lp-condition__level--media {
          background: none; } }
    .lp-condition__level.lp-condition__level--good.lp-condition__level--sleeve {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 36 36' width='36px' height='36px' preserveAspectRatio='defer' shape-rendering='geometricPrecision'%3E%3Cg fill='%23c7a918'%3E%3Cpath class='cls-1' d='M29.25,3.82H6.75a1.5,1.5,0,0,0-1.5,1.5v22.5a1.5,1.5,0,0,0,1.06,1.44l18.14,5.52a1.5,1.5,0,0,0,1.94-1.44v-4h2.86a1.5,1.5,0,0,0,1.5-1.5V5.32A1.5,1.5,0,0,0,29.25,3.82ZM23.89,32,7.75,27.08V6.67l16.14,4.91Zm4.36-5.17H25.89v-16a1,1,0,0,0-.71-1L13.48,6.32H28.25Z'/%3E%3C/g%3E%3C/svg%3E"); }
      @media screen and (max-width: 374px) {
        .lp-condition__level.lp-condition__level--good.lp-condition__level--sleeve {
          background: none; } }
  .lp-condition__level.lp-condition__level--goodplus {
    display: inline-block;
    color: #c7a918;
    padding-left: 1.5em;
    background: transparent no-repeat center left;
    background-size: 1.5em auto; }
    @media screen and (max-width: 374px) {
      .lp-condition__level.lp-condition__level--goodplus {
        padding-left: 0; } }
    .lp-condition__level.lp-condition__level--goodplus.lp-condition__level--media {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 36 36' width='36px' height='36px' preserveAspectRatio='defer' shape-rendering='geometricPrecision'%3E%3Cg fill='%23c7a918'%3E%3Cpath class='cls-1' d='M18,34A16,16,0,1,1,34,18,16,16,0,0,1,18,34ZM18,5A13,13,0,1,0,31,18,13,13,0,0,0,18,5Z'/%3E%3Cpath class='cls-1' d='M18,22.37A4.37,4.37,0,1,1,22.37,18,4.37,4.37,0,0,1,18,22.37Zm0-5.74A1.37,1.37,0,1,0,19.37,18,1.37,1.37,0,0,0,18,16.63Z'/%3E%3C/g%3E%3C/svg%3E"); }
      @media screen and (max-width: 374px) {
        .lp-condition__level.lp-condition__level--goodplus.lp-condition__level--media {
          background: none; } }
    .lp-condition__level.lp-condition__level--goodplus.lp-condition__level--sleeve {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 36 36' width='36px' height='36px' preserveAspectRatio='defer' shape-rendering='geometricPrecision'%3E%3Cg fill='%23c7a918'%3E%3Cpath class='cls-1' d='M29.25,3.82H6.75a1.5,1.5,0,0,0-1.5,1.5v22.5a1.5,1.5,0,0,0,1.06,1.44l18.14,5.52a1.5,1.5,0,0,0,1.94-1.44v-4h2.86a1.5,1.5,0,0,0,1.5-1.5V5.32A1.5,1.5,0,0,0,29.25,3.82ZM23.89,32,7.75,27.08V6.67l16.14,4.91Zm4.36-5.17H25.89v-16a1,1,0,0,0-.71-1L13.48,6.32H28.25Z'/%3E%3C/g%3E%3C/svg%3E"); }
      @media screen and (max-width: 374px) {
        .lp-condition__level.lp-condition__level--goodplus.lp-condition__level--sleeve {
          background: none; } }
  .lp-condition__level.lp-condition__level--mint {
    display: inline-block;
    color: #26a051;
    padding-left: 1.5em;
    background: transparent no-repeat center left;
    background-size: 1.5em auto; }
    @media screen and (max-width: 374px) {
      .lp-condition__level.lp-condition__level--mint {
        padding-left: 0; } }
    .lp-condition__level.lp-condition__level--mint.lp-condition__level--media {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 36 36' width='36px' height='36px' preserveAspectRatio='defer' shape-rendering='geometricPrecision'%3E%3Cg fill='%2326a051'%3E%3Cpath class='cls-1' d='M18,34A16,16,0,1,1,34,18,16,16,0,0,1,18,34ZM18,5A13,13,0,1,0,31,18,13,13,0,0,0,18,5Z'/%3E%3Cpath class='cls-1' d='M18,22.37A4.37,4.37,0,1,1,22.37,18,4.37,4.37,0,0,1,18,22.37Zm0-5.74A1.37,1.37,0,1,0,19.37,18,1.37,1.37,0,0,0,18,16.63Z'/%3E%3C/g%3E%3C/svg%3E"); }
      @media screen and (max-width: 374px) {
        .lp-condition__level.lp-condition__level--mint.lp-condition__level--media {
          background: none; } }
    .lp-condition__level.lp-condition__level--mint.lp-condition__level--sleeve {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 36 36' width='36px' height='36px' preserveAspectRatio='defer' shape-rendering='geometricPrecision'%3E%3Cg fill='%2326a051'%3E%3Cpath class='cls-1' d='M29.25,3.82H6.75a1.5,1.5,0,0,0-1.5,1.5v22.5a1.5,1.5,0,0,0,1.06,1.44l18.14,5.52a1.5,1.5,0,0,0,1.94-1.44v-4h2.86a1.5,1.5,0,0,0,1.5-1.5V5.32A1.5,1.5,0,0,0,29.25,3.82ZM23.89,32,7.75,27.08V6.67l16.14,4.91Zm4.36-5.17H25.89v-16a1,1,0,0,0-.71-1L13.48,6.32H28.25Z'/%3E%3C/g%3E%3C/svg%3E"); }
      @media screen and (max-width: 374px) {
        .lp-condition__level.lp-condition__level--mint.lp-condition__level--sleeve {
          background: none; } }
  .lp-condition__level.lp-condition__level--nearmint {
    display: inline-block;
    color: #4dc478;
    padding-left: 1.5em;
    background: transparent no-repeat center left;
    background-size: 1.5em auto; }
    @media screen and (max-width: 374px) {
      .lp-condition__level.lp-condition__level--nearmint {
        padding-left: 0; } }
    .lp-condition__level.lp-condition__level--nearmint.lp-condition__level--media {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 36 36' width='36px' height='36px' preserveAspectRatio='defer' shape-rendering='geometricPrecision'%3E%3Cg fill='%234dc478'%3E%3Cpath class='cls-1' d='M18,34A16,16,0,1,1,34,18,16,16,0,0,1,18,34ZM18,5A13,13,0,1,0,31,18,13,13,0,0,0,18,5Z'/%3E%3Cpath class='cls-1' d='M18,22.37A4.37,4.37,0,1,1,22.37,18,4.37,4.37,0,0,1,18,22.37Zm0-5.74A1.37,1.37,0,1,0,19.37,18,1.37,1.37,0,0,0,18,16.63Z'/%3E%3C/g%3E%3C/svg%3E"); }
      @media screen and (max-width: 374px) {
        .lp-condition__level.lp-condition__level--nearmint.lp-condition__level--media {
          background: none; } }
    .lp-condition__level.lp-condition__level--nearmint.lp-condition__level--sleeve {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 36 36' width='36px' height='36px' preserveAspectRatio='defer' shape-rendering='geometricPrecision'%3E%3Cg fill='%234dc478'%3E%3Cpath class='cls-1' d='M29.25,3.82H6.75a1.5,1.5,0,0,0-1.5,1.5v22.5a1.5,1.5,0,0,0,1.06,1.44l18.14,5.52a1.5,1.5,0,0,0,1.94-1.44v-4h2.86a1.5,1.5,0,0,0,1.5-1.5V5.32A1.5,1.5,0,0,0,29.25,3.82ZM23.89,32,7.75,27.08V6.67l16.14,4.91Zm4.36-5.17H25.89v-16a1,1,0,0,0-.71-1L13.48,6.32H28.25Z'/%3E%3C/g%3E%3C/svg%3E"); }
      @media screen and (max-width: 374px) {
        .lp-condition__level.lp-condition__level--nearmint.lp-condition__level--sleeve {
          background: none; } }
  .lp-condition__level.lp-condition__level--nocover {
    display: inline-block;
    color: gray;
    padding-left: 1.5em;
    background: transparent no-repeat center left;
    background-size: 1.5em auto; }
    @media screen and (max-width: 374px) {
      .lp-condition__level.lp-condition__level--nocover {
        padding-left: 0; } }
    .lp-condition__level.lp-condition__level--nocover.lp-condition__level--media {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 36 36' width='36px' height='36px' preserveAspectRatio='defer' shape-rendering='geometricPrecision'%3E%3Cg fill='gray'%3E%3Cpath class='cls-1' d='M18,34A16,16,0,1,1,34,18,16,16,0,0,1,18,34ZM18,5A13,13,0,1,0,31,18,13,13,0,0,0,18,5Z'/%3E%3Cpath class='cls-1' d='M18,22.37A4.37,4.37,0,1,1,22.37,18,4.37,4.37,0,0,1,18,22.37Zm0-5.74A1.37,1.37,0,1,0,19.37,18,1.37,1.37,0,0,0,18,16.63Z'/%3E%3C/g%3E%3C/svg%3E"); }
      @media screen and (max-width: 374px) {
        .lp-condition__level.lp-condition__level--nocover.lp-condition__level--media {
          background: none; } }
    .lp-condition__level.lp-condition__level--nocover.lp-condition__level--sleeve {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 36 36' width='36px' height='36px' preserveAspectRatio='defer' shape-rendering='geometricPrecision'%3E%3Cg fill='gray'%3E%3Cpath class='cls-1' d='M29.25,3.82H6.75a1.5,1.5,0,0,0-1.5,1.5v22.5a1.5,1.5,0,0,0,1.06,1.44l18.14,5.52a1.5,1.5,0,0,0,1.94-1.44v-4h2.86a1.5,1.5,0,0,0,1.5-1.5V5.32A1.5,1.5,0,0,0,29.25,3.82ZM23.89,32,7.75,27.08V6.67l16.14,4.91Zm4.36-5.17H25.89v-16a1,1,0,0,0-.71-1L13.48,6.32H28.25Z'/%3E%3C/g%3E%3C/svg%3E"); }
      @media screen and (max-width: 374px) {
        .lp-condition__level.lp-condition__level--nocover.lp-condition__level--sleeve {
          background: none; } }
  .lp-condition__level.lp-condition__level--non-functioning {
    display: inline-block;
    color: #923c12;
    padding-left: 1.5em;
    background: transparent no-repeat center left;
    background-size: 1.5em auto; }
    @media screen and (max-width: 374px) {
      .lp-condition__level.lp-condition__level--non-functioning {
        padding-left: 0; } }
    .lp-condition__level.lp-condition__level--non-functioning.lp-condition__level--media {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 36 36' width='36px' height='36px' preserveAspectRatio='defer' shape-rendering='geometricPrecision'%3E%3Cg fill='%23923c12'%3E%3Cpath class='cls-1' d='M18,34A16,16,0,1,1,34,18,16,16,0,0,1,18,34ZM18,5A13,13,0,1,0,31,18,13,13,0,0,0,18,5Z'/%3E%3Cpath class='cls-1' d='M18,22.37A4.37,4.37,0,1,1,22.37,18,4.37,4.37,0,0,1,18,22.37Zm0-5.74A1.37,1.37,0,1,0,19.37,18,1.37,1.37,0,0,0,18,16.63Z'/%3E%3C/g%3E%3C/svg%3E"); }
      @media screen and (max-width: 374px) {
        .lp-condition__level.lp-condition__level--non-functioning.lp-condition__level--media {
          background: none; } }
    .lp-condition__level.lp-condition__level--non-functioning.lp-condition__level--sleeve {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 36 36' width='36px' height='36px' preserveAspectRatio='defer' shape-rendering='geometricPrecision'%3E%3Cg fill='%23923c12'%3E%3Cpath class='cls-1' d='M29.25,3.82H6.75a1.5,1.5,0,0,0-1.5,1.5v22.5a1.5,1.5,0,0,0,1.06,1.44l18.14,5.52a1.5,1.5,0,0,0,1.94-1.44v-4h2.86a1.5,1.5,0,0,0,1.5-1.5V5.32A1.5,1.5,0,0,0,29.25,3.82ZM23.89,32,7.75,27.08V6.67l16.14,4.91Zm4.36-5.17H25.89v-16a1,1,0,0,0-.71-1L13.48,6.32H28.25Z'/%3E%3C/g%3E%3C/svg%3E"); }
      @media screen and (max-width: 374px) {
        .lp-condition__level.lp-condition__level--non-functioning.lp-condition__level--sleeve {
          background: none; } }
  .lp-condition__level.lp-condition__level--poor {
    display: inline-block;
    color: #923c12;
    padding-left: 1.5em;
    background: transparent no-repeat center left;
    background-size: 1.5em auto; }
    @media screen and (max-width: 374px) {
      .lp-condition__level.lp-condition__level--poor {
        padding-left: 0; } }
    .lp-condition__level.lp-condition__level--poor.lp-condition__level--media {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 36 36' width='36px' height='36px' preserveAspectRatio='defer' shape-rendering='geometricPrecision'%3E%3Cg fill='%23923c12'%3E%3Cpath class='cls-1' d='M18,34A16,16,0,1,1,34,18,16,16,0,0,1,18,34ZM18,5A13,13,0,1,0,31,18,13,13,0,0,0,18,5Z'/%3E%3Cpath class='cls-1' d='M18,22.37A4.37,4.37,0,1,1,22.37,18,4.37,4.37,0,0,1,18,22.37Zm0-5.74A1.37,1.37,0,1,0,19.37,18,1.37,1.37,0,0,0,18,16.63Z'/%3E%3C/g%3E%3C/svg%3E"); }
      @media screen and (max-width: 374px) {
        .lp-condition__level.lp-condition__level--poor.lp-condition__level--media {
          background: none; } }
    .lp-condition__level.lp-condition__level--poor.lp-condition__level--sleeve {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 36 36' width='36px' height='36px' preserveAspectRatio='defer' shape-rendering='geometricPrecision'%3E%3Cg fill='%23923c12'%3E%3Cpath class='cls-1' d='M29.25,3.82H6.75a1.5,1.5,0,0,0-1.5,1.5v22.5a1.5,1.5,0,0,0,1.06,1.44l18.14,5.52a1.5,1.5,0,0,0,1.94-1.44v-4h2.86a1.5,1.5,0,0,0,1.5-1.5V5.32A1.5,1.5,0,0,0,29.25,3.82ZM23.89,32,7.75,27.08V6.67l16.14,4.91Zm4.36-5.17H25.89v-16a1,1,0,0,0-.71-1L13.48,6.32H28.25Z'/%3E%3C/g%3E%3C/svg%3E"); }
      @media screen and (max-width: 374px) {
        .lp-condition__level.lp-condition__level--poor.lp-condition__level--sleeve {
          background: none; } }
  .lp-condition__level.lp-condition__level--very-good {
    display: inline-block;
    color: #149fd7;
    padding-left: 1.5em;
    background: transparent no-repeat center left;
    background-size: 1.5em auto; }
    @media screen and (max-width: 374px) {
      .lp-condition__level.lp-condition__level--very-good {
        padding-left: 0; } }
    .lp-condition__level.lp-condition__level--very-good.lp-condition__level--media {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 36 36' width='36px' height='36px' preserveAspectRatio='defer' shape-rendering='geometricPrecision'%3E%3Cg fill='%23149fd7'%3E%3Cpath class='cls-1' d='M18,34A16,16,0,1,1,34,18,16,16,0,0,1,18,34ZM18,5A13,13,0,1,0,31,18,13,13,0,0,0,18,5Z'/%3E%3Cpath class='cls-1' d='M18,22.37A4.37,4.37,0,1,1,22.37,18,4.37,4.37,0,0,1,18,22.37Zm0-5.74A1.37,1.37,0,1,0,19.37,18,1.37,1.37,0,0,0,18,16.63Z'/%3E%3C/g%3E%3C/svg%3E"); }
      @media screen and (max-width: 374px) {
        .lp-condition__level.lp-condition__level--very-good.lp-condition__level--media {
          background: none; } }
    .lp-condition__level.lp-condition__level--very-good.lp-condition__level--sleeve {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 36 36' width='36px' height='36px' preserveAspectRatio='defer' shape-rendering='geometricPrecision'%3E%3Cg fill='%23149fd7'%3E%3Cpath class='cls-1' d='M29.25,3.82H6.75a1.5,1.5,0,0,0-1.5,1.5v22.5a1.5,1.5,0,0,0,1.06,1.44l18.14,5.52a1.5,1.5,0,0,0,1.94-1.44v-4h2.86a1.5,1.5,0,0,0,1.5-1.5V5.32A1.5,1.5,0,0,0,29.25,3.82ZM23.89,32,7.75,27.08V6.67l16.14,4.91Zm4.36-5.17H25.89v-16a1,1,0,0,0-.71-1L13.48,6.32H28.25Z'/%3E%3C/g%3E%3C/svg%3E"); }
      @media screen and (max-width: 374px) {
        .lp-condition__level.lp-condition__level--very-good.lp-condition__level--sleeve {
          background: none; } }
  .lp-condition__level.lp-condition__level--verygood {
    display: inline-block;
    color: #149fd7;
    padding-left: 1.5em;
    background: transparent no-repeat center left;
    background-size: 1.5em auto; }
    @media screen and (max-width: 374px) {
      .lp-condition__level.lp-condition__level--verygood {
        padding-left: 0; } }
    .lp-condition__level.lp-condition__level--verygood.lp-condition__level--media {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 36 36' width='36px' height='36px' preserveAspectRatio='defer' shape-rendering='geometricPrecision'%3E%3Cg fill='%23149fd7'%3E%3Cpath class='cls-1' d='M18,34A16,16,0,1,1,34,18,16,16,0,0,1,18,34ZM18,5A13,13,0,1,0,31,18,13,13,0,0,0,18,5Z'/%3E%3Cpath class='cls-1' d='M18,22.37A4.37,4.37,0,1,1,22.37,18,4.37,4.37,0,0,1,18,22.37Zm0-5.74A1.37,1.37,0,1,0,19.37,18,1.37,1.37,0,0,0,18,16.63Z'/%3E%3C/g%3E%3C/svg%3E"); }
      @media screen and (max-width: 374px) {
        .lp-condition__level.lp-condition__level--verygood.lp-condition__level--media {
          background: none; } }
    .lp-condition__level.lp-condition__level--verygood.lp-condition__level--sleeve {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 36 36' width='36px' height='36px' preserveAspectRatio='defer' shape-rendering='geometricPrecision'%3E%3Cg fill='%23149fd7'%3E%3Cpath class='cls-1' d='M29.25,3.82H6.75a1.5,1.5,0,0,0-1.5,1.5v22.5a1.5,1.5,0,0,0,1.06,1.44l18.14,5.52a1.5,1.5,0,0,0,1.94-1.44v-4h2.86a1.5,1.5,0,0,0,1.5-1.5V5.32A1.5,1.5,0,0,0,29.25,3.82ZM23.89,32,7.75,27.08V6.67l16.14,4.91Zm4.36-5.17H25.89v-16a1,1,0,0,0-.71-1L13.48,6.32H28.25Z'/%3E%3C/g%3E%3C/svg%3E"); }
      @media screen and (max-width: 374px) {
        .lp-condition__level.lp-condition__level--verygood.lp-condition__level--sleeve {
          background: none; } }
  .lp-condition__level.lp-condition__level--verygoodplus {
    display: inline-block;
    color: #259f95;
    padding-left: 1.5em;
    background: transparent no-repeat center left;
    background-size: 1.5em auto; }
    @media screen and (max-width: 374px) {
      .lp-condition__level.lp-condition__level--verygoodplus {
        padding-left: 0; } }
    .lp-condition__level.lp-condition__level--verygoodplus.lp-condition__level--media {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 36 36' width='36px' height='36px' preserveAspectRatio='defer' shape-rendering='geometricPrecision'%3E%3Cg fill='%23259f95'%3E%3Cpath class='cls-1' d='M18,34A16,16,0,1,1,34,18,16,16,0,0,1,18,34ZM18,5A13,13,0,1,0,31,18,13,13,0,0,0,18,5Z'/%3E%3Cpath class='cls-1' d='M18,22.37A4.37,4.37,0,1,1,22.37,18,4.37,4.37,0,0,1,18,22.37Zm0-5.74A1.37,1.37,0,1,0,19.37,18,1.37,1.37,0,0,0,18,16.63Z'/%3E%3C/g%3E%3C/svg%3E"); }
      @media screen and (max-width: 374px) {
        .lp-condition__level.lp-condition__level--verygoodplus.lp-condition__level--media {
          background: none; } }
    .lp-condition__level.lp-condition__level--verygoodplus.lp-condition__level--sleeve {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 36 36' width='36px' height='36px' preserveAspectRatio='defer' shape-rendering='geometricPrecision'%3E%3Cg fill='%23259f95'%3E%3Cpath class='cls-1' d='M29.25,3.82H6.75a1.5,1.5,0,0,0-1.5,1.5v22.5a1.5,1.5,0,0,0,1.06,1.44l18.14,5.52a1.5,1.5,0,0,0,1.94-1.44v-4h2.86a1.5,1.5,0,0,0,1.5-1.5V5.32A1.5,1.5,0,0,0,29.25,3.82ZM23.89,32,7.75,27.08V6.67l16.14,4.91Zm4.36-5.17H25.89v-16a1,1,0,0,0-.71-1L13.48,6.32H28.25Z'/%3E%3C/g%3E%3C/svg%3E"); }
      @media screen and (max-width: 374px) {
        .lp-condition__level.lp-condition__level--verygoodplus.lp-condition__level--sleeve {
          background: none; } }
  .lp-condition__level + .lp-condition__level {
    margin-left: 0.3em; }

.lp-condition__new-indicator {
  color: #30c966;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8rem; }

.condition-indicator {
  font-size: 0.7rem;
  font-weight: bold;
  text-align: right;
  text-transform: uppercase; }

.condition-indicator__bars {
  white-space: nowrap;
  height: 0.2rem;
  margin-top: 0.2rem; }
  .condition-indicator__bars span {
    display: none;
    float: right;
    margin-left: 0.2rem;
    width: 0.5rem;
    max-width: 0.5rem;
    height: 2px; }
    .condition-indicator__bars span:first-of-type {
      margin-left: 0; }
  @media screen and (max-width: 640px) {
    .condition-indicator__bars span {
      height: 0.1rem;
      width: 0.3rem; } }

.condition-indicator--non-functioning .condition-indicator__label {
  color: #bf4f18; }

.condition-indicator--non-functioning .condition-indicator__bars span:nth-of-type(-n + 1) {
  background: #bf4f18;
  display: inline-block; }

.condition-indicator--poor .condition-indicator__label {
  color: #bf4f18; }

.condition-indicator--poor .condition-indicator__bars span:nth-of-type(-n + 2) {
  background: #bf4f18;
  display: inline-block; }

.condition-indicator--fair .condition-indicator__label {
  color: #f8ae37; }

.condition-indicator--fair .condition-indicator__bars span:nth-of-type(-n + 3) {
  background: #f8ae37;
  display: inline-block; }

.condition-indicator--good .condition-indicator__label {
  color: #e6c62c; }

.condition-indicator--good .condition-indicator__bars span:nth-of-type(-n + 4) {
  background: #e6c62c;
  display: inline-block; }

.condition-indicator--very-good .condition-indicator__label {
  color: #32b7ec; }

.condition-indicator--very-good .condition-indicator__bars span:nth-of-type(-n + 5) {
  background: #32b7ec;
  display: inline-block; }

.condition-indicator--excellent .condition-indicator__label {
  color: #2ec9bc; }

.condition-indicator--excellent .condition-indicator__bars span:nth-of-type(-n + 6) {
  background: #2ec9bc;
  display: inline-block; }

.condition-indicator--mint .condition-indicator__label {
  color: #30c966; }

.condition-indicator--mint .condition-indicator__bars span:nth-of-type(-n + 7) {
  background: #30c966;
  display: inline-block; }

.condition-indicator--b-stock .condition-indicator__label {
  color: #30c966; }

.condition-indicator--b-stock .condition-indicator__bars span:nth-of-type(-n + 8) {
  background: #30c966;
  display: inline-block; }

.condition-indicator--brand-new .condition-indicator__label {
  color: #30c966; }

.condition-indicator--brand-new .condition-indicator__bars span:nth-of-type(-n + 9) {
  background: #30c966;
  display: inline-block; }

.error {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #f9f9f9;
  line-height: 1.75;
  text-align: center;
  z-index: 20; }
  @media screen and (min-width: 40em) {
    .error {
      line-height: 1.5; } }
  @media screen and (min-width: 64em) {
    .error {
      line-height: 1.7; } }
  .error h1 {
    width: 100%;
    display: block;
    font-size: 1.6rem; }
  .error p {
    max-width: 25rem;
    margin-bottom: 1rem ; }
  .error a {
    font-family: "BaseFont";
    font-size: inherit;
    outline: none;
    width: 100%;
    height: auto;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
    cursor: pointer;
    border: 1px solid var(--theme-main-color, #f6870f);
    color: #f9f9f9;
    background-color: #f6870f;
    background-color: var(--theme-main-color, #f6870f);
    border-radius: 0.25rem;
    padding: 0.5rem; }
    .error a:before {
      font-family: 'FontAwesome';
      content: "\F095";
      font-size: 1rem;
      color: inherit;
      -webkit-font-smoothing: antialiased; }
    .error a:before {
      margin-right: 0.5rem ; }

.facets {
  display: none; }
  @media screen and (max-width: 39.9375em) {
    .facets {
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      z-index: 10; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .facets {
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      z-index: 10; } }
  @media screen and (min-width: 64em) {
    .facets {
      background-color: transparent;
      display: block; } }

.facets--complete .facets__item {
  border: 1px solid #d5d5d5;
  padding-left: 1rem ;
  padding-right: 1rem ; }

@media screen and (max-width: 39.9375em) {
  .facets__container {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 75vh;
    width: 100%;
    background-color: #f9f9f9;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 11; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .facets__container {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 75vh;
    width: 100%;
    background-color: #f9f9f9;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 11; } }

@media screen and (min-width: 64em) {
  .facets__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap; } }

.facets__item {
  overflow: hidden;
  border-radius: 0.25rem;
  margin-bottom: 0.75rem ;
  position: relative; }

.facets__clear {
  font-family: "BaseFont";
  outline: none;
  width: auto;
  height: auto;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  cursor: pointer;
  display: inline-block;
  padding: 1rem;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  font-weight: 400;
  padding: 0.2rem 0.7rem;
  border: 1px solid var(--theme-main-color, #f6870f);
  font-size: 0.8rem;
  border-radius: 4rem;
  margin-left: 0.5rem ; }
  .facets__clear:hover {
    text-decoration: none;
    opacity: 1; }

.facets__legend-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center; }

.facets__legend {
  padding-top: 1rem ;
  margin-bottom: 1rem ;
  text-decoration: underline; }
  @media screen and (min-width: 40em) {
    .facets__legend {
      font-size: 0.9rem;
      margin-bottom: 0.5rem ; } }

.facets__checkbox,
.facets__select,
.facets__input,
.facets__slider,
.facets__link {
  cursor: pointer;
  margin-bottom: 0.5rem ; }
  .facets__checkbox span,
  .facets__select span,
  .facets__input span,
  .facets__slider span,
  .facets__link span {
    font-weight: bold;
    font-size: 0.7rem;
    margin-left: 0.25rem; }
  @media screen and (min-width: 40em) {
    .facets__checkbox,
    .facets__select,
    .facets__input,
    .facets__slider,
    .facets__link {
      margin-bottom: 0.35rem ; } }

.facets__link {
  display: block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }
  .facets__link--parent {
    font-weight: bold; }
  .facets__link--child {
    margin-left: 1rem ; }
  .facets__link--grandchild {
    margin-left: 2rem ; }
  .facets__link--disabled {
    color: #d3d3d3; }
  .facets__link:hover, .facets__link:active, .facets__link--active {
    font-weight: bold; }
  @media screen and (min-width: 40em) {
    .facets__link {
      font-size: 0.9rem; } }

.facets__checkbox {
  display: block;
  width: 100%; }
  .facets__checkbox svg {
    display: none; }
  .facets__checkbox input[type='checkbox'],
  .facets__checkbox input[type='radio'] {
    margin: 0 ;
    margin-right: 0.5rem ;
    cursor: pointer; }
    .facets__checkbox input[type='checkbox']:checked + label,
    .facets__checkbox input[type='radio']:checked + label {
      font-weight: bold; }
  .facets__checkbox label {
    cursor: pointer;
    font-size: 0.9rem; }
    .facets__checkbox label:active {
      background-color: rgba(251, 251, 251, 0.75); }
    .facets__checkbox label span {
      margin-left: 0.25rem ;
      font-weight: bold;
      font-size: 80%; }
  .facets__checkbox-single svg {
    display: none; }
  .facets__checkbox-single input[type='checkbox'],
  .facets__checkbox-single input[type='radio'] {
    margin: 0 ;
    margin-right: 0.5rem ;
    cursor: pointer;
    display: none;
    margin: 0 ; }
    .facets__checkbox-single input[type='checkbox']:checked + label,
    .facets__checkbox-single input[type='radio']:checked + label {
      font-weight: bold; }
  .facets__checkbox-single label {
    cursor: pointer;
    font-size: 0.9rem; }
    .facets__checkbox-single label:active {
      background-color: rgba(251, 251, 251, 0.75); }
    .facets__checkbox-single label span {
      margin-left: 0.25rem ;
      font-weight: bold;
      font-size: 80%; }
  .facets__checkbox label {
    width: 100%; }
  .facets__checkbox:first-child {
    margin-left: 0 ; }
  .facets__checkbox:last-child {
    margin-right: 0 ; }
  .facets__checkbox-active-single {
    cursor: default; }
    .facets__checkbox-active-single label {
      cursor: default; }
  .facets__checkbox--disabled input[type='checkbox'],
  .facets__checkbox--disabled input[type='radio'],
  .facets__checkbox--disabled label,
  .facets__checkbox--disabled label span {
    color: #d3d3d3;
    cursor: default; }
  .facets__checkbox--disabled label {
    color: #d3d3d3; }
  .facets__checkbox-child {
    margin-left: 1rem ; }
  .facets__checkbox svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.5rem;
    height: 100%; }
  @media screen and (max-width: 39.9375em) {
    .facets__checkbox svg {
      display: none; }
    .facets__checkbox input[type='checkbox'],
    .facets__checkbox input[type='radio'] {
      margin: 0 ;
      margin-right: 0.5rem ;
      cursor: pointer; }
      .facets__checkbox input[type='checkbox']:checked + label,
      .facets__checkbox input[type='radio']:checked + label {
        font-weight: bold; }
    .facets__checkbox label {
      cursor: pointer;
      font-size: 1rem; }
      .facets__checkbox label:active {
        background-color: rgba(251, 251, 251, 0.75); }
      .facets__checkbox label span {
        margin-left: 0.25rem ;
        font-weight: bold;
        font-size: 80%; } }

.facets__slider {
  margin-top: 1.25rem ;
  margin-bottom: 0.5rem ; }
  .facets__slider .facets__slider-prices {
    position: absolute;
    top: 1rem;
    right: 1rem; }
    .facets__slider .facets__slider-prices-max, .facets__slider .facets__slider-prices-min {
      -webkit-transition: all 0s;
      transition: all 0s;
      font-size: 0.8rem;
      text-align: center; }
    .facets__slider .facets__slider-prices-max {
      margin-left: 0.25rem ; }
      .facets__slider .facets__slider-prices-max:before {
        padding-right: 0.25rem ;
        content: '-'; }
  .facets__slider p {
    margin-top: 0.5rem ;
    text-align: center;
    font-size: 0.8rem; }
    .facets__slider p span {
      font-weight: bold;
      display: block;
      margin-bottom: 0.25rem ; }

.facets__slider--loading-max, .facets__slider--loading-min,
.facets__slider--loading .rheostat-background,
.facets__slider--loading .rheostat-progress {
  border-color: #d3d3d3;
  background-color: #d3d3d3; }

.facets__slider--loading .rheostat-handle {
  border-color: #d3d3d3; }

.facets__select {
  position: relative; }
  .facets__select:before {
    font-family: 'FontAwesome';
    content: "\F0D7";
    font-size: 1rem;
    color: inherit;
    -webkit-font-smoothing: antialiased; }
  .facets__select select {
    -webkit-appearance: none;
    background: transparent;
    cursor: pointer;
    color: inherit;
    border: 1px solid inherit;
    font-family: "BaseFont";
    font-size: 1rem;
    line-height: 1;
    height: auto;
    outline: none;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
    width: 100%;
    background-color: false;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    padding: 0.5rem; }
    .facets__select select:disabled {
      color: #d3d3d3;
      border: 1px solid #d3d3d3; }
  .facets__select:before {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    display: inline-block;
    pointer-events: none; }
  @media screen and (min-width: 64em) {
    .facets__select {
      position: relative; }
      .facets__select:before {
        font-family: 'FontAwesome';
        content: "\F0D7";
        font-size: 0.9rem;
        color: inherit;
        -webkit-font-smoothing: antialiased; }
      .facets__select select {
        -webkit-appearance: none;
        background: transparent;
        cursor: pointer;
        color: inherit;
        border: 1px solid inherit;
        font-family: "BaseFont";
        font-size: 0.9rem;
        line-height: 1;
        height: auto;
        outline: none;
        -webkit-transition: background-color 0.25s;
        transition: background-color 0.25s;
        width: 100%;
        background-color: false;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
        padding: 0.45rem; }
        .facets__select select:disabled {
          color: #d3d3d3;
          border: 1px solid #d3d3d3; }
      .facets__select:before {
        position: absolute;
        top: 0.45rem;
        right: 0.5rem;
        display: inline-block;
        pointer-events: none; } }

.facets__input:last-child {
  margin-right: 0 ; }

.facets__input input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "BaseFont";
  font-size: 0.9rem;
  line-height: 1;
  background-color: #fbfbfb;
  border-color: #d5d5d5;
  color: #555555;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  display: block;
  font-size: 0.9rem;
  height: auto;
  outline: none;
  padding: 0.4rem 0.5rem;
  position: relative;
  width: 100%;
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 1px;
  max-height: 29px; }

.facets__button {
  font-family: "BaseFont";
  font-size: inherit;
  outline: none;
  width: 100%;
  height: auto;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  cursor: pointer;
  border: 1px solid var(--theme-main-color, #f6870f);
  color: #f9f9f9;
  background-color: #f6870f;
  background-color: var(--theme-main-color, #f6870f);
  border-radius: 0.25rem;
  padding: 0.5rem;
  max-height: 29px;
  padding: 0.4rem 0.8rem ;
  padding-left: 0.5rem ;
  padding-right: 0.5rem ; }
  @media screen and (min-width: 64em) {
    .facets__button {
      font-family: "BaseFont";
      font-size: inherit;
      outline: none;
      width: auto;
      height: auto;
      -webkit-transition: background-color 0.25s;
      transition: background-color 0.25s;
      cursor: pointer;
      border: 1px solid var(--theme-main-color, #f6870f);
      color: #f9f9f9;
      background-color: #f6870f;
      background-color: var(--theme-main-color, #f6870f);
      border-radius: 0.25rem;
      padding: 0.5rem; } }

.facets__button-submit:before {
  font-family: 'FontAwesome';
  content: "\F054";
  font-size: 0.85rem;
  color: inherit;
  -webkit-font-smoothing: antialiased; }

.facets__toggle {
  position: fixed;
  left: 0;
  bottom: 75vh;
  width: 100%;
  background-color: #555555;
  color: #f9f9f9;
  cursor: pointer;
  display: block;
  padding-top: 1rem ;
  padding-bottom: 1rem ;
  text-align: center;
  width: 100%;
  -webkit-box-shadow: 0 0.5rem 0.5rem -0.5rem #d5d5d5;
          box-shadow: 0 0.5rem 0.5rem -0.5rem #d5d5d5;
  z-index: 100; }
  .facets__toggle:before {
    font-family: 'FontAwesome';
    content: "\F1DE";
    font-size: inherit;
    color: inherit;
    -webkit-font-smoothing: antialiased; }
  .facets__toggle:before {
    padding-right: 0.5rem ; }
  @media screen and (min-width: 64em) {
    .facets__toggle {
      display: none; } }

.facets__query {
  margin-top: 1rem ;
  margin-bottom: 1rem ;
  font-weight: bold;
  text-align: center;
  width: 100%; }
  .facets__query:after {
    content: "";
    display: table;
    clear: both; }
  .facets__query h2,
  .facets__query h3 {
    display: inline; }
  .facets__query h2 {
    font-size: 0.9rem;
    margin-bottom: 0.25rem ;
    margin-right: 0.5rem ; }
    .facets__query h2:before {
      font-family: 'FontAwesome';
      content: "\F002";
      font-size: inherit;
      color: inherit;
      -webkit-font-smoothing: antialiased; }
    .facets__query h2:before {
      margin-right: 0.5rem ; }
  .facets__query h3 {
    font-size: 1.2rem; }
  .facets__query span {
    display: block;
    font-size: 0.9rem; }
  @media screen and (min-width: 64em) {
    .facets__query {
      text-align: left;
      margin-top: 0 ; } }

.facets__visible {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  display: block; }

.facets__placeholder {
  margin-top: 1rem ;
  display: inline-block;
  min-width: 100%;
  padding-top: 1.25rem ;
  padding-bottom: 1.25rem ;
  background: linear-gradient(214deg, #f9f9f9, #d5d5d5);
  background-size: 400% 400%;
  -webkit-animation: Skeleton 2s ease infinite;
  animation: Skeleton 2s ease infinite;
  border-radius: 0.25rem; }

@-webkit-keyframes Skeleton {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes Skeleton {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

.grid__container--full .facets--loading .facets__item {
  border: 1px solid #d5d5d5;
  padding-left: 1rem ;
  padding-right: 1rem ; }

.featured {
  background-size: cover;
  background-color: #f9f9f9;
  color: #555555;
  margin: auto ;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  position: relative;
  width: 100%; }
  @media screen and (min-width: 40em) {
    .featured {
      padding-top: 1rem ;
      padding-bottom: 1rem ; } }
  @media screen and (min-width: 64em) {
    .featured {
      padding-top: 2rem ;
      padding-bottom: 2rem ; } }
  .featured__container {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-align: center;
        align-items: center; }
    .featured__container:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (min-width: 40em) {
      .featured__container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
        -ms-flex-align: center;
            align-items: center; } }
  .featured__image {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0 0.75rem; }
    .featured__image .slick-track {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    @media screen and (min-width: 40em) {
      .featured__image {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%;
        padding: 0 0.9375rem; } }
  .featured__info {
    padding-top: 1.75rem ;
    padding-bottom: 1.75rem ;
    padding-left: 1rem ;
    padding-right: 1rem ;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    z-index: 1; }
    @media screen and (min-width: 40em) {
      .featured__info {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%; } }
    .featured__info-container {
      text-align: center; }
    .featured__info-title {
      margin-bottom: 1rem ;
      display: block;
      font-size: 1.6rem;
      font-weight: bold;
      line-height: 1;
      font-family: "HeadingFont"; }
      @media screen and (min-width: 64em) {
        .featured__info-title {
          font-size: 2.5rem; } }
    .featured__info-price {
      font-size: 1.6rem;
      font-family: "HeadingFont";
      font-weight: bold;
      margin-bottom: 0.25rem; }
      .featured__info-price span {
        color: #a2a2a2;
        font-size: 1.2rem;
        display: block;
        margin-bottom: 0.15rem;
        text-decoration: line-through;
        width: 100%; }
      @media screen and (min-width: 64em) {
        .featured__info-price {
          font-size: 2rem; }
          .featured__info-price span {
            font-size: 1.5rem; } }
    .featured__info-shipping {
      line-height: 1.75;
      font-size: 0.9rem; }
      @media screen and (min-width: 40em) {
        .featured__info-shipping {
          line-height: 1.5; } }
      @media screen and (min-width: 64em) {
        .featured__info-shipping {
          line-height: 1.7; } }
    .featured__info-description {
      line-height: 1.75;
      font-weight: normal;
      width: 100%;
      max-width: 80vw;
      max-height: 5rem;
      overflow: hidden;
      -webkit-overflow-scrolling: touch;
      margin: 1rem auto ; }
      @media screen and (min-width: 40em) {
        .featured__info-description {
          line-height: 1.5; } }
      @media screen and (min-width: 64em) {
        .featured__info-description {
          line-height: 1.7; } }
      @media screen and (min-width: 40em) {
        .featured__info-description {
          max-width: 30rem; } }
    @media screen and (min-width: 40em) {
      .featured__info {
        width: 50%;
        float: left;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        padding-top: 0 ;
        padding-bottom: 0 ; } }
  @media screen and (min-width: 40em) and (min-width: 30em) {
    .featured__info {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
    @media screen and (min-width: 40em) {
        .featured__info:last-child:not(:first-child) {
          float: right; } }
  .featured__sale {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 0.5rem; }
    .featured__sale span {
      margin-right: 0.5rem; }
      .featured__sale span:before {
        font-family: 'FontAwesome';
        content: "\F02B";
        font-size: inherit;
        color: inherit;
        -webkit-font-smoothing: antialiased; }
    .featured__sale p {
      font-weight: bold;
      font-size: 0.9rem;
      display: inline; }
    .featured__sale a {
      font-size: 0.8rem;
      display: inline;
      font-weight: bold; }
      .featured__sale a:hover {
        text-decoration: underline; }
  .featured__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 5; }
    .featured__video iframe {
      border: none;
      display: block;
      height: 100%;
      width: 100%; }
    .featured__video-button {
      font-family: "BaseFont";
      font-size: inherit;
      outline: none;
      width: 100%;
      height: auto;
      -webkit-transition: background-color 0.25s;
      transition: background-color 0.25s;
      cursor: pointer;
      background-color: #f6870f;
      background-color: transparent;
      border: 1px solid var(--theme-main-color, #f6870f);
      color: var(--theme-main-color, #f6870f);
      border-radius: 0.25rem;
      padding: 0.5rem;
      display: block;
      margin: 0 auto ;
      margin-top: 0.5rem ;
      margin-bottom: 0.5rem ;
      max-width: 20rem; }
      .featured__video-button:before {
        font-family: 'FontAwesome';
        content: "\F03D";
        font-size: inherit;
        color: inherit;
        -webkit-font-smoothing: antialiased; }
      .featured__video-button:before {
        padding-right: 0.5rem ; }
    .featured__video-button-close {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 2rem;
      height: 2rem;
      background-color: #f9f9f9;
      border-radius: 50%;
      position: absolute;
      top: 0.5rem;
      right: 0.5rem;
      z-index: 20; }
      .featured__video-button-close:before {
        font-family: 'FontAwesome';
        content: "\F00D";
        font-size: 1.5rem;
        color: inherit;
        -webkit-font-smoothing: antialiased; }
  .featured__view {
    font-family: "BaseFont";
    font-size: inherit;
    outline: none;
    width: 100%;
    height: auto;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
    cursor: pointer;
    background-color: #f6870f;
    background-color: transparent;
    border: 1px solid var(--theme-main-color, #f6870f);
    color: var(--theme-main-color, #f6870f);
    border-radius: 0.25rem;
    padding: 0.5rem; }

.featured__buttons {
  display: block;
  max-width: 20rem;
  margin: 0 auto;
  margin-top: 0.5rem; }

.featured--loading {
  min-height: 20rem; }
  .featured--loading .featured__image {
    min-height: 20rem;
    background: linear-gradient(214deg, #f9f9f9, #d5d5d5);
    background-size: 400% 400%;
    -webkit-animation: Skeleton 1s ease infinite;
    animation: Skeleton 1s ease infinite; }

@-webkit-keyframes Skeleton {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes Skeleton {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
  .featured--loading .featured__info-title, .featured--loading .featured__info-title-make, .featured--loading .featured__info-price {
    min-height: 2.5rem;
    border-radius: 0.25rem;
    background: linear-gradient(214deg, #f9f9f9, #d5d5d5);
    background-size: 400% 400%;
    -webkit-animation: Skeleton 1s ease infinite;
    animation: Skeleton 1s ease infinite;
    margin-top: 1rem ;
    margin-bottom: 1rem ; }

@-webkit-keyframes Skeleton {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes Skeleton {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@media screen and (min-width: 40em) {
  .featured--right .featured__image {
    -ms-flex-order: 2;
        order: 2; } }

@media screen and (min-width: 40em) {
  .featured--right .featured__info {
    -ms-flex-order: 1;
        order: 1; } }

@media screen and (min-width: 40em) {
  .featured--left .featured__image {
    -ms-flex-order: 1;
        order: 1; } }

@media screen and (min-width: 40em) {
  .featured--left .featured__info {
    -ms-flex-order: 2;
        order: 2; } }

.flash {
  background-color: rgba(213, 213, 213, 0.925);
  color: #f9f9f9;
  padding: 1.5rem ;
  padding-top: 2rem ;
  padding-bottom: 2rem ;
  position: fixed;
  right: 0;
  bottom: 0;
  font-size: 1.4rem;
  line-height: 1.75;
  text-align: center;
  width: 100%;
  z-index: 25; }
  @media screen and (min-width: 40em) {
    .flash {
      line-height: 1.5; } }
  @media screen and (min-width: 64em) {
    .flash {
      line-height: 1.7; } }
  .flash__success {
    background-color: var(--theme-main-color-rgba-90, #f6870f); }
  .flash__info {
    background-color: rgba(213, 213, 213, 0.925);
    color: #555555; }
  .flash__error {
    background-color: rgba(231, 76, 60, 0.925); }

.footer {
  padding-top: 1rem ;
  padding-bottom: 1rem ;
  -webkit-box-shadow: 0 -0.5rem 0.5rem -0.5rem rgba(85, 85, 85, 0.5);
          box-shadow: 0 -0.5rem 0.5rem -0.5rem rgba(85, 85, 85, 0.5); }
  .footer__container {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: center;
        justify-content: center; }
    .footer__container:after {
      content: "";
      display: table;
      clear: both; }
  .footer__column {
    -ms-flex-preferred-size: calc(100%);
        flex-basis: calc(100%);
    margin-bottom: 1rem ;
    padding-left: 0.75rem ;
    padding-right: 0.75rem ;
    line-height: 1.75;
    text-align: center;
    font-size: 0.9rem; }
    @media screen and (min-width: 40em) {
      .footer__column {
        line-height: 1.5; } }
    @media screen and (min-width: 64em) {
      .footer__column {
        line-height: 1.7; } }
    @media screen and (min-width: 40em) {
      .footer__column {
        -ms-flex-preferred-size: calc(50%);
            flex-basis: calc(50%); } }
    @media screen and (min-width: 64em) {
      .footer__column {
        line-height: 1.75;
        text-align: left;
        -ms-flex-preferred-size: calc(100% / 6);
            flex-basis: calc(100% / 6); } }
  @media screen and (min-width: 64em) and (min-width: 40em) {
    .footer__column {
      line-height: 1.5; } }
  @media screen and (min-width: 64em) and (min-width: 64em) {
    .footer__column {
      line-height: 1.7; } }
    .footer__column a {
      cursor: pointer;
      display: inline;
      font-weight: bold;
      text-decoration: underline; }
      .footer__column a:hover {
        text-decoration: underline; }
      .footer__column a:hover {
        text-decoration: underline; }
    .footer__column h2 {
      font-size: 1rem;
      margin-bottom: 0.5rem ; }
  .footer__global-reverb {
    display: block;
    margin: 0 auto ;
    margin-top: 0.5rem ; }
    .footer__global-reverb a {
      display: block;
      font-weight: bold;
      font-size: 0.7rem;
      text-align: center;
      width: 100%; }
      .footer__global-reverb a:hover {
        text-decoration: underline; }
  .footer__links {
    text-align: center;
    margin-bottom: 0.5rem ; }
    .footer__links li {
      margin-left: 0.25rem ;
      margin-right: 0.25rem ;
      display: inline-block; }
      .footer__links li a:hover {
        opacity: 0.75;
        filter: alpha(opacity=75); }
    .footer__links--soundcloud a:before {
      font-family: 'FontAwesome';
      content: "\F1BE";
      font-size: 1.75rem;
      color: inherit;
      -webkit-font-smoothing: antialiased; }
    .footer__links--youtube a:before {
      font-family: 'FontAwesome';
      content: "\F167";
      font-size: 1.75rem;
      color: inherit;
      -webkit-font-smoothing: antialiased; }
    .footer__links--facebook a:before {
      font-family: 'FontAwesome';
      content: "\F082";
      font-size: 1.75rem;
      color: inherit;
      -webkit-font-smoothing: antialiased; }
    .footer__links--instagram a:before {
      font-family: 'FontAwesome';
      content: "\F16D";
      font-size: 1.75rem;
      color: inherit;
      -webkit-font-smoothing: antialiased; }

.footer .location {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.5rem ; }
  .footer .location .location__select {
    font-size: 0.9rem;
    margin-left: 0.25rem ;
    margin-right: 0.25rem ;
    float: left; }
  .footer .location .location__select-preview {
    color: inherit;
    border-color: inherit; }

.gallery__container .gallery {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .gallery__container .gallery:after {
    content: "";
    display: table;
    clear: both; }

.gallery__container--wide .gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .gallery__container--wide .gallery:after {
    content: "";
    display: table;
    clear: both; }

.gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin: auto ;
  padding-top: 2rem ;
  padding-bottom: 2rem ; }
  @media screen and (min-width: 64em) {
    .gallery {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -ms-flex-pack: center;
          justify-content: center; } }

.gallery a {
  display: inline;
  font-weight: bold; }
  .gallery a:hover {
    text-decoration: underline; }

.gallery__item {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 0.75rem ; }
  @media screen and (min-width: 40em) {
    .gallery__item {
      -ms-flex-positive: 1;
          flex-grow: 1;
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
      padding-left: 0.9375rem ;
      padding-right: 0.9375rem ; } }
  .gallery__item img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto ; }

@media screen and (max-width: 39.9375em) {
  .gallery__item + .gallery__item {
    padding-bottom: 0 ; } }

.gallery__item-image + .gallery__item-text,
.gallery__video + .gallery__item-text,
.media__video + .gallery__item-text {
  margin-top: 5% ; }

.gallery__item-text .gallery__item-text-title {
  font-family: "HeadingFont"; }

.gallery__item-text .gallery__item-text-content {
  line-height: 1.75; }
  @media screen and (min-width: 40em) {
    .gallery__item-text .gallery__item-text-content {
      line-height: 1.5; } }
  @media screen and (min-width: 64em) {
    .gallery__item-text .gallery__item-text-content {
      line-height: 1.7; } }

.gallery__item-text .gallery__item-text-title + .gallery__item-text-content {
  margin-top: 3% ; }

.gallery__item-text--tiny {
  font-size: 0.8rem; }
  .gallery__item-text--tiny .gallery__item-text-title {
    font-size: 1rem; }
  .gallery__item-text--tiny .gallery__item-text-title + .gallery__item-text-content {
    margin-top: 0.5rem ; }

.gallery__item-text--small {
  font-size: 0.9rem; }
  .gallery__item-text--small .gallery__item-text-title {
    font-size: 1.2rem; }
  .gallery__item-text--small .gallery__item-text-title + .gallery__item-text-content {
    margin-top: 0.75rem ; }

.gallery__item-text--base {
  font-size: 1rem; }
  .gallery__item-text--base .gallery__item-text-title {
    font-size: 1.2rem; }
  @media screen and (min-width: 40em) {
    .gallery__item-text--base {
      font-size: 1rem; }
      .gallery__item-text--base .gallery__item-text-title {
        font-size: 1.4rem; } }

.gallery__item-text--large {
  font-size: 1rem; }
  .gallery__item-text--large .gallery__item-text-title {
    font-size: 1.2rem; }
  @media screen and (min-width: 40em) {
    .gallery__item-text--large {
      font-size: 1.2rem; }
      .gallery__item-text--large .gallery__item-text-title {
        font-size: 1.8rem; } }

.gallery__item-text--jumbo {
  font-size: 1.2rem; }
  .gallery__item-text--jumbo .gallery__item-text-title {
    font-size: 1.6rem; }
  @media screen and (min-width: 40em) {
    .gallery__item-text--jumbo {
      font-size: 1.4rem; }
      .gallery__item-text--jumbo .gallery__item-text-title {
        font-size: 2.5rem; } }

.gallery__video {
  position: relative;
  padding-bottom: 56.5% ;
  height: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%; }

.gallery__video iframe,
.gallery__video object,
.gallery__video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.grid__item .slider {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0;
  border: none; }

.grid__item .listing__card-ribbon {
  z-index: 5; }

.grid__item .listing__card__info__container {
  width: 100%;
  -ms-flex-align: end;
      align-items: flex-end; }

.grid__item .slider--fullscreen {
  position: fixed; }

.grid__item .slider__images {
  position: relative; }

.grid__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  max-width: 75rem;
  margin: 0 auto;
  padding: 2rem 0; }
  .grid__container .listing__grid,
  .grid__container .grid__listings {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
    .grid__container .listing__grid .pagination,
    .grid__container .grid__listings .pagination {
      margin-top: 2rem ;
      margin-bottom: 2rem ; }
  .grid__container .listing__grid-item-container,
  .grid__container .grid__listings__container {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding: 0.3rem ;
    margin: 0 auto ;
    -webkit-transition: all 0.25s;
    transition: all 0.25s; }
    @media screen and (min-width: 40em) {
      .grid__container .listing__grid-item-container,
      .grid__container .grid__listings__container {
        padding: 0 ; } }
    .grid__container .listing__grid-item-container--loading,
    .grid__container .grid__listings__container--loading {
      opacity: 0.75;
      filter: alpha(opacity=75); }
  .grid__container .listing__grid-item,
  .grid__container .grid__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
    margin: 0.3rem ;
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-preferred-size: calc(50% - 0.6rem);
        flex-basis: calc(50% - 0.6rem);
    margin: 0.3rem;
    min-width: calc(50% - 0.6rem);
    width: calc(50% - 0.6rem);
    max-width: calc(50% - 0.6rem); }
    @media screen and (min-width: 40em) {
      .grid__container .listing__grid-item,
      .grid__container .grid__item {
        -ms-flex-positive: 1;
            flex-grow: 1;
        -ms-flex-preferred-size: calc(33.33333% - 0.6rem);
            flex-basis: calc(33.33333% - 0.6rem);
        min-width: calc(33.33333% - 0.6rem);
        width: calc(33.33333% - 0.6rem);
        max-width: calc(33.33333% - 0.6rem);
        margin: 0.3rem; } }
    @media screen and (min-width: 64em) {
      .grid__container .listing__grid-item,
      .grid__container .grid__item {
        -ms-flex-positive: 1;
            flex-grow: 1;
        -ms-flex-preferred-size: calc(25% - 1rem);
            flex-basis: calc(25% - 1rem);
        min-width: calc(25% - 1rem);
        width: calc(25% - 1rem);
        max-width: calc(25% - 1rem);
        margin: 0.5rem; } }
  .grid__container .facets {
    width: 100%; }
    .grid__container .facets .facets__container {
      padding: 1rem ;
      -webkit-overflow-scrolling: touch; }
      @media screen and (min-width: 64em) {
        .grid__container .facets .facets__container {
          padding: 0 ; } }
    .grid__container .facets .facets__item {
      -ms-flex-positive: 1;
          flex-grow: 1;
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%; }
      @media screen and (min-width: 64em) {
        .grid__container .facets .facets__item {
          margin-left: 0.5rem ;
          margin-right: 0.5rem ; } }
    .grid__container .facets__query {
      margin: 0.5rem ;
      padding-bottom: 1rem ; }

.listing__grid-facets-toggle {
  text-align: center;
  font-size: 0.8rem;
  padding-top: 0.5rem ;
  padding-bottom: 0.5rem ;
  cursor: pointer;
  display: block;
  width: 100%;
  border-bottom: 1px solid #d5d5d5; }
  .listing__grid-facets-toggle:before {
    font-family: 'FontAwesome';
    content: "\F1DE";
    font-size: 1rem;
    color: inherit;
    -webkit-font-smoothing: antialiased; }
  .listing__grid-facets-toggle:before {
    padding-right: 0.5rem ; }
  @media screen and (min-width: 64em) {
    .listing__grid-facets-toggle {
      display: none; } }

.grid__container--row {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .grid__container--row::-webkit-scrollbar {
    display: none; }
  .grid__container--row .grid__listings__container {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }

.grid__container--full {
  max-width: 100rem; }
  @media screen and (min-width: 64em) {
    .grid__container--full .listing__grid,
    .grid__container--full .grid__listings {
      -ms-flex-preferred-size: calc(100% - 17.5rem);
          flex-basis: calc(100% - 17.5rem); } }
  .grid__container--full .listing__grid-item,
  .grid__container--full .grid__item {
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-preferred-size: calc(50% - 0.6rem);
        flex-basis: calc(50% - 0.6rem);
    min-width: calc(50% - 0.6rem);
    width: calc(50% - 0.6rem);
    max-width: calc(50% - 0.6rem); }
    @media screen and (min-width: 40em) {
      .grid__container--full .listing__grid-item,
      .grid__container--full .grid__item {
        -ms-flex-positive: 1;
            flex-grow: 1;
        -ms-flex-preferred-size: calc(25% - 1rem);
            flex-basis: calc(25% - 1rem);
        min-width: calc(25% - 1rem);
        width: calc(25% - 1rem);
        max-width: calc(25% - 1rem); } }
    @media screen and (min-width: 90em) {
      .grid__container--full .listing__grid-item,
      .grid__container--full .grid__item {
        -ms-flex-positive: 1;
            flex-grow: 1;
        -ms-flex-preferred-size: calc(16.66667% - 1rem);
            flex-basis: calc(16.66667% - 1rem);
        min-width: calc(16.66667% - 1rem);
        width: calc(16.66667% - 1rem);
        max-width: calc(16.66667% - 1rem);
        margin: 0.5rem; } }
  @media screen and (min-width: 64em) {
    .grid__container--full .facets {
      -ms-flex-preferred-size: 17.5rem;
          flex-basis: 17.5rem;
      max-width: 17.5rem; } }
  .grid__container--full .facets .facets__container {
    margin-top: 0.3rem ; }
    @media screen and (min-width: 40em) {
      .grid__container--full .facets .facets__container {
        margin-top: 0.5rem ; } }
  .grid__container--full .facets .facets__item {
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    padding-bottom: 1rem ; }

@media screen and (min-width: 40em) {
  .listing__grid--lp .listing__grid-item,
  .listing__grid--lp .grid__item,
  .grid__listings--lp .listing__grid-item,
  .grid__listings--lp .grid__item {
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-preferred-size: calc(25% - 0.6rem);
        flex-basis: calc(25% - 0.6rem);
    min-width: calc(25% - 0.6rem);
    width: calc(25% - 0.6rem);
    max-width: calc(25% - 0.6rem);
    margin: 0.3rem; } }

@media screen and (min-width: 75em) {
  .listing__grid--lp .listing__grid-item,
  .listing__grid--lp .grid__item,
  .grid__listings--lp .listing__grid-item,
  .grid__listings--lp .grid__item {
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-preferred-size: calc(20% - 1rem);
        flex-basis: calc(20% - 1rem);
    min-width: calc(20% - 1rem);
    width: calc(20% - 1rem);
    max-width: calc(20% - 1rem);
    margin: 0.5rem; } }

@media screen and (min-width: 90em) {
  .listing__grid--lp .listing__grid-item,
  .listing__grid--lp .grid__item,
  .grid__listings--lp .listing__grid-item,
  .grid__listings--lp .grid__item {
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-preferred-size: calc(16.66667% - 1rem);
        flex-basis: calc(16.66667% - 1rem);
    min-width: calc(16.66667% - 1rem);
    width: calc(16.66667% - 1rem);
    max-width: calc(16.66667% - 1rem);
    margin: 0.5rem; } }

.grid--empty {
  width: 100%;
  text-align: center;
  padding: 5vmin; }
  .grid--empty h2 {
    font-size: 1.2rem; }
    @media screen and (min-width: 64em) {
      .grid--empty h2 {
        font-size: 2rem; } }
  .grid--empty p {
    font-size: 1.2rem;
    margin-top: 0.75rem; }

.pagination__container {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem ; }
  .pagination__container:after {
    content: "";
    display: table;
    clear: both; }

.header {
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 2rem ;
  padding-bottom: 2rem ;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 10rem;
  min-height: 10vh; }
  @media screen and (min-width: 40em) {
    .header {
      min-height: 30vh; } }
  @media screen and (min-width: 64em) {
    .header {
      min-height: 40vh; } }
  .header__container {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    .header__container:after {
      content: "";
      display: table;
      clear: both; }
  .header__headline {
    color: #f9f9f9;
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    text-align: center; }
    @media screen and (min-width: 30em) {
      .header__headline {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .header__headline:last-child:not(:first-child) {
      float: right; }
    .header__headline h1 {
      font-family: "HeadingFont";
      text-align: center;
      font-size: 1.2rem;
      margin-left: auto ;
      margin-right: auto ;
      font-family: "HeadingFont";
      font-size: 2.5rem;
      max-width: 55rem;
      text-shadow: 0 2px #484848; }
      @media screen and (min-width: 40em) {
        .header__headline h1 {
          font-size: 3rem; } }
      @media screen and (min-width: 64em) {
        .header__headline h1 {
          font-size: 4rem; } }
    .header__headline p {
      margin-left: auto ;
      margin-right: auto ;
      margin-top: 0.5rem ;
      font-size: 0.9rem;
      line-height: 1.75;
      text-align: center;
      max-width: 42.5rem; }
      @media screen and (min-width: 40em) {
        .header__headline p {
          line-height: 1.5; } }
      @media screen and (min-width: 64em) {
        .header__headline p {
          line-height: 1.7; } }
      @media screen and (min-width: 40em) {
        .header__headline p {
          margin-top: 1rem ;
          font-size: 1rem; } }
  .header__buttons {
    margin: 0 auto ;
    max-width: 20rem; }
    .header__buttons button {
      margin-top: 0.5rem ;
      margin-bottom: 0.5rem ; }
    .header__buttons-shop {
      font-family: "BaseFont";
      font-size: inherit;
      outline: none;
      width: 100%;
      height: auto;
      -webkit-transition: background-color 0.25s;
      transition: background-color 0.25s;
      cursor: pointer;
      border: 1px solid var(--theme-main-color, #f6870f);
      color: #f9f9f9;
      background-color: #f6870f;
      background-color: var(--theme-main-color, #f6870f);
      border-radius: 0.25rem;
      padding: 1rem 0.5rem;
      font-size: 125%; }
    .header__buttons-contact {
      font-family: "BaseFont";
      font-size: inherit;
      outline: none;
      width: 100%;
      height: auto;
      -webkit-transition: background-color 0.25s;
      transition: background-color 0.25s;
      cursor: pointer;
      background-color: #f6870f;
      background-color: transparent;
      border: 1px solid var(--theme-main-color, #f6870f);
      color: var(--theme-main-color, #f6870f);
      border-radius: 0.25rem;
      padding: 0.5rem; }
  .header:before {
    background-color: #555555;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    content: "";
    z-index: 0; }

.header__loading:before {
  opacity: 1;
  filter: alpha(opacity=100); }

.header__loaded:before {
  opacity: 0.75;
  filter: alpha(opacity=75); }

.listing-collection .grid__listings__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center; }

.listing-collection .grid__item {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%; }

.listing {
  padding-top: 1rem ; }
  .listing:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 40em) {
    .listing {
      max-width: 75rem;
      margin-left: auto;
      margin-right: auto;
      padding-top: 2rem ; }
      .listing:after {
        content: "";
        display: table;
        clear: both; } }
  .listing__module {
    background-color: #fbfbfb;
    border-radius: 0.25rem;
    margin-bottom: 1rem ;
    border: 1px solid #d5d5d5;
    padding: 1rem ; }
    .listing__module:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (min-width: 64em) {
      .listing__module {
        margin-bottom: 1.5rem ; } }
    .listing__module-sale {
      background-color: #eeeeee;
      border-bottom: 1px solid #d5d5d5;
      text-align: center;
      margin-top: -1rem;
      margin-left: -1rem;
      margin-bottom: 1rem;
      padding: 0.5rem;
      width: calc(100% + 2rem);
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
      .listing__module-sale span {
        margin-right: 0.5rem; }
        .listing__module-sale span:before {
          font-family: 'FontAwesome';
          content: "\F02B";
          font-size: 1.25rem;
          color: inherit;
          -webkit-font-smoothing: antialiased; }
      .listing__module-sale p {
        font-weight: bold;
        display: inline; }
      .listing__module-sale a {
        font-size: 0.8rem;
        display: inline;
        font-weight: bold; }
        .listing__module-sale a:hover {
          text-decoration: underline; }
    .listing__module-price {
      font-size: 2rem;
      font-family: "HeadingFont";
      font-weight: bold;
      text-align: center;
      padding-bottom: 0.25rem; }
      .listing__module-price span {
        color: #a2a2a2;
        font-size: 1.5rem;
        display: block;
        text-decoration: line-through;
        width: 100%;
        margin-bottom: 0.25rem; }
    .listing__module-ship-date {
      margin-top: 1rem ;
      font-weight: normal;
      text-align: center;
      font-size: 0.9rem; }
    .listing__module-shipping {
      margin-top: 0.25rem ;
      font-weight: normal;
      text-align: center;
      font-size: 0.9rem;
      cursor: pointer; }
    .listing__module-price-vat {
      font-weight: bold;
      text-align: center;
      font-size: 0.7rem;
      margin: 0.5rem 0; }
    .listing__module-shipping-badge {
      margin-top: 0.25rem ;
      text-align: center;
      font-size: 0.9rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .listing__module-shipping-badge img {
        width: 1.25rem;
        margin-right: 0.5rem ; }
    .listing__module-add {
      font-family: "BaseFont";
      font-size: inherit;
      outline: none;
      width: 100%;
      height: auto;
      -webkit-transition: background-color 0.25s;
      transition: background-color 0.25s;
      cursor: pointer;
      border: 1px solid var(--theme-main-color, #f6870f);
      color: #f9f9f9;
      background-color: #f6870f;
      background-color: var(--theme-main-color, #f6870f);
      border-radius: 0.25rem;
      padding: 0.5rem;
      margin-top: 1rem ; }
    .listing__module-tracks {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -ms-flex-align: center;
          align-items: center;
      font-size: 0.9rem; }
      .listing__module-tracks-container {
        min-width: 100%;
        margin-bottom: 1rem ;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
        -ms-flex-align: start;
            align-items: flex-start; }
        .listing__module-tracks-container:last-child {
          margin-bottom: 0 ; }
      .listing__module-tracks li {
        -ms-flex-item-align: start;
            align-self: flex-start; }
      .listing__module-tracks-position {
        font-weight: bold;
        -ms-flex-positive: 0;
            flex-grow: 0;
        -ms-flex-preferred-size: 2rem;
            flex-basis: 2rem; }
      .listing__module-tracks-title {
        text-align: left; }
      .listing__module-tracks-duration {
        font-weight: bold;
        color: #a2a2a2;
        text-align: right;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .listing__module-added {
      font-family: "BaseFont";
      font-size: inherit;
      outline: none;
      width: 100%;
      height: auto;
      -webkit-transition: background-color 0.25s;
      transition: background-color 0.25s;
      cursor: pointer;
      background-color: #f6870f;
      background-color: transparent;
      border: 1px solid var(--theme-main-color, #f6870f);
      color: var(--theme-main-color, #f6870f);
      border-radius: 0.25rem;
      padding: 0.5rem;
      margin-top: 1rem ;
      overflow: hidden;
      -webkit-overflow-scrolling: touch;
      position: relative;
      -webkit-transition: all 0.25s;
      transition: all 0.25s;
      padding-left: 2.5rem; }
      .listing__module-added:active {
        background-color: #f6870f;
        background-color: var(--theme-main-color-light, #f6870f);
        color: var(--theme-main-color, #f6870f); }
      .listing__module-added:before {
        font-family: 'FontAwesome';
        content: "\F00C";
        font-size: 1.5rem;
        color: #f9f9f9;
        -webkit-font-smoothing: antialiased; }
      .listing__module-added span {
        font-size: 0.7rem;
        width: 100%; }
      .listing__module-added:before {
        -webkit-animation-duration: 0.25s;
        animation-duration: 0.25s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: enter-left;
        animation-name: enter-left;
        -webkit-animation-iteration-count: 1;
                animation-iteration-count: 1;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
        background-color: var(--theme-main-color, #f6870f);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        width: 2.5rem;
        text-align: center; }
    .listing__module-quantity {
      margin-top: 1.5rem ; }
    .listing__module-empty {
      font-family: "BaseFont";
      font-size: inherit;
      outline: none;
      width: 100%;
      height: auto;
      -webkit-transition: background-color 0.25s;
      transition: background-color 0.25s;
      cursor: pointer;
      border: 1px solid var(--theme-main-color, #f6870f);
      color: #f9f9f9;
      background-color: #f6870f;
      background-color: var(--theme-main-color, #f6870f);
      border-radius: 0.25rem;
      padding: 0.5rem;
      background-color: #d3d3d3;
      color: #939393;
      border: 1px solid #bababa;
      margin-top: 1rem ; }
    .listing__module-offer {
      font-family: "BaseFont";
      font-size: inherit;
      outline: none;
      width: 100%;
      height: auto;
      -webkit-transition: background-color 0.25s;
      transition: background-color 0.25s;
      cursor: pointer;
      background-color: #f6870f;
      background-color: transparent;
      border: 1px solid var(--theme-main-color, #f6870f);
      color: var(--theme-main-color, #f6870f);
      border-radius: 0.25rem;
      padding: 0.5rem; }
    .listing__module-message {
      font-family: "BaseFont";
      font-size: inherit;
      outline: none;
      width: 100%;
      height: auto;
      -webkit-transition: background-color 0.25s;
      transition: background-color 0.25s;
      cursor: pointer;
      border: 1px solid #eeeeee;
      color: #f9f9f9;
      background-color: #f6870f;
      background-color: #eeeeee;
      border-radius: 0.25rem;
      padding: 0.5rem;
      border-top: 1px solid #d5d5d5;
      color: #555555;
      border-radius: 0;
      border-bottom-left-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem;
      display: block;
      margin-bottom: -1rem ;
      margin-left: -1rem ;
      margin-top: 1rem ;
      font-size: 0.9rem;
      font-weight: normal;
      text-align: center;
      width: calc(100% + 2rem); }
      .listing__module-message:before {
        font-family: 'FontAwesome';
        content: "\F0E5";
        font-size: inherit;
        color: inherit;
        -webkit-font-smoothing: antialiased; }
      .listing__module-message:before {
        margin-left: 0.5rem ;
        margin-right: 0.5rem ; }
    .listing__module-headline {
      background-color: #eeeeee;
      border-bottom: 1px solid #d5d5d5;
      border-top-left-radius: 0.25rem;
      border-top-right-radius: 0.25rem;
      margin-bottom: 1rem ;
      margin-left: -1rem ;
      margin-top: -1rem ;
      padding-top: 0.5rem ;
      padding-bottom: 0.5rem ;
      text-align: center;
      font-size: 0.9rem;
      width: calc(100% + 2rem); }
    .listing__module-legend {
      background-color: #eeeeee;
      margin-bottom: 1rem ;
      margin-left: -1rem ;
      margin-top: -1rem ;
      padding-top: 0.4rem ;
      padding-bottom: 0.4rem ;
      padding-bottom: 0.4rem ;
      width: calc(100% + 2rem);
      overflow: hidden;
      -webkit-overflow-scrolling: touch; }
      .listing__module-legend-item, .listing__module-legend-item-active {
        cursor: pointer;
        display: inline;
        padding-left: 1rem ;
        padding-right: 1rem ;
        padding-top: 0.25rem ;
        padding-bottom: 0.25rem ;
        font-size: 0.9rem; }
        .listing__module-legend-item:hover, .listing__module-legend-item-active, .listing__module-legend-item-active:hover, .listing__module-legend-item-active-active {
          font-weight: bold;
          border-bottom: 5px solid #555555; }
    .listing__module-info {
      line-height: 1.75;
      font-size: 0.9rem;
      white-space: pre-line; }
      @media screen and (min-width: 40em) {
        .listing__module-info {
          line-height: 1.5; } }
      @media screen and (min-width: 64em) {
        .listing__module-info {
          line-height: 1.7; } }
      .listing__module-info p {
        margin-bottom: 0.75rem; }
      .listing__module-info-details {
        font-size: 0.8rem;
        margin-top: 1rem; }
        .listing__module-info-details h2 {
          margin-bottom: 0.25rem;
          text-decoration: underline; }
        .listing__module-info-details p {
          line-height: 1.75;
          margin-bottom: 0; }
          @media screen and (min-width: 40em) {
            .listing__module-info-details p {
              line-height: 1.5; } }
          @media screen and (min-width: 64em) {
            .listing__module-info-details p {
              line-height: 1.7; } }
          .listing__module-info-details p span {
            font-weight: bold;
            margin-right: 0.15rem; }
            .listing__module-info-details p span:after {
              content: ' -'; }
      .listing__module-info-artist {
        border-bottom: 1px solid #d5d5d5;
        margin-bottom: 0.5rem ;
        margin-top: 1rem ;
        font-size: 0.9rem; }
      .listing__module-info-title {
        border-bottom: 1px solid #d5d5d5;
        margin-bottom: 0.5rem ;
        margin-top: 1rem ;
        font-size: 0.9rem; }
    .listing__module-affirm-marketing {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: baseline;
          align-items: baseline;
      margin-top: 1rem; }
      .listing__module-affirm-marketing img {
        max-width: 3.5rem;
        margin-right: 0.5rem; }
      .listing__module-affirm-marketing h2 {
        font-size: 1rem; }
    .listing__module-affirm img {
      max-width: 5.25rem; }
      .listing__module-affirm img ~ h2 {
        margin-top: 0.25rem; }
    .listing__module-affirm-callout {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      margin: 1rem 0 0.5rem 0;
      text-align: center; }
      .listing__module-affirm-callout h3 {
        font-size: 1.2rem; }
    .listing__module-affirm p {
      font-size: 0.8rem; }
      .listing__module-affirm p span {
        display: block;
        margin-top: 1rem ;
        line-height: 1.75;
        text-align: center;
        font-size: 0.8rem; }
        @media screen and (min-width: 40em) {
          .listing__module-affirm p span {
            line-height: 1.5; } }
        @media screen and (min-width: 64em) {
          .listing__module-affirm p span {
            line-height: 1.7; } }
    .listing__module-expand {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 251, 251, 0)), to(#fbfbfb));
      background-image: linear-gradient(rgba(251, 251, 251, 0), #fbfbfb);
      cursor: pointer;
      padding: 0.5rem ;
      position: absolute;
      left: 0;
      bottom: 0;
      padding-top: 3rem ;
      font-size: 0.8rem;
      font-weight: bold;
      text-align: center;
      width: 100%; }
    .listing__module-collapsed {
      overflow: hidden;
      -webkit-overflow-scrolling: touch;
      position: relative;
      -webkit-transition: max-height 0.75s;
      transition: max-height 0.75s; }
      @media screen and (min-width: 40em) {
        .listing__module-collapsed {
          max-height: 25rem; } }
      @media screen and (min-width: 40em) {
        .listing__module-collapsed-active {
          overflow: scroll;
          -webkit-overflow-scrolling: touch;
          max-height: 50rem; } }
      .listing__module-collapsed-active-expand {
        display: none; }
    .listing__module-payment {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .listing__module-payment-method {
        max-width: calc(100% / 5);
        -ms-flex-positive: 1;
            flex-grow: 1;
        text-align: center; }
        .listing__module-payment-method img {
          width: auto;
          min-height: 2rem;
          max-height: 2rem;
          max-width: 3.75rem;
          margin-bottom: 0.5rem; }
        .listing__module-payment-method p {
          font-size: 0.7rem;
          text-align: center;
          white-space: nowrap; }
    .listing__module-review {
      text-align: center; }
      .listing__module-review h3 {
        font-size: 2rem;
        font-family: "HeadingFont";
        text-align: center;
        margin-bottom: 0.5rem ; }
      .listing__module-review p {
        font-size: 0.9rem;
        margin-top: 0.5rem ; }
      .listing__module-review .star {
        margin-left: 0.1rem ;
        margin-right: 0.1rem ; }
        .listing__module-review .star:before {
          font-family: 'FontAwesome';
          content: "\F005";
          font-size: 1.25rem;
          color: inherit;
          -webkit-font-smoothing: antialiased; }
      .listing__module-review .star__empty {
        margin-left: 0.1rem ;
        margin-right: 0.1rem ; }
        .listing__module-review .star__empty:before {
          font-family: 'FontAwesome';
          content: "\F006";
          font-size: 1.25rem;
          color: inherit;
          -webkit-font-smoothing: antialiased; }
    .listing__module-loading {
      background-color: #f9f9f9;
      min-height: 0;
      border: 1px solid #d5d5d5;
      width: 100%; }
      .listing__module-loading .listing__module-description,
      .listing__module-loading .listing__module-info,
      .listing__module-loading .listing__module-info-details,
      .listing__module-loading .listing__module-payment,
      .listing__module-loading .listing__module-price,
      .listing__module-loading .listing__module-message,
      .listing__module-loading .listing__module-tracks,
      .listing__module-loading .listing__module-shipping {
        background: linear-gradient(214deg, #f9f9f9, #d5d5d5);
        background-size: 400% 400%;
        -webkit-animation: Skeleton 2s ease infinite;
        animation: Skeleton 2s ease infinite;
        min-height: 1rem; }

@-webkit-keyframes Skeleton {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes Skeleton {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
      .listing__module-loading .listing__module-description,
      .listing__module-loading .listing__module-info,
      .listing__module-loading .listing__module-info-details,
      .listing__module-loading .listing__module-payment,
      .listing__module-loading .listing__module-price,
      .listing__module-loading .listing__module-shipping {
        border-radius: 0.25rem; }
        .listing__module-loading .listing__module-description:not(:last-child),
        .listing__module-loading .listing__module-info:not(:last-child),
        .listing__module-loading .listing__module-info-details:not(:last-child),
        .listing__module-loading .listing__module-payment:not(:last-child),
        .listing__module-loading .listing__module-price:not(:last-child),
        .listing__module-loading .listing__module-shipping:not(:last-child) {
          margin-bottom: 0.5rem ; }

.listing__module-info {
  white-space: normal; }

.listing__module__auction {
  margin: 1rem 0; }

.listing__media {
  margin-bottom: 1.5rem;
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  .listing__media svg {
    border-radius: 0.25rem; }
  @media screen and (min-width: 30em) {
    .listing__media {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .listing__media:last-child:not(:first-child) {
    float: right; }
  @media screen and (min-width: 40em) {
    .listing__media {
      width: 58.33333%;
      float: left;
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  @media screen and (min-width: 40em) and (min-width: 30em) {
    .listing__media {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media screen and (min-width: 40em) {
      .listing__media:last-child:not(:first-child) {
        float: right; } }

.listing__info {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-bottom: 50px; }
  @media screen and (min-width: 30em) {
    .listing__info {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .listing__info:last-child:not(:first-child) {
    float: right; }
  @media screen and (min-width: 40em) {
    .listing__info {
      width: 41.66667%;
      float: left;
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  @media screen and (min-width: 40em) and (min-width: 30em) {
    .listing__info {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media screen and (min-width: 40em) {
      .listing__info:last-child:not(:first-child) {
        float: right; } }

.listing__footer {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 30em) {
    .listing__footer {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .listing__footer:last-child:not(:first-child) {
    float: right; }

.listing__condition {
  display: inline-block; }
  .listing__condition .condition,
  .listing__condition .condition-indicator {
    margin-top: 0.5rem ;
    text-align: left;
    float: left; }
    .listing__condition .condition span,
    .listing__condition .condition-indicator span {
      text-align: left; }
  .listing__condition:after {
    clear: both; }

.listing__sold {
  text-align: center;
  border-top: 1px solid #d5d5d5;
  margin-bottom: -1rem;
  margin-left: calc(1rem * -1);
  margin-top: 1rem;
  padding: 0.75rem 0;
  width: calc(100% + 2rem); }
  .listing__sold h1 {
    font-family: "HeadingFont";
    text-align: center;
    font-size: 1.2rem; }
  .listing__sold button {
    font-family: "BaseFont";
    font-size: inherit;
    outline: none;
    width: auto;
    height: auto;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
    cursor: pointer;
    border: 1px solid var(--theme-main-color, #f6870f);
    color: #f9f9f9;
    background-color: #f6870f;
    background-color: var(--theme-main-color, #f6870f);
    border-radius: 0.25rem;
    padding: 0.5rem;
    font-size: 0.9rem;
    margin-top: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem; }

.listing__title {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem; }
  @media screen and (min-width: 30em) {
    .listing__title {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .listing__title:last-child:not(:first-child) {
    float: right; }
  .listing__title h1 {
    font-family: "HeadingFont";
    font-weight: bold;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 0.25rem; }
    @media screen and (min-width: 64em) {
      .listing__title h1 {
        font-size: 2.75rem;
        margin-bottom: 1rem; } }
  @media screen and (min-width: 64em) {
    .listing__title {
      margin-top: 0; } }

.listing__title--loading h1 {
  background: linear-gradient(214deg, #f9f9f9, #d5d5d5);
  background-size: 400% 400%;
  -webkit-animation: Skeleton 2s ease infinite;
  animation: Skeleton 2s ease infinite;
  border-radius: 0.25rem;
  min-height: 1.75rem;
  margin-bottom: 0.5rem;
  width: 100%; }

@-webkit-keyframes Skeleton {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes Skeleton {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

.listing__title--loading .listing__title-model {
  margin-bottom: 1.5rem; }

.listing__video {
  border-radius: 0.25rem;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  clear: both;
  margin-top: 1rem; }

.listing__video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.listing__card {
  overflow: hidden;
  border-radius: 0.25rem;
  border: 1px solid #d5d5d5;
  position: relative; }
  .listing__card .listing__card__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
    height: 100%; }
  .listing__card:hover .listing__card__image--solo {
    opacity: 0.75;
    filter: alpha(opacity=75); }

.listing__card__main {
  width: 100%;
  min-width: 100%; }

.listing__card__image {
  height: 0;
  padding-bottom: 100%; }
  .listing__card__image--loading img {
    opacity: 0;
    filter: alpha(opacity=0); }
  .listing__card__image--solo img {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    overflow: hidden; }

.listing__card__placeholder {
  -ms-flex-preferred-size: 20rem;
      flex-basis: 20rem;
  fill: #d5d5d5; }

.listing__card-ribbon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2; }
  .listing__card-ribbon--sale, .listing__card-ribbon--ended, .listing__card-ribbon--pricedrop, .listing__card-ribbon--auction {
    color: #f9f9f9;
    padding: 0.25rem 0.5rem ;
    font-size: 0.8rem;
    font-weight: bold;
    background-color: var(--theme-main-color, #f6870f);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    -webkit-box-shadow: 0 0.5rem 0.5rem -0.5rem rgba(85, 85, 85, 0.5);
            box-shadow: 0 0.5rem 0.5rem -0.5rem rgba(85, 85, 85, 0.5); }
    .listing__card-ribbon--sale:before, .listing__card-ribbon--ended:before, .listing__card-ribbon--pricedrop:before, .listing__card-ribbon--auction:before {
      font-family: 'FontAwesome';
      content: "\F02B";
      font-size: 1rem;
      color: inherit;
      -webkit-font-smoothing: antialiased; }
    .listing__card-ribbon--sale:before, .listing__card-ribbon--ended:before, .listing__card-ribbon--pricedrop:before, .listing__card-ribbon--auction:before {
      margin-right: 0.25rem ; }

.listing__card-info {
  border-top: 1px solid #d5d5d5;
  -webkit-box-shadow: 0 -0.5rem 0.5rem -0.5rem rgba(85, 85, 85, 0.5);
          box-shadow: 0 -0.5rem 0.5rem -0.5rem rgba(85, 85, 85, 0.5);
  padding: 0.5rem;
  width: 100%; }

.listing__card-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  width: 100%;
  padding: 0.5rem ; }

.listing__card__button {
  font-family: "BaseFont";
  font-size: inherit;
  outline: none;
  width: 100%;
  height: auto;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  cursor: pointer;
  background-color: #f6870f;
  background-color: transparent;
  border: 1px solid var(--theme-main-color, #f6870f);
  color: var(--theme-main-color, #f6870f);
  border-radius: 0.25rem;
  padding: 0.5rem;
  color: inherit;
  border-color: inherit;
  margin-top: 0.5rem;
  text-align: center; }

.listing__card-info-shipping-badge {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-size: 0.8rem;
  margin-top: 0.5rem ;
  margin-bottom: 0.5rem ; }
  .listing__card-info-shipping-badge img {
    width: 1rem;
    margin-right: 0.25rem ; }

.listing__card-info-price {
  display: inline;
  font-weight: bold;
  line-height: 1; }
  .listing__card-info-price span {
    color: #a2a2a2;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 0.15rem;
    text-decoration: line-through;
    width: 100%; }

.listing__card-info-title {
  font-weight: normal;
  font-size: 0.9rem;
  width: 100%;
  line-height: 1.25; }

.listing__card-info-artist {
  width: 100%;
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 1.25; }

.listing__card-info-album {
  font-size: 0.9rem;
  margin-top: 0.5rem;
  line-height: 1.25; }

.listing__card-info-format {
  font-weight: normal;
  color: #a2a2a2;
  font-size: 0.8rem;
  display: block;
  line-height: 1.25;
  margin-top: 0.25rem; }

.listing__card-loading {
  background-color: #f9f9f9;
  border: 1px solid #d5d5d5;
  width: 100%; }
  .listing__card-loading .listing__card-image {
    width: 100%; }
    .listing__card-loading .listing__card-image-placeholder {
      background: linear-gradient(214deg, #f9f9f9, #d5d5d5);
      background-size: 400% 400%;
      -webkit-animation: Skeleton 1s ease infinite;
      animation: Skeleton 1s ease infinite;
      fill: rgba(213, 213, 213, 0.5); }

@-webkit-keyframes Skeleton {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes Skeleton {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
  .listing__card-loading .listing__card-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-shadow: 0 0.5rem 0.5rem -0.5rem #d5d5d5;
            box-shadow: 0 0.5rem 0.5rem -0.5rem #d5d5d5;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-top: 1rem ;
    padding-bottom: 1rem ; }
    .listing__card-loading .listing__card-info-make, .listing__card-loading .listing__card-info-model, .listing__card-loading .listing__card-info-price {
      background: linear-gradient(214deg, #f9f9f9, #d5d5d5);
      background-size: 400% 400%;
      -webkit-animation: Skeleton 1s ease infinite;
      animation: Skeleton 1s ease infinite;
      border: none;
      border-radius: 0.25rem;
      display: block;
      height: 1rem;
      margin: 0 ;
      margin-top: 0.25rem ;
      margin-bottom: 0.25rem ;
      width: 90%; }

@-webkit-keyframes Skeleton {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes Skeleton {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

.listing-preview {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(214deg, #f9f9f9, #d5d5d5);
  background-size: 400% 400%;
  -webkit-animation: Skeleton 1s ease infinite;
  animation: Skeleton 1s ease infinite;
  border-radius: 0.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem;
  height: 35vh;
  min-height: 20rem;
  text-align: center; }
  .listing-preview:after {
    content: "";
    display: table;
    clear: both; }

@-webkit-keyframes Skeleton {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes Skeleton {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
  .listing-preview h2 {
    font-size: 1.2rem;
    display: block;
    width: 100%;
    margin-bottom: 1rem; }
  .listing-preview a {
    font-family: "BaseFont";
    font-size: inherit;
    outline: none;
    width: auto;
    height: auto;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
    cursor: pointer;
    background-color: #f6870f;
    background-color: transparent;
    border: 1px solid #555555;
    color: #555555;
    border-radius: 0.25rem;
    padding: 0.5rem;
    display: block;
    margin-top: 1rem; }

.listing-collaborators {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
  font-size: 0.9rem;
  margin-bottom: 0; }
  .listing-collaborators .listing-collaborators__container {
    margin-bottom: 1rem; }
  .listing-collaborators dt,
  .listing-collaborators dd,
  .listing-collaborators .listing-collaborators__container {
    display: block;
    min-width: 100%; }
  .listing-collaborators dt {
    border-bottom: 1px solid #d5d5d5;
    font-weight: bold;
    font-size: 0.9rem;
    margin-bottom: 0.5rem; }
  .listing-collaborators dd {
    line-height: 1.75;
    margin-left: 1rem; }
    @media screen and (min-width: 40em) {
      .listing-collaborators dd {
        line-height: 1.5; } }
    @media screen and (min-width: 64em) {
      .listing-collaborators dd {
        line-height: 1.7; } }

.loader {
  position: fixed;
  top: 50px;
  top: 0;
  left: 0;
  height: 0.1rem;
  background-color: var(--theme-main-color, #f6870f);
  z-index: 10;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-name: loaderActive;
  animation-name: loaderActive; }

@-webkit-keyframes loaderActive {
  0% {
    width: 0%; }
  100% {
    width: 60%; } }

@keyframes loaderActive {
  0% {
    width: 0%; }
  100% {
    width: 60%; } }
  .loader__inactive {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-name: loaderInactive;
    animation-name: loaderInactive; }

@-webkit-keyframes loaderInactive {
  0% {
    width: 65%;
    opacity: 1;
    -webkit-box-shadow: 0 0 0 var(--theme-main-color-rgba-95, #f6870f);
            box-shadow: 0 0 0 var(--theme-main-color-rgba-95, #f6870f); }
  60% {
    opacity: 1; }
  100% {
    width: 100%;
    opacity: 0;
    -webkit-box-shadow: 0 0 1.5rem var(--theme-main-color-rgba-0, #f6870f);
            box-shadow: 0 0 1.5rem var(--theme-main-color-rgba-0, #f6870f); } }

@keyframes loaderInactive {
  0% {
    width: 65%;
    opacity: 1;
    -webkit-box-shadow: 0 0 0 var(--theme-main-color-rgba-95, #f6870f);
            box-shadow: 0 0 0 var(--theme-main-color-rgba-95, #f6870f); }
  60% {
    opacity: 1; }
  100% {
    width: 100%;
    opacity: 0;
    -webkit-box-shadow: 0 0 1.5rem var(--theme-main-color-rgba-0, #f6870f);
            box-shadow: 0 0 1.5rem var(--theme-main-color-rgba-0, #f6870f); } }

.location label {
  font-size: 0.8rem; }

.location .select {
  margin-top: 0.25rem ;
  margin-bottom: 0.25rem ;
  position: relative; }
  .location .select:before {
    font-family: 'FontAwesome';
    content: "\F0D7";
    font-size: 1rem;
    color: inherit;
    -webkit-font-smoothing: antialiased; }
  .location .select select {
    -webkit-appearance: none;
    background: transparent;
    cursor: pointer;
    color: inherit;
    border: 1px solid inherit;
    font-family: "BaseFont";
    font-size: 1rem;
    line-height: 1;
    height: auto;
    outline: none;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
    width: 100%;
    background-color: #fbfbfb;
    border: 1px solid #555555;
    color: #555555;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    padding: 0.5rem; }
    .location .select select:disabled {
      color: #d3d3d3;
      border: 1px solid #d3d3d3; }
  .location .select:before {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    display: inline-block;
    pointer-events: none; }
  .location .select select {
    margin: auto ; }
    @media screen and (min-width: 40em) {
      .location .select select {
        min-width: 10rem; } }

.location__select-preview {
  font-family: "BaseFont";
  font-size: inherit;
  outline: none;
  width: 100%;
  height: auto;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  cursor: pointer;
  background-color: #f6870f;
  background-color: transparent;
  border: 1px solid #555555;
  color: #555555;
  border-radius: 0.25rem;
  padding: 0.5rem;
  padding-left: 2rem ;
  position: relative;
  text-align: right;
  cursor: pointer; }
  .location__select-preview:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-weight: normal; }
  .location__select-preview-shipping:before {
    font-family: 'FontAwesome';
    content: "\F0D1";
    font-size: inherit;
    color: inherit;
    -webkit-font-smoothing: antialiased; }
  .location__select-preview-usd:before, .location__select-preview-mxn:before, .location__select-preview-aud:before, .location__select-preview-cad:before, .location__select-preview-nzd:before {
    font-family: 'FontAwesome';
    content: "\F155";
    font-size: inherit;
    color: inherit;
    -webkit-font-smoothing: antialiased; }
  .location__select-preview-gbp:before {
    font-family: 'FontAwesome';
    content: "\F154";
    font-size: inherit;
    color: inherit;
    -webkit-font-smoothing: antialiased; }
  .location__select-preview-eur:before {
    font-family: 'FontAwesome';
    content: "\F153";
    font-size: inherit;
    color: inherit;
    -webkit-font-smoothing: antialiased; }
  .location__select-preview-jpy:before {
    font-family: 'FontAwesome';
    content: "\F157";
    font-size: inherit;
    color: inherit;
    -webkit-font-smoothing: antialiased; }

* {
  min-height: 0;
  min-width: 0; }

.media {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: -3px; }
  .media .slick-track {
    height: auto; }
  .media .slick-dots {
    position: absolute;
    bottom: 0.75rem;
    z-index: 10; }
  .media--grid-width {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto; }
    .media--grid-width:after {
      content: "";
      display: table;
      clear: both; }
    .media--grid-width .slick-track {
      height: auto; }
  .media--full-screen {
    max-height: 100vh;
    min-height: 100vh; }
    .media--full-screen .slick-track {
      max-height: 100vh;
      min-height: 100vh; }

.media__slide {
  position: relative; }

.media__slide--active {
  z-index: 2; }

.media__slide-overlay {
  min-height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  min-width: 100%;
  content: '';
  z-index: 2; }

.media__slide-content {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  color: #f9f9f9;
  padding: 1rem 4rem ;
  z-index: 5; }
  @media screen and (min-width: 64em) {
    .media__slide-content {
      padding: 5% ; } }
  .media__slide-content div {
    margin-top: auto ;
    margin-bottom: auto ;
    max-width: 50rem; }
  .media__slide-content h1 {
    font-family: "HeadingFont";
    font-size: 1.4rem;
    display: block; }
    @media screen and (min-width: 40em) {
      .media__slide-content h1 {
        font-size: 3rem; } }
    @media screen and (min-width: 64em) {
      .media__slide-content h1 {
        font-size: 4rem; } }
  .media__slide-content p {
    margin-top: 0.5rem ;
    display: block;
    line-height: 1.75; }
    @media screen and (min-width: 40em) {
      .media__slide-content p {
        line-height: 1.5; } }
    @media screen and (min-width: 64em) {
      .media__slide-content p {
        line-height: 1.7; } }
    @media screen and (min-width: 40em) {
      .media__slide-content p {
        font-size: 1.2rem; } }
    @media screen and (min-width: 64em) {
      .media__slide-content p {
        font-size: 1.4rem; } }

.media__slide-content--right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
  text-align: right; }

.media__slide-content--left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  text-align: left; }

.media__slide-video:hover .media__slide-content {
  display: none; }

.media__slide-video:hover .media__slide-overlay {
  display: none; }

.media__video {
  position: relative;
  padding-bottom: 37.5% ;
  height: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%; }

.media__video iframe,
.media__video object,
.media__video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.media__placeholder {
  background-image: url("/images/bg-pattern-tile.svg");
  min-height: 25rem; }

.media__placeholder--loading {
  background: linear-gradient(214deg, #f9f9f9, #d5d5d5);
  background-size: 400% 400%;
  -webkit-animation: Skeleton 1s ease infinite;
  animation: Skeleton 1s ease infinite;
  min-height: 25rem; }

@-webkit-keyframes Skeleton {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes Skeleton {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

.message {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .message label {
    font-size: 0.9rem;
    display: inline-block;
    width: 100%; }
  .message input[type='text'],
  .message input[type='number'] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-family: "BaseFont";
    font-size: 0.9rem;
    line-height: 1;
    background-color: #fbfbfb;
    border-color: #d5d5d5;
    color: #555555;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: block;
    font-size: 0.9rem;
    height: auto;
    outline: none;
    padding: 0.4rem 0.5rem;
    position: relative;
    width: 100%;
    border-radius: 0.25rem;
    border-style: solid;
    border-width: 1px; }
  .message textarea {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-family: "BaseFont";
    font-size: 0.9rem;
    line-height: 1;
    background-color: #fbfbfb;
    border-color: #d5d5d5;
    color: #555555;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: block;
    font-size: 0.9rem;
    height: auto;
    outline: none;
    padding: 0.4rem 0.5rem;
    position: relative;
    width: 100%;
    border-radius: 0.25rem;
    border-style: solid;
    border-width: 1px;
    width: 100%;
    max-width: 100%;
    min-height: 10rem;
    padding: 0.6rem 0.8rem; }
  .message input[type='checkbox'],
  .message input[type='checkbox'] + label {
    cursor: pointer;
    display: inline;
    margin: 0;
    margin-right: 0.25rem; }
  .message button {
    font-family: "BaseFont";
    font-size: inherit;
    outline: none;
    width: 100%;
    height: auto;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
    cursor: pointer;
    border: 1px solid var(--theme-main-color, #f6870f);
    color: #f9f9f9;
    background-color: #f6870f;
    background-color: var(--theme-main-color, #f6870f);
    border-radius: 0.25rem;
    padding: 0.5rem; }
  .message:after {
    content: "";
    display: table;
    clear: both; }
  .message label {
    margin-top: 1rem ;
    margin-bottom: 0.25rem ; }
  .message textarea {
    margin-top: 2rem ;
    margin-bottom: 0 ; }

.modal {
  background-color: rgba(85, 85, 85, 0.9);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  padding: 1rem ;
  padding-bottom: 2rem ;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 20; }

.modal--wide .modal__container,
.modal--wide .modal__content {
  width: 100%;
  max-width: 70rem; }

.modal__container {
  position: relative;
  margin: auto ;
  width: 100%;
  max-width: 35rem; }

.modal__close {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #555555;
  border: 0.1rem solid #f9f9f9;
  color: #f9f9f9;
  cursor: pointer;
  position: absolute;
  height: 1.6875rem;
  right: 0;
  top: 0;
  width: 1.6875rem; }
  .modal__close:before {
    font-family: 'FontAwesome';
    content: "\F00D";
    font-size: 1rem;
    color: inherit;
    -webkit-font-smoothing: antialiased; }
  @media screen and (min-width: 40em) {
    .modal__close {
      border-radius: 50%;
      height: 2.25rem;
      right: -1.125rem;
      top: -1.125rem;
      width: 2.25rem; } }

.modal__icon {
  max-width: 12rem;
  margin-bottom: 1rem ;
  margin-left: auto ;
  margin-right: auto ;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.modal__video {
  width: 75%;
  margin-left: 17.5% ;
  margin-bottom: 1rem ;
  height: auto; }

.modal__title {
  font-family: "HeadingFont";
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 2.5rem ; }

.modal__message {
  line-height: 1.75;
  text-align: center;
  width: 100%;
  max-width: 27.5rem;
  margin: 0 auto ;
  margin-bottom: 1rem ; }
  @media screen and (min-width: 40em) {
    .modal__message {
      line-height: 1.5; } }
  @media screen and (min-width: 64em) {
    .modal__message {
      line-height: 1.7; } }

.modal__content {
  margin: auto ;
  border-radius: 0.25rem;
  background-color: #f9f9f9;
  padding: 1.5rem ;
  width: 100%;
  max-width: 35rem;
  min-width: 10rem; }
  .modal__content input[type='text'] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-family: "BaseFont";
    font-size: 0.9rem;
    line-height: 1;
    background-color: #fbfbfb;
    border-color: #d5d5d5;
    color: #555555;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: block;
    font-size: 0.9rem;
    height: auto;
    outline: none;
    padding: 0.4rem 0.5rem;
    position: relative;
    width: 100%;
    border-radius: 0.25rem;
    border-style: solid;
    border-width: 1px; }
  @media screen and (min-width: 40em) {
    .modal__content {
      padding: 2.5rem 1.5rem ; } }

.modal__buttons {
  margin-top: 2.5rem ;
  padding: 1.5rem ;
  margin-bottom: -2.5rem ;
  background-color: #ececec;
  width: calc(100% + 3rem);
  margin-left: -1.5rem ;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }
  .modal__buttons .modal__button:first-of-type {
    margin-top: 0 ; }

.modal__button {
  margin-top: 0.5rem ;
  width: 100%;
  max-width: 100%;
  margin-left: 0% ;
  font-family: "BaseFont";
  font-size: inherit;
  outline: none;
  width: 100%;
  height: auto;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  cursor: pointer;
  border: 1px solid var(--theme-main-color, #f6870f);
  color: #f9f9f9;
  background-color: #f6870f;
  background-color: var(--theme-main-color, #f6870f);
  border-radius: 0.25rem;
  padding: 1rem 0.5rem;
  font-size: 125%; }

.modal__button--confirm {
  font-family: "BaseFont";
  font-size: inherit;
  outline: none;
  width: 100%;
  height: auto;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  cursor: pointer;
  border: 1px solid var(--theme-main-color, #f6870f);
  color: #f9f9f9;
  background-color: #f6870f;
  background-color: var(--theme-main-color, #f6870f);
  border-radius: 0.25rem;
  padding: 1rem 0.5rem;
  font-size: 125%; }

.modal__button--disabled {
  font-family: "BaseFont";
  font-size: inherit;
  outline: none;
  width: 100%;
  height: auto;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  cursor: pointer;
  border: 1px solid var(--theme-main-color, #f6870f);
  color: #f9f9f9;
  background-color: #f6870f;
  background-color: var(--theme-main-color, #f6870f);
  border-radius: 0.25rem;
  padding: 1rem 0.5rem;
  font-size: 125%;
  background-color: #d3d3d3;
  color: #939393;
  border: 1px solid #bababa; }

.modal__button--cancel {
  font-family: "BaseFont";
  font-size: inherit;
  outline: none;
  width: 100%;
  height: auto;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  cursor: pointer;
  background-color: #f6870f;
  background-color: transparent;
  border: 1px solid var(--theme-main-color, #f6870f);
  color: var(--theme-main-color, #f6870f);
  border-radius: 0.25rem;
  padding: 0.3rem;
  font-size: 90%; }

.nav {
  background-color: #f9f9f9;
  -webkit-box-shadow: 0 0.5rem 0.5rem -0.5rem rgba(85, 85, 85, 0.5);
          box-shadow: 0 0.5rem 0.5rem -0.5rem rgba(85, 85, 85, 0.5);
  z-index: 10; }
  @media screen and (min-width: 40em) {
    .nav {
      position: -webkit-sticky;
      top: 0;
      position: sticky;
      top: 0;
      overflow: visible;
      -webkit-overflow-scrolling: touch; } }

.nav--searching {
  overflow: initial;
  -webkit-overflow-scrolling: touch; }

.nav--hidden {
  display: none; }

.nav .search {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  margin: auto ;
  max-width: 80%;
  -ms-flex-order: 2;
      order: 2; }
  @media screen and (min-width: 40em) {
    .nav .search {
      -ms-flex-positive: 1;
          flex-grow: 1;
      -ms-flex-preferred-size: 45%;
          flex-basis: 45%;
      max-width: 100%;
      margin: 0 auto ;
      margin-right: 2.5% ;
      -ms-flex-order: 3;
          order: 3; }
      .nav .search input {
        padding-left: 1.25rem ;
        padding-right: 1.25rem ;
        padding-top: 0.65rem ;
        padding-bottom: 0.65rem ;
        font-size: 1.2rem; } }

.nav .search--solo {
  max-width: 100%; }

.nav__container {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.5rem ;
  padding-bottom: 0.5rem ; }
  .nav__container:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 40em) {
    .nav__container {
      padding-top: 0.75rem ;
      padding-bottom: 0.75rem ;
      padding-left: 0.9375rem ;
      padding-right: 0.9375rem ; } }

.nav__container--with-items {
  padding-bottom: 0 ; }

.nav__container-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.5rem 0.625rem ;
  padding-top: 0; }
  @media screen and (min-width: 40em) {
    .nav__container-items {
      padding: 0 ; } }
  @media screen and (min-width: 64em) {
    .nav__container-items {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; } }

.nav__cart {
  cursor: pointer;
  position: relative;
  text-align: right;
  margin-left: auto ;
  -ms-flex-order: 3;
      order: 3;
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%; }
  .nav__cart img {
    max-height: 3rem;
    width: auto; }
  @media screen and (min-width: 40em) {
    .nav__cart {
      -ms-flex-positive: 1;
          flex-grow: 1;
      -ms-flex-preferred-size: 5rem;
          flex-basis: 5rem;
      -ms-flex-order: 5;
          order: 5; }
      .nav__cart img {
        max-height: 5rem;
        width: auto; } }

.nav__cart-default:before {
  font-family: 'FontAwesome';
  content: "\F07A";
  font-size: 1.5rem;
  color: inherit;
  -webkit-font-smoothing: antialiased; }

.nav__cart-default--active:before {
  font-family: 'FontAwesome';
  content: "\F00D";
  font-size: 1.5rem;
  color: inherit;
  -webkit-font-smoothing: antialiased; }

.nav__cart-item-count {
  background-color: var(--theme-main-color, #f6870f);
  border-radius: 50%;
  color: #f9f9f9;
  height: 1.25rem;
  margin: 0 auto ;
  margin-left: auto ;
  margin-right: auto ;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  padding-top: 0.25rem ;
  font-size: 0.7rem;
  font-weight: bold;
  text-align: center;
  width: 1.25rem; }

.nav__banner {
  background-color: var(--theme-main-color, #f6870f);
  color: #f9f9f9;
  padding: 0.25rem 0.625rem ;
  font-size: 0.8rem;
  line-height: 1.75;
  text-align: center; }
  @media screen and (min-width: 40em) {
    .nav__banner {
      line-height: 1.5; } }
  @media screen and (min-width: 64em) {
    .nav__banner {
      line-height: 1.7; } }
  @media screen and (min-width: 64em) {
    .nav__banner {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      padding-left: 0.9375rem ;
      padding-right: 0.9375rem ;
      font-size: 0.8rem; } }

@media screen and (min-width: 40em) {
  .nav__menu,
  .nav__cart {
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-preferred-size: 2rem;
        flex-basis: 2rem;
    font-size: 1.4rem; }
    .nav__menu:before,
    .nav__cart:before {
      font-size: 2rem; } }

.nav__menu {
  cursor: pointer;
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
  padding-left: 0.5rem ;
  text-align: left;
  -ms-flex-order: 2;
      order: 2; }
  .nav__menu:before {
    font-family: 'FontAwesome';
    content: "\F0C9";
    font-size: 1.25rem;
    color: inherit;
    -webkit-font-smoothing: antialiased; }
  @media screen and (min-width: 40em) {
    .nav__menu {
      display: none; } }

.nav__menu--close:before {
  font-family: 'FontAwesome';
  content: "\F00D";
  font-size: 1.5rem;
  color: inherit;
  -webkit-font-smoothing: antialiased; }

.nav__image {
  display: none; }
  @media screen and (min-width: 64em) {
    .nav__image {
      display: block;
      -ms-flex-positive: 0;
          flex-grow: 0;
      -ms-flex-preferred-size: 10%;
          flex-basis: 10%;
      width: 10%;
      margin: 0 auto ;
      margin-right: 2.5% ;
      -ms-flex-order: 4;
          order: 4; } }

.nav__logo {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-item-align: center;
      align-self: center;
  margin: 0 auto ;
  margin-bottom: 0.5rem ;
  text-align: center;
  -ms-flex-order: 1;
      order: 1; }
  .nav__logo img {
    max-height: 5rem;
    margin: auto ;
    width: auto;
    max-width: 10rem; }
  @media screen and (min-width: 40em) {
    .nav__logo {
      -ms-flex-positive: 0;
          flex-grow: 0;
      -ms-flex-preferred-size: 10rem;
          flex-basis: 10rem;
      max-height: 7.5rem;
      margin: 0 ;
      margin-right: 2.5% ;
      -ms-flex-order: 2;
          order: 2; } }

.nav__items {
  font-size: 0.9rem;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  min-width: calc(100% + (0.625rem * 2));
  margin-top: 0.5rem;
  margin-left: -0.625rem;
  -ms-flex-order: 5;
      order: 5;
  z-index: 10;
  display: none; }
  .nav__items a {
    cursor: default;
    text-decoration: none; }
  .nav__items a[href] {
    cursor: pointer; }
    @media screen and (min-width: 40em) {
      .nav__items a[href] {
        display: inline; }
        .nav__items a[href]:hover {
          text-decoration: underline; } }
  .nav__items--visible {
    display: block; }
  @media screen and (min-width: 40em) {
    .nav__items {
      background-color: transparent;
      overflow: visible;
      -webkit-overflow-scrolling: touch;
      width: auto;
      max-width: 100%;
      display: block;
      padding: 0; } }

@media screen and (min-width: 40em) {
  .nav__items-container {
    width: 130px; } }

@media screen and (min-width: 40em) {
  .nav__items-dropdown-parent:after {
    font-family: 'FontAwesome';
    content: "\F0D7";
    font-size: 0.75rem;
    color: inherit;
    -webkit-font-smoothing: antialiased; }
  .nav__items-dropdown-parent:after {
    padding-left: 0.4rem ; } }

.nav__items-dropdown-parent--active {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.nav__items-dropdown-parent .nav__items-item--parent {
  padding-left: 0 ; }

.nav__items-dropdown {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  padding: 8px ;
  font-size: 1rem;
  -webkit-overflow-scrolling: touch; }
  @media screen and (min-width: 40em) {
    .nav__items-dropdown {
      background-color: #f9f9f9;
      border-bottom-left-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem;
      -webkit-box-shadow: 0 0.5rem 0.5rem -0.5rem #555555;
              box-shadow: 0 0.5rem 0.5rem -0.5rem #555555;
      color: #555555;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
      max-height: 20rem;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      position: absolute;
      font-size: 0.9rem;
      z-index: 11; } }

.nav__items-container--subparent {
  padding: 4px ; }

@media screen and (min-width: 64em) {
  .nav__items-container--child {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    max-height: 250px; } }

.nav__items-item {
  font-size: 0.9rem;
  padding: 0.2rem 0.25rem ; }

.nav__items-item--main {
  padding: 0.5rem 0 ; }
  @media screen and (min-width: 40em) {
    .nav__items-item--main {
      background-color: none;
      display: inline-block;
      padding: 0.75rem 1rem ;
      margin-top: 0 ;
      font-size: 0.8rem;
      font-weight: normal; } }
  @media screen and (min-width: 64em) {
    .nav__items-item--main {
      font-size: 0.9rem; } }

.nav__items-item--parent {
  font-weight: bold;
  min-width: 100%;
  padding-left: 1rem ; }
  .nav__items-item--parent a[href] {
    min-width: 100%; }
  @media screen and (max-width: 39.9375em) {
    .nav__items-item--parent {
      display: inline; } }
  @media screen and (min-width: 40em) {
    .nav__items-item--parent {
      font-size: 0.9rem;
      font-weight: normal; } }

.nav__items-item-toggle {
  width: 2rem;
  padding: 0.25rem 1rem ;
  position: relative; }
  .nav__items-item-toggle:before {
    font-family: 'FontAwesome';
    content: "\F0DA";
    font-size: inherit;
    color: inherit;
    -webkit-font-smoothing: antialiased; }
  .nav__items-item-toggle:before {
    height: 1rem;
    margin: auto ;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    width: 1rem; }
  @media screen and (min-width: 40em) {
    .nav__items-item-toggle {
      display: none; } }

.nav__items-item-toggle--active:before {
  font-family: 'FontAwesome';
  content: "\F0D7";
  font-size: inherit;
  color: inherit;
  -webkit-font-smoothing: antialiased; }

.nav__items-item--grandchild {
  width: 50%;
  padding-left: 0.75rem ;
  margin-bottom: 0.25rem ; }
  @media screen and (min-width: 64em) {
    .nav__items-item--grandchild {
      width: 130px;
      padding-left: 0 ;
      margin-bottom: 0 ; } }

.nav__items-item--header {
  display: block;
  font-weight: bold;
  width: 100%;
  margin-bottom: 0.25rem; }
  @media screen and (min-width: 64em) {
    .nav__items-item--header {
      border-bottom: 1px solid #d5d5d5;
      text-align: center;
      margin-bottom: 0.5rem; } }

.offers-currency-conversion {
  background-color: #eeeeee;
  border-radius: 0.25rem;
  border: 1px solid #d5d5d5;
  margin-bottom: 1rem;
  padding: 1.25rem; }
  .offers-currency-conversion p {
    line-height: 1.75;
    margin: 0;
    font-size: 1rem; }
    @media screen and (min-width: 40em) {
      .offers-currency-conversion p {
        line-height: 1.5; } }
    @media screen and (min-width: 64em) {
      .offers-currency-conversion p {
        line-height: 1.7; } }

.offers-currency-conversion__title {
  font-weight: bold;
  margin-bottom: 0.5rem; }

.offers-currency-conversion__icon {
  margin-left: 0.5rem; }
  .offers-currency-conversion__icon:before {
    content: "\F059";
    margin-right: 0.5em; }

.offers-form label {
  font-size: 0.9rem;
  display: inline-block;
  width: 100%; }

.offers-form input[type='text'],
.offers-form input[type='number'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "BaseFont";
  font-size: 0.9rem;
  line-height: 1;
  background-color: #fbfbfb;
  border-color: #d5d5d5;
  color: #555555;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  display: block;
  font-size: 0.9rem;
  height: auto;
  outline: none;
  padding: 0.4rem 0.5rem;
  position: relative;
  width: 100%;
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 1px; }

.offers-form textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "BaseFont";
  font-size: 0.9rem;
  line-height: 1;
  background-color: #fbfbfb;
  border-color: #d5d5d5;
  color: #555555;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  display: block;
  font-size: 0.9rem;
  height: auto;
  outline: none;
  padding: 0.4rem 0.5rem;
  position: relative;
  width: 100%;
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 1px;
  width: 100%;
  max-width: 100%;
  min-height: 10rem;
  padding: 0.6rem 0.8rem; }

.offers-form input[type='checkbox'],
.offers-form input[type='checkbox'] + label {
  cursor: pointer;
  display: inline;
  margin: 0;
  margin-right: 0.25rem; }

.offers-form button {
  font-family: "BaseFont";
  font-size: inherit;
  outline: none;
  width: 100%;
  height: auto;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  cursor: pointer;
  border: 1px solid var(--theme-main-color, #f6870f);
  color: #f9f9f9;
  background-color: #f6870f;
  background-color: var(--theme-main-color, #f6870f);
  border-radius: 0.25rem;
  padding: 1rem 0.5rem;
  font-size: 125%; }

.offers-form .input-group {
  margin-bottom: 1rem; }

.offers-form .input-group input[type='text'] {
  border-radius: 0; }

.offers-form .input-group__text {
  font-size: 1rem;
  border: 1px solid #d5d5d5; }

.offers-form label {
  margin-bottom: 0.35rem; }

.offers-form textarea {
  margin-bottom: 1.5rem; }

.offers-form--loading .offers-form-placeholder {
  background: linear-gradient(214deg, #f9f9f9, #d5d5d5);
  background-size: 400% 400%;
  -webkit-animation: Skeleton 1s ease infinite;
  animation: Skeleton 1s ease infinite;
  width: 100%;
  height: 6rem;
  margin: 2rem 0;
  background: #f6f6f6; }

@-webkit-keyframes Skeleton {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes Skeleton {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

.offers-form__error {
  line-height: 1.75;
  background-color: #f8c9c4;
  border-radius: 0.25rem;
  border: 1px solid #e74c3c;
  color: #e74c3c;
  line-height: 1.5;
  margin-bottom: 2rem;
  padding: 1.25rem; }
  @media screen and (min-width: 40em) {
    .offers-form__error {
      line-height: 1.5; } }
  @media screen and (min-width: 64em) {
    .offers-form__error {
      line-height: 1.7; } }

.offers-form__notices {
  margin-bottom: 1.5rem; }

.offers-form__notice {
  font-size: 0.9rem;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem; }
  .offers-form__notice:last-child {
    margin-bottom: 0; }
  .offers-form__notice::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0; }
  .offers-form__notice.offers-form__notice--sale {
    color: #ce4b03; }
    .offers-form__notice.offers-form__notice--sale::before {
      content: "\F02B"; }
  .offers-form__notice.offers-form__notice--time::before {
    content: "\F017"; }
  .offers-form__notice.offers-form__notice--confirm::before {
    content: "\F058"; }
  .offers-form__notice.offers-form__notice--shipping {
    color: #ce4b03; }
    .offers-form__notice.offers-form__notice--shipping::before {
      color: #ce4b03; }

.offers-form__terms {
  margin-bottom: 2rem; }
  .offers-form__terms svg {
    display: none; }
  .offers-form__terms input[type='checkbox'],
  .offers-form__terms input[type='radio'] {
    margin: 0 ;
    margin-right: 0.5rem ;
    cursor: pointer; }
    .offers-form__terms input[type='checkbox']:checked + label,
    .offers-form__terms input[type='radio']:checked + label {
      font-weight: bold; }
  .offers-form__terms label {
    cursor: pointer;
    font-size: 0.9rem; }
    .offers-form__terms label:active {
      background-color: rgba(251, 251, 251, 0.75); }
    .offers-form__terms label span {
      margin-left: 0.25rem ;
      font-weight: bold;
      font-size: 80%; }

.offers-form__timeline {
  margin-bottom: 2rem;
  opacity: 0.6; }
  @media screen and (max-width: 960px) {
    .offers-form__timeline {
      margin-bottom: 1.5rem; } }
  @media screen and (max-width: 640px) {
    .offers-form__timeline {
      margin-bottom: 1.1rem; } }

.offers-form__separator {
  border-top: solid 1px #d5d5d5;
  margin: 2rem 0;
  height: 0; }

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

.offers-form__submit-terms {
  display: block;
  margin-top: 0.6rem;
  font-weight: normal; }

.offer__form {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .offer__form label {
    font-size: 0.9rem;
    display: inline-block;
    width: 100%; }
  .offer__form input[type='text'],
  .offer__form input[type='number'] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-family: "BaseFont";
    font-size: 0.9rem;
    line-height: 1;
    background-color: #fbfbfb;
    border-color: #d5d5d5;
    color: #555555;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: block;
    font-size: 0.9rem;
    height: auto;
    outline: none;
    padding: 0.4rem 0.5rem;
    position: relative;
    width: 100%;
    border-radius: 0.25rem;
    border-style: solid;
    border-width: 1px; }
  .offer__form textarea {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-family: "BaseFont";
    font-size: 0.9rem;
    line-height: 1;
    background-color: #fbfbfb;
    border-color: #d5d5d5;
    color: #555555;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: block;
    font-size: 0.9rem;
    height: auto;
    outline: none;
    padding: 0.4rem 0.5rem;
    position: relative;
    width: 100%;
    border-radius: 0.25rem;
    border-style: solid;
    border-width: 1px;
    width: 100%;
    max-width: 100%;
    min-height: 10rem;
    padding: 0.6rem 0.8rem; }
  .offer__form input[type='checkbox'],
  .offer__form input[type='checkbox'] + label {
    cursor: pointer;
    display: inline;
    margin: 0;
    margin-right: 0.25rem; }
  .offer__form button {
    font-family: "BaseFont";
    font-size: inherit;
    outline: none;
    width: 100%;
    height: auto;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
    cursor: pointer;
    border: 1px solid var(--theme-main-color, #f6870f);
    color: #f9f9f9;
    background-color: #f6870f;
    background-color: var(--theme-main-color, #f6870f);
    border-radius: 0.25rem;
    padding: 0.5rem; }
  .offer__form:after {
    content: "";
    display: table;
    clear: both; }
  .offer__form label {
    margin-top: 1rem ;
    margin-bottom: 0.25rem ; }
  .offer__form input[type='number'] {
    font-size: 1.2rem; }
  .offer__form textarea {
    margin-bottom: 1rem ;
    font-size: 1.2rem; }

.offer__form-price {
  position: relative;
  width: 66.66667%;
  float: left; }
  .offer__form-price:last-child:not(:first-child) {
    float: right; }
  .offer__form-price input[type='number'] {
    padding-left: 2.5rem ; }

.offer__form-price-symbol {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #d5d5d5;
  width: 2rem;
  height: 100%;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #959595;
  z-index: 2; }

.offer__form-shipping {
  font-weight: bold;
  text-align: center;
  width: 33.33333%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (min-width: 30em) {
    .offer__form-shipping {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .offer__form-shipping:last-child:not(:first-child) {
    float: right; }
  .offer__form-shipping:after {
    content: "";
    display: table;
    clear: both; }

.offer__listing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: center;
      align-items: center;
  border: 1px solid #d5d5d5;
  border-radius: 0.25rem;
  margin-top: 2rem ;
  margin-bottom: 1rem ; }

.offer__listing-photo {
  -ms-flex-preferred-size: 6rem;
      flex-basis: 6rem;
  min-width: 6rem; }

.offer__listing-info {
  padding-left: 1rem ;
  padding-right: 1rem ; }
  .offer__listing-info h1 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem ; }
  .offer__listing-info h2 {
    font-weight: normal; }

.offer__disclaimer {
  margin-top: 2rem ;
  font-size: 0.9rem; }

.offers-nudge {
  background-color: #eeeeee;
  border-radius: 0.25rem;
  border: 1px solid #d5d5d5;
  margin-bottom: 1rem;
  padding: 1.25rem; }
  .offers-nudge p {
    line-height: 1.75;
    margin: 0;
    font-size: 1rem; }
    @media screen and (min-width: 40em) {
      .offers-nudge p {
        line-height: 1.5; } }
    @media screen and (min-width: 64em) {
      .offers-nudge p {
        line-height: 1.7; } }

.offers-nudge__title {
  font-weight: bold;
  margin-bottom: 0.5rem; }

.offers-nudge__icon:before {
  font-family: 'FontAwesome';
  content: plus;
  font-size: inherit;
  color: inherit;
  -webkit-font-smoothing: antialiased; }

.offers-nudge__disclaimer {
  margin: 0.5rem 0 0 0; }

.overflowing-row {
  width: 100%;
  max-width: 100rem;
  position: relative; }

.overflowing-row__inner {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.overflowing-row__heading {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  -ms-flex-item-align: end;
      align-self: flex-end; }
  @media screen and (max-width: 960px) {
    .overflowing-row__heading {
      font-size: 2rem; } }
  @media screen and (max-width: 640px) {
    .overflowing-row__heading {
      font-size: 1.8rem; } }
  @media screen and (max-width: 640px) {
    .overflowing-row__heading {
      text-align: center;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; } }
  .overflowing-row__heading a {
    color: inherit; }
  .overflowing-row--centered .overflowing-row__heading {
    margin-bottom: 1rem;
    text-align: center;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }

.overflowing-row__action {
  margin-bottom: 1rem;
  -ms-flex: 1 0 25%;
      flex: 1 0 25%;
  text-align: right;
  font-weight: bold;
  -ms-flex-item-align: end;
      align-self: flex-end;
  background: red; }
  @media screen and (max-width: 640px) {
    .overflowing-row__action {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      -ms-flex-order: 5;
          order: 5;
      text-align: center;
      margin-top: 1rem;
      margin-bottom: 0;
      font-size: 0.9em; } }
  .overflowing-row--append-action .overflowing-row__action,
  .overflowing-row--centered .overflowing-row__action {
    margin-top: 1.5rem;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-order: 5;
        order: 5;
    text-align: center;
    margin-bottom: 0; }
    @media screen and (max-width: 960px) {
      .overflowing-row--append-action .overflowing-row__action,
      .overflowing-row--centered .overflowing-row__action {
        margin-top: 1.1rem; } }
    @media screen and (max-width: 640px) {
      .overflowing-row--append-action .overflowing-row__action,
      .overflowing-row--centered .overflowing-row__action {
        margin-top: 0.8rem; } }

.overflowing-row__items {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  @media screen and (min-width: 641px) {
    .dynamic-page--two-col .overflowing-row__items,
    .overflowing-row--in-main-with-sidebar .overflowing-row__items,
    .overflowing-row__items .blog-post__frame {
      margin-left: -0.8vw;
      margin-right: -0.8vw;
      padding-left: 0.8vw;
      padding-right: 0.8vw; } }
  @media screen and (min-width: 641px) and (min-width: 1441px) {
    .dynamic-page--two-col .overflowing-row__items,
    .overflowing-row--in-main-with-sidebar .overflowing-row__items,
    .overflowing-row__items .blog-post__frame {
      margin-left: -11.52px; } }
  @media screen and (min-width: 641px) and (min-width: 1441px) {
    .dynamic-page--two-col .overflowing-row__items,
    .overflowing-row--in-main-with-sidebar .overflowing-row__items,
    .overflowing-row__items .blog-post__frame {
      margin-right: -11.52px; } }
  @media screen and (min-width: 641px) and (min-width: 1441px) {
    .dynamic-page--two-col .overflowing-row__items,
    .overflowing-row--in-main-with-sidebar .overflowing-row__items,
    .overflowing-row__items .blog-post__frame {
      padding-left: 11.52px; } }
  @media screen and (min-width: 641px) and (min-width: 1441px) {
    .dynamic-page--two-col .overflowing-row__items,
    .overflowing-row--in-main-with-sidebar .overflowing-row__items,
    .overflowing-row__items .blog-post__frame {
      padding-right: 11.52px; } }

.overflowing-row__items__inner {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: auto;
  margin-bottom: -1rem;
  padding-bottom: 1rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row; }

.overflowing-row__control {
  position: absolute;
  top: 50%;
  z-index: 2;
  -webkit-transition: opacity 0.3s, background 0.3s;
  transition: opacity 0.3s, background 0.3s;
  cursor: pointer;
  opacity: 0.8;
  border: 0.1rem solid #dadada;
  width: 3rem;
  height: 6rem;
  background: white 40% center no-repeat url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 36' width='16px' height='36px' preserveAspectRatio='defer' shape-rendering='geometricPrecision'%3E%3Cg fill='%23414141'%3E%3Cpath d='M14,31.54A1.5,1.5,0,0,1,13,31.1l-12-12a1.5,1.5,0,0,1,0-2.12l12-12A1.5,1.5,0,0,1,15.08,7L4.1,18l11,11A1.5,1.5,0,0,1,14,31.54Z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 30% auto;
  border-left: none;
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem; }
  .overflowing-row__control.overflowing-row__control--left {
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .overflowing-row--disable-left-control .overflowing-row__control.overflowing-row__control--left {
      opacity: 0;
      cursor: default; }
    .overflowing-row--hide-controls .overflowing-row__control.overflowing-row__control--left {
      opacity: 0;
      pointer-events: none;
      cursor: default; }
  .overflowing-row__control.overflowing-row__control--right {
    right: 0;
    -webkit-transform: translateY(-50%) scaleX(-1);
            transform: translateY(-50%) scaleX(-1); }
    .overflowing-row--disable-right-control .overflowing-row__control.overflowing-row__control--right {
      opacity: 0;
      cursor: default; }
    .overflowing-row--hide-controls .overflowing-row__control.overflowing-row__control--right {
      opacity: 0;
      pointer-events: none;
      cursor: default; }
  .overflowing-row__control:hover {
    background-color: rgba(255, 255, 255, 0.95);
    opacity: 1; }
  @media screen and (max-width: 640px) {
    .overflowing-row__control {
      display: none; } }

.pagination {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .pagination__button, .pagination__button-loading, .pagination__button-disabled, .pagination__button-page {
    margin-bottom: 1rem ;
    margin-left: 1rem ;
    margin-right: 1rem ;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    min-width: 7rem; }
    @media screen and (max-width: 39.9375em) {
      .pagination__button, .pagination__button-loading, .pagination__button-disabled, .pagination__button-page {
        font-size: 0.9rem;
        margin-left: 0.5rem ;
        margin-right: 0.5rem ;
        min-width: 5rem; } }
  .pagination__button {
    font-family: "BaseFont";
    font-size: inherit;
    outline: none;
    width: auto;
    height: auto;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
    cursor: pointer;
    background-color: #f6870f;
    background-color: transparent;
    border: 1px solid var(--theme-main-color, #f6870f);
    color: var(--theme-main-color, #f6870f);
    border-radius: 0.25rem;
    padding: 0.5rem; }
    @media screen and (max-width: 39.9375em) {
      .pagination__button {
        font-family: "BaseFont";
        font-size: inherit;
        outline: none;
        width: auto;
        height: auto;
        -webkit-transition: background-color 0.25s;
        transition: background-color 0.25s;
        cursor: pointer;
        background-color: #f6870f;
        background-color: transparent;
        border: 1px solid var(--theme-main-color, #f6870f);
        color: var(--theme-main-color, #f6870f);
        border-radius: 0.25rem;
        padding: 0.3rem;
        font-size: 90%; } }
  .pagination__button-page {
    font-family: "BaseFont";
    font-size: inherit;
    outline: none;
    width: auto;
    height: auto;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
    cursor: pointer;
    background-color: #f6870f;
    background-color: transparent;
    border: 1px solid var(--theme-main-color, #f6870f);
    color: var(--theme-main-color, #f6870f);
    border-radius: 0.25rem;
    padding: 0.5rem;
    min-width: 2rem;
    margin-left: 0.25rem ;
    margin-right: 0.25rem ; }
    @media screen and (max-width: 39.9375em) {
      .pagination__button-page {
        font-family: "BaseFont";
        font-size: inherit;
        outline: none;
        width: auto;
        height: auto;
        -webkit-transition: background-color 0.25s;
        transition: background-color 0.25s;
        cursor: pointer;
        background-color: #f6870f;
        background-color: transparent;
        border: 1px solid var(--theme-main-color, #f6870f);
        color: var(--theme-main-color, #f6870f);
        border-radius: 0.25rem;
        padding: 0.3rem;
        font-size: 90%; } }
    .pagination__button-page--loading {
      opacity: 0.75;
      filter: alpha(opacity=75); }
    .pagination__button-page--active {
      font-family: "BaseFont";
      font-size: inherit;
      outline: none;
      width: auto;
      height: auto;
      -webkit-transition: background-color 0.25s;
      transition: background-color 0.25s;
      cursor: pointer;
      border: 1px solid var(--theme-main-color, #f6870f);
      color: #f9f9f9;
      background-color: #f6870f;
      background-color: var(--theme-main-color, #f6870f);
      border-radius: 0.25rem;
      padding: 0.5rem;
      border: 2px solid var(--theme-main-color, #f6870f); }
      @media screen and (max-width: 39.9375em) {
        .pagination__button-page--active {
          font-family: "BaseFont";
          font-size: inherit;
          outline: none;
          width: auto;
          height: auto;
          -webkit-transition: background-color 0.25s;
          transition: background-color 0.25s;
          cursor: pointer;
          border: 1px solid var(--theme-main-color, #f6870f);
          color: #f9f9f9;
          background-color: #f6870f;
          background-color: var(--theme-main-color, #f6870f);
          border-radius: 0.25rem;
          padding: 0.3rem;
          font-size: 90%;
          border: 2px solid var(--theme-main-color, #f6870f); } }
  .pagination__button-placeholder {
    font-family: "BaseFont";
    font-size: inherit;
    outline: none;
    width: auto;
    height: auto;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
    cursor: pointer;
    border: 1px solid var(--theme-main-color, #f6870f);
    color: #f9f9f9;
    background-color: #f6870f;
    background-color: var(--theme-main-color, #f6870f);
    border-radius: 0.25rem;
    padding: 0.5rem;
    background-color: #d3d3d3;
    color: #939393;
    border: 1px solid #bababa;
    border: 2px solid #d3d3d3;
    opacity: 0.5;
    filter: alpha(opacity=50); }
    @media screen and (max-width: 39.9375em) {
      .pagination__button-placeholder {
        font-family: "BaseFont";
        font-size: inherit;
        outline: none;
        width: auto;
        height: auto;
        -webkit-transition: background-color 0.25s;
        transition: background-color 0.25s;
        cursor: pointer;
        border: 1px solid var(--theme-main-color, #f6870f);
        color: #f9f9f9;
        background-color: #f6870f;
        background-color: var(--theme-main-color, #f6870f);
        border-radius: 0.25rem;
        padding: 0.3rem;
        font-size: 90%;
        background-color: #d3d3d3;
        color: #939393;
        border: 1px solid #bababa;
        border: 2px solid #d3d3d3; } }
  .pagination__button--loading {
    opacity: 0.75;
    filter: alpha(opacity=75); }
  .pagination__pages {
    display: block;
    text-align: center;
    font-size: 0.8rem;
    width: 100%; }
  .pagination:after {
    content: "";
    display: table;
    clear: both; }

.quantity {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .quantity:after {
    content: "";
    display: table;
    clear: both; }
  .quantity:before {
    font-family: 'FontAwesome';
    content: "\F0D7";
    font-size: 1rem;
    color: inherit;
    -webkit-font-smoothing: antialiased; }
  .quantity select {
    -webkit-appearance: none;
    background: transparent;
    cursor: pointer;
    color: inherit;
    border: 1px solid inherit;
    font-family: "BaseFont";
    font-size: 1rem;
    line-height: 1;
    height: auto;
    outline: none;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
    width: 100%;
    background-color: false;
    border: 1px solid var(--theme-main-color, #f6870f);
    color: var(--theme-main-color, #f6870f);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    padding: 0.5rem; }
    .quantity select:disabled {
      color: #d3d3d3;
      border: 1px solid #d3d3d3; }
  .quantity:before {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    display: inline-block;
    pointer-events: none; }
  .quantity:before {
    position: absolute;
    left: calc(3.25rem - 1.25rem);
    color: var(--theme-main-color, #f6870f);
    z-index: 2; }
  .quantity span {
    position: absolute;
    top: -1rem;
    left: 0;
    font-size: 0.7rem; }
  .quantity select {
    background-color: #f9f9f9;
    border-radius: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    height: 34px;
    margin: 0 ;
    line-height: 1;
    width: 3.25rem;
    position: absolute; }
  .quantity button {
    height: 34px;
    margin: 0 ; }

.related-listings__empty {
  line-height: 1.75;
  text-align: center;
  max-width: 30rem;
  margin: 0 auto; }
  @media screen and (min-width: 40em) {
    .related-listings__empty {
      line-height: 1.5; } }
  @media screen and (min-width: 64em) {
    .related-listings__empty {
      line-height: 1.7; } }

.related-listings__empty button {
  font-family: "BaseFont";
  font-size: inherit;
  outline: none;
  width: auto;
  height: auto;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  cursor: pointer;
  background-color: #f6870f;
  background-color: transparent;
  border: 1px solid var(--theme-main-color, #f6870f);
  color: var(--theme-main-color, #f6870f);
  border-radius: 0.25rem;
  padding: 0.5rem;
  min-width: 8rem;
  margin-top: 1rem; }

.content .rheostat {
  margin-right: 1.3rem ;
  overflow: visible;
  -webkit-overflow-scrolling: touch; }

.content .rheostat-background {
  border: 1px solid #d5d5d5;
  position: relative;
  width: calc(100% + 1.3rem); }

.content .rheostat-progress {
  background-color: var(--theme-main-color, #f6870f);
  border: 2px solid var(--theme-main-color, #f6870f);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: border-color 0.25s, background-color 0.25s;
  transition: border-color 0.25s, background-color 0.25s; }

.content .rheostat-handle {
  background-color: #f9f9f9;
  border: 2px solid var(--theme-main-color, #f6870f);
  border-radius: 0.65rem;
  height: 1.3rem;
  min-height: 1.3rem;
  margin-top: -0.65rem ;
  width: 1.3rem;
  min-width: 1.3rem;
  -webkit-transition: border-color 0.25s, background-color 0.25s;
  transition: border-color 0.25s, background-color 0.25s;
  z-index: 2; }

.customize .admin-rheostat {
  overflow: visible; }

.customize .rheostat-background {
  position: relative; }

.customize .rheostat-handle {
  background-color: #f9f9f9;
  border: 1px solid #d5d5d5;
  border-radius: 50%;
  height: 1.25rem;
  outline: none;
  z-index: 2;
  width: 1.25rem;
  top: -0.25rem;
  margin-left: -0.625rem; }

.customize .rheostat-horizontal {
  height: 0.75rem; }

.customize .rheostat-horizontal .admin-rheostat-background {
  height: 0.75rem;
  top: 0;
  width: 100%; }

.customize .admin-rheostat--thin .rheostat-handle {
  top: -0.75rem; }

.search {
  position: relative; }

.search--active .search__lock {
  border-radius: 0;
  border-top-left-radius: 0.25rem; }

.search--active .search__button {
  border-radius: 0;
  border-top-right-radius: 0.25rem; }

.search--active .search__results-input {
  border-radius: 0;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-top: 1px solid var(--theme-main-color, #f6870f);
  border-left: 1px solid var(--theme-main-color, #f6870f);
  border-right: 1px solid var(--theme-main-color, #f6870f); }

.search--admin {
  padding-left: 2.5rem; }
  .search--admin .search__results-input {
    border-radius: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; }

.search__lock {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  left: 0;
  top: 0;
  width: 2.5rem;
  height: 100%;
  background-color: var(--theme-main-color, #f6870f); }
  .search__lock:before {
    font-family: 'FontAwesome';
    content: "\F023";
    font-size: 1rem;
    color: #f9f9f9;
    -webkit-font-smoothing: antialiased; }

.search__results-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #d5d5d5;
  border-radius: 0.25rem;
  color: #555555;
  margin: 0 ;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 0.5rem ;
  position: relative;
  padding-right: 2.75rem ;
  font-family: "BaseFont";
  font-size: 0.9rem;
  width: 100%;
  z-index: 9; }
  .search__results-input:focus {
    border: 1px solid var(--theme-main-color, #f6870f);
    -webkit-box-shadow: 0 0.5rem 0.5rem -0.5rem #d5d5d5;
            box-shadow: 0 0.5rem 0.5rem -0.5rem #d5d5d5; }

.search__results-input-loader {
  position: absolute;
  top: 0.6rem;
  right: 5.5rem;
  width: 1.75rem;
  z-index: 11; }
  @media screen and (min-width: 64em) {
    .search__results-input-loader {
      position: absolute;
      top: 1rem;
      right: 6rem;
      width: 2rem; } }

.search__button {
  border-radius: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: pointer;
  height: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  width: 2.5rem;
  z-index: 11; }
  .search__button:focus {
    border: 1px solid var(--theme-main-color, #f6870f); }

.search__button--clear {
  right: 2.5rem; }
  .search__button--clear:before {
    font-family: 'FontAwesome';
    content: "\F00D";
    font-size: 1rem;
    color: #d5d5d5;
    -webkit-font-smoothing: antialiased; }

.search__button--submit {
  background-color: var(--theme-main-color, #f6870f);
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  right: 0; }
  .search__button--submit:before {
    font-family: 'FontAwesome';
    content: "\F002";
    font-size: 1rem;
    color: #f9f9f9;
    -webkit-font-smoothing: antialiased; }

.search__results {
  background-color: white;
  border-bottom: 1px solid var(--theme-main-color, #f6870f);
  border-left: 1px solid var(--theme-main-color, #f6870f);
  border-right: 1px solid var(--theme-main-color, #f6870f);
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  color: #555555;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  left: 0;
  width: 100%;
  max-height: calc(100vh - 100px);
  -webkit-box-shadow: 0 0.5rem 0.5rem -0.5rem #d5d5d5;
          box-shadow: 0 0.5rem 0.5rem -0.5rem #d5d5d5;
  z-index: 11;
  -webkit-overflow-scrolling: touch; }

.search__results--admin {
  max-height: calc(100vh - 150px); }

.search__results-legend {
  background-color: #f9f9f9;
  border-bottom: 1px solid #d5d5d5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.3rem 0.5rem ;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 2; }
  .search__results-legend label {
    margin-left: auto ;
    margin-right: 0.5rem ;
    font-size: 0.8rem;
    font-weight: bold; }
  .search__results-legend-select {
    position: relative; }
    .search__results-legend-select:before {
      font-family: 'FontAwesome';
      content: "\F0D7";
      font-size: 0.8rem;
      color: inherit;
      -webkit-font-smoothing: antialiased; }
    .search__results-legend-select select {
      -webkit-appearance: none;
      background: transparent;
      cursor: pointer;
      color: inherit;
      border: 1px solid inherit;
      font-family: "BaseFont";
      font-size: 0.8rem;
      line-height: 1;
      height: auto;
      outline: none;
      -webkit-transition: background-color 0.25s;
      transition: background-color 0.25s;
      width: 100%;
      background-color: false;
      -webkit-transition: all 0.25s;
      transition: all 0.25s;
      padding: 0.4rem; }
      .search__results-legend-select select:disabled {
        color: #d3d3d3;
        border: 1px solid #d3d3d3; }
    .search__results-legend-select:before {
      position: absolute;
      top: 0.4rem;
      right: 0.5rem;
      display: inline-block;
      pointer-events: none; }
    .search__results-legend-select select {
      padding-right: 1.25rem ;
      width: 9rem; }

.search__results-header {
  width: 100%;
  font-size: 0.8rem;
  padding: 0.5rem ;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
  background-color: #eeeeee; }
  .search__results-header span {
    color: #bbbbbb;
    margin-left: 0.25rem ;
    margin-right: 0.25rem ; }
  .search__results-header a {
    display: inline;
    font-weight: bold;
    color: var(--theme-main-color, #f6870f); }
    .search__results-header a:hover {
      text-decoration: underline; }

.search__results-loader {
  max-width: 3rem;
  margin: 2rem auto ; }

.search__results-empty {
  line-height: 1.75;
  text-align: center;
  margin: 0.5rem ;
  width: calc(100% - 1rem);
  padding: 0.5rem ;
  border-radius: 0.25rem;
  color: #d5d5d5; }
  @media screen and (min-width: 40em) {
    .search__results-empty {
      line-height: 1.5; } }
  @media screen and (min-width: 64em) {
    .search__results-empty {
      line-height: 1.7; } }
  @media screen and (min-width: 64em) {
    .search__results-empty {
      font-size: 1.4rem;
      padding: 1rem ; } }

.search__results-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  padding: 0.5rem ;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s; }
  .search__results-item:active, .search__results-item:hover {
    background-color: #f3f3f3; }

.search__results-item-status {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  margin-right: 0.35rem ;
  display: inline-block; }
  .search__results-item-status--inactive, .search__results-item-status--read {
    background-color: #d3d3d3; }
  .search__results-item-status--active, .search__results-item-status--unread {
    background-color: #27ae60; }

.search__results-item--message .search__results-item-message {
  line-height: 1.75;
  margin-top: 0.25rem ;
  font-size: 0.8rem;
  padding-left: 0.75rem ;
  border-left: 1px solid #d5d5d5; }
  @media screen and (min-width: 40em) {
    .search__results-item--message .search__results-item-message {
      line-height: 1.5; } }
  @media screen and (min-width: 64em) {
    .search__results-item--message .search__results-item-message {
      line-height: 1.7; } }

.search__results-item--message .search__results-item-message-date {
  font-weight: bold;
  font-size: 0.7rem;
  margin-left: 0.5rem ; }

.search__results-item--message .search__results-item-name {
  margin-bottom: 0.5rem ; }

.search__results-item--order .search__results-item-order-status {
  margin-top: 0.5rem ; }
  .search__results-item--order .search__results-item-order-status--paid {
    color: #27ae60; }

.search__results-item--order .search__results-item-order-date {
  font-weight: bold;
  font-size: 0.7rem;
  margin-left: 0.5rem ; }

.search__results-item--offer .search__results-item-message {
  line-height: 1.75;
  margin-top: 0.25rem ;
  font-size: 0.8rem;
  padding-left: 0.75rem ;
  border-left: 1px solid #d5d5d5; }
  @media screen and (min-width: 40em) {
    .search__results-item--offer .search__results-item-message {
      line-height: 1.5; } }
  @media screen and (min-width: 64em) {
    .search__results-item--offer .search__results-item-message {
      line-height: 1.7; } }

.search__results-item-link {
  display: block; }
  .search__results-item-link:focus .search__results-item {
    background-color: #f3f3f3; }

.search__results-item--loading,
.search__results-header--loading {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.search__results-item--active {
  background-color: #ececec;
  display: block; }
  .search__results-item--active .search__results-item-info {
    font-weight: bold; }

.search__results-item-image {
  overflow: hidden;
  border-radius: 0.25rem;
  -ms-flex-preferred-size: 3rem;
      flex-basis: 3rem;
  margin-right: 0.5rem ;
  min-width: 3rem;
  min-height: 3rem;
  background-color: #d3d3d3;
  background-size: 20rem;
  background-position: center;
  border: 1px solid #d5d5d5;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .search__results-item-image svg {
    width: 80%; }
  @media screen and (min-width: 64em) {
    .search__results-item-image {
      -ms-flex-preferred-size: 4rem;
          flex-basis: 4rem;
      margin-right: 1rem ;
      min-width: 4rem;
      min-height: 4rem; } }

.search__results-item-info {
  -ms-flex-positive: 0;
      flex-grow: 0;
  text-align: left;
  font-size: 0.9rem; }
  .search__results-item-info-title {
    font-weight: normal; }
  .search__results-item-info-subtitle {
    margin-top: 0.25rem ; }
  .search__results-item-info-page-content {
    font-weight: normal;
    margin-top: 0.25rem; }
  .search__results-item-info-page-title {
    font-size: 1rem; }
  .search__results-item-info-sku {
    margin-top: 0.4rem ; }
  .search__results-item-info-format, .search__results-item-info-make {
    font-weight: normal;
    color: #a2a2a2;
    font-size: 0.8rem;
    display: block;
    margin-top: 0.3rem; }
  .search__results-item-info-artist {
    font-weight: normal;
    font-size: 0.8rem;
    margin-top: 0.3rem ; }
  .search__results-item-info-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 0.4rem ; }
    .search__results-item-info-footer h3 {
      margin-right: 0.5rem ; }
  .search__results-item-info .condition-indicator,
  .search__results-item-info .condition-indicator__bars span {
    text-align: left;
    float: left; }

.search__results-more {
  text-align: center;
  padding: 1rem ;
  background-color: #fbfbfb;
  border-top: 1px solid #e1e1e1; }
  .search__results-more h3 {
    font-weight: normal;
    font-size: 0.9rem;
    margin-bottom: 0.5rem ; }
    .search__results-more h3 span {
      font-weight: bold; }
  .search__results-more a {
    display: inline;
    font-weight: bold;
    font-weight: bold; }
    .search__results-more a:hover {
      text-decoration: underline; }

.search__body {
  max-height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  -webkit-overflow-scrolling: touch; }
  .search__body + footer {
    display: none; }

.section__marketing {
  background-color: #fbfbfb; }
  .section__marketing-container {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto; }
    .section__marketing-container:after {
      content: "";
      display: table;
      clear: both; }
  .section__marketing-copy {
    width: 100%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem ;
    padding-bottom: 1rem ;
    line-height: 1.75; }
    @media screen and (min-width: 30em) {
      .section__marketing-copy {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .section__marketing-copy:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 40em) {
      .section__marketing-copy {
        line-height: 1.5; } }
    @media screen and (min-width: 64em) {
      .section__marketing-copy {
        line-height: 1.7; } }
    @media screen and (min-width: 40em) {
      .section__marketing-copy {
        float: none;
        margin-left: auto;
        margin-right: auto;
        padding-top: 2rem ;
        padding-bottom: 2rem ; } }
  .section__marketing-loading {
    min-height: 8rem; }

.slider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  border: 1px solid #d5d5d5;
  overflow: hidden;
  border-radius: 0.25rem; }

.slider__container {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.slider__images {
  padding-bottom: 100% ;
  position: relative;
  width: 100%; }

.slider__images--loading {
  background: linear-gradient(214deg, #f9f9f9, #d5d5d5);
  background-size: 400% 400%;
  -webkit-animation: Skeleton 1s ease infinite;
  animation: Skeleton 1s ease infinite; }

@-webkit-keyframes Skeleton {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes Skeleton {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

.slider__images-image {
  height: auto;
  max-height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  width: auto;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.slider__images-image--active {
  opacity: 1;
  filter: alpha(opacity=100); }

.slider__video-container {
  background-color: black;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  width: 100%; }

.slider__video {
  background-color: black;
  height: 0;
  margin-top: calc(28.125% / 1.5) ;
  padding-bottom: 56.25% ;
  position: relative; }

.slider__video iframe {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.slider__video--active {
  opacity: 1;
  filter: alpha(opacity=100); }

.slider__controls {
  background-color: #f9f9f9;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #555555;
  cursor: pointer;
  height: 2rem;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 1.5rem;
  width: 2rem;
  z-index: 5; }
  .slider__controls--left {
    margin-top: -1rem ;
    left: 0.5rem;
    -webkit-transform: translate(-50%, auto);
            transform: translate(-50%, auto); }
    .slider__controls--left:before {
      font-family: 'FontAwesome';
      content: "\F104";
      font-size: inherit;
      color: inherit;
      -webkit-font-smoothing: antialiased; }
  .slider__controls--right {
    margin-top: -1rem ;
    right: 0.5rem;
    -webkit-transform: translate(-50%, auto);
            transform: translate(-50%, auto); }
    .slider__controls--right:before {
      font-family: 'FontAwesome';
      content: "\F105";
      font-size: inherit;
      color: inherit;
      -webkit-font-smoothing: antialiased; }
  .slider__controls--fullscreen {
    top: 0.5rem;
    right: 0.5rem;
    font-size: 1rem; }
    .slider__controls--fullscreen:before {
      font-family: 'FontAwesome';
      content: "\F0B2";
      font-size: inherit;
      color: inherit;
      -webkit-font-smoothing: antialiased; }
    .slider__controls--fullscreen--active:before {
      font-family: 'FontAwesome';
      content: "\F066";
      font-size: inherit;
      color: inherit;
      -webkit-font-smoothing: antialiased; }

.slider__thumbnails {
  background-color: #f9f9f9;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0.25rem ;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  max-width: 100%;
  white-space: nowrap; }

.slider__thumbnails-thumb,
.slider__thumbnails-video {
  background-image: url("/images/bg-pattern-tile.svg");
  border-radius: 0.25rem;
  cursor: pointer;
  margin: 0.25rem ;
  opacity: 0.35;
  filter: alpha(opacity=35);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  max-width: 3rem;
  min-width: 3rem;
  max-height: 3rem;
  min-height: 3rem; }
  .slider__thumbnails-thumb--active, .slider__thumbnails-thumb:hover,
  .slider__thumbnails-video--active,
  .slider__thumbnails-video:hover {
    opacity: 1;
    filter: alpha(opacity=100); }
  @media screen and (min-width: 64em) {
    .slider__thumbnails-thumb,
    .slider__thumbnails-video {
      max-width: 6rem;
      min-width: 6rem;
      max-height: 6rem;
      min-height: 6rem; } }

.slider--fullscreen {
  background-color: rgba(85, 85, 85, 0.8);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 20; }
  .slider--fullscreen .slider__container {
    border-radius: 0.25rem;
    -ms-flex-preferred-size: calc(90vh - 6rem);
        flex-basis: calc(90vh - 6rem);
    padding: 0.5rem ; }
    @media screen and (min-width: 64em) {
      .slider--fullscreen .slider__container {
        padding: 0rem ; } }
    .slider--fullscreen .slider__container--with-thumbs {
      margin-top: -3rem ; }
      @media screen and (min-width: 64em) {
        .slider--fullscreen .slider__container--with-thumbs {
          margin-top: -6rem ; } }
  .slider--fullscreen .slider__thumbnails {
    background-color: transparent;
    position: fixed;
    left: 0;
    bottom: 0rem;
    width: 100%;
    max-width: 100%; }
  @media screen and (min-width: 90em) {
    .slider--fullscreen .slider__controls--left {
      color: #f9f9f9;
      opacity: 0.5;
      filter: alpha(opacity=50);
      font-size: 3rem;
      background-color: transparent;
      left: -5rem;
      padding: 2rem ; }
    .slider--fullscreen .slider__controls--right {
      background-color: transparent;
      color: #f9f9f9;
      opacity: 0.5;
      filter: alpha(opacity=50);
      right: -5rem;
      font-size: 3rem;
      padding: 2rem ; }
    .slider--fullscreen .slider__controls--fullscreen {
      font-size: 1.2rem;
      top: -2rem;
      right: -2rem; }
    .slider--fullscreen .slider__controls:hover {
      opacity: 1;
      filter: alpha(opacity=100); } }

.social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center; }

.social__button {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  color: #f9f9f9;
  margin-left: 0.25rem ;
  margin-right: 0.25rem ;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  text-align: center; }

.social__button--facebook {
  background-color: #3b5998; }
  .social__button--facebook:before {
    font-family: 'FontAwesome';
    content: "\F09A";
    font-size: inherit;
    color: inherit;
    -webkit-font-smoothing: antialiased; }
  .social__button--facebook:hover {
    background-color: #344e86; }

.social__button--twitter {
  background-color: #0084b4; }
  .social__button--twitter:before {
    font-family: 'FontAwesome';
    content: "\F099";
    font-size: inherit;
    color: inherit;
    -webkit-font-smoothing: antialiased; }
  .social__button--twitter:hover {
    background-color: #00719b; }

.social__button--email {
  background-color: #f6870f; }
  .social__button--email:before {
    font-family: 'FontAwesome';
    content: "\F003";
    font-size: inherit;
    color: inherit;
    -webkit-font-smoothing: antialiased; }
  .social__button--email:hover {
    background-color: #e37a09; }

.stats {
  font-size: 0.9rem;
  display: -ms-flexbox;
  display: flex;
  text-align: center; }

.stats h2 {
  font-weight: normal;
  margin: 0.25rem 0.25rem 0 0.25rem; }

.stats h2::before {
  margin-right: 0.25rem; }

.stats__views:before {
  font-family: 'FontAwesome';
  content: "\F06E";
  font-size: inherit;
  color: inherit;
  -webkit-font-smoothing: antialiased; }

.stats__watchers:before {
  font-family: 'FontAwesome';
  content: "\F006";
  font-size: inherit;
  color: inherit;
  -webkit-font-smoothing: antialiased; }

.watch {
  font-family: "BaseFont";
  font-size: inherit;
  outline: none;
  width: 100%;
  height: auto;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  cursor: pointer;
  background-color: #f6870f;
  background-color: transparent;
  border: 1px solid var(--theme-main-color, #f6870f);
  color: var(--theme-main-color, #f6870f);
  border-radius: 0.25rem;
  padding: 0.5rem; }
  .watch:before {
    font-family: 'FontAwesome';
    content: "\F006";
    font-size: inherit;
    color: inherit;
    -webkit-font-smoothing: antialiased; }
  .watch:before {
    margin-right: 0.5rem; }
  .watch--watching:before {
    font-family: 'FontAwesome';
    content: "\F005";
    font-size: inherit;
    color: inherit;
    -webkit-font-smoothing: antialiased; }
  .watch--loading {
    font-family: "BaseFont";
    font-size: inherit;
    outline: none;
    width: 100%;
    height: auto;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
    cursor: pointer;
    background-color: #f6870f;
    background-color: transparent;
    border: 1px solid var(--theme-main-color, #f6870f);
    color: var(--theme-main-color, #f6870f);
    border-radius: 0.25rem;
    padding: 0.5rem;
    background-color: #d3d3d3;
    color: #939393;
    border: 1px solid #bababa; }

.watch-badge {
  font-family: "BaseFont";
  font-size: inherit;
  outline: none;
  width: 100%;
  height: auto;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  cursor: pointer;
  background-color: #f6870f;
  background-color: transparent;
  border: 1px solid var(--theme-main-color, #f6870f);
  color: var(--theme-main-color, #f6870f);
  border-radius: 0.25rem;
  padding: 0.5rem; }
  .watch-badge:before {
    font-family: 'FontAwesome';
    content: "\F006";
    font-size: inherit;
    color: inherit;
    -webkit-font-smoothing: antialiased; }
  .watch-badge--watching:before {
    font-family: 'FontAwesome';
    content: "\F005";
    font-size: inherit;
    color: inherit;
    -webkit-font-smoothing: antialiased; }

.watch-badge__inner {
  display: inline; }

.blog__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  max-width: 75rem;
  margin: 0 auto; }

.blog__container .pagination {
  margin: 2rem auto; }

.blog-entry {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  border: 1px solid #d5d5d5;
  margin: 0.75rem;
  width: 100%;
  text-align: center;
  position: relative; }
  @media screen and (min-width: 40em) {
    .blog-entry {
      -ms-flex-preferred-size: calc(50% - 1.875rem);
          flex-basis: calc(50% - 1.875rem);
      margin: 0.9375rem;
      width: calc(50% - 1.875rem); } }
  @media screen and (min-width: 75em) {
    .blog-entry {
      -ms-flex-preferred-size: calc((100% / 3) - 1.875rem);
          flex-basis: calc((100% / 3) - 1.875rem);
      width: calc((100% / 3) - 1.875rem); } }
  .blog-entry--loading {
    opacity: 0.5; }
  .blog-entry article {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
  .blog-entry__image {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%; }
    .blog-entry__image img {
      width: 100%;
      height: auto; }
    .blog-entry__image--placeholder {
      position: relative;
      padding-bottom: 50%;
      overflow: hidden; }
      .blog-entry__image--placeholder img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; }
  .blog-entry__content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 1.5rem; }
    .blog-entry__content h1 {
      font-family: "HeadingFont";
      font-size: 1.4rem;
      line-height: 1.25; }
    .blog-entry__content p {
      line-height: 1.75;
      font-size: 0.9rem;
      margin: 1rem 0; }
      @media screen and (min-width: 40em) {
        .blog-entry__content p {
          line-height: 1.5; } }
      @media screen and (min-width: 64em) {
        .blog-entry__content p {
          line-height: 1.7; } }
    .blog-entry__content time {
      color: #a2a2a2;
      font-size: 0.9rem; }

.not-found {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: calc(100vh - (98px + 50px)); }

.not-found__content {
  width: 100%;
  max-width: 35rem;
  padding: 0 1rem;
  text-align: center; }

.not-found__content a {
  display: inline;
  font-weight: bold; }
  .not-found__content a:hover {
    text-decoration: underline; }

.not-found__content h1 {
  font-size: 1.4rem;
  line-height: 1.75;
  margin-bottom: 0.5rem; }
  @media screen and (min-width: 40em) {
    .not-found__content h1 {
      line-height: 1.5; } }
  @media screen and (min-width: 64em) {
    .not-found__content h1 {
      line-height: 1.7; } }

.not-found__content img {
  width: 80%;
  max-width: 15rem;
  margin: 1rem auto; }

.order {
  padding: 2rem ;
  line-height: 1.75;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: calc(100vh - (98px + 50px)); }
  @media screen and (min-width: 40em) {
    .order {
      line-height: 1.5; } }
  @media screen and (min-width: 64em) {
    .order {
      line-height: 1.7; } }
  .order__icon {
    height: 7rem;
    margin: 0 auto ;
    margin-bottom: 1rem ;
    line-height: 1;
    width: 7rem; }
    .order__icon:before {
      font-family: 'FontAwesome';
      content: "\F00C";
      font-size: 7rem;
      color: #27ae60;
      -webkit-font-smoothing: antialiased; }
  .order h1 {
    font-family: "HeadingFont";
    font-size: 1.75rem; }
  .order p {
    margin: 0 auto ;
    margin-bottom: 1rem ;
    font-size: 0.9rem;
    max-width: 25rem; }
  .order span {
    font-size: 0.7rem; }
  .order button {
    font-family: "BaseFont";
    font-size: inherit;
    outline: none;
    width: auto;
    height: auto;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
    cursor: pointer;
    background-color: #f6870f;
    background-color: transparent;
    border: 1px solid #555555;
    color: #555555;
    border-radius: 0.25rem;
    padding: 0.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto ;
    padding-left: 3rem ;
    padding-right: 3rem ; }
    .order button img {
      max-width: 5rem; }

.admin-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #eeeeee;
  border-top: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  width: 100%;
  padding: 1rem;
  z-index: 10; }
  @media screen and (min-width: 64em) {
    .admin-footer {
      width: 22.5rem; } }

.admin-footer__button__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: end;
      justify-content: flex-end; }

.admin-footer__button {
  -ms-flex-positive: 1;
      flex-grow: 1;
  font-family: "BaseFont";
  font-size: inherit;
  outline: none;
  width: calc(50% - 1rem);
  height: auto;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  cursor: pointer;
  border: 1px solid #fbfbfb;
  color: #f9f9f9;
  background-color: #f6870f;
  background-color: #fbfbfb;
  border-radius: 0.25rem;
  padding: 0.5rem;
  color: #555555;
  font-size: 0.9rem;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .admin-footer__button--text {
    margin-right: 0.5rem; }
  .admin-footer__button--reverb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin-left: 0.5rem; }
    .admin-footer__button--reverb svg {
      height: 1.25rem;
      margin-left: 0.5rem;
      width: 1.25rem; }
  .admin-footer__button--save {
    font-family: "BaseFont";
    font-size: inherit;
    outline: none;
    width: 100%;
    height: auto;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
    cursor: pointer;
    border: 1px solid var(--theme-main-color, #f6870f);
    color: #f9f9f9;
    background-color: #f6870f;
    background-color: var(--theme-main-color, #f6870f);
    border-radius: 0.25rem;
    padding: 1rem 0.5rem;
    font-size: 125%;
    margin-bottom: 1rem; }

.code {
  width: 100%; }

.code__container--fullscreen {
  border: 1px solid #d5d5d5; }

.code__legend {
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  background: #e7e7e7;
  padding: 0.3rem 1rem;
  text-align: right; }

.code__legend__item {
  font-weight: bold;
  font-size: 0.9rem;
  text-align: left;
  -ms-flex: 1;
      flex: 1; }
  .code__legend__item--fullscreen-open, .code__legend__item--fullscreen-close {
    text-align: right;
    font-weight: normal;
    font-size: 1rem; }
  .code__legend__item--fullscreen-open {
    cursor: pointer; }
    .code__legend__item--fullscreen-open:before {
      font-family: 'FontAwesome';
      content: "\F0B2";
      font-size: inherit;
      color: inherit;
      -webkit-font-smoothing: antialiased; }
  .code__legend__item--fullscreen-close {
    cursor: pointer; }
    .code__legend__item--fullscreen-close:before {
      font-family: 'FontAwesome';
      content: "\F066";
      font-size: inherit;
      color: inherit;
      -webkit-font-smoothing: antialiased; }

.editor {
  position: relative; }

.editor__link {
  background-color: #555555;
  border: 1px solid #d5d5d5;
  border-radius: 0.25rem;
  color: #f9f9f9;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  position: absolute;
  top: -3rem;
  left: 0;
  width: 100%;
  padding: 0.25rem; }
  .editor__link:before {
    font-family: 'FontAwesome';
    content: "\F0D7";
    font-size: inherit;
    color: inherit;
    -webkit-font-smoothing: antialiased; }
  .editor__link:before {
    color: #555555;
    position: absolute;
    left: 50%;
    bottom: -0.5rem; }
  .editor__link form {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .editor__link input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-family: "BaseFont";
    font-size: 0.9rem;
    line-height: 1;
    background-color: #fbfbfb;
    border-color: #d5d5d5;
    color: #555555;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: block;
    font-size: 0.9rem;
    height: auto;
    outline: none;
    padding: 0.4rem 0.5rem;
    position: relative;
    width: 100%;
    border-radius: 0.25rem;
    border-style: solid;
    border-width: 1px;
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .editor__link button {
    font-family: "BaseFont";
    font-size: inherit;
    outline: none;
    width: 100%;
    height: auto;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
    cursor: pointer;
    border: 1px solid var(--theme-main-color, #f6870f);
    color: #f9f9f9;
    background-color: #f6870f;
    background-color: var(--theme-main-color, #f6870f);
    border-radius: 0.25rem;
    padding: 0.5rem;
    margin-top: 0.25rem ;
    -webkit-transition: width 0.25s;
    transition: width 0.25s; }

.editor__link--active {
  position: absolute;
  top: -5rem;
  left: 0; }

.editor__link--delete .editor__link-button {
  border-radius: 0;
  -ms-flex-preferred-size: 90%;
      flex-basis: 90%;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  width: 90%; }

.editor__link--delete .editor__link-button--delete {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
  font-family: "BaseFont";
  font-size: inherit;
  outline: none;
  width: 100%;
  height: auto;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  cursor: pointer;
  border: 1px solid #e74c3c;
  color: #f9f9f9;
  background-color: #f6870f;
  background-color: #e74c3c;
  padding: 0.5rem;
  border-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  width: 10%; }
  .editor__link--delete .editor__link-button--delete:before {
    font-family: 'FontAwesome';
    content: "\F014";
    font-size: inherit;
    color: inherit;
    -webkit-font-smoothing: antialiased; }

.editor__content {
  max-height: 50rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "BaseFont";
  font-size: 0.9rem;
  line-height: 1;
  background-color: #fbfbfb;
  border-color: #d5d5d5;
  color: #555555;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  display: block;
  font-size: 0.9rem;
  height: auto;
  outline: none;
  padding: 0.4rem 0.5rem;
  position: relative;
  width: 100%;
  border-radius: 0.25rem;
  min-height: 8rem;
  line-height: 1.75;
  border-style: solid;
  border-width: 1px;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  @media screen and (min-width: 40em) {
    .editor__content {
      line-height: 1.5; } }
  @media screen and (min-width: 64em) {
    .editor__content {
      line-height: 1.7; } }
  .editor__content--nav {
    border-radius: 0;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; }
  .editor__content a {
    display: inline;
    font-weight: bold; }
    .editor__content a:hover {
      text-decoration: underline; }
  .editor__content .public-DraftEditor-content {
    min-height: 8rem; }

.editor__tag--link {
  cursor: pointer;
  display: inline;
  font-weight: bold;
  text-decoration: underline; }
  .editor__tag--link:hover {
    text-decoration: underline; }
  .editor__tag--link:hover {
    text-decoration: underline; }

.editor__nav {
  border-top: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  text-align: center;
  background-color: #ececec; }
  .editor__nav li {
    cursor: pointer;
    display: inline-block;
    padding: 0.5rem ;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
    min-width: 2.25rem; }
    .editor__nav li:last-child {
      border-right: 1px solid #d5d5d5; }
    .editor__nav li:hover {
      background-color: #ececec; }
  .editor__nav--default {
    border-left: 1px solid #d5d5d5;
    background-color: #f9f9f9; }
  .editor__nav--muted {
    background-color: transparent;
    color: #d5d5d5; }
  .editor__nav--active {
    color: #f6870f;
    border-bottom: 1px solid #f6870f; }
  .editor__nav--bold:before {
    font-family: 'FontAwesome';
    content: "\F032";
    font-size: inherit;
    color: inherit;
    -webkit-font-smoothing: antialiased; }
  .editor__nav--italic:before {
    font-family: 'FontAwesome';
    content: "\F033";
    font-size: inherit;
    color: inherit;
    -webkit-font-smoothing: antialiased; }
  .editor__nav--link:before {
    font-family: 'FontAwesome';
    content: "\F0C1";
    font-size: inherit;
    color: inherit;
    -webkit-font-smoothing: antialiased; }

.form label {
  font-size: 0.9rem;
  display: inline-block;
  width: 100%; }

.form input[type='text'],
.form input[type='number'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "BaseFont";
  font-size: 0.9rem;
  line-height: 1;
  background-color: #fbfbfb;
  border-color: #d5d5d5;
  color: #555555;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  display: block;
  font-size: 0.9rem;
  height: auto;
  outline: none;
  padding: 0.4rem 0.5rem;
  position: relative;
  width: 100%;
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 1px; }

.form textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "BaseFont";
  font-size: 0.9rem;
  line-height: 1;
  background-color: #fbfbfb;
  border-color: #d5d5d5;
  color: #555555;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  display: block;
  font-size: 0.9rem;
  height: auto;
  outline: none;
  padding: 0.4rem 0.5rem;
  position: relative;
  width: 100%;
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 1px;
  width: 100%;
  max-width: 100%;
  min-height: 10rem;
  padding: 0.6rem 0.8rem; }

.form input[type='checkbox'],
.form input[type='checkbox'] + label {
  cursor: pointer;
  display: inline;
  margin: 0;
  margin-right: 0.25rem; }

.form button {
  font-family: "BaseFont";
  font-size: inherit;
  outline: none;
  width: 100%;
  height: auto;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  cursor: pointer;
  border: 1px solid var(--theme-main-color, #f6870f);
  color: #f9f9f9;
  background-color: #f6870f;
  background-color: var(--theme-main-color, #f6870f);
  border-radius: 0.25rem;
  padding: 0.5rem; }

.modal {
  background-color: rgba(85, 85, 85, 0.9);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  padding: 1rem ;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  z-index: 100; }

.modal__container {
  margin: auto ;
  width: 100%;
  max-width: 30rem; }

.modal__container-content {
  margin: auto ;
  border-radius: 0.25rem;
  background-color: #f9f9f9;
  padding: 1.5rem ;
  width: 100%;
  max-width: 35rem;
  min-width: 10rem; }
  .modal__container-content img {
    max-width: 12rem;
    margin-bottom: 1rem ;
    margin-left: auto ;
    margin-right: auto ;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .modal__container-content video {
    width: 75%;
    margin-left: 17.5% ;
    margin-bottom: 1rem ;
    height: auto; }
  .modal__container-content h2 {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 1rem ; }
  .modal__container-content p {
    line-height: 1.75;
    text-align: center;
    width: 100%;
    max-width: 27.5rem;
    margin: 0 auto ; }
    @media screen and (min-width: 40em) {
      .modal__container-content p {
        line-height: 1.5; } }
    @media screen and (min-width: 64em) {
      .modal__container-content p {
        line-height: 1.7; } }
  .modal__container-content input[type='text'] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-family: "BaseFont";
    font-size: 0.9rem;
    line-height: 1;
    background-color: #fbfbfb;
    border-color: #d5d5d5;
    color: #555555;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: block;
    font-size: 0.9rem;
    height: auto;
    outline: none;
    padding: 0.4rem 0.5rem;
    position: relative;
    width: 100%;
    border-radius: 0.25rem;
    border-style: solid;
    border-width: 1px; }
  @media screen and (min-width: 40em) {
    .modal__container-content {
      padding: 2.5rem 1.5rem ; } }

.modal__buttons {
  margin-top: 2.5rem ;
  padding: 1.5rem ;
  margin-bottom: -2.5rem ;
  background-color: #ececec;
  width: calc(100% + 3rem);
  margin-left: -1.5rem ;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }
  .modal__buttons button {
    margin-top: 0.5rem ;
    width: 100%;
    max-width: 100%;
    margin-left: 0% ; }
    .modal__buttons button:first-of-type {
      margin-top: 0 ; }

.modal__button-confirm {
  font-family: "BaseFont";
  font-size: inherit;
  outline: none;
  width: 100%;
  height: auto;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  cursor: pointer;
  border: 1px solid var(--theme-main-color, #f6870f);
  color: #f9f9f9;
  background-color: #f6870f;
  background-color: var(--theme-main-color, #f6870f);
  border-radius: 0.25rem;
  padding: 1rem 0.5rem;
  font-size: 125%; }

.modal__button-disabled {
  font-family: "BaseFont";
  font-size: inherit;
  outline: none;
  width: 100%;
  height: auto;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  cursor: pointer;
  border: 1px solid var(--theme-main-color, #f6870f);
  color: #f9f9f9;
  background-color: #f6870f;
  background-color: var(--theme-main-color, #f6870f);
  border-radius: 0.25rem;
  padding: 1rem 0.5rem;
  font-size: 125%;
  background-color: #d3d3d3;
  color: #939393;
  border: 1px solid #bababa; }

.modal__button-cancel {
  font-family: "BaseFont";
  font-size: inherit;
  outline: none;
  width: 100%;
  height: auto;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  cursor: pointer;
  background-color: #f6870f;
  background-color: transparent;
  border: 1px solid var(--theme-main-color, #f6870f);
  color: var(--theme-main-color, #f6870f);
  border-radius: 0.25rem;
  padding: 0.3rem;
  font-size: 90%; }

.navigation__index header {
  background-color: #eeeeee;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  margin-bottom: 1rem;
  padding: 1rem; }
  @media screen and (min-width: 64em) {
    .navigation__index header {
      margin-left: -1rem ;
      width: calc(100% + 2rem);
      max-width: none; } }

.navigation__index header h1 {
  margin-right: auto ; }

.navigation__index header nav li {
  font-family: "BaseFont";
  font-size: inherit;
  outline: none;
  width: auto;
  height: auto;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  cursor: pointer;
  border: 1px solid #f9f9f9;
  color: #f9f9f9;
  background-color: #f6870f;
  background-color: #f9f9f9;
  border-radius: 0.25rem;
  padding: 0.5rem;
  border: 1px solid #d5d5d5;
  color: #555555;
  margin-left: auto ;
  padding: 0.75rem ; }
  .navigation__index header nav li:before {
    font-family: 'FontAwesome';
    content: "\F067";
    font-size: 1rem;
    color: inherit;
    -webkit-font-smoothing: antialiased; }

.navigation__list-container {
  margin: 0 auto ;
  margin-bottom: 1rem ;
  position: relative;
  max-width: 22.5rem; }
  .navigation__list-container:after {
    content: "";
    display: table;
    clear: both; }

.navigation__list {
  background-size: 12rem;
  background-image: url("/images/bg-pattern-tile.svg");
  border-radius: 0.25rem;
  border: 1px solid #d5d5d5;
  position: relative; }
  .navigation__list:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(249, 249, 249, 0.75);
    width: 100%;
    height: 100%; }

.navigation__list-empty {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .navigation__list-empty p {
    font-size: 1.2rem;
    line-height: 1.75;
    color: #a2a2a2;
    text-align: center;
    width: 100%; }
    @media screen and (min-width: 40em) {
      .navigation__list-empty p {
        line-height: 1.5; } }
    @media screen and (min-width: 64em) {
      .navigation__list-empty p {
        line-height: 1.7; } }
  .navigation__list-empty img {
    display: block;
    width: 80%;
    max-width: 7rem;
    margin-top: 0.5rem ;
    margin-bottom: 0.5rem ;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%); }

.navigation__list-item {
  background-color: #f9f9f9;
  border-top: 1px solid #d5d5d5;
  max-height: 5rem;
  margin-left: auto ;
  padding: 1rem ;
  padding-left: 2.5rem ;
  position: relative;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  width: 100%; }
  .navigation__list-item-content {
    padding-right: 3rem ; }
  .navigation__list-item--dragging {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    opacity: 0.85;
    filter: alpha(opacity=85);
    cursor: -webkit-grabbing;
    border: 1px solid #d5d5d5;
    border-radius: 0.25rem; }
  .navigation__list-item--parent--expanded {
    -webkit-box-shadow: 0 0.5rem 0.5rem -0.5rem #d5d5d5;
            box-shadow: 0 0.5rem 0.5rem -0.5rem #d5d5d5;
    z-index: 9; }
  .navigation__list-item--child, .navigation__list-item--subparent, .navigation__list-item--grandchild {
    padding-left: 4rem ; }
    .navigation__list-item--child .navigation__list-item-count, .navigation__list-item--subparent .navigation__list-item-count, .navigation__list-item--grandchild .navigation__list-item-count {
      position: absolute;
      top: 50%;
      left: 0.9rem; }
    .navigation__list-item--child .navigation__list-item-collapse, .navigation__list-item--subparent .navigation__list-item-collapse, .navigation__list-item--grandchild .navigation__list-item-collapse {
      position: absolute;
      top: 0;
      left: 2.4rem; }
  .navigation__list-item--child, .navigation__list-item--subparent {
    background-color: #f3f3f3; }
  .navigation__list-item--grandchild {
    background-color: #e9e9e9; }
  .navigation__list-item--collapsed {
    max-height: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    margin: 0 ;
    padding: 0 ;
    border: none; }
  .navigation__list-item a {
    cursor: pointer;
    display: inline;
    font-weight: bold;
    font-size: 0.9rem; }
    .navigation__list-item a:hover {
      text-decoration: underline; }

.navigation__list-item-collapse {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #d3d3d3;
  height: 100%;
  position: absolute;
  top: 0;
  left: 1rem;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  width: 1rem; }
  .navigation__list-item-collapse:before {
    font-family: 'FontAwesome';
    content: "\F0DA";
    font-size: 1rem;
    color: inherit;
    -webkit-font-smoothing: antialiased; }
  .navigation__list-item-collapse:before {
    -webkit-transition: all 0.25s;
    transition: all 0.25s; }
  .navigation__list-item-collapse--active {
    color: #555555;
    cursor: pointer; }
  .navigation__list-item-collapse--toggled:before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

.navigation__list-item-drag {
  cursor: -webkit-grab;
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem ;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .navigation__list-item-drag:before {
    font-family: 'FontAwesome';
    content: "\F0C9";
    font-size: 1rem;
    color: #555555;
    -webkit-font-smoothing: antialiased; }
  .navigation__list-item-drag:active {
    cursor: -webkit-grabbing; }

.navigation__list-item-name {
  cursor: pointer;
  display: inline;
  display: inline;
  font-weight: bold;
  font-weight: normal; }
  .navigation__list-item-name:hover {
    text-decoration: underline; }
  .navigation__list-item-name:first-letter {
    text-transform: uppercase; }
  .navigation__list-item-name-muted {
    color: #a2a2a2; }

.navigation__list-item-buttons {
  display: block;
  font-size: 0.8rem;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #959595;
  margin-top: 0.35rem ; }
  .navigation__list-item-buttons--edit {
    font-family: "BaseFont";
    outline: none;
    width: auto;
    height: auto;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
    cursor: pointer;
    display: inline-block;
    padding: 1rem;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    font-weight: 400;
    padding: 0.2rem 0.7rem;
    border: 1px solid var(--theme-main-color, #f6870f);
    font-size: 0.8rem;
    border-radius: 4rem; }
    .navigation__list-item-buttons--edit:hover {
      text-decoration: none;
      opacity: 1; }
    .navigation__list-item-buttons--edit:hover {
      color: #f6870f; }
  .navigation__list-item-buttons--delete {
    font-family: "BaseFont";
    outline: none;
    width: auto;
    height: auto;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
    cursor: pointer;
    display: inline-block;
    padding: 1rem;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    font-weight: 400;
    padding: 0.2rem 0.7rem;
    border: 1px solid var(--theme-main-color, #f6870f);
    font-size: 0.8rem;
    border-radius: 4rem;
    margin-left: 0.3rem ; }
    .navigation__list-item-buttons--delete:hover {
      text-decoration: none;
      opacity: 1; }
    .navigation__list-item-buttons--delete:hover {
      color: #f6870f; }

.navigation__list-item-count {
  background-color: #555555;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #f9f9f9;
  cursor: pointer;
  height: 1rem;
  position: absolute;
  top: 50%;
  left: -0.5rem;
  margin-top: -0.5rem ;
  font-size: 0.6rem;
  font-weight: bold;
  text-align: center;
  width: 1rem; }

.navigation__form input[type='text'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "BaseFont";
  font-size: 0.9rem;
  line-height: 1;
  background-color: #fbfbfb;
  border-color: #d5d5d5;
  color: #555555;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  display: block;
  font-size: 0.9rem;
  height: auto;
  outline: none;
  padding: 0.4rem 0.5rem;
  position: relative;
  width: 100%;
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 1px;
  border: none;
  border-bottom: 1px solid #d5d5d5;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  font-size: 1rem; }
  .navigation__form input[type='text']:nth-of-type(2):not:first-child {
    margin-top: 1rem ; }

.navigation__form label,
.navigation__form-label {
  display: block;
  margin-top: 1rem ;
  margin-bottom: 0.25rem ;
  font-weight: bold;
  font-size: 0.9rem;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }

.navigation__form-label-valid {
  color: #f6870f;
  position: relative;
  margin-left: 1.25rem ; }
  .navigation__form-label-valid:before {
    font-family: 'FontAwesome';
    content: "\F00C";
    font-size: inherit;
    color: #f6870f;
    -webkit-font-smoothing: antialiased; }
  .navigation__form-label-valid:before {
    position: absolute;
    left: -1.25rem; }

.navigation__form-link {
  margin-top: 1rem ; }

.navigation__form-link h2 {
  font-size: 0.9rem;
  text-align: left;
  margin-bottom: 0.5rem ; }

.navigation__form-link button {
  font-family: "BaseFont";
  outline: none;
  width: auto;
  height: auto;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  cursor: pointer;
  display: inline-block;
  padding: 1rem;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  font-weight: 400;
  padding: 0.2rem 0.7rem;
  border: 1px solid var(--theme-main-color, #f6870f);
  font-size: 0.8rem;
  border-radius: 4rem;
  margin-left: 0.5rem ; }
  .navigation__form-link button:hover {
    text-decoration: none;
    opacity: 1; }

.navigation__form-link a,
.navigation__form-link-placeholder {
  background-color: #ececec;
  border-radius: 0.25rem;
  display: block;
  padding: 0.75rem ;
  font-size: 0.9rem;
  width: 100%;
  max-width: none; }

.navigation__form-link a {
  display: block;
  font-weight: bold;
  font-weight: bold;
  text-align: center; }
  .navigation__form-link a:hover {
    text-decoration: underline; }

.navigation__form-link-placeholder {
  line-height: 1.75;
  font-weight: normal;
  text-align: center; }
  @media screen and (min-width: 40em) {
    .navigation__form-link-placeholder {
      line-height: 1.5; } }
  @media screen and (min-width: 64em) {
    .navigation__form-link-placeholder {
      line-height: 1.7; } }

.navigation__form-toggle-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1rem ;
  margin-bottom: 1rem ; }
  .navigation__form-toggle-container .navigation__form-toggle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .navigation__form-toggle-container .navigation__form-toggle label {
      margin: 0 ; }
    .navigation__form-toggle-container .navigation__form-toggle span {
      margin-right: auto ;
      font-size: 0.9rem;
      font-weight: bold; }

.navigation__form-delete {
  font-family: "BaseFont";
  font-size: inherit;
  outline: none;
  width: 100%;
  height: auto;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  cursor: pointer;
  background-color: #f6870f;
  background-color: transparent;
  border: 1px solid #e74c3c;
  color: #e74c3c;
  border-radius: 0.25rem;
  padding: 0.5rem;
  margin-top: 1rem ; }

.navigation__form-helper {
  background-color: #ececec;
  border-radius: 0.25rem;
  margin-top: 0.5rem;
  padding: 0.5rem; }
  .navigation__form-helper p {
    line-height: 1.75;
    text-align: center;
    font-size: 0.8rem; }
    @media screen and (min-width: 40em) {
      .navigation__form-helper p {
        line-height: 1.5; } }
    @media screen and (min-width: 64em) {
      .navigation__form-helper p {
        line-height: 1.7; } }

.navigation__form-select {
  position: relative;
  position: relative; }
  .navigation__form-select:before {
    font-family: 'FontAwesome';
    content: "\F0D7";
    font-size: 1rem;
    color: inherit;
    -webkit-font-smoothing: antialiased; }
  .navigation__form-select:before {
    font-family: 'FontAwesome';
    content: "\F0D7";
    font-size: inherit;
    color: inherit;
    -webkit-font-smoothing: antialiased; }
  .navigation__form-select select {
    -webkit-appearance: none;
    background: transparent;
    border: none;
    border-bottom: 1px solid #d5d5d5;
    border-radius: 0;
    cursor: pointer;
    font-family: "BaseFont";
    font-size: 1rem;
    line-height: 1;
    height: auto;
    outline: none;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
    width: 100%;
    color: #555555;
    background-color: false;
    padding: 0.5rem;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    padding: 0.5rem; }
    .navigation__form-select select:disabled {
      color: #d3d3d3;
      border-color: #d3d3d3; }
  .navigation__form-select:before {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    color: #555555;
    display: inline-block;
    pointer-events: none; }
  .navigation__form-select:before {
    position: absolute;
    right: 0.5rem; }
  .navigation__form-select-child, .navigation__form-select-link {
    padding-left: 2rem ; }
  .navigation__form-select-child {
    margin-top: 1.5rem ; }

.onboard {
  background-color: #eeeeee;
  padding: 2rem 1rem ;
  text-align: center;
  width: 100%;
  position: relative; }
  .onboard p {
    margin: 1rem auto ;
    line-height: 1.75;
    max-width: 40rem; }
    @media screen and (min-width: 40em) {
      .onboard p {
        line-height: 1.5; } }
    @media screen and (min-width: 64em) {
      .onboard p {
        line-height: 1.7; } }
    .onboard p a {
      font-weight: bold;
      margin-left: 0.25rem ;
      margin-right: 0.25rem ; }
  .onboard button {
    font-family: "BaseFont";
    font-size: inherit;
    outline: none;
    width: 100%;
    height: auto;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
    cursor: pointer;
    border: 1px solid #27ae60;
    color: #f9f9f9;
    background-color: #f6870f;
    background-color: #27ae60;
    border-radius: 0.25rem;
    padding: 0.5rem;
    margin: 0 auto ;
    font-weight: bold;
    position: relative;
    max-width: 17.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-width: 1px; }
    .onboard button:before {
      font-family: 'FontAwesome';
      content: "\F0DA";
      font-size: inherit;
      color: #f9f9f9;
      -webkit-font-smoothing: antialiased; }
    .onboard button span {
      display: block;
      margin-bottom: 0.25rem ;
      font-size: 0.9rem;
      font-weight: normal;
      min-width: 100%; }
    .onboard button:before {
      position: absolute;
      right: 1rem; }

.onboard__dismiss {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: enter-top;
  animation-name: enter-top;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  background-color: #eeeeee;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: pointer;
  height: 2.5rem;
  margin-left: -1.25rem ;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 50%;
  bottom: -1.25rem;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  width: 2.5rem;
  z-index: 5;
  -webkit-animation-delay: .25s;
          animation-delay: .25s; }
  .onboard__dismiss:before {
    font-family: 'FontAwesome';
    content: "\F00D";
    font-size: 1rem;
    color: #555555;
    -webkit-font-smoothing: antialiased; }
  .onboard__dismiss:hover {
    -webkit-box-shadow: 0 0.5rem 0.5rem -0.5rem #555555;
            box-shadow: 0 0.5rem 0.5rem -0.5rem #555555; }
  .onboard__dismiss:active {
    -webkit-box-shadow: 0 0.5rem 0.5rem -0.5rem #d5d5d5;
            box-shadow: 0 0.5rem 0.5rem -0.5rem #d5d5d5;
    -webkit-box-shadow: none;
            box-shadow: none; }

.page-component {
  -webkit-transition: -webkit-transition 0.25s;
  transition: -webkit-transition 0.25s;
  transition: transition 0.25s;
  transition: transition 0.25s, -webkit-transition 0.25s; }

.page-component--moving {
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: shake-and-shrink;
  animation-name: shake-and-shrink;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.25);
  opacity: 0.9; }

.preview {
  position: relative;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  .preview__site {
    background: linear-gradient(214deg, #f9f9f9, #d5d5d5);
    background-size: 400% 400%;
    -webkit-animation: Skeleton 1s ease infinite;
    animation: Skeleton 1s ease infinite; }

@-webkit-keyframes Skeleton {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes Skeleton {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
  .preview__desktop {
    display: none;
    overflow: hidden;
    border-radius: 1rem;
    -webkit-box-shadow: 0.5rem 0 0.5rem -0.5rem #555555;
            box-shadow: 0.5rem 0 0.5rem -0.5rem #555555;
    width: 85%;
    max-width: 80rem; }
    @media screen and (min-width: 40em) {
      .preview__desktop {
        display: block; } }
    .preview__desktop .preview__site,
    .preview__desktop iframe {
      height: 40rem;
      max-height: 40rem; }
  .preview__mobile {
    overflow: hidden;
    border-radius: 1rem;
    margin-left: auto ;
    margin-right: auto ;
    width: 85%;
    max-width: 21rem; }
    @media screen and (min-width: 40em) {
      .preview__mobile {
        -webkit-box-shadow: 0.5rem 0 0.5rem -0.5rem #555555;
                box-shadow: 0.5rem 0 0.5rem -0.5rem #555555;
        margin-bottom: 0 ;
        position: absolute;
        left: 2rem;
        bottom: 0rem;
        width: 50%;
        max-width: 21rem;
        z-index: 2; } }
    @media screen and (min-width: 40em) {
      .preview__mobile {
        left: 6rem;
        bottom: -2rem; } }
    .preview__mobile .preview__site,
    .preview__mobile iframe {
      height: 30rem;
      max-height: 30rem; }
  .preview__static {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5; }
  .preview svg {
    display: block;
    height: auto;
    width: 100%;
    z-index: 1; }
    .preview svg:nth-child(1) {
      border-top-left-radius: 1rem;
      border-top-right-radius: 1rem;
      overflow: hidden; }
    .preview svg:last-of-type {
      border-bottom-left-radius: 1rem;
      border-bottom-right-radius: 1rem;
      overflow: hidden; }
  .preview iframe {
    background-color: #f9f9f9;
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    border: none; }
  .preview__border iframe {
    border: 0.25rem solid #d5d5d5; }

.preview__loading {
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .preview__loading svg {
    margin: auto ;
    width: 5rem;
    max-width: 90vw; }
  .preview__loading h2 {
    margin-top: 1rem ;
    font-size: 1.6rem;
    font-weight: normal;
    text-align: center; }

.radio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative; }
  .radio:after {
    content: "";
    display: table;
    clear: both; }
  .radio label {
    cursor: pointer;
    -ms-flex-item-align: center;
        align-self: center;
    position: relative;
    font-size: 0.9rem; }
  .radio input[type="radio"] {
    cursor: pointer;
    height: 1.75rem;
    position: relative;
    width: 1.75rem; }
    .radio input[type="radio"]:before {
      background-color: #f6870f;
      border-radius: 50%;
      height: 1.25rem;
      position: absolute;
      top: 0.25rem;
      left: 0.25rem;
      -webkit-transition: -webkit-transform 0.25s;
      transition: -webkit-transform 0.25s;
      transition: transform 0.25s;
      transition: transform 0.25s, -webkit-transform 0.25s;
      width: 1.25rem;
      content: "";
      -webkit-transform: scale(0, 0);
              transform: scale(0, 0);
      z-index: 1; }
    .radio input[type="radio"]:checked:before {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1); }
    .radio input[type="radio"]:after {
      background-color: #f9f9f9;
      border: 2px solid #f6870f;
      border-radius: 50%;
      height: 1.75rem;
      position: absolute;
      top: 0;
      left: 0;
      width: 1.75rem;
      content: ""; }
  .radio input[type="radio"] {
    -ms-flex-order: 2;
        order: 2;
    margin: 0 0 0 auto ; }
  .radio label {
    -ms-flex-order: 1;
        order: 1;
    margin: 0 auto 0 0 ; }

.select {
  position: relative;
  position: relative; }
  .select:before {
    font-family: 'FontAwesome';
    content: "\F0D7";
    font-size: 1rem;
    color: inherit;
    -webkit-font-smoothing: antialiased; }
  .select:before {
    font-family: 'FontAwesome';
    content: "\F0D7";
    font-size: inherit;
    color: inherit;
    -webkit-font-smoothing: antialiased; }
  .select select {
    -webkit-appearance: none;
    background: transparent;
    border: none;
    border-bottom: 1px solid false;
    border-radius: 0;
    cursor: pointer;
    font-family: "BaseFont";
    font-size: 1rem;
    line-height: 1;
    height: auto;
    outline: none;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
    width: 100%;
    color: false;
    background-color: false;
    padding: 0.5rem;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    padding: 0.5rem; }
    .select select:disabled {
      color: #d3d3d3;
      border-color: #d3d3d3; }
  .select:before {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    color: #555555;
    display: inline-block;
    pointer-events: none; }

.settings__form, .customize__form {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem ;
  border-bottom: 1px solid #d5d5d5; }
  .settings__form:after, .customize__form:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 40em) {
    .settings__form, .customize__form {
      padding-top: 3rem ;
      padding-bottom: 3rem ;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.settings__form-info, .customize__form-info,
.settings__form-info-callout {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.75rem ;
  padding-bottom: 0.75rem ; }
  @media screen and (min-width: 30em) {
    .settings__form-info, .customize__form-info,
    .settings__form-info-callout {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .settings__form-info:last-child:not(:first-child), .customize__form-info:last-child:not(:first-child),
  .settings__form-info-callout:last-child:not(:first-child) {
    float: right; }
  .settings__form-info h2, .customize__form-info h2,
  .settings__form-info-callout h2 {
    font-weight: bold;
    font-size: 1.4rem; }
    .settings__form-info h2 a, .customize__form-info h2 a,
    .settings__form-info-callout h2 a {
      display: inline;
      font-weight: bold;
      color: #a2a2a2;
      text-align: center;
      font-size: 0.9rem;
      font-family: "BaseFont";
      outline: none;
      width: auto;
      height: auto;
      -webkit-transition: background-color 0.25s;
      transition: background-color 0.25s;
      cursor: pointer;
      display: inline-block;
      padding: 1rem;
      -webkit-transition: all 0.25s;
      transition: all 0.25s;
      font-weight: 400;
      padding: 0.2rem 0.7rem;
      border: 1px solid var(--theme-main-color, #f6870f);
      font-size: 0.8rem;
      border-radius: 4rem;
      margin-left: 0.5rem ;
      -webkit-transform: translateY(-0.25rem);
              transform: translateY(-0.25rem); }
      .settings__form-info h2 a:hover, .customize__form-info h2 a:hover,
      .settings__form-info-callout h2 a:hover {
        text-decoration: underline; }
      .settings__form-info h2 a:hover, .customize__form-info h2 a:hover,
      .settings__form-info-callout h2 a:hover {
        text-decoration: none;
        opacity: 1; }
  .settings__form-info p, .customize__form-info p,
  .settings__form-info-callout p {
    margin-top: 1rem ;
    margin-bottom: 1rem ;
    line-height: 1.75; }
    @media screen and (min-width: 40em) {
      .settings__form-info p, .customize__form-info p,
      .settings__form-info-callout p {
        line-height: 1.5; } }
    @media screen and (min-width: 64em) {
      .settings__form-info p, .customize__form-info p,
      .settings__form-info-callout p {
        line-height: 1.7; } }
    .settings__form-info p:after, .customize__form-info p:after,
    .settings__form-info-callout p:after {
      content: "";
      display: table;
      clear: both; }
    .settings__form-info p span, .customize__form-info p span,
    .settings__form-info-callout p span {
      font-family: monospace;
      background-color: #eeeeee;
      padding: 1% 2% ;
      border-radius: 0.25rem;
      margin-left: 0.25rem ;
      margin-right: 0.25rem ;
      font-size: 0.9rem; }
  .settings__form-info a, .customize__form-info a,
  .settings__form-info-callout a {
    display: inline;
    font-weight: bold; }
    .settings__form-info a:hover, .customize__form-info a:hover,
    .settings__form-info-callout a:hover {
      text-decoration: underline; }
  .settings__form-info table, .customize__form-info table,
  .settings__form-info-callout table {
    line-height: 1.75; }
    @media screen and (min-width: 40em) {
      .settings__form-info table, .customize__form-info table,
      .settings__form-info-callout table {
        line-height: 1.5; } }
    @media screen and (min-width: 64em) {
      .settings__form-info table, .customize__form-info table,
      .settings__form-info-callout table {
        line-height: 1.7; } }
  .settings__form-info-helper,
  .settings__form-info-callout-helper {
    color: #a2a2a2;
    font-size: 0.9rem; }

.settings__form-info-callout {
  text-align: center; }
  .settings__form-info-callout button {
    font-family: "BaseFont";
    font-size: inherit;
    outline: none;
    width: 100%;
    height: auto;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
    cursor: pointer;
    border: 1px solid var(--theme-main-color, #f6870f);
    color: #f9f9f9;
    background-color: #f6870f;
    background-color: var(--theme-main-color, #f6870f);
    border-radius: 0.25rem;
    padding: 1rem 0.5rem;
    font-size: 125%;
    margin-top: 1rem ;
    margin-bottom: 0rem ;
    max-width: 20rem; }
    .settings__form-info-callout button span {
      font-size: 0.9rem;
      font-weight: normal; }

.settings__form-input,
.settings__form-input-upload,
.customize__nav-option-input-upload,
.settings__form-help {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 30em) {
    .settings__form-input,
    .settings__form-input-upload,
    .customize__nav-option-input-upload,
    .settings__form-help {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .settings__form-input:last-child:not(:first-child),
  .settings__form-input-upload:last-child:not(:first-child),
  .customize__nav-option-input-upload:last-child:not(:first-child),
  .settings__form-help:last-child:not(:first-child) {
    float: right; }
  @media screen and (min-width: 40em) {
    .settings__form-input,
    .settings__form-input-upload,
    .customize__nav-option-input-upload,
    .settings__form-help {
      width: 41.66667%;
      float: left;
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  @media screen and (min-width: 40em) and (min-width: 30em) {
    .settings__form-input,
    .settings__form-input-upload,
    .customize__nav-option-input-upload,
    .settings__form-help {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media screen and (min-width: 40em) {
      .settings__form-input:last-child:not(:first-child),
      .settings__form-input-upload:last-child:not(:first-child),
      .customize__nav-option-input-upload:last-child:not(:first-child),
      .settings__form-help:last-child:not(:first-child) {
        float: right; } }

.settings__form-help button {
  font-family: "BaseFont";
  font-size: inherit;
  outline: none;
  width: 100%;
  height: auto;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  cursor: pointer;
  background-color: #f6870f;
  background-color: transparent;
  border: 1px solid var(--theme-main-color, #f6870f);
  color: var(--theme-main-color, #f6870f);
  border-radius: 0.25rem;
  padding: 0.5rem;
  margin-bottom: 1rem ; }

.settings__form-help p {
  line-height: 1.75;
  text-align: center;
  font-size: 0.9rem;
  margin-top: 0.5rem ;
  margin-left: auto ;
  margin-right: auto ;
  max-width: 20rem; }
  @media screen and (min-width: 40em) {
    .settings__form-help p {
      line-height: 1.5; } }
  @media screen and (min-width: 64em) {
    .settings__form-help p {
      line-height: 1.7; } }

.settings__form-input {
  background-color: #eeeeee; }
  @media screen and (min-width: 40em) {
    .settings__form-input {
      background-color: transparent; } }

.settings__form-input,
.settings__form-input-upload,
.customize__nav-option-input-upload, .settings__form-info, .customize__form-info {
  margin-top: 1rem ;
  padding-top: 1rem ;
  padding-bottom: 1rem ; }
  @media screen and (min-width: 40em) {
    .settings__form-input,
    .settings__form-input-upload,
    .customize__nav-option-input-upload, .settings__form-info, .customize__form-info {
      background-color: transparent;
      margin-top: 0 ;
      padding-top: 0 ;
      padding-bottom: 0 ; } }
  .settings__form-input label, .settings__form-input-label,
  .settings__form-input-upload label,
  .customize__nav-option-input-upload label,
  .settings__form-input-upload-label,
  .settings__form-info label,
  .customize__form-info label,
  .settings__form-info-label {
    font-size: 0.8rem; }
  .settings__form-input label ~ span,
  .settings__form-input-upload label ~ span,
  .customize__nav-option-input-upload label ~ span,
  .settings__form-info label ~ span,
  .customize__form-info label ~ span {
    color: #f6870f;
    cursor: pointer;
    font-size: 0.8rem;
    font-weight: bold; }
  .settings__form-input input[type='text'],
  .settings__form-input-upload input[type='text'],
  .customize__nav-option-input-upload input[type='text'],
  .settings__form-info input[type='text'],
  .customize__form-info input[type='text'] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-family: "BaseFont";
    font-size: 0.9rem;
    line-height: 1;
    background-color: #fbfbfb;
    border-color: #d5d5d5;
    color: #555555;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: block;
    font-size: 0.9rem;
    height: auto;
    outline: none;
    padding: 0.4rem 0.5rem;
    position: relative;
    width: 100%;
    border-radius: 0.25rem;
    border-style: solid;
    border-width: 1px;
    margin-top: 0.25rem ; }
  .settings__form-input textarea,
  .settings__form-input-upload textarea,
  .customize__nav-option-input-upload textarea,
  .settings__form-info textarea,
  .customize__form-info textarea {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-family: "BaseFont";
    font-size: 0.9rem;
    line-height: 1;
    background-color: #fbfbfb;
    border-color: #d5d5d5;
    color: #555555;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: block;
    font-size: 0.9rem;
    height: auto;
    outline: none;
    padding: 0.4rem 0.5rem;
    position: relative;
    width: 100%;
    border-radius: 0.25rem;
    min-height: 8rem;
    line-height: 1.75;
    border-style: solid;
    border-width: 1px;
    margin-top: 0.25rem ;
    resize: vertical; }
    @media screen and (min-width: 40em) {
      .settings__form-input textarea,
      .settings__form-input-upload textarea,
      .customize__nav-option-input-upload textarea,
      .settings__form-info textarea,
      .customize__form-info textarea {
        line-height: 1.5; } }
    @media screen and (min-width: 64em) {
      .settings__form-input textarea,
      .settings__form-input-upload textarea,
      .customize__nav-option-input-upload textarea,
      .settings__form-info textarea,
      .customize__form-info textarea {
        line-height: 1.7; } }
  .settings__form-input select,
  .settings__form-input-upload select,
  .customize__nav-option-input-upload select,
  .settings__form-info select,
  .customize__form-info select {
    margin-top: 0.25rem ;
    position: relative;
    position: relative; }
    .settings__form-input select:before,
    .settings__form-input-upload select:before,
    .customize__nav-option-input-upload select:before,
    .settings__form-info select:before,
    .customize__form-info select:before {
      font-family: 'FontAwesome';
      content: "\F0D7";
      font-size: 1rem;
      color: inherit;
      -webkit-font-smoothing: antialiased; }
    .settings__form-input select:before,
    .settings__form-input-upload select:before,
    .customize__nav-option-input-upload select:before,
    .settings__form-info select:before,
    .customize__form-info select:before {
      font-family: 'FontAwesome';
      content: "\F0D7";
      font-size: inherit;
      color: inherit;
      -webkit-font-smoothing: antialiased; }
    .settings__form-input select select,
    .settings__form-input-upload select select,
    .customize__nav-option-input-upload select select,
    .settings__form-info select select,
    .customize__form-info select select {
      -webkit-appearance: none;
      background: transparent;
      border: none;
      border-bottom: 1px solid false;
      border-radius: 0;
      cursor: pointer;
      font-family: "BaseFont";
      font-size: 1rem;
      line-height: 1;
      height: auto;
      outline: none;
      -webkit-transition: background-color 0.25s;
      transition: background-color 0.25s;
      width: 100%;
      color: false;
      background-color: false;
      padding: 0.5rem;
      -webkit-transition: all 0.25s;
      transition: all 0.25s;
      padding: 0.5rem; }
      .settings__form-input select select:disabled,
      .settings__form-input-upload select select:disabled,
      .customize__nav-option-input-upload select select:disabled,
      .settings__form-info select select:disabled,
      .customize__form-info select select:disabled {
        color: #d3d3d3;
        border-color: #d3d3d3; }
    .settings__form-input select:before,
    .settings__form-input-upload select:before,
    .customize__nav-option-input-upload select:before,
    .settings__form-info select:before,
    .customize__form-info select:before {
      position: absolute;
      top: 0.5rem;
      right: 0.5rem;
      color: #555555;
      display: inline-block;
      pointer-events: none; }
  .settings__form-input .settings__address,
  .settings__form-input-upload .settings__address,
  .customize__nav-option-input-upload .settings__address,
  .settings__form-info .settings__address,
  .customize__form-info .settings__address {
    margin-top: 0.25rem ; }

.settings__form-domains {
  text-align: center;
  border: none; }
  .settings__form-domains button {
    font-family: "BaseFont";
    font-size: inherit;
    outline: none;
    width: 100%;
    height: auto;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
    cursor: pointer;
    background-color: #f6870f;
    background-color: transparent;
    border: 1px solid var(--theme-main-color, #f6870f);
    color: var(--theme-main-color, #f6870f);
    border-radius: 0.25rem;
    padding: 0.5rem;
    padding-left: 2rem ;
    padding-right: 2rem ;
    max-width: 20rem; }
    .settings__form-domains button span {
      margin-top: 0.25rem ;
      font-weight: normal;
      display: block; }

.settings__form-input textarea.settings__form-textarea-code {
  font-size: 0.7rem;
  font-family: 'Courier New'; }


.settings__form-input-upload label,
.customize__nav-option-input-upload label {
  cursor: pointer; }

.settings__form-input-upload-placeholder, .settings__form-input-upload-placeholder-blank, .settings__form-input-upload-placeholder-logo, .settings__form-input-upload-placeholder-featured, .settings__form-input-upload-placeholder-favicon {
  display: block;
  width: 100%;
  height: auto;
  min-height: 8rem;
  background-color: #d5d5d5;
  padding: 1rem ;
  border-radius: 0.25rem;
  margin-left: auto ;
  margin-right: auto ; }

.settings__form-input-upload-placeholder-logo img {
  width: 80%;
  max-height: 10rem; }

.settings__form-input-upload-placeholder-logo-loading img {
  opacity: 0;
  filter: alpha(opacity=0); }

.settings__form-input-upload-placeholder-featured {
  padding: 0 ;
  background-color: #eeeeee;
  border-radius: 0.25rem; }
  .settings__form-input-upload-placeholder-featured img {
    border-radius: 0.25rem;
    -webkit-transition: all 0.25s;
    transition: all 0.25s; }
  .settings__form-input-upload-placeholder-featured-loading img {
    opacity: 0;
    filter: alpha(opacity=0); }

.settings__form-input-upload-placeholder-favicon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.settings__form-input-upload-placeholder-blank {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .settings__form-input-upload-placeholder-blank:before {
    font-family: 'FontAwesome';
    content: "\F03E";
    font-size: 3rem;
    color: #aeaeae;
    -webkit-font-smoothing: antialiased; }

.settings__form-input-upload-button-hint {
  font-family: "BaseFont";
  outline: none;
  width: auto;
  height: auto;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  cursor: pointer;
  display: static;
  padding: 1rem;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  font-weight: 400;
  background-color: #f6870f;
  background-color: var(--theme-main-color-light, #f6870f);
  color: #f9f9f9;
  padding: 0.2rem 0.7rem;
  border: 1px solid var(--theme-main-color, #f6870f);
  font-size: 0.8rem;
  border-radius: 4rem;
  cursor: pointer;
  margin-left: 0.5rem ;
  vertical-align: top; }
  .settings__form-input-upload-button-hint:hover {
    text-decoration: none;
    opacity: 1; }

.settings__form-input-upload-button {
  font-family: "BaseFont";
  outline: none;
  width: auto;
  height: auto;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  cursor: pointer;
  display: static;
  padding: 1rem;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  font-weight: 400;
  padding: 0.2rem 0.7rem;
  border: 1px solid var(--theme-main-color, #f6870f);
  font-size: 0.8rem;
  border-radius: 4rem;
  cursor: pointer;
  margin-left: 0.5rem ;
  vertical-align: top; }
  .settings__form-input-upload-button:hover {
    text-decoration: none;
    opacity: 1; }

.settings__form-input-upload-button-remove {
  font-family: "BaseFont";
  outline: none;
  width: auto;
  height: auto;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  cursor: pointer;
  display: static;
  padding: 1rem;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  font-weight: 400;
  background-color: #d3d3d3;
  padding: 0.2rem 0.7rem;
  border: 1px solid #555555;
  font-size: 0.8rem;
  border-radius: 4rem;
  cursor: pointer;
  margin-left: 0.5rem ;
  vertical-align: top; }
  .settings__form-input-upload-button-remove:hover {
    text-decoration: none;
    opacity: 1; }

.settings__form-input-upload-button-loading {
  color: #a0a0a0;
  background: linear-gradient(214deg, #f9f9f9, #d5d5d5);
  background-size: 400% 400%;
  -webkit-animation: Skeleton 1s ease infinite;
  animation: Skeleton 1s ease infinite;
  font-family: "BaseFont";
  outline: none;
  width: auto;
  height: auto;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  cursor: pointer;
  display: static;
  padding: 1rem;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  font-weight: 400;
  padding: 0.2rem 0.7rem;
  border: 1px solid #d3d3d3;
  font-size: 0.8rem;
  border-radius: 4rem; }

@-webkit-keyframes Skeleton {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes Skeleton {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
  .settings__form-input-upload-button-loading:hover {
    text-decoration: none;
    opacity: 1; }

.settings__form-input-upload input, .customize__nav-option-input-upload input {
  display: none; }

.settings__form-submit {
  width: 100%; }
  .settings__form-submit button {
    font-family: "BaseFont";
    font-size: inherit;
    outline: none;
    width: 100%;
    height: auto;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
    cursor: pointer;
    border: 1px solid var(--theme-main-color, #f6870f);
    color: #f9f9f9;
    background-color: #f6870f;
    background-color: var(--theme-main-color, #f6870f);
    border-radius: 0.25rem;
    padding: 1rem 0.5rem;
    font-size: 125%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 2rem auto ;
    margin-bottom: 0 ;
    width: 100%;
    max-width: 30rem; }

.settings__form-delete {
  margin-top: 1rem ;
  width: 100%; }
  .settings__form-delete button {
    font-family: "BaseFont";
    font-size: inherit;
    outline: none;
    width: 100%;
    height: auto;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
    cursor: pointer;
    background-color: #f6870f;
    background-color: transparent;
    border: 1px solid #e74c3c;
    color: #e74c3c;
    border-radius: 0.25rem;
    padding: 0.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 2rem auto ;
    margin-bottom: 0 ;
    width: 100%;
    max-width: 30rem; }
    .settings__form-delete button:before {
      font-family: 'FontAwesome';
      content: "\F014";
      font-size: inherit;
      color: inherit;
      -webkit-font-smoothing: antialiased; }
    .settings__form-delete button:before {
      padding-right: 0.5rem ; }

.settings__form-domains-links {
  margin-bottom: 1rem ;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .settings__form-domains-links:after {
    content: "";
    display: table;
    clear: both; }
  .settings__form-domains-links:after {
    content: "";
    display: table;
    clear: both; }
  .settings__form-domains-links a {
    width: 50%;
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    display: inline;
    font-weight: bold;
    cursor: pointer;
    padding-top: 0.5rem ;
    padding-bottom: 0.5rem ;
    text-align: center; }
    @media screen and (min-width: 30em) {
      .settings__form-domains-links a {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .settings__form-domains-links a:last-child:not(:first-child) {
      float: right; }
    .settings__form-domains-links a:hover {
      text-decoration: underline; }

.settings__help {
  margin-top: 1rem ;
  line-height: 1.75;
  text-align: center; }
  @media screen and (min-width: 40em) {
    .settings__help {
      line-height: 1.5; } }
  @media screen and (min-width: 64em) {
    .settings__help {
      line-height: 1.7; } }
  .settings__help p {
    font-size: 0.9rem;
    margin-top: 0.25rem ;
    margin-bottom: 1rem ; }
  .settings__help a {
    font-family: "BaseFont";
    font-size: inherit;
    outline: none;
    width: 100%;
    height: auto;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
    cursor: pointer;
    border: 1px solid var(--theme-main-color, #f6870f);
    color: #f9f9f9;
    background-color: #f6870f;
    background-color: var(--theme-main-color, #f6870f);
    border-radius: 0.25rem;
    padding: 0.5rem;
    margin: 0.25rem; }

.settings__help-buttons {
  display: -ms-flexbox;
  display: flex; }

.sidebar-coming-soon {
  border: 1px solid #d5d5d5;
  background-color: white;
  padding: 1rem;
  text-align: center; }
  .sidebar-coming-soon img {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 1rem; }
  .sidebar-coming-soon h1 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem; }
  .sidebar-coming-soon p {
    line-height: 1.75;
    font-size: 0.8rem; }
    @media screen and (min-width: 40em) {
      .sidebar-coming-soon p {
        line-height: 1.5; } }
    @media screen and (min-width: 64em) {
      .sidebar-coming-soon p {
        line-height: 1.7; } }

.switch label, .navigation__form-toggle-container .navigation__form-toggle label, .customize__form-toggle label {
  padding-left: 3rem;
  min-height: 1.85rem; }

.switch span, .navigation__form-toggle-container .navigation__form-toggle span, .customize__form-toggle span {
  cursor: pointer; }

.switch label::before, .navigation__form-toggle-container .navigation__form-toggle label::before, .customize__form-toggle label::before {
  background-color: #d5d5d5;
  width: 3rem;
  height: 1.85rem;
  border-radius: 0.925rem; }

.switch label::after, .navigation__form-toggle-container .navigation__form-toggle label::after, .customize__form-toggle label::after {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #f9f9f9;
  top: 0.175rem;
  left: 0.175rem; }

.switch input, .navigation__form-toggle-container .navigation__form-toggle input, .customize__form-toggle input {
  float: right; }

.switch input:checked + label::before, .navigation__form-toggle-container .navigation__form-toggle input:checked + label::before, .customize__form-toggle input:checked + label::before {
  background-color: #f6870f; }

.switch input:checked + label::after, .navigation__form-toggle-container .navigation__form-toggle input:checked + label::after, .customize__form-toggle input:checked + label::after {
  -webkit-transform: translateX(1.15rem);
          transform: translateX(1.15rem); }

.switch input + label:active::after, .navigation__form-toggle-container .navigation__form-toggle input + label:active::after, .customize__form-toggle input + label:active::after {
  -webkit-transform: scale(0.9166);
          transform: scale(0.9166); }

.switch input:checked + label:active::after, .navigation__form-toggle-container .navigation__form-toggle input:checked + label:active::after, .customize__form-toggle input:checked + label:active::after {
  -webkit-transform: scale(0.9166) translateX(1.15rem);
          transform: scale(0.9166) translateX(1.15rem); }

.switch input + label::before:hover, .navigation__form-toggle-container .navigation__form-toggle input + label::before:hover, .customize__form-toggle input + label::before:hover {
  background-color: #cacaca; }

.switch input:checked + label::before:hover, .navigation__form-toggle-container .navigation__form-toggle input:checked + label::before:hover, .customize__form-toggle input:checked + label::before:hover {
  background-color: #e87d09; }

.switch input:disabled + label::before:hover, .navigation__form-toggle-container .navigation__form-toggle input:disabled + label::before:hover, .customize__form-toggle input:disabled + label::before:hover {
  background-color: #d5d5d5; }

.switch input:disabled:checked + label::before:hover, .navigation__form-toggle-container .navigation__form-toggle input:disabled:checked + label::before:hover, .customize__form-toggle input:disabled:checked + label::before:hover {
  background-color: #f6870f; }

.switch input:disabled:checked + label:active::after, .navigation__form-toggle-container .navigation__form-toggle input:disabled:checked + label:active::after, .customize__form-toggle input:disabled:checked + label:active::after {
  -webkit-transform: scale(1) translateX(1.15rem);
          transform: scale(1) translateX(1.15rem); }

.typeahead {
  background-color: #484848;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 85px;
  z-index: 100;
  -webkit-overflow-scrolling: touch; }
  @media screen and (min-width: 64em) {
    .typeahead {
      width: calc(100% - 22.5rem);
      height: 114px;
      position: fixed;
      top: 0;
      left: 22.5rem; } }
  .typeahead__title {
    color: #f9f9f9;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0.5rem ;
    padding-bottom: 0.5rem ;
    font-size: 0.9rem;
    line-height: 1.75;
    font-weight: normal; }
    .typeahead__title:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (min-width: 40em) {
      .typeahead__title {
        line-height: 1.5; } }
    @media screen and (min-width: 64em) {
      .typeahead__title {
        line-height: 1.7; } }
  .typeahead__title-empty {
    color: #f9f9f9;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.4rem;
    line-height: 1.75;
    font-weight: normal;
    text-align: center;
    margin-top: 2rem ; }
    .typeahead__title-empty:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (min-width: 40em) {
      .typeahead__title-empty {
        line-height: 1.5; } }
    @media screen and (min-width: 64em) {
      .typeahead__title-empty {
        line-height: 1.7; } }
    .typeahead__title-empty span {
      font-weight: bold; }
  .typeahead__more {
    color: #f9f9f9;
    padding-top: 2rem ;
    padding-bottom: 2rem ;
    margin-left: auto ;
    margin-right: auto ;
    font-size: 0.9rem;
    text-align: center; }
    .typeahead__more:after {
      content: "";
      display: table;
      clear: both; }
    .typeahead__more p {
      margin-top: 1rem ; }
    .typeahead__more button {
      margin-top: 0.5rem ;
      font-family: "BaseFont";
      font-size: inherit;
      outline: none;
      width: 100%;
      height: auto;
      -webkit-transition: background-color 0.25s;
      transition: background-color 0.25s;
      cursor: pointer;
      border: 1px solid var(--theme-main-color, #f6870f);
      color: #f9f9f9;
      background-color: #f6870f;
      background-color: var(--theme-main-color, #f6870f);
      border-radius: 0.25rem;
      padding: 0.5rem; }

.typeahead__container {
  background-color: #555555;
  height: calc(100vh - 77px);
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  z-index: 19;
  -webkit-overflow-scrolling: touch; }
  .typeahead__container::-webkit-scrollbar {
    display: none; }
  @media screen and (min-width: 64em) {
    .typeahead__container {
      height: calc(100vh - 98px);
      padding: 0.5rem; } }

.typeahead__container--active {
  background-color: #555555; }

.typeahead__result__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  width: 100%;
  padding: 1rem;
  margin: 0 auto; }

.typeahead__result {
  background-color: #ececec;
  border: 1px solid #f9f9f9;
  border-radius: 0.25rem;
  color: #555555;
  cursor: pointer;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  position: relative;
  width: calc(100% - 2rem);
  margin: 1rem;
  margin-bottom: 0.5rem; }
  @media screen and (min-width: 40em) {
    .typeahead__result {
      margin: 1rem;
      width: calc((100% / 2) - 2rem); } }
  @media screen and (min-width: 90em) {
    .typeahead__result {
      width: calc((100% / 3) - 2rem); } }

.typeahead__result__check {
  border: 1px solid #f9f9f9;
  background-color: #e37a09;
  color: #f9f9f9;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  position: absolute;
  top: -0.75rem;
  left: -0.75rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%; }
  .typeahead__result__check:before {
    font-family: 'FontAwesome';
    content: "\F00C";
    font-size: inherit;
    color: inherit;
    -webkit-font-smoothing: antialiased; }

.typeahead__result__info__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: center;
      align-items: center; }

.typeahead__result__info__image {
  min-width: 6rem;
  -ms-flex-preferred-size: 6rem;
      flex-basis: 6rem;
  min-height: 6rem; }
  .typeahead__result__info__image img {
    display: block; }
  @media screen and (min-width: 64em) {
    .typeahead__result__info__image {
      min-width: 8rem;
      -ms-flex-preferred-size: 8rem;
          flex-basis: 8rem;
      min-height: 8rem; } }

.typeahead__result__info__title {
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding: 0.75rem; }
  .typeahead__result__info__title h1 {
    font-size: 1rem;
    font-weight: normal; }
  @media screen and (min-width: 90em) {
    .typeahead__result__info__title {
      font-size: 1.2rem;
      padding: 1rem; } }

.typeahead__result--selected {
  background-color: #f6870f;
  border: 1px solid #f9f9f9;
  color: #f9f9f9; }

.typeahead .search {
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .typeahead .search:after {
    content: "";
    display: table;
    clear: both; }
  .typeahead .search svg {
    position: absolute;
    top: 2.5rem;
    right: 1rem;
    max-width: 2rem;
    fill: #f9f9f9;
    z-index: 2; }
    @media screen and (min-width: 64em) {
      .typeahead .search svg {
        max-width: 3rem;
        position: absolute;
        top: 3rem;
        right: 0; } }
  .typeahead .search input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-family: "BaseFont";
    font-size: 0.9rem;
    line-height: 1;
    background-color: #fbfbfb;
    border-color: #d5d5d5;
    color: #555555;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: block;
    font-size: 0.9rem;
    height: auto;
    outline: none;
    padding: 0.4rem 0.5rem;
    position: relative;
    width: 100%;
    border-radius: 0.25rem;
    border-style: solid;
    border-width: 1px;
    background-color: #484848;
    border: none;
    border-radius: 0;
    color: #f6870f;
    font-size: 1.75rem;
    margin: 0;
    padding: 1.25rem 0;
    width: 100%; }
    @media screen and (min-width: 64em) {
      .typeahead .search input {
        background-color: transparent;
        font-size: 2.75rem; } }
  .typeahead .search .typeahead__suggestion {
    color: rgba(246, 135, 15, 0.4);
    position: absolute;
    top: 2.25rem;
    left: 1rem;
    font-size: 2.25rem;
    font-weight: bold; }

.customize {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: stretch;
      align-items: stretch; }
  @media screen and (min-width: 64em) {
    .customize {
      height: 100vh;
      position: fixed;
      left: 0;
      top: 0; } }

.customize__header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f9f9f9;
  border-bottom: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  -webkit-box-shadow: 0 0.5rem 0.5rem -0.5rem #d5d5d5;
          box-shadow: 0 0.5rem 0.5rem -0.5rem #d5d5d5;
  padding-bottom: 5rem ;
  z-index: 10; }
  .customize__header:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 64em) {
    .customize__header {
      width: 22.5rem;
      max-width: 22.5rem; } }

.customize__header-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0.9375rem ;
  padding-right: 0.9375rem ;
  padding-top: 0.4rem ;
  padding-bottom: 0.4rem ;
  min-height: 50px; }
  @media screen and (min-width: 64em) {
    .customize__header-container {
      padding-left: 0 ;
      padding-right: 0 ; } }
  @media screen and (min-width: 64em) {
    .customize__header-container {
      padding-left: 1rem ;
      padding-right: 1rem ; }
      .customize__header-container:hover {
        color: #f6870f; } }
  .customize__header-container a {
    padding-top: 0.5rem ;
    padding-bottom: 0.5rem ;
    padding-right: 2rem ;
    cursor: pointer; }

.customize__header-back {
  display: block;
  font-size: 0.9rem;
  width: 100%; }
  .customize__header-back:before {
    font-family: 'FontAwesome';
    content: "\F104";
    font-size: 1rem;
    color: inherit;
    -webkit-font-smoothing: antialiased; }
  .customize__header-back:before {
    margin-right: 0.5rem ; }

.customize__nav {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  background-color: #e1e1e1;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  padding-bottom: 1rem ; }
  .customize__nav::-webkit-scrollbar {
    display: none; }
  @media screen and (min-width: 64em) {
    .customize__nav {
      border-right: 1px solid #d5d5d5;
      -ms-flex-preferred-size: 22.5rem;
          flex-basis: 22.5rem;
      width: 22.5rem;
      height: 100vh;
      padding-bottom: 5rem ;
      padding-left: 1rem ;
      padding-right: 1rem ;
      z-index: 5; } }

.customize__nav-header {
  background-color: #f9f9f9;
  border-bottom: 1px solid #d5d5d5;
  display: block;
  font-size: 0.9rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10; }
  .customize__nav-header-option {
    cursor: pointer;
    display: inline-block;
    padding: 0.75rem ;
    padding-top: 1rem ;
    padding-bottom: 1rem ;
    text-align: center;
    width: calc(100% / 3); }
    .customize__nav-header-option:first-of-type {
      border-right: 1px solid #d5d5d5; }
    .customize__nav-header-option:last-of-type {
      border-left: 1px solid #d5d5d5; }
    .customize__nav-header-option:hover {
      color: #f6870f; }
    .customize__nav-header-option-active {
      color: #f6870f; }
  @media screen and (min-width: 64em) {
    .customize__nav-header {
      min-width: calc(100% + 2rem);
      margin-left: -1rem ; } }

.customize__nav-option {
  background-color: #e1e1e1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  font-size: 0.9rem;
  min-width: 100vw;
  padding-bottom: 9rem;
  z-index: 10; }
  .customize__nav-option::-webkit-scrollbar {
    display: none; }
  @media screen and (min-width: 64em) {
    .customize__nav-option {
      position: fixed;
      top: 47px;
      left: 0;
      border-right: 1px solid #d5d5d5;
      -ms-flex-preferred-size: 22.5rem;
          flex-basis: 22.5rem;
      height: calc(100vh - 47px);
      width: 22.5rem;
      min-width: 0px; } }
  .customize__nav-option-legend {
    font-weight: bold;
    text-align: right;
    margin-left: auto ; }
    .customize__nav-option-legend span {
      display: block;
      margin-bottom: 1rem ;
      font-size: 0.7rem;
      font-weight: normal; }
  .customize__nav-option-link {
    margin-right: auto ; }
    .customize__nav-option-link:before {
      font-family: 'FontAwesome';
      content: "\F104";
      font-size: 1rem;
      color: inherit;
      -webkit-font-smoothing: antialiased; }
    .customize__nav-option-link:before {
      margin-right: 0.5rem ; }
  .customize__nav-option .settings__form-submit button {
    width: calc(100% - 2rem);
    max-width: 22.5rem;
    margin-top: 0rem ; }

.customize__nav-option-back {
  background-color: #f9f9f9;
  border-bottom: 1px solid #d5d5d5;
  cursor: pointer;
  min-height: 3rem;
  padding: 1rem ;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  line-height: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 11; }
  .customize__nav-option-back:hover a {
    color: #f6870f; }

.customize__page-title {
  text-align: center;
  border-bottom: 1px solid #d5d5d5;
  margin: 0.5rem 0;
  margin-bottom: 1rem; }
  .customize__page-title:last-of-type {
    margin-top: 0;
    margin-bottom: 1.5rem; }
  .customize__page-title h1 {
    background-color: #e1e1e1;
    display: inline-block;
    font-size: 0.8rem;
    padding-left: 0.75rem ;
    padding-right: 0.75rem ;
    -webkit-transform: translateY(0.5rem);
            transform: translateY(0.5rem); }

.customize__page-select {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin: 0 auto ;
  margin-top: 1rem ;
  width: calc(100% - 2rem); }
  @media screen and (min-width: 64em) {
    .customize__page-select {
      background-color: #eeeeee;
      width: calc(100% + 2rem);
      max-width: none;
      margin-top: 0 ;
      margin-left: -1rem ;
      padding: 1rem ; } }
  .customize__page-select label {
    font-size: 0.7rem;
    font-weight: bold;
    margin-bottom: 0.25rem ;
    display: block;
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .customize__page-select-button {
    -ms-flex-preferred-size: 2.5rem;
        flex-basis: 2.5rem;
    margin-left: 0.5rem ; }
    .customize__page-select-button--add {
      font-family: "BaseFont";
      font-size: inherit;
      outline: none;
      width: auto;
      height: auto;
      -webkit-transition: background-color 0.25s;
      transition: background-color 0.25s;
      cursor: pointer;
      border: 1px solid #f9f9f9;
      color: #f9f9f9;
      background-color: #f6870f;
      background-color: #f9f9f9;
      border-radius: 0.25rem;
      padding: 0.5rem;
      border: 1px solid #d5d5d5;
      color: #555555; }
      .customize__page-select-button--add:before {
        font-family: 'FontAwesome';
        content: "\F067";
        font-size: 1rem;
        color: inherit;
        -webkit-font-smoothing: antialiased; }
    .customize__page-select-button--edit {
      font-family: "BaseFont";
      font-size: inherit;
      outline: none;
      width: auto;
      height: auto;
      -webkit-transition: background-color 0.25s;
      transition: background-color 0.25s;
      cursor: pointer;
      background-color: #f6870f;
      background-color: transparent;
      border: 1px solid #f9f9f9;
      color: #f9f9f9;
      border-radius: 0.25rem;
      padding: 0.5rem;
      border: 1px solid #d5d5d5;
      color: #555555; }
      .customize__page-select-button--edit:before {
        font-family: 'FontAwesome';
        content: "\F040";
        font-size: 1rem;
        color: inherit;
        -webkit-font-smoothing: antialiased; }
  .customize__page-select-menu {
    position: relative;
    position: relative;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #d5d5d5;
    border-radius: 0.25rem;
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
    .customize__page-select-menu:before {
      font-family: 'FontAwesome';
      content: "\F0D7";
      font-size: 1rem;
      color: inherit;
      -webkit-font-smoothing: antialiased; }
    .customize__page-select-menu:before {
      font-family: 'FontAwesome';
      content: "\F0D7";
      font-size: inherit;
      color: inherit;
      -webkit-font-smoothing: antialiased; }
    .customize__page-select-menu select {
      -webkit-appearance: none;
      background: transparent;
      border: none;
      border-bottom: 1px solid #555555;
      border-radius: 0;
      cursor: pointer;
      font-family: "BaseFont";
      font-size: 1rem;
      line-height: 1;
      height: auto;
      outline: none;
      -webkit-transition: background-color 0.25s;
      transition: background-color 0.25s;
      width: 100%;
      color: #555555;
      background-color: #f9f9f9;
      padding: 0.5rem;
      -webkit-transition: all 0.25s;
      transition: all 0.25s;
      padding: 0.5rem; }
      .customize__page-select-menu select:disabled {
        color: #d3d3d3;
        border-color: #d3d3d3; }
    .customize__page-select-menu:before {
      position: absolute;
      top: 0.5rem;
      right: 0.5rem;
      color: #555555;
      display: inline-block;
      pointer-events: none; }
    .customize__page-select-menu select {
      padding: 0.75rem ;
      border: none; }
    .customize__page-select-menu:before {
      padding-right: 0.5rem ;
      padding-top: 0.25rem ; }

.customize__page-buttons button {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin-left: 0.5rem ;
  font-size: 0.9rem;
  font-family: "BaseFont";
  font-size: inherit;
  outline: none;
  width: auto;
  height: auto;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  cursor: pointer;
  border: 1px solid var(--theme-main-color, #f6870f);
  color: #f9f9f9;
  background-color: #f6870f;
  background-color: var(--theme-main-color, #f6870f);
  border-radius: 0.25rem;
  padding: 0.5rem;
  border: 1px solid #f6870f;
  -ms-flex-preferred-size: calc(50% - 0.25rem);
      flex-basis: calc(50% - 0.25rem); }
  .customize__page-buttons button:last-of-type {
    margin-left: 0.5rem ;
    font-family: "BaseFont";
    font-size: inherit;
    outline: none;
    width: auto;
    height: auto;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
    cursor: pointer;
    background-color: #f6870f;
    background-color: transparent;
    border: 1px solid #e74c3c;
    color: #e74c3c;
    border-radius: 0.25rem;
    padding: 0.5rem; }

.customize__page-delete {
  font-family: "BaseFont";
  font-size: inherit;
  outline: none;
  width: 100%;
  height: auto;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  cursor: pointer;
  background-color: #f6870f;
  background-color: transparent;
  border: 1px solid #e74c3c;
  color: #e74c3c;
  border-radius: 0.25rem;
  padding: 0.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1rem auto ; }
  .customize__page-delete:before {
    font-family: 'FontAwesome';
    content: "\F014";
    font-size: inherit;
    color: inherit;
    -webkit-font-smoothing: antialiased; }
  .customize__page-delete:before {
    margin-right: 0.5rem ; }

.customize__nav-items {
  background-color: #f9f9f9;
  border-radius: 0.25rem;
  border: 1px solid #d5d5d5;
  margin: 0 auto ;
  margin-top: 1rem ;
  width: calc(100% - 2rem); }
  @media screen and (min-width: 64em) {
    .customize__nav-items {
      width: 100%;
      max-width: none; } }

.customize__nav-items--add {
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  margin-top: 0.6rem ;
  position: relative; }
  .customize__nav-items--add:before {
    font-family: 'FontAwesome';
    content: "\F0D8";
    font-size: inherit;
    color: #555555;
    -webkit-font-smoothing: antialiased; }
  .customize__nav-items--add:before {
    position: absolute;
    top: -0.75rem;
    left: 1.25rem; }

.customzie__nav-items--drag {
  background-color: #27ae60; }

.customize__nav-item {
  border-bottom: 1px solid #d5d5d5;
  cursor: pointer;
  padding: 1rem ;
  padding-left: 3rem ;
  position: relative;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }
  .customize__nav-item:hover {
    background-color: #f4f4f4; }
  .customize__nav-item span {
    position: absolute;
    left: 1rem;
    width: 1rem;
    text-align: center; }
  .customize__nav-item--muted {
    background-color: #fbfbfb; }
    .customize__nav-item--muted:hover {
      background-color: #eeeeee; }
  .customize__nav-item--disabled {
    background-color: #eeeeee;
    color: #d3d3d3; }
    .customize__nav-item--disabled:hover {
      background-color: #eeeeee; }
  .customize__nav-item-active {
    background-color: #eeeeee; }
  .customize__nav-item--draggable span:last-of-type {
    position: absolute;
    left: auto;
    right: 2rem; }
  .customize__nav-item--dragging, .customize__slide--dragging {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    background-color: #ececec;
    border: 1px solid #d5d5d5;
    border-radius: 0.25rem; }
  .customize__nav-item--add {
    background-color: #f3f3f3; }
    .customize__nav-item--add:hover span:before {
      font-family: 'FontAwesome';
      content: "\F067";
      font-size: inherit;
      color: inherit;
      -webkit-font-smoothing: antialiased; }
    .customize__nav-item--add:active {
      background-color: #ececec; }
  .customize__nav-item--loading {
    width: 100%;
    height: 49px;
    min-height: 49px; }
    .customize__nav-item--loading span {
      height: 1rem;
      width: calc(100% - 2rem);
      background: linear-gradient(214deg, #f9f9f9, #d5d5d5);
      background-size: 400% 400%;
      -webkit-animation: Skeleton 1s ease infinite;
      animation: Skeleton 1s ease infinite;
      border-radius: 0.25rem; }

@-webkit-keyframes Skeleton {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes Skeleton {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

.customize__nav-item-drag {
  float: right;
  cursor: -webkit-grab; }
  .customize__nav-item-drag:before {
    font-family: 'FontAwesome';
    content: "\F0C9";
    font-size: inherit;
    color: inherit;
    -webkit-font-smoothing: antialiased; }
  .customize__nav-item-drag:active {
    cursor: -webkit-grabbing; }

.customize__nav-item-slider:before {
  font-family: 'FontAwesome';
  content: "\F03E";
  font-size: inherit;
  color: inherit;
  -webkit-font-smoothing: antialiased; }

.customize__nav-item-header:before {
  font-family: 'FontAwesome';
  content: "\F2D0";
  font-size: inherit;
  color: inherit;
  -webkit-font-smoothing: antialiased; }

.customize__nav-item-footer {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
  .customize__nav-item-footer:before {
    font-family: 'FontAwesome';
    content: "\F2D0";
    font-size: inherit;
    color: inherit;
    -webkit-font-smoothing: antialiased; }

.customize__nav-item-product:before {
  font-family: 'FontAwesome';
  content: "\F02B";
  font-size: inherit;
  color: inherit;
  -webkit-font-smoothing: antialiased; }

.customize__nav-item-grid:before {
  font-family: 'FontAwesome';
  content: "\F00A";
  font-size: inherit;
  color: inherit;
  -webkit-font-smoothing: antialiased; }

.customize__nav-item-collection:before {
  font-family: 'FontAwesome';
  content: "\F02C";
  font-size: inherit;
  color: inherit;
  -webkit-font-smoothing: antialiased; }

.customize__nav-item-related:before {
  font-family: 'FontAwesome';
  content: "\F140";
  font-size: inherit;
  color: inherit;
  -webkit-font-smoothing: antialiased; }

.customize__nav-item-html:before {
  font-family: 'FontAwesome';
  content: "\F121";
  font-size: inherit;
  color: inherit;
  -webkit-font-smoothing: antialiased; }

.customize__nav-item-featured-image:before {
  font-family: 'FontAwesome';
  content: "\F03E";
  font-size: inherit;
  color: inherit;
  -webkit-font-smoothing: antialiased; }

.customize__nav-item-columns:before {
  font-family: 'FontAwesome';
  content: "\F0DB";
  font-size: inherit;
  color: inherit;
  -webkit-font-smoothing: antialiased; }

.customize__nav-item-text:before {
  font-family: 'FontAwesome';
  content: "\F036";
  font-size: inherit;
  color: inherit;
  -webkit-font-smoothing: antialiased; }

.customize__nav-item-description:before {
  font-family: 'FontAwesome';
  content: "\F036";
  font-size: inherit;
  color: inherit;
  -webkit-font-smoothing: antialiased; }

.customize__nav-item-seo:before {
  font-family: 'FontAwesome';
  content: "\F002";
  font-size: inherit;
  color: inherit;
  -webkit-font-smoothing: antialiased; }

.customize__nav-item-shipping:before {
  font-family: 'FontAwesome';
  content: "\F0D1";
  font-size: inherit;
  color: inherit;
  -webkit-font-smoothing: antialiased; }

.customize__nav-item-logo:before {
  font-family: 'FontAwesome';
  content: "\F013";
  font-size: inherit;
  color: inherit;
  -webkit-font-smoothing: antialiased; }

.customize__nav-item-fonts:before {
  font-family: 'FontAwesome';
  content: "\F031";
  font-size: inherit;
  color: inherit;
  -webkit-font-smoothing: antialiased; }

.customize__nav-item-colors:before {
  font-family: 'FontAwesome';
  content: "\F1FB";
  font-size: inherit;
  color: inherit;
  -webkit-font-smoothing: antialiased; }

.customize__nav-item-drag:before {
  font-family: 'FontAwesome';
  content: "\F0C9";
  font-size: inherit;
  color: inherit;
  -webkit-font-smoothing: antialiased; }

.customize__nav-item-favicon:before {
  font-family: 'FontAwesome';
  content: "\F097";
  font-size: inherit;
  color: inherit;
  -webkit-font-smoothing: antialiased; }

.customize__nav-item-analytics:before {
  font-family: 'FontAwesome';
  content: "\F201";
  font-size: inherit;
  color: inherit;
  -webkit-font-smoothing: antialiased; }

.customize__nav-item-chat:before {
  font-family: 'FontAwesome';
  content: "\F0E6";
  font-size: inherit;
  color: inherit;
  -webkit-font-smoothing: antialiased; }

.customize__nav-item-social:before {
  font-family: 'FontAwesome';
  content: "\F087";
  font-size: inherit;
  color: inherit;
  -webkit-font-smoothing: antialiased; }

.customize__nav-item-domains:before {
  font-family: 'FontAwesome';
  content: "\F023";
  font-size: inherit;
  color: inherit;
  -webkit-font-smoothing: antialiased; }

.customize__nav-item-add {
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }
  .customize__nav-item-add:before {
    font-family: 'FontAwesome';
    content: "\F067";
    font-size: inherit;
    color: inherit;
    -webkit-font-smoothing: antialiased; }

.customize__nav-item-minus {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.customize__nav-item-badge {
  background-color: #f6870f;
  border-radius: 0.25rem;
  color: #f9f9f9;
  margin-top: -0.25rem ;
  padding: 0.25rem 0.5rem ;
  position: absolute;
  right: 1rem; }

.customize__fonts {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin-top: 1rem ;
  padding-top: 1rem ;
  border-top: 1px solid #d5d5d5;
  background-color: #f3f3f3; }
  @media screen and (min-width: 30em) {
    .customize__fonts {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .customize__fonts:last-child:not(:first-child) {
    float: right; }
  .customize__fonts-item {
    border: 1px solid #d5d5d5;
    border-radius: 0.25rem;
    background-color: #f9f9f9;
    cursor: pointer;
    margin-bottom: 1rem ;
    padding-top: 1rem ;
    -webkit-transition: all 0.25s;
    transition: all 0.25s; }
    .customize__fonts-item h1 {
      display: inline-block;
      font-size: 1.4rem;
      padding-left: 1rem ; }
    .customize__fonts-item p {
      padding-left: 1rem ;
      padding-right: 1rem ;
      line-height: 1.75;
      font-size: 0.9rem;
      margin-top: 0 ;
      padding-top: 0 ;
      margin-bottom: 1rem ; }
      @media screen and (min-width: 40em) {
        .customize__fonts-item p {
          line-height: 1.5; } }
      @media screen and (min-width: 64em) {
        .customize__fonts-item p {
          line-height: 1.7; } }
    .customize__fonts-item-current {
      background-color: #f6870f;
      color: #f9f9f9;
      display: block;
      padding-top: 0.25rem ;
      padding-bottom: 0.25rem ;
      font-size: 0.8rem;
      text-align: center;
      width: 100%; }
    .customize__fonts-item-active {
      border: 1px solid #f6870f; }
      .customize__fonts-item-active h1 {
        margin-bottom: 0 ; }

.customize__color-container {
  width: 100%;
  background-color: #f3f3f3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 1rem ;
  border-top: 1px solid #d5d5d5; }

.customize__color-preview {
  border-radius: 50%;
  border: 1px solid #888888;
  cursor: pointer;
  height: 1.675rem;
  width: 1.675rem;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }
  .customize__color-preview-active {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .customize__color-preview-active:before {
      font-family: 'FontAwesome';
      content: "\F00C";
      font-size: 0.85rem;
      color: #f9f9f9;
      -webkit-font-smoothing: antialiased; }
    .customize__color-preview-active:before {
      -webkit-animation-duration: 0.25s;
      animation-duration: 0.25s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-name: fade-in;
      animation-name: fade-in;
      -webkit-animation-iteration-count: 1;
              animation-iteration-count: 1;
      -webkit-animation-timing-function: ease;
      animation-timing-function: ease; }

.customize__color-opacity {
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  display: block;
  margin-left: -0.25rem ;
  margin-top: 0.25rem ;
  margin-bottom: 0.25rem ;
  min-width: calc(100% + 0.5rem);
  width: 100%; }

.customize__color-confirm {
  font-family: "BaseFont";
  font-size: inherit;
  outline: none;
  width: 100%;
  height: auto;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  cursor: pointer;
  border: 1px solid #6f6f6f;
  color: #f9f9f9;
  background-color: #f6870f;
  background-color: #6f6f6f;
  border-radius: 0.25rem;
  padding: 0.3rem;
  font-size: 90%;
  border-radius: 0;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  margin-top: 0.25rem ;
  margin-bottom: -0.25rem ;
  margin-left: -0.25rem ;
  text-align: center;
  min-width: calc(100% + 0.5rem); }

.customize__color-picker {
  background-color: #f9f9f9;
  border: 1px solid #d5d5d5;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0.5rem 0.5rem -0.5rem #d5d5d5;
          box-shadow: 0 0.5rem 0.5rem -0.5rem #d5d5d5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0.25rem ;
  position: absolute;
  top: calc(100% - 0.25rem);
  right: 0.5rem;
  width: calc(100% - 1rem);
  z-index: 2; }
  .customize__color-picker-input {
    padding: 0.25rem ;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
    .customize__color-picker-input-symbol, .customize__color-picker-input-submit {
      display: inline-block;
      height: 1.75rem;
      text-align: center;
      width: 1.75rem; }
      .customize__color-picker-input-symbol:before, .customize__color-picker-input-submit:before {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        height: 1.75rem;
        position: absolute;
        width: 1.75rem; }
    .customize__color-picker-input-symbol {
      background-color: #d5d5d5;
      border-top-left-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem; }
      .customize__color-picker-input-symbol:before {
        font-family: 'FontAwesome';
        content: "\F292";
        font-size: 0.75rem;
        color: inherit;
        -webkit-font-smoothing: antialiased; }
    .customize__color-picker-input-submit {
      color: #f9f9f9;
      background-color: #6f6f6f;
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem; }
      .customize__color-picker-input-submit:before {
        font-family: 'FontAwesome';
        content: "\F061";
        font-size: 0.75rem;
        color: inherit;
        -webkit-font-smoothing: antialiased; }
    .customize__color-picker-input input {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      font-family: "BaseFont";
      font-size: 0.9rem;
      line-height: 1;
      background-color: #fbfbfb;
      border-color: #d5d5d5;
      color: #555555;
      border-style: solid;
      border-width: 1px;
      cursor: pointer;
      display: block;
      font-size: 0.9rem;
      height: 1.75rem;
      outline: none;
      padding: 0.4rem 0.5rem;
      position: relative;
      width: calc(100% - 1.75rem);
      border-radius: 0.25rem;
      border-style: solid;
      border-width: 1px;
      border-radius: 0;
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem; }
  .customize__color-picker-input-active input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-family: "BaseFont";
    font-size: 0.9rem;
    line-height: 1;
    background-color: #fbfbfb;
    border-color: #d5d5d5;
    color: #555555;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: block;
    font-size: 0.9rem;
    height: 1.75rem;
    outline: none;
    padding: 0.4rem 0.5rem;
    position: relative;
    width: calc(100% - 3.5rem);
    border-radius: 0.25rem;
    border-style: solid;
    border-width: 1px;
    border-radius: 0; }
  .customize__color-picker .customize__color-preview {
    -ms-flex-preferred-size: 1.675rem;
        flex-basis: 1.675rem;
    margin: 0.1675rem ;
    float: left; }

.customize__picker {
  min-height: 2.75rem;
  border-top: 1px solid #d5d5d5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 1rem ;
  position: relative;
  padding-top: 0.5rem ;
  padding-bottom: 0.5rem ;
  width: 100%; }
  .customize__picker-headline {
    line-height: 1.75;
    font-weight: normal;
    font-size: 0.8rem;
    -ms-flex-positive: 1;
        flex-grow: 1;
    margin-right: auto ; }
    @media screen and (min-width: 40em) {
      .customize__picker-headline {
        line-height: 1.5; } }
    @media screen and (min-width: 64em) {
      .customize__picker-headline {
        line-height: 1.7; } }

.customize__input-slider {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: calc(100% - 1.5rem);
  z-index: 2; }
  .customize__input-slider-container {
    border-bottom: 1px solid #d5d5d5;
    width: calc(100% + 2rem);
    margin-left: -1rem ;
    padding: 1rem ; }
  .customize__input-slider-labels {
    margin-bottom: 1rem ; }
    .customize__input-slider-labels label {
      font-size: 0.8rem;
      display: inline;
      margin-bottom: 0.75rem ; }
      .customize__input-slider-labels label:first-of-type {
        font-weight: bold; }
    .customize__input-slider-labels-current {
      color: #f6870f;
      font-weight: bold;
      margin-left: 0.25rem ; }
    .customize__input-slider-labels-button {
      font-family: "BaseFont";
      outline: none;
      width: auto;
      height: auto;
      -webkit-transition: background-color 0.25s;
      transition: background-color 0.25s;
      cursor: pointer;
      display: inline-block;
      padding: 1rem;
      -webkit-transition: all 0.25s;
      transition: all 0.25s;
      font-weight: 400;
      padding: 0.2rem 0.7rem;
      border: 1px solid var(--theme-main-color, #f6870f);
      font-size: 0.8rem;
      border-radius: 4rem;
      margin-left: 0.25rem ; }
      .customize__input-slider-labels-button:hover {
        text-decoration: none;
        opacity: 1; }
  .customize__input-slider-controls {
    border-top: 2px solid #d5d5d5;
    display: block;
    margin-left: 0.5rem ;
    margin-top: 0.25rem ;
    margin-bottom: 0.25rem ;
    min-width: calc(100% + 0.5rem); }
    .customize__input-slider-controls .admin-rheostat-handle {
      top: -0.6rem; }
  .customize__input-slider-tooltip {
    position: absolute;
    top: -0.2rem;
    background-color: #f9f9f9;
    border: 1px solid #d5d5d5;
    border-radius: 0.25rem;
    font-size: 0.8rem;
    font-weight: bold;
    padding: 0.25rem 0.15rem ; }
  .customize__input-slider-keys {
    margin-top: 0.25rem ;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
    font-size: 0.7rem; }
    .customize__input-slider-keys:first-child {
      margin-left: auto ; }

.customize__preview {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-size: 30rem;
  background-image: url("/images/bg-pattern-tile.svg");
  position: relative; }
  .customize__preview:before {
    background-color: rgba(249, 249, 249, 0.75);
    height: 100%;
    position: absolute;
    top: 9;
    left: 0;
    width: 100%;
    content: ''; }
  .customize__preview .preview__desktop {
    border-radius: 0;
    -webkit-box-shadow: 0 0.5rem 0.5rem -0.5rem #d5d5d5;
            box-shadow: 0 0.5rem 0.5rem -0.5rem #d5d5d5;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: block;
    width: 100%;
    max-width: 100vw;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto; }
    .customize__preview .preview__desktop::-webkit-scrollbar {
      display: none; }
    .customize__preview .preview__desktop .preview__site,
    .customize__preview .preview__desktop iframe {
      height: 100vh;
      max-height: 100vh; }
  .customize__preview .preview__mobile {
    position: relative;
    left: auto;
    bottom: auto; }
  @media screen and (min-width: 64em) {
    .customize__preview {
      -ms-flex-preferred-size: calc(100vw - 22.5rem);
          flex-basis: calc(100vw - 22.5rem);
      height: 100vh;
      margin-top: 0 ;
      margin-bottom: 0 ;
      position: absolute;
      top: 0;
      right: 0;
      width: calc(100vw - 22.5rem);
      max-width: calc(100vw - 22.5rem); } }

.customize__nav-option-item {
  background-color: #f9f9f9;
  border: 1px solid #d5d5d5;
  border-radius: 0.25rem;
  margin: 1rem auto ;
  border: 1px solid #d5d5d5;
  width: calc(100% - 2rem); }
  .customize__nav-option-item-button {
    font-family: "BaseFont";
    font-size: inherit;
    outline: none;
    width: 100%;
    height: auto;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
    cursor: pointer;
    border: 1px solid var(--theme-main-color, #f6870f);
    color: #f9f9f9;
    background-color: #f6870f;
    background-color: var(--theme-main-color, #f6870f);
    border-radius: 0.25rem;
    padding: 0.5rem;
    margin-bottom: 1rem ;
    width: calc(100% - 2rem); }
  @media screen {
    .customize__nav-option-item .settings__form, .customize__nav-option-item .customize__form {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding-top: 0 ;
      padding-bottom: 0 ;
      padding-top: 1rem ; } }
  .customize__nav-option-item .settings__form-input-upload-placeholder-featured,
  .customize__nav-option-item .settings__form-input-upload-placeholder-logo,
  .customize__nav-option-item textarea {
    margin: 0 ; }
  .customize__nav-option-item .settings__form-info h2, .customize__nav-option-item .customize__form-info h2,
  .customize__nav-option-item .settings__form-input h2,
  .customize__nav-option-item .settings__form-input-upload h2,
  .customize__nav-option-item .customize__nav-option-input-upload h2 {
    margin-bottom: 0.75rem ; }
  @media screen {
    .customize__nav-option-item .settings__form-info, .customize__nav-option-item .customize__form-info,
    .customize__nav-option-item .settings__form-input,
    .customize__nav-option-item .settings__form-input-upload,
    .customize__nav-option-item .customize__nav-option-input-upload {
      width: 100%;
      float: left;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      background-color: transparent;
      padding-left: 1rem ;
      padding-right: 1rem ;
      padding-top: 0 ;
      padding-bottom: 0 ;
      margin: 0 ; } }
  @media screen and (min-width: 30em) {
    .customize__nav-option-item .settings__form-info, .customize__nav-option-item .customize__form-info,
    .customize__nav-option-item .settings__form-input,
    .customize__nav-option-item .settings__form-input-upload,
    .customize__nav-option-item .customize__nav-option-input-upload {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media screen {
      .customize__nav-option-item .settings__form-info:last-child:not(:first-child), .customize__nav-option-item .customize__form-info:last-child:not(:first-child),
      .customize__nav-option-item .settings__form-input:last-child:not(:first-child),
      .customize__nav-option-item .settings__form-input-upload:last-child:not(:first-child),
      .customize__nav-option-item .customize__nav-option-input-upload:last-child:not(:first-child) {
        float: right; } }
  @media screen and (min-width: 64em) {
    .customize__nav-option-item .settings__form-info, .customize__nav-option-item .customize__form-info,
    .customize__nav-option-item .settings__form-input,
    .customize__nav-option-item .settings__form-input-upload,
    .customize__nav-option-item .customize__nav-option-input-upload {
      padding-top: 0 ;
      padding-bottom: 0 ; } }
  .customize__nav-option-item .settings__form-input,
  .customize__nav-option-item .settings__form-input-upload,
  .customize__nav-option-item .customize__nav-option-input-upload {
    padding-top: 1rem ;
    padding-bottom: 1rem ;
    border-top: 1px solid #d5d5d5;
    background-color: #f3f3f3; }
  .customize__nav-option-item .settings__form-input-upload-link {
    margin-top: 1rem ; }
  .customize__nav-option-item .settings__form-input-upload-inactive {
    padding: 0 ;
    border: none; }
  .customize__nav-option-item h2 {
    font-size: 1rem; }
  .customize__nav-option-item p {
    font-size: 0.9rem;
    margin-top: 0.5rem ; }

.customize__listing__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  width: 100%;
  padding: 0.5rem;
  padding-top: 0; }

.customize__listing {
  border-radius: 0.25rem;
  border: 1px solid #f6870f;
  background-color: #ececec;
  max-height: 20rem;
  min-height: 90px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  position: relative;
  -ms-flex-preferred-size: calc(33% - 1rem);
      flex-basis: calc(33% - 1rem);
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: calc(33% - 1rem);
  min-width: calc(33% - 1rem);
  margin: 0.5rem; }
  .customize__listing__image {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    width: 100%; }
    .customize__listing__image img {
      display: block; }
  .customize__listing__info {
    font-size: 0.9rem;
    text-align: center;
    width: 100%;
    padding: 0.5rem; }

.customize__listing--loading {
  background: linear-gradient(214deg, #f9f9f9, #d5d5d5);
  background-size: 400% 400%;
  -webkit-animation: Skeleton 1s ease infinite;
  animation: Skeleton 1s ease infinite;
  opacity: 0.75; }

@-webkit-keyframes Skeleton {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes Skeleton {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

.customize__listing--placeholder {
  background: linear-gradient(214deg, #f9f9f9, #d5d5d5);
  background-size: 400% 400%;
  -webkit-animation: Skeleton 1s ease infinite;
  animation: Skeleton 1s ease infinite;
  height: 50%; }

@-webkit-keyframes Skeleton {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes Skeleton {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

.customize__remaining {
  text-align: center;
  margin-bottom: 1rem;
  color: #d3d3d3; }

.customize__listing--solo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: center;
      align-items: center;
  margin: 1rem;
  margin-top: 0;
  min-width: calc(100% - 2rem); }
  .customize__listing--solo .customize__listing__image {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    min-width: 35%;
    height: auto;
    margin: 0; }
  .customize__listing--solo .customize__listing__info {
    -ms-flex-positive: 1;
        flex-grow: 1;
    padding: 1rem; }

.customize__listing__remove {
  background-color: #f9f9f9;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #555555;
  border: 1px solid #f6870f;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  top: -0.75rem;
  left: -0.75rem; }
  .customize__listing__remove:before {
    font-family: 'FontAwesome';
    content: "\F00D";
    font-size: inherit;
    color: inherit;
    -webkit-font-smoothing: antialiased; }

.customize__nav-option-select {
  position: relative;
  position: relative;
  width: calc(100% - 2rem); }
  .customize__nav-option-select:before {
    font-family: 'FontAwesome';
    content: "\F0D7";
    font-size: 1rem;
    color: inherit;
    -webkit-font-smoothing: antialiased; }
  .customize__nav-option-select:before {
    font-family: 'FontAwesome';
    content: "\F0D7";
    font-size: inherit;
    color: inherit;
    -webkit-font-smoothing: antialiased; }
  .customize__nav-option-select select {
    -webkit-appearance: none;
    background: transparent;
    border: none;
    border-bottom: 1px solid #d5d5d5;
    border-radius: 0;
    cursor: pointer;
    font-family: "BaseFont";
    font-size: 1rem;
    line-height: 1;
    height: auto;
    outline: none;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
    width: 100%;
    color: #555555;
    background-color: false;
    padding: 0.5rem;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    padding: 0.5rem; }
    .customize__nav-option-select select:disabled {
      color: #d3d3d3;
      border-color: #d3d3d3; }
  .customize__nav-option-select:before {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    color: #555555;
    display: inline-block;
    pointer-events: none; }
  .customize__nav-option-select:last-of-type {
    margin-bottom: 1rem ; }
  .customize__nav-option-select select {
    padding-left: 0 ; }
  .customize__nav-option-select:before {
    position: absolute;
    right: 0.5rem; }
  .customize__nav-option-select-label {
    display: block;
    width: calc(100% - 2rem);
    font-size: 0.8rem;
    margin-top: 1rem ;
    margin-bottom: 0.25rem ;
    font-weight: bold; }
    .customize__nav-option-select-label-disabled {
      color: #d3d3d3; }
  .customize__nav-option-select--solo {
    margin-top: 1rem;
    margin-bottom: 1rem; }

.customize__nav-option-select-label + .customize__nav-option-select {
  margin-top: 0 ; }

.customize__form .customize__picker {
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5; }
  .customize__form .customize__picker + .customize__picker {
    border: none;
    border-bottom: 1px solid #d5d5d5; }

.customize__form-toggle-container {
  width: 100%; }
  .customize__form-toggle-container + span {
    width: 100%; }
  .customize__form-toggle-container .customize__picker {
    border: none;
    border-bottom: 1px solid #d5d5d5; }
    .customize__form-toggle-container .customize__picker + .settings__form-input {
      border: none; }
  .customize__form-toggle-container ~ .customize__form-toggle-container {
    border: none; }

.customize__form-helper {
  background-color: #e1e1e1;
  border-radius: 0.25rem;
  margin-bottom: 1rem ;
  margin-left: 1rem ;
  padding: 0.5rem 1rem ;
  font-size: 0.9rem;
  font-size: 0.8rem;
  line-height: 1.75;
  width: calc(100% - 2rem); }
  .customize__form-helper-title {
    cursor: pointer;
    display: block;
    margin-top: 0.75rem ;
    margin-bottom: 0.75rem ;
    font-size: 0.8rem;
    font-weight: normal;
    color: #a2a2a2;
    text-align: center;
    width: 100%; }
  @media screen and (min-width: 40em) {
    .customize__form-helper {
      line-height: 1.5; } }
  @media screen and (min-width: 64em) {
    .customize__form-helper {
      line-height: 1.7; } }

.customize__form-radio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  padding: 0.5rem 1rem ;
  border-bottom: 1px solid #d5d5d5; }
  .customize__form-radio:after {
    content: "";
    display: table;
    clear: both; }
  .customize__form-radio label {
    cursor: pointer;
    -ms-flex-item-align: center;
        align-self: center;
    position: relative;
    font-size: 0.9rem; }
  .customize__form-radio input[type="radio"] {
    cursor: pointer;
    height: 1.75rem;
    position: relative;
    width: 1.75rem; }
    .customize__form-radio input[type="radio"]:before {
      background-color: #f6870f;
      border-radius: 50%;
      height: 1.25rem;
      position: absolute;
      top: 0.25rem;
      left: 0.25rem;
      -webkit-transition: -webkit-transform 0.25s;
      transition: -webkit-transform 0.25s;
      transition: transform 0.25s;
      transition: transform 0.25s, -webkit-transform 0.25s;
      width: 1.25rem;
      content: "";
      -webkit-transform: scale(0, 0);
              transform: scale(0, 0);
      z-index: 1; }
    .customize__form-radio input[type="radio"]:checked:before {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1); }
    .customize__form-radio input[type="radio"]:after {
      background-color: #f9f9f9;
      border: 2px solid #f6870f;
      border-radius: 50%;
      height: 1.75rem;
      position: absolute;
      top: 0;
      left: 0;
      width: 1.75rem;
      content: ""; }
  .customize__form-radio input[type="radio"] {
    -ms-flex-order: 2;
        order: 2;
    margin: 0 0 0 auto ; }
  .customize__form-radio label {
    -ms-flex-order: 1;
        order: 1;
    margin: 0 auto 0 0 ; }
  .customize__form-radio label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .customize__form-radio label svg {
      width: 2.5rem;
      margin-right: 0.5rem ; }

.customize__form-toggle {
  padding: 0.5rem 1rem ;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #f3f3f3; }
  .customize__form-toggle-container {
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5; }
    .customize__form-toggle-container + .customize__form-toggle-container {
      border: none;
      border-bottom: 1px solid #d5d5d5; }
  .customize__form-toggle ~ span {
    width: 100%; }
  .customize__form-toggle input {
    margin-left: auto ; }
  .customize__form-toggle span {
    margin-right: auto ;
    font-size: 0.9rem; }

.customize__form-info-helper {
  display: block;
  margin-bottom: 1rem ;
  font-size: 0.8rem;
  line-height: 1.75;
  color: #a2a2a2; }
  @media screen and (min-width: 40em) {
    .customize__form-info-helper {
      line-height: 1.5; } }
  @media screen and (min-width: 64em) {
    .customize__form-info-helper {
      line-height: 1.7; } }
  .customize__form-info-helper a {
    display: inline;
    font-weight: bold; }
    .customize__form-info-helper a:hover {
      text-decoration: underline; }

.customize__slide {
  background-color: #f9f9f9;
  border-bottom: 1px solid #d5d5d5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
  min-height: 3rem;
  -webkit-transition: background-color opacity 0.25s;
  transition: background-color opacity 0.25s; }
  .customize__slide:active, .customize__slide:hover {
    background-color: #f4f4f4; }
  .customize__slide--inactive {
    opacity: 0.1;
    filter: alpha(opacity=10); }
    .customize__slide--inactive .customize__slide-content {
      cursor: default; }
  .customize__slide--active {
    -webkit-box-shadow: 0 -0.5rem 0.5rem -0.5rem #d5d5d5;
            box-shadow: 0 -0.5rem 0.5rem -0.5rem #d5d5d5; }
  .customize__slide-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-align: center;
        align-items: center;
    padding: 0.5rem 1rem ;
    width: calc(100% - 3rem);
    cursor: pointer; }
    .customize__slide-content-toggle, .customize__slide-content-add {
      width: 1rem;
      padding: 0 ;
      margin-right: 1rem ; }
      .customize__slide-content-toggle:before, .customize__slide-content-add:before {
        font-family: 'FontAwesome';
        content: "\F0DA";
        font-size: inherit;
        color: inherit;
        -webkit-font-smoothing: antialiased; }
      .customize__slide-content-toggle-active, .customize__slide-content-add-active {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
    .customize__slide-content-add:before {
      font-family: 'FontAwesome';
      content: "\F067";
      font-size: inherit;
      color: inherit;
      -webkit-font-smoothing: antialiased; }
    .customize__slide-content-disabled:before {
      font-family: 'FontAwesome';
      content: "\F023";
      font-size: inherit;
      color: inherit;
      -webkit-font-smoothing: antialiased; }
    .customize__slide-content-drag {
      width: 20%;
      max-width: 20%;
      -ms-flex-positive: 1;
          flex-grow: 1;
      text-align: center;
      padding: 0.5rem 1rem ;
      padding-right: 0 ;
      cursor: -webkit-grab; }
      .customize__slide-content-drag:before {
        font-family: 'FontAwesome';
        content: "\F0C9";
        font-size: inherit;
        color: inherit;
        -webkit-font-smoothing: antialiased; }
      .customize__slide-content-drag:active {
        cursor: -webkit-grabbing; }
    .customize__slide-content-thumbnail {
      background-size: 10rem;
      background-image: url("/images/bg-pattern-tile.svg");
      border: 1px solid #d5d5d5;
      border-radius: 0.25rem;
      height: 2.5rem;
      margin-right: 1rem ;
      overflow: hidden;
      -webkit-overflow-scrolling: touch;
      width: 2.5rem; }
      .customize__slide-content-thumbnail img {
        display: block; }
      .customize__slide-content-thumbnail--video {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .customize__slide-content-thumbnail--video:before {
          font-family: 'FontAwesome';
          content: "\F03D";
          font-size: inherit;
          color: inherit;
          -webkit-font-smoothing: antialiased; }
      .customize__slide-content-thumbnail--html {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .customize__slide-content-thumbnail--html:before {
          font-family: 'FontAwesome';
          content: "\F121";
          font-size: inherit;
          color: inherit;
          -webkit-font-smoothing: antialiased; }
    .customize__slide-content-text {
      -ms-flex: 1;
          flex: 1;
      min-width: 0; }
      .customize__slide-content-text h2 {
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
        font-size: 0.9rem;
        white-space: nowrap;
        text-overflow: ellipsis; }
      .customize__slide-content-text-width {
        font-size: 0.7rem; }
        .customize__slide-content-text-width span {
          display: block;
          margin-top: 0.2rem ; }

.customize__slide-empty {
  background-color: #f3f3f3;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s; }
  .customize__slide-empty .customize__slide-content-thumbnail {
    width: 2.5rem;
    height: 2.5rem;
    background-size: 10rem;
    background-image: url("/images/bg-pattern-tile.svg"); }
  .customize__slide-empty:active {
    background-color: #ececec; }

.customize__slide-edit {
  max-height: 0rem;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s; }
  .customize__slide-edit .customize__form-toggle {
    border: none; }
    .customize__slide-edit .customize__form-toggle-container {
      width: calc(100% + 2rem);
      margin-left: -1rem ;
      border-top: 1px solid #d5d5d5;
      border-bottom: 1px solid #d5d5d5; }
      .customize__slide-edit .customize__form-toggle-container:first-of-type {
        border: none;
        border-bottom: 1px solid #d5d5d5; }
      .customize__slide-edit .customize__form-toggle-container:only-of-type {
        border-top: 1px solid #d5d5d5;
        border-bottom: 1px solid #d5d5d5; }
      .customize__slide-edit .customize__form-toggle-container + .customize__form-toggle-container {
        border: none;
        border-bottom: 1px solid #d5d5d5; }
  .customize__slide-edit .customize__picker {
    width: calc(100% + 2rem);
    margin-left: -1rem ;
    border: none;
    border-bottom: 1px solid #d5d5d5; }
    .customize__slide-edit .customize__picker label {
      font-size: 0.8rem;
      font-weight: bold; }
  .customize__slide-edit-input {
    margin-top: 1rem ;
    margin-bottom: 1rem ; }
    .customize__slide-edit-input label {
      font-size: 0.8rem;
      font-weight: bold;
      display: inline-block;
      margin-bottom: 0.75rem ; }
    .customize__slide-edit-input input[type='text'] {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      font-family: "BaseFont";
      font-size: 0.9rem;
      line-height: 1;
      background-color: #fbfbfb;
      border-color: #d5d5d5;
      color: #555555;
      border-style: solid;
      border-width: 1px;
      cursor: pointer;
      display: block;
      font-size: 0.9rem;
      height: auto;
      outline: none;
      padding: 0.4rem 0.5rem;
      position: relative;
      width: 100%;
      border-radius: 0.25rem;
      border-style: solid;
      border-width: 1px; }
    .customize__slide-edit-input input[type='file'] {
      display: none; }
    .customize__slide-edit-input textarea {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      font-family: "BaseFont";
      font-size: 0.9rem;
      line-height: 1;
      background-color: #fbfbfb;
      border-color: #d5d5d5;
      color: #555555;
      border-style: solid;
      border-width: 1px;
      cursor: pointer;
      display: block;
      font-size: 0.9rem;
      height: auto;
      outline: none;
      padding: 0.4rem 0.5rem;
      position: relative;
      width: 100%;
      border-radius: 0.25rem;
      min-height: 8rem;
      line-height: 1.75;
      border-style: solid;
      border-width: 1px; }
      @media screen and (min-width: 40em) {
        .customize__slide-edit-input textarea {
          line-height: 1.5; } }
      @media screen and (min-width: 64em) {
        .customize__slide-edit-input textarea {
          line-height: 1.7; } }
    .customize__slide-edit-input-select {
      position: relative;
      position: relative; }
      .customize__slide-edit-input-select:before {
        font-family: 'FontAwesome';
        content: "\F0D7";
        font-size: 1rem;
        color: inherit;
        -webkit-font-smoothing: antialiased; }
      .customize__slide-edit-input-select:before {
        font-family: 'FontAwesome';
        content: "\F0D7";
        font-size: inherit;
        color: inherit;
        -webkit-font-smoothing: antialiased; }
      .customize__slide-edit-input-select select {
        -webkit-appearance: none;
        background: transparent;
        border: none;
        border-bottom: 1px solid #d5d5d5;
        border-radius: 0;
        cursor: pointer;
        font-family: "BaseFont";
        font-size: 1rem;
        line-height: 1;
        height: auto;
        outline: none;
        -webkit-transition: background-color 0.25s;
        transition: background-color 0.25s;
        width: 100%;
        color: #555555;
        background-color: false;
        padding: 0.5rem;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
        padding: 0.5rem; }
        .customize__slide-edit-input-select select:disabled {
          color: #d3d3d3;
          border-color: #d3d3d3; }
      .customize__slide-edit-input-select:before {
        position: absolute;
        top: 0.5rem;
        right: 0.5rem;
        color: #555555;
        display: inline-block;
        pointer-events: none; }
  .customize__slide-edit-helper {
    margin-top: 0.5rem ;
    line-height: 1.75;
    font-size: 0.9rem; }
    @media screen and (min-width: 40em) {
      .customize__slide-edit-helper {
        line-height: 1.5; } }
    @media screen and (min-width: 64em) {
      .customize__slide-edit-helper {
        line-height: 1.7; } }
    .customize__slide-edit-helper a {
      display: inline;
      font-weight: bold; }
      .customize__slide-edit-helper a:hover {
        text-decoration: underline; }
    .customize__slide-edit-helper--tiny {
      font-size: 0.8rem;
      text-align: center; }
  .customize__slide-edit-content {
    padding-left: 1rem ;
    padding-right: 1rem ; }
  .customize__slide-edit-delete {
    padding-top: 1rem ;
    padding-bottom: 1rem ;
    font-size: 0.9rem;
    text-align: center;
    width: 100%; }
    .customize__slide-edit-delete:before {
      font-family: 'FontAwesome';
      content: "\F014";
      font-size: inherit;
      color: inherit;
      -webkit-font-smoothing: antialiased; }
    .customize__slide-edit-delete:before {
      margin-right: 0.5rem ; }
  .customize__slide-edit-active {
    border-bottom: 1px solid #d5d5d5;
    -webkit-box-shadow: 0 0.5rem 0.5rem -0.5rem #d5d5d5;
            box-shadow: 0 0.5rem 0.5rem -0.5rem #d5d5d5;
    overflow: visible;
    max-height: none; }

.customize__slide-edit .code {
  width: calc(100% + 2rem);
  margin-left: -1rem ;
  border-bottom: 1px solid #d5d5d5; }

.customize__slide-edit .code__container {
  border: none; }

/*# sourceMappingURL=main-4ada70ac204056dd7321.css.map*/