@charset "UTF-8";
/**
 *  Variables & Fints
 */
/* 1. Colors */
/* 2. Paths */
/* 3. Icons */
/* 4. Grids */
/* 5. Fonts */
/* 6. Box Shadows */
@font-face {
  font-family: 'Lato';
  src: url("../fonts/lato/Lato-Regular.woff2") format("woff2"), url("../fonts/lato/Lato-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

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

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

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

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

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

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

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

@font-face {
  font-family: 'eiker';
  src: url("../fonts/vendor/iconmoon/eiker.eot?51jpdu");
  src: url("../fonts/vendor/iconmoon/eiker.eot?51jpdu#iefix") format("embedded-opentype"), url("../fonts/vendor/iconmoon/eiker.ttf?51jpdu") format("truetype"), url("../fonts/vendor/iconmoon/eiker.woff?51jpdu") format("woff"), url("../fonts/vendor/iconmoon/eiker.svg?51jpdu#eiker") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'eiker' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-instagran:before {
  content: "\E900";
}

.icon-search:before {
  content: "\E901";
}

.icon-shopping-cart:before {
  content: "\E902";
}

.icon-phone:before {
  content: "\E903";
}

.icon-facebook2:before {
  content: "\EA91";
}

/**
 * Foundation
 */
/* Load libraries */
/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 48em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 48em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

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

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}

.row:not(.expanded) .row {
  max-width: none;
}

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

.row.is-collapse-child,
.row.collapse > .column > .row,
.row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

.column, .columns {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0;
}

@media print, screen and (min-width: 48em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

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

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

.small-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333333%;
          flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

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

.small-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

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

.small-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

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

.small-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

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

.small-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66666667%;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

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

.small-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

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

.small-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333333%;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

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

.small-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66666667%;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

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

.small-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

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

.small-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333333%;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

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

.small-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

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

.small-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

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

.small-up-1 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-1 > .column, .small-up-1 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-2 > .column, .small-up-2 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-3 > .column, .small-up-3 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.small-up-4 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-4 > .column, .small-up-4 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-5 > .column, .small-up-5 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-6 > .column, .small-up-6 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.small-up-7 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-7 > .column, .small-up-7 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14.28571429%;
          flex: 0 0 14.28571429%;
  max-width: 14.28571429%;
}

.small-up-8 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.small-up-8 > .column, .small-up-8 > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
  max-width: 12.5%;
}

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

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

@media print, screen and (min-width: 48em) {
  .medium-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333333%;
  }
  .medium-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.66666667%;
  }
  .medium-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333333%;
  }
  .medium-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.66666667%;
  }
  .medium-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333333%;
  }
  .medium-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.66666667%;
  }
  .medium-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333333%;
  }
  .medium-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66666667%;
  }
  .medium-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .medium-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .medium-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28571429%;
            flex: 0 0 14.28571429%;
    max-width: 14.28571429%;
  }
  .medium-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print, screen and (min-width: 48em) and (min-width: 48em) {
  .medium-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media print, screen and (min-width: 48em) {
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 48em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .large-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .large-offset-1 {
    margin-left: 8.33333333%;
  }
  .large-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.66666667%;
  }
  .large-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .large-offset-4 {
    margin-left: 33.33333333%;
  }
  .large-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.66666667%;
  }
  .large-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .large-offset-7 {
    margin-left: 58.33333333%;
  }
  .large-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.66666667%;
  }
  .large-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .large-offset-10 {
    margin-left: 83.33333333%;
  }
  .large-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66666667%;
  }
  .large-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .large-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .large-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.28571429%;
            flex: 0 0 14.28571429%;
    max-width: 14.28571429%;
  }
  .large-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print, screen and (min-width: 64.0625em) and (min-width: 64.0625em) {
  .large-expand {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

.row.large-unstack > .column, .row.large-unstack > .columns {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media print, screen and (min-width: 64.0625em) {
  .row.large-unstack > .column, .row.large-unstack > .columns {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
}

.column-block {
  margin-bottom: 1.25rem;
}

.column-block > :last-child {
  margin-bottom: 0;
}

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

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 48em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 48em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

.cell.auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.cell.shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}

.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media print, screen and (min-width: 48em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.33333333%;
}

.grid-x > .small-2 {
  width: 16.66666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.33333333%;
}

.grid-x > .small-5 {
  width: 41.66666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.33333333%;
}

.grid-x > .small-8 {
  width: 66.66666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.33333333%;
}

.grid-x > .small-11 {
  width: 91.66666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 48em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-shrink, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.33333333%;
  }
  .grid-x > .medium-2 {
    width: 16.66666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.33333333%;
  }
  .grid-x > .medium-5 {
    width: 41.66666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.33333333%;
  }
  .grid-x > .medium-8 {
    width: 66.66666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.33333333%;
  }
  .grid-x > .medium-11 {
    width: 91.66666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-shrink, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.33333333%;
  }
  .grid-x > .large-2 {
    width: 16.66666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.33333333%;
  }
  .grid-x > .large-5 {
    width: 41.66666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.33333333%;
  }
  .grid-x > .large-8 {
    width: 66.66666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.33333333%;
  }
  .grid-x > .large-11 {
    width: 91.66666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}

.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media print, screen and (min-width: 48em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

@media print, screen and (min-width: 48em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}

.grid-margin-x > .auto {
  width: auto;
}

.grid-margin-x > .shrink {
  width: auto;
}

.grid-margin-x > .small-1 {
  width: calc(8.33333333% - 1.25rem);
}

.grid-margin-x > .small-2 {
  width: calc(16.66666667% - 1.25rem);
}

.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}

.grid-margin-x > .small-4 {
  width: calc(33.33333333% - 1.25rem);
}

.grid-margin-x > .small-5 {
  width: calc(41.66666667% - 1.25rem);
}

.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}

.grid-margin-x > .small-7 {
  width: calc(58.33333333% - 1.25rem);
}

.grid-margin-x > .small-8 {
  width: calc(66.66666667% - 1.25rem);
}

.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}

.grid-margin-x > .small-10 {
  width: calc(83.33333333% - 1.25rem);
}

.grid-margin-x > .small-11 {
  width: calc(91.66666667% - 1.25rem);
}

.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 48em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.33333333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.66666667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.33333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.66666667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64.0625em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.33333333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.66666667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 48em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 48em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 48em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.33333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.66666667%;
}

.small-up-7 > .cell {
  width: 14.28571429%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 48em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.33333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.66666667%;
  }
  .medium-up-7 > .cell {
    width: 14.28571429%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.33333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.66666667%;
  }
  .large-up-7 > .cell {
    width: 14.28571429%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66666667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571429% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 48em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571429% - 1.875rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571429% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

@media print, screen and (min-width: 64.0625em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571429% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

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

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

.small-margin-collapse > .small-1 {
  width: 8.33333333%;
}

.small-margin-collapse > .small-2 {
  width: 16.66666667%;
}

.small-margin-collapse > .small-3 {
  width: 25%;
}

.small-margin-collapse > .small-4 {
  width: 33.33333333%;
}

.small-margin-collapse > .small-5 {
  width: 41.66666667%;
}

.small-margin-collapse > .small-6 {
  width: 50%;
}

.small-margin-collapse > .small-7 {
  width: 58.33333333%;
}

.small-margin-collapse > .small-8 {
  width: 66.66666667%;
}

.small-margin-collapse > .small-9 {
  width: 75%;
}

.small-margin-collapse > .small-10 {
  width: 83.33333333%;
}

.small-margin-collapse > .small-11 {
  width: 91.66666667%;
}

.small-margin-collapse > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 48em) {
  .small-margin-collapse > .medium-1 {
    width: 8.33333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.66666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.33333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.66666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.33333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.66666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.33333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.66666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .small-margin-collapse > .large-1 {
    width: 8.33333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.66666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.33333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.66666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.33333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.66666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.33333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.66666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

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

.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.66666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.33333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.66666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.33333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.66666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.33333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.66666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.66666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.66666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.66666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.66666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.66666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.33333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.66666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.33333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.66666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.33333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.66666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 48em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.66666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.33333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.66666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.33333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.66666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.33333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.66666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.66666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.33333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.66666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.33333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.66666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.33333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.66666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.66666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.33333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.66666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.33333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.66666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.33333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.66666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

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

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem);
}

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

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333333% + 0.625rem);
}

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

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66666667% + 0.625rem);
}

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem);
}

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

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333333% + 0.625rem);
}

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

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66666667% + 0.625rem);
}

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem);
}

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

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333333% + 0.625rem);
}

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

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66666667% + 0.625rem);
}

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem);
}

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

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333333% + 0.625rem);
}

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

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66666667% + 0.625rem);
}

@media print, screen and (min-width: 48em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .medium-offset-1 {
    margin-left: 8.33333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333333% + 0.9375rem);
  }
  .medium-offset-2 {
    margin-left: 16.66666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66666667% + 0.9375rem);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .medium-offset-4 {
    margin-left: 33.33333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333333% + 0.9375rem);
  }
  .medium-offset-5 {
    margin-left: 41.66666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66666667% + 0.9375rem);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .medium-offset-7 {
    margin-left: 58.33333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333333% + 0.9375rem);
  }
  .medium-offset-8 {
    margin-left: 66.66666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66666667% + 0.9375rem);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .medium-offset-10 {
    margin-left: 83.33333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333333% + 0.9375rem);
  }
  .medium-offset-11 {
    margin-left: 91.66666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66666667% + 0.9375rem);
  }
}

@media print, screen and (min-width: 64.0625em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .large-offset-1 {
    margin-left: 8.33333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333333% + 0.9375rem);
  }
  .large-offset-2 {
    margin-left: 16.66666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66666667% + 0.9375rem);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .large-offset-4 {
    margin-left: 33.33333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333333% + 0.9375rem);
  }
  .large-offset-5 {
    margin-left: 41.66666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66666667% + 0.9375rem);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .large-offset-7 {
    margin-left: 58.33333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333333% + 0.9375rem);
  }
  .large-offset-8 {
    margin-left: 66.66666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66666667% + 0.9375rem);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .large-offset-10 {
    margin-left: 83.33333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333333% + 0.9375rem);
  }
  .large-offset-11 {
    margin-left: 91.66666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66666667% + 0.9375rem);
  }
}

.grid-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.grid-y > .cell {
  width: auto;
  max-width: none;
}

.grid-y > .auto {
  height: auto;
}

.grid-y > .shrink {
  height: auto;
}

.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media print, screen and (min-width: 48em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.grid-y > .small-1 {
  height: 8.33333333%;
}

.grid-y > .small-2 {
  height: 16.66666667%;
}

.grid-y > .small-3 {
  height: 25%;
}

.grid-y > .small-4 {
  height: 33.33333333%;
}

.grid-y > .small-5 {
  height: 41.66666667%;
}

.grid-y > .small-6 {
  height: 50%;
}

.grid-y > .small-7 {
  height: 58.33333333%;
}

.grid-y > .small-8 {
  height: 66.66666667%;
}

.grid-y > .small-9 {
  height: 75%;
}

.grid-y > .small-10 {
  height: 83.33333333%;
}

.grid-y > .small-11 {
  height: 91.66666667%;
}

.grid-y > .small-12 {
  height: 100%;
}

@media print, screen and (min-width: 48em) {
  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.33333333%;
  }
  .grid-y > .medium-2 {
    height: 16.66666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.33333333%;
  }
  .grid-y > .medium-5 {
    height: 41.66666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.33333333%;
  }
  .grid-y > .medium-8 {
    height: 66.66666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.33333333%;
  }
  .grid-y > .medium-11 {
    height: 91.66666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .grid-y > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.33333333%;
  }
  .grid-y > .large-2 {
    height: 16.66666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.33333333%;
  }
  .grid-y > .large-5 {
    height: 41.66666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.33333333%;
  }
  .grid-y > .large-8 {
    height: 66.66666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.33333333%;
  }
  .grid-y > .large-11 {
    height: 91.66666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 48em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media print, screen and (min-width: 48em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66666667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66666667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66666667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66666667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64.0625em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
}

.cell-block-container > .grid-x {
  max-height: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media print, screen and (min-width: 48em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100vh;
}

@media print, screen and (min-width: 48em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}

@media print, screen and (min-width: 48em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66666667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66666667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66666667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66666667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64.0625em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}

@media print, screen and (min-width: 48em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 64.0625em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 48em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 64.0625em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=48em&large=64.0625em&xlarge=75em&xxlarge=90em";
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

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

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

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

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

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}

h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 48em) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.9375rem;
  }
  h4, .h4 {
    font-size: 1.5625rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  color: #1468a0;
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

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

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

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

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

cite:before {
  content: "\2014   ";
}

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

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

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

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

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 48em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
          box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type='search'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: #cacaca;
}

::-moz-placeholder {
  color: #cacaca;
}

::-ms-input-placeholder {
  color: #cacaca;
}

::placeholder {
  color: #cacaca;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}

.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
          box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus)::-ms-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}

.form-error.is-visible {
  display: block;
}

.button, .single-product-page .single-product-wrapper a.single_add_to_cart_button, .single-product-page .single-product-wrapper button.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe;
}

[data-whatinput='mouse'] .button, [data-whatinput='mouse'] .single-product-page .single-product-wrapper a.single_add_to_cart_button, .single-product-page .single-product-wrapper [data-whatinput='mouse'] a.single_add_to_cart_button, [data-whatinput='mouse'] .single-product-page .single-product-wrapper button.single_add_to_cart_button, .single-product-page .single-product-wrapper [data-whatinput='mouse'] button.single_add_to_cart_button, [data-whatinput='mouse'] .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price, .single-product-page .single-product-wrapper .variations_form [data-whatinput='mouse'] .woocommerce-variation-price, [data-whatinput='mouse'] .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit, .single-product-page .single-product-wrapper #reviews #review_form_wrapper [data-whatinput='mouse'] input#submit {
  outline: 0;
}

.button:hover, .single-product-page .single-product-wrapper a.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper button.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit:hover, .button:focus, .single-product-page .single-product-wrapper a.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper button.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit:focus {
  background-color: #14679e;
  color: #fefefe;
}

.button.tiny, .single-product-page .single-product-wrapper a.tiny.single_add_to_cart_button, .single-product-page .single-product-wrapper button.tiny.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .tiny.woocommerce-variation-price, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.tiny#submit {
  font-size: 0.6rem;
}

.button.small, .single-product-page .single-product-wrapper a.small.single_add_to_cart_button, .single-product-page .single-product-wrapper button.small.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .small.woocommerce-variation-price, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.small#submit {
  font-size: 0.75rem;
}

.button.large, .single-product-page .single-product-wrapper a.large.single_add_to_cart_button, .single-product-page .single-product-wrapper button.large.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .large.woocommerce-variation-price, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.large#submit {
  font-size: 1.25rem;
}

.button.expanded, .single-product-page .single-product-wrapper a.expanded.single_add_to_cart_button, .single-product-page .single-product-wrapper button.expanded.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .expanded.woocommerce-variation-price, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.expanded#submit {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.button.primary, .single-product-page .single-product-wrapper a.primary.single_add_to_cart_button, .single-product-page .single-product-wrapper button.primary.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.primary#submit, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .variations_form input#submit.woocommerce-variation-price, .single-product-page .single-product-wrapper .variations_form #reviews #review_form_wrapper input#submit.woocommerce-variation-price {
  background-color: #1779ba;
  color: #fefefe;
}

.button.primary:hover, .single-product-page .single-product-wrapper a.primary.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper button.primary.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.primary#submit:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .variations_form input#submit.woocommerce-variation-price:hover, .single-product-page .single-product-wrapper .variations_form #reviews #review_form_wrapper input#submit.woocommerce-variation-price:hover, .button.primary:focus, .single-product-page .single-product-wrapper a.primary.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper button.primary.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.primary#submit:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .variations_form input#submit.woocommerce-variation-price:focus, .single-product-page .single-product-wrapper .variations_form #reviews #review_form_wrapper input#submit.woocommerce-variation-price:focus {
  background-color: #126195;
  color: #fefefe;
}

.button.secondary, .single-product-page .single-product-wrapper a.secondary.single_add_to_cart_button, .single-product-page .single-product-wrapper button.secondary.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .secondary.woocommerce-variation-price, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.secondary#submit {
  background-color: #767676;
  color: #fefefe;
}

.button.secondary:hover, .single-product-page .single-product-wrapper a.secondary.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper button.secondary.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper .variations_form .secondary.woocommerce-variation-price:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.secondary#submit:hover, .button.secondary:focus, .single-product-page .single-product-wrapper a.secondary.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper button.secondary.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper .variations_form .secondary.woocommerce-variation-price:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.secondary#submit:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}

.button.success, .single-product-page .single-product-wrapper a.success.single_add_to_cart_button, .single-product-page .single-product-wrapper button.success.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .success.woocommerce-variation-price, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.success#submit {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button.success:hover, .single-product-page .single-product-wrapper a.success.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper button.success.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper .variations_form .success.woocommerce-variation-price:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.success#submit:hover, .button.success:focus, .single-product-page .single-product-wrapper a.success.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper button.success.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper .variations_form .success.woocommerce-variation-price:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.success#submit:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

.button.warning, .single-product-page .single-product-wrapper a.warning.single_add_to_cart_button, .single-product-page .single-product-wrapper button.warning.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .warning.woocommerce-variation-price, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.warning#submit {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button.warning:hover, .single-product-page .single-product-wrapper a.warning.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper button.warning.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper .variations_form .warning.woocommerce-variation-price:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.warning#submit:hover, .button.warning:focus, .single-product-page .single-product-wrapper a.warning.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper button.warning.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper .variations_form .warning.woocommerce-variation-price:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.warning#submit:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

.button.alert, .single-product-page .single-product-wrapper a.alert.single_add_to_cart_button, .single-product-page .single-product-wrapper button.alert.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .alert.woocommerce-variation-price, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.alert#submit {
  background-color: #cc4b37;
  color: #fefefe;
}

.button.alert:hover, .single-product-page .single-product-wrapper a.alert.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper button.alert.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper .variations_form .alert.woocommerce-variation-price:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.alert#submit:hover, .button.alert:focus, .single-product-page .single-product-wrapper a.alert.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper button.alert.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper .variations_form .alert.woocommerce-variation-price:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.alert#submit:focus {
  background-color: #a53b2a;
  color: #fefefe;
}

.button.disabled, .single-product-page .single-product-wrapper a.disabled.single_add_to_cart_button, .single-product-page .single-product-wrapper button.disabled.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .disabled.woocommerce-variation-price, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.disabled#submit, .button[disabled], .single-product-page .single-product-wrapper a.single_add_to_cart_button[disabled], .single-product-page .single-product-wrapper button.single_add_to_cart_button[disabled], .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled, .single-product-page .single-product-wrapper a.disabled.single_add_to_cart_button, .single-product-page .single-product-wrapper button.disabled.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .disabled.woocommerce-variation-price, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.disabled#submit, .button.disabled:hover, .single-product-page .single-product-wrapper a.disabled.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper button.disabled.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper .variations_form .disabled.woocommerce-variation-price:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.disabled#submit:hover, .button.disabled:focus, .single-product-page .single-product-wrapper a.disabled.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper button.disabled.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper .variations_form .disabled.woocommerce-variation-price:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.disabled#submit:focus, .button[disabled], .single-product-page .single-product-wrapper a.single_add_to_cart_button[disabled], .single-product-page .single-product-wrapper button.single_add_to_cart_button[disabled], .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit[disabled], .button[disabled]:hover, .single-product-page .single-product-wrapper a.single_add_to_cart_button[disabled]:hover, .single-product-page .single-product-wrapper button.single_add_to_cart_button[disabled]:hover, .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price[disabled]:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit[disabled]:hover, .button[disabled]:focus, .single-product-page .single-product-wrapper a.single_add_to_cart_button[disabled]:focus, .single-product-page .single-product-wrapper button.single_add_to_cart_button[disabled]:focus, .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price[disabled]:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}

.button.disabled.primary, .single-product-page .single-product-wrapper a.disabled.primary.single_add_to_cart_button, .single-product-page .single-product-wrapper button.disabled.primary.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .disabled.woocommerce-variation-price, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.disabled.primary#submit, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .variations_form input.disabled#submit.woocommerce-variation-price, .single-product-page .single-product-wrapper .variations_form #reviews #review_form_wrapper input.disabled#submit.woocommerce-variation-price, .button[disabled].primary, .single-product-page .single-product-wrapper a.single_add_to_cart_button[disabled].primary, .single-product-page .single-product-wrapper button.single_add_to_cart_button[disabled].primary, .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit[disabled].primary, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .variations_form input#submit.woocommerce-variation-price[disabled], .single-product-page .single-product-wrapper .variations_form #reviews #review_form_wrapper input#submit.woocommerce-variation-price[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.primary, .single-product-page .single-product-wrapper a.disabled.primary.single_add_to_cart_button, .single-product-page .single-product-wrapper button.disabled.primary.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .disabled.woocommerce-variation-price, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.disabled.primary#submit, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .variations_form input.disabled#submit.woocommerce-variation-price, .single-product-page .single-product-wrapper .variations_form #reviews #review_form_wrapper input.disabled#submit.woocommerce-variation-price, .button.disabled.primary:hover, .single-product-page .single-product-wrapper a.disabled.primary.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper button.disabled.primary.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper .variations_form .disabled.woocommerce-variation-price:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.disabled.primary#submit:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .variations_form input.disabled#submit.woocommerce-variation-price:hover, .single-product-page .single-product-wrapper .variations_form #reviews #review_form_wrapper input.disabled#submit.woocommerce-variation-price:hover, .button.disabled.primary:focus, .single-product-page .single-product-wrapper a.disabled.primary.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper button.disabled.primary.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper .variations_form .disabled.woocommerce-variation-price:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.disabled.primary#submit:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .variations_form input.disabled#submit.woocommerce-variation-price:focus, .single-product-page .single-product-wrapper .variations_form #reviews #review_form_wrapper input.disabled#submit.woocommerce-variation-price:focus, .button[disabled].primary, .single-product-page .single-product-wrapper a.single_add_to_cart_button[disabled].primary, .single-product-page .single-product-wrapper button.single_add_to_cart_button[disabled].primary, .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit[disabled].primary, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .variations_form input#submit.woocommerce-variation-price[disabled], .single-product-page .single-product-wrapper .variations_form #reviews #review_form_wrapper input#submit.woocommerce-variation-price[disabled], .button[disabled].primary:hover, .single-product-page .single-product-wrapper a.single_add_to_cart_button[disabled].primary:hover, .single-product-page .single-product-wrapper button.single_add_to_cart_button[disabled].primary:hover, .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price[disabled]:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit[disabled].primary:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .variations_form input#submit.woocommerce-variation-price[disabled]:hover, .single-product-page .single-product-wrapper .variations_form #reviews #review_form_wrapper input#submit.woocommerce-variation-price[disabled]:hover, .button[disabled].primary:focus, .single-product-page .single-product-wrapper a.single_add_to_cart_button[disabled].primary:focus, .single-product-page .single-product-wrapper button.single_add_to_cart_button[disabled].primary:focus, .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price[disabled]:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit[disabled].primary:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .variations_form input#submit.woocommerce-variation-price[disabled]:focus, .single-product-page .single-product-wrapper .variations_form #reviews #review_form_wrapper input#submit.woocommerce-variation-price[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}

.button.disabled.secondary, .single-product-page .single-product-wrapper a.disabled.secondary.single_add_to_cart_button, .single-product-page .single-product-wrapper button.disabled.secondary.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .disabled.secondary.woocommerce-variation-price, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.disabled.secondary#submit, .button[disabled].secondary, .single-product-page .single-product-wrapper a.single_add_to_cart_button[disabled].secondary, .single-product-page .single-product-wrapper button.single_add_to_cart_button[disabled].secondary, .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price[disabled].secondary, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.secondary, .single-product-page .single-product-wrapper a.disabled.secondary.single_add_to_cart_button, .single-product-page .single-product-wrapper button.disabled.secondary.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .disabled.secondary.woocommerce-variation-price, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.disabled.secondary#submit, .button.disabled.secondary:hover, .single-product-page .single-product-wrapper a.disabled.secondary.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper button.disabled.secondary.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper .variations_form .disabled.secondary.woocommerce-variation-price:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.disabled.secondary#submit:hover, .button.disabled.secondary:focus, .single-product-page .single-product-wrapper a.disabled.secondary.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper button.disabled.secondary.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper .variations_form .disabled.secondary.woocommerce-variation-price:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.disabled.secondary#submit:focus, .button[disabled].secondary, .single-product-page .single-product-wrapper a.single_add_to_cart_button[disabled].secondary, .single-product-page .single-product-wrapper button.single_add_to_cart_button[disabled].secondary, .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price[disabled].secondary, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit[disabled].secondary, .button[disabled].secondary:hover, .single-product-page .single-product-wrapper a.single_add_to_cart_button[disabled].secondary:hover, .single-product-page .single-product-wrapper button.single_add_to_cart_button[disabled].secondary:hover, .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price[disabled].secondary:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit[disabled].secondary:hover, .button[disabled].secondary:focus, .single-product-page .single-product-wrapper a.single_add_to_cart_button[disabled].secondary:focus, .single-product-page .single-product-wrapper button.single_add_to_cart_button[disabled].secondary:focus, .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price[disabled].secondary:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit[disabled].secondary:focus {
  background-color: #767676;
  color: #fefefe;
}

.button.disabled.success, .single-product-page .single-product-wrapper a.disabled.success.single_add_to_cart_button, .single-product-page .single-product-wrapper button.disabled.success.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .disabled.success.woocommerce-variation-price, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.disabled.success#submit, .button[disabled].success, .single-product-page .single-product-wrapper a.single_add_to_cart_button[disabled].success, .single-product-page .single-product-wrapper button.single_add_to_cart_button[disabled].success, .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price[disabled].success, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.success, .single-product-page .single-product-wrapper a.disabled.success.single_add_to_cart_button, .single-product-page .single-product-wrapper button.disabled.success.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .disabled.success.woocommerce-variation-price, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.disabled.success#submit, .button.disabled.success:hover, .single-product-page .single-product-wrapper a.disabled.success.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper button.disabled.success.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper .variations_form .disabled.success.woocommerce-variation-price:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.disabled.success#submit:hover, .button.disabled.success:focus, .single-product-page .single-product-wrapper a.disabled.success.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper button.disabled.success.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper .variations_form .disabled.success.woocommerce-variation-price:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.disabled.success#submit:focus, .button[disabled].success, .single-product-page .single-product-wrapper a.single_add_to_cart_button[disabled].success, .single-product-page .single-product-wrapper button.single_add_to_cart_button[disabled].success, .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price[disabled].success, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit[disabled].success, .button[disabled].success:hover, .single-product-page .single-product-wrapper a.single_add_to_cart_button[disabled].success:hover, .single-product-page .single-product-wrapper button.single_add_to_cart_button[disabled].success:hover, .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price[disabled].success:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit[disabled].success:hover, .button[disabled].success:focus, .single-product-page .single-product-wrapper a.single_add_to_cart_button[disabled].success:focus, .single-product-page .single-product-wrapper button.single_add_to_cart_button[disabled].success:focus, .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price[disabled].success:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit[disabled].success:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button.disabled.warning, .single-product-page .single-product-wrapper a.disabled.warning.single_add_to_cart_button, .single-product-page .single-product-wrapper button.disabled.warning.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .disabled.warning.woocommerce-variation-price, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.disabled.warning#submit, .button[disabled].warning, .single-product-page .single-product-wrapper a.single_add_to_cart_button[disabled].warning, .single-product-page .single-product-wrapper button.single_add_to_cart_button[disabled].warning, .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price[disabled].warning, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.warning, .single-product-page .single-product-wrapper a.disabled.warning.single_add_to_cart_button, .single-product-page .single-product-wrapper button.disabled.warning.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .disabled.warning.woocommerce-variation-price, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.disabled.warning#submit, .button.disabled.warning:hover, .single-product-page .single-product-wrapper a.disabled.warning.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper button.disabled.warning.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper .variations_form .disabled.warning.woocommerce-variation-price:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.disabled.warning#submit:hover, .button.disabled.warning:focus, .single-product-page .single-product-wrapper a.disabled.warning.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper button.disabled.warning.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper .variations_form .disabled.warning.woocommerce-variation-price:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.disabled.warning#submit:focus, .button[disabled].warning, .single-product-page .single-product-wrapper a.single_add_to_cart_button[disabled].warning, .single-product-page .single-product-wrapper button.single_add_to_cart_button[disabled].warning, .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price[disabled].warning, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit[disabled].warning, .button[disabled].warning:hover, .single-product-page .single-product-wrapper a.single_add_to_cart_button[disabled].warning:hover, .single-product-page .single-product-wrapper button.single_add_to_cart_button[disabled].warning:hover, .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price[disabled].warning:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit[disabled].warning:hover, .button[disabled].warning:focus, .single-product-page .single-product-wrapper a.single_add_to_cart_button[disabled].warning:focus, .single-product-page .single-product-wrapper button.single_add_to_cart_button[disabled].warning:focus, .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price[disabled].warning:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit[disabled].warning:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button.disabled.alert, .single-product-page .single-product-wrapper a.disabled.alert.single_add_to_cart_button, .single-product-page .single-product-wrapper button.disabled.alert.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .disabled.alert.woocommerce-variation-price, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.disabled.alert#submit, .button[disabled].alert, .single-product-page .single-product-wrapper a.single_add_to_cart_button[disabled].alert, .single-product-page .single-product-wrapper button.single_add_to_cart_button[disabled].alert, .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price[disabled].alert, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.alert, .single-product-page .single-product-wrapper a.disabled.alert.single_add_to_cart_button, .single-product-page .single-product-wrapper button.disabled.alert.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .disabled.alert.woocommerce-variation-price, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.disabled.alert#submit, .button.disabled.alert:hover, .single-product-page .single-product-wrapper a.disabled.alert.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper button.disabled.alert.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper .variations_form .disabled.alert.woocommerce-variation-price:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.disabled.alert#submit:hover, .button.disabled.alert:focus, .single-product-page .single-product-wrapper a.disabled.alert.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper button.disabled.alert.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper .variations_form .disabled.alert.woocommerce-variation-price:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.disabled.alert#submit:focus, .button[disabled].alert, .single-product-page .single-product-wrapper a.single_add_to_cart_button[disabled].alert, .single-product-page .single-product-wrapper button.single_add_to_cart_button[disabled].alert, .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price[disabled].alert, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit[disabled].alert, .button[disabled].alert:hover, .single-product-page .single-product-wrapper a.single_add_to_cart_button[disabled].alert:hover, .single-product-page .single-product-wrapper button.single_add_to_cart_button[disabled].alert:hover, .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price[disabled].alert:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit[disabled].alert:hover, .button[disabled].alert:focus, .single-product-page .single-product-wrapper a.single_add_to_cart_button[disabled].alert:focus, .single-product-page .single-product-wrapper button.single_add_to_cart_button[disabled].alert:focus, .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price[disabled].alert:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit[disabled].alert:focus {
  background-color: #cc4b37;
  color: #fefefe;
}

.button.hollow, .single-product-page .single-product-wrapper a.hollow.single_add_to_cart_button, .single-product-page .single-product-wrapper button.hollow.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .hollow.woocommerce-variation-price, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.hollow#submit {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.hollow, .single-product-page .single-product-wrapper a.hollow.single_add_to_cart_button, .single-product-page .single-product-wrapper button.hollow.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .hollow.woocommerce-variation-price, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.hollow#submit, .button.hollow:hover, .single-product-page .single-product-wrapper a.hollow.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper button.hollow.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper .variations_form .hollow.woocommerce-variation-price:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.hollow#submit:hover, .button.hollow:focus, .single-product-page .single-product-wrapper a.hollow.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper button.hollow.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper .variations_form .hollow.woocommerce-variation-price:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.hollow#submit:focus {
  background-color: transparent;
}

.button.hollow.disabled, .single-product-page .single-product-wrapper a.hollow.disabled.single_add_to_cart_button, .single-product-page .single-product-wrapper button.hollow.disabled.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .hollow.disabled.woocommerce-variation-price, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.hollow.disabled#submit, .button.hollow.disabled:hover, .single-product-page .single-product-wrapper a.hollow.disabled.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper button.hollow.disabled.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper .variations_form .hollow.disabled.woocommerce-variation-price:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.hollow.disabled#submit:hover, .button.hollow.disabled:focus, .single-product-page .single-product-wrapper a.hollow.disabled.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper button.hollow.disabled.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper .variations_form .hollow.disabled.woocommerce-variation-price:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.hollow.disabled#submit:focus, .button.hollow[disabled], .single-product-page .single-product-wrapper a.hollow.single_add_to_cart_button[disabled], .single-product-page .single-product-wrapper button.hollow.single_add_to_cart_button[disabled], .single-product-page .single-product-wrapper .variations_form .hollow.woocommerce-variation-price[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.hollow#submit[disabled], .button.hollow[disabled]:hover, .single-product-page .single-product-wrapper a.hollow.single_add_to_cart_button[disabled]:hover, .single-product-page .single-product-wrapper button.hollow.single_add_to_cart_button[disabled]:hover, .single-product-page .single-product-wrapper .variations_form .hollow.woocommerce-variation-price[disabled]:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.hollow#submit[disabled]:hover, .button.hollow[disabled]:focus, .single-product-page .single-product-wrapper a.hollow.single_add_to_cart_button[disabled]:focus, .single-product-page .single-product-wrapper button.hollow.single_add_to_cart_button[disabled]:focus, .single-product-page .single-product-wrapper .variations_form .hollow.woocommerce-variation-price[disabled]:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.hollow#submit[disabled]:focus {
  background-color: transparent;
}

.button.hollow:hover, .single-product-page .single-product-wrapper a.hollow.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper button.hollow.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper .variations_form .hollow.woocommerce-variation-price:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.hollow#submit:hover, .button.hollow:focus, .single-product-page .single-product-wrapper a.hollow.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper button.hollow.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper .variations_form .hollow.woocommerce-variation-price:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.hollow#submit:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button.hollow:hover.disabled, .single-product-page .single-product-wrapper a.hollow.single_add_to_cart_button:hover.disabled, .single-product-page .single-product-wrapper button.hollow.single_add_to_cart_button:hover.disabled, .single-product-page .single-product-wrapper .variations_form .hollow.woocommerce-variation-price:hover.disabled, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.hollow#submit:hover.disabled, .button.hollow:hover[disabled], .single-product-page .single-product-wrapper a.hollow.single_add_to_cart_button:hover[disabled], .single-product-page .single-product-wrapper button.hollow.single_add_to_cart_button:hover[disabled], .single-product-page .single-product-wrapper .variations_form .hollow.woocommerce-variation-price:hover[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.hollow#submit:hover[disabled], .button.hollow:focus.disabled, .single-product-page .single-product-wrapper a.hollow.single_add_to_cart_button:focus.disabled, .single-product-page .single-product-wrapper button.hollow.single_add_to_cart_button:focus.disabled, .single-product-page .single-product-wrapper .variations_form .hollow.woocommerce-variation-price:focus.disabled, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.hollow#submit:focus.disabled, .button.hollow:focus[disabled], .single-product-page .single-product-wrapper a.hollow.single_add_to_cart_button:focus[disabled], .single-product-page .single-product-wrapper button.hollow.single_add_to_cart_button:focus[disabled], .single-product-page .single-product-wrapper .variations_form .hollow.woocommerce-variation-price:focus[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.hollow#submit:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.hollow.primary, .single-product-page .single-product-wrapper a.hollow.primary.single_add_to_cart_button, .single-product-page .single-product-wrapper button.hollow.primary.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .hollow.woocommerce-variation-price, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.hollow.primary#submit, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .variations_form input.hollow#submit.woocommerce-variation-price, .single-product-page .single-product-wrapper .variations_form #reviews #review_form_wrapper input.hollow#submit.woocommerce-variation-price {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.hollow.primary:hover, .single-product-page .single-product-wrapper a.hollow.primary.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper button.hollow.primary.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper .variations_form .hollow.woocommerce-variation-price:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.hollow.primary#submit:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .variations_form input.hollow#submit.woocommerce-variation-price:hover, .single-product-page .single-product-wrapper .variations_form #reviews #review_form_wrapper input.hollow#submit.woocommerce-variation-price:hover, .button.hollow.primary:focus, .single-product-page .single-product-wrapper a.hollow.primary.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper button.hollow.primary.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper .variations_form .hollow.woocommerce-variation-price:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.hollow.primary#submit:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .variations_form input.hollow#submit.woocommerce-variation-price:focus, .single-product-page .single-product-wrapper .variations_form #reviews #review_form_wrapper input.hollow#submit.woocommerce-variation-price:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button.hollow.primary:hover.disabled, .single-product-page .single-product-wrapper a.hollow.primary.single_add_to_cart_button:hover.disabled, .single-product-page .single-product-wrapper button.hollow.primary.single_add_to_cart_button:hover.disabled, .single-product-page .single-product-wrapper .variations_form .hollow.woocommerce-variation-price:hover.disabled, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.hollow.primary#submit:hover.disabled, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .variations_form input.hollow#submit.woocommerce-variation-price:hover.disabled, .single-product-page .single-product-wrapper .variations_form #reviews #review_form_wrapper input.hollow#submit.woocommerce-variation-price:hover.disabled, .button.hollow.primary:hover[disabled], .single-product-page .single-product-wrapper a.hollow.primary.single_add_to_cart_button:hover[disabled], .single-product-page .single-product-wrapper button.hollow.primary.single_add_to_cart_button:hover[disabled], .single-product-page .single-product-wrapper .variations_form .hollow.woocommerce-variation-price:hover[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.hollow.primary#submit:hover[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper .variations_form input.hollow#submit.woocommerce-variation-price:hover[disabled], .single-product-page .single-product-wrapper .variations_form #reviews #review_form_wrapper input.hollow#submit.woocommerce-variation-price:hover[disabled], .button.hollow.primary:focus.disabled, .single-product-page .single-product-wrapper a.hollow.primary.single_add_to_cart_button:focus.disabled, .single-product-page .single-product-wrapper button.hollow.primary.single_add_to_cart_button:focus.disabled, .single-product-page .single-product-wrapper .variations_form .hollow.woocommerce-variation-price:focus.disabled, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.hollow.primary#submit:focus.disabled, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .variations_form input.hollow#submit.woocommerce-variation-price:focus.disabled, .single-product-page .single-product-wrapper .variations_form #reviews #review_form_wrapper input.hollow#submit.woocommerce-variation-price:focus.disabled, .button.hollow.primary:focus[disabled], .single-product-page .single-product-wrapper a.hollow.primary.single_add_to_cart_button:focus[disabled], .single-product-page .single-product-wrapper button.hollow.primary.single_add_to_cart_button:focus[disabled], .single-product-page .single-product-wrapper .variations_form .hollow.woocommerce-variation-price:focus[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.hollow.primary#submit:focus[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper .variations_form input.hollow#submit.woocommerce-variation-price:focus[disabled], .single-product-page .single-product-wrapper .variations_form #reviews #review_form_wrapper input.hollow#submit.woocommerce-variation-price:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.hollow.secondary, .single-product-page .single-product-wrapper a.hollow.secondary.single_add_to_cart_button, .single-product-page .single-product-wrapper button.hollow.secondary.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .hollow.secondary.woocommerce-variation-price, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.hollow.secondary#submit {
  border: 1px solid #767676;
  color: #767676;
}

.button.hollow.secondary:hover, .single-product-page .single-product-wrapper a.hollow.secondary.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper button.hollow.secondary.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper .variations_form .hollow.secondary.woocommerce-variation-price:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.hollow.secondary#submit:hover, .button.hollow.secondary:focus, .single-product-page .single-product-wrapper a.hollow.secondary.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper button.hollow.secondary.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper .variations_form .hollow.secondary.woocommerce-variation-price:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.hollow.secondary#submit:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}

.button.hollow.secondary:hover.disabled, .single-product-page .single-product-wrapper a.hollow.secondary.single_add_to_cart_button:hover.disabled, .single-product-page .single-product-wrapper button.hollow.secondary.single_add_to_cart_button:hover.disabled, .single-product-page .single-product-wrapper .variations_form .hollow.secondary.woocommerce-variation-price:hover.disabled, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.hollow.secondary#submit:hover.disabled, .button.hollow.secondary:hover[disabled], .single-product-page .single-product-wrapper a.hollow.secondary.single_add_to_cart_button:hover[disabled], .single-product-page .single-product-wrapper button.hollow.secondary.single_add_to_cart_button:hover[disabled], .single-product-page .single-product-wrapper .variations_form .hollow.secondary.woocommerce-variation-price:hover[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.hollow.secondary#submit:hover[disabled], .button.hollow.secondary:focus.disabled, .single-product-page .single-product-wrapper a.hollow.secondary.single_add_to_cart_button:focus.disabled, .single-product-page .single-product-wrapper button.hollow.secondary.single_add_to_cart_button:focus.disabled, .single-product-page .single-product-wrapper .variations_form .hollow.secondary.woocommerce-variation-price:focus.disabled, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.hollow.secondary#submit:focus.disabled, .button.hollow.secondary:focus[disabled], .single-product-page .single-product-wrapper a.hollow.secondary.single_add_to_cart_button:focus[disabled], .single-product-page .single-product-wrapper button.hollow.secondary.single_add_to_cart_button:focus[disabled], .single-product-page .single-product-wrapper .variations_form .hollow.secondary.woocommerce-variation-price:focus[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.hollow.secondary#submit:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}

.button.hollow.success, .single-product-page .single-product-wrapper a.hollow.success.single_add_to_cart_button, .single-product-page .single-product-wrapper button.hollow.success.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .hollow.success.woocommerce-variation-price, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.hollow.success#submit {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.success:hover, .single-product-page .single-product-wrapper a.hollow.success.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper button.hollow.success.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper .variations_form .hollow.success.woocommerce-variation-price:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.hollow.success#submit:hover, .button.hollow.success:focus, .single-product-page .single-product-wrapper a.hollow.success.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper button.hollow.success.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper .variations_form .hollow.success.woocommerce-variation-price:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.hollow.success#submit:focus {
  border-color: #157539;
  color: #157539;
}

.button.hollow.success:hover.disabled, .single-product-page .single-product-wrapper a.hollow.success.single_add_to_cart_button:hover.disabled, .single-product-page .single-product-wrapper button.hollow.success.single_add_to_cart_button:hover.disabled, .single-product-page .single-product-wrapper .variations_form .hollow.success.woocommerce-variation-price:hover.disabled, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.hollow.success#submit:hover.disabled, .button.hollow.success:hover[disabled], .single-product-page .single-product-wrapper a.hollow.success.single_add_to_cart_button:hover[disabled], .single-product-page .single-product-wrapper button.hollow.success.single_add_to_cart_button:hover[disabled], .single-product-page .single-product-wrapper .variations_form .hollow.success.woocommerce-variation-price:hover[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.hollow.success#submit:hover[disabled], .button.hollow.success:focus.disabled, .single-product-page .single-product-wrapper a.hollow.success.single_add_to_cart_button:focus.disabled, .single-product-page .single-product-wrapper button.hollow.success.single_add_to_cart_button:focus.disabled, .single-product-page .single-product-wrapper .variations_form .hollow.success.woocommerce-variation-price:focus.disabled, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.hollow.success#submit:focus.disabled, .button.hollow.success:focus[disabled], .single-product-page .single-product-wrapper a.hollow.success.single_add_to_cart_button:focus[disabled], .single-product-page .single-product-wrapper button.hollow.success.single_add_to_cart_button:focus[disabled], .single-product-page .single-product-wrapper .variations_form .hollow.success.woocommerce-variation-price:focus[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.hollow.success#submit:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.warning, .single-product-page .single-product-wrapper a.hollow.warning.single_add_to_cart_button, .single-product-page .single-product-wrapper button.hollow.warning.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .hollow.warning.woocommerce-variation-price, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.hollow.warning#submit {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:hover, .single-product-page .single-product-wrapper a.hollow.warning.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper button.hollow.warning.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper .variations_form .hollow.warning.woocommerce-variation-price:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.hollow.warning#submit:hover, .button.hollow.warning:focus, .single-product-page .single-product-wrapper a.hollow.warning.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper button.hollow.warning.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper .variations_form .hollow.warning.woocommerce-variation-price:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.hollow.warning#submit:focus {
  border-color: #805700;
  color: #805700;
}

.button.hollow.warning:hover.disabled, .single-product-page .single-product-wrapper a.hollow.warning.single_add_to_cart_button:hover.disabled, .single-product-page .single-product-wrapper button.hollow.warning.single_add_to_cart_button:hover.disabled, .single-product-page .single-product-wrapper .variations_form .hollow.warning.woocommerce-variation-price:hover.disabled, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.hollow.warning#submit:hover.disabled, .button.hollow.warning:hover[disabled], .single-product-page .single-product-wrapper a.hollow.warning.single_add_to_cart_button:hover[disabled], .single-product-page .single-product-wrapper button.hollow.warning.single_add_to_cart_button:hover[disabled], .single-product-page .single-product-wrapper .variations_form .hollow.warning.woocommerce-variation-price:hover[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.hollow.warning#submit:hover[disabled], .button.hollow.warning:focus.disabled, .single-product-page .single-product-wrapper a.hollow.warning.single_add_to_cart_button:focus.disabled, .single-product-page .single-product-wrapper button.hollow.warning.single_add_to_cart_button:focus.disabled, .single-product-page .single-product-wrapper .variations_form .hollow.warning.woocommerce-variation-price:focus.disabled, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.hollow.warning#submit:focus.disabled, .button.hollow.warning:focus[disabled], .single-product-page .single-product-wrapper a.hollow.warning.single_add_to_cart_button:focus[disabled], .single-product-page .single-product-wrapper button.hollow.warning.single_add_to_cart_button:focus[disabled], .single-product-page .single-product-wrapper .variations_form .hollow.warning.woocommerce-variation-price:focus[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.hollow.warning#submit:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.alert, .single-product-page .single-product-wrapper a.hollow.alert.single_add_to_cart_button, .single-product-page .single-product-wrapper button.hollow.alert.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .hollow.alert.woocommerce-variation-price, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.hollow.alert#submit {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.hollow.alert:hover, .single-product-page .single-product-wrapper a.hollow.alert.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper button.hollow.alert.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper .variations_form .hollow.alert.woocommerce-variation-price:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.hollow.alert#submit:hover, .button.hollow.alert:focus, .single-product-page .single-product-wrapper a.hollow.alert.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper button.hollow.alert.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper .variations_form .hollow.alert.woocommerce-variation-price:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.hollow.alert#submit:focus {
  border-color: #67251a;
  color: #67251a;
}

.button.hollow.alert:hover.disabled, .single-product-page .single-product-wrapper a.hollow.alert.single_add_to_cart_button:hover.disabled, .single-product-page .single-product-wrapper button.hollow.alert.single_add_to_cart_button:hover.disabled, .single-product-page .single-product-wrapper .variations_form .hollow.alert.woocommerce-variation-price:hover.disabled, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.hollow.alert#submit:hover.disabled, .button.hollow.alert:hover[disabled], .single-product-page .single-product-wrapper a.hollow.alert.single_add_to_cart_button:hover[disabled], .single-product-page .single-product-wrapper button.hollow.alert.single_add_to_cart_button:hover[disabled], .single-product-page .single-product-wrapper .variations_form .hollow.alert.woocommerce-variation-price:hover[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.hollow.alert#submit:hover[disabled], .button.hollow.alert:focus.disabled, .single-product-page .single-product-wrapper a.hollow.alert.single_add_to_cart_button:focus.disabled, .single-product-page .single-product-wrapper button.hollow.alert.single_add_to_cart_button:focus.disabled, .single-product-page .single-product-wrapper .variations_form .hollow.alert.woocommerce-variation-price:focus.disabled, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.hollow.alert#submit:focus.disabled, .button.hollow.alert:focus[disabled], .single-product-page .single-product-wrapper a.hollow.alert.single_add_to_cart_button:focus[disabled], .single-product-page .single-product-wrapper button.hollow.alert.single_add_to_cart_button:focus[disabled], .single-product-page .single-product-wrapper .variations_form .hollow.alert.woocommerce-variation-price:focus[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.hollow.alert#submit:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.clear, .single-product-page .single-product-wrapper a.clear.single_add_to_cart_button, .single-product-page .single-product-wrapper button.clear.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .clear.woocommerce-variation-price, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear#submit {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.clear, .single-product-page .single-product-wrapper a.clear.single_add_to_cart_button, .single-product-page .single-product-wrapper button.clear.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .clear.woocommerce-variation-price, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear#submit, .button.clear:hover, .single-product-page .single-product-wrapper a.clear.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper button.clear.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper .variations_form .clear.woocommerce-variation-price:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear#submit:hover, .button.clear:focus, .single-product-page .single-product-wrapper a.clear.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper button.clear.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper .variations_form .clear.woocommerce-variation-price:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear#submit:focus {
  background-color: transparent;
}

.button.clear.disabled, .single-product-page .single-product-wrapper a.clear.disabled.single_add_to_cart_button, .single-product-page .single-product-wrapper button.clear.disabled.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .clear.disabled.woocommerce-variation-price, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.disabled#submit, .button.clear.disabled:hover, .single-product-page .single-product-wrapper a.clear.disabled.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper button.clear.disabled.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper .variations_form .clear.disabled.woocommerce-variation-price:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.disabled#submit:hover, .button.clear.disabled:focus, .single-product-page .single-product-wrapper a.clear.disabled.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper button.clear.disabled.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper .variations_form .clear.disabled.woocommerce-variation-price:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.disabled#submit:focus, .button.clear[disabled], .single-product-page .single-product-wrapper a.clear.single_add_to_cart_button[disabled], .single-product-page .single-product-wrapper button.clear.single_add_to_cart_button[disabled], .single-product-page .single-product-wrapper .variations_form .clear.woocommerce-variation-price[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear#submit[disabled], .button.clear[disabled]:hover, .single-product-page .single-product-wrapper a.clear.single_add_to_cart_button[disabled]:hover, .single-product-page .single-product-wrapper button.clear.single_add_to_cart_button[disabled]:hover, .single-product-page .single-product-wrapper .variations_form .clear.woocommerce-variation-price[disabled]:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear#submit[disabled]:hover, .button.clear[disabled]:focus, .single-product-page .single-product-wrapper a.clear.single_add_to_cart_button[disabled]:focus, .single-product-page .single-product-wrapper button.clear.single_add_to_cart_button[disabled]:focus, .single-product-page .single-product-wrapper .variations_form .clear.woocommerce-variation-price[disabled]:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear#submit[disabled]:focus {
  background-color: transparent;
}

.button.clear:hover, .single-product-page .single-product-wrapper a.clear.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper button.clear.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper .variations_form .clear.woocommerce-variation-price:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear#submit:hover, .button.clear:focus, .single-product-page .single-product-wrapper a.clear.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper button.clear.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper .variations_form .clear.woocommerce-variation-price:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear#submit:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button.clear:hover.disabled, .single-product-page .single-product-wrapper a.clear.single_add_to_cart_button:hover.disabled, .single-product-page .single-product-wrapper button.clear.single_add_to_cart_button:hover.disabled, .single-product-page .single-product-wrapper .variations_form .clear.woocommerce-variation-price:hover.disabled, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear#submit:hover.disabled, .button.clear:hover[disabled], .single-product-page .single-product-wrapper a.clear.single_add_to_cart_button:hover[disabled], .single-product-page .single-product-wrapper button.clear.single_add_to_cart_button:hover[disabled], .single-product-page .single-product-wrapper .variations_form .clear.woocommerce-variation-price:hover[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear#submit:hover[disabled], .button.clear:focus.disabled, .single-product-page .single-product-wrapper a.clear.single_add_to_cart_button:focus.disabled, .single-product-page .single-product-wrapper button.clear.single_add_to_cart_button:focus.disabled, .single-product-page .single-product-wrapper .variations_form .clear.woocommerce-variation-price:focus.disabled, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear#submit:focus.disabled, .button.clear:focus[disabled], .single-product-page .single-product-wrapper a.clear.single_add_to_cart_button:focus[disabled], .single-product-page .single-product-wrapper button.clear.single_add_to_cart_button:focus[disabled], .single-product-page .single-product-wrapper .variations_form .clear.woocommerce-variation-price:focus[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear#submit:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.clear, .single-product-page .single-product-wrapper a.clear.single_add_to_cart_button, .single-product-page .single-product-wrapper button.clear.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .clear.woocommerce-variation-price, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear#submit, .button.clear.disabled, .single-product-page .single-product-wrapper a.clear.disabled.single_add_to_cart_button, .single-product-page .single-product-wrapper button.clear.disabled.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .clear.disabled.woocommerce-variation-price, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.disabled#submit, .button.clear[disabled], .single-product-page .single-product-wrapper a.clear.single_add_to_cart_button[disabled], .single-product-page .single-product-wrapper button.clear.single_add_to_cart_button[disabled], .single-product-page .single-product-wrapper .variations_form .clear.woocommerce-variation-price[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear#submit[disabled], .button.clear:hover, .single-product-page .single-product-wrapper a.clear.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper button.clear.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper .variations_form .clear.woocommerce-variation-price:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear#submit:hover, .button.clear:hover.disabled, .single-product-page .single-product-wrapper a.clear.single_add_to_cart_button:hover.disabled, .single-product-page .single-product-wrapper button.clear.single_add_to_cart_button:hover.disabled, .single-product-page .single-product-wrapper .variations_form .clear.woocommerce-variation-price:hover.disabled, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear#submit:hover.disabled, .button.clear:hover[disabled], .single-product-page .single-product-wrapper a.clear.single_add_to_cart_button:hover[disabled], .single-product-page .single-product-wrapper button.clear.single_add_to_cart_button:hover[disabled], .single-product-page .single-product-wrapper .variations_form .clear.woocommerce-variation-price:hover[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear#submit:hover[disabled], .button.clear:focus, .single-product-page .single-product-wrapper a.clear.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper button.clear.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper .variations_form .clear.woocommerce-variation-price:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear#submit:focus, .button.clear:focus.disabled, .single-product-page .single-product-wrapper a.clear.single_add_to_cart_button:focus.disabled, .single-product-page .single-product-wrapper button.clear.single_add_to_cart_button:focus.disabled, .single-product-page .single-product-wrapper .variations_form .clear.woocommerce-variation-price:focus.disabled, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear#submit:focus.disabled, .button.clear:focus[disabled], .single-product-page .single-product-wrapper a.clear.single_add_to_cart_button:focus[disabled], .single-product-page .single-product-wrapper button.clear.single_add_to_cart_button:focus[disabled], .single-product-page .single-product-wrapper .variations_form .clear.woocommerce-variation-price:focus[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear#submit:focus[disabled] {
  border-color: transparent;
}

.button.clear.primary, .single-product-page .single-product-wrapper a.clear.primary.single_add_to_cart_button, .single-product-page .single-product-wrapper button.clear.primary.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .clear.woocommerce-variation-price, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.primary#submit, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .variations_form input.clear#submit.woocommerce-variation-price, .single-product-page .single-product-wrapper .variations_form #reviews #review_form_wrapper input.clear#submit.woocommerce-variation-price {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.clear.primary:hover, .single-product-page .single-product-wrapper a.clear.primary.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper button.clear.primary.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper .variations_form .clear.woocommerce-variation-price:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.primary#submit:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .variations_form input.clear#submit.woocommerce-variation-price:hover, .single-product-page .single-product-wrapper .variations_form #reviews #review_form_wrapper input.clear#submit.woocommerce-variation-price:hover, .button.clear.primary:focus, .single-product-page .single-product-wrapper a.clear.primary.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper button.clear.primary.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper .variations_form .clear.woocommerce-variation-price:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.primary#submit:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .variations_form input.clear#submit.woocommerce-variation-price:focus, .single-product-page .single-product-wrapper .variations_form #reviews #review_form_wrapper input.clear#submit.woocommerce-variation-price:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button.clear.primary:hover.disabled, .single-product-page .single-product-wrapper a.clear.primary.single_add_to_cart_button:hover.disabled, .single-product-page .single-product-wrapper button.clear.primary.single_add_to_cart_button:hover.disabled, .single-product-page .single-product-wrapper .variations_form .clear.woocommerce-variation-price:hover.disabled, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.primary#submit:hover.disabled, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .variations_form input.clear#submit.woocommerce-variation-price:hover.disabled, .single-product-page .single-product-wrapper .variations_form #reviews #review_form_wrapper input.clear#submit.woocommerce-variation-price:hover.disabled, .button.clear.primary:hover[disabled], .single-product-page .single-product-wrapper a.clear.primary.single_add_to_cart_button:hover[disabled], .single-product-page .single-product-wrapper button.clear.primary.single_add_to_cart_button:hover[disabled], .single-product-page .single-product-wrapper .variations_form .clear.woocommerce-variation-price:hover[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.primary#submit:hover[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper .variations_form input.clear#submit.woocommerce-variation-price:hover[disabled], .single-product-page .single-product-wrapper .variations_form #reviews #review_form_wrapper input.clear#submit.woocommerce-variation-price:hover[disabled], .button.clear.primary:focus.disabled, .single-product-page .single-product-wrapper a.clear.primary.single_add_to_cart_button:focus.disabled, .single-product-page .single-product-wrapper button.clear.primary.single_add_to_cart_button:focus.disabled, .single-product-page .single-product-wrapper .variations_form .clear.woocommerce-variation-price:focus.disabled, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.primary#submit:focus.disabled, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .variations_form input.clear#submit.woocommerce-variation-price:focus.disabled, .single-product-page .single-product-wrapper .variations_form #reviews #review_form_wrapper input.clear#submit.woocommerce-variation-price:focus.disabled, .button.clear.primary:focus[disabled], .single-product-page .single-product-wrapper a.clear.primary.single_add_to_cart_button:focus[disabled], .single-product-page .single-product-wrapper button.clear.primary.single_add_to_cart_button:focus[disabled], .single-product-page .single-product-wrapper .variations_form .clear.woocommerce-variation-price:focus[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.primary#submit:focus[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper .variations_form input.clear#submit.woocommerce-variation-price:focus[disabled], .single-product-page .single-product-wrapper .variations_form #reviews #review_form_wrapper input.clear#submit.woocommerce-variation-price:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.clear.primary, .single-product-page .single-product-wrapper a.clear.primary.single_add_to_cart_button, .single-product-page .single-product-wrapper button.clear.primary.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .clear.woocommerce-variation-price, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.primary#submit, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .variations_form input.clear#submit.woocommerce-variation-price, .single-product-page .single-product-wrapper .variations_form #reviews #review_form_wrapper input.clear#submit.woocommerce-variation-price, .button.clear.primary.disabled, .single-product-page .single-product-wrapper a.clear.primary.disabled.single_add_to_cart_button, .single-product-page .single-product-wrapper button.clear.primary.disabled.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .clear.disabled.woocommerce-variation-price, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.primary.disabled#submit, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .variations_form input.clear.disabled#submit.woocommerce-variation-price, .single-product-page .single-product-wrapper .variations_form #reviews #review_form_wrapper input.clear.disabled#submit.woocommerce-variation-price, .button.clear.primary[disabled], .single-product-page .single-product-wrapper a.clear.primary.single_add_to_cart_button[disabled], .single-product-page .single-product-wrapper button.clear.primary.single_add_to_cart_button[disabled], .single-product-page .single-product-wrapper .variations_form .clear.woocommerce-variation-price[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.primary#submit[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper .variations_form input.clear#submit.woocommerce-variation-price[disabled], .single-product-page .single-product-wrapper .variations_form #reviews #review_form_wrapper input.clear#submit.woocommerce-variation-price[disabled], .button.clear.primary:hover, .single-product-page .single-product-wrapper a.clear.primary.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper button.clear.primary.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper .variations_form .clear.woocommerce-variation-price:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.primary#submit:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .variations_form input.clear#submit.woocommerce-variation-price:hover, .single-product-page .single-product-wrapper .variations_form #reviews #review_form_wrapper input.clear#submit.woocommerce-variation-price:hover, .button.clear.primary:hover.disabled, .single-product-page .single-product-wrapper a.clear.primary.single_add_to_cart_button:hover.disabled, .single-product-page .single-product-wrapper button.clear.primary.single_add_to_cart_button:hover.disabled, .single-product-page .single-product-wrapper .variations_form .clear.woocommerce-variation-price:hover.disabled, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.primary#submit:hover.disabled, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .variations_form input.clear#submit.woocommerce-variation-price:hover.disabled, .single-product-page .single-product-wrapper .variations_form #reviews #review_form_wrapper input.clear#submit.woocommerce-variation-price:hover.disabled, .button.clear.primary:hover[disabled], .single-product-page .single-product-wrapper a.clear.primary.single_add_to_cart_button:hover[disabled], .single-product-page .single-product-wrapper button.clear.primary.single_add_to_cart_button:hover[disabled], .single-product-page .single-product-wrapper .variations_form .clear.woocommerce-variation-price:hover[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.primary#submit:hover[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper .variations_form input.clear#submit.woocommerce-variation-price:hover[disabled], .single-product-page .single-product-wrapper .variations_form #reviews #review_form_wrapper input.clear#submit.woocommerce-variation-price:hover[disabled], .button.clear.primary:focus, .single-product-page .single-product-wrapper a.clear.primary.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper button.clear.primary.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper .variations_form .clear.woocommerce-variation-price:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.primary#submit:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .variations_form input.clear#submit.woocommerce-variation-price:focus, .single-product-page .single-product-wrapper .variations_form #reviews #review_form_wrapper input.clear#submit.woocommerce-variation-price:focus, .button.clear.primary:focus.disabled, .single-product-page .single-product-wrapper a.clear.primary.single_add_to_cart_button:focus.disabled, .single-product-page .single-product-wrapper button.clear.primary.single_add_to_cart_button:focus.disabled, .single-product-page .single-product-wrapper .variations_form .clear.woocommerce-variation-price:focus.disabled, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.primary#submit:focus.disabled, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .variations_form input.clear#submit.woocommerce-variation-price:focus.disabled, .single-product-page .single-product-wrapper .variations_form #reviews #review_form_wrapper input.clear#submit.woocommerce-variation-price:focus.disabled, .button.clear.primary:focus[disabled], .single-product-page .single-product-wrapper a.clear.primary.single_add_to_cart_button:focus[disabled], .single-product-page .single-product-wrapper button.clear.primary.single_add_to_cart_button:focus[disabled], .single-product-page .single-product-wrapper .variations_form .clear.woocommerce-variation-price:focus[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.primary#submit:focus[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper .variations_form input.clear#submit.woocommerce-variation-price:focus[disabled], .single-product-page .single-product-wrapper .variations_form #reviews #review_form_wrapper input.clear#submit.woocommerce-variation-price:focus[disabled] {
  border-color: transparent;
}

.button.clear.secondary, .single-product-page .single-product-wrapper a.clear.secondary.single_add_to_cart_button, .single-product-page .single-product-wrapper button.clear.secondary.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .clear.secondary.woocommerce-variation-price, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.secondary#submit {
  border: 1px solid #767676;
  color: #767676;
}

.button.clear.secondary:hover, .single-product-page .single-product-wrapper a.clear.secondary.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper button.clear.secondary.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper .variations_form .clear.secondary.woocommerce-variation-price:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.secondary#submit:hover, .button.clear.secondary:focus, .single-product-page .single-product-wrapper a.clear.secondary.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper button.clear.secondary.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper .variations_form .clear.secondary.woocommerce-variation-price:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.secondary#submit:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}

.button.clear.secondary:hover.disabled, .single-product-page .single-product-wrapper a.clear.secondary.single_add_to_cart_button:hover.disabled, .single-product-page .single-product-wrapper button.clear.secondary.single_add_to_cart_button:hover.disabled, .single-product-page .single-product-wrapper .variations_form .clear.secondary.woocommerce-variation-price:hover.disabled, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.secondary#submit:hover.disabled, .button.clear.secondary:hover[disabled], .single-product-page .single-product-wrapper a.clear.secondary.single_add_to_cart_button:hover[disabled], .single-product-page .single-product-wrapper button.clear.secondary.single_add_to_cart_button:hover[disabled], .single-product-page .single-product-wrapper .variations_form .clear.secondary.woocommerce-variation-price:hover[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.secondary#submit:hover[disabled], .button.clear.secondary:focus.disabled, .single-product-page .single-product-wrapper a.clear.secondary.single_add_to_cart_button:focus.disabled, .single-product-page .single-product-wrapper button.clear.secondary.single_add_to_cart_button:focus.disabled, .single-product-page .single-product-wrapper .variations_form .clear.secondary.woocommerce-variation-price:focus.disabled, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.secondary#submit:focus.disabled, .button.clear.secondary:focus[disabled], .single-product-page .single-product-wrapper a.clear.secondary.single_add_to_cart_button:focus[disabled], .single-product-page .single-product-wrapper button.clear.secondary.single_add_to_cart_button:focus[disabled], .single-product-page .single-product-wrapper .variations_form .clear.secondary.woocommerce-variation-price:focus[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.secondary#submit:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}

.button.clear.secondary, .single-product-page .single-product-wrapper a.clear.secondary.single_add_to_cart_button, .single-product-page .single-product-wrapper button.clear.secondary.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .clear.secondary.woocommerce-variation-price, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.secondary#submit, .button.clear.secondary.disabled, .single-product-page .single-product-wrapper a.clear.secondary.disabled.single_add_to_cart_button, .single-product-page .single-product-wrapper button.clear.secondary.disabled.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .clear.secondary.disabled.woocommerce-variation-price, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.secondary.disabled#submit, .button.clear.secondary[disabled], .single-product-page .single-product-wrapper a.clear.secondary.single_add_to_cart_button[disabled], .single-product-page .single-product-wrapper button.clear.secondary.single_add_to_cart_button[disabled], .single-product-page .single-product-wrapper .variations_form .clear.secondary.woocommerce-variation-price[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.secondary#submit[disabled], .button.clear.secondary:hover, .single-product-page .single-product-wrapper a.clear.secondary.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper button.clear.secondary.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper .variations_form .clear.secondary.woocommerce-variation-price:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.secondary#submit:hover, .button.clear.secondary:hover.disabled, .single-product-page .single-product-wrapper a.clear.secondary.single_add_to_cart_button:hover.disabled, .single-product-page .single-product-wrapper button.clear.secondary.single_add_to_cart_button:hover.disabled, .single-product-page .single-product-wrapper .variations_form .clear.secondary.woocommerce-variation-price:hover.disabled, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.secondary#submit:hover.disabled, .button.clear.secondary:hover[disabled], .single-product-page .single-product-wrapper a.clear.secondary.single_add_to_cart_button:hover[disabled], .single-product-page .single-product-wrapper button.clear.secondary.single_add_to_cart_button:hover[disabled], .single-product-page .single-product-wrapper .variations_form .clear.secondary.woocommerce-variation-price:hover[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.secondary#submit:hover[disabled], .button.clear.secondary:focus, .single-product-page .single-product-wrapper a.clear.secondary.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper button.clear.secondary.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper .variations_form .clear.secondary.woocommerce-variation-price:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.secondary#submit:focus, .button.clear.secondary:focus.disabled, .single-product-page .single-product-wrapper a.clear.secondary.single_add_to_cart_button:focus.disabled, .single-product-page .single-product-wrapper button.clear.secondary.single_add_to_cart_button:focus.disabled, .single-product-page .single-product-wrapper .variations_form .clear.secondary.woocommerce-variation-price:focus.disabled, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.secondary#submit:focus.disabled, .button.clear.secondary:focus[disabled], .single-product-page .single-product-wrapper a.clear.secondary.single_add_to_cart_button:focus[disabled], .single-product-page .single-product-wrapper button.clear.secondary.single_add_to_cart_button:focus[disabled], .single-product-page .single-product-wrapper .variations_form .clear.secondary.woocommerce-variation-price:focus[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.secondary#submit:focus[disabled] {
  border-color: transparent;
}

.button.clear.success, .single-product-page .single-product-wrapper a.clear.success.single_add_to_cart_button, .single-product-page .single-product-wrapper button.clear.success.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .clear.success.woocommerce-variation-price, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.success#submit {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.clear.success:hover, .single-product-page .single-product-wrapper a.clear.success.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper button.clear.success.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper .variations_form .clear.success.woocommerce-variation-price:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.success#submit:hover, .button.clear.success:focus, .single-product-page .single-product-wrapper a.clear.success.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper button.clear.success.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper .variations_form .clear.success.woocommerce-variation-price:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.success#submit:focus {
  border-color: #157539;
  color: #157539;
}

.button.clear.success:hover.disabled, .single-product-page .single-product-wrapper a.clear.success.single_add_to_cart_button:hover.disabled, .single-product-page .single-product-wrapper button.clear.success.single_add_to_cart_button:hover.disabled, .single-product-page .single-product-wrapper .variations_form .clear.success.woocommerce-variation-price:hover.disabled, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.success#submit:hover.disabled, .button.clear.success:hover[disabled], .single-product-page .single-product-wrapper a.clear.success.single_add_to_cart_button:hover[disabled], .single-product-page .single-product-wrapper button.clear.success.single_add_to_cart_button:hover[disabled], .single-product-page .single-product-wrapper .variations_form .clear.success.woocommerce-variation-price:hover[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.success#submit:hover[disabled], .button.clear.success:focus.disabled, .single-product-page .single-product-wrapper a.clear.success.single_add_to_cart_button:focus.disabled, .single-product-page .single-product-wrapper button.clear.success.single_add_to_cart_button:focus.disabled, .single-product-page .single-product-wrapper .variations_form .clear.success.woocommerce-variation-price:focus.disabled, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.success#submit:focus.disabled, .button.clear.success:focus[disabled], .single-product-page .single-product-wrapper a.clear.success.single_add_to_cart_button:focus[disabled], .single-product-page .single-product-wrapper button.clear.success.single_add_to_cart_button:focus[disabled], .single-product-page .single-product-wrapper .variations_form .clear.success.woocommerce-variation-price:focus[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.success#submit:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.clear.success, .single-product-page .single-product-wrapper a.clear.success.single_add_to_cart_button, .single-product-page .single-product-wrapper button.clear.success.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .clear.success.woocommerce-variation-price, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.success#submit, .button.clear.success.disabled, .single-product-page .single-product-wrapper a.clear.success.disabled.single_add_to_cart_button, .single-product-page .single-product-wrapper button.clear.success.disabled.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .clear.success.disabled.woocommerce-variation-price, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.success.disabled#submit, .button.clear.success[disabled], .single-product-page .single-product-wrapper a.clear.success.single_add_to_cart_button[disabled], .single-product-page .single-product-wrapper button.clear.success.single_add_to_cart_button[disabled], .single-product-page .single-product-wrapper .variations_form .clear.success.woocommerce-variation-price[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.success#submit[disabled], .button.clear.success:hover, .single-product-page .single-product-wrapper a.clear.success.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper button.clear.success.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper .variations_form .clear.success.woocommerce-variation-price:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.success#submit:hover, .button.clear.success:hover.disabled, .single-product-page .single-product-wrapper a.clear.success.single_add_to_cart_button:hover.disabled, .single-product-page .single-product-wrapper button.clear.success.single_add_to_cart_button:hover.disabled, .single-product-page .single-product-wrapper .variations_form .clear.success.woocommerce-variation-price:hover.disabled, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.success#submit:hover.disabled, .button.clear.success:hover[disabled], .single-product-page .single-product-wrapper a.clear.success.single_add_to_cart_button:hover[disabled], .single-product-page .single-product-wrapper button.clear.success.single_add_to_cart_button:hover[disabled], .single-product-page .single-product-wrapper .variations_form .clear.success.woocommerce-variation-price:hover[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.success#submit:hover[disabled], .button.clear.success:focus, .single-product-page .single-product-wrapper a.clear.success.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper button.clear.success.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper .variations_form .clear.success.woocommerce-variation-price:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.success#submit:focus, .button.clear.success:focus.disabled, .single-product-page .single-product-wrapper a.clear.success.single_add_to_cart_button:focus.disabled, .single-product-page .single-product-wrapper button.clear.success.single_add_to_cart_button:focus.disabled, .single-product-page .single-product-wrapper .variations_form .clear.success.woocommerce-variation-price:focus.disabled, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.success#submit:focus.disabled, .button.clear.success:focus[disabled], .single-product-page .single-product-wrapper a.clear.success.single_add_to_cart_button:focus[disabled], .single-product-page .single-product-wrapper button.clear.success.single_add_to_cart_button:focus[disabled], .single-product-page .single-product-wrapper .variations_form .clear.success.woocommerce-variation-price:focus[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.success#submit:focus[disabled] {
  border-color: transparent;
}

.button.clear.warning, .single-product-page .single-product-wrapper a.clear.warning.single_add_to_cart_button, .single-product-page .single-product-wrapper button.clear.warning.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .clear.warning.woocommerce-variation-price, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.warning#submit {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.clear.warning:hover, .single-product-page .single-product-wrapper a.clear.warning.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper button.clear.warning.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper .variations_form .clear.warning.woocommerce-variation-price:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.warning#submit:hover, .button.clear.warning:focus, .single-product-page .single-product-wrapper a.clear.warning.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper button.clear.warning.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper .variations_form .clear.warning.woocommerce-variation-price:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.warning#submit:focus {
  border-color: #805700;
  color: #805700;
}

.button.clear.warning:hover.disabled, .single-product-page .single-product-wrapper a.clear.warning.single_add_to_cart_button:hover.disabled, .single-product-page .single-product-wrapper button.clear.warning.single_add_to_cart_button:hover.disabled, .single-product-page .single-product-wrapper .variations_form .clear.warning.woocommerce-variation-price:hover.disabled, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.warning#submit:hover.disabled, .button.clear.warning:hover[disabled], .single-product-page .single-product-wrapper a.clear.warning.single_add_to_cart_button:hover[disabled], .single-product-page .single-product-wrapper button.clear.warning.single_add_to_cart_button:hover[disabled], .single-product-page .single-product-wrapper .variations_form .clear.warning.woocommerce-variation-price:hover[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.warning#submit:hover[disabled], .button.clear.warning:focus.disabled, .single-product-page .single-product-wrapper a.clear.warning.single_add_to_cart_button:focus.disabled, .single-product-page .single-product-wrapper button.clear.warning.single_add_to_cart_button:focus.disabled, .single-product-page .single-product-wrapper .variations_form .clear.warning.woocommerce-variation-price:focus.disabled, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.warning#submit:focus.disabled, .button.clear.warning:focus[disabled], .single-product-page .single-product-wrapper a.clear.warning.single_add_to_cart_button:focus[disabled], .single-product-page .single-product-wrapper button.clear.warning.single_add_to_cart_button:focus[disabled], .single-product-page .single-product-wrapper .variations_form .clear.warning.woocommerce-variation-price:focus[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.warning#submit:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.clear.warning, .single-product-page .single-product-wrapper a.clear.warning.single_add_to_cart_button, .single-product-page .single-product-wrapper button.clear.warning.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .clear.warning.woocommerce-variation-price, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.warning#submit, .button.clear.warning.disabled, .single-product-page .single-product-wrapper a.clear.warning.disabled.single_add_to_cart_button, .single-product-page .single-product-wrapper button.clear.warning.disabled.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .clear.warning.disabled.woocommerce-variation-price, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.warning.disabled#submit, .button.clear.warning[disabled], .single-product-page .single-product-wrapper a.clear.warning.single_add_to_cart_button[disabled], .single-product-page .single-product-wrapper button.clear.warning.single_add_to_cart_button[disabled], .single-product-page .single-product-wrapper .variations_form .clear.warning.woocommerce-variation-price[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.warning#submit[disabled], .button.clear.warning:hover, .single-product-page .single-product-wrapper a.clear.warning.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper button.clear.warning.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper .variations_form .clear.warning.woocommerce-variation-price:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.warning#submit:hover, .button.clear.warning:hover.disabled, .single-product-page .single-product-wrapper a.clear.warning.single_add_to_cart_button:hover.disabled, .single-product-page .single-product-wrapper button.clear.warning.single_add_to_cart_button:hover.disabled, .single-product-page .single-product-wrapper .variations_form .clear.warning.woocommerce-variation-price:hover.disabled, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.warning#submit:hover.disabled, .button.clear.warning:hover[disabled], .single-product-page .single-product-wrapper a.clear.warning.single_add_to_cart_button:hover[disabled], .single-product-page .single-product-wrapper button.clear.warning.single_add_to_cart_button:hover[disabled], .single-product-page .single-product-wrapper .variations_form .clear.warning.woocommerce-variation-price:hover[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.warning#submit:hover[disabled], .button.clear.warning:focus, .single-product-page .single-product-wrapper a.clear.warning.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper button.clear.warning.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper .variations_form .clear.warning.woocommerce-variation-price:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.warning#submit:focus, .button.clear.warning:focus.disabled, .single-product-page .single-product-wrapper a.clear.warning.single_add_to_cart_button:focus.disabled, .single-product-page .single-product-wrapper button.clear.warning.single_add_to_cart_button:focus.disabled, .single-product-page .single-product-wrapper .variations_form .clear.warning.woocommerce-variation-price:focus.disabled, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.warning#submit:focus.disabled, .button.clear.warning:focus[disabled], .single-product-page .single-product-wrapper a.clear.warning.single_add_to_cart_button:focus[disabled], .single-product-page .single-product-wrapper button.clear.warning.single_add_to_cart_button:focus[disabled], .single-product-page .single-product-wrapper .variations_form .clear.warning.woocommerce-variation-price:focus[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.warning#submit:focus[disabled] {
  border-color: transparent;
}

.button.clear.alert, .single-product-page .single-product-wrapper a.clear.alert.single_add_to_cart_button, .single-product-page .single-product-wrapper button.clear.alert.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .clear.alert.woocommerce-variation-price, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.alert#submit {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.clear.alert:hover, .single-product-page .single-product-wrapper a.clear.alert.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper button.clear.alert.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper .variations_form .clear.alert.woocommerce-variation-price:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.alert#submit:hover, .button.clear.alert:focus, .single-product-page .single-product-wrapper a.clear.alert.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper button.clear.alert.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper .variations_form .clear.alert.woocommerce-variation-price:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.alert#submit:focus {
  border-color: #67251a;
  color: #67251a;
}

.button.clear.alert:hover.disabled, .single-product-page .single-product-wrapper a.clear.alert.single_add_to_cart_button:hover.disabled, .single-product-page .single-product-wrapper button.clear.alert.single_add_to_cart_button:hover.disabled, .single-product-page .single-product-wrapper .variations_form .clear.alert.woocommerce-variation-price:hover.disabled, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.alert#submit:hover.disabled, .button.clear.alert:hover[disabled], .single-product-page .single-product-wrapper a.clear.alert.single_add_to_cart_button:hover[disabled], .single-product-page .single-product-wrapper button.clear.alert.single_add_to_cart_button:hover[disabled], .single-product-page .single-product-wrapper .variations_form .clear.alert.woocommerce-variation-price:hover[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.alert#submit:hover[disabled], .button.clear.alert:focus.disabled, .single-product-page .single-product-wrapper a.clear.alert.single_add_to_cart_button:focus.disabled, .single-product-page .single-product-wrapper button.clear.alert.single_add_to_cart_button:focus.disabled, .single-product-page .single-product-wrapper .variations_form .clear.alert.woocommerce-variation-price:focus.disabled, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.alert#submit:focus.disabled, .button.clear.alert:focus[disabled], .single-product-page .single-product-wrapper a.clear.alert.single_add_to_cart_button:focus[disabled], .single-product-page .single-product-wrapper button.clear.alert.single_add_to_cart_button:focus[disabled], .single-product-page .single-product-wrapper .variations_form .clear.alert.woocommerce-variation-price:focus[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.alert#submit:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.clear.alert, .single-product-page .single-product-wrapper a.clear.alert.single_add_to_cart_button, .single-product-page .single-product-wrapper button.clear.alert.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .clear.alert.woocommerce-variation-price, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.alert#submit, .button.clear.alert.disabled, .single-product-page .single-product-wrapper a.clear.alert.disabled.single_add_to_cart_button, .single-product-page .single-product-wrapper button.clear.alert.disabled.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .clear.alert.disabled.woocommerce-variation-price, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.alert.disabled#submit, .button.clear.alert[disabled], .single-product-page .single-product-wrapper a.clear.alert.single_add_to_cart_button[disabled], .single-product-page .single-product-wrapper button.clear.alert.single_add_to_cart_button[disabled], .single-product-page .single-product-wrapper .variations_form .clear.alert.woocommerce-variation-price[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.alert#submit[disabled], .button.clear.alert:hover, .single-product-page .single-product-wrapper a.clear.alert.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper button.clear.alert.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper .variations_form .clear.alert.woocommerce-variation-price:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.alert#submit:hover, .button.clear.alert:hover.disabled, .single-product-page .single-product-wrapper a.clear.alert.single_add_to_cart_button:hover.disabled, .single-product-page .single-product-wrapper button.clear.alert.single_add_to_cart_button:hover.disabled, .single-product-page .single-product-wrapper .variations_form .clear.alert.woocommerce-variation-price:hover.disabled, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.alert#submit:hover.disabled, .button.clear.alert:hover[disabled], .single-product-page .single-product-wrapper a.clear.alert.single_add_to_cart_button:hover[disabled], .single-product-page .single-product-wrapper button.clear.alert.single_add_to_cart_button:hover[disabled], .single-product-page .single-product-wrapper .variations_form .clear.alert.woocommerce-variation-price:hover[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.alert#submit:hover[disabled], .button.clear.alert:focus, .single-product-page .single-product-wrapper a.clear.alert.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper button.clear.alert.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper .variations_form .clear.alert.woocommerce-variation-price:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.alert#submit:focus, .button.clear.alert:focus.disabled, .single-product-page .single-product-wrapper a.clear.alert.single_add_to_cart_button:focus.disabled, .single-product-page .single-product-wrapper button.clear.alert.single_add_to_cart_button:focus.disabled, .single-product-page .single-product-wrapper .variations_form .clear.alert.woocommerce-variation-price:focus.disabled, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.alert#submit:focus.disabled, .button.clear.alert:focus[disabled], .single-product-page .single-product-wrapper a.clear.alert.single_add_to_cart_button:focus[disabled], .single-product-page .single-product-wrapper button.clear.alert.single_add_to_cart_button:focus[disabled], .single-product-page .single-product-wrapper .variations_form .clear.alert.woocommerce-variation-price:focus[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.clear.alert#submit:focus[disabled] {
  border-color: transparent;
}

.button.dropdown::after, .single-product-page .single-product-wrapper a.dropdown.single_add_to_cart_button::after, .single-product-page .single-product-wrapper button.dropdown.single_add_to_cart_button::after, .single-product-page .single-product-wrapper .variations_form .dropdown.woocommerce-variation-price::after, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.dropdown#submit::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}

.button.dropdown.hollow::after, .single-product-page .single-product-wrapper a.dropdown.hollow.single_add_to_cart_button::after, .single-product-page .single-product-wrapper button.dropdown.hollow.single_add_to_cart_button::after, .single-product-page .single-product-wrapper .variations_form .dropdown.hollow.woocommerce-variation-price::after, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.dropdown.hollow#submit::after, .button.dropdown.clear::after, .single-product-page .single-product-wrapper a.dropdown.clear.single_add_to_cart_button::after, .single-product-page .single-product-wrapper button.dropdown.clear.single_add_to_cart_button::after, .single-product-page .single-product-wrapper .variations_form .dropdown.clear.woocommerce-variation-price::after, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.dropdown.clear#submit::after {
  border-top-color: #1779ba;
}

.button.dropdown.hollow.primary::after, .single-product-page .single-product-wrapper a.dropdown.hollow.primary.single_add_to_cart_button::after, .single-product-page .single-product-wrapper button.dropdown.hollow.primary.single_add_to_cart_button::after, .single-product-page .single-product-wrapper .variations_form .dropdown.hollow.woocommerce-variation-price::after, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.dropdown.hollow.primary#submit::after, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .variations_form input.dropdown.hollow#submit.woocommerce-variation-price::after, .single-product-page .single-product-wrapper .variations_form #reviews #review_form_wrapper input.dropdown.hollow#submit.woocommerce-variation-price::after, .button.dropdown.clear.primary::after, .single-product-page .single-product-wrapper a.dropdown.clear.primary.single_add_to_cart_button::after, .single-product-page .single-product-wrapper button.dropdown.clear.primary.single_add_to_cart_button::after, .single-product-page .single-product-wrapper .variations_form .dropdown.clear.woocommerce-variation-price::after, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.dropdown.clear.primary#submit::after, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .variations_form input.dropdown.clear#submit.woocommerce-variation-price::after, .single-product-page .single-product-wrapper .variations_form #reviews #review_form_wrapper input.dropdown.clear#submit.woocommerce-variation-price::after {
  border-top-color: #1779ba;
}

.button.dropdown.hollow.secondary::after, .single-product-page .single-product-wrapper a.dropdown.hollow.secondary.single_add_to_cart_button::after, .single-product-page .single-product-wrapper button.dropdown.hollow.secondary.single_add_to_cart_button::after, .single-product-page .single-product-wrapper .variations_form .dropdown.hollow.secondary.woocommerce-variation-price::after, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.dropdown.hollow.secondary#submit::after, .button.dropdown.clear.secondary::after, .single-product-page .single-product-wrapper a.dropdown.clear.secondary.single_add_to_cart_button::after, .single-product-page .single-product-wrapper button.dropdown.clear.secondary.single_add_to_cart_button::after, .single-product-page .single-product-wrapper .variations_form .dropdown.clear.secondary.woocommerce-variation-price::after, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.dropdown.clear.secondary#submit::after {
  border-top-color: #767676;
}

.button.dropdown.hollow.success::after, .single-product-page .single-product-wrapper a.dropdown.hollow.success.single_add_to_cart_button::after, .single-product-page .single-product-wrapper button.dropdown.hollow.success.single_add_to_cart_button::after, .single-product-page .single-product-wrapper .variations_form .dropdown.hollow.success.woocommerce-variation-price::after, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.dropdown.hollow.success#submit::after, .button.dropdown.clear.success::after, .single-product-page .single-product-wrapper a.dropdown.clear.success.single_add_to_cart_button::after, .single-product-page .single-product-wrapper button.dropdown.clear.success.single_add_to_cart_button::after, .single-product-page .single-product-wrapper .variations_form .dropdown.clear.success.woocommerce-variation-price::after, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.dropdown.clear.success#submit::after {
  border-top-color: #3adb76;
}

.button.dropdown.hollow.warning::after, .single-product-page .single-product-wrapper a.dropdown.hollow.warning.single_add_to_cart_button::after, .single-product-page .single-product-wrapper button.dropdown.hollow.warning.single_add_to_cart_button::after, .single-product-page .single-product-wrapper .variations_form .dropdown.hollow.warning.woocommerce-variation-price::after, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.dropdown.hollow.warning#submit::after, .button.dropdown.clear.warning::after, .single-product-page .single-product-wrapper a.dropdown.clear.warning.single_add_to_cart_button::after, .single-product-page .single-product-wrapper button.dropdown.clear.warning.single_add_to_cart_button::after, .single-product-page .single-product-wrapper .variations_form .dropdown.clear.warning.woocommerce-variation-price::after, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.dropdown.clear.warning#submit::after {
  border-top-color: #ffae00;
}

.button.dropdown.hollow.alert::after, .single-product-page .single-product-wrapper a.dropdown.hollow.alert.single_add_to_cart_button::after, .single-product-page .single-product-wrapper button.dropdown.hollow.alert.single_add_to_cart_button::after, .single-product-page .single-product-wrapper .variations_form .dropdown.hollow.alert.woocommerce-variation-price::after, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.dropdown.hollow.alert#submit::after, .button.dropdown.clear.alert::after, .single-product-page .single-product-wrapper a.dropdown.clear.alert.single_add_to_cart_button::after, .single-product-page .single-product-wrapper button.dropdown.clear.alert.single_add_to_cart_button::after, .single-product-page .single-product-wrapper .variations_form .dropdown.clear.alert.woocommerce-variation-price::after, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.dropdown.clear.alert#submit::after {
  border-top-color: #cc4b37;
}

.button.arrow-only::after, .single-product-page .single-product-wrapper a.arrow-only.single_add_to_cart_button::after, .single-product-page .single-product-wrapper button.arrow-only.single_add_to_cart_button::after, .single-product-page .single-product-wrapper .variations_form .arrow-only.woocommerce-variation-price::after, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.arrow-only#submit::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, .single-product-page .single-product-wrapper a.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper .variations_form a.woocommerce-variation-price:hover, a.button:focus, .single-product-page .single-product-wrapper a.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper .variations_form a.woocommerce-variation-price:focus {
  text-decoration: none;
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}

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

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}

.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}

.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: '+';
}

.is-active > .accordion-title::before {
  content: '\2013';
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.accordion-menu li {
  width: 100%;
}

.accordion-menu a {
  padding: 0;
}

.accordion-menu .is-accordion-submenu a {
  padding: 0;
}

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded='true']::after {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #fefefe;
}

.badge.primary, .single-product-page .single-product-wrapper .variations_form .badge.woocommerce-variation-price {
  background: #1779ba;
  color: #fefefe;
}

.badge.secondary {
  background: #767676;
  color: #fefefe;
}

.badge.success {
  background: #3adb76;
  color: #0a0a0a;
}

.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}

.badge.alert {
  background: #cc4b37;
  color: #fefefe;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}

.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}

.breadcrumbs a {
  color: #1779ba;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.button-group::before, .button-group::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.button-group::after {
  clear: both;
}

.button-group .button, .button-group .single-product-page .single-product-wrapper a.single_add_to_cart_button, .single-product-page .single-product-wrapper .button-group a.single_add_to_cart_button, .button-group .single-product-page .single-product-wrapper button.single_add_to_cart_button, .single-product-page .single-product-wrapper .button-group button.single_add_to_cart_button, .button-group .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price, .single-product-page .single-product-wrapper .variations_form .button-group .woocommerce-variation-price, .button-group .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .button-group input#submit {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.button-group .button:last-child, .button-group .single-product-page .single-product-wrapper a.single_add_to_cart_button:last-child, .single-product-page .single-product-wrapper .button-group a.single_add_to_cart_button:last-child, .button-group .single-product-page .single-product-wrapper button.single_add_to_cart_button:last-child, .single-product-page .single-product-wrapper .button-group button.single_add_to_cart_button:last-child, .button-group .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price:last-child, .single-product-page .single-product-wrapper .variations_form .button-group .woocommerce-variation-price:last-child, .button-group .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit:last-child, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .button-group input#submit:last-child {
  margin-right: 0;
}

.button-group.tiny .button, .button-group.tiny .single-product-page .single-product-wrapper a.single_add_to_cart_button, .single-product-page .single-product-wrapper .button-group.tiny a.single_add_to_cart_button, .button-group.tiny .single-product-page .single-product-wrapper button.single_add_to_cart_button, .single-product-page .single-product-wrapper .button-group.tiny button.single_add_to_cart_button, .button-group.tiny .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price, .single-product-page .single-product-wrapper .variations_form .button-group.tiny .woocommerce-variation-price, .button-group.tiny .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .button-group.tiny input#submit {
  font-size: 0.6rem;
}

.button-group.small .button, .button-group.small .single-product-page .single-product-wrapper a.single_add_to_cart_button, .single-product-page .single-product-wrapper .button-group.small a.single_add_to_cart_button, .button-group.small .single-product-page .single-product-wrapper button.single_add_to_cart_button, .single-product-page .single-product-wrapper .button-group.small button.single_add_to_cart_button, .button-group.small .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price, .single-product-page .single-product-wrapper .variations_form .button-group.small .woocommerce-variation-price, .button-group.small .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .button-group.small input#submit {
  font-size: 0.75rem;
}

.button-group.large .button, .button-group.large .single-product-page .single-product-wrapper a.single_add_to_cart_button, .single-product-page .single-product-wrapper .button-group.large a.single_add_to_cart_button, .button-group.large .single-product-page .single-product-wrapper button.single_add_to_cart_button, .single-product-page .single-product-wrapper .button-group.large button.single_add_to_cart_button, .button-group.large .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price, .single-product-page .single-product-wrapper .variations_form .button-group.large .woocommerce-variation-price, .button-group.large .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .button-group.large input#submit {
  font-size: 1.25rem;
}

.button-group.expanded .button, .button-group.expanded .single-product-page .single-product-wrapper a.single_add_to_cart_button, .single-product-page .single-product-wrapper .button-group.expanded a.single_add_to_cart_button, .button-group.expanded .single-product-page .single-product-wrapper button.single_add_to_cart_button, .single-product-page .single-product-wrapper .button-group.expanded button.single_add_to_cart_button, .button-group.expanded .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price, .single-product-page .single-product-wrapper .variations_form .button-group.expanded .woocommerce-variation-price, .button-group.expanded .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .button-group.expanded input#submit {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.button-group.primary .button, .single-product-page .single-product-wrapper .variations_form .button-group.woocommerce-variation-price .button, .button-group.primary .single-product-page .single-product-wrapper a.single_add_to_cart_button, .single-product-page .single-product-wrapper .button-group.primary a.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .button-group.woocommerce-variation-price a.single_add_to_cart_button, .button-group.primary .single-product-page .single-product-wrapper button.single_add_to_cart_button, .single-product-page .single-product-wrapper .button-group.primary button.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .button-group.woocommerce-variation-price button.single_add_to_cart_button, .button-group.primary .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price, .single-product-page .single-product-wrapper .variations_form .button-group.primary .woocommerce-variation-price, .single-product-page .single-product-wrapper .variations_form .button-group.woocommerce-variation-price .woocommerce-variation-price, .button-group.primary .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .button-group.primary input#submit, .single-product-page .single-product-wrapper .variations_form .button-group.woocommerce-variation-price #reviews #review_form_wrapper input#submit, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .variations_form .button-group.woocommerce-variation-price input#submit {
  background-color: #1779ba;
  color: #fefefe;
}

.button-group.primary .button:hover, .single-product-page .single-product-wrapper .variations_form .button-group.woocommerce-variation-price .button:hover, .button-group.primary .single-product-page .single-product-wrapper a.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper .button-group.primary a.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper .variations_form .button-group.woocommerce-variation-price a.single_add_to_cart_button:hover, .button-group.primary .single-product-page .single-product-wrapper button.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper .button-group.primary button.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper .variations_form .button-group.woocommerce-variation-price button.single_add_to_cart_button:hover, .button-group.primary .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price:hover, .single-product-page .single-product-wrapper .variations_form .button-group.primary .woocommerce-variation-price:hover, .single-product-page .single-product-wrapper .variations_form .button-group.woocommerce-variation-price .woocommerce-variation-price:hover, .button-group.primary .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .button-group.primary input#submit:hover, .single-product-page .single-product-wrapper .variations_form .button-group.woocommerce-variation-price #reviews #review_form_wrapper input#submit:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .variations_form .button-group.woocommerce-variation-price input#submit:hover, .button-group.primary .button:focus, .single-product-page .single-product-wrapper .variations_form .button-group.woocommerce-variation-price .button:focus, .button-group.primary .single-product-page .single-product-wrapper a.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper .button-group.primary a.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper .variations_form .button-group.woocommerce-variation-price a.single_add_to_cart_button:focus, .button-group.primary .single-product-page .single-product-wrapper button.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper .button-group.primary button.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper .variations_form .button-group.woocommerce-variation-price button.single_add_to_cart_button:focus, .button-group.primary .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price:focus, .single-product-page .single-product-wrapper .variations_form .button-group.primary .woocommerce-variation-price:focus, .single-product-page .single-product-wrapper .variations_form .button-group.woocommerce-variation-price .woocommerce-variation-price:focus, .button-group.primary .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .button-group.primary input#submit:focus, .single-product-page .single-product-wrapper .variations_form .button-group.woocommerce-variation-price #reviews #review_form_wrapper input#submit:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .variations_form .button-group.woocommerce-variation-price input#submit:focus {
  background-color: #126195;
  color: #fefefe;
}

.button-group.secondary .button, .button-group.secondary .single-product-page .single-product-wrapper a.single_add_to_cart_button, .single-product-page .single-product-wrapper .button-group.secondary a.single_add_to_cart_button, .button-group.secondary .single-product-page .single-product-wrapper button.single_add_to_cart_button, .single-product-page .single-product-wrapper .button-group.secondary button.single_add_to_cart_button, .button-group.secondary .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price, .single-product-page .single-product-wrapper .variations_form .button-group.secondary .woocommerce-variation-price, .button-group.secondary .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .button-group.secondary input#submit {
  background-color: #767676;
  color: #fefefe;
}

.button-group.secondary .button:hover, .button-group.secondary .single-product-page .single-product-wrapper a.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper .button-group.secondary a.single_add_to_cart_button:hover, .button-group.secondary .single-product-page .single-product-wrapper button.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper .button-group.secondary button.single_add_to_cart_button:hover, .button-group.secondary .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price:hover, .single-product-page .single-product-wrapper .variations_form .button-group.secondary .woocommerce-variation-price:hover, .button-group.secondary .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .button-group.secondary input#submit:hover, .button-group.secondary .button:focus, .button-group.secondary .single-product-page .single-product-wrapper a.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper .button-group.secondary a.single_add_to_cart_button:focus, .button-group.secondary .single-product-page .single-product-wrapper button.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper .button-group.secondary button.single_add_to_cart_button:focus, .button-group.secondary .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price:focus, .single-product-page .single-product-wrapper .variations_form .button-group.secondary .woocommerce-variation-price:focus, .button-group.secondary .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .button-group.secondary input#submit:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}

.button-group.success .button, .button-group.success .single-product-page .single-product-wrapper a.single_add_to_cart_button, .single-product-page .single-product-wrapper .button-group.success a.single_add_to_cart_button, .button-group.success .single-product-page .single-product-wrapper button.single_add_to_cart_button, .single-product-page .single-product-wrapper .button-group.success button.single_add_to_cart_button, .button-group.success .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price, .single-product-page .single-product-wrapper .variations_form .button-group.success .woocommerce-variation-price, .button-group.success .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .button-group.success input#submit {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button-group.success .button:hover, .button-group.success .single-product-page .single-product-wrapper a.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper .button-group.success a.single_add_to_cart_button:hover, .button-group.success .single-product-page .single-product-wrapper button.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper .button-group.success button.single_add_to_cart_button:hover, .button-group.success .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price:hover, .single-product-page .single-product-wrapper .variations_form .button-group.success .woocommerce-variation-price:hover, .button-group.success .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .button-group.success input#submit:hover, .button-group.success .button:focus, .button-group.success .single-product-page .single-product-wrapper a.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper .button-group.success a.single_add_to_cart_button:focus, .button-group.success .single-product-page .single-product-wrapper button.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper .button-group.success button.single_add_to_cart_button:focus, .button-group.success .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price:focus, .single-product-page .single-product-wrapper .variations_form .button-group.success .woocommerce-variation-price:focus, .button-group.success .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .button-group.success input#submit:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

.button-group.warning .button, .button-group.warning .single-product-page .single-product-wrapper a.single_add_to_cart_button, .single-product-page .single-product-wrapper .button-group.warning a.single_add_to_cart_button, .button-group.warning .single-product-page .single-product-wrapper button.single_add_to_cart_button, .single-product-page .single-product-wrapper .button-group.warning button.single_add_to_cart_button, .button-group.warning .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price, .single-product-page .single-product-wrapper .variations_form .button-group.warning .woocommerce-variation-price, .button-group.warning .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .button-group.warning input#submit {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button-group.warning .button:hover, .button-group.warning .single-product-page .single-product-wrapper a.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper .button-group.warning a.single_add_to_cart_button:hover, .button-group.warning .single-product-page .single-product-wrapper button.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper .button-group.warning button.single_add_to_cart_button:hover, .button-group.warning .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price:hover, .single-product-page .single-product-wrapper .variations_form .button-group.warning .woocommerce-variation-price:hover, .button-group.warning .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .button-group.warning input#submit:hover, .button-group.warning .button:focus, .button-group.warning .single-product-page .single-product-wrapper a.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper .button-group.warning a.single_add_to_cart_button:focus, .button-group.warning .single-product-page .single-product-wrapper button.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper .button-group.warning button.single_add_to_cart_button:focus, .button-group.warning .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price:focus, .single-product-page .single-product-wrapper .variations_form .button-group.warning .woocommerce-variation-price:focus, .button-group.warning .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .button-group.warning input#submit:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

.button-group.alert .button, .button-group.alert .single-product-page .single-product-wrapper a.single_add_to_cart_button, .single-product-page .single-product-wrapper .button-group.alert a.single_add_to_cart_button, .button-group.alert .single-product-page .single-product-wrapper button.single_add_to_cart_button, .single-product-page .single-product-wrapper .button-group.alert button.single_add_to_cart_button, .button-group.alert .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price, .single-product-page .single-product-wrapper .variations_form .button-group.alert .woocommerce-variation-price, .button-group.alert .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .button-group.alert input#submit {
  background-color: #cc4b37;
  color: #fefefe;
}

.button-group.alert .button:hover, .button-group.alert .single-product-page .single-product-wrapper a.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper .button-group.alert a.single_add_to_cart_button:hover, .button-group.alert .single-product-page .single-product-wrapper button.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper .button-group.alert button.single_add_to_cart_button:hover, .button-group.alert .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price:hover, .single-product-page .single-product-wrapper .variations_form .button-group.alert .woocommerce-variation-price:hover, .button-group.alert .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .button-group.alert input#submit:hover, .button-group.alert .button:focus, .button-group.alert .single-product-page .single-product-wrapper a.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper .button-group.alert a.single_add_to_cart_button:focus, .button-group.alert .single-product-page .single-product-wrapper button.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper .button-group.alert button.single_add_to_cart_button:focus, .button-group.alert .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price:focus, .single-product-page .single-product-wrapper .variations_form .button-group.alert .woocommerce-variation-price:focus, .button-group.alert .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .button-group.alert input#submit:focus {
  background-color: #a53b2a;
  color: #fefefe;
}

.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.button-group.stacked .button, .button-group.stacked .single-product-page .single-product-wrapper a.single_add_to_cart_button, .single-product-page .single-product-wrapper .button-group.stacked a.single_add_to_cart_button, .button-group.stacked .single-product-page .single-product-wrapper button.single_add_to_cart_button, .single-product-page .single-product-wrapper .button-group.stacked button.single_add_to_cart_button, .button-group.stacked .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price, .single-product-page .single-product-wrapper .variations_form .button-group.stacked .woocommerce-variation-price, .button-group.stacked .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .button-group.stacked input#submit, .button-group.stacked-for-small .button, .button-group.stacked-for-small .single-product-page .single-product-wrapper a.single_add_to_cart_button, .single-product-page .single-product-wrapper .button-group.stacked-for-small a.single_add_to_cart_button, .button-group.stacked-for-small .single-product-page .single-product-wrapper button.single_add_to_cart_button, .single-product-page .single-product-wrapper .button-group.stacked-for-small button.single_add_to_cart_button, .button-group.stacked-for-small .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price, .single-product-page .single-product-wrapper .variations_form .button-group.stacked-for-small .woocommerce-variation-price, .button-group.stacked-for-small .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .button-group.stacked-for-small input#submit, .button-group.stacked-for-medium .button, .button-group.stacked-for-medium .single-product-page .single-product-wrapper a.single_add_to_cart_button, .single-product-page .single-product-wrapper .button-group.stacked-for-medium a.single_add_to_cart_button, .button-group.stacked-for-medium .single-product-page .single-product-wrapper button.single_add_to_cart_button, .single-product-page .single-product-wrapper .button-group.stacked-for-medium button.single_add_to_cart_button, .button-group.stacked-for-medium .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price, .single-product-page .single-product-wrapper .variations_form .button-group.stacked-for-medium .woocommerce-variation-price, .button-group.stacked-for-medium .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .button-group.stacked-for-medium input#submit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.button-group.stacked .button:last-child, .button-group.stacked .single-product-page .single-product-wrapper a.single_add_to_cart_button:last-child, .single-product-page .single-product-wrapper .button-group.stacked a.single_add_to_cart_button:last-child, .button-group.stacked .single-product-page .single-product-wrapper button.single_add_to_cart_button:last-child, .single-product-page .single-product-wrapper .button-group.stacked button.single_add_to_cart_button:last-child, .button-group.stacked .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price:last-child, .single-product-page .single-product-wrapper .variations_form .button-group.stacked .woocommerce-variation-price:last-child, .button-group.stacked .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit:last-child, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .button-group.stacked input#submit:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-small .single-product-page .single-product-wrapper a.single_add_to_cart_button:last-child, .single-product-page .single-product-wrapper .button-group.stacked-for-small a.single_add_to_cart_button:last-child, .button-group.stacked-for-small .single-product-page .single-product-wrapper button.single_add_to_cart_button:last-child, .single-product-page .single-product-wrapper .button-group.stacked-for-small button.single_add_to_cart_button:last-child, .button-group.stacked-for-small .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price:last-child, .single-product-page .single-product-wrapper .variations_form .button-group.stacked-for-small .woocommerce-variation-price:last-child, .button-group.stacked-for-small .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit:last-child, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .button-group.stacked-for-small input#submit:last-child, .button-group.stacked-for-medium .button:last-child, .button-group.stacked-for-medium .single-product-page .single-product-wrapper a.single_add_to_cart_button:last-child, .single-product-page .single-product-wrapper .button-group.stacked-for-medium a.single_add_to_cart_button:last-child, .button-group.stacked-for-medium .single-product-page .single-product-wrapper button.single_add_to_cart_button:last-child, .single-product-page .single-product-wrapper .button-group.stacked-for-medium button.single_add_to_cart_button:last-child, .button-group.stacked-for-medium .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price:last-child, .single-product-page .single-product-wrapper .variations_form .button-group.stacked-for-medium .woocommerce-variation-price:last-child, .button-group.stacked-for-medium .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit:last-child, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .button-group.stacked-for-medium input#submit:last-child {
  margin-bottom: 0;
}

.button-group.stacked.expanded .button, .button-group.stacked.expanded .single-product-page .single-product-wrapper a.single_add_to_cart_button, .single-product-page .single-product-wrapper .button-group.stacked.expanded a.single_add_to_cart_button, .button-group.stacked.expanded .single-product-page .single-product-wrapper button.single_add_to_cart_button, .single-product-page .single-product-wrapper .button-group.stacked.expanded button.single_add_to_cart_button, .button-group.stacked.expanded .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price, .single-product-page .single-product-wrapper .variations_form .button-group.stacked.expanded .woocommerce-variation-price, .button-group.stacked.expanded .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .button-group.stacked.expanded input#submit, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-small.expanded .single-product-page .single-product-wrapper a.single_add_to_cart_button, .single-product-page .single-product-wrapper .button-group.stacked-for-small.expanded a.single_add_to_cart_button, .button-group.stacked-for-small.expanded .single-product-page .single-product-wrapper button.single_add_to_cart_button, .single-product-page .single-product-wrapper .button-group.stacked-for-small.expanded button.single_add_to_cart_button, .button-group.stacked-for-small.expanded .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price, .single-product-page .single-product-wrapper .variations_form .button-group.stacked-for-small.expanded .woocommerce-variation-price, .button-group.stacked-for-small.expanded .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .button-group.stacked-for-small.expanded input#submit, .button-group.stacked-for-medium.expanded .button, .button-group.stacked-for-medium.expanded .single-product-page .single-product-wrapper a.single_add_to_cart_button, .single-product-page .single-product-wrapper .button-group.stacked-for-medium.expanded a.single_add_to_cart_button, .button-group.stacked-for-medium.expanded .single-product-page .single-product-wrapper button.single_add_to_cart_button, .single-product-page .single-product-wrapper .button-group.stacked-for-medium.expanded button.single_add_to_cart_button, .button-group.stacked-for-medium.expanded .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price, .single-product-page .single-product-wrapper .variations_form .button-group.stacked-for-medium.expanded .woocommerce-variation-price, .button-group.stacked-for-medium.expanded .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .button-group.stacked-for-medium.expanded input#submit {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

@media print, screen and (min-width: 48em) {
  .button-group.stacked-for-small .button, .button-group.stacked-for-small .single-product-page .single-product-wrapper a.single_add_to_cart_button, .single-product-page .single-product-wrapper .button-group.stacked-for-small a.single_add_to_cart_button, .button-group.stacked-for-small .single-product-page .single-product-wrapper button.single_add_to_cart_button, .single-product-page .single-product-wrapper .button-group.stacked-for-small button.single_add_to_cart_button, .button-group.stacked-for-small .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price, .single-product-page .single-product-wrapper .variations_form .button-group.stacked-for-small .woocommerce-variation-price, .button-group.stacked-for-small .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .button-group.stacked-for-small input#submit {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .button-group.stacked-for-medium .button, .button-group.stacked-for-medium .single-product-page .single-product-wrapper a.single_add_to_cart_button, .single-product-page .single-product-wrapper .button-group.stacked-for-medium a.single_add_to_cart_button, .button-group.stacked-for-medium .single-product-page .single-product-wrapper button.single_add_to_cart_button, .single-product-page .single-product-wrapper .button-group.stacked-for-medium button.single_add_to_cart_button, .button-group.stacked-for-medium .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price, .single-product-page .single-product-wrapper .variations_form .button-group.stacked-for-medium .woocommerce-variation-price, .button-group.stacked-for-medium .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .button-group.stacked-for-medium input#submit {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 47.99875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-small.expanded .single-product-page .single-product-wrapper a.single_add_to_cart_button, .single-product-page .single-product-wrapper .button-group.stacked-for-small.expanded a.single_add_to_cart_button, .button-group.stacked-for-small.expanded .single-product-page .single-product-wrapper button.single_add_to_cart_button, .single-product-page .single-product-wrapper .button-group.stacked-for-small.expanded button.single_add_to_cart_button, .button-group.stacked-for-small.expanded .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price, .single-product-page .single-product-wrapper .variations_form .button-group.stacked-for-small.expanded .woocommerce-variation-price, .button-group.stacked-for-small.expanded .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .button-group.stacked-for-small.expanded input#submit {
    display: block;
    margin-right: 0;
  }
}

@media screen and (max-width: 64.06125em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button, .button-group.stacked-for-medium.expanded .single-product-page .single-product-wrapper a.single_add_to_cart_button, .single-product-page .single-product-wrapper .button-group.stacked-for-medium.expanded a.single_add_to_cart_button, .button-group.stacked-for-medium.expanded .single-product-page .single-product-wrapper button.single_add_to_cart_button, .single-product-page .single-product-wrapper .button-group.stacked-for-medium.expanded button.single_add_to_cart_button, .button-group.stacked-for-medium.expanded .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price, .single-product-page .single-product-wrapper .variations_form .button-group.stacked-for-medium.expanded .woocommerce-variation-price, .button-group.stacked-for-medium.expanded .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .button-group.stacked-for-medium.expanded input#submit {
    display: block;
    margin-right: 0;
  }
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a;
}

.callout > :first-child {
  margin-top: 0;
}

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

.callout.primary, .single-product-page .single-product-wrapper .variations_form .callout.woocommerce-variation-price {
  background-color: #d7ecfa;
  color: #0a0a0a;
}

.callout.secondary {
  background-color: #eaeaea;
  color: #0a0a0a;
}

.callout.success {
  background-color: #e1faea;
  color: #0a0a0a;
}

.callout.warning {
  background-color: #fff3d9;
  color: #0a0a0a;
}

.callout.alert {
  background-color: #f7e4e1;
  color: #0a0a0a;
}

.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}

[data-whatinput='mouse'] .close-button {
  outline: 0;
}

.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}

.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

[data-whatinput='mouse'] .menu li {
  outline: 0;
}

.menu a,
.menu .button,
.menu .single-product-page .single-product-wrapper a.single_add_to_cart_button,
.single-product-page .single-product-wrapper .menu a.single_add_to_cart_button,
.menu .single-product-page .single-product-wrapper button.single_add_to_cart_button,
.single-product-page .single-product-wrapper .menu button.single_add_to_cart_button,
.menu .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price,
.single-product-page .single-product-wrapper .variations_form .menu .woocommerce-variation-price,
.menu .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit,
.single-product-page .single-product-wrapper #reviews #review_form_wrapper .menu input#submit {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0;
}

.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu input {
  display: inline-block;
}

.menu, .menu.horizontal {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.menu.vertical {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.menu.expanded li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.menu.simple {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu.simple li + li {
  margin-left: 1rem;
}

.menu.simple a {
  padding: 0;
}

@media print, screen and (min-width: 48em) {
  .menu.medium-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.medium-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.medium-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.medium-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .menu.large-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu.large-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu.large-expanded li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  .menu.large-simple li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}

.menu.icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu.icon-left li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}

.menu.icon-right li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}

.menu.icon-top li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu.icon-bottom li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu .is-active > a {
  background: #1779ba;
  color: #fefefe;
}

.menu .active > a {
  background: #1779ba;
  color: #fefefe;
}

.menu.align-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.menu.align-right li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.menu.align-right li .submenu li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.menu.align-right.vertical li {
  display: block;
  text-align: right;
}

.menu.align-right.vertical li .submenu li {
  text-align: right;
}

.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}

.menu.align-center li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu.align-center li .submenu li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.menu .menu-text {
  padding: 0;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-centered > .menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-centered > .menu li .submenu li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
          box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: '';
}

.menu-icon:hover::after {
  background: #cacaca;
  -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
          box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
          box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: '';
}

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
          box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block;
}

.is-drilldown.animate-height {
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.drilldown a {
  padding: 0;
  background: #fefefe;
}

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}

.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.drilldown .is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.drilldown .is-drilldown-submenu a {
  padding: 0;
}

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}

.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}

.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
  right: 1rem;
  left: auto;
}

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 1rem;
}

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem;
}

.dropdown-pane.is-opening {
  display: block;
}

.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}

.dropdown.menu > li > a {
  background: #fefefe;
  padding: 0;
}

.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #1779ba;
}

.no-js .dropdown.menu ul {
  display: none;
}

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.dropdown.menu.vertical > li > a::after {
  right: 14px;
}

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px;
}

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}

@media print, screen and (min-width: 48em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}

.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}

.dropdown .is-dropdown-submenu a {
  padding: 0;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.media-object {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.media-object img {
  max-width: none;
}

@media screen and (max-width: 47.99875em) {
  .media-object.stack-for-small {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.media-object-section {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.media-object-section:first-child {
  padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.media-object-section > :last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 47.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section.main-section {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
  position: absolute;
}

.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe;
}

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}

[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
  outline: 0;
}

.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

[data-whatinput='mouse'] .orbit-bullets {
  outline: 0;
}

.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}

.orbit-bullets button:hover {
  background-color: #8a8a8a;
}

.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

.pagination::before, .pagination::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.pagination::after {
  clear: both;
}

.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}

.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}

@media print, screen and (min-width: 48em) {
  .pagination li {
    display: inline-block;
  }
}

.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}

.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #1779ba;
  color: #fefefe;
  cursor: default;
}

.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: '\2026';
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\AB';
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\BB';
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}

.progress.primary .progress-meter, .single-product-page .single-product-wrapper .variations_form .progress.woocommerce-variation-price .progress-meter {
  background-color: #1779ba;
}

.progress.secondary .progress-meter {
  background-color: #767676;
}

.progress.success .progress-meter {
  background-color: #3adb76;
}

.progress.warning .progress-meter {
  background-color: #ffae00;
}

.progress.alert .progress-meter {
  background-color: #cc4b37;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1779ba;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.slider-fill.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

[data-whatinput='mouse'] .slider-handle {
  outline: 0;
}

.slider-handle:hover {
  background-color: #14679e;
}

.slider-handle.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}

.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}

html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
}

html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media print, screen and (min-width: 48em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column, .reveal .columns {
  min-width: 0;
}

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

@media print, screen and (min-width: 48em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}

.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 48em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}

@media print, screen and (min-width: 48em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}

@media print, screen and (min-width: 48em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}

.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 47.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}

input + .switch-paddle {
  margin: 0;
}

.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fefefe;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  content: '';
}

input:checked ~ .switch-paddle {
  background: #1779ba;
}

input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}

[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}

input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}

input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}

.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}

.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}

.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}

.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

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

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

thead {
  background: #f8f8f8;
  color: #0a0a0a;
}

tfoot {
  background: #f1f1f1;
  color: #0a0a0a;
}

thead tr,
tfoot tr {
  background: transparent;
}

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

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

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

table.unstriped tbody {
  background-color: #fefefe;
}

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

@media screen and (max-width: 64.06125em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

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

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

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

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

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

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

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}

.tabs::before, .tabs::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}

.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary, .single-product-page .single-product-wrapper .variations_form .tabs.woocommerce-variation-price {
  background: #1779ba;
}

.tabs.primary > li > a, .single-product-page .single-product-wrapper .variations_form .tabs.woocommerce-variation-price > li > a {
  color: #fefefe;
}

.tabs.primary > li > a:hover, .single-product-page .single-product-wrapper .variations_form .tabs.woocommerce-variation-price > li > a:hover, .tabs.primary > li > a:focus, .single-product-page .single-product-wrapper .variations_form .tabs.woocommerce-variation-price > li > a:focus {
  background: #1673b1;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}

[data-whatinput='mouse'] .tabs-title > a {
  outline: 0;
}

.tabs-title > a:hover {
  background: #fefefe;
  color: #1468a0;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #e6e6e6;
  color: #1779ba;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}

.tabs-panel.is-active {
  display: block;
}

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.title-bar-right {
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe;
}

.tooltip::before {
  position: absolute;
}

.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a;
  bottom: 100%;
}

.tooltip.bottom.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}

.tooltip.top.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
  left: 100%;
}

.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
  right: 100%;
  left: auto;
}

.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}

.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}

.tooltip.align-left::before {
  left: 10%;
  right: auto;
}

.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button, .top-bar .single-product-page .single-product-wrapper .variations_form input.woocommerce-variation-price, .single-product-page .single-product-wrapper .variations_form .top-bar input.woocommerce-variation-price, .top-bar .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .top-bar input#submit {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 48em) {
  .top-bar {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 64.06125em) {
  .top-bar.stacked-for-medium {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

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

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

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

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

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

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

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

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

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.clearfix::after {
  clear: both;
}

.align-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-justify {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-self-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-self-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.align-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-self-middle {
  -ms-flex-item-align: center;
      align-self: center;
}

.align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.align-center-middle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.small-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.small-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

@media print, screen and (min-width: 48em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-child-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.flex-child-grow {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.flex-child-shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media print, screen and (min-width: 48em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .large-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/**
 *  Libraries
 */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/vendor/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/vendor/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/vendor/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/vendor/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/vendor/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/vendor/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

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

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

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

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

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

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

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

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

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

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

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

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

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

.fa-music:before {
  content: "\F001";
}

.fa-search:before {
  content: "\F002";
}

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

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

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

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

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

.fa-film:before {
  content: "\F008";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-check:before {
  content: "\F00C";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-signal:before {
  content: "\F012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}

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

.fa-home:before {
  content: "\F015";
}

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

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

.fa-road:before {
  content: "\F018";
}

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

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

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

.fa-inbox:before {
  content: "\F01C";
}

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

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}

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

.fa-list-alt:before {
  content: "\F022";
}

.fa-lock:before {
  content: "\F023";
}

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

.fa-headphones:before {
  content: "\F025";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-qrcode:before {
  content: "\F029";
}

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

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

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

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

.fa-print:before {
  content: "\F02F";
}

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

.fa-font:before {
  content: "\F031";
}

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

.fa-italic:before {
  content: "\F033";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

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

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

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

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

.fa-list:before {
  content: "\F03A";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}

.fa-indent:before {
  content: "\F03C";
}

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

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}

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

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

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

.fa-tint:before {
  content: "\F043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}

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

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

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

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

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

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

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

.fa-pause:before {
  content: "\F04C";
}

.fa-stop:before {
  content: "\F04D";
}

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

.fa-fast-forward:before {
  content: "\F050";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-eject:before {
  content: "\F052";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

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

.fa-minus-circle:before {
  content: "\F056";
}

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

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

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

.fa-info-circle:before {
  content: "\F05A";
}

.fa-crosshairs:before {
  content: "\F05B";
}

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

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

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

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

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

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

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

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}

.fa-expand:before {
  content: "\F065";
}

.fa-compress:before {
  content: "\F066";
}

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

.fa-minus:before {
  content: "\F068";
}

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

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-plane:before {
  content: "\F072";
}

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

.fa-random:before {
  content: "\F074";
}

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

.fa-magnet:before {
  content: "\F076";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

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

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

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

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

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

.fa-twitter-square:before {
  content: "\F081";
}

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

.fa-camera-retro:before {
  content: "\F083";
}

.fa-key:before {
  content: "\F084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}

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

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "\F091";
}

.fa-github-square:before {
  content: "\F092";
}

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

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

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

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

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

.fa-phone-square:before {
  content: "\F098";
}

.fa-twitter:before {
  content: "\F099";
}

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

.fa-github:before {
  content: "\F09B";
}

.fa-unlock:before {
  content: "\F09C";
}

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

.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}

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

.fa-bullhorn:before {
  content: "\F0A1";
}

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

.fa-certificate:before {
  content: "\F0A3";
}

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "\F0AC";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-filter:before {
  content: "\F0B0";
}

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

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

.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}

.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}

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

.fa-flask:before {
  content: "\F0C3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}

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

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

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

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

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

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}

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

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

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}

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

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

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}

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

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

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

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

.fa-user-md:before {
  content: "\F0F0";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-suitcase:before {
  content: "\F0F2";
}

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

.fa-coffee:before {
  content: "\F0F4";
}

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

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

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

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

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

.fa-medkit:before {
  content: "\F0FA";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

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

.fa-h-square:before {
  content: "\F0FD";
}

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "\F108";
}

.fa-laptop:before {
  content: "\F109";
}

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

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

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

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-spinner:before {
  content: "\F110";
}

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

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

.fa-github-alt:before {
  content: "\F113";
}

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

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

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

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

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

.fa-gamepad:before {
  content: "\F11B";
}

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

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

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-terminal:before {
  content: "\F120";
}

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

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

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-crop:before {
  content: "\F125";
}

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

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}

.fa-question:before {
  content: "\F128";
}

.fa-info:before {
  content: "\F129";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-slash:before {
  content: "\F131";
}

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

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

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-css3:before {
  content: "\F13C";
}

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

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-rss-square:before {
  content: "\F143";
}

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

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

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "\F14E";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}

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

.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}

.fa-won:before,
.fa-krw:before {
  content: "\F159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}

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

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

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

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

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

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

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

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

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

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

.fa-youtube-square:before {
  content: "\F166";
}

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

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

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

.fa-dropbox:before {
  content: "\F16B";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-flickr:before {
  content: "\F16E";
}

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

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

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

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

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

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

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

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

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

.fa-windows:before {
  content: "\F17A";
}

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

.fa-linux:before {
  content: "\F17C";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-trello:before {
  content: "\F181";
}

.fa-female:before {
  content: "\F182";
}

.fa-male:before {
  content: "\F183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}

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

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

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

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

.fa-vk:before {
  content: "\F189";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-pagelines:before {
  content: "\F18C";
}

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

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

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

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}

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

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

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

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}

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

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-slack:before {
  content: "\F198";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-yahoo:before {
  content: "\F19E";
}

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

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-fax:before {
  content: "\F1AC";
}

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

.fa-child:before {
  content: "\F1AE";
}

.fa-paw:before {
  content: "\F1B0";
}

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

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

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

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

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-database:before {
  content: "\F1C0";
}

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

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

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

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

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}

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

.fa-vine:before {
  content: "\F1CA";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}

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

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}

.fa-history:before {
  content: "\F1DA";
}

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

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

.fa-paragraph:before {
  content: "\F1DD";
}

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

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

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

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}

.fa-tty:before {
  content: "\F1E4";
}

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

.fa-plug:before {
  content: "\F1E6";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-yelp:before {
  content: "\F1E9";
}

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

.fa-wifi:before {
  content: "\F1EB";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

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

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

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

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

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

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

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

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

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

.fa-copyright:before {
  content: "\F1F9";
}

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

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

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

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

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

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

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

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

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

.fa-bus:before {
  content: "\F207";
}

.fa-ioxhost:before {
  content: "\F208";
}

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

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

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}

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

.fa-buysellads:before {
  content: "\F20D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-cart-plus:before {
  content: "\F217";
}

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

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

.fa-ship:before {
  content: "\F21A";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-venus:before {
  content: "\F221";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-genderless:before {
  content: "\F22D";
}

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

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-server:before {
  content: "\F233";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-train:before {
  content: "\F238";
}

.fa-subway:before {
  content: "\F239";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-i-cursor:before {
  content: "\F246";
}

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

.fa-object-ungroup:before {
  content: "\F248";
}

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

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

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

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-clone:before {
  content: "\F24D";
}

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

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

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}

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

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}

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

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

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

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

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

.fa-trademark:before {
  content: "\F25C";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-safari:before {
  content: "\F267";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-500px:before {
  content: "\F26E";
}

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

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

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

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

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

.fa-industry:before {
  content: "\F275";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

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

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

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

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

.fa-houzz:before {
  content: "\F27C";
}

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

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

.fa-fonticons:before {
  content: "\F280";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-edge:before {
  content: "\F282";
}

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

.fa-codiepie:before {
  content: "\F284";
}

.fa-modx:before {
  content: "\F285";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-usb:before {
  content: "\F287";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-scribd:before {
  content: "\F28A";
}

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

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

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

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

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-hashtag:before {
  content: "\F292";
}

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

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

.fa-percent:before {
  content: "\F295";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-envira:before {
  content: "\F299";
}

.fa-universal-access:before {
  content: "\F29A";
}

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

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

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

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

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

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

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

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}

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

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

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

.fa-linode:before {
  content: "\F2B8";
}

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

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

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC";
}

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

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

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

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}

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

.fa-grav:before {
  content: "\F2D6";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-ravelry:before {
  content: "\F2D9";
}

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

.fa-microchip:before {
  content: "\F2DB";
}

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

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-meetup:before {
  content: "\F2E0";
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/**
 * Global styles
 */
body {
  background: #F1F1F1;
  font-family: "Lato";
  color: #000;
}

.full-width {
  width: 100%;
  max-width: 1920px;
  padding-left: 3%;
  padding-right: 3%;
}

.row-large {
  max-width: 91.5625rem;
}

h1 {
  font-size: 2rem;
  line-height: 2.5rem;
  font-family: "Lato";
  margin-top: 0.625rem;
  margin-bottom: 1.875rem;
}

h2 {
  font-size: 2rem;
  line-height: 2.5rem;
  font-family: "Lato";
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
}

h3 {
  font-size: 1.625rem;
  font-family: "Lato";
  line-height: 2rem;
  font-weight: 900;
}

h4 {
  font-family: "Lato";
  font-weight: 900;
}

.page-404 h1, .page-404 h2, .page-404 h3 {
  font-size: 4rem;
}

p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
}

a {
  color: #023265;
}

a:hover {
  color: #023265;
  text-decoration: underline;
}

.section {
  padding: 2.5rem 0;
}

.button, .single-product-page .single-product-wrapper a.single_add_to_cart_button, .single-product-page .single-product-wrapper button.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit,
.woocommerce a.button,
.woocommerce .single-product-page .single-product-wrapper a.single_add_to_cart_button,
.single-product-page .single-product-wrapper .woocommerce a.single_add_to_cart_button,
.woocommerce .single-product-page .single-product-wrapper .variations_form a.woocommerce-variation-price,
.single-product-page .single-product-wrapper .variations_form .woocommerce a.woocommerce-variation-price,
.woocommerce input.button,
.woocommerce .single-product-page .single-product-wrapper .variations_form input.woocommerce-variation-price,
.single-product-page .single-product-wrapper .variations_form .woocommerce input.woocommerce-variation-price,
.woocommerce .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit,
.single-product-page .single-product-wrapper #reviews #review_form_wrapper .woocommerce input#submit,
.woocommerce button.button,
.woocommerce .single-product-page .single-product-wrapper button.single_add_to_cart_button,
.single-product-page .single-product-wrapper .woocommerce button.single_add_to_cart_button,
.woocommerce .single-product-page .single-product-wrapper .variations_form button.woocommerce-variation-price,
.single-product-page .single-product-wrapper .variations_form .woocommerce button.woocommerce-variation-price,
.woocommerce button.button.alt,
.woocommerce .single-product-page .single-product-wrapper button.alt.single_add_to_cart_button,
.single-product-page .single-product-wrapper .woocommerce button.alt.single_add_to_cart_button,
.woocommerce .single-product-page .single-product-wrapper .variations_form button.alt.woocommerce-variation-price,
.single-product-page .single-product-wrapper .variations_form .woocommerce button.alt.woocommerce-variation-price {
  height: 45px;
  text-align: center;
  background: #023265;
  color: #fff;
  font-size: 100%;
  margin: 0 0 8px 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.85em 1em;
  padding-right: none;
  font-weight: 500;
  border-radius: 0px;
  left: auto;
  border: 0;
  display: inline-block;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  font-size: 16px;
  line-height: 18px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.button:hover, .single-product-page .single-product-wrapper a.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper button.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit:hover, .button:focus, .single-product-page .single-product-wrapper a.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper button.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit:focus, .button:active, .single-product-page .single-product-wrapper a.single_add_to_cart_button:active, .single-product-page .single-product-wrapper button.single_add_to_cart_button:active, .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price:active, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit:active,
.woocommerce a.button:hover,
.woocommerce .single-product-page .single-product-wrapper a.single_add_to_cart_button:hover,
.single-product-page .single-product-wrapper .woocommerce a.single_add_to_cart_button:hover,
.woocommerce .single-product-page .single-product-wrapper .variations_form a.woocommerce-variation-price:hover,
.single-product-page .single-product-wrapper .variations_form .woocommerce a.woocommerce-variation-price:hover,
.woocommerce a.button:focus,
.woocommerce .single-product-page .single-product-wrapper a.single_add_to_cart_button:focus,
.single-product-page .single-product-wrapper .woocommerce a.single_add_to_cart_button:focus,
.woocommerce .single-product-page .single-product-wrapper .variations_form a.woocommerce-variation-price:focus,
.single-product-page .single-product-wrapper .variations_form .woocommerce a.woocommerce-variation-price:focus,
.woocommerce a.button:active,
.woocommerce .single-product-page .single-product-wrapper a.single_add_to_cart_button:active,
.single-product-page .single-product-wrapper .woocommerce a.single_add_to_cart_button:active,
.woocommerce .single-product-page .single-product-wrapper .variations_form a.woocommerce-variation-price:active,
.single-product-page .single-product-wrapper .variations_form .woocommerce a.woocommerce-variation-price:active,
.woocommerce input.button:hover,
.woocommerce .single-product-page .single-product-wrapper .variations_form input.woocommerce-variation-price:hover,
.single-product-page .single-product-wrapper .variations_form .woocommerce input.woocommerce-variation-price:hover,
.woocommerce .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit:hover,
.single-product-page .single-product-wrapper #reviews #review_form_wrapper .woocommerce input#submit:hover,
.woocommerce input.button:focus,
.woocommerce .single-product-page .single-product-wrapper .variations_form input.woocommerce-variation-price:focus,
.single-product-page .single-product-wrapper .variations_form .woocommerce input.woocommerce-variation-price:focus,
.woocommerce .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit:focus,
.single-product-page .single-product-wrapper #reviews #review_form_wrapper .woocommerce input#submit:focus,
.woocommerce input.button:active,
.woocommerce .single-product-page .single-product-wrapper .variations_form input.woocommerce-variation-price:active,
.single-product-page .single-product-wrapper .variations_form .woocommerce input.woocommerce-variation-price:active,
.woocommerce .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit:active,
.single-product-page .single-product-wrapper #reviews #review_form_wrapper .woocommerce input#submit:active,
.woocommerce button.button:hover,
.woocommerce .single-product-page .single-product-wrapper button.single_add_to_cart_button:hover,
.single-product-page .single-product-wrapper .woocommerce button.single_add_to_cart_button:hover,
.woocommerce .single-product-page .single-product-wrapper .variations_form button.woocommerce-variation-price:hover,
.single-product-page .single-product-wrapper .variations_form .woocommerce button.woocommerce-variation-price:hover,
.woocommerce button.button:focus,
.woocommerce .single-product-page .single-product-wrapper button.single_add_to_cart_button:focus,
.single-product-page .single-product-wrapper .woocommerce button.single_add_to_cart_button:focus,
.woocommerce .single-product-page .single-product-wrapper .variations_form button.woocommerce-variation-price:focus,
.single-product-page .single-product-wrapper .variations_form .woocommerce button.woocommerce-variation-price:focus,
.woocommerce button.button:active,
.woocommerce .single-product-page .single-product-wrapper button.single_add_to_cart_button:active,
.single-product-page .single-product-wrapper .woocommerce button.single_add_to_cart_button:active,
.woocommerce .single-product-page .single-product-wrapper .variations_form button.woocommerce-variation-price:active,
.single-product-page .single-product-wrapper .variations_form .woocommerce button.woocommerce-variation-price:active,
.woocommerce button.button.alt:hover,
.woocommerce .single-product-page .single-product-wrapper button.alt.single_add_to_cart_button:hover,
.single-product-page .single-product-wrapper .woocommerce button.alt.single_add_to_cart_button:hover,
.woocommerce .single-product-page .single-product-wrapper .variations_form button.alt.woocommerce-variation-price:hover,
.single-product-page .single-product-wrapper .variations_form .woocommerce button.alt.woocommerce-variation-price:hover,
.woocommerce button.button.alt:focus,
.woocommerce .single-product-page .single-product-wrapper button.alt.single_add_to_cart_button:focus,
.single-product-page .single-product-wrapper .woocommerce button.alt.single_add_to_cart_button:focus,
.woocommerce .single-product-page .single-product-wrapper .variations_form button.alt.woocommerce-variation-price:focus,
.single-product-page .single-product-wrapper .variations_form .woocommerce button.alt.woocommerce-variation-price:focus,
.woocommerce button.button.alt:active,
.woocommerce .single-product-page .single-product-wrapper button.alt.single_add_to_cart_button:active,
.single-product-page .single-product-wrapper .woocommerce button.alt.single_add_to_cart_button:active,
.woocommerce .single-product-page .single-product-wrapper .variations_form button.alt.woocommerce-variation-price:active,
.single-product-page .single-product-wrapper .variations_form .woocommerce button.alt.woocommerce-variation-price:active {
  background: #002850;
  color: #fff;
}

.button.primary, .single-product-page .single-product-wrapper a.primary.single_add_to_cart_button, .single-product-page .single-product-wrapper button.primary.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.primary#submit, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .variations_form input#submit.woocommerce-variation-price, .single-product-page .single-product-wrapper .variations_form #reviews #review_form_wrapper input#submit.woocommerce-variation-price,
.woocommerce a.button.primary,
.woocommerce .single-product-page .single-product-wrapper a.primary.single_add_to_cart_button,
.single-product-page .single-product-wrapper .woocommerce a.primary.single_add_to_cart_button,
.woocommerce .single-product-page .single-product-wrapper .variations_form a.woocommerce-variation-price,
.single-product-page .single-product-wrapper .variations_form .woocommerce a.woocommerce-variation-price,
.woocommerce input.button.primary,
.woocommerce .single-product-page .single-product-wrapper .variations_form input.woocommerce-variation-price,
.single-product-page .single-product-wrapper .variations_form .woocommerce input.woocommerce-variation-price,
.woocommerce .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.primary#submit,
.single-product-page .single-product-wrapper #reviews #review_form_wrapper .woocommerce input.primary#submit,
.woocommerce .single-product-page .single-product-wrapper #reviews #review_form_wrapper .variations_form input#submit.woocommerce-variation-price,
.single-product-page .single-product-wrapper #reviews #review_form_wrapper .variations_form .woocommerce input#submit.woocommerce-variation-price,
.woocommerce .single-product-page .single-product-wrapper .variations_form #reviews #review_form_wrapper input#submit.woocommerce-variation-price,
.single-product-page .single-product-wrapper .variations_form #reviews #review_form_wrapper .woocommerce input#submit.woocommerce-variation-price,
.woocommerce button.button.primary,
.woocommerce .single-product-page .single-product-wrapper button.primary.single_add_to_cart_button,
.single-product-page .single-product-wrapper .woocommerce button.primary.single_add_to_cart_button,
.woocommerce .single-product-page .single-product-wrapper .variations_form button.woocommerce-variation-price,
.single-product-page .single-product-wrapper .variations_form .woocommerce button.woocommerce-variation-price,
.woocommerce button.button.alt.primary,
.woocommerce .single-product-page .single-product-wrapper button.alt.primary.single_add_to_cart_button,
.single-product-page .single-product-wrapper .woocommerce button.alt.primary.single_add_to_cart_button,
.woocommerce .single-product-page .single-product-wrapper .variations_form button.alt.woocommerce-variation-price,
.single-product-page .single-product-wrapper .variations_form .woocommerce button.alt.woocommerce-variation-price {
  background: #FF8900;
  color: #000;
}

.button.primary:hover, .single-product-page .single-product-wrapper a.primary.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper button.primary.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.primary#submit:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .variations_form input#submit.woocommerce-variation-price:hover, .single-product-page .single-product-wrapper .variations_form #reviews #review_form_wrapper input#submit.woocommerce-variation-price:hover, .button.primary:focus, .single-product-page .single-product-wrapper a.primary.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper button.primary.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.primary#submit:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .variations_form input#submit.woocommerce-variation-price:focus, .single-product-page .single-product-wrapper .variations_form #reviews #review_form_wrapper input#submit.woocommerce-variation-price:focus, .button.primary:active, .single-product-page .single-product-wrapper a.primary.single_add_to_cart_button:active, .single-product-page .single-product-wrapper button.primary.single_add_to_cart_button:active, .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price:active, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.primary#submit:active, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .variations_form input#submit.woocommerce-variation-price:active, .single-product-page .single-product-wrapper .variations_form #reviews #review_form_wrapper input#submit.woocommerce-variation-price:active,
.woocommerce a.button.primary:hover,
.woocommerce .single-product-page .single-product-wrapper a.primary.single_add_to_cart_button:hover,
.single-product-page .single-product-wrapper .woocommerce a.primary.single_add_to_cart_button:hover,
.woocommerce .single-product-page .single-product-wrapper .variations_form a.woocommerce-variation-price:hover,
.single-product-page .single-product-wrapper .variations_form .woocommerce a.woocommerce-variation-price:hover,
.woocommerce a.button.primary:focus,
.woocommerce .single-product-page .single-product-wrapper a.primary.single_add_to_cart_button:focus,
.single-product-page .single-product-wrapper .woocommerce a.primary.single_add_to_cart_button:focus,
.woocommerce .single-product-page .single-product-wrapper .variations_form a.woocommerce-variation-price:focus,
.single-product-page .single-product-wrapper .variations_form .woocommerce a.woocommerce-variation-price:focus,
.woocommerce a.button.primary:active,
.woocommerce .single-product-page .single-product-wrapper a.primary.single_add_to_cart_button:active,
.single-product-page .single-product-wrapper .woocommerce a.primary.single_add_to_cart_button:active,
.woocommerce .single-product-page .single-product-wrapper .variations_form a.woocommerce-variation-price:active,
.single-product-page .single-product-wrapper .variations_form .woocommerce a.woocommerce-variation-price:active,
.woocommerce input.button.primary:hover,
.woocommerce .single-product-page .single-product-wrapper .variations_form input.woocommerce-variation-price:hover,
.single-product-page .single-product-wrapper .variations_form .woocommerce input.woocommerce-variation-price:hover,
.woocommerce .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.primary#submit:hover,
.single-product-page .single-product-wrapper #reviews #review_form_wrapper .woocommerce input.primary#submit:hover,
.woocommerce .single-product-page .single-product-wrapper #reviews #review_form_wrapper .variations_form input#submit.woocommerce-variation-price:hover,
.single-product-page .single-product-wrapper #reviews #review_form_wrapper .variations_form .woocommerce input#submit.woocommerce-variation-price:hover,
.woocommerce .single-product-page .single-product-wrapper .variations_form #reviews #review_form_wrapper input#submit.woocommerce-variation-price:hover,
.single-product-page .single-product-wrapper .variations_form #reviews #review_form_wrapper .woocommerce input#submit.woocommerce-variation-price:hover,
.woocommerce input.button.primary:focus,
.woocommerce .single-product-page .single-product-wrapper .variations_form input.woocommerce-variation-price:focus,
.single-product-page .single-product-wrapper .variations_form .woocommerce input.woocommerce-variation-price:focus,
.woocommerce .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.primary#submit:focus,
.single-product-page .single-product-wrapper #reviews #review_form_wrapper .woocommerce input.primary#submit:focus,
.woocommerce .single-product-page .single-product-wrapper #reviews #review_form_wrapper .variations_form input#submit.woocommerce-variation-price:focus,
.single-product-page .single-product-wrapper #reviews #review_form_wrapper .variations_form .woocommerce input#submit.woocommerce-variation-price:focus,
.woocommerce .single-product-page .single-product-wrapper .variations_form #reviews #review_form_wrapper input#submit.woocommerce-variation-price:focus,
.single-product-page .single-product-wrapper .variations_form #reviews #review_form_wrapper .woocommerce input#submit.woocommerce-variation-price:focus,
.woocommerce input.button.primary:active,
.woocommerce .single-product-page .single-product-wrapper .variations_form input.woocommerce-variation-price:active,
.single-product-page .single-product-wrapper .variations_form .woocommerce input.woocommerce-variation-price:active,
.woocommerce .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.primary#submit:active,
.single-product-page .single-product-wrapper #reviews #review_form_wrapper .woocommerce input.primary#submit:active,
.woocommerce .single-product-page .single-product-wrapper #reviews #review_form_wrapper .variations_form input#submit.woocommerce-variation-price:active,
.single-product-page .single-product-wrapper #reviews #review_form_wrapper .variations_form .woocommerce input#submit.woocommerce-variation-price:active,
.woocommerce .single-product-page .single-product-wrapper .variations_form #reviews #review_form_wrapper input#submit.woocommerce-variation-price:active,
.single-product-page .single-product-wrapper .variations_form #reviews #review_form_wrapper .woocommerce input#submit.woocommerce-variation-price:active,
.woocommerce button.button.primary:hover,
.woocommerce .single-product-page .single-product-wrapper button.primary.single_add_to_cart_button:hover,
.single-product-page .single-product-wrapper .woocommerce button.primary.single_add_to_cart_button:hover,
.woocommerce .single-product-page .single-product-wrapper .variations_form button.woocommerce-variation-price:hover,
.single-product-page .single-product-wrapper .variations_form .woocommerce button.woocommerce-variation-price:hover,
.woocommerce button.button.primary:focus,
.woocommerce .single-product-page .single-product-wrapper button.primary.single_add_to_cart_button:focus,
.single-product-page .single-product-wrapper .woocommerce button.primary.single_add_to_cart_button:focus,
.woocommerce .single-product-page .single-product-wrapper .variations_form button.woocommerce-variation-price:focus,
.single-product-page .single-product-wrapper .variations_form .woocommerce button.woocommerce-variation-price:focus,
.woocommerce button.button.primary:active,
.woocommerce .single-product-page .single-product-wrapper button.primary.single_add_to_cart_button:active,
.single-product-page .single-product-wrapper .woocommerce button.primary.single_add_to_cart_button:active,
.woocommerce .single-product-page .single-product-wrapper .variations_form button.woocommerce-variation-price:active,
.single-product-page .single-product-wrapper .variations_form .woocommerce button.woocommerce-variation-price:active,
.woocommerce button.button.alt.primary:hover,
.woocommerce .single-product-page .single-product-wrapper button.alt.primary.single_add_to_cart_button:hover,
.single-product-page .single-product-wrapper .woocommerce button.alt.primary.single_add_to_cart_button:hover,
.woocommerce .single-product-page .single-product-wrapper .variations_form button.alt.woocommerce-variation-price:hover,
.single-product-page .single-product-wrapper .variations_form .woocommerce button.alt.woocommerce-variation-price:hover,
.woocommerce button.button.alt.primary:focus,
.woocommerce .single-product-page .single-product-wrapper button.alt.primary.single_add_to_cart_button:focus,
.single-product-page .single-product-wrapper .woocommerce button.alt.primary.single_add_to_cart_button:focus,
.woocommerce .single-product-page .single-product-wrapper .variations_form button.alt.woocommerce-variation-price:focus,
.single-product-page .single-product-wrapper .variations_form .woocommerce button.alt.woocommerce-variation-price:focus,
.woocommerce button.button.alt.primary:active,
.woocommerce .single-product-page .single-product-wrapper button.alt.primary.single_add_to_cart_button:active,
.single-product-page .single-product-wrapper .woocommerce button.alt.primary.single_add_to_cart_button:active,
.woocommerce .single-product-page .single-product-wrapper .variations_form button.alt.woocommerce-variation-price:active,
.single-product-page .single-product-wrapper .variations_form .woocommerce button.alt.woocommerce-variation-price:active {
  background: #ea7f00;
  color: #000;
}

.button.with-arrow, .single-product-page .single-product-wrapper a.with-arrow.single_add_to_cart_button, .single-product-page .single-product-wrapper button.with-arrow.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .with-arrow.woocommerce-variation-price, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.with-arrow#submit,
.woocommerce a.button.with-arrow,
.woocommerce .single-product-page .single-product-wrapper a.with-arrow.single_add_to_cart_button,
.single-product-page .single-product-wrapper .woocommerce a.with-arrow.single_add_to_cart_button,
.woocommerce .single-product-page .single-product-wrapper .variations_form a.with-arrow.woocommerce-variation-price,
.single-product-page .single-product-wrapper .variations_form .woocommerce a.with-arrow.woocommerce-variation-price,
.woocommerce input.button.with-arrow,
.woocommerce .single-product-page .single-product-wrapper .variations_form input.with-arrow.woocommerce-variation-price,
.single-product-page .single-product-wrapper .variations_form .woocommerce input.with-arrow.woocommerce-variation-price,
.woocommerce .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.with-arrow#submit,
.single-product-page .single-product-wrapper #reviews #review_form_wrapper .woocommerce input.with-arrow#submit,
.woocommerce button.button.with-arrow,
.woocommerce .single-product-page .single-product-wrapper button.with-arrow.single_add_to_cart_button,
.single-product-page .single-product-wrapper .woocommerce button.with-arrow.single_add_to_cart_button,
.woocommerce .single-product-page .single-product-wrapper .variations_form button.with-arrow.woocommerce-variation-price,
.single-product-page .single-product-wrapper .variations_form .woocommerce button.with-arrow.woocommerce-variation-price,
.woocommerce button.button.alt.with-arrow,
.woocommerce .single-product-page .single-product-wrapper button.alt.with-arrow.single_add_to_cart_button,
.single-product-page .single-product-wrapper .woocommerce button.alt.with-arrow.single_add_to_cart_button,
.woocommerce .single-product-page .single-product-wrapper .variations_form button.alt.with-arrow.woocommerce-variation-price,
.single-product-page .single-product-wrapper .variations_form .woocommerce button.alt.with-arrow.woocommerce-variation-price {
  position: relative;
  padding-right: 30px;
}

.button.with-arrow:after, .single-product-page .single-product-wrapper a.with-arrow.single_add_to_cart_button:after, .single-product-page .single-product-wrapper button.with-arrow.single_add_to_cart_button:after, .single-product-page .single-product-wrapper .variations_form .with-arrow.woocommerce-variation-price:after, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.with-arrow#submit:after,
.woocommerce a.button.with-arrow:after,
.woocommerce .single-product-page .single-product-wrapper a.with-arrow.single_add_to_cart_button:after,
.single-product-page .single-product-wrapper .woocommerce a.with-arrow.single_add_to_cart_button:after,
.woocommerce .single-product-page .single-product-wrapper .variations_form a.with-arrow.woocommerce-variation-price:after,
.single-product-page .single-product-wrapper .variations_form .woocommerce a.with-arrow.woocommerce-variation-price:after,
.woocommerce input.button.with-arrow:after,
.woocommerce .single-product-page .single-product-wrapper .variations_form input.with-arrow.woocommerce-variation-price:after,
.single-product-page .single-product-wrapper .variations_form .woocommerce input.with-arrow.woocommerce-variation-price:after,
.woocommerce .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.with-arrow#submit:after,
.single-product-page .single-product-wrapper #reviews #review_form_wrapper .woocommerce input.with-arrow#submit:after,
.woocommerce button.button.with-arrow:after,
.woocommerce .single-product-page .single-product-wrapper button.with-arrow.single_add_to_cart_button:after,
.single-product-page .single-product-wrapper .woocommerce button.with-arrow.single_add_to_cart_button:after,
.woocommerce .single-product-page .single-product-wrapper .variations_form button.with-arrow.woocommerce-variation-price:after,
.single-product-page .single-product-wrapper .variations_form .woocommerce button.with-arrow.woocommerce-variation-price:after,
.woocommerce button.button.alt.with-arrow:after,
.woocommerce .single-product-page .single-product-wrapper button.alt.with-arrow.single_add_to_cart_button:after,
.single-product-page .single-product-wrapper .woocommerce button.alt.with-arrow.single_add_to_cart_button:after,
.woocommerce .single-product-page .single-product-wrapper .variations_form button.alt.with-arrow.woocommerce-variation-price:after,
.single-product-page .single-product-wrapper .variations_form .woocommerce button.alt.with-arrow.woocommerce-variation-price:after {
  content: "\F105";
  font-family: 'FontAwesome';
  right: 15px;
  position: absolute;
  top: 0.85em;
}

span.button, .single-product-page .single-product-wrapper .variations_form span.woocommerce-variation-price {
  cursor: auto;
}

.button[disabled], .single-product-page .single-product-wrapper a.single_add_to_cart_button[disabled], .single-product-page .single-product-wrapper button.single_add_to_cart_button[disabled], .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price[disabled], .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit[disabled],
.woocommerce a.button[disabled],
.woocommerce .single-product-page .single-product-wrapper a.single_add_to_cart_button[disabled],
.single-product-page .single-product-wrapper .woocommerce a.single_add_to_cart_button[disabled],
.woocommerce .single-product-page .single-product-wrapper .variations_form a.woocommerce-variation-price[disabled],
.single-product-page .single-product-wrapper .variations_form .woocommerce a.woocommerce-variation-price[disabled],
.woocommerce input.button[disabled],
.woocommerce .single-product-page .single-product-wrapper .variations_form input.woocommerce-variation-price[disabled],
.single-product-page .single-product-wrapper .variations_form .woocommerce input.woocommerce-variation-price[disabled],
.woocommerce .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit[disabled],
.single-product-page .single-product-wrapper #reviews #review_form_wrapper .woocommerce input#submit[disabled],
.woocommerce button.button[disabled],
.woocommerce .single-product-page .single-product-wrapper button.single_add_to_cart_button[disabled],
.single-product-page .single-product-wrapper .woocommerce button.single_add_to_cart_button[disabled],
.woocommerce .single-product-page .single-product-wrapper .variations_form button.woocommerce-variation-price[disabled],
.single-product-page .single-product-wrapper .variations_form .woocommerce button.woocommerce-variation-price[disabled],
.woocommerce button.button.alt[disabled],
.woocommerce .single-product-page .single-product-wrapper button.alt.single_add_to_cart_button[disabled],
.single-product-page .single-product-wrapper .woocommerce button.alt.single_add_to_cart_button[disabled],
.woocommerce .single-product-page .single-product-wrapper .variations_form button.alt.woocommerce-variation-price[disabled],
.single-product-page .single-product-wrapper .variations_form .woocommerce button.alt.woocommerce-variation-price[disabled], .button.disabled, .single-product-page .single-product-wrapper a.disabled.single_add_to_cart_button, .single-product-page .single-product-wrapper button.disabled.single_add_to_cart_button, .single-product-page .single-product-wrapper .variations_form .disabled.woocommerce-variation-price, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.disabled#submit,
.woocommerce a.button.disabled,
.woocommerce .single-product-page .single-product-wrapper a.disabled.single_add_to_cart_button,
.single-product-page .single-product-wrapper .woocommerce a.disabled.single_add_to_cart_button,
.woocommerce .single-product-page .single-product-wrapper .variations_form a.disabled.woocommerce-variation-price,
.single-product-page .single-product-wrapper .variations_form .woocommerce a.disabled.woocommerce-variation-price,
.woocommerce input.button.disabled,
.woocommerce .single-product-page .single-product-wrapper .variations_form input.disabled.woocommerce-variation-price,
.single-product-page .single-product-wrapper .variations_form .woocommerce input.disabled.woocommerce-variation-price,
.woocommerce .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.disabled#submit,
.single-product-page .single-product-wrapper #reviews #review_form_wrapper .woocommerce input.disabled#submit,
.woocommerce button.button.disabled,
.woocommerce .single-product-page .single-product-wrapper button.disabled.single_add_to_cart_button,
.single-product-page .single-product-wrapper .woocommerce button.disabled.single_add_to_cart_button,
.woocommerce .single-product-page .single-product-wrapper .variations_form button.disabled.woocommerce-variation-price,
.single-product-page .single-product-wrapper .variations_form .woocommerce button.disabled.woocommerce-variation-price,
.woocommerce button.button.alt.disabled,
.woocommerce .single-product-page .single-product-wrapper button.alt.disabled.single_add_to_cart_button,
.single-product-page .single-product-wrapper .woocommerce button.alt.disabled.single_add_to_cart_button,
.woocommerce .single-product-page .single-product-wrapper .variations_form button.alt.disabled.woocommerce-variation-price,
.single-product-page .single-product-wrapper .variations_form .woocommerce button.alt.disabled.woocommerce-variation-price {
  background: #023265;
  opacity: .5;
}

.button[disabled]:hover, .single-product-page .single-product-wrapper a.single_add_to_cart_button[disabled]:hover, .single-product-page .single-product-wrapper button.single_add_to_cart_button[disabled]:hover, .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price[disabled]:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit[disabled]:hover, .button[disabled]:focus, .single-product-page .single-product-wrapper a.single_add_to_cart_button[disabled]:focus, .single-product-page .single-product-wrapper button.single_add_to_cart_button[disabled]:focus, .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price[disabled]:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit[disabled]:focus, .button[disabled]:active, .single-product-page .single-product-wrapper a.single_add_to_cart_button[disabled]:active, .single-product-page .single-product-wrapper button.single_add_to_cart_button[disabled]:active, .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price[disabled]:active, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit[disabled]:active,
.woocommerce a.button[disabled]:hover,
.woocommerce .single-product-page .single-product-wrapper a.single_add_to_cart_button[disabled]:hover,
.single-product-page .single-product-wrapper .woocommerce a.single_add_to_cart_button[disabled]:hover,
.woocommerce .single-product-page .single-product-wrapper .variations_form a.woocommerce-variation-price[disabled]:hover,
.single-product-page .single-product-wrapper .variations_form .woocommerce a.woocommerce-variation-price[disabled]:hover,
.woocommerce a.button[disabled]:focus,
.woocommerce .single-product-page .single-product-wrapper a.single_add_to_cart_button[disabled]:focus,
.single-product-page .single-product-wrapper .woocommerce a.single_add_to_cart_button[disabled]:focus,
.woocommerce .single-product-page .single-product-wrapper .variations_form a.woocommerce-variation-price[disabled]:focus,
.single-product-page .single-product-wrapper .variations_form .woocommerce a.woocommerce-variation-price[disabled]:focus,
.woocommerce a.button[disabled]:active,
.woocommerce .single-product-page .single-product-wrapper a.single_add_to_cart_button[disabled]:active,
.single-product-page .single-product-wrapper .woocommerce a.single_add_to_cart_button[disabled]:active,
.woocommerce .single-product-page .single-product-wrapper .variations_form a.woocommerce-variation-price[disabled]:active,
.single-product-page .single-product-wrapper .variations_form .woocommerce a.woocommerce-variation-price[disabled]:active,
.woocommerce input.button[disabled]:hover,
.woocommerce .single-product-page .single-product-wrapper .variations_form input.woocommerce-variation-price[disabled]:hover,
.single-product-page .single-product-wrapper .variations_form .woocommerce input.woocommerce-variation-price[disabled]:hover,
.woocommerce .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit[disabled]:hover,
.single-product-page .single-product-wrapper #reviews #review_form_wrapper .woocommerce input#submit[disabled]:hover,
.woocommerce input.button[disabled]:focus,
.woocommerce .single-product-page .single-product-wrapper .variations_form input.woocommerce-variation-price[disabled]:focus,
.single-product-page .single-product-wrapper .variations_form .woocommerce input.woocommerce-variation-price[disabled]:focus,
.woocommerce .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit[disabled]:focus,
.single-product-page .single-product-wrapper #reviews #review_form_wrapper .woocommerce input#submit[disabled]:focus,
.woocommerce input.button[disabled]:active,
.woocommerce .single-product-page .single-product-wrapper .variations_form input.woocommerce-variation-price[disabled]:active,
.single-product-page .single-product-wrapper .variations_form .woocommerce input.woocommerce-variation-price[disabled]:active,
.woocommerce .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit[disabled]:active,
.single-product-page .single-product-wrapper #reviews #review_form_wrapper .woocommerce input#submit[disabled]:active,
.woocommerce button.button[disabled]:hover,
.woocommerce .single-product-page .single-product-wrapper button.single_add_to_cart_button[disabled]:hover,
.single-product-page .single-product-wrapper .woocommerce button.single_add_to_cart_button[disabled]:hover,
.woocommerce .single-product-page .single-product-wrapper .variations_form button.woocommerce-variation-price[disabled]:hover,
.single-product-page .single-product-wrapper .variations_form .woocommerce button.woocommerce-variation-price[disabled]:hover,
.woocommerce button.button[disabled]:focus,
.woocommerce .single-product-page .single-product-wrapper button.single_add_to_cart_button[disabled]:focus,
.single-product-page .single-product-wrapper .woocommerce button.single_add_to_cart_button[disabled]:focus,
.woocommerce .single-product-page .single-product-wrapper .variations_form button.woocommerce-variation-price[disabled]:focus,
.single-product-page .single-product-wrapper .variations_form .woocommerce button.woocommerce-variation-price[disabled]:focus,
.woocommerce button.button[disabled]:active,
.woocommerce .single-product-page .single-product-wrapper button.single_add_to_cart_button[disabled]:active,
.single-product-page .single-product-wrapper .woocommerce button.single_add_to_cart_button[disabled]:active,
.woocommerce .single-product-page .single-product-wrapper .variations_form button.woocommerce-variation-price[disabled]:active,
.single-product-page .single-product-wrapper .variations_form .woocommerce button.woocommerce-variation-price[disabled]:active,
.woocommerce button.button.alt[disabled]:hover,
.woocommerce .single-product-page .single-product-wrapper button.alt.single_add_to_cart_button[disabled]:hover,
.single-product-page .single-product-wrapper .woocommerce button.alt.single_add_to_cart_button[disabled]:hover,
.woocommerce .single-product-page .single-product-wrapper .variations_form button.alt.woocommerce-variation-price[disabled]:hover,
.single-product-page .single-product-wrapper .variations_form .woocommerce button.alt.woocommerce-variation-price[disabled]:hover,
.woocommerce button.button.alt[disabled]:focus,
.woocommerce .single-product-page .single-product-wrapper button.alt.single_add_to_cart_button[disabled]:focus,
.single-product-page .single-product-wrapper .woocommerce button.alt.single_add_to_cart_button[disabled]:focus,
.woocommerce .single-product-page .single-product-wrapper .variations_form button.alt.woocommerce-variation-price[disabled]:focus,
.single-product-page .single-product-wrapper .variations_form .woocommerce button.alt.woocommerce-variation-price[disabled]:focus,
.woocommerce button.button.alt[disabled]:active,
.woocommerce .single-product-page .single-product-wrapper button.alt.single_add_to_cart_button[disabled]:active,
.single-product-page .single-product-wrapper .woocommerce button.alt.single_add_to_cart_button[disabled]:active,
.woocommerce .single-product-page .single-product-wrapper .variations_form button.alt.woocommerce-variation-price[disabled]:active,
.single-product-page .single-product-wrapper .variations_form .woocommerce button.alt.woocommerce-variation-price[disabled]:active, .button.disabled:hover, .single-product-page .single-product-wrapper a.disabled.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper button.disabled.single_add_to_cart_button:hover, .single-product-page .single-product-wrapper .variations_form .disabled.woocommerce-variation-price:hover, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.disabled#submit:hover, .button.disabled:focus, .single-product-page .single-product-wrapper a.disabled.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper button.disabled.single_add_to_cart_button:focus, .single-product-page .single-product-wrapper .variations_form .disabled.woocommerce-variation-price:focus, .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.disabled#submit:focus,
.button.disabled:active,
.single-product-page .single-product-wrapper a.disabled.single_add_to_cart_button:active,
.single-product-page .single-product-wrapper button.disabled.single_add_to_cart_button:active,
.single-product-page .single-product-wrapper .variations_form .disabled.woocommerce-variation-price:active,
.single-product-page .single-product-wrapper #reviews #review_form_wrapper input.disabled#submit:active,
.woocommerce a.button.disabled:hover,
.woocommerce .single-product-page .single-product-wrapper a.disabled.single_add_to_cart_button:hover,
.single-product-page .single-product-wrapper .woocommerce a.disabled.single_add_to_cart_button:hover,
.woocommerce .single-product-page .single-product-wrapper .variations_form a.disabled.woocommerce-variation-price:hover,
.single-product-page .single-product-wrapper .variations_form .woocommerce a.disabled.woocommerce-variation-price:hover,
.woocommerce a.button.disabled:focus,
.woocommerce .single-product-page .single-product-wrapper a.disabled.single_add_to_cart_button:focus,
.single-product-page .single-product-wrapper .woocommerce a.disabled.single_add_to_cart_button:focus,
.woocommerce .single-product-page .single-product-wrapper .variations_form a.disabled.woocommerce-variation-price:focus,
.single-product-page .single-product-wrapper .variations_form .woocommerce a.disabled.woocommerce-variation-price:focus,
.woocommerce a.button.disabled:active,
.woocommerce .single-product-page .single-product-wrapper a.disabled.single_add_to_cart_button:active,
.single-product-page .single-product-wrapper .woocommerce a.disabled.single_add_to_cart_button:active,
.woocommerce .single-product-page .single-product-wrapper .variations_form a.disabled.woocommerce-variation-price:active,
.single-product-page .single-product-wrapper .variations_form .woocommerce a.disabled.woocommerce-variation-price:active,
.woocommerce input.button.disabled:hover,
.woocommerce .single-product-page .single-product-wrapper .variations_form input.disabled.woocommerce-variation-price:hover,
.single-product-page .single-product-wrapper .variations_form .woocommerce input.disabled.woocommerce-variation-price:hover,
.woocommerce .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.disabled#submit:hover,
.single-product-page .single-product-wrapper #reviews #review_form_wrapper .woocommerce input.disabled#submit:hover,
.woocommerce input.button.disabled:focus,
.woocommerce .single-product-page .single-product-wrapper .variations_form input.disabled.woocommerce-variation-price:focus,
.single-product-page .single-product-wrapper .variations_form .woocommerce input.disabled.woocommerce-variation-price:focus,
.woocommerce .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.disabled#submit:focus,
.single-product-page .single-product-wrapper #reviews #review_form_wrapper .woocommerce input.disabled#submit:focus,
.woocommerce input.button.disabled:active,
.woocommerce .single-product-page .single-product-wrapper .variations_form input.disabled.woocommerce-variation-price:active,
.single-product-page .single-product-wrapper .variations_form .woocommerce input.disabled.woocommerce-variation-price:active,
.woocommerce .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.disabled#submit:active,
.single-product-page .single-product-wrapper #reviews #review_form_wrapper .woocommerce input.disabled#submit:active,
.woocommerce button.button.disabled:hover,
.woocommerce .single-product-page .single-product-wrapper button.disabled.single_add_to_cart_button:hover,
.single-product-page .single-product-wrapper .woocommerce button.disabled.single_add_to_cart_button:hover,
.woocommerce .single-product-page .single-product-wrapper .variations_form button.disabled.woocommerce-variation-price:hover,
.single-product-page .single-product-wrapper .variations_form .woocommerce button.disabled.woocommerce-variation-price:hover,
.woocommerce button.button.disabled:focus,
.woocommerce .single-product-page .single-product-wrapper button.disabled.single_add_to_cart_button:focus,
.single-product-page .single-product-wrapper .woocommerce button.disabled.single_add_to_cart_button:focus,
.woocommerce .single-product-page .single-product-wrapper .variations_form button.disabled.woocommerce-variation-price:focus,
.single-product-page .single-product-wrapper .variations_form .woocommerce button.disabled.woocommerce-variation-price:focus,
.woocommerce button.button.disabled:active,
.woocommerce .single-product-page .single-product-wrapper button.disabled.single_add_to_cart_button:active,
.single-product-page .single-product-wrapper .woocommerce button.disabled.single_add_to_cart_button:active,
.woocommerce .single-product-page .single-product-wrapper .variations_form button.disabled.woocommerce-variation-price:active,
.single-product-page .single-product-wrapper .variations_form .woocommerce button.disabled.woocommerce-variation-price:active,
.woocommerce button.button.alt.disabled:hover,
.woocommerce .single-product-page .single-product-wrapper button.alt.disabled.single_add_to_cart_button:hover,
.single-product-page .single-product-wrapper .woocommerce button.alt.disabled.single_add_to_cart_button:hover,
.woocommerce .single-product-page .single-product-wrapper .variations_form button.alt.disabled.woocommerce-variation-price:hover,
.single-product-page .single-product-wrapper .variations_form .woocommerce button.alt.disabled.woocommerce-variation-price:hover,
.woocommerce button.button.alt.disabled:focus,
.woocommerce .single-product-page .single-product-wrapper button.alt.disabled.single_add_to_cart_button:focus,
.single-product-page .single-product-wrapper .woocommerce button.alt.disabled.single_add_to_cart_button:focus,
.woocommerce .single-product-page .single-product-wrapper .variations_form button.alt.disabled.woocommerce-variation-price:focus,
.single-product-page .single-product-wrapper .variations_form .woocommerce button.alt.disabled.woocommerce-variation-price:focus,
.woocommerce button.button.alt.disabled:active,
.woocommerce .single-product-page .single-product-wrapper button.alt.disabled.single_add_to_cart_button:active,
.single-product-page .single-product-wrapper .woocommerce button.alt.disabled.single_add_to_cart_button:active,
.woocommerce .single-product-page .single-product-wrapper .variations_form button.alt.disabled.woocommerce-variation-price:active,
.single-product-page .single-product-wrapper .variations_form .woocommerce button.alt.disabled.woocommerce-variation-price:active {
  background: #023265;
  opacity: .5;
}

.pagination, .pagination nav.woocommerce-pagination {
  text-align: center;
}

.pagination .page-numbers, .pagination nav.woocommerce-pagination .page-numbers {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border: none;
  margin: 1px;
}

.pagination .page-numbers li, .pagination nav.woocommerce-pagination .page-numbers li {
  border: none;
  padding: 0;
  display: inline;
  overflow: hidden;
  margin-left: 3px;
  margin-right: 3px;
}

.pagination .page-numbers li .page-numbers, .pagination nav.woocommerce-pagination .page-numbers li .page-numbers {
  background: #023265;
  color: #fff;
  padding: 15px 20px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.pagination .page-numbers li .page-numbers.current, .pagination .page-numbers li .page-numbers:hover, .pagination .page-numbers li .page-numbers:focus, .pagination .page-numbers li .page-numbers:active, .pagination nav.woocommerce-pagination .page-numbers li .page-numbers.current, .pagination nav.woocommerce-pagination .page-numbers li .page-numbers:hover, .pagination nav.woocommerce-pagination .page-numbers li .page-numbers:focus, .pagination nav.woocommerce-pagination .page-numbers li .page-numbers:active {
  background: #ea7f00;
  color: #000;
}

.field-group .field-label {
  height: 2.8125rem;
  text-align: center;
  background: #023265;
  color: #fff;
  border: 1px solid #dddddd;
  font-size: 100%;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.85em 1em;
  padding-right: none;
  font-weight: 500;
  border-radius: 0px;
  left: auto;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  font-size: 16px;
  line-height: 18px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  display: block;
  float: left;
  width: 40%;
}

.field-group .field-wrapper {
  border: 1px solid #dddddd;
  border-left: none;
  display: block;
  float: left;
  width: 60%;
  margin: 0 0 8px 0;
}

.field-group .field-wrapper::before, .field-group .field-wrapper::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.field-group .field-wrapper::after {
  clear: both;
}

.field-group .field-wrapper .ui-spinner {
  width: 100%;
}

.field-group .field-wrapper .ui-spinner .ui-spinner-input {
  width: 100%;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  border: 1px solid #dddddd;
  height: 2.6875rem;
  line-height: 2.8125rem;
  color: #2f2929;
  font-weight: bold;
  font-size: 1.1875rem;
}

[type="text"]:disabled,
[type="password"]:disabled,
[type="date"]:disabled,
[type="datetime"]:disabled,
[type="datetime-local"]:disabled,
[type="month"]:disabled,
[type="week"]:disabled,
[type="email"]:disabled,
[type="number"]:disabled,
[type="search"]:disabled,
[type="tel"]:disabled,
[type="time"]:disabled,
[type="url"]:disabled,
[type="color"]:disabled,
textarea:disabled {
  background: #f8f8f8;
  color: #8f8c8c;
}

.chosen-container-single {
  width: 100% !important;
}

.chosen-container-single .chosen-single {
  height: 2.6875rem;
  line-height: 2.8125rem;
  border-radius: 0px;
  background: #fff !important;
  border: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #2f2929;
  font-weight: bold;
  font-size: 1.1875rem;
  padding-left: 1.875rem;
  padding-right: 0.9375rem;
}

@media screen and (max-width: 64.06125em) {
  .chosen-container-single .chosen-single {
    padding-left: 1.5625rem;
  }
}

.chosen-container-single .chosen-single div {
  width: 2.8125rem;
}

.chosen-container-single .chosen-single div b {
  background: none;
}

.chosen-container-single .chosen-single div b::after {
  content: "\E906";
  font-family: 'eiker';
}

.chosen-container-single .chosen-drop {
  width: calc(100% + 2px);
  left: -1px;
  border: 1px solid #dddddd;
  border-top: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  z-index: 9999999;
}

.chosen-container-single .chosen-drop .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-single .chosen-drop .chosen-results li {
  color: #2f2929;
  font-weight: bold;
  font-size: 1.1875rem;
  line-height: 1.875rem;
  padding-left: 1rem;
}

.chosen-container-single .chosen-drop .chosen-results li.highlighted {
  background: #FF8900;
  color: #000;
}

.chosen-container-single.chosen-container-active .chosen-single div b::after {
  content: "\E907";
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 0;
}

.ui-spinner, .woocommerce .ui-spinner {
  width: 100%;
  height: 2.6875rem;
  border: none;
  position: relative;
}

.ui-spinner .ui-spinner-input, .woocommerce .ui-spinner .ui-spinner-input {
  width: 100%;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  height: 2.8125rem;
  line-height: 2.8125rem;
  color: #2f2929 !important;
  font-weight: bold;
  font-size: 1.1875rem;
  text-align: left;
  padding-left: 3.125rem;
}

@media screen and (max-width: 64.06125em) {
  .ui-spinner .ui-spinner-input, .woocommerce .ui-spinner .ui-spinner-input {
    padding-left: 1.5625rem;
  }
}

.checkbox-field {
  position: relative;
  padding-left: 2.8125rem;
  font-size: 1rem;
  line-height: 1.875rem;
  margin-bottom: 0.3125rem;
  cursor: pointer;
}

.checkbox-field input {
  position: absolute;
  left: 0;
}

.checkbox-field span {
  left: 0;
  background: #fff;
  position: absolute;
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  border: 1px solid #dddddd;
}

.checkbox-field input:checked + span {
  background: #023265;
  color: white;
  text-align: center;
}

.checkbox-field input:checked + span::after {
  content: "\E90C";
  font-family: 'eiker';
}

a.checkbox-field {
  display: block;
  text-decoration: none;
}

a.checkbox-field:active span, a.checkbox-field:focus span {
  background: #023265 !important;
  color: white !important;
  text-align: center !important;
}

a.checkbox-field:active span::after, a.checkbox-field:focus span::after {
  content: "\E90C" !important;
  font-family: 'eiker' !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr, .ui-corner-bottom, .ui-corner-br {
  border-radius: 0;
}

.price {
  white-space: pre;
}

#dibs-wrapper {
  overflow: hidden;
  width: 100%;
  max-width: 1920px;
  padding-left: 3%;
  padding-right: 3%;
}

.background-white {
  background: #fff;
}

.background-lightgray {
  background: #F1F1F1;
}

.background-blue {
  background: #023265;
  color: #fff;
}

@media screen and (min-width: 75em) {
  .double-background, .background-double {
    background: -webkit-gradient(linear, left top, right top, from(white), color-stop(50%, white), color-stop(50%, white), color-stop(50%, transparent), to(transparent));
    background: linear-gradient(to right, white 0%, white 50%, white 50%, transparent 50%, transparent 100%);
  }
}

.color-white {
  color: #fff;
}

.color-black {
  color: #000;
}

@media screen and (min-width: 48em) {
  .padding-x-0 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 87.5em) {
  .xlarge-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

/**
 * Elements
 */
.header {
  position: relative;
  z-index: 10;
}

.header.with-image {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

.header.default {
  padding-bottom: 1.875rem;
  background: #023265;
}

.header .top {
  padding: 0.9375rem 0;
}

@media screen and (max-width: 64.06125em) {
  .header .mobile-search-active {
    padding: 1.25rem !important;
  }
}

@media screen and (max-width: 64.06125em) {
  .header .search-form .form {
    display: none;
  }
}

@media screen and (max-width: 64.06125em) {
  .header .search-form .form input {
    padding: 0.625rem;
  }
}

.header .search-form .icon {
  display: none;
}

@media screen and (max-width: 64.06125em) {
  .header .search-form .icon {
    display: block;
  }
}

.header-slider {
  position: relative;
  background: #023265;
}

.header-slider rs-sbg {
  opacity: 0.3 !important;
}

.header-image {
  position: relative;
  min-height: 30.625rem;
  color: #fff;
}

@media screen and (max-width: 64.06125em) {
  .header-image {
    min-height: 25rem;
  }
}

@media screen and (max-width: 48em) {
  .header-image .header-title {
    margin-top: 30px;
  }
}

@media screen and (max-width: 64em) {
  .header-image .header-title-search h2 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

@media screen and (max-width: 48em) {
  .header-image .header-title-search h2 {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}

@media screen and (max-width: 26.25em) {
  .header-image .header-title-search h2 {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
}

.header-image .row {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header-image:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 50, 101, 0.7);
}

.header-image .form {
  position: relative;
  max-width: 43.75rem;
}

.header-image .form input {
  background: none;
  border: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header-image .form input:active, .header-image .form input:focus, .header-image .form input:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header-image .form button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
}

.header-image .search-form .icon {
  display: none;
}

.tp-bullet-title {
  display: none;
}

.footer {
  padding-top: 1.875rem;
  background: #fff;
}

@media screen and (min-width: 48em) {
  .footer {
    padding-top: 9.375rem;
  }
}

@media screen and (max-width: 47.99875em) {
  .footer {
    text-align: center;
  }
}

.footer a img {
  min-width: 29px;
}

.footer p {
  font-size: 0.9375rem;
}

.footer h4 {
  margin-bottom: 0.625rem;
}

.footer .logo {
  display: block;
  margin-top: 0.625rem;
}

.footer .links {
  margin: 1.875rem 0;
}

.footer .links li {
  margin-bottom: 0.625rem;
  list-style: none;
}

.footer .links li a {
  font-size: 1.5rem;
  font-weight: 400;
  color: #000;
  text-decoration: underline;
}

.footer .links li a:hover {
  color: #023265;
}

.footer .payments-logo {
  margin-top: 3.75rem;
}

.footer .contact :not(.social-media) a {
  position: relative;
  color: #000;
}

.footer .contact :not(.social-media) a:after {
  content: " ";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #d3d8de;
}

.footer .contact :not(.social-media) a:hover {
  text-decoration: none;
}

.footer .contact .social-media a {
  margin-right: 0.625rem;
}

.footer .copyright {
  margin-top: 1.875rem;
  padding: 0.9375rem;
  border-top: 1px solid #F1F1F1;
}

@media screen and (min-width: 48em) {
  .footer .copyright {
    margin-top: 6.25rem;
  }
}

.footer .copyright p {
  display: inline;
  color: #989898;
  font-size: 1.125rem;
}

@media screen and (max-width: 47.99875em) {
  .footer .copyright p {
    margin-bottom: 0;
    display: block;
  }
}

.footer .copyright p a {
  color: #989898;
}

@media screen and (min-width: 48em) {
  .footer .copyright span {
    margin-left: 1.875rem;
  }
}

.cards {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.cards > .columns {
  margin-bottom: 1.875rem;
}

.cards .card {
  height: 100%;
  background: #fefefe;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.cards .card .row {
  height: 100%;
}

.cards .card .column-thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .cards .card .column-thumbnail {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 64.06125em) {
  .cards .card .column-thumbnail a {
    width: 100%;
  }
}

.cards .card .column-thumbnail a {
  margin-left: 0;
  margin-right: 0;
}

.cards .card .column-thumbnail img {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 47.99875em) {
  .cards .card .column-thumbnail img {
    min-height: 26px;
  }
}

.cards .card .column-content {
  padding: 1.25rem;
}

.cards .card .column-content .title {
  color: #000;
  text-decoration: none;
}

.cards .card .column-content .title h3 {
  margin: 0;
}

.cards .card .column-content .description {
  margin-top: 1.5625rem;
}

.cards .card .column-content .buttons {
  margin-top: 2.5rem;
}

.cards .card .column-content .buttons .button, .cards .card .column-content .buttons .single-product-page .single-product-wrapper a.single_add_to_cart_button, .single-product-page .single-product-wrapper .cards .card .column-content .buttons a.single_add_to_cart_button, .cards .card .column-content .buttons .single-product-page .single-product-wrapper button.single_add_to_cart_button, .single-product-page .single-product-wrapper .cards .card .column-content .buttons button.single_add_to_cart_button, .cards .card .column-content .buttons .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price, .single-product-page .single-product-wrapper .variations_form .cards .card .column-content .buttons .woocommerce-variation-price, .cards .card .column-content .buttons .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .cards .card .column-content .buttons input#submit {
  margin-right: 8px;
}

.cards .card .column-content .buttons .button:last-child, .cards .card .column-content .buttons .single-product-page .single-product-wrapper a.single_add_to_cart_button:last-child, .single-product-page .single-product-wrapper .cards .card .column-content .buttons a.single_add_to_cart_button:last-child, .cards .card .column-content .buttons .single-product-page .single-product-wrapper button.single_add_to_cart_button:last-child, .single-product-page .single-product-wrapper .cards .card .column-content .buttons button.single_add_to_cart_button:last-child, .cards .card .column-content .buttons .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price:last-child, .single-product-page .single-product-wrapper .variations_form .cards .card .column-content .buttons .woocommerce-variation-price:last-child, .cards .card .column-content .buttons .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit:last-child, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .cards .card .column-content .buttons input#submit:last-child {
  margin-right: 0;
}

@media screen and (max-width: 47.99875em) {
  .cards .card .column-content .title {
    text-align: center;
  }
  .cards .card .column-content .description {
    margin-top: 0.9375rem;
    padding: 0 1.25rem;
  }
  .cards .card .column-content .buttons {
    padding: 0 1.25rem;
    padding-top: 2.5rem;
    margin-top: 1.5625rem;
    border-top: 1px solid #dddddd;
  }
  .cards .card .column-content .buttons .button, .cards .card .column-content .buttons .single-product-page .single-product-wrapper a.single_add_to_cart_button, .single-product-page .single-product-wrapper .cards .card .column-content .buttons a.single_add_to_cart_button, .cards .card .column-content .buttons .single-product-page .single-product-wrapper button.single_add_to_cart_button, .single-product-page .single-product-wrapper .cards .card .column-content .buttons button.single_add_to_cart_button, .cards .card .column-content .buttons .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price, .single-product-page .single-product-wrapper .variations_form .cards .card .column-content .buttons .woocommerce-variation-price, .cards .card .column-content .buttons .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .cards .card .column-content .buttons input#submit {
    width: 100%;
  }
  .cards .card .column-content .buttons .button:last-child, .cards .card .column-content .buttons .single-product-page .single-product-wrapper a.single_add_to_cart_button:last-child, .single-product-page .single-product-wrapper .cards .card .column-content .buttons a.single_add_to_cart_button:last-child, .cards .card .column-content .buttons .single-product-page .single-product-wrapper button.single_add_to_cart_button:last-child, .single-product-page .single-product-wrapper .cards .card .column-content .buttons button.single_add_to_cart_button:last-child, .cards .card .column-content .buttons .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price:last-child, .single-product-page .single-product-wrapper .variations_form .cards .card .column-content .buttons .woocommerce-variation-price:last-child, .cards .card .column-content .buttons .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit:last-child, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .cards .card .column-content .buttons input#submit:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}

.cards .card.card-single-column .column-thumbnail img {
  min-height: 26px;
}

.cards .card.card-single-column .column-content .title {
  text-align: center;
}

.cards .card.card-single-column .column-content .description {
  margin-top: 0.9375rem;
  padding: 0 1.25rem;
}

.cards .card.card-single-column .column-content .buttons {
  display: block;
  padding: 0 1.25rem;
  padding-top: 2.5rem;
  margin-top: 1.5625rem;
  border-top: 1px solid #dddddd;
}

.cards .card.card-single-column .column-content .buttons .button, .cards .card.card-single-column .column-content .buttons .single-product-page .single-product-wrapper a.single_add_to_cart_button, .single-product-page .single-product-wrapper .cards .card.card-single-column .column-content .buttons a.single_add_to_cart_button, .cards .card.card-single-column .column-content .buttons .single-product-page .single-product-wrapper button.single_add_to_cart_button, .single-product-page .single-product-wrapper .cards .card.card-single-column .column-content .buttons button.single_add_to_cart_button, .cards .card.card-single-column .column-content .buttons .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price, .single-product-page .single-product-wrapper .variations_form .cards .card.card-single-column .column-content .buttons .woocommerce-variation-price, .cards .card.card-single-column .column-content .buttons .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .cards .card.card-single-column .column-content .buttons input#submit {
  width: 100%;
}

.cards .card.card-single-column .column-content .buttons .button:last-child, .cards .card.card-single-column .column-content .buttons .single-product-page .single-product-wrapper a.single_add_to_cart_button:last-child, .single-product-page .single-product-wrapper .cards .card.card-single-column .column-content .buttons a.single_add_to_cart_button:last-child, .cards .card.card-single-column .column-content .buttons .single-product-page .single-product-wrapper button.single_add_to_cart_button:last-child, .single-product-page .single-product-wrapper .cards .card.card-single-column .column-content .buttons button.single_add_to_cart_button:last-child, .cards .card.card-single-column .column-content .buttons .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price:last-child, .single-product-page .single-product-wrapper .variations_form .cards .card.card-single-column .column-content .buttons .woocommerce-variation-price:last-child, .cards .card.card-single-column .column-content .buttons .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit:last-child, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .cards .card.card-single-column .column-content .buttons input#submit:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.cards .card.card-product {
  padding: 15px;
}

.cards .card.card-product .column-content span.price, .cards .card.card-product .column-content a.price {
  font-weight: bold;
  font-size: 18px;
  line-height: 14px;
  color: #000;
}

.cards .card.card-product .column-content span.price .woocommerce-Price-currencySymbol, .cards .card.card-product .column-content a.price .woocommerce-Price-currencySymbol {
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
}

@media screen and (max-width: 47.99875em) {
  .cards .card.card-product {
    padding: 0;
  }
}

.cards .card.card-product.card-product--service h3 {
  font-size: 1rem;
  line-height: 1.3;
}

.cards .card.card-product.card-product--service .fee-info {
  display: none;
}

.cards .card.card-product.card-product--service .single_add_to_cart_button {
  width: 100%;
}

.cards .card.card-product.card-product--service .quantity {
  margin-bottom: 0.5rem;
}

.cards .card.card-product.card-product--service .card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.cards .card.card-single-column.card-product .column-thumbnail {
  padding-top: 20px;
}

.cards .card .test-vinner-flash, .cards .card .sale-flash {
  position: absolute;
  right: -3.75rem;
  display: block;
  background: #FF8900;
  top: 1.0625rem;
  font-weight: bold;
  font-size: 0.8125rem;
  line-height: 3rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 12.5rem;
  text-align: center;
  text-transform: uppercase;
}

.card:not(.card-product) img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header-bar {
  display: inline-block;
  color: #fff;
}

.header-bar > div {
  display: inline-block;
}

@media screen and (max-width: 64.06125em) {
  .header-bar {
    margin-top: 0.625rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header-bar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.header-bar ul li {
  list-style: none;
}

.header-bar p, .header-bar a {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}

@media screen and (min-width: 48em) {
  .header-bar a {
    margin-left: 2.1875rem;
  }
}

@media screen and (max-width: 64.06125em) {
  .header-bar a {
    margin-right: 0.625rem;
  }
}

.header-bar a:hover {
  color: #FF8900;
  text-decoration: none;
}

.header-bar .current-menu-item > a {
  color: #FF8900;
  text-decoration: none;
}

.header-bar .header-phone {
  position: relative;
  padding-left: 1.875rem;
}

.header-bar .header-phone .icon {
  position: absolute;
  margin-right: 0.625rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-bar .sub-menu {
  display: none;
}

.main-bar {
  position: relative;
  padding: 1.25rem 1.5625rem 1.25rem 2.5rem;
}

@media screen and (min-width: 64.0625em) {
  .main-bar {
    background: #fff;
    border-radius: 43px;
  }
}

@media screen and (max-width: 96.875em) {
  .main-bar {
    margin: 0 0.3125rem;
  }
}

@media screen and (max-width: 64.06125em) {
  .main-bar {
    padding: 0.9375rem 1.625rem;
  }
}

.main-bar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

@media screen and (max-width: 64.06125em) {
  .main-bar ul {
    position: absolute;
    display: block;
    width: 100%;
    top: 110px;
    left: 0;
    padding: 0;
    background: #fff;
    border-radius: 43px;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .main-bar ul li {
    padding: 0 1.875rem;
    opacity: 0;
  }
  .main-bar ul.active {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .main-bar ul.active li {
    opacity: 1;
  }
}

.main-bar ul li {
  position: relative;
  list-style: none;
}

@media screen and (min-width: 64.0625em) {
  .main-bar ul li {
    margin-right: 2.1875rem;
  }
}

@media screen and (max-width: 100em) {
  .main-bar ul li {
    margin-right: 1.5625rem;
  }
}

@media screen and (max-width: 87.5em) {
  .main-bar ul li {
    margin-right: 0.9375rem;
  }
}

@media screen and (max-width: 75em) {
  .main-bar ul li {
    margin-right: 0.625rem;
  }
}

.main-bar ul li a {
  font-size: 1.25rem;
}

.main-bar ul li a:hover {
  color: #FF8900;
  text-decoration: none;
}

@media screen and (max-width: 81.25em) {
  .main-bar ul li a {
    font-size: 1.125rem;
  }
}

.main-bar ul li.current-menu-item > a {
  color: #FF8900;
  text-decoration: none;
}

@media screen and (max-width: 64.06125em) {
  .main-bar ul li:first-child {
    margin-top: 3.125rem;
  }
}

@media screen and (max-width: 64.06125em) {
  .main-bar ul li:last-child {
    margin-bottom: 3.125rem;
  }
}

.main-bar ul li:hover .sub-menu {
  display: block;
}

.main-bar ul li .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding-bottom: 0.625rem;
}

.main-bar ul li .sub-menu li {
  width: 100%;
  display: block;
  float: none;
  padding: 0.3125rem 1.875rem;
}

@media screen and (max-width: 64.06125em) {
  .main-bar ul li .sub-menu {
    position: relative;
    top: 0;
  }
  .main-bar ul li .sub-menu li {
    margin: 0 0.625rem;
    padding: 0;
  }
}

@media screen and (max-width: 64.06125em) {
  .main-bar ul li {
    border-bottom: 1px solid #F1F1F1;
  }
}

.main-bar ul .sub-menu li {
  margin-top: 0;
  padding: 0 2.5rem;
  border-bottom: 0;
}

.main-bar ul .caret {
  position: absolute;
  top: 2px;
  right: 15px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-bar ul .caret:before {
  content: "\F078";
  font-family: "FontAwesome";
}

.main-bar ul .caret.active {
  top: 4px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 64.0625em) {
  .main-bar ul .caret {
    display: none;
  }
}

@media screen and (max-width: 64.06125em) {
  .main-bar #primary-menu {
    max-height: 430px;
    overflow-y: scroll;
  }
}

.main-bar .search-form {
  position: relative;
}

.main-bar .search-form input {
  padding: 0.625rem 3.4375rem 0.625rem 1.5625rem;
  margin-bottom: 0;
  border-radius: 22px;
  font-size: 1rem;
}

.main-bar .search-form button {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2rem;
  color: #023265;
  cursor: pointer;
}

.main-bar .search-col .header-search-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main-bar .search-col .header-search-wrapper a {
  text-decoration: none;
}

.main-bar .search-col .header-search-wrapper input {
  height: 2.1875rem;
}

@media screen and (max-width: 74.99875em) {
  .main-bar .search-col .header-search-wrapper {
    width: 325px;
    float: right;
    position: relative;
    padding: 1.25rem 0.9375rem 1.25rem 0;
    background: #fff;
    border-radius: 43px;
  }
  .main-bar .search-col .header-search-wrapper.mobile-search-active {
    width: 100%;
    max-width: 90%;
  }
  .main-bar .search-col .header-search-wrapper.mobile-search-active .search-form {
    width: 100%;
    max-width: none;
  }
  .main-bar .search-col .header-search-wrapper.mobile-search-active .search-form .form {
    padding-right: 35px;
    width: 100%;
    display: block !important;
  }
  .main-bar .search-col .header-search-wrapper.mobile-search-active .search-form .form input[name="s"] {
    width: 100%;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: 1px solid #dddddd;
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-bar .search-col .header-search-wrapper.mobile-search-active .search-form .icon {
    display: none !important;
  }
}

.main-bar .icon-search {
  font-size: 2rem;
}

.cart-container {
  margin-top: 0.3125rem;
  margin-right: 2.1875rem;
  font-size: 1.5rem;
}

@media screen and (max-width: 64.06125em) {
  .cart-container {
    margin-top: 0;
    margin-right: 1.875rem;
  }
}

.cart-container a {
  position: relative;
}

.cart-container a .cart-counter {
  position: absolute;
  top: -5px;
  right: -7px;
  width: 19px;
  height: 19px;
  font-size: 0.65625rem;
  font-weight: 900;
  padding: 2px 0;
  background: #FF8900;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}

.cart-container .icon-shopping-cart {
  color: #023265;
}

.logo-fixed {
  display: none;
  float: left;
  margin-right: 3.125rem;
}

.hamburger {
  position: absolute;
  top: 50%;
  left: 30px;
  width: 25px;
  height: 24px;
  background: initial;
  border: 0;
  outline: 0;
  -webkit-transform: rotate(0deg) translateY(-50%);
          transform: rotate(0deg) translateY(-50%);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 100;
}

@media screen and (min-width: 64.0625em) {
  .hamburger {
    display: none;
  }
}

@media screen and (max-width: 47.99875em) {
  .hamburger {
    right: 10px;
  }
}

@media screen and (max-width: 26.5625em) {
  .hamburger {
    left: 15px;
  }
}

.hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 25px;
  background: #fff;
  opacity: 1;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 4px;
  left: 0px;
}

.hamburger span:nth-child(2) {
  top: 10px;
  left: 0;
}

.hamburger span:nth-child(3) {
  top: 16px;
  left: 0;
}

.hamburger.open span:nth-child(1) {
  left: 0px;
  top: 10px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.hamburger.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.navbar-fixed .header {
  -webkit-transform: none;
          transform: none;
}

.navbar-fixed .header .main-nav {
  max-width: 80%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
}

.navbar-fixed .header .search-col {
  max-width: 20%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}

@media screen and (max-width: 64em) {
  .navbar-fixed .header .main-nav {
    max-width: 10%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
  }
  .navbar-fixed .header .search-col {
    max-width: 90%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%;
  }
}

.navbar-fixed .header.default {
  margin-top: 9.375rem;
}

.navbar-fixed .header .top {
  display: none;
}

.navbar-fixed .header .main-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  border-radius: 0;
  -webkit-box-shadow: 1px 1px 5px rgba(193, 193, 193, 0.5);
          box-shadow: 1px 1px 5px rgba(193, 193, 193, 0.5);
  z-index: 999;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: fixed-navbar;
          animation-name: fixed-navbar;
  background: #fff;
}

@media screen and (min-width: 64em) {
  .navbar-fixed .header .main-bar .search-form .form {
    display: block !important;
  }
  .navbar-fixed .header .main-bar .icon {
    display: none !important;
  }
}

@media screen and (max-width: 64em) {
  .navbar-fixed .header .main-bar .search-form .form {
    display: none !important;
  }
  .navbar-fixed .header .main-bar .icon {
    display: block !important;
  }
}

.navbar-fixed .header .main-bar .hamburger span {
  background: #023265;
}

.navbar-fixed .header .main-bar .header-search-wrapper {
  padding: 0;
}

@media screen and (min-width: 64.0625em) {
  .navbar-fixed .header .main-bar .logo-fixed {
    display: inline-block;
  }
}

@media screen and (max-width: 100em) {
  .navbar-fixed .header .main-bar .logo-fixed {
    margin-right: 1.5625rem;
  }
  .navbar-fixed .header .main-bar .logo-fixed img {
    max-width: 160px;
  }
}

@media screen and (max-width: 74.99875em) {
  .navbar-fixed .header .main-bar ul li a {
    font-size: 1rem;
  }
}

.navbar-fixed .header .search-form .form {
  display: none;
}

.navbar-fixed .header .search-form .icon {
  display: block;
  padding-top: 0.3125rem;
}

.navbar-fixed .header .cart-container {
  margin-right: 0.9375rem;
}

@-webkit-keyframes fixed-navbar {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}

@keyframes fixed-navbar {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}

@media screen and (max-width: 64.06125em) {
  nav.sub-menu {
    display: none;
  }
}

nav.sub-menu ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

nav.sub-menu ul li {
  display: inline-block;
  margin-right: 72px;
  margin-left: 72px;
}

@media screen and (max-width: 89.99875em) {
  nav.sub-menu ul li {
    margin-right: 60px;
    margin-left: 60px;
  }
}

@media screen and (max-width: 74.99875em) {
  nav.sub-menu ul li {
    margin-right: 40px;
    margin-left: 40px;
  }
}

nav.sub-menu ul li a {
  font-size: 20px;
  line-height: 75px;
  font-weight: bold;
  color: #023265;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

nav.sub-menu ul li a:hover {
  color: #FF8900;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error {
  border-top-color: #FF8900;
  margin-bottom: 0;
  line-height: 2.8125rem;
  font-size: 1.125rem;
  font-weight: bold;
  background: #F1F1F1;
}

.woocommerce-message::before, .woocommerce-info::before, .woocommerce-error::before {
  display: none;
}

.woocommerce-message .inner, .woocommerce-info .inner, .woocommerce-error .inner {
  position: relative;
  padding-left: 1.5625rem;
}

.woocommerce-message .inner::before, .woocommerce-info .inner::before, .woocommerce-error .inner::before {
  font-family: 'WooCommerce';
  color: #FF8900;
  content: '\E015';
  display: inline-block;
  position: absolute;
  left: -0.625rem;
}

@media screen and (max-width: 47.99875em) {
  .woocommerce-message .inner, .woocommerce-info .inner, .woocommerce-error .inner {
    padding-bottom: 4.375rem;
  }
  .woocommerce-message .inner .button.wc-forward, .woocommerce-info .inner .button.wc-forward, .woocommerce-error .inner .button.wc-forward, .woocommerce-message .inner .single-product-page .single-product-wrapper a.wc-forward.single_add_to_cart_button, .single-product-page .single-product-wrapper .woocommerce-message .inner a.wc-forward.single_add_to_cart_button, .woocommerce-info .inner .single-product-page .single-product-wrapper a.wc-forward.single_add_to_cart_button, .single-product-page .single-product-wrapper .woocommerce-info .inner a.wc-forward.single_add_to_cart_button, .woocommerce-error .inner .single-product-page .single-product-wrapper a.wc-forward.single_add_to_cart_button, .single-product-page .single-product-wrapper .woocommerce-error .inner a.wc-forward.single_add_to_cart_button, .woocommerce-message .inner .single-product-page .single-product-wrapper button.wc-forward.single_add_to_cart_button, .single-product-page .single-product-wrapper .woocommerce-message .inner button.wc-forward.single_add_to_cart_button, .woocommerce-info .inner .single-product-page .single-product-wrapper button.wc-forward.single_add_to_cart_button, .single-product-page .single-product-wrapper .woocommerce-info .inner button.wc-forward.single_add_to_cart_button, .woocommerce-error .inner .single-product-page .single-product-wrapper button.wc-forward.single_add_to_cart_button, .single-product-page .single-product-wrapper .woocommerce-error .inner button.wc-forward.single_add_to_cart_button, .woocommerce-message .inner .single-product-page .single-product-wrapper .variations_form .wc-forward.woocommerce-variation-price, .single-product-page .single-product-wrapper .variations_form .woocommerce-message .inner .wc-forward.woocommerce-variation-price, .woocommerce-info .inner .single-product-page .single-product-wrapper .variations_form .wc-forward.woocommerce-variation-price, .single-product-page .single-product-wrapper .variations_form .woocommerce-info .inner .wc-forward.woocommerce-variation-price, .woocommerce-error .inner .single-product-page .single-product-wrapper .variations_form .wc-forward.woocommerce-variation-price, .single-product-page .single-product-wrapper .variations_form .woocommerce-error .inner .wc-forward.woocommerce-variation-price, .woocommerce-message .inner .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.wc-forward#submit, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .woocommerce-message .inner input.wc-forward#submit, .woocommerce-info .inner .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.wc-forward#submit, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .woocommerce-info .inner input.wc-forward#submit, .woocommerce-error .inner .single-product-page .single-product-wrapper #reviews #review_form_wrapper input.wc-forward#submit, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .woocommerce-error .inner input.wc-forward#submit {
    position: absolute;
    bottom: 0.625rem;
  }
}

.woocommerce-info {
  border-top-color: #FF8900;
  background: #fff;
}

.woocommerce-info .inner::before {
  color: #FF8900;
}

.woocommerce-error {
  border-top-color: #C62828;
}

.woocommerce-error .inner ul {
  padding: 0;
  margin: 0;
  line-height: 2.8125rem;
  font-size: 1.125rem;
}

.woocommerce-error .inner ul li:first-child {
  padding-top: 0;
}

.woocommerce-error .inner::before {
  color: #C62828;
}

table, .app-container table.shop_attributes {
  border: 0;
  border-collapse: separate;
  border-spacing: 0px 10px;
}

table tbody, .app-container table.shop_attributes tbody {
  border: 0;
}

table tbody tr:nth-child(2n), .app-container table.shop_attributes tbody tr:nth-child(2n) {
  background: inherit;
}

table tbody tr th, table tbody tr td, table tbody tr td, .app-container table.shop_attributes tbody tr th, .app-container table.shop_attributes tbody tr td, .app-container table.shop_attributes tbody tr td {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 1px;
  border: 1px solid #d3d8de;
  background: inherit !important;
}

@media screen and (min-width: 48em) {
  table tbody tr th, table tbody tr td, table tbody tr td, .app-container table.shop_attributes tbody tr th, .app-container table.shop_attributes tbody tr td, .app-container table.shop_attributes tbody tr td {
    padding: 0.9375rem 1.5625rem 0.9375rem 3.4375rem;
  }
}

@media screen and (max-width: 64.06125em) {
  table tbody tr th, table tbody tr td, table tbody tr td, .app-container table.shop_attributes tbody tr th, .app-container table.shop_attributes tbody tr td, .app-container table.shop_attributes tbody tr td {
    padding: 0.3125rem 0.9375rem !important;
  }
}

table tbody tr td p, .app-container table.shop_attributes tbody tr td p {
  padding: 0;
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 1px;
}

.holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 900;
}

.spinner {
  position: absolute;
  top: calc(50% - 14px);
  left: 50%;
  height: 28px;
  width: 28px;
  -webkit-animation: rotate 0.8s infinite linear;
          animation: rotate 0.8s infinite linear;
  border: 4px solid #023265;
  border-right-color: transparent;
  border-radius: 50%;
}

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

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

.newsletter .tnp-subscription .tnp-email {
  padding: 1.0625rem 1.875rem;
  background: #fff;
  border: 1px solid #d3d8de;
  -webkit-box-shadow: 0 0 1px #cacaca;
          box-shadow: 0 0 1px #cacaca;
  height: 3.625rem;
  font-size: 1.125rem;
}

.newsletter .tnp-subscription .tnp-submit {
  width: 100%;
  background: #023265;
  height: 3.625rem;
  font-size: 1.1875rem;
  letter-spacing: 0;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.newsletter .tnp-subscription .tnp-submit:hover, .newsletter .tnp-subscription .tnp-submit:active, .newsletter .tnp-subscription .tnp-submit:focus {
  background: #002850;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.newsletter .tnp-subscription .tnp-field-term > label {
  position: relative;
  padding-left: 20px;
}

.newsletter .tnp-subscription .tnp-field-term > label input[type="checkbox"] {
  position: absolute;
  top: 8px;
  left: 0px;
}

.newsletter .tnp-subscription .tnp-field-term > label label.error {
  position: relative;
  left: -20px;
}

.newsletter .tnp-subscription label.error {
  color: red;
  padding: 0px;
}

.newsletter-notice .woocommerce-message .inner > p, .newsletter-notice .woocommerce-info .inner > p, .newsletter-notice .woocommerce-error .inner > p {
  line-height: 2.5rem;
}

.newsletter-alert {
  padding: 3.125rem 0.9375rem;
}

.modal-no-vue:not(.open) .modal-overlay, .modal-no-vue:not(.open) .modal-container {
  display: none;
}

.modal-no-vue .modal-container {
  position: fixed;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 99999;
  min-width: 300px;
  margin: 25px auto;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-family: Helvetica, Arial, sans-serif;
}

.modal-container .modal-header h3 {
  margin-top: 0;
  color: #42b983;
}

.modal-container .modal-body {
  margin: 30px 0;
}

.modal-container .close-button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 15px;
}

.modal-container .close-button .fa {
  font-size: 30px;
}

.modal-default-button {
  float: right;
}

/*
* The following styles are auto-applied to elements with
* transition="modal" when their visibility is toggled
* by Vue.js.
*
* You can easily play with the modal transition by editing
* these styles.
*/
.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.clerk-slider {
  width: 100%;
  max-width: calc(1920px - 6%);
  margin: 0 auto;
}

.clerk-slider .clerk-slider-item {
  border-radius: 0;
  margin: 30px 15px;
  padding: 15px 15px 50px;
  background: #fefefe;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.clerk-slider .clerk-slider-item .clerk-design-component-xhorXgc1 {
  height: 300px;
  margin-top: 20px;
}

.clerk-slider .clerk-slider-item .clerk-design-product-name {
  font-size: 1.375rem;
  font-family: "Lato";
  line-height: 2rem;
  font-weight: 900;
  margin-top: 1.25rem;
  border-bottom: 1px solid #dddddd;
}

@media screen and (max-width: 64.06125em) {
  .clerk-slider .clerk-slider-item .clerk-design-product-name {
    margin: 1.25rem 0 1.625rem;
    font-size: 1.5rem;
  }
}

.clerk-slider .clerk-slider-item .clerk-design-component-mlBDsl72 {
  min-height: 45px;
  margin: 0 0 8px 0;
}

.clerk-slider .clerk-slider-item .clerk-design-component-mlBDsl72 .clerk-design-product-price {
  background: #FF8900;
  font-size: 1.0625rem;
  font-family: "Lato";
  line-height: 0.875rem;
  font-weight: 700;
  padding: 15px 18px;
}

.clerk-slider .clerk-slider-item .clerk-design-component-mlBDsl72 .clerk-design-product-price:hover {
  background: #ea7f00;
}

.clerk-slider .clerk-slider-item .clerk-design-button {
  height: 45px;
  text-align: center;
  background: #023265;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5625rem;
  border-radius: 0;
  position: relative;
}

.clerk-slider .clerk-slider-item .clerk-design-button:after {
  content: "\F105";
  font-family: 'FontAwesome';
  right: 15px;
  position: absolute;
  top: 0.6875rem;
}

.clerk-design-component-1WhyiTex .clerk-design-component-EyKe3uTA {
  margin: 2.5rem 0 -0.625rem 0;
}

.clerk-design-component-wZKuikv2 {
  display: block;
}

@media screen and (max-width: 64.06125em) {
  .clerk-design-component-wZKuikv2 {
    height: auto;
    font-size: 1rem;
  }
}

@media screen and (max-width: 64.06125em) {
  .clerk-design-component-3mf5mVDW {
    font-size: 0;
    padding: 0.625rem;
  }
  .clerk-design-component-3mf5mVDW::after {
    font-family: 'eiker' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    content: "\E902";
    font-size: 1.25rem;
  }
}

.clerk-design-component-3mf5mVDW:hover {
  color: #fff;
}

.clerk-design-component-tfmkP9jd {
  margin-right: 0;
}

.clerk-range-selected-range {
  background-color: #FF8900;
}

.clerk-range {
  margin-bottom: 1.25rem;
}

.clerk-facet-group {
  border-radius: 0;
}

#clerk-search-filters {
  margin-top: 35px !important;
  margin-left: 15px;
}

.clerk-facet-name:hover:before {
  background-color: #FF8900;
  border-color: #FF8900;
}

.clerk-facet-selected .clerk-facet-name:before {
  background-color: #FF8900;
  border-color: #FF8900;
}

label.clerk-facet-show-more {
  height: 45px;
  text-align: center;
  background: #023265;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5625rem;
  border-radius: 0;
  position: relative;
  color: #fff;
}

label.clerk-facet-show-more:after {
  content: "\F105";
  font-family: 'FontAwesome';
  right: 15px;
  position: absolute;
  top: 0.6875rem;
}

#clerk-search-results {
  width: 100%;
  max-width: calc(1920px - 6%);
  margin: 0 auto;
}

#clerk-search-results .clerk-design-product .clerk-design-component-1j0z3SKx {
  border-radius: 0;
}

#clerk-search-results .clerk-design-product .clerk-design-component-Vt8Q2dND {
  min-height: 45px;
  margin-bottom: 8px;
}

#clerk-search-results .clerk-design-product .clerk-design-component-iuTz3qRb {
  font-size: 1.375rem;
  font-family: "Lato";
  line-height: 2rem;
  font-weight: 900;
  margin-top: 1.25rem;
  border-bottom: 1px solid #dddddd;
}

@media screen and (max-width: 64.06125em) {
  #clerk-search-results .clerk-design-product .clerk-design-component-iuTz3qRb {
    margin: 1.25rem 0 1.625rem;
    font-size: 1.5rem;
  }
}

#clerk-search-results .clerk-design-product .clerk-design-product-price {
  background: #FF8900;
  font-size: 1.0625rem;
  font-family: "Lato";
  line-height: 0.875rem;
  font-weight: 700;
  padding: 15px 18px;
}

#clerk-search-results .clerk-design-product .clerk-design-product-price:hover {
  background: #ea7f00;
}

#clerk-search-results .clerk-design-product .clerk-design-component-fmROGsLC {
  height: 45px;
  text-align: center;
  background: #023265;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5625rem;
  border-radius: 0;
  position: relative;
}

#clerk-search-results .clerk-design-product .clerk-design-component-fmROGsLC:after {
  content: "\F105";
  font-family: 'FontAwesome';
  right: 15px;
  position: absolute;
  top: 0.6875rem;
}

#clerk-search-results .clerk-load-more-button {
  border-radius: 0;
  max-width: calc(100% - 30px);
  background: #FF8900;
  font-size: 1.0625rem;
  font-family: "Lato";
  line-height: 0.875rem;
  font-weight: 700;
  padding: 15px 18px;
}

#clerk-search-results .clerk-load-more-button:hover {
  background: #ea7f00;
}

.page-content .woocommerce .woocommerce-checkout.dhp-exp {
  width: 100%;
  max-width: 1920px;
  padding-left: 3%;
  padding-right: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media only screen and (max-width: 768px) {
  .page-content .woocommerce .woocommerce-checkout.dhp-exp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-content .woocommerce .woocommerce-checkout.dhp-exp #dhp-wrapper .col-1 {
  float: none;
  width: 95%;
}

.page-content .woocommerce .woocommerce-checkout.dhp-exp #dhp-wrapper #dhp-embed {
  width: 96%;
}

@media only screen and (max-width: 768px) {
  .page-content .woocommerce .woocommerce-checkout.dhp-exp #dhp-wrapper .col-1 {
    float: none;
    width: 100%;
  }
}

.page-content .woocommerce .woocommerce-checkout.dhp-exp #dhp-wrapper.embexp {
  width: 50%;
  float: left;
  display: inline-block;
  margin: 0;
  border: none;
}

@media only screen and (max-width: 768px) {
  .page-content .woocommerce .woocommerce-checkout.dhp-exp #dhp-wrapper.embexp {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.page-content .woocommerce .woocommerce-checkout.dhp-exp #order_review {
  width: 50%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media only screen and (max-width: 768px) {
  .page-content .woocommerce .woocommerce-checkout.dhp-exp #order_review {
    width: 100%;
  }
}

.dhp-checkout-tab > div {
  border: 1px solid #023265;
  margin: 0 5px;
}

.dhp-checkout-tab > div.active {
  border: 2px solid #023265;
  font-weight: bold;
  color: #000;
}

.dhp_footer_logo {
  text-align: center;
  padding: 15px;
}

.dhp_footer_logo img {
  max-height: 100px;
  max-width: 100%;
  margin: auto;
  width: auto;
}

/**
* Views
*/
.single-product-page .single-product-wrapper {
  background: #fff;
  margin-bottom: 6.25rem;
  padding-top: 5.625rem;
  padding-bottom: 10.625rem;
}

.single-product-page .single-product-wrapper .columns {
  padding: 0 2.1875rem;
}

.single-product-page .single-product-wrapper .product_title {
  margin-top: 2.5rem;
}

.single-product-page .single-product-wrapper .woocommerce-product-details__short-description {
  margin-bottom: 2.5rem;
}

.single-product-page .single-product-wrapper p {
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.single-product-page .single-product-wrapper .woocommerce-product-gallery {
  position: relative;
}

.single-product-page .single-product-wrapper .woocommerce-product-gallery .flashes {
  position: absolute;
  overflow: hidden;
  min-height: 8.75rem;
  width: 100%;
}

.single-product-page .single-product-wrapper .woocommerce-product-gallery .flashes .test-vinner-flash, .single-product-page .single-product-wrapper .woocommerce-product-gallery .flashes .sale-flash {
  position: absolute;
  z-index: 9;
  right: -3.75rem;
  display: block;
  background: #FF8900;
  top: 1.0625rem;
  font-weight: bold;
  font-size: 0.8125rem;
  line-height: 3rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 12.5rem;
  text-align: center;
  text-transform: uppercase;
}

.single-product-page .single-product-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  display: block;
  right: 0;
  top: 29.5rem;
  position: absolute;
  z-index: 9999;
}

@media screen and (max-width: 74.99875em) {
  .single-product-page .single-product-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    top: 23.25rem;
  }
}

@media screen and (max-width: 64.06125em) {
  .single-product-page .single-product-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    top: 20.125rem;
  }
}

.single-product-page .single-product-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
  position: absolute;
  width: 1.75rem;
  height: 1.75rem;
  background: #d3d8de;
  text-align: center;
  content: "\E901";
  font-family: 'eiker';
  right: 0;
  top: 0;
  color: #000;
  font-size: 18px;
  line-height: 1.75rem;
  text-align: center;
}

.single-product-page .single-product-wrapper .woocommerce-product-gallery .flex-viewport {
  height: 31.25rem !important;
  margin-bottom: 1.25rem;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 74.99875em) {
  .single-product-page .single-product-wrapper .woocommerce-product-gallery .flex-viewport {
    height: 25rem !important;
  }
}

@media screen and (max-width: 64.06125em) {
  .single-product-page .single-product-wrapper .woocommerce-product-gallery .flex-viewport {
    height: 21.875rem !important;
  }
}

.single-product-page .single-product-wrapper .woocommerce-product-gallery .flex-viewport::before, .single-product-page .single-product-wrapper .woocommerce-product-gallery .flex-viewport::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.single-product-page .single-product-wrapper .woocommerce-product-gallery .flex-viewport::after {
  clear: both;
}

.single-product-page .single-product-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.single-product-page .single-product-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper::before, .single-product-page .single-product-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.single-product-page .single-product-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper::after {
  clear: both;
}

.single-product-page .single-product-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  overflow: hidden;
  height: 31.25rem;
  line-height: 31.25rem;
  text-align: center;
}

@media screen and (max-width: 74.99875em) {
  .single-product-page .single-product-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    height: 25rem !important;
    line-height: 25rem;
  }
}

@media screen and (max-width: 64.06125em) {
  .single-product-page .single-product-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    height: 21.875rem !important;
    line-height: 21.875rem;
  }
}

.single-product-page .single-product-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image::before, .single-product-page .single-product-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.single-product-page .single-product-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image::after {
  clear: both;
}

.single-product-page .single-product-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
  vertical-align: middle;
}

.single-product-page .single-product-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
  max-width: 100%;
}

.single-product-page .single-product-wrapper .woocommerce-product-gallery .flex-control-nav {
  list-style: none;
  padding: 0;
  margin: 0 -0.625rem;
}

.single-product-page .single-product-wrapper .woocommerce-product-gallery .flex-control-nav li {
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin: 0.625rem;
  padding: 0.3125rem;
  cursor: pointer;
}

.single-product-page .single-product-wrapper .woocommerce-product-gallery .flex-control-nav li:-moz-placeholder, .single-product-page .single-product-wrapper .woocommerce-product-gallery .flex-control-nav li:focus, .single-product-page .single-product-wrapper .woocommerce-product-gallery .flex-control-nav li:active {
  background: none;
  opacity: 0;
  text-decoration: none;
}

.single-product-page .single-product-wrapper .woocommerce-product-gallery .flex-direction-nav {
  list-style: none;
  height: 0;
  margin: 0;
  padding: 0;
}

.single-product-page .single-product-wrapper .woocommerce-product-gallery .flex-direction-nav a.flex-prev {
  visibility: hidden;
}

.single-product-page .single-product-wrapper .woocommerce-product-gallery .flex-direction-nav a.flex-prev::after {
  position: absolute;
  top: 13.125rem;
  left: -1.8125rem;
  display: inline-block;
  content: "\E905";
  font-family: 'eiker';
  border-radius: 50%;
  width: 3.625rem;
  height: 3.625rem;
  visibility: visible;
  text-align: center;
  line-height: 3.625rem;
  background: #d3d8de;
  background: rgba(211, 216, 222, 0.7);
  color: #023265;
  font-size: 30px;
  padding-right: 3px;
}

@media screen and (max-width: 74.99875em) {
  .single-product-page .single-product-wrapper .woocommerce-product-gallery .flex-direction-nav a.flex-prev::after {
    top: 11.25rem;
  }
}

@media screen and (max-width: 64.06125em) {
  .single-product-page .single-product-wrapper .woocommerce-product-gallery .flex-direction-nav a.flex-prev::after {
    top: 8.75rem;
  }
}

.single-product-page .single-product-wrapper .woocommerce-product-gallery .flex-direction-nav a.flex-next {
  visibility: hidden;
}

.single-product-page .single-product-wrapper .woocommerce-product-gallery .flex-direction-nav a.flex-next::after {
  position: absolute;
  top: 13.125rem;
  right: -1.8125rem;
  z-index: 9999;
  display: inline-block;
  content: "\E904";
  font-family: 'eiker';
  border-radius: 50%;
  width: 3.625rem;
  height: 3.625rem;
  visibility: visible;
  text-align: center;
  line-height: 3.625rem;
  background: #d3d8de;
  background: rgba(211, 216, 222, 0.7);
  color: #023265;
  font-size: 30px;
  padding-left: 3px;
}

@media screen and (max-width: 74.99875em) {
  .single-product-page .single-product-wrapper .woocommerce-product-gallery .flex-direction-nav a.flex-next::after {
    top: 11.25rem;
  }
}

@media screen and (max-width: 64.06125em) {
  .single-product-page .single-product-wrapper .woocommerce-product-gallery .flex-direction-nav a.flex-next::after {
    top: 8.75rem;
  }
}

.single-product-page .single-product-wrapper div.buttons {
  position: relative;
}

.single-product-page .single-product-wrapper .fee-info {
  position: absolute;
  top: 50px;
  left: 5px;
}

.single-product-page .single-product-wrapper .root-price.price {
  font-weight: bold;
  display: block;
  float: left;
  width: 40%;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 64.06125em) {
  .single-product-page .single-product-wrapper .root-price.price {
    width: 100%;
  }
}

.single-product-page .single-product-wrapper a.single_add_to_cart_button, .single-product-page .single-product-wrapper button.single_add_to_cart_button {
  display: block;
  float: left;
  width: 58%;
  margin-left: 2%;
}

@media screen and (max-width: 64.06125em) {
  .single-product-page .single-product-wrapper a.single_add_to_cart_button, .single-product-page .single-product-wrapper button.single_add_to_cart_button {
    width: 100%;
    margin-left: 0;
  }
}

.single-product-page .single-product-wrapper a.single_add_to_cart_button span, .single-product-page .single-product-wrapper button.single_add_to_cart_button span {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-product-page .single-product-wrapper .variations_form {
  padding-top: 1.25rem;
  position: relative;
}

.single-product-page .single-product-wrapper .variations_form .reset_variations {
  position: absolute;
  top: -0.625rem;
  right: 0;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.single-product-page .single-product-wrapper .variations_form .reset_variations:hover {
  color: #FF8900;
}

.single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price {
  font-weight: bold;
  display: block;
  float: left;
  width: 40%;
  text-align: center;
  position: absolute;
  z-index: 999999;
}

@media screen and (max-width: 64.06125em) {
  .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price {
    width: 100%;
  }
}

.single-product-page .single-product-wrapper .woocommerce-variation-description p {
  margin-bottom: 2.5rem;
}

.single-product-page .single-product-wrapper .quantity {
  margin-bottom: 2.5rem;
}

.single-product-page .single-product-wrapper .woocommerce-tabs {
  margin-top: 4.375rem;
}

.single-product-page .single-product-wrapper .woocommerce-tabs .tabs {
  background: none;
  border: none;
  border-bottom: 1px solid #dddddd;
}

.single-product-page .single-product-wrapper .woocommerce-tabs .tabs li {
  display: inline-block;
  margin-right: 4px;
}

@media screen and (max-width: 47.99875em) {
  .single-product-page .single-product-wrapper .woocommerce-tabs .tabs li {
    display: block;
    width: 100%;
    margin-bottom: 0.5rem;
  }
}

.single-product-page .single-product-wrapper .woocommerce-tabs .tabs li a {
  display: inline-block;
  height: 2.8125rem;
  text-align: center;
  background: #023265;
  color: #fff;
  font-size: 100%;
  line-height: 2.8125rem;
  padding: 0 1.25rem;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

@media screen and (max-width: 47.99875em) {
  .single-product-page .single-product-wrapper .woocommerce-tabs .tabs li a {
    width: 100%;
  }
}

.single-product-page .single-product-wrapper .woocommerce-tabs .tabs li a:hover, .single-product-page .single-product-wrapper .woocommerce-tabs .tabs li a:focus, .single-product-page .single-product-wrapper .woocommerce-tabs .tabs li a:active {
  background: #FF8900;
  color: #000;
}

.single-product-page .single-product-wrapper .woocommerce-tabs .tabs li.active a {
  background: #FF8900;
  color: #000;
}

.single-product-page .single-product-wrapper .woocommerce-tabs .woocommerce-Tabs-panel {
  padding: 0.625rem 0.3125rem;
}

.single-product-page .single-product-wrapper .quantity-input {
  position: relative;
}

.single-product-page .single-product-wrapper .quantity-input .fa {
  position: absolute;
  right: 5px;
  z-index: 0;
  pointer-events: none;
}

.single-product-page .single-product-wrapper .quantity-input .fa.fa-angle-up {
  top: 5px;
}

.single-product-page .single-product-wrapper .quantity-input .fa.fa-angle-down {
  bottom: 0px;
}

.single-product-page .single-product-wrapper #reviews #review_form_wrapper #rating_chosen {
  max-width: 15.625rem;
  border: 1px solid #dddddd;
  margin-bottom: 0.5rem;
}

.single-product-page .single-product-wrapper #reviews #review_form_wrapper #comment {
  border: 1px solid #dddddd;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.single-product-page .single-product-wrapper .star-rating span::before {
  color: #FF8900;
}

.single-product-page .related h2 {
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 64.0625em) {
  .single-product-page .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.single-product-page .additional-information-info {
  margin-top: 100px;
}

.single-product-page .woosb-price-ori del span {
  text-decoration: line-through;
}

.product-archive {
  padding-bottom: 3.125rem;
}

.product-archive #product-filters-form {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.product-archive #product-filters-form .filter-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
  margin-bottom: 2.1875rem;
}

@media screen and (min-width: 64.0625em) {
  .product-archive #product-filters-form .row {
    position: relative;
  }
}

.product-archive #product-filters-form > .row {
  margin-bottom: 15px;
}

.product-archive #product-filters-form .modal-container {
  position: absolute;
  top: 42px;
  left: 15px;
  -webkit-transform: none;
          transform: none;
  width: 550px;
  max-width: 90%;
}

@media screen and (max-width: 74.99875em) {
  .product-archive #product-filters-form .modal-container {
    position: fixed;
    top: 0;
  }
}

.product-archive #product-filters-form .left-border {
  position: relative;
}

.product-archive #product-filters-form .left-border::before {
  content: '';
  position: absolute;
  left: 0;
  top: 67px;
  bottom: 15px;
  border-left: 1px solid lightgray;
}

.product-archive #product-filters-form .middle-border::before {
  content: ' ';
  width: 40000px;
  height: 1px;
  background: lightgray;
  position: absolute;
  right: calc(100% + 15px);
  top: 50%;
}

.product-archive .woocommerce-products-header .term-description {
  margin-top: 3.125rem;
}

.product-archive #product-filters-app {
  position: relative;
}

.product-archive #product-filters-app[v-cloak] {
  visibility: hidden;
}

.product-archive #product-filters-app input {
  margin-bottom: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  border: 0;
}

.product-archive #product-filters-app input:hover, .product-archive #product-filters-app input:active, .product-archive #product-filters-app input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product-archive #product-filters-app .field-wrapper {
  position: relative;
}

.product-archive #product-filters-app .loaded {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #FF8900;
  font-size: 1.625rem;
}

.product-archive #product-filters-app .holder {
  background: rgba(241, 241, 241, 0.9);
}

.product-archive #product-filters-app .reg-nr-validation-error {
  color: red;
  font-weight: bold;
}

.product-archive #product-filters-app .validation-error {
  color: #023265;
  font-weight: bold;
  position: relative;
  top: -15px;
  color: red;
}

.product-archive #product-filters-app .higlighted-generation .chosen-single {
  color: black;
}

.product-archive #product-filters-app .reset-filters {
  font-weight: bold;
  width: 120px;
  background: none;
  border: 2px solid #FF8900;
  margin-right: 1.25rem;
  line-height: 14px;
}

.product-archive #product-filters-app .submit-filters {
  font-weight: bold;
  width: 120px;
  color: #fff;
  line-height: 14px;
}

.product-archive #product-filters-app .submit-filters-modal {
  font-weight: bold;
}

.product-archive #product-filters-app .submit-filters-modal:disabled {
  background: #FF8900;
}

.product-archive #product-filters-app .chosen-container-single .chosen-single {
  padding-left: 0.9375rem;
}

.product-archive #product-filters-app .chosen-container-single .chosen-single div {
  width: 1.875rem;
}

.product-archive #product-filters-app .order-by-group {
  margin-bottom: 30px;
}

.product-archive #product-filters-app .order-by-group .field-label {
  width: 150px;
}

.product-archive #product-filters-app .order-by-group .field-wrapper {
  background: white;
  width: calc(100% - 150px);
}

@media screen and (max-width: 74.99875em) {
  .product-archive #product-filters-app .order-by-group .field-wrapper {
    width: 100%;
  }
}

.product-archive #product-filters-app .order-by-group .field-wrapper .option-label {
  padding-left: 17px;
  padding-right: 17px;
  float: left;
  cursor: pointer;
  position: relative;
}

.product-archive #product-filters-app .order-by-group .field-wrapper .option-label span {
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 500;
  font-size: 16px;
}

.product-archive #product-filters-app .order-by-group .field-wrapper .option-label input {
  visibility: hidden;
  position: absolute;
}

.product-archive #product-filters-app .order-by-group .field-wrapper .option-label input:checked ~ span {
  border-bottom: 2px solid #FF8900;
}

.product-archive #product-filters-app .vehicle-data-box {
  background: #fefefe;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 8px;
  padding-left: 15px;
  position: relative;
}

.product-archive #product-filters-app .vehicle-data-box .edit-vehicle-data {
  color: #FF8900;
  position: absolute;
  right: 15px;
  top: 5px;
  font-size: 20px;
}

.product-archive #product-filters-app .vehicle-data-box .brand {
  color: #9c9494;
  font-weight: 300;
  text-transform: capitalize;
}

.product-archive #product-filters-app .vehicle-data-box .brand strong {
  color: black;
  font-size: 18px;
}

.product-archive #product-filters-app .vehicle-data-box .generation {
  text-transform: capitalize;
  color: #9c9494;
  font-weight: 300;
}

.product-archive #product-filters-app .vehicle-data-box .reg-nr {
  color: #9c9494;
  font-weight: 300;
  font-style: italic;
}

.product-archive #product-filters-app .vehicle-data-box .validation-error {
  position: relative;
  top: 10px;
  color: #023265;
  font-size: 14px;
}

.product-archive #product-filters-app .vehicle-data-box .reg-nr-validation-error {
  position: relative;
  top: 10px;
  font-size: 14px;
}

@media screen and (max-width: 89.99875em) {
  .product-archive #product-filters-app .field-label {
    font-size: 14px;
  }
  .product-archive #product-filters-app .reset-filters, .product-archive #product-filters-app .submit-filters {
    font-size: 18px;
    width: 120px;
  }
}

@media screen and (max-width: 74.99875em) {
  .product-archive #product-filters-app .field-label {
    font-size: 12px;
  }
  .product-archive #product-filters-app .reset-filters, .product-archive #product-filters-app .submit-filters {
    font-size: 16px;
  }
  .product-archive #product-filters-app #product-filters-form .column, .product-archive #product-filters-app #product-filters-form .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .product-archive #product-filters-app #product-filters-form .column > .field-group, .product-archive #product-filters-app #product-filters-form .columns > .field-group {
    width: 50%;
    padding-right: 0.9375rem;
  }
}

@media screen and (max-width: 74.99875em) and (max-width: 35em) {
  .product-archive #product-filters-app #product-filters-form .column > .field-group, .product-archive #product-filters-app #product-filters-form .columns > .field-group {
    width: 100%;
    padding-right: 0;
  }
}

@media screen and (max-width: 74.99875em) {
  .product-archive #product-filters-app #product-filters-form .column .desktop-sort, .product-archive #product-filters-app #product-filters-form .columns .desktop-sort {
    width: 100%;
    padding-right: 0;
  }
  .product-archive #product-filters-app #product-filters-form .column.tire-sizes-left, .product-archive #product-filters-app #product-filters-form .tire-sizes-left.columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .product-archive #product-filters-app #product-filters-form .column.tire-sizes-left .field-group, .product-archive #product-filters-app #product-filters-form .tire-sizes-left.columns .field-group {
    width: 100%;
    padding-right: 0;
  }
}

@media screen and (max-width: 74.99875em) and (max-width: 35em) {
  .product-archive #product-filters-app #product-filters-form .column.tire-sizes-left, .product-archive #product-filters-app #product-filters-form .tire-sizes-left.columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 74.99875em) {
  .product-archive #product-filters-app #product-filters-form .column.tire-sizes-right, .product-archive #product-filters-app #product-filters-form .tire-sizes-right.columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .product-archive #product-filters-app #product-filters-form .column.tire-sizes-right .field-group, .product-archive #product-filters-app #product-filters-form .tire-sizes-right.columns .field-group {
    width: 100%;
    padding-right: 0;
  }
}

@media screen and (max-width: 74.99875em) and (max-width: 35em) {
  .product-archive #product-filters-app #product-filters-form .column.tire-sizes-right, .product-archive #product-filters-app #product-filters-form .tire-sizes-right.columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 74.99875em) {
  .product-archive #product-filters-app #product-filters-form .felg-sizes-for-package .column, .product-archive #product-filters-app #product-filters-form .felg-sizes-for-package .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media screen and (max-width: 74.99875em) and (max-width: 35em) {
  .product-archive #product-filters-app #product-filters-form .felg-sizes-for-package .column, .product-archive #product-filters-app #product-filters-form .felg-sizes-for-package .columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 74.99875em) {
  .product-archive #product-filters-app #product-filters-form .felg-sizes-for-package .column .margin-eqilizer, .product-archive #product-filters-app #product-filters-form .felg-sizes-for-package .columns .margin-eqilizer {
    display: none;
  }
  .product-archive #product-filters-app #product-filters-form .felg-sizes-for-package .column .field-group, .product-archive #product-filters-app #product-filters-form .felg-sizes-for-package .columns .field-group {
    width: 100%;
    padding-right: 0;
  }
  .product-archive #product-filters-app #product-filters-form .felg-sizes-for-package .column.buttons-group, .product-archive #product-filters-app #product-filters-form .felg-sizes-for-package .buttons-group.columns {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .product-archive #product-filters-app #product-filters-form .felg-sizes-for-package .column.tire-sizes-right .margin-eqilizer, .product-archive #product-filters-app #product-filters-form .felg-sizes-for-package .tire-sizes-right.columns .margin-eqilizer {
    display: block;
  }
}

@media screen and (max-width: 74.99875em) and (max-width: 35em) {
  .product-archive #product-filters-app #product-filters-form .felg-sizes-for-package .column.tire-sizes-right .margin-eqilizer, .product-archive #product-filters-app #product-filters-form .felg-sizes-for-package .tire-sizes-right.columns .margin-eqilizer {
    display: none;
  }
}

@media screen and (max-width: 64.06125em) {
  .product-archive #product-filters-app .field-label {
    font-size: 16px;
  }
}

@media screen and (min-width: 35em) {
  .product-archive #product-filters-app .margin-eqilizer {
    height: 66px;
  }
}

.product-archive #product-filters-app .mobile-sort {
  display: none;
}

@media screen and (max-width: 35em) {
  .product-archive #product-filters-app .mobile-sort {
    display: block;
  }
  .product-archive #product-filters-app .desktop-sort {
    display: none;
  }
}

@media screen and (max-width: 74.99875em) {
  .product-archive #product-filters-app .mobile-divider {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d3d3d3;
    width: 100%;
  }
}

.product-archive #product-filters-app .show-filters-mobile {
  display: none;
  margin-top: 30px;
}

.product-archive #product-filters-app .show-filters-mobile a {
  text-decoration: none;
}

.product-archive #product-filters-app .show-filters-mobile a:hover, .product-archive #product-filters-app .show-filters-mobile a:focus, .product-archive #product-filters-app .show-filters-mobile a:active {
  text-decoration: none;
}

.product-archive #product-filters-app .show-filters-mobile a h2 {
  font-size: 2rem;
  font-weight: bold;
}

.product-archive #product-filters-app .show-filters-mobile a h2::after {
  display: block;
  content: "\E906";
  font-family: 'eiker';
  position: absolute;
  right: 0;
  top: 0px;
  width: 45px;
  height: 100%;
  cursor: pointer;
  line-height: 2.8125rem;
}

@media screen and (max-width: 64em) {
  .product-archive #product-filters-app .show-filters-mobile {
    display: block;
  }
}

.product-archive #product-filters-app .show-filters-mobile.active h2::after {
  content: "\E907";
}

@media screen and (max-width: 64em) {
  .product-archive #product-filters-app #product-filters-form {
    display: none;
    margin-top: 1.875rem;
  }
  .product-archive #product-filters-app #product-filters-form.active {
    display: block;
  }
}

.product-archive .prevent-chosen .chosen-container {
  display: none;
}

/** Multiselect */
fieldset[disabled] .multiselect {
  pointer-events: none;
}

.multiselect__spinner {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 48px;
  height: 35px;
  background: #fff;
  display: block;
}

.multiselect__spinner:after,
.multiselect__spinner:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border-color: #41b883 transparent transparent;
  border-style: solid;
  border-width: 2px;
  -webkit-box-shadow: 0 0 0 1px transparent;
          box-shadow: 0 0 0 1px transparent;
}

.multiselect__spinner:before {
  -webkit-animation: a 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
          animation: a 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.multiselect__spinner:after {
  -webkit-animation: a 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
          animation: a 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.multiselect__loading-enter-active,
.multiselect__loading-leave-active {
  -webkit-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  opacity: 1;
}

.multiselect__loading-enter,
.multiselect__loading-leave-active {
  opacity: 0;
}

.multiselect,
.multiselect__input,
.multiselect__single {
  font-family: inherit;
  font-size: 19px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.multiselect {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  position: relative;
  width: 100%;
  min-height: 40px;
  text-align: left;
  color: #35495e;
}

.multiselect * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.multiselect:focus {
  outline: none;
}

.multiselect--disabled {
  opacity: .6;
}

.multiselect--active {
  z-index: 1;
}

.multiselect--active:not(.multiselect--above) .multiselect__current,
.multiselect--active:not(.multiselect--above) .multiselect__input,
.multiselect--active:not(.multiselect--above) .multiselect__tags {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.multiselect--active .multiselect__select {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.multiselect--above.multiselect--active .multiselect__current,
.multiselect--above.multiselect--active .multiselect__input,
.multiselect--above.multiselect--active .multiselect__tags {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.multiselect__input::-webkit-input-placeholder {
  color: #35495e;
}

.multiselect__input:-ms-input-placeholder {
  color: #35495e;
}

.multiselect__input::-moz-placeholder {
  color: #35495e;
}

.multiselect__input::-ms-input-placeholder {
  color: #35495e;
}

.multiselect__input::placeholder {
  color: #35495e;
}

.multiselect__tag ~ .multiselect__input,
.multiselect__tag ~ .multiselect__single {
  width: auto;
}

.multiselect__input:hover,
.multiselect__single:hover {
  border-color: #cfcfcf;
}

.multiselect__input:focus,
.multiselect__single:focus {
  border-color: #a8a8a8;
  outline: none;
}

.multiselect__tags-wrap {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.multiselect__tags {
  height: 45px;
  overflow: hidden;
  display: block;
  padding: 7px 40px 0 20px;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  background: #fff;
  font-size: 19px;
  font-weight: 700;
  position: relative;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.multiselect__tag {
  position: relative;
  display: inline-block;
  padding: 4px 26px 4px 10px;
  border-radius: 5px;
  margin-right: 10px;
  line-height: 1;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  font-weight: 700;
  color: #000;
}

.multiselect__tag-icon {
  display: none;
}

.multiselect__current {
  min-height: 40px;
  overflow: hidden;
  padding: 8px 12px 0;
  padding-right: 30px;
  white-space: nowrap;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
}

.multiselect__current,
.multiselect__select {
  line-height: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
}

.multiselect__select {
  position: absolute;
  width: 40px;
  height: 38px;
  right: 1px;
  top: 1px;
  padding: 4px 8px;
  text-align: center;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}

.multiselect__select:before {
  position: relative;
  right: 0;
  top: 65%;
  color: #999;
  margin-top: 4px;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #999 transparent transparent;
  content: "";
}

.multiselect__placeholder {
  color: #adadad;
  display: inline-block;
  margin-bottom: 10px;
  padding-top: 2px;
}

.multiselect__tags:after {
  display: block;
  content: "\E906";
  font-family: 'eiker';
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 100%;
  cursor: pointer;
  line-height: 2.8125rem;
}

.multiselect--active .multiselect__tags:after {
  content: "\E907";
}

.multiselect--active .multiselect__placeholder {
  display: none;
}

.multiselect__content-wrapper {
  position: absolute;
  display: block;
  background: #fff;
  width: 100%;
  max-height: 240px;
  overflow: auto;
  border: 1px solid #e8e8e8;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}

.multiselect__content {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  min-width: 100%;
  vertical-align: top;
}

.multiselect--above .multiselect__content-wrapper {
  bottom: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: none;
  border-top: 1px solid #e8e8e8;
}

.multiselect__content::webkit-scrollbar {
  display: none;
}

.multiselect__element {
  display: block;
}

.multiselect__option {
  display: block;
  padding: 12px;
  min-height: 40px;
  line-height: 16px;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}

.multiselect__option:after {
  top: 0;
  right: 0;
  position: absolute;
  line-height: 40px;
  padding-right: 12px;
  padding-left: 20px;
  font-size: 13px;
}

.multiselect__option--highlight {
  background: #023265;
  outline: none;
  color: #fff;
}

.multiselect__option--highlight:after {
  content: attr(data-select);
  background: #023265;
  color: #fff;
}

.multiselect__option--selected {
  background: #f3f3f3;
  color: #35495e;
  font-weight: 700;
}

.multiselect__option--selected:after {
  content: attr(data-selected);
  color: silver;
}

.multiselect__option--selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff;
}

.multiselect__option--selected.multiselect__option--highlight:after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fff;
}

.multiselect--disabled {
  background: #ededed;
  pointer-events: none;
}

.multiselect--disabled .multiselect__current,
.multiselect--disabled .multiselect__select,
.multiselect__option--disabled {
  background: #ededed;
  color: #a6a6a6;
}

.multiselect__option--disabled {
  cursor: text;
  pointer-events: none;
}

.multiselect__option--group {
  background: #ededed;
  color: #35495e;
}

.multiselect__option--group.multiselect__option--highlight {
  background: #35495e;
  color: #fff;
}

.multiselect__option--group.multiselect__option--highlight:after {
  background: #35495e;
}

.multiselect__option--disabled.multiselect__option--highlight {
  background: #dedede;
}

.multiselect__option--group-selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff;
}

.multiselect__option--group-selected.multiselect__option--highlight:after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fff;
}

.multiselect-enter-active,
.multiselect-leave-active {
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}

.multiselect-enter,
.multiselect-leave-active {
  opacity: 0;
}

.multiselect__strong {
  margin-bottom: 8px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}

[dir=rtl] .multiselect {
  text-align: right;
}

[dir=rtl] .multiselect__select {
  right: auto;
  left: 1px;
}

[dir=rtl] .multiselect__tags {
  padding: 8px 8px 0 40px;
}

[dir=rtl] .multiselect__content {
  text-align: right;
}

[dir=rtl] .multiselect__option:after {
  right: auto;
  left: 0;
}

[dir=rtl] .multiselect__clear {
  right: auto;
  left: 12px;
}

[dir=rtl] .multiselect__spinner {
  right: auto;
  left: 1px;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(2turn);
            transform: rotate(2turn);
  }
}

@keyframes a {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(2turn);
            transform: rotate(2turn);
  }
}

.search-content {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.search-content h1 {
  font-weight: bold;
}

.search-content .search-form-wrapper {
  padding-top: 2.5rem;
}

.search-content .search-form-wrapper form {
  max-width: 25rem;
  display: block;
  margin: 0 auto;
  position: relative;
}

.search-content .search-form-wrapper form input {
  padding-left: 1.25rem;
}

.search-content .search-form-wrapper form button {
  position: absolute;
  right: 0.3125rem;
  top: 0.3125rem;
  cursor: pointer;
}

.search-content .search-form-wrapper form button .icon-search {
  font-size: 1.875rem;
}

.description-page {
  max-width: 100%;
  overflow-x: hidden;
}

.description-page .section.background-double {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 auto !important;
}

@media screen and (min-width: 75em) {
  .description-page .section.background-double:before {
    content: " ";
    position: absolute;
    right: 50vw;
    width: 100vw;
    height: 100%;
    background: #fff;
  }
}

.description-page .section.background-double .wpb_column:first-child .vc_column-inner {
  padding: 1.875rem 0.9375rem !important;
}

@media screen and (min-width: 48em) {
  .description-page .section.background-double .wpb_column:first-child .vc_column-inner {
    padding: 1.875rem 0.9375rem !important;
  }
}

@media screen and (min-width: 75em) {
  .description-page .section.background-double .wpb_column:first-child .vc_column-inner {
    padding: 1.875rem 3.75rem 1.875rem 7.5rem !important;
  }
}

.description-page .section .loop-posts {
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 74.99875em) {
  .description-page .section .loop-posts .cards {
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
  }
}

@media screen and (max-width: 64.06125em) {
  .description-page .section .loop-posts .cards .columns {
    padding-left: 0;
    padding-right: 0;
  }
}

.description-page .section .loop-posts .cards .columns {
  margin-bottom: 1.875rem;
}

.description-page .section .loop-posts:first-child {
  padding-top: 1.875rem;
}

@media screen and (min-width: 75em) {
  .description-page #map {
    position: absolute;
    height: 100%;
    width: 50vw;
  }
}

.article-page {
  max-width: 93.75rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin: 0 auto;
}

.page-content.blog {
  margin-top: 1.875rem;
}

.page-content.blog .loop-posts .columns {
  margin-bottom: 20px !important;
}

#cart .cards, .woocommerce-checkout .cards {
  padding-top: 0;
}

#cart .column-title, .woocommerce-checkout .column-title {
  margin-top: 2.5rem;
  font-weight: bold;
}

@media screen and (max-width: 48em) {
  #cart .column-title, .woocommerce-checkout .column-title {
    margin-top: 1.25rem;
  }
}

#cart .cart-collaterals .cart_totals, .woocommerce-checkout .cart-collaterals .cart_totals {
  width: 100%;
}

#cart .product-name .product-title a, .woocommerce-checkout .product-name .product-title a {
  color: #000;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 600;
}

#cart .variations .variation, .woocommerce-checkout .variations .variation {
  font-weight: 500;
}

#cart .variations .variation b, .woocommerce-checkout .variations .variation b {
  font-weight: 600;
  display: inline-block;
  width: 45%;
  float: left;
}

#cart .variations .variation span, .woocommerce-checkout .variations .variation span {
  display: inline-block;
  width: 55%;
}

#cart .quantity, .woocommerce-checkout .quantity {
  position: relative;
  border: 1px solid #d3d8de;
  text-align: center;
}

@media screen and (max-width: 64.06125em) {
  #cart .quantity, .woocommerce-checkout .quantity {
    border: 0;
  }
  #cart .quantity > span, .woocommerce-checkout .quantity > span {
    border: 1px solid #d3d8de;
  }
}

#cart .quantity .ui-spinner-up, #cart .quantity .ui-spinner-down, .woocommerce-checkout .quantity .ui-spinner-up, .woocommerce-checkout .quantity .ui-spinner-down {
  position: absolute;
  top: 0;
  height: 100%;
  cursor: pointer;
  background: #023265;
}

#cart .quantity .ui-spinner-up:before, #cart .quantity .ui-spinner-down:before, .woocommerce-checkout .quantity .ui-spinner-up:before, .woocommerce-checkout .quantity .ui-spinner-down:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "FontAwesome";
  color: #fff;
  text-indent: 0;
  font-size: 0.75rem;
  font-weight: 100;
}

#cart .quantity .ui-spinner-up, .woocommerce-checkout .quantity .ui-spinner-up {
  right: 0;
}

#cart .quantity .ui-spinner-up:before, .woocommerce-checkout .quantity .ui-spinner-up:before {
  content: "\F067";
}

#cart .quantity .ui-spinner-down, .woocommerce-checkout .quantity .ui-spinner-down {
  left: 0;
}

#cart .quantity .ui-spinner-down:before, .woocommerce-checkout .quantity .ui-spinner-down:before {
  content: "\F068";
}

#cart .quantity .ui-spinner-input, .woocommerce-checkout .quantity .ui-spinner-input {
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  color: #2f2929 !important;
  text-align: center;
}

#cart table.shop_table, .woocommerce-checkout table.shop_table {
  background: #fff;
  padding: 5px 15px;
  padding-top: 0;
  border-radius: 0;
  border: 1px solid #ebe9eb;
}

#cart table.shop_table tr td, #cart table.shop_table tr th, .woocommerce-checkout table.shop_table tr td, .woocommerce-checkout table.shop_table tr th {
  border: none;
  border-bottom: 1px solid #d3d8de;
}

#cart table.shop_table tr:last-child td, .woocommerce-checkout table.shop_table tr:last-child td {
  border: none;
}

#cart table.shop_table tr:last-child th, .woocommerce-checkout table.shop_table tr:last-child th {
  border: none;
}

#cart table.shop_table td, .woocommerce-checkout table.shop_table td {
  padding: 0;
  vertical-align: top;
}

#cart table.shop_table .woosb-cart-child td, .woocommerce-checkout table.shop_table .woosb-cart-child td {
  padding-left: 60px !important;
  padding-bottom: 10px;
}

#cart table.shop_table .woosb-cart-child td::before, .woocommerce-checkout table.shop_table .woosb-cart-child td::before {
  display: none;
}

#cart table.shop_table .woosb-cart-child .clearfix, .woocommerce-checkout table.shop_table .woosb-cart-child .clearfix {
  display: none;
}

#cart table.shop_table .woosb-cart-child .product-quantity, .woocommerce-checkout table.shop_table .woosb-cart-child .product-quantity {
  display: none;
}

#cart table.shop_table .woosb-cart-child .product-subtotal, .woocommerce-checkout table.shop_table .woosb-cart-child .product-subtotal {
  display: none;
}

#cart table.shop_table .woosb-cart-child .product-title a, .woocommerce-checkout table.shop_table .woosb-cart-child .product-title a {
  font-size: 1.125rem;
}

#cart .woocommerce-cart-form__cart-item.cart_item .item-wrapper, .woocommerce-checkout .woocommerce-cart-form__cart-item.cart_item .item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#cart .woocommerce-cart-form__cart-item.cart_item .item-wrapper .item-content, .woocommerce-checkout .woocommerce-cart-form__cart-item.cart_item .item-wrapper .item-content {
  width: 80%;
}

#cart .woocommerce-cart-form__cart-item.cart_item .item-wrapper .item-content .product-quantity .wrapper-quantity, .woocommerce-checkout .woocommerce-cart-form__cart-item.cart_item .item-wrapper .item-content .product-quantity .wrapper-quantity {
  width: 215px;
  float: left;
}

@media screen and (max-width: 47.99875em) {
  #cart .woocommerce-cart-form__cart-item.cart_item .item-wrapper .item-content .product-quantity .wrapper-quantity, .woocommerce-checkout .woocommerce-cart-form__cart-item.cart_item .item-wrapper .item-content .product-quantity .wrapper-quantity {
    width: 100px;
  }
}

#cart .woocommerce-cart-form__cart-item.cart_item .item-wrapper .item-content .product-quantity a.remove, .woocommerce-checkout .woocommerce-cart-form__cart-item.cart_item .item-wrapper .item-content .product-quantity a.remove {
  position: relative;
  padding: 5px 0 0 0;
  margin: 0 15px 0 0;
  background: inherit;
  color: #023265 !important;
  display: inline-block;
  width: auto;
  height: auto;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
  top: 10px;
  left: 30px;
}

@media screen and (max-width: 87.5em) {
  #cart .woocommerce-cart-form__cart-item.cart_item .item-wrapper .item-content .product-quantity a.remove, .woocommerce-checkout .woocommerce-cart-form__cart-item.cart_item .item-wrapper .item-content .product-quantity a.remove {
    font-size: 1rem;
  }
}

#cart .woocommerce-cart-form__cart-item.cart_item .item-wrapper .item-image, .woocommerce-checkout .woocommerce-cart-form__cart-item.cart_item .item-wrapper .item-image {
  width: 20%;
  padding: 0;
  text-align: right;
}

#cart .woocommerce-cart-form__cart-item.cart_item .item-wrapper .item-image img, .woocommerce-checkout .woocommerce-cart-form__cart-item.cart_item .item-wrapper .item-image img {
  width: 7.5rem;
}

#cart .woocommerce-cart-form__cart-item.cart_item .product-subtotal .amount, .woocommerce-checkout .woocommerce-cart-form__cart-item.cart_item .product-subtotal .amount {
  color: #414141;
  font-size: 24px;
}

#cart .woocommerce-cart-form__cart-item.cart_item .product-subtotal .tax_label, .woocommerce-checkout .woocommerce-cart-form__cart-item.cart_item .product-subtotal .tax_label {
  color: #777;
}

#cart .checkout-button, .woocommerce-checkout .checkout-button {
  margin: 0;
  padding: 15px 90px 15px 30px;
  display: inline-block;
  background: #023265;
  font-size: 1rem;
}

#cart .checkout-button:after, .woocommerce-checkout .checkout-button:after {
  right: 30px;
}

@media screen and (max-width: 64.06125em) {
  #cart .cards, .woocommerce-checkout .cards {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 64.06125em) {
  #cart .full-width, .woocommerce-checkout .full-width {
    padding-left: 0;
    padding-right: 0;
  }
}

#cart .cart_totals th, .woocommerce-checkout .cart_totals th {
  font-weight: 400;
  font-size: 24px;
}

#cart .cart_totals td, #cart .cart_totals th, .woocommerce-checkout .cart_totals td, .woocommerce-checkout .cart_totals th {
  vertical-align: middle !important;
}

.row.empty-cart {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

@media screen and (max-width: 87.5em) {
  .woocommerce-cart-form .double-background {
    background: #F1F1F1;
  }
}

.carousel-suggested-products {
  width: 100%;
  position: relative;
  padding: 0 1.25rem;
}

.carousel-suggested-products .columns + .columns .card-product {
  margin-top: 1.25rem;
}

.carousel-suggested-products .slick-prev, .carousel-suggested-products .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  z-index: 200;
  border-radius: 50%;
  width: 3.625rem;
  height: 3.625rem;
  visibility: visible;
  text-align: center;
  line-height: 3.625rem;
  background: #d3d8de;
  background: rgba(211, 216, 222, 0.7);
  color: #023265;
  font-size: 30px;
  padding-left: 3px;
}

.carousel-suggested-products .slick-prev:after, .carousel-suggested-products .slick-next:after {
  display: inline-block;
  content: "\E904";
  font-family: 'eiker';
}

.carousel-suggested-products .slick-prev {
  left: 0;
}

.carousel-suggested-products .slick-prev:after {
  content: "\E905";
}

.carousel-suggested-products .slick-next {
  right: 0;
}

.carousel-suggested-products .slick-next:after {
  content: "\E904";
}

@media screen and (max-width: 48em) {
  .woocommerce-message .inner, .woocommerce-info .inner, .woocommerce-error .inner, .woocommerce-info .inner, .woocommerce-error .inner {
    padding-bottom: 0;
  }
}

.services {
  padding: 15px;
  background: #fff;
  margin-bottom: 15px;
}

.services__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.services__list input {
  margin-bottom: 0;
}

.services__list li {
  padding: 10px;
  border-bottom: 1px solid #d3d8de;
}

.myaccount {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  overflow: hidden;
}

.myaccount .woocommerce-MyAccount-navigation ul li {
  position: relative;
  padding: 0.5rem 1.5625rem;
  border-bottom: 1px solid #dddddd;
  list-style: none;
}

.myaccount .woocommerce-MyAccount-navigation ul li:before {
  font-family: "FontAwesome";
  content: "\F105";
  position: absolute;
  left: 10px;
  top: 8px;
}

.myaccount .woocommerce-info {
  background: #fff;
}

.checkout table.shop_table {
  border: none;
}

.checkout table.shop_table th, .checkout table.shop_table td[data-title] {
  border-top: 0 !important;
}

.checkout table.shop_table td {
  border: none;
  border-bottom: 1px solid #d3d8de;
}

@media screen and (max-width: 64.06125em) {
  .checkout table.shop_table tr {
    border-bottom: 1px solid #F1F1F1;
  }
}

.page-content .woocommerce .checkout_coupon {
  margin: 0;
  background: #fff;
}

.page-content .woocommerce .woocommerce-checkout {
  overflow: hidden;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.page-content .woocommerce .woocommerce-checkout #payment {
  margin-bottom: 1.875rem;
  background: #fff;
}

.page-content .woocommerce .woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 1px solid #F1F1F1;
}

.page-content .woocommerce .woocommerce-checkout .select2 {
  display: none;
}

.page-content .woocommerce .woocommerce-checkout p.form-row {
  padding-left: 0;
}

.page-content .woocommerce .woocommerce-checkout .woocommerce-form__label {
  position: relative;
}

.page-content .woocommerce .woocommerce-checkout .woocommerce-form__label input {
  position: absolute;
  left: 0;
  opacity: 0;
}

.page-content .woocommerce .woocommerce-checkout .woocommerce-form__label input + span {
  position: relative;
}

.page-content .woocommerce .woocommerce-checkout .woocommerce-form__label input + span:before {
  content: " ";
  position: absolute;
  top: -2px;
  left: 3px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #d3d8de;
}

.page-content .woocommerce .woocommerce-checkout .woocommerce-form__label span {
  padding-left: 1.875rem;
}

.page-content .woocommerce .woocommerce-checkout .woocommerce-form__label input:checked + span:before {
  background: #023265;
}

.page-content .woocommerce .woocommerce-checkout .woocommerce-form__label input:checked + span:after {
  content: "\E90C";
  position: absolute;
  top: -5px;
  left: 3px;
  width: 20px;
  height: 20px;
  font-family: 'eiker';
  color: white;
  text-align: center;
}

.page-content .woocommerce .woocommerce-checkout #dibs-wrapper {
  position: relative;
  padding-bottom: 100px;
}

@media screen and (max-width: 30em) {
  .page-content .woocommerce .woocommerce-checkout #dibs-wrapper {
    padding-bottom: 160px;
  }
}

.page-content .woocommerce .woocommerce-checkout #dibs-wrapper #dibs-easy-select-other {
  position: absolute;
  right: 3%;
  bottom: 0px;
}

@media screen and (max-width: 30em) {
  .page-content .woocommerce .woocommerce-checkout #dibs-wrapper #dibs-easy-select-other {
    bottom: 80px;
  }
}

.page-content .woocommerce .woocommerce-checkout #dibs-wrapper .dibs-easy-select-other-paypal-logo {
  position: absolute;
  right: 320px;
  bottom: -10px;
}

@media screen and (max-width: 30em) {
  .page-content .woocommerce .woocommerce-checkout #dibs-wrapper .dibs-easy-select-other-paypal-logo {
    right: 3%;
    bottom: 0px;
  }
}

.page-content .woocommerce .woocommerce-checkout-review-order-table {
  background: #fff;
}

.page-content .woocommerce .woocommerce-checkout-review-order-table td {
  border-bottom: 1px solid #F1F1F1;
}

.page-content .woocommerce .woocommerce-checkout-review-order-table tfoot tr {
  background: #fff;
}

.page-content .woocommerce .woocommerce-checkout-review-order-table tfoot td {
  border-top: 0;
}

.page-content .woocommerce .row-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
  height: 35px;
}

.dibs-easy-select-other-paypal-logo img {
  margin-left: 30px;
  height: 80px !important;
}

.woocommerce-order-received .woocommerce table.shop_table {
  font-size: 18px;
  border-spacing: 0px;
}

.woocommerce-order-received .woocommerce table.shop_table thead tr {
  background: #f8f8f8;
}

.woocommerce-order-received .woocommerce table.shop_table thead tr th {
  background: #f8f8f8;
  border-right: 1px solid #d3d8de;
}

.woocommerce-order-received .woocommerce table.shop_table thead tr th:last-child {
  border-right: 0pc;
}

.woocommerce-order-received .woocommerce table.shop_table tbody tr.order_item td {
  border-bottom: 0;
  border-left: 0px;
}

.woocommerce-order-received .woocommerce table.shop_table tbody tr.order_item td:first-child {
  border-left: 0px;
}

.woocommerce-order-received .woocommerce table.shop_table tbody tr.order_item td:last-child {
  border-right: 0px;
}

.woocommerce-order-received .woocommerce table.shop_table tfoot tr th {
  border-right: 1px solid #d3d8de;
}

.woocommerce-order-received .woocommerce table.shop_table tfoot tr th:last-child {
  border-right: 0pc;
}

.woocommerce ul.order_details {
  border: 1px solid #d3d8de;
  background: #f8f8f8;
}

.woocommerce ul.order_details li {
  background: #f8f8f8;
  padding: 2em;
  margin-right: 0;
}

/**
 * VC Tenokates
 */
.app-container .vc_row {
  margin-left: 0px;
  margin-right: 0px;
}

.app-container .vc_row .vc_column_container > .vc_column-inner {
  padding-left: 0px;
  padding-right: 0px;
}

.app-container .vc_row::before, .app-container .vc_row.vc_row::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
      order: 1;
}

@media screen and (max-width: 75em) {
  .app-container .vc_row .wpb_column {
    overflow: hidden;
  }
}

.grid__reveal {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  background-color: #2c2d31;
}

.masonry-grid {
  overflow: hidden;
}

.masonry-grid .masonry-grid-content {
  position: relative;
  height: 650px;
  visibility: hidden;
}

.masonry-grid .masonry-grid-content .masonry-item {
  float: none;
  margin: 0;
  padding: 3px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.masonry-grid .masonry-grid-content .masonry-item.small {
  height: 220px;
}

.masonry-grid .masonry-grid-content .masonry-item.medium {
  height: 430px;
}

.masonry-grid .masonry-grid-content .masonry-item.medium .shortcut-image-wrapper {
  height: 290px;
}

.masonry-grid .masonry-grid-content .masonry-item.medium .shortcut-extra {
  height: 135px;
}

.masonry-grid .masonry-grid-content .masonry-item.large {
  height: 650px;
}

.masonry-grid .masonry-grid-content .masonry-item.large .shortcut-image-wrapper {
  height: 420px;
}

.masonry-grid .masonry-grid-content .masonry-item.large .shortcut-extra {
  height: 225px;
}

.masonry-grid .masonry-grid-content .masonry-item:hover .shortcut-image {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.masonry-grid .masonry-grid-content .masonry-item .shortcut-image-wrapper {
  overflow: hidden;
  height: 100%;
  position: relative;
}

.masonry-grid .masonry-grid-content .masonry-item .shortcut-image-wrapper .shortcut-extra {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  background-color: transparent;
}

.masonry-grid .masonry-grid-content .masonry-item .shortcut-image-wrapper .shortcut-extra h2 {
  font-size: 90px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 90px;
  text-align: center;
}

.masonry-grid .masonry-grid-content .masonry-item .shortcut-image-wrapper .shortcut-extra h3 {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}

.masonry-grid .masonry-grid-content .masonry-item .shortcut-image-wrapper .shortcut-extra h3 i.fa {
  font-size: 20px;
  margin-right: 5px;
  font-weight: bold;
}

.masonry-grid .masonry-grid-content .masonry-item .shortcut-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(165, 163, 163, 0.5);
  -webkit-transition: all 3s;
  transition: all 3s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: -1;
}

.masonry-grid .masonry-grid-content .masonry-item > .shortcut-extra, .masonry-grid .masonry-grid-content .masonry-item > a > .shortcut-extra {
  height: 200px;
  background-color: #ffffff;
  position: relative;
}

.masonry-grid .masonry-grid-content .masonry-item > .shortcut-extra h2, .masonry-grid .masonry-grid-content .masonry-item > a > .shortcut-extra h2 {
  font-size: 31px;
  font-weight: 900;
  color: #8d8d8d;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 25px;
}

.masonry-grid .masonry-grid-content .masonry-item > .shortcut-extra h3, .masonry-grid .masonry-grid-content .masonry-item > a > .shortcut-extra h3 {
  font-size: 18px;
  color: #8d8d8d;
  text-transform: uppercase;
}

.masonry-grid .masonry-grid-content .masonry-item > .shortcut-extra h3 i.fa, .masonry-grid .masonry-grid-content .masonry-item > a > .shortcut-extra h3 i.fa {
  font-size: 20px;
  margin-right: 5px;
  font-weight: bold;
}

.masonry-grid .masonry-grid-content .masonry-item > .shortcut-extra.shortcut-extra-image-top::after, .masonry-grid .masonry-grid-content .masonry-item > a > .shortcut-extra.shortcut-extra-image-top::after {
  top: -32px;
  left: 10%;
  border: solid transparent;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-bottom-color: transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 16px;
  margin-left: -16px;
  z-index: 999;
}

.masonry-grid .masonry-grid-content .masonry-item > .shortcut-extra.shortcut-extra-image-bottom::after, .masonry-grid .masonry-grid-content .masonry-item > a > .shortcut-extra.shortcut-extra-image-bottom::after {
  bottom: -32px;
  left: 10%;
  border: solid transparent;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-color: transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #fff;
  border-width: 16px;
  margin-left: -16px;
  z-index: 999;
}

.masonry-grid .masonry-grid-content .masonry-item > .shortcut-extra .shortuct-title, .masonry-grid .masonry-grid-content .masonry-item > a > .shortcut-extra .shortuct-title {
  padding: 15px 0 0 35px;
}

.masonry-grid .masonry-grid-content .masonry-item > .shortcut-extra .shortcut-description, .masonry-grid .masonry-grid-content .masonry-item > a > .shortcut-extra .shortcut-description {
  padding: 0 0 0 35px;
}

.grid__reveal {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  background-color: #2c2d31;
}

.section-content {
  float: none;
  margin: 0;
  padding: 3px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.section-content.small {
  height: 220px;
}

.section-content.medium {
  height: 430px;
}

.section-content.medium .shortcut-image-wrapper {
  height: 290px;
}

.section-content.medium .shortcut-extra {
  height: 135px;
}

.section-content.large {
  height: 650px;
}

.section-content.large .shortcut-image-wrapper {
  height: 420px;
}

.section-content.large .shortcut-extra {
  height: 225px;
}

.section-content:hover .shortcut-image {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.section-content .shortcut-image-wrapper {
  overflow: hidden;
  height: 100%;
  position: relative;
}

.section-content .shortcut-image-wrapper .shortcut-extra {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  background-color: transparent;
}

.section-content .shortcut-image-wrapper .shortcut-extra h2 {
  font-size: 90px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 90px;
  text-align: center;
}

.section-content .shortcut-image-wrapper .shortcut-extra h3 {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}

.section-content .shortcut-image-wrapper .shortcut-extra h3 i.fa {
  font-size: 20px;
  margin-right: 5px;
  font-weight: bold;
}

.section-content .shortcut-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(165, 163, 163, 0.5);
  -webkit-transition: all 3s;
  transition: all 3s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: -1;
}

.section-content > .shortcut-extra, .section-content > a > .shortcut-extra {
  height: 200px;
  background-color: #ffffff;
  position: relative;
}

.section-content > .shortcut-extra h2, .section-content > a > .shortcut-extra h2 {
  font-size: 31px;
  font-weight: 900;
  color: #8d8d8d;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 25px;
}

.section-content > .shortcut-extra h3, .section-content > a > .shortcut-extra h3 {
  font-size: 18px;
  color: #8d8d8d;
  text-transform: uppercase;
}

.section-content > .shortcut-extra h3 i.fa, .section-content > a > .shortcut-extra h3 i.fa {
  font-size: 20px;
  margin-right: 5px;
  font-weight: bold;
}

.section-content > .shortcut-extra.shortcut-extra-image-top::after, .section-content > a > .shortcut-extra.shortcut-extra-image-top::after {
  top: -32px;
  left: 10%;
  border: solid transparent;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-bottom-color: transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 16px;
  margin-left: -16px;
  z-index: 999;
}

.section-content > .shortcut-extra.shortcut-extra-image-bottom::after, .section-content > a > .shortcut-extra.shortcut-extra-image-bottom::after {
  bottom: -32px;
  left: 10%;
  border: solid transparent;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-color: transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #fff;
  border-width: 16px;
  margin-left: -16px;
  z-index: 999;
}

.section-content > .shortcut-extra .shortuct-title, .section-content > a > .shortcut-extra .shortuct-title {
  padding: 15px 0 0 35px;
}

.section-content > .shortcut-extra .shortcut-description, .section-content > a > .shortcut-extra .shortcut-description {
  padding: 0 0 0 35px;
}

.carousel {
  height: 530px;
  visibility: hidden;
}

.carousel .carousel-inner {
  height: 530px;
  opacity: 1;
  -webkit-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
}

.carousel .carousel-inner:not(.slick-initialized) {
  opacity: 0;
}

.carousel .carousel-inner .slick-list {
  overflow: hidden;
}

.carousel .carousel-inner .slick-slide {
  height: 530px;
}

.carousel .carousel-inner .slick-slide .content {
  position: relative;
  display: block;
  width: 100%;
  height: 530px;
}

.carousel .carousel-inner .slick-slide .content .extra {
  position: absolute;
  left: 50px;
  bottom: 30px;
}

.carousel .carousel-inner .slick-slide .content .extra h1 {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
}

.carousel .carousel-inner .slick-slide .content .extra h2 {
  font-size: 20px;
  font-weight: 200;
  color: #ffffff;
}

.carousel .carousel-control {
  position: absolute;
  top: 50%;
  font-size: 80px;
  color: #ffffff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 999;
}

.carousel .left.carousel-control {
  left: 40px;
}

.carousel .right.carousel-control {
  right: 40px;
}

.loop-posts {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.loop-posts:last-child {
  padding-top: 0;
}

.loop-posts .cards {
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 64.0625em) {
  .loop-posts .cards .columns {
    margin-bottom: 0;
  }
}

.block-description {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.block-description h2 {
  margin-bottom: 2.1875rem;
  font-size: 2.125rem;
  font-weight: 900;
  word-spacing: 7px;
}

.block-description p {
  margin-bottom: 2.1875rem;
  font-size: 1.5rem;
  line-height: 1.4;
}

.block-description .button, .block-description .single-product-page .single-product-wrapper a.single_add_to_cart_button, .single-product-page .single-product-wrapper .block-description a.single_add_to_cart_button, .block-description .single-product-page .single-product-wrapper button.single_add_to_cart_button, .single-product-page .single-product-wrapper .block-description button.single_add_to_cart_button, .block-description .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price, .single-product-page .single-product-wrapper .variations_form .block-description .woocommerce-variation-price, .block-description .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .block-description input#submit {
  padding: 1.3125rem 3.5rem 1.3125rem 2.125rem;
  font-size: 1.125rem;
  font-weight: 900;
  height: auto;
  letter-spacing: 1px;
}

.block-description .button:after, .block-description .single-product-page .single-product-wrapper a.single_add_to_cart_button:after, .single-product-page .single-product-wrapper .block-description a.single_add_to_cart_button:after, .block-description .single-product-page .single-product-wrapper button.single_add_to_cart_button:after, .single-product-page .single-product-wrapper .block-description button.single_add_to_cart_button:after, .block-description .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price:after, .single-product-page .single-product-wrapper .variations_form .block-description .woocommerce-variation-price:after, .block-description .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit:after, .single-product-page .single-product-wrapper #reviews #review_form_wrapper .block-description input#submit:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
}

.reverse-order {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#map {
  width: 100%;
  height: 100%;
  min-height: 300px;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panels .vc_tta-panel-heading {
  margin-bottom: 0 !important;
  background: #023265;
  border: 2px solid #023265;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panels .vc_tta-panel-title > a {
  padding: 20px 40px !important;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panels .vc_tta-panel-body {
  border: 1px solid #d3d8de;
}

.price-table tr td:first-child {
  width: 73%;
}

.our-team {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.our-team .person {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #d3d8de;
}

.our-team .person:last-child {
  border-bottom: 0;
}

.our-team .person h4 {
  margin-bottom: 0;
  line-height: 1;
  letter-spacing: 1px;
}

.our-team .person .position {
  letter-spacing: 1px;
}

.our-team .person .description {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
}

.our-team .person a {
  position: relative;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.our-team .person a:hover, .our-team .person a.active, .our-team .person a:focus {
  text-decoration: none;
}

#vehicle-search-app {
  position: relative;
  padding: 1.875rem 0.9375rem;
}

@media screen and (min-width: 48em) {
  #vehicle-search-app {
    padding: 3.125rem;
  }
}

@media screen and (max-width: 64.06125em) {
  #vehicle-search-app {
    margin-bottom: 1.875rem;
  }
}

#vehicle-search-app h3 {
  margin-bottom: 1.25rem;
  color: #023265;
  font-size: 1.5rem;
}

#vehicle-search-app input {
  margin-bottom: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  border: 0;
}

#vehicle-search-app input:hover, #vehicle-search-app input:active, #vehicle-search-app input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#vehicle-search-app .field-wrapper {
  position: relative;
}

#vehicle-search-app .loaded {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #FF8900;
  font-size: 1.625rem;
}

#vehicle-search-app .button, #vehicle-search-app .single-product-page .single-product-wrapper a.single_add_to_cart_button, .single-product-page .single-product-wrapper #vehicle-search-app a.single_add_to_cart_button, #vehicle-search-app .single-product-page .single-product-wrapper button.single_add_to_cart_button, .single-product-page .single-product-wrapper #vehicle-search-app button.single_add_to_cart_button, #vehicle-search-app .single-product-page .single-product-wrapper .variations_form .woocommerce-variation-price, .single-product-page .single-product-wrapper .variations_form #vehicle-search-app .woocommerce-variation-price, #vehicle-search-app .single-product-page .single-product-wrapper #reviews #review_form_wrapper input#submit, .single-product-page .single-product-wrapper #reviews #review_form_wrapper #vehicle-search-app input#submit {
  height: 2.8125rem;
  padding: 0.3125rem 1.5625rem;
  font-size: 0.875rem;
}

#vehicle-search-app .reg-nr-validation-error {
  color: red;
  font-weight: bold;
}

#vehicle-search-app .validation-error {
  color: #023265;
  font-weight: bold;
  margin-bottom: 10px;
}

#vehicle-search-app .validation-error.red {
  color: red;
}

#vehicle-search-app .higlighted-generation .chosen-single {
  color: black;
}

.vehicle-search-form-fixed {
  position: fixed;
  z-index: 9;
}

@media print, screen and (min-width: 48em) {
  .registration-form {
    min-height: 650px;
  }
}

@media screen and (min-width: 48em) {
  .registration-form {
    min-height: 650px;
  }
}

@media screen and (max-width: 64.06125em) {
  .registration-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
