/*!
Theme Name: Drink Store
Theme URI: http://underscores.me/
Author: 
Author URI: 
Description: 
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lilli
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

lilli is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*! Custom Bootstrap variables */
.container, .single-product .entry-header,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container, .single-product .entry-header {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container, .single-product .entry-header {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container, .single-product .entry-header {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container, .single-product .entry-header {
    max-width: 1140px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

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

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

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

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

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

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

.jq-toast-wrap, .jq-toast-wrap * {
  margin: 0;
  padding: 0;
}

.jq-toast-wrap {
  display: block;
  position: fixed;
  width: 250px;
  pointer-events: none !important;
  letter-spacing: normal;
  z-index: 9000 !important;
}

.jq-toast-wrap.bottom-left {
  bottom: 20px;
  left: 20px;
}

.jq-toast-wrap.bottom-right {
  bottom: 20px;
  right: 40px;
}

.jq-toast-wrap.top-left {
  top: 20px;
  left: 20px;
}

.jq-toast-wrap.top-right {
  top: 20px;
  right: 40px;
}

.jq-toast-single {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 0 0 5px;
  border-radius: 4px;
  font-size: 12px;
  font-family: arial, sans-serif;
  line-height: 17px;
  position: relative;
  pointer-events: all !important;
  background-color: #444;
  color: #fff;
}

.jq-toast-single h2 {
  font-family: arial, sans-serif;
  font-size: 14px;
  margin: 0 0 7px;
  background: 0 0;
  color: inherit;
  line-height: inherit;
  letter-spacing: normal;
}

.jq-toast-single a {
  color: #eee;
  text-decoration: none;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
  font-size: 12px;
}

.jq-toast-single ul {
  margin: 0 0 0 15px;
  background: 0 0;
  padding: 0;
}

.jq-toast-single ul li {
  list-style-type: disc !important;
  line-height: 17px;
  background: 0 0;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
}

.close-jq-toast-single {
  position: absolute;
  top: 3px;
  right: 7px;
  font-size: 14px;
  cursor: pointer;
}

.jq-toast-loader {
  display: block;
  position: absolute;
  top: -2px;
  height: 5px;
  width: 0;
  left: 0;
  border-radius: 5px;
  background: red;
}

.jq-toast-loaded {
  width: 100%;
}

.jq-has-icon {
  padding: 10px 10px 10px 50px;
  background-repeat: no-repeat;
  background-position: 10px;
}

.jq-icon-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=);
  background-color: #31708f;
  color: #d9edf7;
  border-color: #bce8f1;
}

.jq-icon-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=);
  background-color: #8a6d3b;
  color: #fcf8e3;
  border-color: #faebcc;
}

.jq-icon-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=);
  background-color: #a94442;
  color: #f2dede;
  border-color: #ebccd1;
}

.jq-icon-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==);
  color: #dff0d8;
  background-color: #3c763d;
  border-color: #d6e9c6;
}

[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:after,
.simplebar-content:before {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-content {
  padding: 0 !important;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #88a4ca;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  -webkit-transition: opacity 0s linear;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 7px;
  background: #C5CDD4;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

html, body {
  font-family: "Raleway", sans-serif;
  color: #3A3D3D;
  font-weight: 400;
}

h1, h2, h3, h4, p {
  font-family: "Raleway", sans-serif;
  line-height: 1.3em;
  position: relative;
  padding: 0;
  margin: 0;
  text-align: left;
}

h1 {
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  h1 {
    font-size: 34px;
  }
}

h2 {
  font-size: 30px;
  margin-top: 0;
  font-weight: 400;
}
@media (min-width: 992px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 20px;
}
@media (min-width: 992px) {
  h3 {
    font-size: 26px;
  }
}

p {
  line-height: 28px;
  font-weight: 300;
  font-size: 1.125rem;
}
p.smaller {
  font-size: 0.875rem;
}

ul {
  font-size: 1rem;
  padding: 0;
  margin: 15px;
}
ul li {
  position: relative;
  margin-bottom: 22px;
  line-height: 1.5;
}
@media (min-width: 992px) {
  ul {
    font-size: 1.125rem;
  }
}

hr {
  border-top: 2px solid #f5f5f6;
}

a {
  color: #231f20;
  text-decoration: none;
}

a.btn {
  padding: 5px 20px;
  background: #c5cdd4;
  border-radius: 5px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  a.btn {
    padding: 10px 50px;
  }
}
a.btn:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  top: 70%;
  left: 20%;
  background-color: #353535;
  margin: 0 auto;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
a.btn:hover:after {
  width: 60%;
}

a.bolded {
  text-decoration: underline;
  font-weight: 600;
  text-transform: uppercase;
}

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

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

body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.hidden {
  display: none !important;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

img {
  width: 100%;
  height: auto;
}

.btn-holder {
  max-width: 300px;
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
}

.tag-label {
  display: block;
  width: auto;
  text-align: left;
  max-width: 150px;
  background: #88a4ca;
  font-size: 12px;
  padding: 10px;
  margin-bottom: 50px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; /* Remove default arrow */
  background-image: url("./assets/images/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: 94% center;
  padding: 10px 20px 10px 10px;
  background-size: 10px auto; /* Add custom arrow */
  border: 1px solid #88a4ca;
  border-radius: 3px;
  background-color: #ffffff;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input, select, textarea {
  font-family: "Raleway", sans-serif;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
}
@media (min-width: 768px) {
  header {
    padding: 0px 50px;
  }
}
header .custom-logo-link {
  max-width: 240px;
  display: block;
}
header a {
  position: relative;
}
header a:after {
  content: "";
  width: 0;
  height: 3px;
  position: absolute;
  bottom: -5px;
  left: 0;
  opacity: 0;
  background: #88a4ca;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
header a:hover:after {
  opacity: 1;
  width: 100%;
}

#primary-menu {
  padding-top: 20px;
  margin: 0;
  gap: 20px;
  list-style-type: none;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#primary-menu li {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 0;
}
#primary-menu li a {
  display: block;
  text-align: center;
  padding: 10px;
}
@media (min-width: 768px) {
  #primary-menu li a {
    padding: 15px 10px;
  }
}
#primary-menu li .sub-menu {
  list-style: none;
  background: #ffffff;
  text-align: left;
  -webkit-transform: all 0.5s ease-out;
      -ms-transform: all 0.5s ease-out;
          transform: all 0.5s ease-out;
  z-index: 100;
  margin: 0 auto 0 auto;
  padding: 0 0 0 15px;
}
@media (min-width: 768px) {
  #primary-menu li .sub-menu {
    display: none;
    position: absolute;
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    opacity: 0;
    padding: 0;
    top: 99%;
    left: -15px;
    width: 200px;
  }
}
#primary-menu li .sub-menu li {
  padding: 0;
  margin: 0;
}
#primary-menu li .sub-menu li a {
  display: block;
  text-align: left;
}
@media (min-width: 768px) {
  #primary-menu li .sub-menu li a {
    padding: 15px 10px;
  }
}
#primary-menu li:hover .sub-menu {
  display: block;
  opacity: 1;
}
@media (min-width: 768px) {
  #primary-menu {
    position: relative;
    margin: 0 15px;
  }
}

.mobile-nav-toggle {
  display: block;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 2;
}
.mobile-nav-toggle .close {
  display: none;
}
@media (min-width: 768px) {
  .mobile-nav-toggle {
    display: none;
  }
}

@media (max-width: 768px) {
  #masthead .site-logo {
    margin: 10px 0;
    min-width: 120px;
  }
  #masthead .main-navigation {
    display: none;
  }
  #masthead .register-section {
    display: none;
  }
  #masthead .cart-section {
    margin-left: 30%;
    margin-right: 15px;
  }
  #masthead.menu-open {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
    background: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #masthead.menu-open .main-navigation {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-bottom: 30px;
  }
  #masthead.menu-open .main-navigation .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #masthead.menu-open .register-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
  }
  #masthead.menu-open .cart-section {
    margin-left: 0;
  }
  #masthead.menu-open .close {
    display: block;
    position: fixed;
    right: 20px;
    top: 30px;
  }
  #masthead.menu-open .mobile-nav-toggle {
    position: fixed;
    top: 20px;
    right: 50px;
  }
  #masthead.menu-open .mobile-nav-toggle .menu {
    display: none;
  }
}

.search-section {
  margin: 0;
  padding: 0;
  width: 260px;
  height: 40px;
  border: 1px solid #88a4ca;
  border-radius: 3px;
  display: none;
}
@media (min-width: 768px) {
  .search-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.search-section form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.search-section input {
  width: 80%;
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  height: 38px;
  border: 0;
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-section input:focus {
  outline: 0;
}
.search-section .submit {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  min-width: 0;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  background: url("assets/images/search.svg") no-repeat center;
  margin: 0;
  height: 100%;
  padding: 10px;
}
.search-section .submit:hover {
  background: url("assets/images/search.svg") no-repeat center;
}

.register-section {
  font-size: 12px;
}
.register-section a {
  padding: 0px 10px;
  font-size: 12px;
}
.register-section .register-btn {
  border-right: 1px solid black;
}

.cart-section {
  font-size: 12px;
}

.hero {
  height: 100vh;
  max-height: 414px;
}

.hero-content {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100vh;
  max-height: 414px;
}
.hero-content a {
  color: #ffffff;
}
.hero-content h1 {
  font-size: 34px;
}
@media (min-width: 768px) {
  .hero-content h1 {
    font-size: 50px;
  }
}
.hero-content h1 .svg {
  width: 24px;
}

.footer-section {
  background-color: #c5cdd4;
  padding-top: 50px;
}
.footer-section h4 {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .footer-section h4 {
    margin-top: 0px;
  }
}
.footer-section .left-column {
  padding-right: 50px;
  margin-bottom: 50px;
}
.footer-section .left-column img {
  width: 60%;
  margin-bottom: 50px;
}
.footer-section .left-column p {
  font-size: 14px;
}
.footer-section .menu-footer-3-container li {
  position: relative;
  padding-right: 10px;
}
.footer-section .menu-footer-3-container li:after {
  content: "";
  display: inline-block;
  -webkit-transform: translate(10px, 3px);
      -ms-transform: translate(10px, 3px);
          transform: translate(10px, 3px);
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.footer-section .menu-footer-3-container .facebook:after {
  background-image: url("assets/images/facebook.svg");
}
.footer-section .menu-footer-3-container .linkedin:after {
  background-image: url("assets/images/linkedin.svg");
}
.footer-section .menu-footer-3-container .instagram:after {
  background-image: url("assets/images/instagram.svg");
}
.footer-section .menu-footer-3-container li {
  width: 100px;
}
.footer-section .menu-footer-3-container li:after {
  float: right;
}
@media (min-width: 768px) {
  .footer-section .footer-wrapper .right-side-column {
    border-left: 1px solid #929c43;
  }
}
.footer-section .footer-wrapper .right-side-column ul {
  list-style-type: none;
}
.footer-section .footer-wrapper .right-side-column ul li {
  margin: 5px 0px;
  padding: 0;
  font-size: 14px;
}
.footer-section .footer-wrapper .right-side-column ul li:hover {
  font-weight: 700;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.footer-section .providers-row {
  padding: 15px 0px;
  border-bottom: 2px solid #929c43;
  margin-top: 30px;
}
@media (min-width: 576px) {
  .footer-section .providers-row {
    margin-top: 0px;
  }
}
.footer-section .providers-row .providers-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 576px) {
  .footer-section .providers-row .providers-card {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.footer-section .providers-row .providers-card img {
  width: 80px;
}
.footer-section .terms-and-conditions-section {
  padding: 20px 0px;
}
.footer-section .terms-and-conditions-section .termsWrapper,
.footer-section .terms-and-conditions-section .rightsWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-section .terms-and-conditions-section .termsWrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 576px) {
  .footer-section .terms-and-conditions-section .termsWrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer-section .terms-and-conditions-section .termsWrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer-section .terms-and-conditions-section .termsWrapper ul li {
  margin: 0 15px 0 0;
}
.footer-section .terms-and-conditions-section .termsWrapper a {
  font-size: 14px;
  margin: 0;
}
.footer-section .terms-and-conditions-section .termsWrapper a:hover {
  text-decoration: underline;
}
.footer-section .terms-and-conditions-section .rightsWrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 576px) {
  .footer-section .terms-and-conditions-section .rightsWrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.footer-section .terms-and-conditions-section .rightsWrapper h5 {
  font-size: 14px;
  margin-right: 5px;
}

.modal-templates {
  width: 0;
  height: 0;
  overflow: hidden;
}

.ds-modal {
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.ds-modal .ds-modal-backdrop {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.ds-modal .ds-modal-content {
  position: relative;
  width: 100%;
  max-width: 1040px;
  background: white;
  min-height: 300px;
  z-index: 1000;
  margin: 10vh auto;
}
.ds-modal .ds-modal-content h2 {
  text-align: center;
  margin: 0 auto 30px auto;
  font-size: 34px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #231f20;
}
.ds-modal .ds-modal-content .modal-header {
  background: #929c43;
  padding: 30px 15px;
  color: #ffffff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.ds-modal .ds-modal-content .modal-header h3 {
  font-size: 23px;
}
.ds-modal .ds-modal-content .modal-header p {
  font-size: 14px;
  color: #231f20;
}
.ds-modal .ds-modal-content .modal-body {
  background: #f5f5f6;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 250px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ds-modal .ds-modal-content label {
  display: block;
  padding: 10px 0;
  font-weight: bold;
  font-size: 14px;
}
.ds-modal .ds-modal-content label span {
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.ds-modal .ds-modal-content label input {
  display: block;
  width: 100%;
  padding: 8px;
  border-radius: 3px;
  border: 0;
}
.ds-modal .ds-modal-content label.pwd-label {
  position: relative;
}
.ds-modal .ds-modal-content label.pwd-label .show-password {
  position: absolute;
  top: 14px;
  right: 0;
  font-size: 10px;
}
.ds-modal .ds-modal-content label.pwd-label .show-password-button {
  background-image: url("assets/images/password_eye.png");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 16px auto;
  display: block;
  height: 10px;
  width: 16px;
  position: absolute;
  top: 44px;
  right: 10px;
  cursor: pointer;
}
.ds-modal .ds-modal-content label #pwd {
  padding-right: 28px;
}
.ds-modal .ds-modal-content label #pwd[type=text] {
  background-image: none;
}
.ds-modal .ds-modal-content label.rememberme {
  width: 160px;
  padding-left: 20px !important;
}
.ds-modal .ds-modal-content label.rememberme .checkmark {
  top: 9px;
}
.ds-modal .ds-modal-content label.rememberme span {
  font-size: 14px;
  display: inline;
  font-weight: normal;
}
.ds-modal .ds-modal-content label.rememberme input {
  display: inline;
  width: auto;
}
.ds-modal .ds-modal-content .error {
  color: #dc3545;
  font-size: 13px;
}
.ds-modal .ds-modal-content input[type=submit] {
  border-radius: 4px;
  display: block;
  margin: 15px auto;
  text-transform: uppercase;
  min-width: 250px;
}
.ds-modal .ds-modal-content .register-footer-text {
  font-size: 14px;
  text-align: center;
}
.ds-modal .ds-modal-content .register-footer-text a {
  text-decoration: underline;
  cursor: pointer;
}
.ds-modal .ds-modal-content .cap-check-wrap {
  position: relative;
}
.ds-modal .ds-modal-content .cap-check {
  background-image: url("assets/images/location_pin.svg");
  background-repeat: no-repeat;
  background-position: 4px center;
  background-size: 16px auto;
  padding-left: 26px;
}
.ds-modal .ds-modal-content .cap-check:focus {
  background-image: url("assets/images/location_pin.svg");
  background-repeat: no-repeat;
  background-position: 4px center;
  background-size: 16px auto;
  padding-left: 26px;
  border: 0;
  outline: 0;
}
.ds-modal .ds-modal-content .cap-check-btn,
.ds-modal .ds-modal-content .cap-change-btn {
  background: #88a4ca;
  border-radius: 3px;
  position: absolute;
  top: 14px;
  right: 4px;
  width: 64px;
  height: 23px;
  text-align: center;
  padding: 4px;
  cursor: pointer;
}
.ds-modal .ds-modal-content .cap-check-btn:disabled,
.ds-modal .ds-modal-content .cap-change-btn:disabled {
  background: #c0c0c0;
  color: #ffffff;
  pointer-events: none;
}
.ds-modal .ds-modal-content .cap-check-btn.loading,
.ds-modal .ds-modal-content .cap-change-btn.loading {
  font-size: 0;
  background-image: url("assets/images/loader.svg");
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
}
.ds-modal.active {
  visibility: visible;
  pointer-events: all;
  z-index: 998;
  overflow-y: auto;
}
.ds-modal.active .ds-modal-backdrop {
  pointer-events: all;
  z-index: 999;
}
.ds-modal.active .ds-modal-template {
  visibility: visible;
}
.ds-modal.active .ds-modal-template .modal-close {
  position: absolute;
  cursor: pointer;
  top: 15px;
  right: 30px;
  width: 30px;
  height: 30px;
  font-size: 0;
  background: url("./assets/images/close.svg") no-repeat center center;
}
.ds-modal.padded .ds-modal-content {
  padding: 30px;
}
.ds-modal.no-bg .ds-modal-content {
  background: transparent;
}
.ds-modal.video iframe {
  width: 80%;
  height: auto;
  margin: auto;
  min-height: 400px;
  border: 0;
  display: block;
  text-align: center;
}
.ds-modal.error .modal-header {
  background: #DE9918;
}
.ds-modal .cap-buttons {
  padding: 15px 0;
}

.ds-modal-template {
  visibility: hidden;
}

body.modal-active {
  overflow: hidden;
}

.register-step-1,
.register-step-2 {
  max-width: 528px;
  margin: 30px auto;
}
.register-step-1 .modal-header,
.register-step-2 .modal-header {
  text-align: center;
}
.register-step-1 .modal-header h3, .register-step-1 .modal-header p,
.register-step-2 .modal-header h3,
.register-step-2 .modal-header p {
  text-align: inherit;
}
.register-step-1 #register-step-2-save,
.register-step-1 #register-step-2-cancel,
.register-step-2 #register-step-2-save,
.register-step-2 #register-step-2-cancel {
  width: 250px;
  margin: 0 auto 15px auto;
  display: block;
  font-size: 16px;
}
.register-step-1 #register-step-2-cancel,
.register-step-2 #register-step-2-cancel {
  background: #f5f5f6;
  border: 1px solid #d8d8d8;
}

body.modal-active {
  overflow: hidden;
  pointer-events: none;
}

.ds-modal-about-recurring {
  max-width: 645px;
  margin: auto;
  display: block;
}
.ds-modal-about-recurring .modal-body {
  padding: 30px 50px !important;
}

.ds-modal-change-address {
  max-width: 645px;
  margin: auto;
  display: block;
}
.ds-modal-change-address .modal-body {
  padding: 30px 50px !important;
}
.ds-modal-change-address .cap-change-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
.ds-modal-change-address .cap-change-buttons input, .ds-modal-change-address .cap-change-buttons button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  max-width: 200px;
  min-width: 200px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px 0 !important;
  float: none;
  font-size: 16px;
  font-weight: 400;
}

.ds-modal-areas .col-12 {
  padding: 0;
  margin: 0;
}
.ds-modal-areas h3 {
  margin: 15px;
}
.ds-modal-areas ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ds-modal-areas ul li {
  padding: 15px;
}

.ds-modal-discount .container, .ds-modal-discount .single-product .entry-header, .single-product .ds-modal-discount .entry-header {
  background-size: cover;
  background-repeat: no-repeat;
}
.ds-modal-discount .col-md-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.ds-modal-discount h2 {
  text-align: left !important;
  text-transform: uppercase;
  margin: 0 0 15px 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ds-modal-discount h3 {
  text-transform: uppercase;
  margin-bottom: 30px;
}
.ds-modal-discount h3 strong {
  color: #929c43;
}
.ds-modal-discount .modal-section {
  background: #ffffff;
  width: 100%;
  max-width: 428px;
  margin: 15px;
  padding: 10px 20px;
  min-height: 360px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ds-modal-discount .modal-section a {
  background: #9aa9b7;
  max-width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 15px;
  margin: 15px 0;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
}
.ds-modal-discount .modal-section a:hover {
  color: #ffffff;
}
.ds-modal-discount .modal-close {
  width: 24px !important;
  height: 24px !important;
  position: relative !important;
  display: inline-block !important;
  margin: 0 0 0 auto !important;
  right: 0px;
  top: auto !important;
  right: auto !important;
}

input[type=submit] {
  background: #c5cdd4;
  border: 0;
  display: inline-block;
  margin: 30px auto;
  max-width: 240px;
  padding: 10px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
input[type=submit]:hover {
  background: #9aa9b7;
}

.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
  background-color: #88a4ca;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ds-form-button {
  background: #f5f5f6;
}

.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: DodgerBlue;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div, .select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.ds-select {
  width: 100%;
  padding: 6px 10px;
  border: 0;
}

.ds-form-button {
  background: #c5cdd4;
  color: #1e1e1e;
  padding: 10px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 100;
  border: 0;
}
.ds-form-button:hover {
  background: #9aa9b7;
}
.ds-form-button:disabled {
  background: #c0c0c0;
  color: #ffffff;
  pointer-events: none;
}

.variation-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.variation-wrap .ds-delivery-date ul {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.variation-wrap .ds-delivery-date ul li {
  margin: 0;
}

.variations, .jgtb-add-to-subscription, .product_meta, .woocommerce-tabs {
  display: none;
  width: 0px;
  height: 0px;
  overflow: hidden;
  position: fixed;
  pointer-events: none;
  z-index: -1;
}

.related.products {
  display: block;
  clear: both;
}

label {
  display: block;
  padding: 10px 0;
  font-weight: bold;
  font-size: 14px;
}
label span {
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
label input {
  display: block;
  width: 100%;
  padding: 8px;
  border-radius: 3px;
  border: 1px solid #88a4ca;
}
label.pwd-label {
  position: relative;
}
label.pwd-label .show-password {
  position: absolute;
  top: 14px;
  right: 0;
  font-size: 10px;
}
label.pwd-label .show-password-button {
  background-image: url("assets/images/password_eye.png");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 16px auto;
  display: block;
  height: 10px;
  width: 16px;
  position: absolute;
  top: 44px;
  right: 10px;
  cursor: pointer;
}
label #pwd {
  padding-right: 28px;
}
label #pwd[type=text] {
  background-image: none;
}
label.rememberme {
  width: 160px;
  padding-left: 20px !important;
}
label.rememberme .checkmark {
  top: 9px;
}
label.rememberme span {
  font-size: 14px;
  display: inline;
  font-weight: normal;
}
label.rememberme input {
  display: inline;
  width: auto;
}

.error {
  color: #dc3545;
  font-size: 13px;
}

input[type=submit] {
  border-radius: 4px;
  display: block;
  margin: 15px auto;
  text-transform: uppercase;
  min-width: 250px;
}

.cap-check-wrap {
  position: relative;
}

.cap-check {
  background-image: url("assets/images/location_pin.svg");
  background-repeat: no-repeat;
  background-position: 4px center;
  background-size: 16px auto;
  padding-left: 26px;
}
.cap-check:focus {
  background-image: url("assets/images/location_pin.svg");
  background-repeat: no-repeat;
  background-position: 4px center;
  background-size: 16px auto;
  padding-left: 26px;
  border: 0;
  outline: 0;
}

.cap-check-btn,
.cap-check-delivery-btn,
.cap-change-btn {
  background: #88a4ca;
  border-radius: 3px;
  position: absolute;
  top: 14px;
  right: 4px;
  width: 64px;
  height: 23px;
  text-align: center;
  padding: 4px;
  cursor: pointer;
}
.cap-check-btn:disabled,
.cap-check-delivery-btn:disabled,
.cap-change-btn:disabled {
  background: #c0c0c0;
  color: #ffffff;
  pointer-events: none;
}
.cap-check-btn.loading,
.cap-check-delivery-btn.loading,
.cap-change-btn.loading {
  font-size: 0;
  background-image: url("assets/images/loader.svg");
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
}

.form-row .checkbox-label {
  display: inline-block !important;
  width: auto;
  margin-bottom: 15px;
}
.form-row .checkbox-label span {
  display: inline !important;
  text-transform: none !important;
  width: auto;
}
.form-row .checkbox-label a {
  text-decoration: underline;
}
.form-row input[type=checkbox] {
  display: inline !important;
  width: auto !important;
}

.home-banner-search {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .home-banner-search {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.home-banner-search h1 {
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  text-transform: none;
}
@media (min-width: 768px) {
  .home-banner-search h1 {
    font-size: 50px;
  }
}
.home-banner-search p {
  font-size: 16px;
  font-weight: 300;
  max-width: 600px;
}
@media (min-width: 768px) {
  .home-banner-search p {
    font-size: 22px;
  }
}
.home-banner-search:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(58, 61, 61, 0.1);
}
.home-banner-search .arrow-scroll {
  position: absolute;
  left: 50%;
  bottom: 40px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 70px;
  color: #000;
  width: 82px;
  height: 39px;
}
.home-banner-search .arrow-scroll svg g {
  stroke: #1e1e1e;
}
.home-banner-search .banner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px 0px;
}
.home-banner-search .search-bar {
  width: 320px;
}
.home-banner-search .search-bar .cap-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.home-banner-search .search-bar .cap-buttons .ds-form-button {
  font-size: 13px;
}
.home-banner-search h4 {
  margin-top: 50px;
}
.home-banner-search.color-inverse h1, .home-banner-search.color-inverse p {
  color: #ffffff;
}
.home-banner-search.color-inverse .arrow-scroll svg g {
  stroke: #ffffff;
}

.banner-cards {
  padding: 40px 0px 0 0;
}
@media (min-width: 768px) {
  .banner-cards {
    padding: 100px 0px 0 0;
  }
}
.banner-cards h1, .banner-cards p {
  text-align: left;
  margin-bottom: 10px;
}
.banner-cards.card-wrapper {
  text-align: center;
  padding: 0 15px;
}
.banner-cards.card-wrapper .banner-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 50px 0px;
}
.banner-cards.card-wrapper .banner-card img {
  width: 80px;
  height: auto;
  margin: 15px auto;
}
.banner-cards.card-wrapper h2 {
  padding-top: 5px;
  font-size: 30px;
}

.banner-cards-bottom a {
  background: #9aa9b7;
  max-width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.testimonial {
  background-color: #88a4ca;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 50px 0px;
  padding: 100px 15px;
}
.testimonial .blockquote-holder {
  padding: 100px 20px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .testimonial .blockquote-holder {
    padding: 100px 200px;
  }
}
.testimonial .blockquote-holder .blockquote {
  font-size: 1.125rem;
  font-style: italic;
  line-height: 38px;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .testimonial .blockquote-holder .blockquote {
    font-size: 2.125rem;
  }
}
.testimonial .blockquote-holder .blockquote:before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0px;
  width: 57px;
  height: 38px;
  background: url("assets/images/quote.svg") no-repeat center;
}
@media (min-width: 768px) {
  .testimonial .blockquote-holder .blockquote:before {
    left: -50px;
  }
}
.testimonial .blockquote-holder .blockquote:after {
  content: "";
  position: absolute;
  bottom: -50px;
  right: 0px;
  width: 57px;
  height: 38px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url("assets/images/quote.svg") no-repeat center;
}
@media (min-width: 768px) {
  .testimonial .blockquote-holder .blockquote:after {
    right: -50px;
  }
}

.two-columns {
  padding: 0 15px;
}
.two-columns .left-column {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: 300px;
}
.two-columns .left-column .video-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.two-columns .left-column .video-popup:hover {
  opacity: 0.8;
}
.two-columns .right-column {
  padding: 20px 15px;
  text-align: right;
  background: #F5F5F5;
}
@media (min-width: 992px) {
  .two-columns .right-column {
    padding: 100px 150px 100px 100px;
  }
}
.two-columns .right-column h1 {
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: left;
}
.two-columns .right-column h2 {
  font-size: 30px;
}
.two-columns .right-column b {
  font-size: 22px;
}
.two-columns .right-column p {
  margin-bottom: 20px;
  text-align: left;
}

.home .two-columns .right-column h1:after {
  content: "";
  display: inline-block;
  margin-left: 15px;
  background-image: url("assets/images/recurring-dark.svg");
  width: 22px;
  height: 22px;
  background-size: cover;
}

.four-cards-holder {
  margin: 100px 0px;
}
.four-cards-holder .cards-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.four-cards-holder h3, .four-cards-holder img {
  margin-bottom: 10px;
}
.four-cards-holder img {
  margin-top: 20px;
}
.four-cards-holder h3 {
  text-transform: uppercase;
}
.four-cards-holder p {
  margin-bottom: 30px;
}
.four-cards-holder a.arrow:after {
  content: ">";
  font-size: 18px;
  margin-left: 30px;
  color: #c5cdd4;
}
.four-cards-holder .btn-holder {
  max-width: 300px;
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
}

.faq-section {
  background: #353535;
  color: #ffffff;
  padding: 100px 0px;
}
.faq-section h1 {
  margin-bottom: 50px;
}
.faq-section .faq-card {
  width: 100%;
}
@media (min-width: 768px) {
  .faq-section .faq-card {
    width: 80%;
    margin: 0 auto;
  }
}
.faq-section .faq-card .faq-question {
  border-bottom: 1px solid #c5cdd4;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.faq-section .faq-card .faq-question .more {
  color: #9aa9b7;
  font-size: 2rem;
}
.faq-section .faq-card .faq-answer {
  display: none;
  padding: 20px;
}

.team-section {
  position: relative;
}
@media (min-width: 992px) {
  .team-section {
    padding: 50px 0px 50px 150px;
  }
}
.team-section .team-card {
  position: absolute;
  top: 10%;
  right: 0;
  background: #929c43;
  padding: 10px;
  color: #ffffff;
  text-align: center;
  max-width: 50%;
}
@media (min-width: 1200px) {
  .team-section .team-card {
    top: 20%;
    padding: 50px 100px;
  }
}
.team-section .team-card h1 {
  text-transform: uppercase;
}
.team-section .team-card p {
  font-size: 12px;
}
@media (min-width: 768px) {
  .team-section .team-card p {
    font-size: 1.125rem;
  }
}
.team-section .team-card p, .team-section .team-card h1 {
  text-align: center;
}

.three-cards-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0px;
}
.three-cards-section h1 {
  margin-bottom: 20px;
}
.three-cards-section .cards-section {
  margin-top: 50px;
  text-align: center;
}
.three-cards-section .cards-section .card-inner {
  margin: 0px;
  background: #ffffff;
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px solid #c0c0c0;
  position: relative;
}
@media (min-width: 768px) {
  .three-cards-section .cards-section .card-inner {
    margin: 10px;
  }
}
.three-cards-section .cards-section .card-inner h2 {
  font-size: 30px;
  margin-bottom: 0;
}
.three-cards-section .cards-section .card-inner p {
  font-size: 14px;
}
.three-cards-section .cards-section .card-inner a {
  justify-self: flex-end;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.three-cards-section .cards-section h2, .three-cards-section .cards-section p {
  text-align: center;
  margin: 20px 0px;
}
.three-cards-section .cards-section p {
  margin-bottom: 50px;
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.container-fluid .slider-wrapper, .container-sm .slider-wrapper, .container-md .slider-wrapper, .container-lg .slider-wrapper, .container-xl .slider-wrapper {
  position: relative;
  padding-top: 50px;
  padding-bottom: 200px;
}
.container-fluid .slider-wrapper .simple-slider, .container-sm .slider-wrapper .simple-slider, .container-md .slider-wrapper .simple-slider, .container-lg .slider-wrapper .simple-slider, .container-xl .slider-wrapper .simple-slider {
  text-align: center;
}
.container-fluid .slider-wrapper .simple-slider h1, .container-sm .slider-wrapper .simple-slider h1, .container-md .slider-wrapper .simple-slider h1, .container-lg .slider-wrapper .simple-slider h1, .container-xl .slider-wrapper .simple-slider h1, .container-fluid .slider-wrapper .simple-slider h3, .container-sm .slider-wrapper .simple-slider h3, .container-md .slider-wrapper .simple-slider h3, .container-lg .slider-wrapper .simple-slider h3, .container-xl .slider-wrapper .simple-slider h3 {
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}
.container-fluid .slider-wrapper .simple-slider h3, .container-sm .slider-wrapper .simple-slider h3, .container-md .slider-wrapper .simple-slider h3, .container-lg .slider-wrapper .simple-slider h3, .container-xl .slider-wrapper .simple-slider h3 {
  font-weight: 100;
}
.container-fluid .slider-wrapper h1, .container-sm .slider-wrapper h1, .container-md .slider-wrapper h1, .container-lg .slider-wrapper h1, .container-xl .slider-wrapper h1 {
  margin-bottom: 50px;
}
.container-fluid .slider-wrapper .prev, .container-sm .slider-wrapper .prev, .container-md .slider-wrapper .prev, .container-lg .slider-wrapper .prev, .container-xl .slider-wrapper .prev, .container-fluid .slider-wrapper .next, .container-sm .slider-wrapper .next, .container-md .slider-wrapper .next, .container-lg .slider-wrapper .next, .container-xl .slider-wrapper .next {
  position: absolute;
  font-size: 40px;
  font-weight: 600;
  color: #ffffff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  top: 40%;
}
@media (min-width: 992px) {
  .container-fluid .slider-wrapper .prev, .container-sm .slider-wrapper .prev, .container-md .slider-wrapper .prev, .container-lg .slider-wrapper .prev, .container-xl .slider-wrapper .prev, .container-fluid .slider-wrapper .next, .container-sm .slider-wrapper .next, .container-md .slider-wrapper .next, .container-lg .slider-wrapper .next, .container-xl .slider-wrapper .next {
    font-size: 60px;
  }
}
.container-fluid .slider-wrapper .next, .container-sm .slider-wrapper .next, .container-md .slider-wrapper .next, .container-lg .slider-wrapper .next, .container-xl .slider-wrapper .next {
  right: -10px;
}
@media (min-width: 992px) {
  .container-fluid .slider-wrapper .next, .container-sm .slider-wrapper .next, .container-md .slider-wrapper .next, .container-lg .slider-wrapper .next, .container-xl .slider-wrapper .next {
    right: -50px;
  }
}
.container-fluid .slider-wrapper .prev, .container-sm .slider-wrapper .prev, .container-md .slider-wrapper .prev, .container-lg .slider-wrapper .prev, .container-xl .slider-wrapper .prev {
  left: -10px;
}
@media (min-width: 992px) {
  .container-fluid .slider-wrapper .prev, .container-sm .slider-wrapper .prev, .container-md .slider-wrapper .prev, .container-lg .slider-wrapper .prev, .container-xl .slider-wrapper .prev {
    left: -50px;
  }
}

.two-column-slider-wrapper {
  position: relative;
  margin-top: 50px;
}
.two-column-slider-wrapper h4.title, .two-column-slider-wrapper h1 {
  text-align: center;
  margin-bottom: 20px;
}
.two-column-slider-wrapper .card-wrapper {
  text-align: right;
  border: 1px solid #88a4ca;
}
.two-column-slider-wrapper .card-wrapper .card-content {
  padding: 20px;
}
.two-column-slider-wrapper .card-wrapper .card-content h4, .two-column-slider-wrapper .card-wrapper .card-content p {
  margin-bottom: 20px;
  text-align: left;
}
@media (min-width: 992px) {
  .two-column-slider-wrapper .card-wrapper .card-content p {
    max-width: 80%;
  }
}
.two-column-slider-wrapper .prev, .two-column-slider-wrapper .next {
  position: absolute;
  font-size: 40px;
  font-weight: 600;
  color: #929c43;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  top: 40%;
}
@media (min-width: 992px) {
  .two-column-slider-wrapper .prev, .two-column-slider-wrapper .next {
    font-size: 60px;
  }
}
.two-column-slider-wrapper .next {
  right: -10px;
}
@media (min-width: 992px) {
  .two-column-slider-wrapper .next {
    right: -50px;
  }
}
.two-column-slider-wrapper .prev {
  left: -10px;
}
@media (min-width: 992px) {
  .two-column-slider-wrapper .prev {
    left: -50px;
  }
}

.three-cards-section-blog {
  background: #F5F1E5;
  padding-top: 100px;
  padding-bottom: 100px;
  margin: 50px 0px;
}
.three-cards-section-blog h2 {
  text-align: center;
  margin-bottom: 20px;
}
.three-cards-section-blog .cards-section {
  padding: 20px;
  background: #ffffff;
  text-align: right;
}
.three-cards-section-blog .cards-section h3, .three-cards-section-blog .cards-section p {
  margin-bottom: 20px;
  text-align: left;
}
.three-cards-section-blog .cards-section p.smaller {
  margin-bottom: 30px;
  color: #353535;
}

.three-pictures-section h1, .three-pictures-section h4, .three-pictures-section p {
  margin-bottom: 20px;
  text-align: center;
}
.three-pictures-section p {
  margin-bottom: 60px;
}
.three-pictures-section .images-wrapper {
  padding: 0;
}
@media (max-width: 767.98px) {
  .three-pictures-section .images-wrapper {
    display: none;
  }
}
.three-pictures-section .images-wrapper .image-holder {
  min-height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top top;
}
.three-pictures-section .images-wrapper:nth-child(2) {
  padding: 0px 30px;
}
.three-pictures-section .images-wrapper:nth-last-child(1) {
  margin-top: 150px;
}
.three-pictures-section .images-wrapper:nth-last-child(1) .image-holder {
  min-height: 450px;
}

.blog-post-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 90vh;
  position: relative;
  padding: 100px 0px;
}
.blog-post-wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(131, 138, 138, 0.2);
}

.four-cards-section {
  padding: 50px 0px;
  margin: 50px 0px;
}
.four-cards-section h1, .four-cards-section h2, .four-cards-section p {
  margin-bottom: 20px;
}
.four-cards-section .colored-card {
  padding: 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.four-cards-section .colored-card h3 {
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}
.four-cards-section .colored-card img {
  width: 50%;
  max-height: 80px;
  margin: auto;
  display: block;
  margin: 60px auto 40px auto;
}

.numbering-wrapper {
  background: #fafafa;
}
.numbering-wrapper .col-numbering {
  padding: 50px 0px;
  margin-bottom: 50px;
}
.numbering-wrapper .col-numbering p:first-of-type {
  margin-bottom: 30px;
}
.numbering-wrapper .col-numbering .image-column {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.numbering-wrapper .col-numbering .right-column {
  padding-left: 10%;
}
.numbering-wrapper .col-numbering .right-column h2 {
  font-size: 30px;
}
.numbering-wrapper .col-numbering .right-column .card-wrapper {
  padding: 10px;
  margin: 30px 0px;
}
.numbering-wrapper .col-numbering .right-column .card-wrapper .card-layout {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.numbering-wrapper .col-numbering .right-column .card-wrapper .card-layout .text-holder {
  width: 60%;
}
.numbering-wrapper .col-numbering .right-column .card-wrapper .card-layout .text-holder h3 {
  font-size: 18px;
  margin: 0 0 10px 0;
}
.numbering-wrapper .col-numbering .right-column .card-wrapper .card-layout .number-holder {
  padding-right: 20px;
  padding-top: 5px;
}
.numbering-wrapper .col-numbering .right-column .card-wrapper .card-layout .number-holder .number {
  padding: 10px 15px;
  border-radius: 50%;
  background: #88a4ca;
  color: #353535;
  font-weight: 600;
}
.numbering-wrapper .col-numbering .right-column .card-wrapper .smaller {
  margin: 0;
}

.coloumn-row-wrapper {
  text-align: center;
  background: #fafafa;
}
.coloumn-row-wrapper h1, .coloumn-row-wrapper p, .coloumn-row-wrapper h3 {
  text-align: center;
}
.coloumn-row-wrapper h1 {
  margin-bottom: 30px;
}
.coloumn-row-wrapper .left-column {
  padding: 50px 15px;
}
@media (min-width: 768px) {
  .coloumn-row-wrapper .left-column {
    padding: 50px 0px;
  }
}
.coloumn-row-wrapper .right-column {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.coloumn-row-wrapper h3 {
  text-transform: uppercase;
}
.coloumn-row-wrapper .card-wrapper {
  margin: 50px 0px;
}
.coloumn-row-wrapper .card-wrapper h3 {
  font-size: 16px;
}
@media (min-width: 768px) {
  .coloumn-row-wrapper .card-wrapper h3 {
    font-size: 20px;
  }
}
.coloumn-row-wrapper .card-wrapper .number {
  font-size: 90px;
  font-weight: bold;
  color: #88a4ca;
  line-height: 120px;
}
@media (min-width: 768px) {
  .coloumn-row-wrapper .card-wrapper .number {
    font-size: 120px;
  }
}
.coloumn-row-wrapper .col-4:nth-of-type(3) .number {
  font-size: 80px;
}
@media (min-width: 768px) {
  .coloumn-row-wrapper .col-4:nth-of-type(3) .number {
    font-size: 110px;
  }
}

.ds-day-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ds-day-select li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 30px;
  border: 1px solid #c5cdd4;
  -webkit-transform: translate(-2px, 0);
      -ms-transform: translate(-2px, 0);
          transform: translate(-2px, 0);
  margin: 0;
  cursor: pointer;
}
.ds-day-select li:hover, .ds-day-select li.active {
  background: #5F96F0;
  color: #ffffff;
}
.ds-day-select li.disabled {
  pointer-events: none;
  cursor: none;
  opacity: 0.9;
  border-color: #c0c0c0;
  color: #c0c0c0;
}

.quick-cart-link {
  font-size: 14px;
  color: #88a4ca;
  font-weight: 500;
  white-space: nowrap;
}

.edit-mode .quick-cart-link {
  color: #A46497;
}
.edit-mode .quick-cart-link:after {
  background: #A46497;
}

.quick-cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 102;
  background: rgba(106, 128, 159, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}
.quick-cart-overlay.active {
  opacity: 1;
  pointer-events: all;
}
.quick-cart-overlay.active .quick-cart-wrap {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.quick-cart-wrap {
  max-width: 460px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  overflow-y: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #c0c0c0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
  position: relative;
  z-index: 103;
  background: #fafafa;
}
.quick-cart-wrap .quick-cart-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.quick-cart-wrap .quick-cart-loader img {
  width: 50px;
  height: auto;
}
.quick-cart-wrap .quick-cart-loader.active {
  opacity: 1;
  pointer-events: all;
}

.quick-cart-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.quick-cart-header .custom-logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  width: 170px;
  height: auto;
}
.quick-cart-header .quick-cart-close {
  cursor: pointer;
}
.quick-cart-header h2 {
  min-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-size: 22px;
  font-weight: 400;
  padding: 15px 0;
  margin: 30px 0;
  border-bottom: 1px solid #6A809F;
}

.quick-cart-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.quick-cart-footer a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 15px;
  border: 1px solid #c5cdd4;
  max-width: 300px;
  border-radius: 3px;
  min-width: 80%;
  margin: 0 auto 15px auto;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.quick-cart-footer a:hover {
  background: #c5cdd4;
}

.quick-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.quick-cart .cart-items {
  margin-bottom: 45px;
}
.quick-cart .cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 100%;
  margin-bottom: 15px;
  min-height: 146px;
}
.quick-cart .cart-item .image-wrap {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
.quick-cart .cart-item .image-wrap.variable-subscription {
  position: relative;
}
.quick-cart .cart-item .image-wrap.variable-subscription:before {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  z-index: 100;
  background: url("./assets/images/recurring.svg") no-repeat center;
}
.quick-cart .cart-item .product-meta {
  padding: 0 15px 15px 15px;
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.quick-cart .cart-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.quick-cart .cart-item .price {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}
.quick-cart .cart-item .price.price-right {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: -50px;
}
.quick-cart .cart-item .product-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quick-cart .cart-item .ds-remove {
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}
.quick-cart .cart-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.quick-cart .quick-cart-shipping {
  border-top: 1px solid #6A809F;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.quick-cart .quick-cart-total {
  padding: 15px 0;
  border-top: 1px solid #6A809F;
  font-size: 14px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.quick-cart .quick-cart-total h3 {
  font-size: 14px;
  font-weight: 600;
}

.ds-product-quantity {
  background: #ffffff;
  border-radius: 5px;
  border: 1.5px solid #c5cdd4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 110px;
  height: 40px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.ds-product-quantity a {
  cursor: pointer;
  height: 30px;
  width: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ds-product-quantity span {
  height: 30px;
  min-width: 20%;
  font-size: 22px;
  color: #88a4ca;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.ds-product-quantity input, .ds-product-quantity .ds-quantity {
  border: 0;
  font-size: 18px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  width: 60% !important;
}
.ds-product-quantity input:hover, .ds-product-quantity input:focus, .ds-product-quantity .ds-quantity:hover, .ds-product-quantity .ds-quantity:focus {
  outline: 0;
  border: 0;
  background: #ffffff;
}

.ds-address-dropdown {
  position: relative;
  margin: 0 auto 30px auto;
}
@media (min-width: 768px) {
  .ds-address-dropdown {
    margin: auto;
  }
}
.ds-address-dropdown .address-header {
  border: 1px solid #88a4ca;
  height: 46px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 15px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ds-address-dropdown .address-header img {
  width: 15px;
  height: auto;
  margin: 0 10px 0 0;
  -webkit-transform: translate(0, 5px);
      -ms-transform: translate(0, 5px);
          transform: translate(0, 5px);
}
.ds-address-dropdown .address-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  min-height: 328px;
  z-index: -1;
  border: 1px solid #88a4ca;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top: 0;
  padding: 15px;
  background: #ffffff;
}
.ds-address-dropdown .address-content .address-item {
  display: block;
  padding: 10px 0;
  color: #353535;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.3;
}
.ds-address-dropdown .address-content .address-item strong {
  display: block;
}
.ds-address-dropdown:hover .address-content, .ds-address-dropdown:focus .address-content {
  display: block;
  z-index: 10;
}

.ds-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ds-tabs .tabs-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px solid #9aa9b7;
}
.ds-tabs .tabs-header .tab {
  cursor: pointer;
  font-size: 16px;
  padding: 30px 15px;
  position: relative;
}
@media (min-width: 768px) {
  .ds-tabs .tabs-header .tab {
    font-size: 22px;
    padding: 30px 0 30px 15%;
  }
}
.ds-tabs .tabs-header .tab:after {
  content: "";
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #9aa9b7;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.ds-tabs .tabs-header .tab.active, .ds-tabs .tabs-header .tab:hover {
  font-weight: 600;
}
.ds-tabs .tabs-header .tab.active:after, .ds-tabs .tabs-header .tab:hover:after {
  opacity: 1;
}
.ds-tabs .tabs-content .tab-content {
  display: none;
  padding: 70px 10%;
  font-size: 14px;
}
.ds-tabs .tabs-content .tab-content p, .ds-tabs .tabs-content .tab-content h1, .ds-tabs .tabs-content .tab-content h2, .ds-tabs .tabs-content .tab-content h3 {
  font-size: inherit;
}
.ds-tabs .tabs-content .tab-content.active {
  display: block;
}

.ds-accordion {
  position: relative;
}
.ds-accordion .accordion-item {
  position: relative;
  z-index: 1;
  padding: 30px 15px 15px 0px;
  width: 100%;
  border-bottom: 1px solid #ffffff;
  cursor: pointer;
}
@media (min-width: 768px) {
  .ds-accordion .accordion-item {
    padding: 30px 15px 15px 15px;
    margin: 0 15px;
  }
}
.ds-accordion .accordion-item .header {
  padding-bottom: 15px;
  font-size: 14px;
  position: relative;
}
.ds-accordion .accordion-item .header:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  width: 20px;
  height: 20px;
  background: url("./assets/images/plus.svg") no-repeat center center;
  -webkit-transform-origin: 10px 0px;
      -ms-transform-origin: 10px 0px;
          transform-origin: 10px 0px;
  -webkit-transform: rotate(0deg) translate(0, -10px);
      -ms-transform: rotate(0deg) translate(0, -10px);
          transform: rotate(0deg) translate(0, -10px);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ds-accordion .accordion-item .content {
  display: none;
  font-size: 14px;
  line-height: 1.5;
}
.ds-accordion .accordion-item .content p, .ds-accordion .accordion-item .content h1, .ds-accordion .accordion-item .content h2, .ds-accordion .accordion-item .content h3 {
  font-size: inherit;
}
.ds-accordion .accordion-item.active .header:after {
  -webkit-transform: rotate(45deg) translate(0, -10px);
      -ms-transform: rotate(45deg) translate(0, -10px);
          transform: rotate(45deg) translate(0, -10px);
}
.ds-accordion .accordion-item.active .content {
  display: block;
  padding-top: 15px;
}
.ds-accordion .accordion-item:last-of-type {
  margin-bottom: 30px;
}

.categories {
  margin: 60px auto;
  padding: 30px 0;
  background: #FAFAFA;
}

.category-wrap {
  height: 255px;
  max-width: 361px;
  margin: 15px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center;
  background-size: cover;
}

.products-list {
  margin-bottom: 60px;
}
.products-list .top-row {
  padding-bottom: 30px;
}
.products-list .top-row h2 {
  font-size: 22px;
  font-weight: 600;
}
.products-list .top-row img {
  width: 24px;
  height: 24px;
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.products-list .top-row a {
  text-decoration: underline;
}
.products-list .top-row .col-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.products-list .top-row .col-title .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 300px;
}
.products-list .top-row .col-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.products-thumbs {
  width: 100%;
  height: 340px;
}
.products-thumbs .products-scroll-wrap {
  height: 318px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.products-thumbs .product-thumb {
  min-width: 50%;
  width: 50%;
  height: 318px;
  margin-right: 1.4%;
  background-size: cover;
  background-position: center center;
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  .products-thumbs .product-thumb {
    min-width: 24%;
    width: 24%;
  }
}
.products-thumbs .product-thumb .svg {
  position: absolute;
  top: 10px;
  right: 10px;
}
.products-thumbs .product-thumb .product-meta {
  position: absolute;
  top: 80%;
  left: 0;
  right: 0;
  bottom: 0;
  background: #c5cdd4;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  padding: 15px;
}
.products-thumbs .product-thumb .product-meta a {
  opacity: 0;
  display: block;
  max-height: 0;
  background: #c5cdd4;
  padding: 0px;
  text-align: center;
}
.products-thumbs .product-thumb .product-meta .title {
  font-size: 21px;
  font-weight: 600;
}
.products-thumbs .product-thumb:hover .product-meta {
  position: absolute;
  top: 0;
  background: rgba(197, 205, 212, 0.8);
}
.products-thumbs .product-thumb:hover .product-meta a {
  opacity: 1;
  padding: 10px;
  max-height: 100px;
}
.products-thumbs .product-thumb:hover .product-meta .title {
  margin-top: 15px;
}

.search-results {
  padding-bottom: 60px;
  padding-top: 30px;
}
.search-results .products-thumbs .product-thumb {
  width: 100%;
}

.products-slider {
  margin-bottom: 120px;
  position: relative;
}
.products-slider .product-slides-nav {
  position: absolute;
  top: 212px;
  left: 0;
  right: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 5%;
  -webkit-transform: translate(0, -24px);
      -ms-transform: translate(0, -24px);
          transform: translate(0, -24px);
}
.products-slider .product-slides-nav .slick-arrow {
  width: 24px;
  cursor: pointer;
}
.products-slider .product-slides-nav .slick-arrow .svg {
  width: 24px;
}
.products-slider .product-slides-nav .slick-arrow.next {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 768px) {
  .products-slider .product-slides-nav .slick-arrow {
    width: 48px;
  }
  .products-slider .product-slides-nav .slick-arrow .svg {
    width: 48px;
  }
}
.products-slider .slide-header {
  width: 100%;
}
.products-slider .slide-header .col-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 414px;
}
.products-slider .slide-header .col-content h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  padding: 30px;
}
@media (min-width: 768px) {
  .products-slider .slide-header .col-content h2 {
    font-size: 50px;
    padding: 0;
  }
}
.products-slider .bottom-content {
  padding: 60px 15px 120px 15px;
}
@media (min-width: 768px) {
  .products-slider .bottom-content {
    padding: 60px 0 120px 0;
  }
}
.products-slider .bottom-content .col-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.products-slider .bottom-content .col-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.products-slider .bottom-content .col-content h4 {
  font-weight: 400;
  margin-bottom: 15px;
}
.products-slider .bottom-content .col-content a {
  font-weight: 600;
  text-decoration: underline;
}
.products-slider .slides-thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 402px;
  padding-top: 60px;
}
.products-slider .thumbnail {
  height: 322px;
  min-width: 233px;
  width: 233px;
  margin-right: 15px;
  position: relative;
}
.products-slider .thumbnail .thumbnail-meta {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px;
  color: #ffffff;
  text-align: center;
}
.products-slider .thumbnail .thumbnail-meta h2 {
  font-size: 22px;
  font-weight: 600;
}
.products-slider .thumbnail .thumbnail-meta p {
  font-size: 18px;
}

.shop-breadcrumbs {
  padding: 15px 0px 0 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shop-breadcrumbs li {
  margin-right: 20px;
  display: block;
  position: relative;
  margin-bottom: 0;
}
.shop-breadcrumbs li:after {
  content: "/";
  position: absolute;
  font-size: 15px;
  right: -14px;
  top: 1px;
  -webkit-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
          transform: rotate(-15deg);
  opacity: 0.8;
}
.shop-breadcrumbs li:last-child:after {
  display: none;
}
.shop-breadcrumbs li a {
  font-size: 16px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: block;
  padding: 0 5px;
}
.shop-breadcrumbs li a.active {
  font-weight: 600;
}

.category-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  background-position: center;
  min-height: 414px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10%;
  margin-bottom: 30px;
}
.category-hero h2 {
  font-size: 50px;
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-hero .col-md-7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 60px;
}
@media (min-width: 768px) {
  .contact-hero .col-md-7 {
    padding-top: 0px;
  }
}
.contact-hero .col-md-5 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.contact-hero .col-md-5 form input, .contact-hero .col-md-5 form textarea {
  border-radius: 5px;
  padding: 10px;
  width: 100%;
}
.contact-hero .col-md-5 form input[type=submit] {
  float: right;
}

.contact-details {
  background: #353535;
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact-details .contact-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 30px;
  margin: auto;
}
.contact-details .contact-detail .icon {
  padding: 10px;
}
.contact-details .contact-detail .icon img {
  height: 20px;
}
.contact-details .contact-detail .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-details .contact-detail .content * {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}

.contact-map {
  min-height: 500px;
  background-size: cover;
}

.ds-shop-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px;
  list-style: none;
  border-radius: 3px;
  border: 1px solid #88a4ca;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: start;
      align-self: start;
  margin: 15px 0 30px 0;
  height: 46px;
}
@media (min-width: 768px) {
  .ds-shop-progress {
    margin: 0px 0 30px 0;
  }
}
.ds-shop-progress li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  height: 40px;
  max-width: 25%;
  min-width: 25%;
  margin: 0;
  padding: 7px 15px;
  border: 1px solid #ffffff;
  border-radius: 3px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 11px;
  white-space: nowrap;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .ds-shop-progress li {
    font-size: 14px;
  }
}
.ds-shop-progress li.active {
  background: #88a4ca;
  border: 1px solid #88a4ca;
  color: #ffffff;
  font-weight: 500;
}

.single-product .woocommerce-notices-wrapper {
  display: none;
}
.single-product .products-list {
  margin-top: 100px;
  margin-bottom: 30px;
}
.single-product .products-list .top-row .col-title .title {
  max-width: 100%;
}
.single-product .discount-icon {
  float: left;
  width: 30px;
  height: 30px;
  margin: 10px 10px 10px 0;
}
.single-product .ds-discount {
  background: #FFDE6A;
  font-size: 20px;
  font-weight: bold;
  padding: 5px 10px;
  font-family: "Raleway", sans-serif;
  position: absolute;
  left: 10px;
  top: 8px;
}

.woocommerce-notices-wrapper {
  border: 0 !important;
}
.woocommerce-notices-wrapper .woocommerce-message {
  border: 0 !important;
}
.woocommerce-notices-wrapper .woocommerce-message:before {
  background: transparent !important;
  color: #c5cdd4;
}

.type-product {
  padding-top: 30px;
  padding-bottom: 30px;
}
.type-product .entry-summary {
  padding-left: 15px;
}
.type-product .entry-summary h1 {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}
.type-product .entry-summary .product-short-info {
  font-size: 18px;
  font-weight: 600;
  margin-top: 8px;
}
.type-product .entry-summary .product-short-info span {
  display: block;
}
.type-product .entry-summary .product-format-row h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
  display: block;
  border-bottom: 2px solid #c5cdd4;
  padding-bottom: 8px;
  margin-bottom: 15px;
  margin-top: 30px;
}
.type-product .entry-summary .product-format-row .product-format-info {
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 0px;
  padding-top: 10px;
}
.type-product .entry-summary .product-format-row .product-discount-info {
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 0px;
  min-width: 300px;
}
.type-product .entry-summary .product-format-row .product-discount-info p, .type-product .entry-summary .product-format-row .product-discount-info b, .type-product .entry-summary .product-format-row .product-discount-info strong {
  font-size: inherit;
}
.type-product .entry-summary p.price {
  display: none;
  margin-top: 0;
  padding-top: 0;
}
.type-product .entry-summary span.price {
  padding: 0 0 15px 0;
  display: block;
}
.type-product .entry-summary span.price span {
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 600;
}
.type-product .entry-summary span.price .from {
  display: none;
}
.type-product .entry-summary span.price .subscription-details {
  display: none;
}
.type-product .ds-recurring-product-header {
  display: block;
  border-bottom: 2px solid #c5cdd4;
  padding-bottom: 8px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}
.type-product .ds-recurring-product-header a {
  font-size: 12px;
  text-decoration: underline;
  font-weight: 400;
  cursor: pointer;
}
.type-product .ds-address-change {
  font-size: 14px;
}
.type-product .ds-address-change span {
  display: inline-block;
  padding-right: 30px;
}
.type-product .ds-address-change img {
  cursor: pointer;
  width: 15px;
  height: auto;
  -webkit-transform: translate(13px, 3px);
      -ms-transform: translate(13px, 3px);
          transform: translate(13px, 3px);
}
.type-product label {
  font-size: 14px;
  width: 140px;
}
.type-product select {
  padding: 7px 20px 7px 10px;
  margin: 0 0 15px 15px;
}
.type-product .ds-recurring-info {
  font-size: 14px;
  margin: 15px 0;
}
.type-product .single_add_to_cart_button {
  float: right !important;
  font-size: 0 !important;
  position: relative;
  width: 240px;
  height: 40px;
  background-color: #c5cdd4 !important;
  color: #1e1e1e !important;
  font-weight: 300 !important;
  text-transform: uppercase;
}
.type-product .single_add_to_cart_button:after {
  content: "aggiungi al carrello";
  font-size: 16px !important;
}

.product-type-simple p.price {
  display: block !important;
  color: #1e1e1e !important;
  font-size: 14px;
  font-weight: 600;
  margin: 15px 0;
  padding: 15px 0;
}

.ds-single-product-meta {
  background: #d8d8d8;
  overflow-x: hidden;
}
.ds-single-product-meta h3 {
  font-size: 22px;
  font-weight: 500;
  padding: 30px 15px;
}
.ds-single-product-meta .col-right {
  background: #353535;
  color: #ffffff;
  position: relative;
}
.ds-single-product-meta .col-right:after {
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  bottom: 0;
  width: 50vw;
  background: #353535;
}
.ds-single-product-meta .col-right:before {
  position: absolute;
  content: "";
  top: 0;
  right: 100%;
  bottom: 0;
  width: 50vw;
  background: #353535;
  display: block;
}
@media (min-width: 768px) {
  .ds-single-product-meta .col-right:before {
    display: none;
  }
}

.woocommerce-product-gallery__image {
  pointer-events: none;
}

.woocommerce-product-gallery__trigger {
  display: none;
}

.related.products {
  display: none;
}

.ds-recurring-trigger {
  text-decoration: underline;
  cursor: pointer;
}

.product-type-variable-subscription .woocommerce-product-gallery__wrapper {
  position: relative;
}
.product-type-variable-subscription .woocommerce-product-gallery__wrapper:before {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  z-index: 100;
  background: url("./assets/images/recurring.svg") no-repeat center;
}

#wc-stripe-payment-request-button-separator,
#wc-stripe-payment-request-wrapper {
  display: none !important;
}

.filter-toggle {
  display: none;
  width: 30px;
  height: 30px;
  margin: 0 15px;
  margin-bottom: -31px;
  z-index: 1;
}
.filter-toggle .svg path {
  fill: #88a4ca;
}
@media (min-width: 768px) {
  .filter-toggle {
    display: none;
  }
}

.filter-close {
  display: none;
}
.filter-close #Group {
  fill: transparent;
}
.filter-close.active {
  display: block;
  z-index: 20;
  position: fixed;
  top: 30px;
  right: 30px;
  background: transparent;
}

.woocommerce-shop .filter-toggle {
  display: block;
}
@media (min-width: 768px) {
  .woocommerce-shop .filter-toggle {
    display: none;
  }
}

.woof {
  border: 1px solid #88a4ca;
  border-radius: 0px;
  padding: 15px;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  padding-top: 60px;
}
.woof.active {
  opacity: 1;
  z-index: 10;
  pointer-events: all;
}
@media (min-width: 768px) {
  .woof {
    position: relative;
    opacity: 1;
    margin-top: 27px;
    margin-bottom: 60px;
    opacity: 1;
    z-index: 10;
    pointer-events: all;
  }
}

.woof_show_auto_form {
  display: none !important;
}

.woof_redraw_zone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.woof_redraw_zone:before {
  content: "FILTRI:";
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
.woof_redraw_zone > * {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.woof_redraw_zone h4 {
  font-size: 14px;
  font-weight: 500;
}
.woof_redraw_zone h4 .woof_front_toggle_closed {
  background: transparent !important;
  font-size: 0;
}
.woof_redraw_zone h4 .woof_front_toggle_closed:after {
  content: "Mostra";
  font-size: 12px;
  font-weight: 300;
}
.woof_redraw_zone h4 .woof_front_toggle_opened {
  background: transparent !important;
  font-size: 0;
}
.woof_redraw_zone h4 .woof_front_toggle_opened:after {
  content: "Nascondi";
  font-size: 12px;
  font-weight: 300;
}
.woof_redraw_zone .woof_checkbox_label {
  font-size: 14px;
  font-weight: 300;
}
.woof_redraw_zone .woof_submit_search_form_container {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: visible;
}
.woof_redraw_zone .woof_submit_search_form_container button {
  -webkit-transform: translate(0, -40px);
      -ms-transform: translate(0, -40px);
          transform: translate(0, -40px);
  background: #ffffff;
  font-size: 0;
}
.woof_redraw_zone .woof_submit_search_form_container button:hover {
  background: #ffffff;
}
.woof_redraw_zone .woof_submit_search_form_container button:before {
  content: "CANCELLA";
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}

.price_slider_wrapper {
  padding-top: 15px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #c5cdd4;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  background-color: #88a4ca;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #ffffff;
  top: -6px !important;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 6px;
}

.price_label {
  font-size: 10px;
}
.price_label span {
  font-size: 14px;
}

.woof_container_checkbox {
  border-bottom: 1px solid #c5cdd4;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.woof_container_checkbox:last-of-type {
  border-bottom: 0;
}

.woof_products_top_panel {
  display: none !important;
}

.woocommerce-result-count {
  display: none;
}

.cat-acqua .woof_container_product_cat,
.cat-acqua .woof_container_regione,
.cat-acqua .woof_container_cantina {
  display: none !important;
}

.cat-bevande .woof_container_product_cat,
.cat-bevande .woof_container_residuo-fisso,
.cat-bevande .woof_container_regione,
.cat-bevande .woof_container_cantina {
  display: none !important;
}

.cat-birra .woof_container_product_cat,
.cat-birra .woof_container_tipologia,
.cat-birra .woof_container_residuo-fisso,
.cat-birra .woof_container_regione,
.cat-birra .woof_container_cantina {
  display: none !important;
}

.cat-vino .woof_container_product_cat,
.cat-vino .woof_container_tipologia,
.cat-vino .woof_container_formato,
.cat-vino .woof_container_residuo-fisso {
  display: none !important;
}

.woof_checkbox_count {
  display: none !important;
}

.products .product {
  background: #ffffff;
  border: 0.5px solid #88a4ca;
  border-radius: 3px;
  overflow: hidden;
}
.products .product .woocommerce-loop-product__title {
  font-size: 18px !important;
  font-weight: 500;
  padding: 15px !important;
}
.products .product .price {
  font-size: 16px !important;
  font-weight: 300;
  padding: 0 15px !important;
  color: #143C46 !important;
}
.products .product .ds-product-more-info {
  padding: 10px 15px;
  background: #9aa9b7;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.products .product .ds-product-more-info:hover {
  background: #838a8a;
}
.products .product.product-type-variable-subscription {
  position: relative;
}
.products .product.product-type-variable-subscription:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: url("./assets/images/recurring.svg") no-repeat center;
}
.products .product .ds-discount {
  background: #FFDE6A;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 10px;
  font-family: "Raleway", sans-serif;
  position: absolute;
  left: 10px;
  top: 8px;
}

.woocommerce .woocommerce-ordering select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; /* Remove default arrow */
  background-image: url("./assets/images/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: 94% center;
  padding: 10px 30px 10px 10px;
  background-size: 10px auto; /* Add custom arrow */
  border: 1px solid #88a4ca;
  border-radius: 3px;
  background-color: #ffffff;
}
.ds-cart-header h1 {
  font-size: 22px;
  margin: 15px 0 10px;
}
.ds-cart-header h1 span {
  color: #88a4ca;
  text-transform: none;
}
.ds-cart-header h2 {
  font-size: 18px;
  margin-bottom: 30px;
}

.woocommerce-cart-form.processing .ds-product-quantity, .woocommerce-cart-form.processing .qty {
  opacity: 0;
}

.woocommerce-cart-form__contents {
  border: 0 !important;
  background: #fafafa;
  padding: 30px;
  width: 100%;
}
.woocommerce-cart-form__contents thead {
  display: none !important;
}
.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 200px;
  min-height: 200px;
  position: relative;
  margin-bottom: 30px;
}
.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-thumbnail {
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  min-width: 200px;
  width: 200px;
}
.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-thumbnail a {
  display: block;
  width: 100%;
}
.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-thumbnail a img {
  width: 100%;
}
.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item.variable-subscription {
  position: relative;
}
.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item.variable-subscription .product-thumbnail a:before {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  z-index: 100;
  background: url("./assets/images/recurring.svg") no-repeat center;
}
.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .variation {
  display: none;
}
.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-name {
  min-width: 100%;
  font-size: 18px;
  font-weight: 600;
  padding: 5px 0px 0 0;
}
.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-meta {
  min-width: 100%;
  font-size: 14px;
  font-weight: 300;
  padding: 5px 0px 0 0;
}
.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-price {
  min-width: 100%;
  font-size: 14px;
  font-weight: 600;
  padding: 0px 0px 0 0;
}
.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-price del {
  display: none !important;
}
.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-subtotal {
  display: none !important;
}
.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-quantity {
  float: left;
  padding: 0;
}
.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-remove {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-remove a {
  color: #1e1e1e !important;
  background: #ffffff !important;
  font-size: 0;
  position: relative;
  float: right;
  display: block;
  width: 100%;
  text-align: right;
}
.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-remove a:after {
  content: "RIMUOVI";
  font-size: 14px;
  text-decoration: underline;
  font-weight: 600;
  text-align: right;
}
.woocommerce-cart-form__contents .coupon {
  display: none !important;
}
.woocommerce-cart-form__contents .actions {
  display: none !important;
}
.woocommerce-cart-form__contents .ds-product-quantity {
  width: 90px;
  height: 30px;
}
.woocommerce-cart-form__contents .ds-product-quantity input {
  font-size: 14px;
}

.woocommerce table.shop_table td {
  border: 0 !important;
}

.cart-collaterals {
  width: 100%;
}
.cart-collaterals table {
  padding: 30px !important;
  margin: 30px;
  border: 0 !important;
  background: #fafafa;
}
.cart-collaterals table tr, .cart-collaterals table td, .cart-collaterals table th {
  border: 0 !important;
  vertical-align: middle !important;
  font-weight: 300 !important;
}
.cart-collaterals table .woocommerce-Price-amount {
  font-weight: 600;
  font-size: 14px !important;
}
.cart-collaterals table .order-total {
  position: relative;
  display: none;
  font-weight: 600 !important;
}
.cart-collaterals table .order-total th {
  font-weight: 600 !important;
  padding-top: 30px !important;
}
.cart-collaterals table .order-total:after {
  content: "";
  position: absolute;
  top: 0px;
  left: -30px;
  right: -30px;
  height: 2px;
  background: #c5cdd4;
  display: table-row;
}
.cart-collaterals table .order-total td {
  padding-top: 30px !important;
}
.cart-collaterals table .recurring-totals {
  display: none;
}
.cart-collaterals table .cart-subtotal.recurring-total {
  display: table-row;
}
.cart-collaterals table .order-total.recurring-total {
  display: none;
}
.cart-collaterals table .shipping.recurring-total {
  display: none;
}
.cart-collaterals .cart_totals {
  width: 100% !important;
  float: none !important;
}
.cart-collaterals .cart-subtotal > th {
  border: 0 !important;
  font-size: 0;
  width: 75% !important;
  min-width: 50%;
  width: 300px;
}
.cart-collaterals .cart-subtotal > th:after {
  content: "TOTALE A PERDERE";
  font-size: 14px;
}
.cart-collaterals .cart-subtotal.recurring-total > th:after {
  content: "TOTALE A RENDERE";
  font-size: 14px;
}
.cart-collaterals .woocommerce-shipping-totals {
  display: none;
}
.cart-collaterals .woocommerce-shipping-totals > th {
  font-size: 0;
}
.cart-collaterals .woocommerce-shipping-totals > th:after {
  content: "COSTI DI CONSEGNA";
  font-size: 14px;
}
.cart-collaterals .woocommerce-shipping-totals #shipping_method label {
  font-size: 0;
}
.cart-collaterals .woocommerce-shipping-totals #shipping_method label span {
  font-size: 14px;
}
.cart-collaterals .woocommerce-shipping-totals .woocommerce-shipping-destination {
  display: none !important;
}
.cart-collaterals .woocommerce-shipping-totals .woocommerce-shipping-calculator {
  display: none !important;
}
.cart-collaterals .order-total > th {
  font-size: 0;
}
.cart-collaterals .order-total > th:after {
  content: "TOTALE VETRO A PERDERE";
  font-size: 14px;
}

.logged-in .woocommerce-shipping-totals {
  display: table-row;
}

.wc-proceed-to-checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.wc-proceed-to-checkout a {
  max-width: 300px;
  min-width: 300px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px !important;
  font-weight: 500 !important;
  display: block;
  background-color: #ffffff !important;
  border-radius: 3px !important;
  border: 1px solid #c5cdd4 !important;
  color: #1e1e1e !important;
}
.wc-proceed-to-checkout a:hover {
  background-color: #c5cdd4 !important;
}

.cart-collaterals .woocommerce-shipping-totals #shipping_method label span {
  display: inline;
}

.delivery-block {
  background-color: #fafafa;
}
.delivery-block h2 {
  font-size: 22px;
  font-weight: 600;
  padding: 30px;
  border-bottom: 2px solid #929c43;
}
.delivery-block h4 {
  font-size: 18px;
  font-weight: 300;
}
.delivery-block .address-block {
  padding: 30px;
}
.delivery-block .address {
  font-size: 14px;
  font-weight: 600;
}
.delivery-block .ds-address-change {
  font-weight: 600;
  text-decoration: underline;
  font-size: 14px;
}
.delivery-block .form-row {
  padding: 15px 15px 0 15px;
}
.delivery-block .ds-delivery-note {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #88a4ca;
}
.delivery-block .ds-delivery-note-text {
  font-size: 12px;
}

#cap-check-form-delivery .cap-check-wrap {
  background: #fafafa;
  padding: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#cap-check-form-delivery label {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#cap-check-form-delivery select {
  border: 1px solid #88a4ca;
}
#cap-check-form-delivery .form-row {
  min-width: 100%;
}
#cap-check-form-delivery .form-row label {
  max-width: 100%;
  display: block;
}
#cap-check-form-delivery .cap-check-delivery-btn {
  top: auto;
  bottom: 16px;
}
#cap-check-form-delivery .ds-delivery-register {
  float: right;
}

.delivery-block.quick-cart-wrapper .product-meta {
  width: 100%;
}
.delivery-block.quick-cart-wrapper .product-meta .product-name {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.delivery-block.quick-cart-wrapper .product-meta .product-price {
  float: right;
}
.delivery-block.quick-cart-wrapper .cart-item {
  padding: 15px;
}
.delivery-block.quick-cart-wrapper .cart-item .product-info {
  display: block;
  font-size: 14px;
  margin: 10px 0 0 0;
}
.delivery-block.quick-cart-wrapper .quick-cart-total {
  padding: 30px;
}

.ds-delivery-info {
  background: #fafafa;
  padding: 30px 0;
  margin: 30px 0 0 0;
}
.ds-delivery-info.edit-mode {
  background: #ffffff;
}
.ds-delivery-info.edit-mode .ds-delivery-footer {
  background: inherit;
}
.ds-delivery-info h4 {
  margin-top: 15px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .ds-delivery-info h4 {
    font-size: 22px;
  }
}
.ds-delivery-info .ds-recurring-product-header {
  font-size: 20px;
  font-weight: 600;
  padding: 15px 0;
  border-bottom: 2px solid #929c43;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.ds-delivery-info .ds-delivery-instructions {
  padding: 15px 0;
  max-width: 650px;
}
.ds-delivery-info .ds-delivery-instructions h4 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}
.ds-delivery-info .ds-delivery-instructions p {
  font-size: 14px;
}
.ds-delivery-info label {
  font-weight: 400;
  font-size: 16px;
  margin-top: 15px;
  text-transform: uppercase;
}
.ds-delivery-info label input {
  margin-top: -15px;
}
@media (min-width: 768px) {
  .ds-delivery-info label {
    font-size: 18px;
  }
}
.ds-delivery-info .product-day-wrappper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ds-delivery-info .product-day-wrappper .ds-day-select {
  margin-left: 0;
}
.ds-delivery-info .product-time-wrappper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ds-delivery-info .product-frequency-wrappper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.ds-delivery-footer {
  background: #fafafa;
}
.ds-delivery-footer .ds-proceed-order {
  background: #c5cdd4;
  width: 300px;
  display: block;
  text-align: center;
  padding: 15px;
  border-radius: 3px;
  cursor: pointer;
  margin-top: 15px;
  border: 0;
  outline: 0;
}
@media (min-width: 768px) {
  .ds-delivery-footer .ds-proceed-order {
    float: right;
  }
}
.ds-delivery-footer .ds-proceed-order:disabled {
  cursor: not-allowed;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  max-width: 100% !important;
}

.checkout.woocommerce-checkout #customer_details {
  display: none;
}

.wc_payment_method img {
  width: auto;
}

.woocommerce-checkout-review-order table {
  display: none;
}
.woocommerce-checkout-review-order .quick-cart {
  margin-bottom: 60px;
  margin-top: 60px;
}

.includes_tax {
  display: none !important;
}

.cart-empty {
  margin-bottom: 60px;
}

.return-to-shop {
  margin-bottom: 60px;
}

.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
  display: none;
}

.woocommerce-checkout .woocommerce-order .woocommerce-customer-details {
  display: none;
}
.woocommerce-checkout .woocommerce-order header {
  display: none;
}
.woocommerce-checkout .woocommerce-order .my_account_orders {
  display: none;
}
.woocommerce-checkout .woocommerce-order > h2 {
  font-size: 22px;
  font-weight: 600;
  padding: 20px;
  background: #fafafa;
  border-bottom: 2px solid #929c43;
  text-transform: uppercase;
}
.woocommerce-checkout .woocommerce-order > .shop_table {
  background: #fafafa;
  margin: 0 auto 60px auto;
  border: 0;
  padding: 20px;
}
.woocommerce-checkout.woocommerce-order-received .woocommerce-notice,
.woocommerce-checkout.woocommerce-order-received .woocommerce-order-overview {
  display: none;
}
.woocommerce-checkout.woocommerce-order-received .woocommerce-order > p {
  display: none;
}
.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details {
  display: none;
}
.woocommerce-checkout.woocommerce-order-received .ds-order-recap {
  background: #fafafa;
  margin: 0 auto 60px auto;
  padding-top: 15px;
}
.woocommerce-checkout.woocommerce-order-received .ds-order-recap h2 {
  font-size: 22px;
  font-weight: 600;
  padding: 15px;
}
.woocommerce-checkout.woocommerce-order-received .ds-order-recap h3 {
  font-size: 18px;
  font-weight: 400;
  padding: 15px 0;
}
.woocommerce-checkout.woocommerce-order-received .ds-order-recap h4 {
  font-weight: 600;
  margin: 15px 0;
  text-transform: uppercase;
}
.woocommerce-checkout.woocommerce-order-received .ds-order-recap .recap-heading {
  border-bottom: 2px solid #929c43;
}
.woocommerce-checkout.woocommerce-order-received .ds-order-recap .order-row {
  padding: 15px 30px 30px 30px;
  font-size: 14px;
  border-bottom: 2px solid #c0c0c0;
}
.woocommerce-checkout.woocommerce-order-received .ds-order-recap .order-row:last-of-type {
  border-bottom: 0;
}
.woocommerce-checkout.woocommerce-order-received .ds-order-recap .order-row .name {
  text-transform: uppercase;
}
.woocommerce-checkout.woocommerce-order-received .ds-order-recap .order-row .name,
.woocommerce-checkout.woocommerce-order-received .ds-order-recap .order-row .address {
  font-weight: 600;
}
.woocommerce-checkout.woocommerce-order-received .ds-order-recap .order-row .product-title {
  font-weight: 600;
  font-size: 18px;
  display: block;
  margin-top: 15px;
  margin-bottom: 0;
}

.account-left {
  background: #353535;
  padding-top: 60px;
  padding-bottom: 60px;
}
.account-left nav.woocommerce-MyAccount-navigation {
  display: block;
  width: 100%;
}
.account-left nav.woocommerce-MyAccount-navigation li a {
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  width: 100%;
}
.account-left nav.woocommerce-MyAccount-navigation li.is-active a, .account-left nav.woocommerce-MyAccount-navigation li:hover a {
  font-weight: 500;
}

.account-right {
  background: #f5f5f6;
}
.account-right .woocommerce-MyAccount-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.account-right .woocommerce-MyAccount-content a:not(.button) {
  text-decoration: underline;
}

.ds-orders-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ds-orders-list .order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #6b6b6b;
  padding: 15px;
  font-size: 0.8rem;
}
.ds-orders-list .order ul {
  font-size: 0.8rem;
}
.ds-orders-list .order input {
  border: 0;
  background: transparent;
  pointer-events: none;
}
.ds-orders-list .order .subscription-id {
  width: 120px;
}
.ds-orders-list .order .subscription-id a {
  font-weight: bold;
}

.woocommerce-MyAccount-content p {
  display: none;
}
.woocommerce-MyAccount-content p.woocommerce-form-row, .woocommerce-MyAccount-content p.form-row {
  display: block;
}
.woocommerce-MyAccount-content table {
  border: 0 !important;
}
.woocommerce-MyAccount-content table thead {
  display: none;
}
.woocommerce-MyAccount-content table .wc-item-meta {
  display: none;
}
.woocommerce-MyAccount-content .wcs-switch-link,
.woocommerce-MyAccount-content .remove_item {
  display: none !important;
}
.woocommerce-MyAccount-content .button.change_address,
.woocommerce-MyAccount-content .button.resubscribe,
.woocommerce-MyAccount-content .button.change_payment_method,
.woocommerce-MyAccount-content .button.subscription_renewal_early {
  display: none;
  pointer-events: none;
}
.woocommerce-MyAccount-content .subscription_details {
  margin: 30px 0 !important;
}
.woocommerce-MyAccount-content h2 {
  display: none;
}
.woocommerce-MyAccount-content .my_account_orders,
.woocommerce-MyAccount-content .woocommerce-customer-details {
  display: none !important;
}
.woocommerce-MyAccount-content .form-row label {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  line-height: 1 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.woocommerce-MyAccount-content form {
  padding: 30px;
}
.woocommerce-MyAccount-content form input {
  padding: 10px;
  border-radius: 5px;
  border-width: 0.5px;
}
.woocommerce-MyAccount-content form .button,
.woocommerce-MyAccount-content form input[type=submit],
.woocommerce-MyAccount-content form button[type=submit] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 15px;
  border: 1px solid #c5cdd4;
  max-width: 300px;
  border-radius: 3px;
  min-width: 80%;
  margin: 0 0 15px 0;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.woocommerce-MyAccount-content form .button:hover,
.woocommerce-MyAccount-content form input[type=submit]:hover,
.woocommerce-MyAccount-content form button[type=submit]:hover {
  background: #c5cdd4;
}
.woocommerce-MyAccount-content form #billing_email_field {
  display: none !important;
}
.woocommerce-MyAccount-content form .input-checkbox {
  width: auto;
}
.woocommerce-MyAccount-content form .checkbox {
  display: block !important;
}
.woocommerce-MyAccount-content form p:last-of-type {
  display: block !important;
}
.woocommerce-MyAccount-content form.woocommerce-EditAccountForm label[for=account_email] {
  display: none !important;
}
.woocommerce-MyAccount-content form.woocommerce-EditAccountForm #account_email {
  display: none !important;
}
.woocommerce-MyAccount-content form.woocommerce-EditAccountForm fieldset {
  border: 0;
  padding: 0;
}
.woocommerce-MyAccount-content form.woocommerce-EditAccountForm .password-input {
  margin: 10px 0;
}
.woocommerce-MyAccount-content form.woocommerce-EditAccountForm .password-input input {
  padding: 10px;
}
.woocommerce-MyAccount-content form.woocommerce-EditAccountForm .password-input .show-password-input {
  top: 0.4rem;
}

.account-right .button {
  text-decoration: none;
}
.account-right .ds-tabs .tabs-content .tab-content {
  padding: 15px 15px 60px 15px;
}
.account-right .woocommerce-notices-wrapper {
  display: none !important;
}
.account-right .woocommerce-Addresses {
  width: 100%;
}
.account-right .woocommerce-Addresses h3 {
  margin-bottom: 30px;
}
.account-right .woocommerce-Addresses .woocommerce-Address {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 30px;
}
.account-right .woocommerce-Addresses .woocommerce-Address header {
  margin: 0;
  padding: 0;
  display: block;
}
.account-right .woocommerce-Addresses .woocommerce-Address:last-of-type {
  display: none !important;
}

.button.edit-subscription {
  margin-top: 10px;
  background-color: #A46497 !important;
  color: #ffffff !important;
  padding: 10px !important;
}

.edit-subscription .woocommerce-notices-wrapper,
.edit-subscription .addresses,
.edit-subscription address,
.edit-subscription .customer_details {
  display: none !important;
  pointer-events: none;
  width: 0;
  height: 0;
  overflow: hidden;
}

.edit-prompt {
  background: #A46497;
  color: #ffffff;
  padding: 25px 35px;
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.edit-prompt .content h3 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
.edit-prompt .content p {
  font-size: 12px;
  line-height: 18px;
}
.edit-prompt .content p strong {
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
}
.edit-prompt .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 15px;
  border: 1px solid #ffffff;
  color: #ffffff;
  max-width: 300px;
  width: 142px;
  height: 40px;
  border-radius: 3px;
  margin: 0 0 15px 0;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.edit-prompt .button:hover {
  background: #ffffff;
  color: #A46497;
}

.edit-mode-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.edit-mode-wrap p {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  padding-left: 50px;
}

.ds-save-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 15px;
  border: 1px solid #A46497;
  background: #A46497;
  color: #ffffff;
  max-width: 210px;
  font-weight: 500;
  width: 203px;
  min-width: 203px;
  height: 40px;
  border-radius: 3px;
  margin: 0 0 15px 0;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.ds-save-order:hover {
  background: #ffffff;
  color: #A46497;
}