@-webkit-keyframes check {
  0% {
    height: 0;
    width: 0;
    opacity: 0; }
  1% {
    opacity: 1; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@-moz-keyframes check {
  0% {
    height: 0;
    width: 0;
    opacity: 0; }
  1% {
    opacity: 1; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@-ms-keyframes check {
  0% {
    height: 0;
    width: 0;
    opacity: 0; }
  1% {
    opacity: 1; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@keyframes check {
  0% {
    height: 0;
    width: 0;
    opacity: 0; }
  1% {
    opacity: 1; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@-webkit-keyframes reversecheck {
  0% {
    height: 13px;
    width: 7px; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 0;
    width: 0; } }
@-moz-keyframes reversecheck {
  0% {
    height: 13px;
    width: 7px; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 0;
    width: 0; } }
@-ms-keyframes reversecheck {
  0% {
    height: 13px;
    width: 7px; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 0;
    width: 0; } }
@keyframes reversecheck {
  0% {
    height: 13px;
    width: 7px; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 0;
    width: 0; } }
@-webkit-keyframes inside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@-moz-keyframes inside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@-ms-keyframes inside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@keyframes inside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@-webkit-keyframes outside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 1000; }
  40% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@-moz-keyframes outside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 1000; }
  40% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@-ms-keyframes outside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 1000; }
  40% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@keyframes outside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 1000; }
  40% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@-webkit-keyframes polygon-right-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  80% {
    width: 700px; }
  100% {
    width: 700px; } }
@-moz-keyframes polygon-right-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  80% {
    width: 700px; }
  100% {
    width: 700px; } }
@-ms-keyframes polygon-right-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  80% {
    width: 700px; }
  100% {
    width: 700px; } }
@keyframes polygon-right-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  80% {
    width: 700px; }
  100% {
    width: 700px; } }
@-webkit-keyframes polygon-left-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  60% {
    width: 700px; }
  100% {
    width: 700px; } }
@-moz-keyframes polygon-left-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  60% {
    width: 700px; }
  100% {
    width: 700px; } }
@-ms-keyframes polygon-left-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  60% {
    width: 700px; }
  100% {
    width: 700px; } }
@keyframes polygon-left-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  60% {
    width: 700px; }
  100% {
    width: 700px; } }
.ok-loading g {
  animation: rotate 1.4s linear infinite;
  transform-origin: center; }
.ok-loading circle {
  animation: spin 1.4s ease-in-out infinite,colors 5.6s ease-in-out infinite;
  fill: none;
  stroke: #8ac9ce;
  stroke-dasharray: 100;
  stroke-dashoffset: 0;
  stroke-linecap: square;
  stroke-width: 4;
  transform-origin: center;
  -webkit-transform-origin: center; }
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@-moz-keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@-ms-keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@-webkit-keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@-moz-keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@-ms-keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@-webkit-keyframes colors {
  0% {
    stroke: #8ac9ce; }
  25% {
    stroke: #299065; }
  50% {
    stroke: #9b9258; }
  75% {
    stroke: #d55232; }
  100% {
    stroke: #d5a5c1; } }
@-moz-keyframes colors {
  0% {
    stroke: #8ac9ce; }
  25% {
    stroke: #299065; }
  50% {
    stroke: #9b9258; }
  75% {
    stroke: #d55232; }
  100% {
    stroke: #d5a5c1; } }
@-ms-keyframes colors {
  0% {
    stroke: #8ac9ce; }
  25% {
    stroke: #299065; }
  50% {
    stroke: #9b9258; }
  75% {
    stroke: #d55232; }
  100% {
    stroke: #d5a5c1; } }
@keyframes colors {
  0% {
    stroke: #8ac9ce; }
  25% {
    stroke: #299065; }
  50% {
    stroke: #9b9258; }
  75% {
    stroke: #d55232; }
  100% {
    stroke: #d5a5c1; } }
.ok-loading-white g {
  animation: rotate 1.4s linear infinite;
  transform-origin: center; }
.ok-loading-white circle {
  animation: spin 1.4s ease-in-out infinite,opacity 5.6s ease-in-out infinite;
  fill: none;
  stroke: #FFF;
  stroke-dasharray: 100;
  stroke-dashoffset: 0;
  stroke-linecap: square;
  stroke-width: 4;
  transform-origin: center;
  -webkit-transform-origin: center; }
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@-moz-keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@-ms-keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@-webkit-keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@-moz-keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@-ms-keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@-webkit-keyframes opacity {
  0% {
    stroke: rgba(255, 255, 255, 0.8); }
  25% {
    stroke: white; }
  50% {
    stroke: rgba(255, 255, 255, 0.5); }
  75% {
    stroke: rgba(255, 255, 255, 0.7); }
  100% {
    stroke: white; } }
@-moz-keyframes opacity {
  0% {
    stroke: rgba(255, 255, 255, 0.8); }
  25% {
    stroke: white; }
  50% {
    stroke: rgba(255, 255, 255, 0.5); }
  75% {
    stroke: rgba(255, 255, 255, 0.7); }
  100% {
    stroke: white; } }
@-ms-keyframes opacity {
  0% {
    stroke: rgba(255, 255, 255, 0.8); }
  25% {
    stroke: white; }
  50% {
    stroke: rgba(255, 255, 255, 0.5); }
  75% {
    stroke: rgba(255, 255, 255, 0.7); }
  100% {
    stroke: white; } }
@keyframes opacity {
  0% {
    stroke: rgba(255, 255, 255, 0.8); }
  25% {
    stroke: white; }
  50% {
    stroke: rgba(255, 255, 255, 0.5); }
  75% {
    stroke: rgba(255, 255, 255, 0.7); }
  100% {
    stroke: white; } }
.slideFade-enter-active, .slideFade-leave-active {
  transition: all 1s ease;
  height: auto;
  max-height: 10000px;
  opacity: 1; }

.slideFade-leave-active {
  transition: all .5s ease; }

.slideFade-enter, .slideFade-leave-to {
  height: auto;
  max-height: 0px;
  overflow: hidden;
  padding: 0;
  opacity: 0; }

.fade-enter-active, .fade-leave-active {
  transition: all 1s ease;
  opacity: 1; }

.fade-leave-active {
  transition: all .5s ease; }

.fade-enter, .fade-leave-to {
  opacity: 0; }

/* Colors */
/* Margin & Padding */
/* Fonts */
/* Thumb */
/* Borders */
footer {
  margin-top: 5px; }
  @media (min-width: 768px) {
    footer {
      margin-top: 67.5px; } }
  footer .container {
    padding: 0;
    display: block;
    width: 100%;
    max-width: none; }
    @media (min-width: 768px) {
      footer .container {
        border-bottom: none;
        display: flex;
        padding: 0 30px; } }
    @media (min-width: 992px) {
      footer .container {
        max-width: 1460px; } }
  footer .row {
    width: 100%;
    margin: 0; }
  footer .partner-container {
    width: 100%;
    background: #f4f4f4; }
    footer .partner-container .partner-logos {
      display: block;
      margin: 0 auto;
      width: 100%;
      max-width: 1400px;
      align-items: center;
      justify-content: center;
      padding: 30px 0;
      flex-wrap: wrap; }
      @media (min-width: 768px) {
        footer .partner-container .partner-logos {
          display: flex;
          flex-wrap: nowrap; } }
      footer .partner-container .partner-logos svg {
        width: auto;
        height: 15px;
        margin: 0 5px; }
        footer .partner-container .partner-logos svg.ok-partner-ideal {
          width: 23px; }
        footer .partner-container .partner-logos svg.ok-partner-paypal {
          width: 82px; }
        footer .partner-container .partner-logos svg.ok-partner-billink {
          width: 102px; }
        footer .partner-container .partner-logos svg.ok-partner-visa {
          width: 62px; }
        footer .partner-container .partner-logos svg.ok-partner-mastercard-horizontal {
          width: 115px; }
        footer .partner-container .partner-logos svg.ok-partner-dhl {
          width: 88px; }
        footer .partner-container .partner-logos svg.ok-partner-vvv {
          width: 91px; }
        footer .partner-container .partner-logos svg.ok-partner-fashioncheque {
          width: 136px; }
        footer .partner-container .partner-logos svg.ok-partner-sofort {
          width: 100px; }
        footer .partner-container .partner-logos svg.ok-partner-giropay {
          width: 65px;
          height: 50px;
          margin: -15px 15px; }
        footer .partner-container .partner-logos svg.ok-partner-bancontact-horizontal {
          width: 78px; }
        footer .partner-container .partner-logos svg.ok-partner-dankort {
          width: 33px;
          height: 33px;
          margin: -7px 15px; }
        footer .partner-container .partner-logos svg.ok-partner-cartasi {
          width: 28px;
          height: 28px;
          margin: -5px 15px; }
        footer .partner-container .partner-logos svg.ok-partner-postepay {
          width: 68px; }
        footer .partner-container .partner-logos svg.ok-partner-carte_bleue {
          width: 30px;
          height: 30px; }
        footer .partner-container .partner-logos svg.ok-partner-amex {
          width: 35px;
          height: 35px; }
        footer .partner-container .partner-logos svg.ok-partner-klarna-pay-later {
          width: 50px;
          height: 30px; }
        footer .partner-container .partner-logos svg.ok-partner-kiyoh {
          width: 55px;
          height: 30px; }
        footer .partner-container .partner-logos svg.ok-partner-klarna-pay-now-horizontal {
          width: 84px;
          height: 22px; }
        footer .partner-container .partner-logos svg.ok-partner-klarna-general {
          width: 90px; }
        footer .partner-container .partner-logos svg.ok-partner-mistercash {
          width: 32px;
          height: 32px; }
        @media (min-width: 576px) {
          footer .partner-container .partner-logos svg {
            margin: 0 15px;
            height: 20px; } }
      footer .partner-container .partner-logos .payment-methods {
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; }
        footer .partner-container .partner-logos .payment-methods a {
          color: inherit !important; }
      footer .partner-container .partner-logos .partner-divider {
        height: 30px;
        width: 1px;
        background: #2b2b2b;
        opacity: .2;
        margin: 0 15px;
        display: none;
        flex-shrink: 0; }
        @media (min-width: 768px) {
          footer .partner-container .partner-logos .partner-divider {
            display: block; } }
      footer .partner-container .partner-logos .shipping-methods {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 30px; }
        @media (min-width: 768px) {
          footer .partner-container .partner-logos .shipping-methods {
            margin-top: 0; } }
        footer .partner-container .partner-logos .shipping-methods a {
          color: inherit !important; }
  footer .footer-menus {
    background: #606060;
    color: #FFF !important;
    padding: 30px 0 0;
    line-height: 1.4em !important; }
    @media (max-width: 991.98px) {
      footer .footer-menus h4 {
        cursor: pointer; } }
    @media (min-width: 768px) {
      footer .footer-menus {
        padding: 30px 0; } }
    footer .footer-menus p {
      display: none; }
    footer .footer-menus .widget-inner p {
      display: block; }
    footer .footer-menus .col-md-6 {
      padding: 0; }
      @supports (-webkit-overflow-scrolling: touch) {
        footer .footer-menus .col-md-6:first-of-type {
          margin-left: -1px; } }
      @media (min-width: 768px) {
        footer .footer-menus .col-md-6 {
          padding: 0 15px; } }
      @media (min-width: 992px) {
        footer .footer-menus .col-md-6:last-of-type {
          padding-right: 0; } }
      footer .footer-menus .col-md-6:last-of-type h4 {
        margin-bottom: 0;
        border-bottom: 0; }
        @media (min-width: 768px) {
          footer .footer-menus .col-md-6:last-of-type h4 {
            border-bottom: 2px solid #505050;
            margin-bottom: 15px; } }
      footer .footer-menus .col-md-6.active h4:after {
        transform: rotate(180deg);
        margin-right: 17px; }
      footer .footer-menus .col-md-6.active ul {
        display: block;
        padding: 0 15px 15px; }
        @media (min-width: 768px) {
          footer .footer-menus .col-md-6.active ul {
            border-bottom: none;
            padding: 0; } }
    footer .footer-menus .open-footer-menu {
      position: absolute;
      width: 100%;
      height: 47px;
      top: -12px; }
    footer .footer-menus h4 {
      font-family: "Catamaran", Arial, sans-serif;
      font-size: 1.1em;
      font-weight: 600;
      letter-spacing: 1.1px;
      border-bottom: 2px solid #505050;
      margin-bottom: 15px;
      padding: 0 0 15px 15px; }
      @media (min-width: 768px) {
        footer .footer-menus h4 {
          font-size: 1.3em;
          padding-left: 0; } }
      footer .footer-menus h4:after {
        display: block;
        font-family: 'oathkeeper';
        content: '\e909';
        width: 20px;
        height: 20px;
        float: right;
        margin-right: 15px;
        transition: .2s all; }
        @media (min-width: 992px) {
          footer .footer-menus h4:after {
            display: none; } }
    footer .footer-menus ul {
      padding-left: 15px;
      margin-bottom: 30px;
      padding-bottom: 15px;
      margin-left: 0; }
      @media (min-width: 768px) {
        footer .footer-menus ul {
          padding-left: 0; } }
      @media (min-width: 992px) {
        footer .footer-menus ul {
          border-bottom: none;
          margin-bottom: 0;
          display: block; } }
      footer .footer-menus ul li {
        list-style: none;
        margin-bottom: 5px;
        padding-left: 0; }
    footer .footer-menus .isOpen h4:after {
      transform: rotateX(180deg); }
    footer .footer-menus a {
      color: #FFF;
      font-size: 1em; }
      footer .footer-menus a:hover {
        text-decoration: none; }
  footer .footer-bottom {
    background: #2b2b2b;
    color: #FFF;
    padding: 0; }
    footer .footer-bottom .footer-social-icons {
      background: #3E3E3E;
      width: 100%;
      padding: 15px 0;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (min-width: 768px) {
        footer .footer-bottom .footer-social-icons {
          order: 99;
          background: transparent;
          justify-content: flex-end; } }
      footer .footer-bottom .footer-social-icons a {
        margin-left: 30px; }
        footer .footer-bottom .footer-social-icons a:hover {
          text-decoration: none; }
        footer .footer-bottom .footer-social-icons a:first-of-type {
          margin-left: 0; }
      footer .footer-bottom .footer-social-icons .ok-icon {
        color: #FFF;
        width: 30px;
        height: 30px;
        opacity: .7; }
    footer .footer-bottom .footer-logo {
      display: flex;
      justify-content: center;
      width: 100%;
      flex-direction: column;
      align-items: center;
      padding: 15px 0; }
      @media (min-width: 768px) {
        footer .footer-bottom .footer-logo {
          display: block; } }
      footer .footer-bottom .footer-logo img, footer .footer-bottom .footer-logo svg {
        width: 300px;
        max-width: 80%;
        height: 40px; }
      footer .footer-bottom .footer-logo span {
        margin: -20px 0 0 0;
        letter-spacing: .5px;
        font-size: 11px; }
        @media (min-width: 768px) {
          footer .footer-bottom .footer-logo span {
            margin: 0 0 0 43px; } }

/*# sourceMappingURL=footer.css.map */

@-webkit-keyframes check {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@-moz-keyframes check {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@-ms-keyframes check {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@keyframes check {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@-webkit-keyframes reversecheck {
  0% {
    height: 13px;
    width: 7px; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 0;
    width: 0; } }
@-moz-keyframes reversecheck {
  0% {
    height: 13px;
    width: 7px; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 0;
    width: 0; } }
@-ms-keyframes reversecheck {
  0% {
    height: 13px;
    width: 7px; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 0;
    width: 0; } }
@keyframes reversecheck {
  0% {
    height: 13px;
    width: 7px; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 0;
    width: 0; } }
@keyframes inside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@keyframes outside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 1000; }
  40% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@keyframes polygon-right-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  80% {
    width: 700px; }
  100% {
    width: 700px; } }
@keyframes polygon-left-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  60% {
    width: 700px; }
  100% {
    width: 700px; } }
.ok-loading g {
  animation: rotate 1.4s linear infinite;
  transform-origin: center; }
.ok-loading circle {
  animation: spin 1.4s ease-in-out infinite,colors 5.6s ease-in-out infinite;
  fill: none;
  stroke: #8ac9ce;
  stroke-dasharray: 100;
  stroke-dashoffset: 0;
  stroke-linecap: square;
  stroke-width: 4;
  transform-origin: center;
  -webkit-transform-origin: center; }
@keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@keyframes colors {
  0% {
    stroke: #8ac9ce; }
  25% {
    stroke: #299065; }
  50% {
    stroke: #9b9258; }
  75% {
    stroke: #d55232; }
  100% {
    stroke: #d5a5c1; } }
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@-webkit-keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@-webkit-keyframes colors {
  0% {
    stroke: #8ac9ce; }
  25% {
    stroke: #299065; }
  50% {
    stroke: #9b9258; }
  75% {
    stroke: #d55232; }
  100% {
    stroke: #d5a5c1; } }
.slideFade-enter-active, .slideFade-leave-active {
  transition: all 1s ease;
  height: auto;
  max-height: 10000px;
  opacity: 1; }

.slideFade-leave-active {
  transition: all .5s ease; }

.slideFade-enter, .slideFade-leave-to {
  height: auto;
  max-height: 0px;
  overflow: hidden;
  padding: 0;
  opacity: 0; }

/* Colors */
/* Margin & Padding */
/* Fonts */
/* Thumb */
/* Borders */
.slide-in {
  position: fixed;
  width: 100%;
  right: 0;
  top: 0;
  height: 100%;
  background: #FFF;
  z-index: 999;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
  display: flex;
  flex-direction: column;
  transition: .35s ease-out all; }
  @media (min-width: 768px) {
    .slide-in {
      width: 80%; } }
  @media (min-width: 992px) {
    .slide-in {
      width: 50%; } }
  @media (min-width: 1200px) {
    .slide-in {
      width: 40%; } }
  .slide-in.isOpen {
    transform: translateX(0);
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2); }
  .slide-in .header {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 25px;
    padding: 15px;
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    height: 70px; }
    @media (min-width: 768px) {
      .slide-in .header {
        padding: 15px 30px; } }
    .slide-in .header svg {
      cursor: pointer; }

.backdrop {
  background: rgba(0, 0, 0, 0);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 998;
  transition: 2s all; }
  .backdrop.active {
    display: flex;
    background: rgba(0, 0, 0, 0.2); }

/*# sourceMappingURL=slide-in.css.map */

@-webkit-keyframes check {
  0% {
    height: 0;
    width: 0;
    opacity: 0; }
  1% {
    opacity: 1; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@-moz-keyframes check {
  0% {
    height: 0;
    width: 0;
    opacity: 0; }
  1% {
    opacity: 1; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@-ms-keyframes check {
  0% {
    height: 0;
    width: 0;
    opacity: 0; }
  1% {
    opacity: 1; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@keyframes check {
  0% {
    height: 0;
    width: 0;
    opacity: 0; }
  1% {
    opacity: 1; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@-webkit-keyframes reversecheck {
  0% {
    height: 13px;
    width: 7px; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 0;
    width: 0; } }
@-moz-keyframes reversecheck {
  0% {
    height: 13px;
    width: 7px; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 0;
    width: 0; } }
@-ms-keyframes reversecheck {
  0% {
    height: 13px;
    width: 7px; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 0;
    width: 0; } }
@keyframes reversecheck {
  0% {
    height: 13px;
    width: 7px; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 0;
    width: 0; } }
@keyframes inside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@keyframes outside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 1000; }
  40% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@keyframes polygon-right-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  80% {
    width: 700px; }
  100% {
    width: 700px; } }
@keyframes polygon-left-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  60% {
    width: 700px; }
  100% {
    width: 700px; } }
.ok-loading g {
  animation: rotate 1.4s linear infinite;
  transform-origin: center; }
.ok-loading circle {
  animation: spin 1.4s ease-in-out infinite,colors 5.6s ease-in-out infinite;
  fill: none;
  stroke: #8ac9ce;
  stroke-dasharray: 100;
  stroke-dashoffset: 0;
  stroke-linecap: square;
  stroke-width: 4;
  transform-origin: center;
  -webkit-transform-origin: center; }
@keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@keyframes colors {
  0% {
    stroke: #8ac9ce; }
  25% {
    stroke: #299065; }
  50% {
    stroke: #9b9258; }
  75% {
    stroke: #d55232; }
  100% {
    stroke: #d5a5c1; } }
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@-webkit-keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@-webkit-keyframes colors {
  0% {
    stroke: #8ac9ce; }
  25% {
    stroke: #299065; }
  50% {
    stroke: #9b9258; }
  75% {
    stroke: #d55232; }
  100% {
    stroke: #d5a5c1; } }
.ok-loading-white g {
  animation: rotate 1.4s linear infinite;
  transform-origin: center; }
.ok-loading-white circle {
  animation: spin 1.4s ease-in-out infinite,opacity 5.6s ease-in-out infinite;
  fill: none;
  stroke: #FFF;
  stroke-dasharray: 100;
  stroke-dashoffset: 0;
  stroke-linecap: square;
  stroke-width: 4;
  transform-origin: center;
  -webkit-transform-origin: center; }
@keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@keyframes opacity {
  0% {
    stroke: rgba(255, 255, 255, 0.8); }
  25% {
    stroke: white; }
  50% {
    stroke: rgba(255, 255, 255, 0.5); }
  75% {
    stroke: rgba(255, 255, 255, 0.7); }
  100% {
    stroke: white; } }
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@-webkit-keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@-webkit-keyframes opacity {
  0% {
    stroke: rgba(255, 255, 255, 0.3); }
  25% {
    stroke: white; }
  50% {
    stroke: rgba(255, 255, 255, 0.5); }
  75% {
    stroke: rgba(255, 255, 255, 0.8); }
  100% {
    stroke: white; } }
.slideFade-enter-active, .slideFade-leave-active {
  transition: all 1s ease;
  height: auto;
  max-height: 10000px;
  opacity: 1; }

.slideFade-leave-active {
  transition: all .5s ease; }

.slideFade-enter, .slideFade-leave-to {
  height: auto;
  max-height: 0px;
  overflow: hidden;
  padding: 0;
  opacity: 0; }

/* Colors */
/* Margin & Padding */
/* Fonts */
/* Thumb */
/* Borders */
.pop-cart .article-container {
  overflow-y: auto;
  position: relative;
  height: calc(100% - 70px); }
  .pop-cart .article-container em {
    display: block;
    margin: 15px; }
    @media (min-width: 768px) {
      .pop-cart .article-container em {
        margin: 30px; } }
.pop-cart article {
  border-bottom: 1px solid #e6e6e6;
  padding: 15px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  font-weight: 300; }
  .pop-cart article div {
    flex-grow: 0; }
    .pop-cart article div:nth-child(2) {
      flex-grow: 1; }
    .pop-cart article div .sub span {
      border: 1px solid #e6e6e6;
      font-size: .8rem;
      padding: 0 5px;
      margin-right: 5px; }
      .pop-cart article div .sub span em {
        display: inline;
        margin: 0;
        padding: 0;
        padding-right: 5px; }
    .pop-cart article div .sub .sub {
      border: none !important;
      padding: 0 !important; }
  .pop-cart article .cart-img {
    width: 50px;
    max-width: 75px;
    margin-right: 15px;
    padding: 7.5px; }
    @media (min-width: 768px) {
      .pop-cart article .cart-img {
        width: 75px; } }
  .pop-cart article img {
    width: 100%;
    height: auto;
    max-width: 75px; }
  .pop-cart article h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0; }
  .pop-cart article a h4 {
    color: #2b2b2b; }
  .pop-cart article .prices {
    font-family: "Lato", Arial, sans-serif;
    font-weight: 600;
    text-align: right;
    display: flex;
    flex-direction: column;
    height: 100%; }
    .pop-cart article .prices .oldprice {
      text-decoration: line-through;
      color: #e6e6e6;
      font-size: 14px;
      margin-top: -5px; }
    .pop-cart article .prices .newprice {
      font-size: 18px;
      text-transform: uppercase; }
      .pop-cart article .prices .newprice.free:after {
        display: inline-flex;
        content: '';
        width: 22px;
        height: 22px;
        margin: 0 0 0 15px; }
  .pop-cart article svg {
    width: 22px;
    height: 22px;
    margin: 0 0 0 15px;
    cursor: pointer; }
.pop-cart .menu-options {
  color: #2b2b2b; }
@media (min-width: 768px) {
  .pop-cart .popcartScroller {
    height: 150px;
    margin-top: -150px;
    visibility: hidden; } }
.pop-cart .totals {
  background: #FFF;
  width: 100%;
  border-top: 1px solid #e6e6e6;
  padding: 15px;
  font-size: 18px;
  flex-shrink: 0; }
  @media (min-width: 768px) {
    .pop-cart .totals {
      padding: 15px 30px; } }
  .pop-cart .totals .totals-overview {
    display: flex;
    font-weight: 700;
    width: 100%;
    justify-content: space-between; }
  .pop-cart .totals .stock {
    font-size: 14px; }
.pop-cart .articlemenu {
  position: relative;
  background: #f4f4f4;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  min-height: 0;
  height: 0; }
  .pop-cart .articlemenu.isOpen {
    padding: 15px 7.5px 0;
    min-height: 45px;
    height: auto;
    border-bottom: 1px solid #e6e6e6; }
  .pop-cart .articlemenu span {
    line-height: 25px;
    margin-right: 15px;
    display: flex;
    margin-bottom: 15px;
    cursor: pointer; }
    .pop-cart .articlemenu span svg {
      width: 25px;
      height: 25px;
      display: inline;
      margin: 0 7.5px; }
    .pop-cart .articlemenu span input {
      width: 25px;
      height: 25px;
      border: none;
      border-radius: 10px;
      text-align: center; }
    .pop-cart .articlemenu span:last-of-type {
      margin-right: 0; }
    .pop-cart .articlemenu span.product-amount {
      cursor: default; }
      .pop-cart .articlemenu span.product-amount svg {
        cursor: pointer; }
  .pop-cart .articlemenu .pop-cart-load {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #f4f4f4;
    opacity: .5; }
.pop-cart .indicator {
  font-size: 14px;
  line-height: 16px;
  margin-top: 7.5px;
  flex-grow: 1; }
  .pop-cart .indicator:before {
    content: '';
    display: inline-flex;
    width: 3px;
    height: 95%;
    margin-right: 7.5px;
    background: #f4f4f4;
    transform: translateY(-1px); }
  .pop-cart .indicator.out-of-stock:before {
    background: #d55232; }
  .pop-cart .indicator.in-stock:before {
    background: #299065; }
  .pop-cart .indicator.pre-order:before {
    background: #9b9258; }
  .pop-cart .indicator.permanently-out-of-stock:before {
    background: #f05d61; }
  .pop-cart .indicator strong {
    font-weight: 600; }
.pop-cart .cart-btns {
  padding: 0 15px 15px;
  flex-shrink: 0;
  margin: 0; }
  .pop-cart .cart-btns .btn {
    margin: 0 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e15a00; }
    @media (min-width: 576px) {
      .pop-cart .cart-btns .btn.ghost {
        margin-right: 15px; } }
    @media (min-width: 768px) {
      .pop-cart .cart-btns .btn {
        margin: 0 15px 15px; } }
    .pop-cart .cart-btns .btn svg {
      margin: 0 7.5px;
      transform: translateY(-2px); }

/*# sourceMappingURL=pop-cart.css.map */

@-webkit-keyframes check {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@-moz-keyframes check {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@-ms-keyframes check {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@keyframes check {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@-webkit-keyframes reversecheck {
  0% {
    height: 13px;
    width: 7px; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 0;
    width: 0; } }
@-moz-keyframes reversecheck {
  0% {
    height: 13px;
    width: 7px; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 0;
    width: 0; } }
@-ms-keyframes reversecheck {
  0% {
    height: 13px;
    width: 7px; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 0;
    width: 0; } }
@keyframes reversecheck {
  0% {
    height: 13px;
    width: 7px; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 0;
    width: 0; } }
@keyframes inside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@keyframes outside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 1000; }
  40% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@keyframes polygon-right-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  80% {
    width: 700px; }
  100% {
    width: 700px; } }
@keyframes polygon-left-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  60% {
    width: 700px; }
  100% {
    width: 700px; } }
.ok-loading g {
  animation: rotate 1.4s linear infinite;
  transform-origin: center; }
.ok-loading circle {
  animation: spin 1.4s ease-in-out infinite,colors 5.6s ease-in-out infinite;
  fill: none;
  stroke: #8ac9ce;
  stroke-dasharray: 100;
  stroke-dashoffset: 0;
  stroke-linecap: square;
  stroke-width: 4;
  transform-origin: center;
  -webkit-transform-origin: center; }
@keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@keyframes colors {
  0% {
    stroke: #8ac9ce; }
  25% {
    stroke: #299065; }
  50% {
    stroke: #9b9258; }
  75% {
    stroke: #d55232; }
  100% {
    stroke: #d5a5c1; } }
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@-webkit-keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@-webkit-keyframes colors {
  0% {
    stroke: #8ac9ce; }
  25% {
    stroke: #299065; }
  50% {
    stroke: #9b9258; }
  75% {
    stroke: #d55232; }
  100% {
    stroke: #d5a5c1; } }
.slideFade-enter-active, .slideFade-leave-active {
  transition: all 1s ease;
  height: auto;
  max-height: 10000px;
  opacity: 1; }

.slideFade-leave-active {
  transition: all .5s ease; }

.slideFade-enter, .slideFade-leave-to {
  height: auto;
  max-height: 0px;
  overflow: hidden;
  padding: 0;
  opacity: 0; }

/* Colors */
/* Margin & Padding */
/* Fonts */
/* Thumb */
/* Borders */
@media (min-width: 768px) {
  .pop-profile {
    width: 80%; } }
@media (min-width: 992px) {
  .pop-profile {
    width: 40%; } }
@media (min-width: 1200px) {
  .pop-profile {
    width: 30%; } }
.pop-profile section {
  padding: 15px 30px; }
  .pop-profile section form {
    padding-top: 15px; }
    .pop-profile section form h5 {
      width: 100%;
      margin-top: 15px;
      margin-bottom: 0;
      padding-bottom: 7.5px;
      text-transform: uppercase;
      font-size: 1em;
      font-weight: 600; }
    .pop-profile section form input {
      margin: 0 0 15px; }
  .pop-profile section.register-form {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    padding-bottom: 67.5px; }
  .pop-profile section.profile img {
    max-width: 40px; }
  .pop-profile section.profile a {
    border: 1px solid #2b2b2b;
    justify-content: center; }
  .pop-profile section .row {
    margin: 0 -15px; }
    .pop-profile section .row .row {
      margin: 0; }
  .pop-profile section .ok-profile {
    margin-right: 0; }

/*# sourceMappingURL=pop-profile.css.map */

@-webkit-keyframes check {
  0% {
    height: 0;
    width: 0;
    opacity: 0; }
  1% {
    opacity: 1; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@-moz-keyframes check {
  0% {
    height: 0;
    width: 0;
    opacity: 0; }
  1% {
    opacity: 1; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@-ms-keyframes check {
  0% {
    height: 0;
    width: 0;
    opacity: 0; }
  1% {
    opacity: 1; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@keyframes check {
  0% {
    height: 0;
    width: 0;
    opacity: 0; }
  1% {
    opacity: 1; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@-webkit-keyframes reversecheck {
  0% {
    height: 13px;
    width: 7px; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 0;
    width: 0; } }
@-moz-keyframes reversecheck {
  0% {
    height: 13px;
    width: 7px; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 0;
    width: 0; } }
@-ms-keyframes reversecheck {
  0% {
    height: 13px;
    width: 7px; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 0;
    width: 0; } }
@keyframes reversecheck {
  0% {
    height: 13px;
    width: 7px; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 0;
    width: 0; } }
@-webkit-keyframes inside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@-moz-keyframes inside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@-ms-keyframes inside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@keyframes inside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@-webkit-keyframes outside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 1000; }
  40% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@-moz-keyframes outside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 1000; }
  40% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@-ms-keyframes outside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 1000; }
  40% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@keyframes outside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 1000; }
  40% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@-webkit-keyframes polygon-right-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  80% {
    width: 700px; }
  100% {
    width: 700px; } }
@-moz-keyframes polygon-right-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  80% {
    width: 700px; }
  100% {
    width: 700px; } }
@-ms-keyframes polygon-right-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  80% {
    width: 700px; }
  100% {
    width: 700px; } }
@keyframes polygon-right-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  80% {
    width: 700px; }
  100% {
    width: 700px; } }
@-webkit-keyframes polygon-left-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  60% {
    width: 700px; }
  100% {
    width: 700px; } }
@-moz-keyframes polygon-left-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  60% {
    width: 700px; }
  100% {
    width: 700px; } }
@-ms-keyframes polygon-left-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  60% {
    width: 700px; }
  100% {
    width: 700px; } }
@keyframes polygon-left-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  60% {
    width: 700px; }
  100% {
    width: 700px; } }
.ok-loading g {
  animation: rotate 1.4s linear infinite;
  transform-origin: center; }
.ok-loading circle {
  animation: spin 1.4s ease-in-out infinite,colors 5.6s ease-in-out infinite;
  fill: none;
  stroke: #8ac9ce;
  stroke-dasharray: 100;
  stroke-dashoffset: 0;
  stroke-linecap: square;
  stroke-width: 4;
  transform-origin: center;
  -webkit-transform-origin: center; }
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@-moz-keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@-ms-keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@-webkit-keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@-moz-keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@-ms-keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@-webkit-keyframes colors {
  0% {
    stroke: #8ac9ce; }
  25% {
    stroke: #299065; }
  50% {
    stroke: #9b9258; }
  75% {
    stroke: #d55232; }
  100% {
    stroke: #d5a5c1; } }
@-moz-keyframes colors {
  0% {
    stroke: #8ac9ce; }
  25% {
    stroke: #299065; }
  50% {
    stroke: #9b9258; }
  75% {
    stroke: #d55232; }
  100% {
    stroke: #d5a5c1; } }
@-ms-keyframes colors {
  0% {
    stroke: #8ac9ce; }
  25% {
    stroke: #299065; }
  50% {
    stroke: #9b9258; }
  75% {
    stroke: #d55232; }
  100% {
    stroke: #d5a5c1; } }
@keyframes colors {
  0% {
    stroke: #8ac9ce; }
  25% {
    stroke: #299065; }
  50% {
    stroke: #9b9258; }
  75% {
    stroke: #d55232; }
  100% {
    stroke: #d5a5c1; } }
.ok-loading-white g {
  animation: rotate 1.4s linear infinite;
  transform-origin: center; }
.ok-loading-white circle {
  animation: spin 1.4s ease-in-out infinite,opacity 5.6s ease-in-out infinite;
  fill: none;
  stroke: #FFF;
  stroke-dasharray: 100;
  stroke-dashoffset: 0;
  stroke-linecap: square;
  stroke-width: 4;
  transform-origin: center;
  -webkit-transform-origin: center; }
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@-moz-keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@-ms-keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@-webkit-keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@-moz-keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@-ms-keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@-webkit-keyframes opacity {
  0% {
    stroke: rgba(255, 255, 255, 0.8); }
  25% {
    stroke: white; }
  50% {
    stroke: rgba(255, 255, 255, 0.5); }
  75% {
    stroke: rgba(255, 255, 255, 0.7); }
  100% {
    stroke: white; } }
@-moz-keyframes opacity {
  0% {
    stroke: rgba(255, 255, 255, 0.8); }
  25% {
    stroke: white; }
  50% {
    stroke: rgba(255, 255, 255, 0.5); }
  75% {
    stroke: rgba(255, 255, 255, 0.7); }
  100% {
    stroke: white; } }
@-ms-keyframes opacity {
  0% {
    stroke: rgba(255, 255, 255, 0.8); }
  25% {
    stroke: white; }
  50% {
    stroke: rgba(255, 255, 255, 0.5); }
  75% {
    stroke: rgba(255, 255, 255, 0.7); }
  100% {
    stroke: white; } }
@keyframes opacity {
  0% {
    stroke: rgba(255, 255, 255, 0.8); }
  25% {
    stroke: white; }
  50% {
    stroke: rgba(255, 255, 255, 0.5); }
  75% {
    stroke: rgba(255, 255, 255, 0.7); }
  100% {
    stroke: white; } }
.slideFade-enter-active, .slideFade-leave-active {
  transition: all 1s ease;
  height: auto;
  max-height: 10000px;
  opacity: 1; }

.slideFade-leave-active {
  transition: all .5s ease; }

.slideFade-enter, .slideFade-leave-to {
  height: auto;
  max-height: 0px;
  overflow: hidden;
  padding: 0;
  opacity: 0; }

.fade-enter-active, .fade-leave-active {
  transition: all 1s ease;
  opacity: 1; }

.fade-leave-active {
  transition: all .5s ease; }

.fade-enter, .fade-leave-to {
  opacity: 0; }

/* Colors */
/* Margin & Padding */
/* Fonts */
/* Thumb */
/* Borders */
.pop-wishlist .article-container {
  overflow-y: auto;
  position: relative;
  height: calc(100% - 70px); }
.pop-wishlist article {
  border-bottom: 1px solid #e6e6e6;
  padding: 15px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  font-weight: 300; }
  .pop-wishlist article .cart-img {
    width: 50px;
    max-width: 75px;
    margin-right: 15px; }
    @media (min-width: 768px) {
      .pop-wishlist article .cart-img {
        width: 75px; } }
  .pop-wishlist article img {
    width: 100%;
    height: auto;
    max-width: 75px; }
  .pop-wishlist article h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0; }
  .pop-wishlist article a {
    color: #2b2b2b;
    position: relative; }
    .pop-wishlist article a:after {
      content: '';
      display: flex;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0; }
  .pop-wishlist article .prices {
    font-family: "Lato", Arial, sans-serif;
    font-weight: 600;
    text-align: right;
    display: flex;
    flex-direction: column;
    height: 100%; }
    .pop-wishlist article .prices .oldprice {
      text-decoration: line-through;
      color: #e6e6e6;
      font-size: 14px;
      margin-top: -5px; }
    .pop-wishlist article .prices .newprice {
      font-size: 18px; }
  .pop-wishlist article svg {
    width: 22px;
    height: 22px;
    margin: 0;
    cursor: pointer; }
    .pop-wishlist article svg.ok-plus {
      height: 12px;
      width: 12px; }
    .pop-wishlist article svg.ok-heart {
      margin-bottom: 5px; }
  .pop-wishlist article div {
    flex-grow: 0; }
    .pop-wishlist article div:nth-child(2) {
      flex-grow: 1; }
    .pop-wishlist article div .sub span {
      border: 1px solid #e6e6e6;
      font-size: .8rem;
      padding: 0 5px;
      margin-right: 5px; }
      .pop-wishlist article div .sub span em {
        display: inline;
        margin: 0;
        padding: 0;
        padding-right: 5px; }
    .pop-wishlist article div .sub .sub {
      border: none !important;
      padding: 0 !important; }
.pop-wishlist .totals {
  background: #FFF;
  width: 100%;
  border-top: 1px solid #e6e6e6;
  padding: 15px 30px;
  font-size: 18px;
  flex-shrink: 0; }
  .pop-wishlist .totals .totals-overview {
    display: flex;
    font-weight: 700;
    width: 100%;
    justify-content: space-between; }
  .pop-wishlist .totals .stock {
    font-size: 14px; }
.pop-wishlist .articlemenu {
  background: #f4f4f4;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  min-height: 0;
  height: 0; }
  .pop-wishlist .articlemenu.isOpen {
    padding: 15px 7.5px 0;
    min-height: 45px;
    height: auto;
    border-bottom: 1px solid #e6e6e6; }
  .pop-wishlist .articlemenu span {
    line-height: 25px;
    margin-right: 15px;
    display: flex;
    margin-bottom: 15px; }
    .pop-wishlist .articlemenu span svg {
      width: 25px;
      height: 25px;
      display: inline;
      margin: 0 7.5px; }
    .pop-wishlist .articlemenu span input {
      width: 25px;
      height: 25px;
      border: none;
      border-radius: 10px;
      text-align: center; }
    .pop-wishlist .articlemenu span:last-of-type {
      margin-right: 0; }
.pop-wishlist .available {
  font-weight: 300; }
  .pop-wishlist .available:before {
    display: inline-block;
    width: 10px;
    height: 10px;
    content: '';
    background: #299065;
    border-radius: 5px;
    margin-right: 10px; }
.pop-wishlist .cart-btns {
  padding: 0 30px 15px;
  flex-shrink: 0; }
  .pop-wishlist .cart-btns .btn {
    margin: 0 7.5px 15px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .pop-wishlist .cart-btns .btn svg {
      margin: 0 7.5px; }

/*# sourceMappingURL=pop-wishlist.css.map */

.vue-scrollbar-transition, .vue-scrollbar__scrollbar-vertical, .vue-scrollbar__scrollbar-horizontal {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.vue-scrollbar-transition--scrollbar {
  transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -webkit-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
}

.vue-scrollbar__wrapper {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background: white;
}
.vue-scrollbar__wrapper:hover .vue-scrollbar__scrollbar-vertical, .vue-scrollbar__wrapper:hover .vue-scrollbar__scrollbar-horizontal {
  opacity: 1;
}
.vue-scrollbar__scrollbar-vertical, .vue-scrollbar__scrollbar-horizontal {
  opacity: 0.5;
  position: absolute;
  background: transparent;
}
.vue-scrollbar__scrollbar-vertical:hover, .vue-scrollbar__scrollbar-horizontal:hover {
  background: rgba(0, 0, 0, 0.3);
}
.vue-scrollbar__scrollbar-vertical .scrollbar, .vue-scrollbar__scrollbar-horizontal .scrollbar {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  cursor: default;
}
.vue-scrollbar__scrollbar-vertical {
  width: 10px;
  height: 100%;
  top: 0;
  right: 0;
}
.vue-scrollbar__scrollbar-vertical .scrollbar {
  width: 10px;
}
.vue-scrollbar__scrollbar-horizontal {
  height: 10px;
  width: 100%;
  bottom: 0;
  right: 0;
}
.vue-scrollbar__scrollbar-horizontal .scrollbar {
  height: 10px;
}



/*# sourceMappingURL=banners.css.map */

@-webkit-keyframes check {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@-moz-keyframes check {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@-ms-keyframes check {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@keyframes check {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@-webkit-keyframes reversecheck {
  0% {
    height: 13px;
    width: 7px; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 0;
    width: 0; } }
@-moz-keyframes reversecheck {
  0% {
    height: 13px;
    width: 7px; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 0;
    width: 0; } }
@-ms-keyframes reversecheck {
  0% {
    height: 13px;
    width: 7px; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 0;
    width: 0; } }
@keyframes reversecheck {
  0% {
    height: 13px;
    width: 7px; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 0;
    width: 0; } }
@keyframes inside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@keyframes outside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 1000; }
  40% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@keyframes polygon-right-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  80% {
    width: 700px; }
  100% {
    width: 700px; } }
@keyframes polygon-left-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  60% {
    width: 700px; }
  100% {
    width: 700px; } }
.ok-loading g {
  animation: rotate 1.4s linear infinite;
  transform-origin: center; }
.ok-loading circle {
  animation: spin 1.4s ease-in-out infinite,colors 5.6s ease-in-out infinite;
  fill: none;
  stroke: #8ac9ce;
  stroke-dasharray: 100;
  stroke-dashoffset: 0;
  stroke-linecap: square;
  stroke-width: 4;
  transform-origin: center;
  -webkit-transform-origin: center; }
@keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@keyframes colors {
  0% {
    stroke: #8ac9ce; }
  25% {
    stroke: #299065; }
  50% {
    stroke: #9b9258; }
  75% {
    stroke: #d55232; }
  100% {
    stroke: #d5a5c1; } }
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@-webkit-keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@-webkit-keyframes colors {
  0% {
    stroke: #8ac9ce; }
  25% {
    stroke: #299065; }
  50% {
    stroke: #9b9258; }
  75% {
    stroke: #d55232; }
  100% {
    stroke: #d5a5c1; } }
.slideFade-enter-active, .slideFade-leave-active {
  transition: all 1s ease;
  height: auto;
  max-height: 10000px;
  opacity: 1; }

.slideFade-leave-active {
  transition: all .5s ease; }

.slideFade-enter, .slideFade-leave-to {
  height: auto;
  max-height: 0px;
  overflow: hidden;
  padding: 0;
  opacity: 0; }

/* Colors */
/* Margin & Padding */
/* Fonts */
/* Thumb */
/* Borders */
.quicknav {
  margin: 7.5px 0; }
  @media (min-width: 768px) {
    .quicknav {
      margin: 67.5px 0; } }
  .quicknav .row {
    margin-left: 0; }
    .quicknav .row a {
      display: block;
      border: 1px solid #2b2b2b;
      color: #2b2b2b;
      text-align: center;
      margin-bottom: 15px;
      padding: 15px 0; }
    @media (min-width: 992px) {
      .quicknav .row {
        display: grid;
        grid-row-gap: 15px;
        grid-column-gap: 2%;
        grid-template-columns: [col] 25% [col] 38% [col] 2% [col] 2% [col] 25%;
        grid-template-rows: [row] 220px [row] 175px;
        margin: 30px 0;
        align-content: center; }
        .quicknav .row a {
          display: block;
          width: 100%;
          height: 100%;
          color: #FFF;
          border: 0;
          padding: 0;
          text-transform: uppercase;
          font-size: 25px;
          line-height: 27px;
          font-weight: 300;
          font-family: "Lato", Arial, sans-serif; }
          .quicknav .row a span {
            flex-direction: column; }
          .quicknav .row a:hover {
            text-decoration: none; }
          .quicknav .row a strong {
            font-weight: 700; } }
    @media (max-width: 991.98px) {
      @supports (-webkit-overflow-scrolling: touch) {
        .quicknav .row .qn:nth-of-type(2) {
          margin-left: -1px; } } }
    @media (max-width: 991.98px) {
      .quicknav .row .qn {
        background-image: none !important; } }
    @media (min-width: 992px) {
      .quicknav .row .qn {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        padding: 15px; }
        .quicknav .row .qn[data-order*="1"] {
          grid-column: col;
          grid-row: row 1;
          background: #FFF;
          border: 1px solid #e6e6e6;
          flex-direction: column;
          justify-content: space-around; }
          .quicknav .row .qn[data-order*="1"] a {
            border: 1px solid #2b2b2b;
            color: #2b2b2b;
            font-size: 15px;
            height: auto;
            text-transform: none;
            font-family: "Catamaran", Arial, sans-serif;
            font-weight: 400; }
        .quicknav .row .qn[data-order*="2"] {
          grid-column: col 2/span 3;
          grid-row: row 1; }
        .quicknav .row .qn[data-order*="3"] {
          grid-column: col 5;
          grid-row: row 1; }
        .quicknav .row .qn[data-order*="4"] {
          grid-column: col;
          grid-row: row 2; }
        .quicknav .row .qn[data-order*="5"] {
          grid-column: col 2 / span 1;
          grid-row: row 2; }
        .quicknav .row .qn[data-order*="6"] {
          grid-column: col 3 / span 3;
          grid-row: row 2; }
        .quicknav .row .qn[data-order*="7"] {
          display: none !important; }
        .quicknav .row .qn span {
          height: 100%; }
          .quicknav .row .qn span[data-align*="topleft"] {
            align-items: flex-start;
            justify-content: flex-start; }
          .quicknav .row .qn span[data-align*="topright"] {
            align-items: flex-end;
            justify-content: flex-start; }
          .quicknav .row .qn span[data-align*="bottomright"] {
            align-items: flex-end;
            justify-content: flex-end; }
          .quicknav .row .qn span[data-align*="bottomleft"] {
            align-items: flex-start;
            justify-content: flex-end; } }
    .quicknav .row .qn p {
      line-height: 20px; }
  .quicknav .d-md-block {
    padding: 0 15px 0 0; }
    @media (min-width: 768px) {
      .quicknav .d-md-block {
        display: flex;
        flex-wrap: nowrap; } }
    @media (min-width: 768px) {
      .quicknav .d-md-block:nth-child(2), .quicknav .d-md-block:nth-child(5) {
        padding-right: 15px; } }

/*# sourceMappingURL=quicknav.css.map */

@-webkit-keyframes check {
  0% {
    height: 0;
    width: 0;
    opacity: 0; }
  1% {
    opacity: 1; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@-moz-keyframes check {
  0% {
    height: 0;
    width: 0;
    opacity: 0; }
  1% {
    opacity: 1; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@-ms-keyframes check {
  0% {
    height: 0;
    width: 0;
    opacity: 0; }
  1% {
    opacity: 1; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@keyframes check {
  0% {
    height: 0;
    width: 0;
    opacity: 0; }
  1% {
    opacity: 1; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@-webkit-keyframes reversecheck {
  0% {
    height: 13px;
    width: 7px; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 0;
    width: 0; } }
@-moz-keyframes reversecheck {
  0% {
    height: 13px;
    width: 7px; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 0;
    width: 0; } }
@-ms-keyframes reversecheck {
  0% {
    height: 13px;
    width: 7px; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 0;
    width: 0; } }
@keyframes reversecheck {
  0% {
    height: 13px;
    width: 7px; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 0;
    width: 0; } }
@keyframes inside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@keyframes outside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 1000; }
  40% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@keyframes polygon-right-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  80% {
    width: 700px; }
  100% {
    width: 700px; } }
@keyframes polygon-left-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  60% {
    width: 700px; }
  100% {
    width: 700px; } }
.ok-loading g {
  animation: rotate 1.4s linear infinite;
  transform-origin: center; }
.ok-loading circle {
  animation: spin 1.4s ease-in-out infinite,colors 5.6s ease-in-out infinite;
  fill: none;
  stroke: #8ac9ce;
  stroke-dasharray: 100;
  stroke-dashoffset: 0;
  stroke-linecap: square;
  stroke-width: 4;
  transform-origin: center;
  -webkit-transform-origin: center; }
@keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@keyframes colors {
  0% {
    stroke: #8ac9ce; }
  25% {
    stroke: #299065; }
  50% {
    stroke: #9b9258; }
  75% {
    stroke: #d55232; }
  100% {
    stroke: #d5a5c1; } }
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@-webkit-keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@-webkit-keyframes colors {
  0% {
    stroke: #8ac9ce; }
  25% {
    stroke: #299065; }
  50% {
    stroke: #9b9258; }
  75% {
    stroke: #d55232; }
  100% {
    stroke: #d5a5c1; } }
.ok-loading-white g {
  animation: rotate 1.4s linear infinite;
  transform-origin: center; }
.ok-loading-white circle {
  animation: spin 1.4s ease-in-out infinite,opacity 5.6s ease-in-out infinite;
  fill: none;
  stroke: #FFF;
  stroke-dasharray: 100;
  stroke-dashoffset: 0;
  stroke-linecap: square;
  stroke-width: 4;
  transform-origin: center;
  -webkit-transform-origin: center; }
@keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@keyframes opacity {
  0% {
    stroke: rgba(255, 255, 255, 0.8); }
  25% {
    stroke: white; }
  50% {
    stroke: rgba(255, 255, 255, 0.5); }
  75% {
    stroke: rgba(255, 255, 255, 0.7); }
  100% {
    stroke: white; } }
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@-webkit-keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@-webkit-keyframes opacity {
  0% {
    stroke: rgba(255, 255, 255, 0.3); }
  25% {
    stroke: white; }
  50% {
    stroke: rgba(255, 255, 255, 0.5); }
  75% {
    stroke: rgba(255, 255, 255, 0.8); }
  100% {
    stroke: white; } }
.slideFade-enter-active, .slideFade-leave-active {
  transition: all 1s ease;
  height: auto;
  max-height: 10000px;
  opacity: 1; }

.slideFade-leave-active {
  transition: all .5s ease; }

.slideFade-enter, .slideFade-leave-to {
  height: auto;
  max-height: 0px;
  overflow: hidden;
  padding: 0;
  opacity: 0; }

/* Colors */
/* Margin & Padding */
/* Fonts */
/* Thumb */
/* Borders */
.productslider h2 {
  margin-bottom: 15px; }
.productslider .row {
  flex-wrap: nowrap;
  margin: 0; }
  .productslider .row .productbox {
    border: 1px solid #e6e6e6;
    position: relative;
    color: #2b2b2b;
    display: block;
    padding: 15px;
    text-align: left;
    height: 100%; }
    .productslider .row .productbox:after {
      height: 0;
      background: #8ac9ce;
      content: '';
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      transition: .2s all; }
    .productslider .row .productbox:hover:after {
      height: 4px; }
    .productslider .row .productbox.vaandel:before {
      background: #299065;
      width: 80px;
      height: 60px;
      content: 'Super Deal';
      position: absolute;
      right: 15px;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      padding: 7.5px 15px;
      color: #FFF;
      text-align: center;
      line-height: 18px; }
    .productslider .row .productbox.vaandel:after {
      border-top: 25px solid #299065;
      border-left: 40px solid transparent;
      border-right: 40px solid transparent;
      content: "";
      height: 0;
      right: 15px;
      position: absolute;
      top: 60px;
      width: 0;
      z-index: 90; }
    .productslider .row .productbox img {
      max-width: 80%;
      margin: 0 auto;
      display: block;
      margin: 1px auto 30px; }
    .productslider .row .productbox h3 {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 3px; }
    .productslider .row .productbox p {
      font-size: 16px; }
      .productslider .row .productbox p.producttype {
        line-height: 18px; }
      .productslider .row .productbox p .oldprice {
        text-decoration: line-through; }
      .productslider .row .productbox p .newprice {
        color: #299065; }
.productslider .swiper-container {
  height: auto !important;
  padding-bottom: 7.5px; }
  .productslider .swiper-container .swiper-scrollbar {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 50;
    height: 5px;
    width: 100%; }
.productslider .swiper-button-next {
  width: 20px;
  height: 100%;
  border: 0;
  background: -webkit-linear-gradient(right, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(right, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); }
.productslider .swiper-button-prev {
  width: 20px;
  height: 100%;
  border: 0;
  background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); }
@media (min-width: 768px) {
  .productslider .swiper-button-prev, .productslider .swiper-button-next {
    width: 120px; } }
.productslider footer a {
  color: #2b2b2b; }
  .productslider footer a svg {
    margin-left: -2px;
    transform: translateY(-2px); }

/*# sourceMappingURL=productslider.css.map */

/* Colors */
/* Margin & Padding */
/* Fonts */
.usps {
  background: #2b2b2b;
  color: #FFF;
  margin: 67.5px 0;
  padding: 15px 0;
  text-transform: uppercase; }
  .usps article {
    padding: 15px;
    opacity: .7;
    border-bottom: 1px solid #FFF; }
    .usps article:nth-child(odd) {
      border-right: 1px solid #FFF; }
    .usps article:nth-child(2) {
      border-bottom: none; }
    @media (min-width: 576px) {
      .usps article:nth-child(2) {
        border-bottom: 1px solid #FFF; }
      .usps article:nth-child(3), .usps article:nth-child(4) {
        border-bottom: none; } }
    @media (min-width: 992px) {
      .usps article:nth-child(odd) {
        border-right: none; }
      .usps article:nth-child(3) {
        border-bottom: 1px solid #FFF; }
      .usps article:nth-child(n+4) {
        border-bottom: none; } }
    .usps article svg {
      min-width: 30px;
      width: 30px;
      height: 30px;
      margin-right: 30px; }

/*# sourceMappingURL=usps.css.map */

@-webkit-keyframes check {
  0% {
    height: 0;
    width: 0;
    opacity: 0; }
  1% {
    opacity: 1; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@-moz-keyframes check {
  0% {
    height: 0;
    width: 0;
    opacity: 0; }
  1% {
    opacity: 1; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@-ms-keyframes check {
  0% {
    height: 0;
    width: 0;
    opacity: 0; }
  1% {
    opacity: 1; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@keyframes check {
  0% {
    height: 0;
    width: 0;
    opacity: 0; }
  1% {
    opacity: 1; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@-webkit-keyframes reversecheck {
  0% {
    height: 13px;
    width: 7px; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 0;
    width: 0; } }
@-moz-keyframes reversecheck {
  0% {
    height: 13px;
    width: 7px; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 0;
    width: 0; } }
@-ms-keyframes reversecheck {
  0% {
    height: 13px;
    width: 7px; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 0;
    width: 0; } }
@keyframes reversecheck {
  0% {
    height: 13px;
    width: 7px; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 0;
    width: 0; } }
@keyframes inside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@keyframes outside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 1000; }
  40% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@keyframes polygon-right-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  80% {
    width: 700px; }
  100% {
    width: 700px; } }
@keyframes polygon-left-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  60% {
    width: 700px; }
  100% {
    width: 700px; } }
.ok-loading g {
  animation: rotate 1.4s linear infinite;
  transform-origin: center; }
.ok-loading circle {
  animation: spin 1.4s ease-in-out infinite,colors 5.6s ease-in-out infinite;
  fill: none;
  stroke: #8ac9ce;
  stroke-dasharray: 100;
  stroke-dashoffset: 0;
  stroke-linecap: square;
  stroke-width: 4;
  transform-origin: center;
  -webkit-transform-origin: center; }
@keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@keyframes colors {
  0% {
    stroke: #8ac9ce; }
  25% {
    stroke: #299065; }
  50% {
    stroke: #9b9258; }
  75% {
    stroke: #d55232; }
  100% {
    stroke: #d5a5c1; } }
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@-webkit-keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@-webkit-keyframes colors {
  0% {
    stroke: #8ac9ce; }
  25% {
    stroke: #299065; }
  50% {
    stroke: #9b9258; }
  75% {
    stroke: #d55232; }
  100% {
    stroke: #d5a5c1; } }
.ok-loading-white g {
  animation: rotate 1.4s linear infinite;
  transform-origin: center; }
.ok-loading-white circle {
  animation: spin 1.4s ease-in-out infinite,opacity 5.6s ease-in-out infinite;
  fill: none;
  stroke: #FFF;
  stroke-dasharray: 100;
  stroke-dashoffset: 0;
  stroke-linecap: square;
  stroke-width: 4;
  transform-origin: center;
  -webkit-transform-origin: center; }
@keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@keyframes opacity {
  0% {
    stroke: rgba(255, 255, 255, 0.8); }
  25% {
    stroke: white; }
  50% {
    stroke: rgba(255, 255, 255, 0.5); }
  75% {
    stroke: rgba(255, 255, 255, 0.7); }
  100% {
    stroke: white; } }
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@-webkit-keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@-webkit-keyframes opacity {
  0% {
    stroke: rgba(255, 255, 255, 0.3); }
  25% {
    stroke: white; }
  50% {
    stroke: rgba(255, 255, 255, 0.5); }
  75% {
    stroke: rgba(255, 255, 255, 0.8); }
  100% {
    stroke: white; } }
.slideFade-enter-active, .slideFade-leave-active {
  transition: all 1s ease;
  height: auto;
  max-height: 10000px;
  opacity: 1; }

.slideFade-leave-active {
  transition: all .5s ease; }

.slideFade-enter, .slideFade-leave-to {
  height: auto;
  max-height: 0px;
  overflow: hidden;
  padding: 0;
  opacity: 0; }

/* Colors */
/* Margin & Padding */
/* Fonts */
/* Thumb */
/* Borders */
.brandslider {
  margin: 0 !important;
  max-width: 1415px !important; }
  @media (min-width: 768px) {
    .brandslider {
      margin: 0 auto !important; } }
  .brandslider section {
    max-width: 1415px !important; }
  .brandslider h2 {
    margin: 0 7.5px 30px; }
  .brandslider > .container {
    width: 100% !important; }
  .brandslider .swiper-container {
    height: auto !important;
    max-width: 1400px;
    padding: 0; }
  .brandslider .brand {
    border: 1px solid #FFF;
    color: #FFF !important;
    display: flex;
    margin: 0;
    height: 218px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1; }
    .brandslider .brand svg {
      width: 100%;
      height: 100%;
      padding: 30px;
      z-index: 10; }
    .brandslider .brand:after {
      display: flex;
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      width: 100%;
      height: 100%;
      z-index: 5;
      background-image: -webkit-linear-gradient(145deg, rgba(155, 146, 88, 0.72), rgba(0, 0, 0, 0.72));
      background-image: -moz-linear-gradient(145deg, rgba(155, 146, 88, 0.72), rgba(0, 0, 0, 0.72));
      background-image: -o-linear-gradient(145deg, rgba(155, 146, 88, 0.72), rgba(0, 0, 0, 0.72));
      background-image: -ms-linear-gradient(145deg, rgba(155, 146, 88, 0.72), rgba(0, 0, 0, 0.72));
      background-image: linear-gradient(145deg, rgba(155, 146, 88, 0.72), rgba(0, 0, 0, 0.72)); }
    @media (max-width: 767.98px) {
      .brandslider .brand {
        background: transparent !important;
        height: 70px; }
        .brandslider .brand svg {
          padding: 15px; }
        .brandslider .brand:after {
          content: none; } }
  @media (max-width: 767.98px) {
    .brandslider {
      background: #9b9258;
      padding: 30px 0; }
      .brandslider .container {
        width: calc(100% - 15px); }
      .brandslider h2 {
        color: #FFF;
        margin-bottom: 15px;
        margin-left: 0; }
      .brandslider button {
        display: none; } }
  @media (max-width: 575.98px) {
    .brandslider {
      padding: 15px;
      margin: 0 !important; }
      .brandslider .container {
        width: calc(100% - 30px); }
      .brandslider h2 {
        color: #FFF;
        margin-bottom: 15px; }
      .brandslider button {
        display: none; } }
  .brandslider .VueCarousel-navigation--disabled {
    display: none; }
  .brandslider .ok-icon {
    width: 30px;
    height: 30px; }
    .brandslider .ok-icon.next {
      transform: rotate(-90deg); }
    .brandslider .ok-icon.prev {
      transform: rotate(90deg); }

/*# sourceMappingURL=brandslider.css.map */

@-webkit-keyframes check {
  0% {
    height: 0;
    width: 0;
    opacity: 0; }
  1% {
    opacity: 1; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@-moz-keyframes check {
  0% {
    height: 0;
    width: 0;
    opacity: 0; }
  1% {
    opacity: 1; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@-ms-keyframes check {
  0% {
    height: 0;
    width: 0;
    opacity: 0; }
  1% {
    opacity: 1; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@keyframes check {
  0% {
    height: 0;
    width: 0;
    opacity: 0; }
  1% {
    opacity: 1; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@-webkit-keyframes reversecheck {
  0% {
    height: 13px;
    width: 7px; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 0;
    width: 0; } }
@-moz-keyframes reversecheck {
  0% {
    height: 13px;
    width: 7px; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 0;
    width: 0; } }
@-ms-keyframes reversecheck {
  0% {
    height: 13px;
    width: 7px; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 0;
    width: 0; } }
@keyframes reversecheck {
  0% {
    height: 13px;
    width: 7px; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 0;
    width: 0; } }
@keyframes inside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@keyframes outside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 1000; }
  40% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@keyframes polygon-right-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  80% {
    width: 700px; }
  100% {
    width: 700px; } }
@keyframes polygon-left-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  60% {
    width: 700px; }
  100% {
    width: 700px; } }
.ok-loading g {
  animation: rotate 1.4s linear infinite;
  transform-origin: center; }
.ok-loading circle {
  animation: spin 1.4s ease-in-out infinite,colors 5.6s ease-in-out infinite;
  fill: none;
  stroke: #8ac9ce;
  stroke-dasharray: 100;
  stroke-dashoffset: 0;
  stroke-linecap: square;
  stroke-width: 4;
  transform-origin: center;
  -webkit-transform-origin: center; }
@keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@keyframes colors {
  0% {
    stroke: #8ac9ce; }
  25% {
    stroke: #299065; }
  50% {
    stroke: #9b9258; }
  75% {
    stroke: #d55232; }
  100% {
    stroke: #d5a5c1; } }
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@-webkit-keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@-webkit-keyframes colors {
  0% {
    stroke: #8ac9ce; }
  25% {
    stroke: #299065; }
  50% {
    stroke: #9b9258; }
  75% {
    stroke: #d55232; }
  100% {
    stroke: #d5a5c1; } }
.ok-loading-white g {
  animation: rotate 1.4s linear infinite;
  transform-origin: center; }
.ok-loading-white circle {
  animation: spin 1.4s ease-in-out infinite,opacity 5.6s ease-in-out infinite;
  fill: none;
  stroke: #FFF;
  stroke-dasharray: 100;
  stroke-dashoffset: 0;
  stroke-linecap: square;
  stroke-width: 4;
  transform-origin: center;
  -webkit-transform-origin: center; }
@keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@keyframes opacity {
  0% {
    stroke: rgba(255, 255, 255, 0.8); }
  25% {
    stroke: white; }
  50% {
    stroke: rgba(255, 255, 255, 0.5); }
  75% {
    stroke: rgba(255, 255, 255, 0.7); }
  100% {
    stroke: white; } }
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@-webkit-keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@-webkit-keyframes opacity {
  0% {
    stroke: rgba(255, 255, 255, 0.3); }
  25% {
    stroke: white; }
  50% {
    stroke: rgba(255, 255, 255, 0.5); }
  75% {
    stroke: rgba(255, 255, 255, 0.8); }
  100% {
    stroke: white; } }
.slideFade-enter-active, .slideFade-leave-active {
  transition: all 1s ease;
  height: auto;
  max-height: 10000px;
  opacity: 1; }

.slideFade-leave-active {
  transition: all .5s ease; }

.slideFade-enter, .slideFade-leave-to {
  height: auto;
  max-height: 0px;
  overflow: hidden;
  padding: 0;
  opacity: 0; }

/* Colors */
/* Margin & Padding */
/* Fonts */
/* Thumb */
/* Borders */
.site-reviews {
  border-bottom: 2px solid #e6e6e6;
  margin: 30px 0;
  padding: 0 0 67.5px 0; }
  .site-reviews a {
    color: #212529; }
  @media (min-width: 768px) {
    .site-reviews {
      margin: 67.5px 0; } }
  .site-reviews .logo {
    width: auto;
    height: 40px;
    max-width: 200px; }
  .site-reviews .rating {
    padding-top: 15px; }
    .site-reviews .rating svg {
      width: 25px;
      height: 25px;
      color: #9b9258; }
  .site-reviews strong {
    color: #9b9258; }

#review-widget .row {
  margin-left: 0 !important;
  margin-right: 0 !important; }
  #review-widget .row:before, #review-widget .row:after {
    display: none; }
@media (min-width: 768px) {
  #review-widget .review-summary {
    border-right: 1px solid rgba(255, 255, 255, 0.3); }
  #review-widget.light .review-summary {
    border-right: 1px solid #e6e6e6; } }
#review-widget .review-widget-reviews > div {
  height: 100%; }
#review-widget a .review-widget-logo {
  width: 80px;
  height: 50px;
  margin-left: 20px; }
#review-widget hr {
  background: #FFF;
  opacity: .3;
  margin-bottom: 7.5px; }
#review-widget .review-widget-impression {
  font-family: "Lato", Arial, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 900; }
#review-widget .review-widget-rating svg {
  color: #edbb4e;
  margin-right: 5px;
  width: 30px;
  height: 30px; }
#review-widget .review-widget-rating.small-star svg {
  width: 20px;
  height: 20px;
  margin-right: 2px; }
#review-widget .review-widget-caption {
  font-weight: 300; }
  #review-widget .review-widget-caption span {
    font-family: "Lato", Arial, sans-serif;
    font-size: 20px;
    font-weight: 600; }
#review-widget .swiper-container {
  padding-bottom: 0; }
#review-widget .swiper-pagination {
  height: auto !important;
  margin-bottom: -15px;
  justify-content: center;
  width: calc(100% - 15px); }
  @media (min-width: 768px) {
    #review-widget .swiper-pagination {
      justify-content: flex-end;
      padding-right: 37px !important; } }
  #review-widget .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 0; }
    #review-widget .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #FFF; }
#review-widget.light a {
  color: #2b2b2b; }
#review-widget.light hr {
  background: #e6e6e6;
  margin-bottom: 7.5px; }
#review-widget.light .swiper-pagination .swiper-pagination-bullet {
  background: #FFF;
  opacity: 1;
  border: 1px solid #2b2b2b;
  width: 12px;
  height: 12px; }
  #review-widget.light .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #2b2b2b; }
#review-widget .ok-review-language {
  width: 20px;
  height: 18px;
  transform: translateY(-1px); }

footer #review-widget .loading-logo {
  width: 75px;
  margin-bottom: 0; }

/*# sourceMappingURL=sitereviews.css.map */

@-webkit-keyframes check {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@-moz-keyframes check {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@-ms-keyframes check {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@keyframes check {
  0% {
    height: 0;
    width: 0; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@-webkit-keyframes reversecheck {
  0% {
    height: 13px;
    width: 7px; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 0;
    width: 0; } }
@-moz-keyframes reversecheck {
  0% {
    height: 13px;
    width: 7px; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 0;
    width: 0; } }
@-ms-keyframes reversecheck {
  0% {
    height: 13px;
    width: 7px; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 0;
    width: 0; } }
@keyframes reversecheck {
  0% {
    height: 13px;
    width: 7px; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 0;
    width: 0; } }
@keyframes inside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@keyframes outside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 1000; }
  40% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@keyframes polygon-right-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  80% {
    width: 700px; }
  100% {
    width: 700px; } }
@keyframes polygon-left-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  60% {
    width: 700px; }
  100% {
    width: 700px; } }
.ok-loading g {
  animation: rotate 1.4s linear infinite;
  transform-origin: center; }
.ok-loading circle {
  animation: spin 1.4s ease-in-out infinite,colors 5.6s ease-in-out infinite;
  fill: none;
  stroke: #8ac9ce;
  stroke-dasharray: 100;
  stroke-dashoffset: 0;
  stroke-linecap: square;
  stroke-width: 4;
  transform-origin: center; }
@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(270deg); } }
@keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg); } }
@keyframes colors {
  0% {
    stroke: #8ac9ce; }
  25% {
    stroke: #299065; }
  50% {
    stroke: #9b9258; }
  75% {
    stroke: #d55232; }
  100% {
    stroke: #d5a5c1; } }
.slideFade-enter-active, .slideFade-leave-active {
  transition: all 1s ease;
  height: auto;
  max-height: 10000px;
  opacity: 1; }

.slideFade-leave-active {
  transition: all .5s ease; }

.slideFade-enter, .slideFade-leave-to {
  height: auto;
  max-height: 0px;
  overflow: hidden;
  padding: 0;
  opacity: 0; }

/* Colors */
/* Margin & Padding */
/* Fonts */
/* Thumb */
/* Borders */
.customerservice {
  margin: 30px -15px !important; }
  .customerservice h4 {
    font-size: 1.2rem;
    letter-spacing: normal;
    font-weight: 700; }
  @media (min-width: 768px) {
    .customerservice {
      margin: 67.5px auto !important; } }
  .customerservice .cs-blocks, .customerservice .cs-block-tablet {
    margin: 0; }
    @media (min-width: 768px) {
      .customerservice .cs-blocks, .customerservice .cs-block-tablet {
        width: 50%;
        float: left; } }
    .customerservice .cs-blocks .option, .customerservice .cs-block-tablet .option {
      border: 1px solid #2b2b2b;
      color: #2b2b2b;
      padding: 7px 15px;
      margin-bottom: 15px; }
      .customerservice .cs-blocks .option[data-xs-order*="1"], .customerservice .cs-block-tablet .option[data-xs-order*="1"] {
        order: 1;
        min-width: 100%; }
      .customerservice .cs-blocks .option[data-xs-order*="2"], .customerservice .cs-block-tablet .option[data-xs-order*="2"] {
        order: 2;
        min-width: 100%; }
      .customerservice .cs-blocks .option[data-xs-order*="3"], .customerservice .cs-block-tablet .option[data-xs-order*="3"] {
        order: 3;
        min-width: 100%; }
      .customerservice .cs-blocks .option[data-xs-order*="4"], .customerservice .cs-block-tablet .option[data-xs-order*="4"] {
        order: 4;
        min-width: 100%; }
      .customerservice .cs-blocks .option[data-medium*="whatsapp"], .customerservice .cs-block-tablet .option[data-medium*="whatsapp"] {
        background: #075e54;
        color: #FFF;
        border: none; }
      .customerservice .cs-blocks .option[data-medium*="facebook-messenger"], .customerservice .cs-block-tablet .option[data-medium*="facebook-messenger"] {
        background: #0084ff;
        color: #FFF;
        border: none; }
      @media (min-width: 576px) {
        .customerservice .cs-blocks .option[data-xs-order*="1"], .customerservice .cs-block-tablet .option[data-xs-order*="1"] {
          min-width: calc(50% - 7.5px);
          width: calc(50% - 7.5px);
          max-width: calc(50% - 7.5px);
          margin-right: 15px; }
        .customerservice .cs-blocks .option[data-xs-order*="2"], .customerservice .cs-block-tablet .option[data-xs-order*="2"] {
          min-width: calc(50% - 7.5px);
          width: calc(50% - 7.5px);
          max-width: calc(50% - 7.5px); }
        .customerservice .cs-blocks .option[data-xs-order*="3"], .customerservice .cs-block-tablet .option[data-xs-order*="3"] {
          min-width: 100%; }
        .customerservice .cs-blocks .option[data-xs-order*="4"], .customerservice .cs-block-tablet .option[data-xs-order*="4"] {
          min-width: 100%; } }
      @media (min-width: 768px) {
        .customerservice .cs-blocks .option[data-xs-order*="1"], .customerservice .cs-blocks .option[data-xs-order*="2"], .customerservice .cs-blocks .option[data-xs-order*="4"], .customerservice .cs-block-tablet .option[data-xs-order*="1"], .customerservice .cs-block-tablet .option[data-xs-order*="2"], .customerservice .cs-block-tablet .option[data-xs-order*="4"] {
          min-width: 100%; }
        .customerservice .cs-blocks .option[data-medium*="whatsapp"], .customerservice .cs-block-tablet .option[data-medium*="whatsapp"] {
          height: 127px; } }
      @media (min-width: 992px) {
        .customerservice .cs-blocks .option, .customerservice .cs-block-tablet .option {
          border: none;
          padding: 0;
          margin: 0 15px 0 0;
          justify-content: space-between; }
          .customerservice .cs-blocks .option .cta, .customerservice .cs-block-tablet .option .cta {
            background: #9b9258;
            color: #FFF;
            margin: 15px;
            padding: 7px 15px; }
          .customerservice .cs-blocks .option[data-xs-order*="1"], .customerservice .cs-blocks .option[data-xs-order*="2"], .customerservice .cs-blocks .option[data-xs-order*="3"], .customerservice .cs-blocks .option[data-xs-order*="4"], .customerservice .cs-block-tablet .option[data-xs-order*="1"], .customerservice .cs-block-tablet .option[data-xs-order*="2"], .customerservice .cs-block-tablet .option[data-xs-order*="3"], .customerservice .cs-block-tablet .option[data-xs-order*="4"] {
            width: auto;
            min-width: auto;
            max-width: calc(25% - 7.5px); }
          .customerservice .cs-blocks .option[data-xs-order*="4"], .customerservice .cs-block-tablet .option[data-xs-order*="4"] {
            margin-right: 0; }
          .customerservice .cs-blocks .option[data-medium*="whatsapp"], .customerservice .cs-block-tablet .option[data-medium*="whatsapp"] {
            background: #f4f4f4;
            color: #2b2b2b;
            height: auto; }
            .customerservice .cs-blocks .option[data-medium*="whatsapp"] .cta, .customerservice .cs-block-tablet .option[data-medium*="whatsapp"] .cta {
              background: #075e54; }
          .customerservice .cs-blocks .option[data-medium*="facebook-messenger"], .customerservice .cs-block-tablet .option[data-medium*="facebook-messenger"] {
            background: #f4f4f4;
            color: #2b2b2b; }
            .customerservice .cs-blocks .option[data-medium*="facebook-messenger"] .cta, .customerservice .cs-block-tablet .option[data-medium*="facebook-messenger"] .cta {
              background: #0084ff; }
          .customerservice .cs-blocks .option[data-lg-order*="1"], .customerservice .cs-block-tablet .option[data-lg-order*="1"] {
            order: 1 !important; }
          .customerservice .cs-blocks .option[data-lg-order*="2"], .customerservice .cs-block-tablet .option[data-lg-order*="2"] {
            order: 2 !important; }
          .customerservice .cs-blocks .option[data-lg-order*="3"], .customerservice .cs-block-tablet .option[data-lg-order*="3"] {
            order: 3 !important;
            margin-right: 15px; }
          .customerservice .cs-blocks .option[data-lg-order*="4"], .customerservice .cs-block-tablet .option[data-lg-order*="4"] {
            order: 4 !important;
            margin-right: 0; } }
    @media (min-width: 992px) {
      .customerservice .cs-blocks, .customerservice .cs-block-tablet {
        width: 100%;
        float: none;
        margin-bottom: 15px; }
        .customerservice .cs-blocks a, .customerservice .cs-block-tablet a {
          background: #f4f4f4;
          margin: 15px;
          padding: 0;
          display: flex;
          flex-direction: column;
          justify-content: space-between; }
          .customerservice .cs-blocks a a, .customerservice .cs-block-tablet a a {
            display: block;
            margin: 15px;
            padding: 7px 15px;
            background: #9b9258;
            color: #FFF !important; }
            .customerservice .cs-blocks a a#whatsapp, .customerservice .cs-block-tablet a a#whatsapp {
              background: #075e54; }
            .customerservice .cs-blocks a a#facebook-messenger, .customerservice .cs-block-tablet a a#facebook-messenger {
              background: #0084ff; }
        .customerservice .cs-blocks .time-indication, .customerservice .cs-block-tablet .time-indication {
          background: #2b2b2b;
          color: #FFF;
          display: block;
          width: 100%;
          padding: 10px;
          font-size: .7em; } }
    .customerservice .cs-blocks .contact-method, .customerservice .cs-block-tablet .contact-method {
      display: flex;
      padding: 0;
      align-items: center;
      font-size: 13px;
      line-height: 15px; }
      .customerservice .cs-blocks .contact-method svg, .customerservice .cs-block-tablet .contact-method svg {
        min-width: 30px;
        width: 30px;
        height: 30px;
        margin-right: 15px; }
      .customerservice .cs-blocks .contact-method span, .customerservice .cs-block-tablet .contact-method span {
        text-align: left;
        line-height: 20px; }
      @media (min-width: 576px) {
        .customerservice .cs-blocks .contact-method, .customerservice .cs-block-tablet .contact-method {
          font-size: 15px;
          line-height: 17px; } }
      @media (min-width: 992px) {
        .customerservice .cs-blocks .contact-method, .customerservice .cs-block-tablet .contact-method {
          padding: 15px; } }
  .customerservice .cs-block-tablet .contact-method {
    align-items: flex-start; }
    .customerservice .cs-block-tablet .contact-method svg {
      margin-top: 3px; }
  .customerservice small {
    display: block;
    text-align: left; }
    @media (min-width: 992px) {
      .customerservice small {
        text-align: center; }
        .customerservice small span {
          float: none !important; } }
    .customerservice small span {
      display: inline-block;
      height: 40px;
      float: left;
      margin-right: 7px; }
  .customerservice .opening-hours-col {
    border: 1px solid #e6e6e6;
    padding: 15px; }
    .customerservice .opening-hours-col .opening-hours {
      width: auto; }
      .customerservice .opening-hours-col .opening-hours strong {
        display: inline-block;
        margin-right: 7.5px;
        text-transform: capitalize; }
      .customerservice .opening-hours-col .opening-hours span {
        font-weight: 700; }

/*# sourceMappingURL=customerservice.css.map */

@-webkit-keyframes check {
  0% {
    height: 0;
    width: 0;
    opacity: 0; }
  1% {
    opacity: 1; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@-moz-keyframes check {
  0% {
    height: 0;
    width: 0;
    opacity: 0; }
  1% {
    opacity: 1; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@-ms-keyframes check {
  0% {
    height: 0;
    width: 0;
    opacity: 0; }
  1% {
    opacity: 1; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@keyframes check {
  0% {
    height: 0;
    width: 0;
    opacity: 0; }
  1% {
    opacity: 1; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 13px;
    width: 7px; } }
@-webkit-keyframes reversecheck {
  0% {
    height: 13px;
    width: 7px; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 0;
    width: 0; } }
@-moz-keyframes reversecheck {
  0% {
    height: 13px;
    width: 7px; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 0;
    width: 0; } }
@-ms-keyframes reversecheck {
  0% {
    height: 13px;
    width: 7px; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 0;
    width: 0; } }
@keyframes reversecheck {
  0% {
    height: 13px;
    width: 7px; }
  25% {
    height: 0;
    width: 7px; }
  50% {
    height: 0;
    width: 0; } }
@-webkit-keyframes inside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@-moz-keyframes inside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@-ms-keyframes inside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@keyframes inside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@-webkit-keyframes outside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 1000; }
  40% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@-moz-keyframes outside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 1000; }
  40% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@-ms-keyframes outside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 1000; }
  40% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@keyframes outside-animation {
  0% {
    stroke-dashoffset: 1000; }
  20% {
    stroke-dashoffset: 1000; }
  40% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 0; } }
@-webkit-keyframes polygon-right-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  80% {
    width: 700px; }
  100% {
    width: 700px; } }
@-moz-keyframes polygon-right-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  80% {
    width: 700px; }
  100% {
    width: 700px; } }
@-ms-keyframes polygon-right-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  80% {
    width: 700px; }
  100% {
    width: 700px; } }
@keyframes polygon-right-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  80% {
    width: 700px; }
  100% {
    width: 700px; } }
@-webkit-keyframes polygon-left-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  60% {
    width: 700px; }
  100% {
    width: 700px; } }
@-moz-keyframes polygon-left-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  60% {
    width: 700px; }
  100% {
    width: 700px; } }
@-ms-keyframes polygon-left-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  60% {
    width: 700px; }
  100% {
    width: 700px; } }
@keyframes polygon-left-fill-mask {
  0% {
    width: 0; }
  40% {
    width: 0; }
  60% {
    width: 700px; }
  100% {
    width: 700px; } }
.ok-loading g {
  animation: rotate 1.4s linear infinite;
  transform-origin: center; }
.ok-loading circle {
  animation: spin 1.4s ease-in-out infinite,colors 5.6s ease-in-out infinite;
  fill: none;
  stroke: #8ac9ce;
  stroke-dasharray: 100;
  stroke-dashoffset: 0;
  stroke-linecap: square;
  stroke-width: 4;
  transform-origin: center;
  -webkit-transform-origin: center; }
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@-moz-keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@-ms-keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@-webkit-keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@-moz-keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@-ms-keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@-webkit-keyframes colors {
  0% {
    stroke: #8ac9ce; }
  25% {
    stroke: #299065; }
  50% {
    stroke: #9b9258; }
  75% {
    stroke: #d55232; }
  100% {
    stroke: #d5a5c1; } }
@-moz-keyframes colors {
  0% {
    stroke: #8ac9ce; }
  25% {
    stroke: #299065; }
  50% {
    stroke: #9b9258; }
  75% {
    stroke: #d55232; }
  100% {
    stroke: #d5a5c1; } }
@-ms-keyframes colors {
  0% {
    stroke: #8ac9ce; }
  25% {
    stroke: #299065; }
  50% {
    stroke: #9b9258; }
  75% {
    stroke: #d55232; }
  100% {
    stroke: #d5a5c1; } }
@keyframes colors {
  0% {
    stroke: #8ac9ce; }
  25% {
    stroke: #299065; }
  50% {
    stroke: #9b9258; }
  75% {
    stroke: #d55232; }
  100% {
    stroke: #d5a5c1; } }
.ok-loading-white g {
  animation: rotate 1.4s linear infinite;
  transform-origin: center; }
.ok-loading-white circle {
  animation: spin 1.4s ease-in-out infinite,opacity 5.6s ease-in-out infinite;
  fill: none;
  stroke: #FFF;
  stroke-dasharray: 100;
  stroke-dashoffset: 0;
  stroke-linecap: square;
  stroke-width: 4;
  transform-origin: center;
  -webkit-transform-origin: center; }
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@-moz-keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@-ms-keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg); } }
@-webkit-keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@-moz-keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@-ms-keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@keyframes spin {
  0% {
    stroke-dashoffset: 100; }
  50% {
    stroke-dashoffset: 20;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 100;
    transform: rotate(450deg);
    -webkit-transform: rotate(450deg); } }
@-webkit-keyframes opacity {
  0% {
    stroke: rgba(255, 255, 255, 0.8); }
  25% {
    stroke: white; }
  50% {
    stroke: rgba(255, 255, 255, 0.5); }
  75% {
    stroke: rgba(255, 255, 255, 0.7); }
  100% {
    stroke: white; } }
@-moz-keyframes opacity {
  0% {
    stroke: rgba(255, 255, 255, 0.8); }
  25% {
    stroke: white; }
  50% {
    stroke: rgba(255, 255, 255, 0.5); }
  75% {
    stroke: rgba(255, 255, 255, 0.7); }
  100% {
    stroke: white; } }
@-ms-keyframes opacity {
  0% {
    stroke: rgba(255, 255, 255, 0.8); }
  25% {
    stroke: white; }
  50% {
    stroke: rgba(255, 255, 255, 0.5); }
  75% {
    stroke: rgba(255, 255, 255, 0.7); }
  100% {
    stroke: white; } }
@keyframes opacity {
  0% {
    stroke: rgba(255, 255, 255, 0.8); }
  25% {
    stroke: white; }
  50% {
    stroke: rgba(255, 255, 255, 0.5); }
  75% {
    stroke: rgba(255, 255, 255, 0.7); }
  100% {
    stroke: white; } }
.slideFade-enter-active, .slideFade-leave-active {
  transition: all 1s ease;
  height: auto;
  max-height: 10000px;
  opacity: 1; }

.slideFade-leave-active {
  transition: all .5s ease; }

.slideFade-enter, .slideFade-leave-to {
  height: auto;
  max-height: 0px;
  overflow: hidden;
  padding: 0;
  opacity: 0; }

.fade-enter-active, .fade-leave-active {
  transition: all 1s ease;
  opacity: 1; }

.fade-leave-active {
  transition: all .5s ease; }

.fade-enter, .fade-leave-to {
  opacity: 0; }

/* Colors */
/* Margin & Padding */
/* Fonts */
/* Thumb */
/* Borders */
.brand-overview {
  padding-top: 15px; }
  .brand-overview .btn {
    padding: 15px; }
  .brand-overview .title {
    width: 100%;
    text-transform: uppercase;
    font-size: 17px;
    margin-top: 15px; }
    @media (min-width: 768px) {
      .brand-overview .title {
        margin-top: 0; } }
  .brand-overview .content {
    width: 100%; }
    .brand-overview .content .row {
      margin: 0 -15px !important; }
      .brand-overview .content .row div {
        margin-bottom: 15px; }
        .brand-overview .content .row div .brand {
          display: flex;
          width: 100%;
          color: #2b2b2b;
          height: 120px;
          border: 1px solid #e6e6e6;
          padding: 22.5px 15px;
          align-items: center;
          justify-content: center;
          text-align: center; }
          .brand-overview .content .row div .brand svg {
            height: 100%;
            width: 100%; }
          .brand-overview .content .row div .brand img {
            max-height: 100%;
            width: 100%; }
        .brand-overview .content .row div .brandname {
          background: #f4f4f4;
          display: flex;
          width: 100%;
          min-height: 30px;
          justify-content: center;
          align-items: center;
          border: 1px solid #e6e6e6;
          border-top: 0;
          text-align: center;
          padding: 5px;
          color: #2b2b2b; }
    .brand-overview .content h3 {
      color: #499d9a;
      font-size: 19px;
      font-weight: 700;
      border-bottom: 1px solid #e6e6e6;
      padding-bottom: 7.5px;
      margin: 30px 0; }
  .brand-overview .brand-text-alt {
    margin-bottom: 0 !important; }
  .brand-overview .profile-icon {
    flex-grow: 0; }
    .brand-overview .profile-icon svg {
      width: 50px;
      height: 50px; }

/*# sourceMappingURL=brandoverview.css.map */

