/* MAIN SCSS DOCUMENT */
/* REQUIRED PARTIALS */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  margin: 0 0 20px 20px;
}

blockquote, q {
  quotes: none;
}

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

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

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

/* WORDPRESS GENERAL */
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1280px) {
  .container {
    max-width: 1270px;
  }
}
@media (min-width: 1460px) {
  .container {
    max-width: 1440px;
  }
}
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1280px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 1270px;
  }
}
@media (min-width: 1460px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1440px;
  }
}
.row {
  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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

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

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

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

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1280px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1460px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.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: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1280px) {
  .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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1460px) {
  .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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -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 {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

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

.flex-grow-1 {
  -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 {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

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

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

.justify-content-between {
  -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 {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

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

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

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

.align-items-stretch {
  -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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -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: 1280px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -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: 1460px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -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;
  }
}
.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: 1280px) {
  .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: 1460px) {
  .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;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.map */
/* FONTS & COLORS */
/* FONT VARIABLES */
@font-face {
  font-family: "Barlow";
  src: url("https://huma-air.com/app/themes/huma-air/fonts/Barlow-BoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("https://huma-air.com/app/themes/huma-air/fonts/Barlow-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("https://huma-air.com/app/themes/huma-air/fonts/Barlow-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("https://huma-air.com/app/themes/huma-air/fonts/Barlow-BlackItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("https://huma-air.com/app/themes/huma-air/fonts/Barlow-ExtraBoldItalic.woff2") format("woff2");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("https://huma-air.com/app/themes/huma-air/fonts/Barlow-ExtraLightItalic.woff2") format("woff2");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("https://huma-air.com/app/themes/huma-air/fonts/Barlow-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("https://huma-air.com/app/themes/huma-air/fonts/Barlow-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("https://huma-air.com/app/themes/huma-air/fonts/Barlow-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("https://huma-air.com/app/themes/huma-air/fonts/Barlow-ThinItalic.woff2") format("woff2");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("https://huma-air.com/app/themes/huma-air/fonts/Barlow-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("https://huma-air.com/app/themes/huma-air/fonts/Barlow-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("https://huma-air.com/app/themes/huma-air/fonts/Barlow-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("https://huma-air.com/app/themes/huma-air/fonts/Barlow-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("https://huma-air.com/app/themes/huma-air/fonts/Barlow-SemiBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("https://huma-air.com/app/themes/huma-air/fonts/Barlow-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("https://huma-air.com/app/themes/huma-air/fonts/Barlow-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("https://huma-air.com/app/themes/huma-air/fonts/Barlow-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
/* BASE */
/* GENERAL CSS */
html {
  overflow-x: hidden;
}
html body {
  position: relative;
  float: left;
  width: 100%;
  display: table;
  overflow-x: hidden;
  color: #1E1E1E;
  image-rendering: -webkit-optimize-contrast;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  line-height: 22px;
}

@media (max-width: 767px) {
  html body {
    font-size: 14px;
    line-height: 22px;
  }
}
body #divtohide {
  bottom: 0px !important;
  position: fixed !important;
}

/* GLOBAL */
img, iframe {
  max-width: 100%;
}

i {
  font-style: italic;
}

b, strong {
  font-weight: bold;
}

/*TABLE */
table {
  position: relative;
  float: left;
  width: 100%;
  display: table;
  margin: 0 0 20px 0;
  font-weight: 400;
  max-width: 100%;
  vertical-align: middle;
}
table label {
  color: #1E1E1E;
  font-weight: bold;
  min-width: inherit;
}
table tr {
  display: table-row;
}
table tr td:first-child {
  padding: 4px 10px 4px 0;
}
table tr td {
  padding: 4px 10px;
  display: table-cell;
  vertical-align: middle;
}
table tr td p {
  margin: 0;
}
table tr th {
  text-align: left;
  padding: 4px 10px;
  display: table-cell;
  color: #1E1E1E;
  font-weight: bold;
  vertical-align: middle;
}
table tr th:first-child {
  padding: 5px 10px 5px 0;
}
table thead {
  padding: 0 0 30px 0;
}

/* INVOERVELDEN + BUTTON */
input, select {
  height: 40px;
  background: #fff;
  border: 1px solid #D5D5D5;
  font-size: 14px;
  border-radius: 4px;
  color: #1E1E1E;
}
input:disabled, select:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

input[type=text], input[type=email], input[type=search], input[type=tel], input[type=url], select, input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input {
  padding: 0 15px;
}

select {
  padding: 0 40px 0 15px;
}

textarea {
  position: relative;
  height: 200px;
  padding: 15px;
  outline: none;
  width: 100%;
  font-size: 14px;
  background: #fff;
  border: 1px solid #D5D5D5;
  border-radius: 4px;
}

input:focus, select:focus, textarea:focus {
  outline: none;
  border: 1px solid #1E1E1E;
}

button:focus {
  outline: none;
  border: none;
}

input[type=checkbox], input[type=radio] {
  position: relative;
  height: auto;
  width: auto;
  margin: 7px 4px 4px 0;
  min-width: inherit;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  display: inline-block;
  background-color: #F9F022;
  color: #000000;
  border: 1px solid #F9F022;
  height: auto;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  font-family: "Barlow", sans-serif;
  cursor: pointer;
  text-align: center;
  border-radius: 0px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  font-style: normal;
  padding: 18px 20px 18px 20px;
}

button:hover, html input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
  background-color: #e2d906;
  color: #000000;
}

.button {
  display: inline-block;
  position: relative;
  font-family: "Barlow", sans-serif;
  background-color: #F9F022;
  color: #000000;
  height: auto;
  font-style: normal;
  border-radius: 0px;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  padding: 15px 20px 18px 20px;
  border: 1px solid #F9F022;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button:link, .button:visited {
  background-color: #F9F022;
  color: #000000;
  text-decoration: none;
  border: 1px solid #F9F022;
}
.button:hover, .button:active {
  background-color: #e2d906;
  border: 1px solid #e2d906;
  color: #000000;
  text-decoration: none;
}

.button-outline-yellow {
  display: inline-block;
  position: relative;
  background-color: #F9F022;
  color: #F9F022;
  border: none;
  height: auto;
  font-style: normal;
  border-radius: 0px;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  padding: 15px 20px 18px 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button-outline-yellow:link, .button-outline-yellow:visited {
  background-color: transparent;
  color: #F9F022;
  border: 1px solid #F9F022;
  text-decoration: none;
}
.button-outline-yellow:hover, .button-outline-yellow:active {
  background-color: #F9F022;
  color: #000000;
  border: 1px solid #F9F022;
  text-decoration: none;
}

.button-outline-black {
  display: inline-block;
  position: relative;
  background-color: #1E1E1E;
  color: #1E1E1E;
  height: auto;
  font-style: normal;
  border-radius: 0px;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  padding: 15px 20px 18px 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #1E1E1E;
}
.button-outline-black:link, .button-outline-black:visited {
  background-color: transparent;
  color: #1E1E1E;
  border: 1px solid #1E1E1E;
  text-decoration: none;
}
.button-outline-black:hover, .button-outline-black:active {
  background-color: #1E1E1E;
  color: #F9F022;
  border: 1px solid #1E1E1E;
  text-decoration: none;
}

label {
  position: relative;
  width: auto;
}

select {
  /*for firefox*/
  -moz-appearance: none;
  /*for chrome*/
  -webkit-appearance: none;
  background-image: url("https://huma-air.com/app/themes/huma-air/images/angle-down.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  background-size: 20px;
}

select[multiple=multiple] {
  padding: 0 15px;
  height: 100px;
  background-image: inherit;
}

/*for IE10*/
select::-ms-expand {
  display: none;
}

/* GRAVITY FORMS */
.gform_wrapper {
  position: relative;
  float: left;
  width: 100%;
}
.gform_wrapper form {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
}

.gform_body {
  position: relative;
  float: left;
  width: 100%;
}

.gform_wrapper ul {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  list-style-type: none;
}
.gform_wrapper ul li {
  position: relative;
  float: left;
  width: 100%;
  line-height: 30px;
  margin: 0 0 20px 0;
}

.gfield_label {
  position: relative;
  float: left;
  min-width: inherit;
  max-width: inherit;
  width: 100%;
  padding-right: 0px;
  font-weight: 600;
}

.gform_wrapper .ginput_container {
  position: relative;
  float: left;
  width: 100%;
}
.gform_wrapper .ginput_container_singleproduct {
  position: relative;
  float: left;
}
.gform_wrapper .ginput_container_singleproduct input {
  float: left;
}
.gform_wrapper input, .gform_wrapper select {
  width: 100%;
}
.gform_wrapper input[type=checkbox], .gform_wrapper input[type=radio] {
  width: auto;
}

.gform_footer {
  position: relative;
  float: left;
  width: 100%;
}

@media (max-width: 767px) {
  .gform_footer {
    padding-left: 0;
  }
}
.gform_wrapper input[type=submit] {
  width: 100%;
}

.ginput_quantity_label {
  position: relative;
  float: left;
  margin: 0 10px 0 30px;
}

.ginput_product_price_label {
  position: relative;
  float: left;
}

.ginput_product_price {
  position: relative;
  float: left;
  font-weight: bold;
}

.gfield_required {
  color: red;
}

.gfield_radio {
  position: relative;
  float: left;
}
ul.gfield_checkbox li, ul.gfield_radio li {
  margin: 0 0 0 0;
}

/* GRAVITY FORMS MELDINGEN */
.validation_error {
  position: relative;
  float: left;
  width: 100%;
  background-color: #c00000;
  padding: 15px;
  color: #fff;
  margin: 0 0 20px 0;
}
.validation_error h2 {
  font-weight: 400;
  margin: 0 0 0 0;
  font-size: 16px;
  line-height: 22px;
}

.gform_wrapper .validation_message.gfield_description {
  clear: both;
  color: #FFF;
  float: left;
  left: 0%;
  padding: 4px 10px 7px 10px;
  position: relative;
  background-color: #c00000;
  margin: 10px 0 0 0;
  font-size: 12px;
  line-height: 14px;
}
.gform_wrapper .validation_message.gfield_description:before {
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #c00000;
  border-width: 7px;
  bottom: 100%;
  content: " ";
  left: 50%;
  margin-left: -7px;
  pointer-events: none;
  position: absolute;
  height: 0;
  width: 0;
}

@media (max-width: 767px) {
  .gfield_label {
    width: 100%;
  }
  .gform_wrapper .ginput_container {
    width: 100%;
  }
  .gform_wrapper input[type=submit] {
    margin-left: 0;
  }
  .gform_wrapper .validation_message.gfield_description {
    left: 0;
  }
}
/* TEXT GENERAL */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin: 0 0 20px 0;
}

h1 {
  font-size: 32px;
  line-height: 37px;
}

h2 {
  font-size: 27px;
  line-height: 32px;
}

h3 {
  font-size: 24px;
  line-height: 29px;
}

h4 {
  font-size: 22px;
  line-height: 27px;
}

h5 {
  font-size: 18px;
  line-height: 23px;
}

h6 {
  font-size: 16px;
  line-height: 21px;
}

h1.headline, h2.headline, h3.headline, h4.headline, h5.headline, h6.headline {
  font-size: 32px;
  line-height: 36px;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
h1.headline:before, h2.headline:before, h3.headline:before, h4.headline:before, h5.headline:before, h6.headline:before {
  letter-spacing: -3px;
  margin-right: 10px;
  content: "// ";
  color: #F9F022;
}
@media (max-width: 767px) {
  h1.headline, h2.headline, h3.headline, h4.headline, h5.headline, h6.headline {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 20px 0;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 24px;
    line-height: 29px;
  }
  h3 {
    font-size: 22px;
    line-height: 27px;
  }
  h4 {
    font-size: 20px;
    line-height: 25px;
  }
  h5 {
    font-size: 18px;
    line-height: 23px;
  }
  h6 {
    font-size: 16px;
    line-height: 21px;
  }
}
p {
  margin: 0 0 20px 0;
}

address {
  margin: 0 0 20px 0;
  font-style: normal;
}

/* LINKS GENERAL */
a {
  color: #1E1E1E;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:link {
  text-decoration: underline;
  color: #1E1E1E;
}

a:visited {
  text-decoration: underline;
  color: #1E1E1E;
}

a:hover {
  text-decoration: none;
  color: #1E1E1E;
}

a:active {
  text-decoration: none;
  color: #1E1E1E;
}

/* WooCommerce info */
.woocommerce-message {
  position: relative;
  float: left;
  width: 100%;
  background-color: #F3F3F3;
  padding: 15px;
  margin: 0 0 20px 0;
}
.woocommerce-message .button {
  margin-right: 10px;
}

.woocommerce-info {
  position: relative;
  float: left;
  width: 100%;
  background-color: #F3F3F3;
  padding: 15px;
  margin: 0 0 20px 0;
}
.woocommerce-info .button {
  margin-right: 10px;
}

/* WooCommerce Errors */
.woocommerce-error {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 15px;
  color: #fff;
  background: #c00000;
}
.woocommerce-error li {
  color: #fff;
  margin: 0 0 10px 0;
  list-style: none;
  font-size: 14px;
  line-height: 14px;
}
.woocommerce-error li a:link, .woocommerce-error li a:visited {
  color: #fff;
  text-decoration: none;
}
.woocommerce-error li a:hover, .woocommerce-error li a:active {
  color: #fff;
  text-decoration: none;
}
.woocommerce-error li:last-child {
  margin: 0px;
}
.woocommerce-error .button {
  margin-right: 10px;
}

.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}

.woocommerce-MyAccount-navigation-link--contributions {
  display: none;
}

/* REVIEWS */
.woocommerce #reviews .form-contribution .form-row, .woocommerce-page #reviews .form-contribution .form-row {
  float: left !important;
}

.b-tooltip {
  display: inline-block;
  padding: 15px;
  position: absolute;
  text-align: center;
  z-index: 333;
  margin-top: -30px;
  max-width: 300px;
  background: #1E1E1E;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 22px;
}

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 5555;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.blocker.behind {
  background-color: transparent;
}

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  overflow: visible;
  z-index: 2;
  max-width: 1140px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  padding: 30px;
  border-radius: 5px;
  text-align: left;
}

@media (max-width: 767px) {
  .modal {
    vertical-align: bottom;
  }
}
.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-color: #c00000;
  border-radius: 50%;
}
.modal a.close-modal:hover {
  background-color: #f30000;
}
.modal a.close-modal:before {
  color: #fff;
  content: "x";
  text-indent: 0px;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  font-weight: 600;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
/* LAYOUTS */
.header-wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1001;
}
.header-wrap .usps-mobile {
  position: relative;
  width: 100%;
  background-color: #F3F3F3;
}
.header-wrap .usps-mobile .col-12 {
  padding: 0;
}
.header-wrap .usps-mobile ul.usps {
  list-style-type: none;
  position: relative;
  display: block;
  overflow: hidden;
  height: 34px;
  width: 100%;
  margin: 0;
  padding: 0;
}
.header-wrap .usps-mobile ul.usps li {
  position: absolute;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  margin: 0;
  padding: 7px 0;
  -moz-transform: translateX(-100dvw);
  -o-transform: translateX(-100dvw);
  -ms-transform: translateX(-100dvw);
  -webkit-transform: translateX(-100dvw);
  transform: translateX(-100dvw);
}
.header-wrap .usps-mobile ul.usps li .icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px 0 0;
}
.header-wrap .usps-mobile ul.usps li .rating-holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  white-space: nowrap;
}
.header-wrap .usps-mobile ul.usps li .text {
  white-space: nowrap;
}
.header-wrap .usps-mobile ul.usps li.active {
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.header-wrap .usps-mobile .payment-methods {
  display: none;
}
.header-wrap .main-header {
  position: relative;
  width: 100%;
  background-color: #F3F3F3;
}
.header-wrap .main-nav-wrap {
  position: relative;
  width: 100%;
  background-color: #1E1E1E;
}
.header-wrap .inner-header, .header-wrap .middle-header, .header-wrap .header-actions ul, .header-wrap .header-actions ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.header-wrap .inner-header .logo {
  position: relative;
  float: left;
  margin: 10px 0;
}
.header-wrap .inner-header .logo a {
  position: relative;
  float: left;
}
.header-wrap .inner-header .logo a img {
  position: relative;
  float: left;
}
.header-wrap .left-side {
  position: relative;
}
.header-wrap .left-side a.mobile-nav-toggle {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 17px;
}
.header-wrap .left-side a.mobile-nav-toggle .burger {
  width: 24px;
  height: 17px;
}
.header-wrap .left-side a.mobile-nav-toggle .burger .line {
  width: 18px;
  height: 1.5px;
  background-color: #000000;
  position: absolute;
  left: 0px;
}
.header-wrap .left-side a.mobile-nav-toggle .burger .line:nth-child(1) {
  top: 0px;
}
.header-wrap .left-side a.mobile-nav-toggle .burger .line:nth-child(2) {
  top: 5px;
  width: 24px;
}
.header-wrap .left-side a.mobile-nav-toggle .burger .line:nth-child(3) {
  top: 10px;
}
.header-wrap .left-side a.mobile-nav-toggle .burger .line:nth-child(4) {
  top: 15px;
}
.header-wrap .middle-header .rating-holder {
  position: relative;
  margin: 0 30px 0 0;
}
.header-wrap .middle-header .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
  background-color: #F3F3F3;
}
.header-wrap .middle-header .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  background-color: #fff;
}
.header-wrap .header-actions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  position: relative;
}
.header-wrap .header-actions .currency-switcher {
  position: relative;
  margin: 0 30px 0 0;
  cursor: pointer;
}
.header-wrap .header-actions .currency-switcher .info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.header-wrap .header-actions .currency-switcher .info .icon, .header-wrap .header-actions .currency-switcher .info .currency {
  position: relative;
  float: left;
}
.header-wrap .header-actions .currency-switcher .info .currency {
  margin: 0 0 0 10px;
  font-weight: 500;
}
.header-wrap .header-actions .currency-switcher .info .icon img {
  position: relative;
  float: left;
}
.header-wrap .header-actions .currency-switcher .info:hover ul, .header-wrap .header-actions .currency-switcher .info:focus ul, .header-wrap .header-actions .currency-switcher .info:active ul {
  visibility: visible;
  opacity: 1;
}
.header-wrap .header-actions .currency-switcher .info ul {
  width: 200px;
  padding: 15px;
  border-radius: 15px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: calc(100% + 15px);
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  z-index: 33;
  background-color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header-wrap .header-actions .currency-switcher .info ul li a:hover, .header-wrap .header-actions .currency-switcher .info ul li a:active {
  text-decoration: underline;
}
.header-wrap .header-actions ul {
  position: relative;
  margin: 0;
}
.header-wrap .header-actions ul li {
  position: relative;
  list-style-type: none;
  margin: 0 30px 0 0;
}
.header-wrap .header-actions ul li:last-child {
  margin: 0;
}
.header-wrap .header-actions ul li a {
  position: relative;
  font-weight: 500;
}
.header-wrap .header-actions ul li a:link, .header-wrap .header-actions ul li a:visited {
  text-decoration: none;
}
.header-wrap .header-actions ul li a:hover, .header-wrap .header-actions ul li a:active {
  text-decoration: none;
}
.header-wrap .header-actions ul li a .cart-count {
  position: absolute;
  top: -10px;
  left: -13px;
  width: 24px;
  height: 24px;
  color: #000000;
  background-color: #F9F022;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  z-index: 2;
}
.header-wrap .header-actions ul li a .icon {
  position: relative;
  float: left;
}
.header-wrap .header-actions ul li a .icon img {
  position: relative;
  float: left;
}
.header-wrap .header-actions ul li a .text {
  position: relative;
  margin: 0 0 0 10px;
}
.header-wrap .main-nav-inner {
  position: relative;
  float: left;
  width: 100%;
}
.header-wrap .main-nav-inner ul {
  position: relative;
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0;
}
.header-wrap .main-nav-inner ul li {
  float: left;
  list-style-type: none;
}
.header-wrap .main-nav-inner ul li a {
  position: relative;
  float: left;
  font-size: 15px;
  line-height: 16px;
  font-weight: 500;
  padding: 24px 15px;
  text-transform: uppercase;
}
.header-wrap .main-nav-inner ul li a:link, .header-wrap .main-nav-inner ul li a:visited {
  color: #fff;
  background-color: #1E1E1E;
  text-decoration: none;
}
.header-wrap .main-nav-inner ul li a:hover, .header-wrap .main-nav-inner ul li a:active {
  color: #1E1E1E;
  background-color: #F9F022;
  text-decoration: none;
}
.header-wrap .main-nav-inner .panel {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #F3F3F3;
  padding: 30px 0;
  min-height: 250px;
}
.header-wrap .main-nav-inner .panel.open {
  visibility: visible;
  opacity: 1;
}
.header-wrap .main-nav-inner .panel .panel-inner {
  position: relative;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: calc(100vh - 300px);
}
.header-wrap .main-nav-inner .panel .nav-image {
  position: absolute;
  display: inline-block;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  width: 255px;
  height: 255px;
  border-radius: 4px;
  max-height: calc(100% - 60px);
  background-color: #fff;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border: 15px solid #fff;
}
.header-wrap .main-nav-inner .panel .nav-image span.innertext {
  position: absolute;
  width: 100%;
  top: calc(50% - 25px);
  left: 0;
  font-size: 25px;
  line-height: 25px;
  font-weight: bolder;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}
.header-wrap .main-nav-inner .panel:before, .header-wrap .main-nav-inner .panel:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 50vw;
  top: 0;
  background-color: #F3F3F3;
}
.header-wrap .main-nav-inner .panel:before {
  right: 100%;
}
.header-wrap .main-nav-inner .panel:after {
  left: 100%;
}
.header-wrap .main-nav-inner .panel ul {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.header-wrap .main-nav-inner .panel ul li {
  margin: 0 0 10px 0;
}
.header-wrap .main-nav-inner .panel ul li.title a {
  text-transform: uppercase;
  font-weight: bold;
}
.header-wrap .main-nav-inner .panel ul li.title li a {
  text-transform: none;
  font-weight: 400;
}
.header-wrap .main-nav-inner .panel ul li a {
  position: relative;
  width: 100%;
  padding: 0px;
  text-transform: none;
}
.header-wrap .main-nav-inner .panel ul li a:link, .header-wrap .main-nav-inner .panel ul li a:visited {
  color: #1E1E1E;
  background-color: transparent;
}
.header-wrap .main-nav-inner .panel ul li a:hover, .header-wrap .main-nav-inner .panel ul li a:active {
  color: #1E1E1E;
  background-color: transparent;
  text-decoration: underline;
}
.header-wrap .main-nav-inner .panel ul li ul {
  margin: 20px 0 0 0;
}
.header-wrap .search-mobile {
  position: relative;
  padding: 0 10px 10px 10px;
}
.header-wrap .search-mobile .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
  padding: 0;
}
.header-wrap .search-mobile .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  padding: 7px 24px 7px 48px;
}
.header-wrap .search-mobile .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 10px;
}
.header-wrap .search-mobile #searchform {
  width: 100%;
}
.header-wrap .search-mobile #searchform input {
  height: 40px;
  font-size: 14px;
  border-radius: 50px;
  border: 1px solid #E0E0E0;
}
.header-wrap .search-mobile #searchform button {
  height: 40px;
  width: 40px;
}

@media (max-width: 1279px) {
  .header-wrap {
    border-bottom: 1px solid #ECECEC;
    background-color: #fff;
  }
  .header-wrap .trp_language_switcher_shortcode {
    width: 60px;
  }
  .header-wrap .language-switcher-holder {
    margin: 0 15px 0 0;
  }
  .header-wrap .trp-language-switcher > div {
    padding: 4px 10px 3px 3px;
    max-width: 60px;
    height: 37px;
    background-position: calc(100% - 10px) calc(1em + 2px), calc(100% - 3px) calc(1em + 0px);
  }
  .header-wrap .trp-language-switcher:focus .trp-ls-shortcode-language, .header-wrap .trp-language-switcher:hover .trp-ls-shortcode-language {
    padding: 4px 10px 3px 3px;
  }
  .header-wrap .trp-language-switcher {
    width: 60px;
  }
  .header-wrap .trp-language-switcher > div > a {
    color: rgba(0, 0, 0, 0);
    float: left;
    text-indent: -999px;
    display: block;
    overflow: hidden;
    height: 26px;
  }
  .header-wrap .trp-language-switcher > div > a > img {
    display: none;
  }
  .header-wrap .trp-ls-shortcode-language a {
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 60px;
  }
  .header-wrap .trp-language-switcher a::before {
    content: "";
    display: block;
    width: 18px; /* Width of the image */
    height: 12px; /* Height of the image */
    background-size: cover;
  }
  .header-wrap .trp-language-switcher a[title=English]::before {
    background-image: url("https://huma-air.com/app/webp-express/webp-images/plugins/translatepress-multilingual/assets/images/flags/en_US.png.webp");
  }
  .header-wrap .trp-language-switcher a[title=Deutsch]::before {
    background-image: url("https://huma-air.com/app/webp-express/webp-images/plugins/translatepress-multilingual/assets/images/flags/de_DE.png.webp");
  }
  .header-wrap .trp-language-switcher a[title=Nederlands]::before {
    background-image: url("https://huma-air.com/app/webp-express/webp-images/plugins/translatepress-multilingual/assets/images/flags/nl_NL.png.webp");
  }
  .header-wrap .main-header {
    background-color: #fff;
  }
  .header-wrap .middle-header {
    display: none;
  }
  .header-wrap .main-nav-wrap {
    display: none;
  }
  .header-wrap .inner-header .logo a img {
    width: 117px;
    height: 32px;
  }
  .header-wrap .header-actions .currency-switcher {
    margin: 0 10px 0 0;
  }
  .header-wrap .header-actions .currency-switcher .info .currency {
    margin: 0 0 0 5px;
  }
  .header-wrap .header-actions .currency-switcher .currency-prefix {
    display: none;
  }
  .header-wrap .header-actions ul li {
    margin: 0 15px 0 0;
  }
  .header-wrap .header-actions ul li a .text {
    display: none;
  }
}
@media (min-width: 1280px) and (max-width: 1459px) {
  .header-wrap #searchform {
    width: 250px;
  }
  .header-wrap .main-nav-inner ul li a {
    font-size: 13px;
    padding: 24px 12px;
  }
}
/* USP BAR HEADER */
.usp-bar-header {
  position: relative;
  width: 100%;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #ececec;
}

@media (min-width: 1280px) and (max-width: 1459px) {
  .usp-bar-header .inner-usp-bar .usps li.rating {
    display: none;
  }
}
@media (min-width: 1460px) {
  .usp-bar-header .inner-usp-bar .usps li.rating {
    display: none;
  }
}
.inner-usp-bar {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.inner-usp-bar .usps {
  margin: 10px 0;
}
.inner-usp-bar .usps, .inner-usp-bar li {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0;
}
.inner-usp-bar .usps li, .inner-usp-bar li li {
  position: relative;
  list-style-type: none;
  margin: 0 40px 0 0;
}
.inner-usp-bar .usps li .text, .inner-usp-bar li li .text {
  margin: 0 0 0 10px;
}
.inner-usp-bar .icon, .inner-usp-bar img, .inner-usp-bar .payment-methods {
  position: relative;
  float: left;
}
.inner-usp-bar .icon {
  min-width: 15px;
}
.inner-usp-bar .payment-methods {
  margin: 10px 0;
}

@media (min-width: 1280px) and (max-width: 1459px) {
  .inner-usp-bar .usps li .text {
    font-size: 13px;
  }
  .inner-usp-bar .payment-methods {
    max-width: 350px;
  }
}
/* HEADER OFFSET */
.header-offset {
  position: relative;
  width: 100%;
  height: 156px;
}

@media (max-width: 1279px) {
  .header-offset {
    height: 139px;
  }
}
.shop-nav-bg, .shop-nav-holder {
  height: 100%;
  top: 0px;
  position: fixed;
}

.shop-nav-holder {
  background-color: #fff;
  left: -85%;
  visibility: hidden;
  width: 85%;
  overflow-y: auto;
  z-index: 333333333333;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.shop-nav-holder .shop-nav-top {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 22px 15px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  width: 100%;
}
.shop-nav-holder .headline {
  margin: 0;
  font-size: 18px;
  line-height: 22px;
}
.shop-nav-holder nav.shop-nav {
  position: relative;
  float: left;
  width: 100%;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
}
.shop-nav-holder nav.shop-nav ul {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
}
.shop-nav-holder nav.shop-nav ul li {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 0 0;
  font-size: 16px;
  line-height: 38px;
  font-weight: bold;
  list-style-type: none;
  border-left: 4px solid transparent;
  border-bottom: 1px solid #F3F3F3;
}
.shop-nav-holder nav.shop-nav ul li:first-child {
  border-top: 1px solid #F3F3F3;
}
.shop-nav-holder nav.shop-nav ul li.current-menu-parent {
  border-left: 4px solid #F9F022;
}
.shop-nav-holder nav.shop-nav ul li.current-menu-item {
  border-left: 4px solid #F9F022;
}
.shop-nav-holder nav.shop-nav ul li.current-menu-item a[aria-current=page] {
  color: #000000;
}
.shop-nav-holder nav.shop-nav ul li ul {
  padding-left: 20px;
  display: none;
  border-top: 0px;
}
.shop-nav-holder nav.shop-nav ul li ul li {
  width: calc(100% + 20px);
  margin-left: -20px;
  font-size: 14px;
}
.shop-nav-holder nav.shop-nav ul li ul li a {
  padding-left: 35px;
}
.shop-nav-holder nav.shop-nav ul li ul li:last-child {
  border-bottom: 1px solid transparent;
}
.shop-nav-holder nav.shop-nav ul li a {
  position: relative;
  float: left;
  width: 100%;
  height: 50px;
  padding-left: 15px;
  line-height: 50px;
}
.shop-nav-holder nav.shop-nav ul li a:link, .shop-nav-holder nav.shop-nav ul li a:visited {
  color: #1E1E1E;
  text-decoration: none;
}
.shop-nav-holder nav.shop-nav ul li a:hover, .shop-nav-holder nav.shop-nav ul li a:active {
  color: #1E1E1E;
  text-decoration: none;
}
.shop-nav-holder nav.shop-nav ul li .toggle-submenu {
  display: none;
  position: absolute;
  float: right;
  right: 0px;
  line-height: 50px;
  font-size: 23px;
  text-align: center;
  color: #fff;
  height: 50px;
  width: 50px;
  top: 0px;
  cursor: pointer;
  border-left: 1px solid #F3F3F3;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.shop-nav-holder nav.shop-nav ul li .toggle-submenu i {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url("https://huma-air.com/app/themes/huma-air/images/angle-right.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
}
.shop-nav-holder nav.shop-nav ul li .toggle-submenu.open i {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.shop-nav-holder nav.shop-nav ul li.menu-item-has-children .toggle-submenu {
  display: block;
}
.shop-nav-holder nav.shop-nav ul li.menu-item-has-children ul li.menu-item-has-children .toggle-submenu {
  display: block;
}
.shop-nav-holder nav.shop-nav ul li.menu-item-has-children ul li.menu-item-has-children li .toggle-submenu {
  display: none;
}
.shop-nav-holder nav.shop-nav ul li.menu-item-has-children ul li .toggle-submenu {
  display: none;
}

.shop-nav-bg {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  right: -100%;
  z-index: 33332;
  visibility: hidden;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.shop-nav-open .shop-nav-holder {
  left: 0px;
  visibility: visible;
}
.shop-nav-open .shop-nav-bg {
  right: 0px;
  visibility: visible;
}

#searchform {
  position: relative;
  width: 260px;
}
#searchform input {
  position: relative;
  width: 100%;
  height: 48px;
  border: 2px solid #E0E0E0;
  font-style: italic;
  font-size: 15px;
  border-radius: 0px;
}
#searchform button {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 0px;
  width: 58px;
  height: 48px;
  background-color: transparent;
  border-color: transparent;
}
#searchform button img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#searchform button:hover, #searchform button:focus {
  cursor: pointer;
  background-color: transparent;
}

.slideshow-home {
  position: relative;
  width: 100%;
}
.slideshow-home .row {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

#homeSlideshow {
  position: relative;
  width: 100%;
  outline: none;
}
#homeSlideshow .flickity-button {
  width: 48px;
  height: 48px;
  padding: 0px;
  background-color: #fff;
  border: 2px solid #1E1E1E;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
}
#homeSlideshow .flickity-button svg {
  display: none;
}
#homeSlideshow .flickity-button.next {
  right: calc(50vw - 636px);
  background-image: url("https://huma-air.com/app/themes/huma-air/images/arrow-right.svg");
}
#homeSlideshow .flickity-button.previous {
  left: calc(50vw - 636px);
  background-image: url("https://huma-air.com/app/themes/huma-air/images/arrow-left.svg");
}
#homeSlideshow .flickity-viewport {
  position: relative;
}
#homeSlideshow .flickity-slider {
  position: relative;
  height: 100%;
}
#homeSlideshow .flickity-page-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#homeSlideshow .flickity-page-dots li {
  margin: 0 4px;
  list-style-type: none;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  border: 2px solid transparent;
  background-color: #ececec;
}
#homeSlideshow .flickity-page-dots li.is-selected {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  background-color: #000000;
}
#homeSlideshow .slide {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0;
  background-image: url("https://huma-air.com/app/themes/huma-air/images/bg-pattern.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  text-decoration: none;
}
#homeSlideshow .slide.is-center .content-left {
  z-index: 33;
  width: 100%;
  padding: 56px 56px 100px 56px;
  min-height: 400px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#homeSlideshow .slide.is-center .content-left h2 {
  text-align: center;
  max-width: 500px;
}
#homeSlideshow .slide.is-center .content-left .holder {
  position: relative;
  width: 100%;
  text-align: center;
}
#homeSlideshow .slide.is-center .content-left .holder .slidelabel {
  position: absolute;
  left: 0px;
  text-align: left;
}
#homeSlideshow .slide.is-center .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  mask-image: none;
  -webkit-mask-image: none;
  mask-size: none;
  -webkit-mask-size: none;
  mask-repeat: none;
  -webkit-mask-repeat: none;
  mask-position: none;
  -webkit-mask-position: none;
}
#homeSlideshow .slide.is-center .bg-image:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  background-color: #1E1E1E;
}
#homeSlideshow .slide .slidelabel {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  padding: 5px 7px;
  color: #000000;
  text-transform: uppercase;
  background-color: #F9F022;
  border-top-left-radius: 1px 25px;
  border-bottom-right-radius: 1px 8px;
}
#homeSlideshow .slide .slidelabel:before {
  content: "";
  position: absolute;
  margin-left: -14px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 8px 0 0;
  border-color: transparent #F9F022 transparent transparent;
}
#homeSlideshow .slide .slidelabel:after {
  content: "";
  position: absolute;
  margin-left: 6px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 32px 8px;
  border-color: transparent transparent transparent #F9F022;
}
#homeSlideshow .slide .content-left {
  position: relative;
  width: 40%;
  padding: 56px 0 56px 56px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
#homeSlideshow .slide .content-left h2 {
  font-size: 39px;
  line-height: 46px;
  text-transform: uppercase;
}
#homeSlideshow .slide .bg-image {
  position: relative;
  width: 60%;
  overflow: hidden;
  mask-image: url("https://huma-air.com/app/themes/huma-air/images/slide-mask.svg");
  -webkit-mask-image: url("https://huma-air.com/app/themes/huma-air/images/slide-mask.svg");
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center left;
  -webkit-mask-position: center left;
  /*
    img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: left center;
    }
    */
}
#homeSlideshow .slide .clickable-bgimage {
  position: relative;
  width: 100%;
  overflow: hidden;
  mask-image: none;
  -webkit-mask-image: none;
}
#homeSlideshow .slide .clickable-bgimage .col-12 {
  padding: 0;
}
#homeSlideshow .slide .clickable-bgimage img {
  position: relative;
  float: left;
  width: 100%;
  top: unset;
  right: unset;
  left: unset;
}
#homeSlideshow .slide.is-sale {
  background-image: none;
  background-color: #F9F022;
  padding: 0 56px 0 0;
}
#homeSlideshow .slide.is-sale .slidelabel {
  color: #F9F022;
  background-color: #000000;
}
#homeSlideshow .slide.is-sale .slidelabel:before {
  border-color: transparent #000000 transparent transparent;
}
#homeSlideshow .slide.is-sale .slidelabel:after {
  border-color: transparent transparent transparent #000000;
}
#homeSlideshow .slide.is-sale h2 {
  color: #000000;
}
#homeSlideshow .slide.is-sale .bg-image {
  mask-image: unset;
  -webkit-mask-image: unset;
  mask-size: unset;
  -webkit-mask-size: unset;
  mask-repeat: unset;
  -webkit-mask-repeat: unset;
  mask-position: unset;
  -webkit-mask-position: unset;
  width: 55%;
}
#homeSlideshow .slide.is-sale .bg-image img {
  object-fit: contain;
  object-position: center;
}

@media (max-width: 767px) {
  .slideshow-home {
    margin: 0 0 20px 0;
  }
  .slideshow-home .col-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
  #homeSlideshow .flickity-slider {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  #homeSlideshow .flickity-slider .slide {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    min-height: 100%;
  }
  #homeSlideshow .flickity-button.previous {
    left: 0px;
  }
  #homeSlideshow .flickity-button.next {
    right: 0px;
  }
  #homeSlideshow .slide {
    width: 100%;
    margin: 0;
  }
  #homeSlideshow .slide .bg-image {
    display: none;
  }
  #homeSlideshow .slide .bg-image.clickable-bgimage {
    display: block;
  }
  #homeSlideshow .slide .bg-image.clickable-bgimage img {
    object-fit: contain;
  }
  #homeSlideshow .slide.is-sale {
    padding: 0;
  }
  #homeSlideshow .slide.is-sale .bg-image {
    display: none;
    width: 100%;
    height: 150px;
  }
  #homeSlideshow .slide .slidelabel {
    margin: 0 0 40px 0;
  }
  #homeSlideshow .slide.is-center .content-left {
    min-height: auto;
    padding: 40px 20px 70px 20px;
  }
  #homeSlideshow .slide.is-center .content-left .holder .slidelabel {
    position: relative;
  }
  #homeSlideshow .slide.is-center .bg-image {
    display: inline-block;
  }
  #homeSlideshow .slide .content-left {
    width: 100%;
    height: 100%;
    padding: 40px 20px 70px 20px;
    text-align: center;
  }
  #homeSlideshow .slide .content-left h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #homeSlideshow .flickity-button {
    display: none;
  }
}
@media (min-width: 1280px) and (max-width: 1459px) {
  #homeSlideshow .flickity-button.previous {
    left: calc(50vw - 506px);
  }
  #homeSlideshow .flickity-button.next {
    right: calc(50vw - 506px);
  }
}
.popular-categories {
  position: relative;
  width: 100%;
  padding: 60px 0;
}
.popular-categories .headline {
  text-align: center;
}

@media (max-width: 767px) {
  .popular-categories {
    padding: 40px 0;
  }
  .popular-categories h2.headline {
    text-align: left;
    font-size: 24px;
    line-height: 29px;
  }
}
.categories-loop {
  position: relative;
  margin: 0 -12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.categories-loop li {
  position: relative;
  -webkit-box-flex: 0 0 16.6666%;
  -moz-box-flex: 0 0 16.6666%;
  -webkit-flex: 0 0 16.6666%;
  -ms-flex: 0 0 16.6666%;
  flex: 0 0 16.6666%;
  padding: 0 12px;
  margin: 0 0 24px 0;
  list-style-type: none;
}
.categories-loop li a {
  position: relative;
  float: left;
  width: 100%;
  -webkit-transition: 0.8s ease-in-out all;
  -moz-transition: 0.8s ease-in-out all;
  -ms-transition: 0.8s ease-in-out all;
  -o-transition: 0.8s ease-in-out all;
  transition: 0.8s ease-in-out all;
}
.categories-loop li a:link, .categories-loop li a:visited {
  text-decoration: none;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0);
}
.categories-loop li a:hover, .categories-loop li a:active {
  text-decoration: none;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}
.categories-loop li a:hover .image img, .categories-loop li a:active .image img {
  -moz-transform: translate(-50%, -50%) scale(1.2);
  -o-transform: translate(-50%, -50%) scale(1.2);
  -ms-transform: translate(-50%, -50%) scale(1.2);
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}
.categories-loop li a .image {
  position: relative;
  width: 100%;
  height: 200px;
  background-color: #F3F3F3;
  overflow: hidden;
}
.categories-loop li a .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85%;
  height: 85%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
  object-position: center;
  object-fit: contain;
  mix-blend-mode: multiply;
  -webkit-transition: 0.8s ease-in-out all;
  -moz-transition: 0.8s ease-in-out all;
  -ms-transition: 0.8s ease-in-out all;
  -o-transition: 0.8s ease-in-out all;
  transition: 0.8s ease-in-out all;
}
.categories-loop li a h3 {
  position: relative;
  width: 100%;
  margin: 0;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 15px 5px;
  text-align: center;
  background-image: url("https://huma-air.com/app/themes/huma-air/images/bg-pattern.png");
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 767px) {
  .categories-loop {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: auto;
    width: calc(100vw - 6px);
  }
  .categories-loop li {
    -webkit-box-flex: 0 0 47%;
    -moz-box-flex: 0 0 47%;
    -webkit-flex: 0 0 47%;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    padding: 0 8px;
  }
  .categories-loop li:last-child {
    margin: 0 24px 24px 0;
  }
  .categories-loop li a .image {
    height: 150px;
  }
  .categories-loop li a h3 {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .categories-loop li {
    -webkit-box-flex: 0 0 33.3333%;
    -moz-box-flex: 0 0 33.3333%;
    -webkit-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
  }
}
@media (min-width: 1280px) and (max-width: 1459px) {
  .categories-loop li {
    -webkit-box-flex: 0 0 25%;
    -moz-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
.new-products-home {
  position: relative;
  width: 100%;
  padding: 50px 0;
  background-color: #F3F3F3;
}
.new-products-home.is-recently-viewed, .new-products-home.is-special-items-home {
  background-color: #fdfdfd;
}
.new-products-home .headline {
  text-align: center;
}
.new-products-home ul.products {
  margin: 0;
  width: 100%;
  display: block;
  outline: none;
}
.new-products-home ul.products .flickity-button {
  width: 48px;
  height: 48px;
  padding: 0px;
  background-color: #1E1E1E;
  border: 2px solid #1E1E1E;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
}
.new-products-home ul.products .flickity-button svg {
  display: none;
}
.new-products-home ul.products .flickity-button.next {
  right: -12px;
  background-image: url("https://huma-air.com/app/themes/huma-air/images/arrow-right-white.svg");
}
.new-products-home ul.products .flickity-button.previous {
  left: -12px;
  background-image: url("https://huma-air.com/app/themes/huma-air/images/arrow-left-white.svg");
}
.new-products-home ul.products .flickity-viewport {
  overflow: hidden;
  padding: 15px 0 15px 0;
}
.new-products-home ul.products li {
  width: 25%;
}
.new-products-home .btnholder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 40px;
  position: relative;
  width: 100%;
}

@media (max-width: 767px) {
  .new-products-home {
    padding: 40px 0;
  }
  .new-products-home h3.headline {
    text-align: left;
    font-size: 24px;
    line-height: 29px;
  }
  .new-products-home ul.products {
    left: -15px;
    width: calc(100% + 30px);
  }
  .new-products-home ul.products .flickity-button {
    display: none;
  }
  .new-products-home ul.products li {
    width: 46%;
    padding: 0 8px 16px 8px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .new-products-home ul.products li {
    width: 33.333%;
  }
}
@media (min-width: 1280px) and (max-width: 1459px) {
  .new-products-home ul.products li {
    width: 33.3333%;
  }
}
.about-us-home {
  position: relative;
  width: 100%;
  padding: 40px;
  border-top: 1px solid #E0E0E0;
}

.about-us-home-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.about-us-home-inner .content {
  position: relative;
  max-width: 590px;
}
.about-us-home-inner .content .headline {
  margin: 0 0 20px 0;
}
.about-us-home-inner .usps {
  position: relative;
  width: 100%;
  background-color: #F3F3F3;
  margin: 0;
  padding: 25px;
  margin: 0 0 20px 0;
}
.about-us-home-inner .usps li {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  margin: 0 0 20px 0;
}
.about-us-home-inner .usps li .text {
  font-size: 14px;
}
.about-us-home-inner .usps li:last-child {
  margin: 0;
}
.about-us-home-inner .usps li .icon {
  position: relative;
  margin-right: 10px;
  min-width: 20px;
}
.about-us-home-inner .usps li .icon img {
  position: relative;
  float: left;
}

@media (max-width: 1279px) {
  .about-us-home {
    padding: 40px 0;
  }
  .about-us-home-inner {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-us-home-inner .image {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin: 0 0 20px 0;
  }
  .about-us-home-inner .content {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 100%;
    max-width: unset;
  }
  .about-us-home-inner .headline {
    text-align: left;
    font-size: 24px;
    line-height: 29px;
  }
}
@media (min-width: 1280px) and (max-width: 1459px) {
  .about-us-home-inner .content {
    max-width: 540px;
  }
  .about-us-home-inner .image {
    margin: 0 0 0 30px;
  }
}
.review-section {
  position: relative;
  width: 100%;
  height: fit-content;
  padding: 50px 30px;
  box-sizing: border-box;
  background-color: #F3F3F3;
}
.review-section h3 {
  text-align: center;
  padding: 0 15px;
}

.reviews {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  gap: 70px;
  height: calc(100% - 60px);
}

.review {
  flex: 1;
  padding: 20px;
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  max-width: 420px;
}
.review .rating {
  position: relative;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
}
.review .rating i.star {
  background-image: url("https://huma-air.com/app/themes/huma-air/images/star-icon.svg");
  position: relative;
  display: inline-block;
  width: 20px;
  height: 19px;
  background-size: 20px;
  background-repeat: no-repeat;
}
.review .rating p {
  margin: 0 0 0 5px;
}

@media (max-width: 767px) {
  .review-section {
    padding: 30px 0;
  }
  .review {
    min-width: 250px;
  }
  .reviews {
    padding-left: 15px;
    gap: 30px;
    width: 100dvw;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    overflow-x: auto;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .reviews {
    gap: 10px;
  }
}
@media (min-width: 1280px) and (max-width: 1459px) {
  .reviews {
    gap: 30px;
  }
  .review {
    max-width: 390px;
  }
}
ul.products {
  position: relative;
  margin: 0 -12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: top;
  -moz-align-items: top;
  -ms-align-items: top;
  -ms-flex-align: top;
  align-items: top;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.products li {
  position: relative;
  float: left;
  list-style-type: none;
  padding: 0 12px 24px 12px;
  -webkit-box-flex: 0 0 25%;
  -moz-box-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
ul.products li a.product-content {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  padding: 15px;
  min-height: 350px;
  background-color: #fff;
  border: 1px solid #C6C6C6;
  overflow: hidden;
}
ul.products li a.product-content:link, ul.products li a.product-content:visited {
  text-decoration: none;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0);
}
ul.products li a.product-content:hover, ul.products li a.product-content:active {
  text-decoration: none;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
ul.products li a.product-content:hover .product-image img, ul.products li a.product-content:active .product-image img {
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
ul.products li a.added_to_cart {
  display: none !important;
}
ul.products li .product-image {
  position: relative;
  float: left;
  width: 100%;
  height: 170px;
}
ul.products li .product-image .slidelabel {
  position: absolute;
  z-index: 2;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  font-style: italic;
  padding: 5px 7px;
  color: #000000;
  text-transform: uppercase;
  background-color: #F9F022;
}
ul.products li .product-image .slidelabel.onsale {
  top: 0px;
  right: 0px;
}
ul.products li .product-image .slidelabel.new {
  top: 0px;
  left: 0px;
  color: #fff;
  background-color: #000000;
}
ul.products li .product-image .slidelabel.new:before {
  border-color: transparent #000000 transparent transparent;
}
ul.products li .product-image .slidelabel.new:after {
  border-color: transparent transparent transparent #000000;
}
ul.products li .product-image .slidelabel:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 8px 0px 0;
  border-color: transparent #F9F022 transparent transparent;
}
ul.products li .product-image .slidelabel:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0 28px 8px;
  border-color: transparent transparent transparent #F9F022;
}
ul.products li .product-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.6s ease-in-out all;
  -moz-transition: 0.6s ease-in-out all;
  -ms-transition: 0.6s ease-in-out all;
  -o-transition: 0.6s ease-in-out all;
  transition: 0.6s ease-in-out all;
  object-fit: contain;
  object-position: center center;
}
ul.products li .product-info {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
ul.products li .product-info .pay-in-3-holder {
  display: none;
}
ul.products li .product-info h2 {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  position: relative;
  width: 100%;
  font-size: 16px;
  min-height: 72px;
  max-height: 72px;
  line-height: 150%;
  overflow: hidden;
}
ul.products li .product-info .rating-holder {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  position: relative;
  min-height: 22px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
ul.products li .product-info .rating-holder .rating {
  position: relative;
  margin: 0 10px 0 0;
}
ul.products li .product-info .rating-holder .rating i {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 14px;
  background-size: 15px;
  background-repeat: no-repeat;
}
ul.products li .product-info .rating-holder .rating i.star {
  background-image: url("https://huma-air.com/app/themes/huma-air/images/star-icon.svg");
}
ul.products li .product-info .rating-holder .rating i.star-half {
  background-image: url("https://huma-air.com/app/themes/huma-air/images/star-half-icon.svg");
}
ul.products li .product-info .rating-holder .amount {
  font-size: 14px;
  line-height: 18px;
}
ul.products li .product-info .price {
  -webkit-box-ordinal-group: 4;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
  font-size: 19px;
  line-height: 19px;
  color: #1E1E1E;
  font-weight: bold;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
ul.products li .product-info .price del {
  opacity: 0.4;
  font-weight: 400;
  margin-right: 5px;
  font-size: 16px;
}
ul.products li .product-info .price ins {
  text-decoration: none;
}
ul.products li .product-info .price .price-suffix {
  display: none;
  margin-left: 5px;
  opacity: 0.4;
  font-size: 13px;
  font-weight: 400;
}
ul.products li .product-info .price .inc-vat-price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  min-height: 38px;
}
ul.products li .product-info .price .inc-vat-price .prefix {
  margin-right: 5px;
  opacity: 0.4;
  font-size: 13px;
  font-weight: 400;
}
ul.products li .product-info .price .ex-vat-price {
  display: none;
  font-size: 13px;
}
ul.products li .product-info .price .ex-vat-price .price-suffix {
  font-size: 10px;
}
ul.products li .product-info .stock-info {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 14px;
}
ul.products li .product-info .stock-info.green {
  color: #008000;
}
ul.products li .product-info .stock-info.orange {
  color: #c06600;
}
ul.products li .product-info .stock-info.red {
  color: #c00000;
}
ul.products li .button, ul.products li .product_type_variable, ul.products li .product_type_grouped, ul.products li .product_type_grouped {
  position: absolute;
  bottom: 40px;
  right: 27px;
  text-indent: -9999px;
  overflow: hidden;
  width: 48px;
  height: 48px;
}
ul.products li .button:hover:before, ul.products li .product_type_variable:hover:before, ul.products li .product_type_grouped:hover:before, ul.products li .product_type_grouped:hover:before {
  -moz-transform: translate(-50%, -50%) scale(1.2);
  -o-transform: translate(-50%, -50%) scale(1.2);
  -ms-transform: translate(-50%, -50%) scale(1.2);
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}
ul.products li .button:before, ul.products li .product_type_variable:before, ul.products li .product_type_grouped:before, ul.products li .product_type_grouped:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 23px;
  height: 21px;
  background-image: url("https://huma-air.com/app/themes/huma-air/images/add-to-cart-icon.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s ease-in-out all;
  -moz-transition: 0.4s ease-in-out all;
  -ms-transition: 0.4s ease-in-out all;
  -o-transition: 0.4s ease-in-out all;
  transition: 0.4s ease-in-out all;
}
ul.products li .button:link, ul.products li .button:visited, ul.products li .product_type_variable:link, ul.products li .product_type_variable:visited, ul.products li .product_type_grouped:link, ul.products li .product_type_grouped:visited, ul.products li .product_type_grouped:link, ul.products li .product_type_grouped:visited {
  border: 1px solid #000000;
  background-color: #fff;
}
ul.products li .button:hover, ul.products li .button:active, ul.products li .product_type_variable:hover, ul.products li .product_type_variable:active, ul.products li .product_type_grouped:hover, ul.products li .product_type_grouped:active, ul.products li .product_type_grouped:hover, ul.products li .product_type_grouped:active {
  border: 1px solid #000000;
  background-color: #fff;
}

@media (max-width: 767px) {
  ul.products {
    margin: 0 -8px;
  }
  ul.products li {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    padding: 0 8px 16px 8px;
  }
  ul.products li .product-image {
    height: 150px;
  }
  ul.products li a.product-content {
    padding: 10px 10px 80px 10px;
  }
  ul.products li .product-info h2 {
    font-size: 15px;
    line-height: 17px;
    min-height: 68px;
    max-height: 68px;
    margin: 0 0 10px 0;
  }
  ul.products li .product-info .rating-holder .rating {
    white-space: nowrap;
  }
  ul.products li .product-info .rating-holder .rating i {
    width: 10px;
    height: 10px;
    background-size: 10px;
  }
  ul.products li .product-info .rating-holder .amount {
    font-size: 11px;
    line-height: 14px;
    white-space: nowrap;
  }
  ul.products li .button, ul.products li .product_type_variable, ul.products li .product_type_grouped, ul.products li .product_type_grouped {
    right: 24px;
    bottom: 31px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  ul.products li {
    -webkit-box-flex: 0 0 33.3333%;
    -moz-box-flex: 0 0 33.3333%;
    -webkit-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
  }
}
@media (min-width: 1280px) and (max-width: 1459px) {
  ul.products li {
    -webkit-box-flex: 0 0 33.3333%;
    -moz-box-flex: 0 0 33.3333%;
    -webkit-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
  }
}
.footer-holder {
  position: relative;
  color: #fff;
  width: 100%;
  background-image: url("https://huma-air.com/app/themes/huma-air/images/bg-pattern.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .footer-holder {
    font-size: 15px;
  }
}
.newsletter-footer {
  position: relative;
  width: 100%;
  padding: 50px 0;
  border-bottom: 1px solid rgba(224, 224, 224, 0.2);
}

.newsletter-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.newsletter-inner .headline {
  margin: 0 0 20px 0;
}
.newsletter-inner .content p {
  margin: 0;
}
.newsletter-inner .newsletter {
  width: 590px;
}
.newsletter-inner .newsletter .validation_message.gfield_description {
  left: 0px;
}
.newsletter-inner .newsletter .validation_error {
  display: none;
}
.newsletter-inner .newsletter .gfield_label {
  display: none;
}
.newsletter-inner .newsletter .gform_wrapper ul li:last-child {
  margin: 0;
}
.newsletter-inner .newsletter .gform_wrapper form {
  margin: 0;
}
.newsletter-inner .newsletter .gform_wrapper input {
  height: 54px;
  border-radius: 0px;
}
.newsletter-inner .newsletter .gform_wrapper .ginput_container {
  width: 100%;
}
.newsletter-inner .newsletter .gform_wrapper .gform_body {
  width: 365px;
}
.newsletter-inner .newsletter .gform_wrapper .gform_footer {
  width: 205px;
  padding: 0 0 0 20px;
}
.newsletter-inner .newsletter .gform_wrapper .gform_footer button {
  width: 100%;
}

@media (max-width: 767px) {
  .newsletter-footer {
    padding: 30px 0;
  }
  .newsletter-inner {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
  .newsletter-inner .headline {
    text-align: center;
    font-size: 24px;
    line-height: 26px;
  }
  .newsletter-inner .content p {
    opacity: 0.8;
    text-align: center;
    margin: 0 0 20px 0;
    font-size: 16px;
  }
  .newsletter-inner .newsletter {
    position: relative;
    width: 100%;
  }
  .newsletter-inner .newsletter .gform_wrapper .gform_body {
    width: 100%;
  }
  .newsletter-inner .newsletter .gform_wrapper .gform_footer {
    width: 100%;
    padding: 5px 0 0 0;
  }
  .newsletter-inner .newsletter .gform_wrapper .gform_footer button {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .newsletter-inner .newsletter {
    width: 100%;
    padding-left: 30px;
  }
  .newsletter-inner .newsletter .gform_wrapper .gform_body {
    width: 250px;
  }
  .newsletter-inner .newsletter .gform_wrapper .gform_footer {
    width: 190px;
  }
}
@media (min-width: 1280px) and (max-width: 1459px) {
  .newsletter-inner .newsletter {
    width: 450px;
  }
  .newsletter-inner .newsletter .gform_wrapper .gform_body {
    width: 250px;
  }
  .newsletter-inner .newsletter .gform_wrapper .gform_footer {
    width: 190px;
  }
}
.main-footer {
  position: relative;
  width: 100%;
  padding: 50px 0;
}
.main-footer .inner-footer {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.main-footer h4 {
  font-size: 20px;
  line-height: 24px;
  color: #F9F022;
  font-weight: 500;
}
.main-footer a:link, .main-footer a:visited {
  color: #fff;
  text-decoration: none;
}
.main-footer a:hover, .main-footer a:active {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .main-footer {
    padding: 30px 0;
  }
  .main-footer .inner-footer {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.product-categories-footer {
  position: relative;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.product-categories-footer ul {
  position: relative;
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-categories-footer ul li {
  -webkit-box-flex: 0 0 50%;
  -moz-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin: 0 0 7px 0;
  list-style-type: none;
}

@media (max-width: 767px) {
  .product-categories-footer {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .product-categories-footer ul li {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.help-and-contact-footer {
  position: relative;
  min-width: 590px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.help-and-contact-footer .help-block ul {
  margin: 0;
}
.help-and-contact-footer .help-block ul li {
  position: relative;
  list-style-type: none;
  margin: 0 0 7px 0;
}
.help-and-contact-footer .socials {
  position: relative;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.help-and-contact-footer .socials li {
  position: relative;
  list-style-type: none;
  margin: 0 20px 0 0;
}
.help-and-contact-footer .socials li:last-child {
  margin: 0;
}
.help-and-contact-footer .socials a {
  position: relative;
  width: 40px;
  height: 40px;
  display: block;
}
.help-and-contact-footer .socials a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.help-and-contact-footer .socials a:link, .help-and-contact-footer .socials a:visited {
  background-color: transparent;
  border: 1px solid #fff;
}
.help-and-contact-footer .socials a:hover, .help-and-contact-footer .socials a:active {
  border: 1px solid #fff;
  background-color: #fff;
}
.help-and-contact-footer .socials a:hover img, .help-and-contact-footer .socials a:active img {
  margin-top: -2px;
  filter: invert(100%);
}

@media (max-width: 767px) {
  .help-and-contact-footer {
    width: 100%;
    min-width: auto;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .help-and-contact-footer .help-block {
    margin: 0 0 20px 0;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .help-and-contact-footer {
    min-width: 400px;
  }
}
.the-sub-footer {
  position: relative;
  width: 100%;
}

.the-sub-footer-inner, .right-side, .right-side ul {
  position: relative;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.the-sub-footer-inner {
  font-size: 14px;
}
.the-sub-footer-inner .payment-methods {
  margin: 20px 0;
}
.the-sub-footer-inner .payment-methods img {
  max-height: 40px;
}
.the-sub-footer-inner .right-side {
  margin: 20px 0;
}
.the-sub-footer-inner .right-side .copyright {
  margin: 0 50px 0 0;
}
.the-sub-footer-inner .right-side a {
  position: relative;
  float: left;
}
.the-sub-footer-inner .right-side a:link, .the-sub-footer-inner .right-side a:visited {
  text-decoration: none;
}
.the-sub-footer-inner .right-side a:hover, .the-sub-footer-inner .right-side a:active {
  text-decoration: underline;
}
.the-sub-footer-inner .right-side ul {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
.the-sub-footer-inner .right-side ul li {
  position: relative;
  float: left;
  list-style-type: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.the-sub-footer-inner .right-side ul li:first-child:before {
  display: none;
}
.the-sub-footer-inner .right-side ul li:before {
  position: relative;
  float: left;
  content: "|";
  margin: 0 5px;
}

@media (max-width: 767px) {
  .the-sub-footer-inner, .right-side {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .the-sub-footer-inner .payment-methods {
    margin: 20px 0 0 0;
  }
  .the-sub-footer-inner .right-side .subnav-menu {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .the-sub-footer-inner .right-side .copyright {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin: 0;
  }
}
/* WHATSAPP */
a.whatsapp {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 1110;
  display: inline-block;
  background-color: #32D272;
  border-radius: 50%;
  text-decoration: none;
}
a.whatsapp svg {
  display: inline-block;
  position: relative;
  fill: #fff;
  width: 50px;
  height: 30px;
  top: 9px;
}

body.sticky-bar a.whatsapp {
  bottom: 124px;
}

@media (max-width: 767px) {
  a.whatsapp {
    right: 20px;
    bottom: 20px;
  }
}
body .relevanssi-live-search-result-status p {
  padding: 10px;
}
body .ajax-results {
  padding: 0 0 0px 0;
}
body .ajax-results .button {
  position: sticky;
  width: 100%;
  text-align: center;
  bottom: 0px;
  left: 0px;
}

.breadcrumb-bar {
  position: relative;
  width: 100%;
  font-size: 14px;
}
.breadcrumb-bar .go-back {
  display: none;
}
.breadcrumb-bar a:link, .breadcrumb-bar a:visited {
  text-decoration: none;
}
.breadcrumb-bar a:hover, .breadcrumb-bar a:active {
  text-decoration: underline;
}
.breadcrumb-bar.bbar-with-title {
  position: relative;
  margin: 0 0 30px 0;
}
.breadcrumb-bar.bbar-with-title p {
  margin: 0 0 10px 0;
}
.breadcrumb-bar.bbar-with-title h1 {
  max-width: 80%;
  margin: 0;
}
.breadcrumb-bar.has-bg {
  margin: -20px 0 30px 0;
  overflow: hidden;
  padding: 100px 0;
  color: #fff;
}
.breadcrumb-bar.has-bg a:link, .breadcrumb-bar.has-bg a:visited {
  color: #fff;
  text-decoration: none;
}
.breadcrumb-bar.has-bg a:hover, .breadcrumb-bar.has-bg a:active {
  color: #fff;
  text-decoration: underline;
}
.breadcrumb-bar.has-bg .bg {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  mask-image: url("https://huma-air.com/app/themes/huma-air/images/slide-mask2.svg");
  -webkit-mask-image: url("https://huma-air.com/app/themes/huma-air/images/slide-mask2.svg");
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center left;
  -webkit-mask-position: center left;
}
.breadcrumb-bar.has-bg .bg:before {
  position: absolute;
  background: #000;
  content: "";
  top: 0;
  left: 0;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.breadcrumb-bar.has-bg .bg img {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.breadcrumb-bar.has-bg .date {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  font-style: italic;
  padding: 5px 7px;
  color: #000000;
  text-transform: uppercase;
  background-color: #F9F022;
  margin: 0 0 20px 7px;
}
.breadcrumb-bar.has-bg .date .prefix {
  font-style: normal;
  font-weight: bold;
}
.breadcrumb-bar.has-bg .date:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 8px 0px 0;
  border-color: transparent #F9F022 transparent transparent;
}
.breadcrumb-bar.has-bg .date:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0 32px 8px;
  border-color: transparent transparent transparent #F9F022;
}
.breadcrumb-bar.has-bg .container {
  z-index: 2;
}

@media (max-width: 767px) {
  .single-post .breadcrumb-bar p#breadcrumbs {
    display: block;
  }
  .breadcrumb-bar {
    font-size: 12px;
    line-height: 14px;
  }
  .breadcrumb-bar p#breadcrumbs {
    display: none;
  }
  .breadcrumb-bar p.go-back {
    margin: 10px 0;
    display: inline-block;
  }
  .breadcrumb-bar.has-bg .bg img {
    position: absolute;
  }
  .breadcrumb-bar.bbar-with-title {
    margin: 0 0 10px 0;
  }
  .breadcrumb-bar.bbar-with-title h1 {
    max-width: 100%;
  }
}
.page-wrapper {
  position: relative;
  width: 100%;
  margin: 0 0 20px 0;
}

/*
Sorting
*/
.sort-wrapper {
  position: relative;
  width: 100%;
  margin: 0 0 24px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.sort-wrapper .sort-wrapper {
  margin: 0;
}

@media (max-width: 1279px) {
  .sort-wrapper {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sort-wrapper .form-wppp-select {
    position: relative;
    -webkit-box-flex: 0 0 calc(50% - 5px);
    -moz-box-flex: 0 0 calc(50% - 5px);
    -webkit-flex: 0 0 calc(50% - 5px);
    -ms-flex: 0 0 calc(50% - 5px);
    flex: 0 0 calc(50% - 5px);
    float: left !important;
    margin-left: 0px !important;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .sort-wrapper .form-wppp-select select {
    position: relative;
    width: 100%;
    height: 40px;
    background-color: #F3F3F3;
    border: none;
    border-radius: 0px;
    font-size: 14px;
    font-family: "Barlow", sans-serif;
    padding: 0 15px 0 40px;
    background-position: 12px center;
    background-image: url("https://huma-air.com/app/themes/huma-air/images/eye-icon.svg");
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
  }
  .sort-wrapper .form-wppp-select select:hover {
    background-color: #dadada;
  }
  .sort-wrapper form.woocommerce-ordering {
    position: relative;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-box-flex: 0 0 calc(50% - 5px);
    -moz-box-flex: 0 0 calc(50% - 5px);
    -webkit-flex: 0 0 calc(50% - 5px);
    -ms-flex: 0 0 calc(50% - 5px);
    flex: 0 0 calc(50% - 5px);
  }
  .sort-wrapper form.woocommerce-ordering select {
    position: relative;
    width: 100%;
    height: 40px;
    background-color: #F3F3F3;
    border: none;
    border-radius: 0px;
    font-size: 14px;
    font-family: "Barlow", sans-serif;
    padding: 0 15px 0 40px;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    background-position: 12px center;
    background-image: url("https://huma-air.com/app/themes/huma-air/images/sort-icon.svg");
  }
  .sort-wrapper form.woocommerce-ordering select:hover {
    background-color: #dadada;
  }
  .sort-wrapper .filter-toggle {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    position: relative;
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    color: #fff;
    padding: 9px 40px 9px 15px;
    margin: 0 0 10px 0;
    background-color: #1E1E1E;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .sort-wrapper .filter-toggle img {
    margin-right: 10px;
  }
  .sort-wrapper .filter-toggle:link, .sort-wrapper .filter-toggle:visited {
    text-decoration: none;
  }
  .sort-wrapper .filter-toggle:hover, .sort-wrapper .filter-toggle:active {
    text-decoration: none;
    background-color: #383838;
  }
  .sort-wrapper .woocommerce-result-count {
    display: none;
  }
}
.woocommerce-result-count {
  margin: 0;
}

/*
Sidebar
 */
.prodArchive-sidebar {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 10px 0 0 0;
  padding: 20px 20px;
  background-color: #F3F3F3;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.prodArchive-sidebar span.count {
  display: none;
}

.prodArchive-bg {
  display: none;
}

@media (max-width: 1279px) {
  .shop-filter-open .prodArchive-bg {
    left: 0px;
    visibility: visible;
  }
  .shop-filter-open .prodArchive-sidebar {
    right: 0px;
    visibility: visible;
  }
  .shop-filter-open .prodArchive-sidebar .sidebar-top {
    right: 0px;
  }
  .prodArchive-bg {
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: -100vw;
    visibility: hidden;
    z-index: 1001;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
  }
  .prodArchive-sidebar {
    position: fixed;
    top: 0px;
    right: -85vw;
    visibility: hidden;
    width: 85vw;
    height: 100vh;
    max-width: unset;
    z-index: 1002;
    margin: 0;
    overflow-y: auto;
    padding: 70px 20px 100px 20px;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
  }
  .prodArchive-sidebar .sidebar-top {
    position: fixed;
    top: 0px;
    right: -85vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 22px 15px;
    background-color: #F3F3F3;
    z-index: 33;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    width: 85%;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
  }
  .prodArchive-sidebar .headline {
    margin: 0;
    font-size: 18px;
    line-height: 22px;
  }
}
/*
Categories sidebard
 */
.product-categories-prodArchive {
  position: relative;
  width: 100%;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.product-categories-prodArchive:after {
  position: absolute;
  bottom: 0px;
  left: -20px;
  content: "";
  width: calc(100% + 40px);
  height: 1px;
  background-color: #C6C6C6;
}
.product-categories-prodArchive a {
  position: relative;
  width: 100%;
  padding: 0 0 0 20px;
  line-height: 28px;
}
.product-categories-prodArchive a:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("https://huma-air.com/app/themes/huma-air/images/angle-right.svg");
  width: 5px;
  height: 9px;
  background-size: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.product-categories-prodArchive a:link, .product-categories-prodArchive a:visited {
  text-decoration: none;
}
.product-categories-prodArchive a:hover, .product-categories-prodArchive a:active {
  text-decoration: underline;
}
.product-categories-prodArchive a:hover:before, .product-categories-prodArchive a:active:before {
  left: 5px;
}
.product-categories-prodArchive ul {
  position: relative;
  width: 100%;
  margin: 0;
}
.product-categories-prodArchive ul li {
  position: relative;
  width: 100%;
  list-style-type: none;
}
.product-categories-prodArchive ul li.category-hidden {
  display: none;
}
.product-categories-prodArchive .show-more-categories-btn {
  background: none;
  border: none;
  padding: 0;
  font-weight: 400;
  margin: 10px 0 0 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  cursor: pointer;
  text-decoration: underline;
}
.product-categories-prodArchive .show-more-categories-btn:hover, .product-categories-prodArchive .show-more-categories-btn:active {
  text-decoration: none;
}

/*
Filter overrrides
*/
.prodArchive-sidebar {
  /* Price range */
}
.prodArchive-sidebar .widget .woof_open_hidden_li {
  margin-top: 10px;
  text-align: left;
}
.prodArchive-sidebar .widget .woof_open_hidden_li a {
  text-transform: none;
  text-decoration: underline;
  font-size: 14px;
  color: #1E1E1E;
}
.prodArchive-sidebar .widget .woof_submit_search_form_container {
  position: sticky;
  bottom: 15px;
  left: 0px;
  margin: 0;
}
.prodArchive-sidebar .widget .woof_reset_search_form {
  display: none;
}
.prodArchive-sidebar .widget .woof_submit_search_form {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.prodArchive-sidebar .woof_checkbox_count, .prodArchive-sidebar .woof_turbo_count {
  display: none;
}
.prodArchive-sidebar .woof h1, .prodArchive-sidebar .woof h2, .prodArchive-sidebar .woof h3, .prodArchive-sidebar .woof h4, .prodArchive-sidebar .woof h5, .prodArchive-sidebar .woof h6 {
  margin: 0 0 15px 0;
  font-size: 16px;
  line-height: 21px;
}
.prodArchive-sidebar .prdctfltr_filter label {
  font-size: 16px;
}
.prodArchive-sidebar .prdctfltr_wc.prdctfltr_square .prdctfltr_filter label > span:before {
  width: 14px;
  height: 14px;
  border-color: #D5D5D5;
}
.prodArchive-sidebar .prdctfltr_wc.prdctfltr_square .prdctfltr_filter label.prdctfltr_active > span:before {
  width: 10px;
  height: 10px;
  border-color: #F9F022;
}
.prodArchive-sidebar .prdctfltr_wc .prdctfltr_buttons .prdctfltr_reset label {
  text-decoration: underline;
  font-size: 14px;
}
.prodArchive-sidebar .prdctfltr_wc .prdctfltr_buttons .prdctfltr_reset label:hover {
  text-decoration: none;
}
.prodArchive-sidebar .prdctfltr_woocommerce_ordering span.prdctfltr_reset span:before {
  display: none;
}
.prodArchive-sidebar .prdctfltr_checkboxes .pf_more {
  opacity: 1;
  margin-top: 10px;
  text-decoration: underline;
}
.prodArchive-sidebar .prdctfltr_checkboxes .pf_more:hover {
  text-decoration: none;
}
.prodArchive-sidebar .prdctfltr_checkboxes .pf_more:hover span {
  text-decoration: none;
}
.prodArchive-sidebar .prdctfltr_checkboxes .pf_more span {
  text-transform: none;
  text-decoration: underline;
  font-size: 14px;
  color: #1E1E1E;
}
.prodArchive-sidebar .prdctfltr_checkboxes .pf_more span:before {
  display: none;
}
.prodArchive-sidebar .prdctfltr_wc h1, .prodArchive-sidebar .prdctfltr_wc h2, .prodArchive-sidebar .prdctfltr_wc h3, .prodArchive-sidebar .prdctfltr_wc h4, .prodArchive-sidebar .prdctfltr_wc h5, .prodArchive-sidebar .prdctfltr_wc h6 {
  margin: 0 0 15px 0;
  font-size: 16px;
  line-height: 21px;
}
.prodArchive-sidebar .prdctfltr_wc h1 span, .prodArchive-sidebar .prdctfltr_wc h2 span, .prodArchive-sidebar .prdctfltr_wc h3 span, .prodArchive-sidebar .prdctfltr_wc h4 span, .prodArchive-sidebar .prdctfltr_wc h5 span, .prodArchive-sidebar .prdctfltr_wc h6 span {
  position: relative;
  display: block;
  width: 100%;
}
.prodArchive-sidebar .prdctfltr_wc h1 i.tooltip-info, .prodArchive-sidebar .prdctfltr_wc h2 i.tooltip-info, .prodArchive-sidebar .prdctfltr_wc h3 i.tooltip-info, .prodArchive-sidebar .prdctfltr_wc h4 i.tooltip-info, .prodArchive-sidebar .prdctfltr_wc h5 i.tooltip-info, .prodArchive-sidebar .prdctfltr_wc h6 i.tooltip-info {
  position: relative;
  display: inline-block;
  opacity: 0.4;
  width: 15px;
  height: 15px;
  background-image: url("https://huma-air.com/app/themes/huma-air/images/info-tooltip.svg");
  background-size: 15px;
  background-repeat: no-repeat;
}
.prodArchive-sidebar .prdctfltr_wc_widget.prdctfltr_wc .prdctfltr_filter {
  margin: 0 0 15px 0;
}
.prodArchive-sidebar .prdctfltr_wc .prdctfltr_buttons {
  padding: 0;
}
.prodArchive-sidebar .prdctfltr_wc .prdctfltr_filter {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
.prodArchive-sidebar .prdctfltr_wc .prdctfltr_woocommerce_ordering {
  margin-left: 0px;
  margin-right: 0px;
}
.prodArchive-sidebar .prdctfltr_collector > span {
  background-color: #fff;
  border: 1px solid #C6C6C6;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.prodArchive-sidebar .prdctfltr_collector > span .prdctfltr_title_selected_separator {
  display: none;
}
.prodArchive-sidebar .prdctfltr_collector > span a.prdctfltr_title_remove {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  position: relative;
  width: 14px;
  height: 14px;
  font-size: 13px;
  line-height: 14px;
  text-align: center;
  border-radius: 50%;
  background-color: #1E1E1E;
}
.prodArchive-sidebar .prdctfltr_collector > span a.prdctfltr_title_remove:hover {
  background-color: #c00000;
}
.prodArchive-sidebar .prdctfltr_collector > span a.prdctfltr_title_remove i {
  color: #fff;
}
.prodArchive-sidebar .prdctfltr_collector > span .prdctfltr_selected_title {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.prodArchive-sidebar .prdctfltr_description {
  display: none;
}
.prodArchive-sidebar .pf_rngstyle_thin .irs-line-mid, .prodArchive-sidebar .pf_rngstyle_thin .irs-line-left, .prodArchive-sidebar .pf_rngstyle_thin .irs-line-right, .prodArchive-sidebar .pf_rngstyle_thin .irs-bar, .prodArchive-sidebar .pf_rngstyle_thin .irs-bar-edge, .prodArchive-sidebar .pf_rngstyle_thin .irs-slider {
  background-image: none;
}
.prodArchive-sidebar .pf_rngstyle_thin .irs-from, .prodArchive-sidebar .pf_rngstyle_thin .irs-to, .prodArchive-sidebar .pf_rngstyle_thin .irs-single {
  background-color: transparent;
  font-size: 15px;
  line-height: 11px;
  color: #000000;
}
.prodArchive-sidebar .pf_rngstyle_thin .irs-slider {
  width: 16px;
  height: 16px;
  top: 30px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #D5D5D5;
}
.prodArchive-sidebar .pf_rngstyle_thin .irs-bar {
  height: 6px;
  border-radius: 50px;
  background-color: #000000;
}
.prodArchive-sidebar .pf_rngstyle_thin .irs-line {
  background-color: #D5D5D5;
  height: 6px;
  border-radius: 50px;
}

nav.prdctfltr-pagination.prdctfltr-pagination-load-more {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 24px 0;
}
nav.prdctfltr-pagination.prdctfltr-pagination-load-more .button {
  display: inline-block;
}

.term-description {
  position: relative;
  width: 100%;
  margin: 40px 0 60px 0;
}

.woocommerce-pagination ul.page-numbers {
  position: relative;
  width: 100%;
  margin: 30px 0 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.woocommerce-pagination ul.page-numbers li {
  position: relative;
  list-style-type: none;
  margin: 7px;
}
.woocommerce-pagination ul.page-numbers li a, .woocommerce-pagination ul.page-numbers li span {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 42px;
  text-align: center;
}
.woocommerce-pagination ul.page-numbers li a img, .woocommerce-pagination ul.page-numbers li span img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.3 ease all;
  -moz-transition: 0.3 ease all;
  -ms-transition: 0.3 ease all;
  -o-transition: 0.3 ease all;
  transition: 0.3 ease all;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.woocommerce-pagination ul.page-numbers li span {
  border: 2px solid transparent;
}
.woocommerce-pagination ul.page-numbers li span.current {
  color: #000000;
  background-color: #F9F022;
  border-color: #F9F022;
  font-weight: bold;
}
.woocommerce-pagination ul.page-numbers li a:link, .woocommerce-pagination ul.page-numbers li a:visited {
  border: 2px solid #000000;
  text-decoration: none;
}
.woocommerce-pagination ul.page-numbers li a:hover, .woocommerce-pagination ul.page-numbers li a:active {
  color: #fff;
  background-color: #000000;
  text-decoration: none;
}
.woocommerce-pagination ul.page-numbers li a:hover img, .woocommerce-pagination ul.page-numbers li a:active img {
  filter: invert(100%);
}

.woof_products_top_panel .woof_reset_button_2 {
  padding: 18px 20px 18px 20px;
  content: "Clear all filters";
}
.woof_products_top_panel ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
.woof_products_top_panel ul li {
  margin: 5px 15px 5px 0 !important;
}
.woof_products_top_panel ul li ul li {
  margin: 5px !important;
}
.woof_products_top_panel ul li ul li a span {
  padding: 5px 35px 5px 10px;
  border: 2px solid #F9F022;
  background-image: url("https://huma-air.com/app/themes/huma-air/images/trash.svg");
  background-size: 18px;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  background-position: 95%;
}
.woof_products_top_panel ul li ul li a:hover span, .woof_products_top_panel ul li ul li a:active span {
  background-size: 18px;
  border: 2px solid #c00000;
  background-position: 95%;
}

.widget_layered_nav_filters {
  position: relative;
  width: 100%;
  margin: 0 0 20px 0;
}
.widget_layered_nav_filters ul {
  position: relative;
  margin: -5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.widget_layered_nav_filters ul li {
  position: relative;
  list-style-type: none;
  margin: 5px;
}
.widget_layered_nav_filters ul li a {
  position: relative;
  padding: 4px 4px 4px 22px;
  font-size: 14px;
  border-radius: 5px;
  background-image: url("https://huma-air.com/app/themes/huma-air/images/close-icon.svg");
  background-size: 15px;
  background-position: 5px center;
  background-repeat: no-repeat;
}
.widget_layered_nav_filters ul li a:link, .widget_layered_nav_filters ul li a:visited {
  color: #fff;
  background-color: #c00000;
  text-decoration: none;
}
.widget_layered_nav_filters ul li a:hover, .widget_layered_nav_filters ul li a:active {
  color: #fff;
  background-color: #8d0000;
  text-decoration: none;
}

.woocommerce-widget-layered-nav {
  position: relative;
  width: 100%;
  margin: 0 0 20px 0;
}
.woocommerce-widget-layered-nav ul {
  margin: 0;
  position: relative;
  width: 100%;
}
.woocommerce-widget-layered-nav ul li {
  list-style-type: none;
  position: relative;
  width: 100%;
  margin: 0 0 10px 0;
}
.woocommerce-widget-layered-nav ul li.chosen a:before {
  background-image: url("https://huma-air.com/app/themes/huma-air/images/check-icon.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px;
}
.woocommerce-widget-layered-nav ul li a {
  position: relative;
  display: block;
  width: 100%;
  line-height: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
.woocommerce-widget-layered-nav ul li a:link, .woocommerce-widget-layered-nav ul li a:visited {
  text-decoration: none;
}
.woocommerce-widget-layered-nav ul li a:hover, .woocommerce-widget-layered-nav ul li a:active {
  text-decoration: underline;
}
.woocommerce-widget-layered-nav ul li a:before {
  background-color: #000000;
  border-radius: 2px;
  content: "";
  display: inline-block;
  height: 16px;
  margin: 0 10px 0 0;
  vertical-align: -1px;
  width: 16px;
}

.widget_price_filter {
  position: relative;
  width: 100%;
  margin: 0 0 20px 0;
}
.widget_price_filter .ui-slider {
  border-radius: 3px;
  background-color: #E7ECF2;
  height: 6px;
  margin-bottom: 25px;
  position: relative;
  padding: 0 10px;
}
.widget_price_filter .ui-slider .screen-reader-text {
  display: none;
}
.widget_price_filter .ui-slider .ui-slider-range {
  background-color: #000000;
  border-radius: 3px;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #000000;
  border-radius: 100%;
  cursor: ew-resize;
  height: 16px;
  margin-left: -8px;
  outline: 0;
  position: absolute;
  top: -5px;
  width: 16px;
  z-index: 2;
}
.widget_price_filter .price_slider_amount {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.widget_price_filter .price_slider_amount .price_label {
  white-space: nowrap;
  padding: 0 0 0 10px;
}
.widget_price_filter .price_slider_amount .button {
  padding: 10px;
}

.woocommerce-widget-layered-nav-list .term-hidden {
  display: none;
}

.woocommerce-widget-layered-nav-list.show-all .term-hidden {
  display: list-item;
}

.toggle-terms {
  display: block;
  margin-top: 10px;
  cursor: pointer;
}

.top-categories {
  position: relative;
  width: 100%;
  margin: 0 0 30px 0;
}
.top-categories .flickity-viewport {
  overflow: hidden;
}
.top-categories ul {
  position: relative;
  margin: 0 -12px;
  width: calc(100% + 24px);
  outline: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top-categories ul.flickity-enabled {
  display: block;
}
.top-categories ul .flickity-slider {
  display: block;
  position: relative;
}
.top-categories ul .flickity-slider > li {
  min-height: 140px;
}
.top-categories ul .flickity-button {
  width: 40px;
  height: 40px;
  padding: 0px;
  background-color: #1E1E1E;
  border: 2px solid #1E1E1E;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
}
.top-categories ul .flickity-button svg {
  display: none;
}
.top-categories ul .flickity-button.next {
  right: -12px;
  background-image: url("https://huma-air.com/app/themes/huma-air/images/arrow-right-white.svg");
}
.top-categories ul .flickity-button.previous {
  left: -12px;
  background-image: url("https://huma-air.com/app/themes/huma-air/images/arrow-left-white.svg");
}
.top-categories ul li {
  position: relative;
  display: block;
  width: 16.6666%;
  list-style-type: none;
  padding: 0 12px;
}
.top-categories ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  padding: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
.top-categories ul li a .image {
  position: relative;
  width: 100%;
  height: 70px;
  margin: 0 0 10px 0;
}
.top-categories ul li a .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}
.top-categories ul li a:link, .top-categories ul li a:visited {
  border: 1px solid #C6C6C6;
  text-decoration: none;
}
.top-categories ul li a:hover, .top-categories ul li a:active {
  border: 1px solid #000000;
  text-decoration: none;
}
.top-categories ul li a .name {
  display: inline-block;
  position: relative;
  width: 100%;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
}

@media (max-width: 767px) {
  .top-categories ul .flickity-slider > li {
    min-height: 120px;
  }
  .top-categories ul .flickity-button {
    width: 35px;
    height: 35px;
  }
  .top-categories ul .flickity-button.next {
    right: 0px;
  }
  .top-categories ul .flickity-button.previous {
    left: 0px;
  }
  .top-categories ul li {
    width: 33.3333%;
    padding: 0 8px;
  }
  .top-categories ul li a .image {
    height: 50px;
  }
  .top-categories ul li a .name {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .top-categories ul li {
    width: 33.33333%;
  }
}
@media (min-width: 1280px) and (max-width: 1459px) {
  .top-categories ul li {
    width: 25%;
  }
}
.single-product .usp-bar-header {
  margin: 0;
}
.single-product .breadcrumb-bar {
  padding: 20px 0 0 0;
  background-color: #F3F3F3;
}
.single-product .breadcrumb-bar p.go-back {
  display: none;
}
.single-product .product-top-section {
  position: relative;
  width: 100%;
  background-color: #F3F3F3;
}
.single-product .product-top-section .product-images-slideshow {
  position: relative;
  width: 100%;
  outline: none;
}
.single-product .product-top-section .product-images-slideshow .slide {
  position: relative;
  width: 100%;
}
.single-product .product-top-section .product-images-slideshow .slide img {
  position: relative;
  float: left;
  width: 100%;
}
.single-product .product-top-section .product-images-slideshow .slide #play-button {
  display: inline-block;
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  cursor: pointer;
  box-shadow: 0 0 0 0 black;
  border: none;
  outline: none;
}
.single-product .product-top-section .product-images-slideshow .slide #play-button svg {
  margin-left: 5px;
}
.single-product .product-top-section .product-images-slideshow .flickity-viewport {
  overflow: hidden;
  background-color: #fff;
}
.single-product .product-top-section .product-images-slideshow .flickity-button {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  background-color: #fff;
  border: 1px solid #000000;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0px;
}
.single-product .product-top-section .product-images-slideshow .flickity-button svg {
  display: none;
}
.single-product .product-top-section .product-images-slideshow .flickity-button[disabled] {
  border: 1px solid rgba(30, 30, 30, 0.2);
  cursor: not-allowed;
  opacity: 0;
  visibility: hidden;
}
.single-product .product-top-section .product-images-slideshow .flickity-button[disabled]:before {
  opacity: 0.2;
}
.single-product .product-top-section .product-images-slideshow .flickity-button:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3 ease all;
  -moz-transition: 0.3 ease all;
  -ms-transition: 0.3 ease all;
  -o-transition: 0.3 ease all;
  transition: 0.3 ease all;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center center;
}
.single-product .product-top-section .product-images-slideshow .flickity-button.previous {
  left: -24px;
}
.single-product .product-top-section .product-images-slideshow .flickity-button.previous:before {
  background-image: url("https://huma-air.com/app/themes/huma-air/images/arrow-left.svg");
}
.single-product .product-top-section .product-images-slideshow .flickity-button.next {
  right: -24px;
}
.single-product .product-top-section .product-images-slideshow .flickity-button.next:before {
  background-image: url("https://huma-air.com/app/themes/huma-air/images/arrow-right.svg");
}
.single-product .product-top-section ul.usps {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0 30px 30px 30px;
  background-color: #fff;
}
.single-product .product-top-section ul.usps li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.1rem 0;
  box-sizing: border-box;
  flex: 0 0 50%;
  margin-bottom: 0.1rem;
}
.single-product .product-top-section ul.usps li i.icon-check {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url("https://huma-air.com/app/themes/huma-air/images/check-green-icon.svg");
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.5rem;
}
.single-product .mobile-title {
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.single-product .images-wrap {
  position: relative;
  width: 100%;
  max-width: 650px;
  background-color: #fff;
  margin: 0 0 40px 0;
}
.single-product .images-wrap .slidelabel {
  position: absolute;
  z-index: 2;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  font-style: italic;
  padding: 5px 7px;
  color: #000000;
  text-transform: uppercase;
  background-color: #F9F022;
}
.single-product .images-wrap .slidelabel.onsale {
  top: 30px;
  right: 30px;
}
.single-product .images-wrap .slidelabel.new {
  top: 30px;
  left: 30px;
  color: #fff;
  background-color: #000000;
}
.single-product .images-wrap .slidelabel.new:before {
  border-color: transparent #000000 transparent transparent;
}
.single-product .images-wrap .slidelabel.new:after {
  border-color: transparent transparent transparent #000000;
}
.single-product .images-wrap .slidelabel:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 8px 0 0;
  border-color: transparent #F9F022 transparent transparent;
}
.single-product .images-wrap .slidelabel:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 28px 8px;
  border-color: transparent transparent transparent #F9F022;
}
.single-product .product-images-slideshow-nav {
  position: relative;
  width: 100%;
  max-width: 650px;
  z-index: 3;
  outline: none;
  padding: 30px 0;
}
.single-product .product-images-slideshow-nav .flickity-viewport {
  overflow: hidden;
}
.single-product .product-images-slideshow-nav button {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.single-product .product-images-slideshow-nav .slide {
  position: relative;
  width: 20%;
  margin: 0 7px;
  border: 1px solid #C6C6C6;
  padding: 10px;
}
.single-product .product-images-slideshow-nav .slide img {
  position: relative;
  float: left;
  width: 100%;
  height: calc(100% - 20px);
  object-fit: cover;
  object-position: center;
}
.single-product .product-images-slideshow-nav .slide #play-button {
  display: inline-block;
  position: absolute;
  background-color: transparent;
  width: 40px;
  height: 40px;
  left: calc(50% - 35px);
  top: calc(50% - 35px);
  cursor: pointer;
  border: none;
  outline: none;
  visibility: visible;
  opacity: 1;
}
.single-product .product-images-slideshow-nav .slide #play-button svg {
  margin-left: 5px;
  fill: #fff;
}
.single-product .product-images-slideshow-nav .slide #play-button svg path {
  fill: #fff;
}
.single-product .product-images-slideshow-nav .slide.is-nav-selected {
  border: 1px solid #1E1E1E;
}
.single-product .summary {
  position: relative;
  width: 100%;
}
.single-product .summary .price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
  font-size: 24px;
  line-height: 24px;
  color: #1E1E1E;
  font-weight: bold;
}
.single-product .summary .price .inc-vat-price {
  display: inline-block;
}
.single-product .summary .price del {
  opacity: 0.4;
  font-weight: 400;
  margin-right: 5px;
  font-size: 19px;
}
.single-product .summary .price ins {
  font-weight: bold;
  text-decoration: none;
}
.single-product .summary .price .price-suffix {
  margin-left: 5px;
  opacity: 0.4;
  font-size: 15px;
  font-weight: 400;
}
.single-product .summary .price .inc-vat-price .prefix {
  margin-right: 5px;
  opacity: 0.4;
  font-size: 13px;
  font-weight: 400;
}
.single-product .summary .price .ex-vat-price {
  font-size: 16px;
}
.single-product .summary .price .ex-vat-price del {
  font-size: 13px;
}
.single-product .summary .price .ex-vat-price .price-suffix {
  font-size: 11px;
}
.single-product .summary .price .pay-in-3-holder {
  position: relative;
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin: 20px 0 0 0;
}
.single-product .summary .price .pay-in-3-holder .in3-info {
  display: none;
  position: relative;
  width: 100%;
  margin: 20px 0 0;
  padding: 20px;
  background-color: #F3F3F3;
  border-radius: 10px;
  border: 1px solid #D5D5D5;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.single-product .summary .price .pay-in-3-holder .in3-info.show {
  display: block;
}
.single-product .summary .price .pay-in-three-terms {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  background-color: #F3F3F3;
  border-radius: 50px;
}
.single-product .summary .price .pay-in-three-terms img.logo {
  width: 70px;
  margin: 0 10px 0 0;
}
.single-product .summary .price .pay-in-three-terms img.tooltip {
  width: 18px;
  margin: 0 0 0 10px;
  cursor: pointer;
}
.single-product .summary .price .pay-in-three-terms span {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
}
.single-product .summary form.cart {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 30px 30px 15px 30px;
  margin: 0 0 0px 0;
  /*
  .available-on-backorder {
    font-size: 14px;
    span {
      color: $orange;
    }
  }
   */
}
.single-product .summary form.cart .form-row {
  float: none;
}
.single-product .summary form.cart .variations {
  float: none;
}
.single-product .summary form.cart .variations tbody tr {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-product .summary form.cart .variations tbody tr th {
  width: 100%;
}
.single-product .summary form.cart .variations tbody tr td {
  width: 100%;
  padding: 4px 0;
}
.single-product .summary form.cart .variations .reset_variations {
  display: none !important;
}
.single-product .summary form.cart .variations select {
  width: 100%;
  min-width: 200px;
  max-width: 90%;
}
.single-product .summary form.cart .quantity-inner {
  display: flex !important;
}
.single-product .summary form.cart .quantity-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single-product .summary form.cart .quantity-wrap .price {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.single-product .summary form.cart .quantity-wrap .single_add_to_cart_button.button {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.single-product .summary form.cart .in-stock span.prefix, .single-product .summary form.cart .available-on-backorder span.prefix {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  background-color: #008000;
  border-radius: 50px;
  padding: 3px 10px 5px 10px;
}
.single-product .summary form.cart .in-stock small, .single-product .summary form.cart .available-on-backorder small {
  display: inline-block;
  font-size: 14px;
  color: #008000;
  margin-left: 5px;
}
.single-product .summary form.cart .stock .shipping-notice {
  position: relative;
  display: inline-block;
  margin: 20px 0 0 0;
  font-weight: bold;
}
.single-product .summary form.cart .stock .shipping-notice.cant-ship {
  color: #c00000;
}
.single-product .summary form.cart .stock .shipping-notice.can-ship {
  color: #008000;
}
.single-product .summary form.cart .out-of-stock {
  font-size: 14px;
}
.single-product .summary form.cart .out-of-stock span {
  color: #c00000;
}
.single-product .summary .cwginstock-subscribe-form .panel-heading {
  background-color: #1E1E1E;
}
.single-product .summary .cwginstock-subscribe-form .panel-primary {
  border-color: #1E1E1E;
}
.single-product .product-middle-section {
  position: relative;
  width: 100%;
}
.single-product .product-middle-section .rating-and-usp-wrap {
  position: relative;
  width: 100%;
  padding: 30px 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.single-product .product-middle-section .rating-and-usp-wrap .usps {
  position: relative;
  margin: 0;
}
.single-product .product-middle-section .rating-and-usp-wrap .usps li {
  line-height: 24px;
  list-style-type: none;
  margin: 0 0 10px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-product .product-middle-section .rating-and-usp-wrap .usps li i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("https://huma-air.com/app/themes/huma-air/images/check-green-icon.svg");
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px;
}
.single-product .product-middle-section .combideals-new {
  position: relative;
  float: left;
  width: 100%;
  margin: 40px 0;
}
.single-product .product-middle-section .combideals-new .inner-combinations {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 0 30px 0;
}
.single-product .product-middle-section .combideals-new .inner-combinations h6 {
  margin: 10px 0 20px 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  min-height: 80px;
}
.single-product .product-middle-section .combideals-new .inner-combinations .hidden-spacer-box {
  position: relative;
  width: 100%;
  height: 31px;
}
.single-product .product-middle-section .combideals-new .inner-combinations .choose-alternative {
  text-align: center;
  width: 100%;
  font-size: 13px;
  line-height: 15px;
  background-color: #F3F3F3;
  padding: 7px 5px 9px 5px;
}
.single-product .product-middle-section .combideals-new .inner-combinations .choose-alternative:link, .single-product .product-middle-section .combideals-new .inner-combinations .choose-alternative:visited {
  color: #000000;
}
.single-product .product-middle-section .combideals-new .inner-combinations .choose-alternative:hover, .single-product .product-middle-section .combideals-new .inner-combinations .choose-alternative:active {
  color: #000000;
}
.single-product .product-middle-section .combideals-new .inner-combinations .original-prod-box {
  position: relative;
  margin: 0 5px;
  padding: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-box-flex: 0 0 195px;
  -moz-box-flex: 0 0 195px;
  -webkit-flex: 0 0 195px;
  -ms-flex: 0 0 195px;
  flex: 0 0 195px;
}
.single-product .product-middle-section .combideals-new .inner-combinations .original-prod-box input.hidden {
  visibility: hidden;
  opacity: 0;
  height: 0px;
  width: 0px;
  border: 0px;
  padding: 0;
  margin: 0px;
  display: none;
}
.single-product .product-middle-section .combideals-new .inner-combinations .price-holder {
  font-weight: bold;
}
.single-product .product-middle-section .combideals-new .inner-combinations figure {
  position: relative;
  height: 100px;
  width: calc(100% - 2rem);
  text-align: center;
  margin: 0 0 10px 0;
}
.single-product .product-middle-section .combideals-new .inner-combinations figure img {
  position: absolute;
  float: left;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.single-product .product-middle-section .combideals-new .inner-combinations .seperator {
  margin: 0 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.single-product .product-middle-section .combideals-new .inner-combinations .product-box {
  position: relative;
  margin: 0 5px;
  padding: 15px;
  border: 1px solid #F3F3F3;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-box-flex: 0 0 197px;
  -moz-box-flex: 0 0 197px;
  -webkit-flex: 0 0 197px;
  -ms-flex: 0 0 197px;
  flex: 0 0 197px;
}
.single-product .product-middle-section .combideals-new .inner-combinations .product-box.disabled figure, .single-product .product-middle-section .combideals-new .inner-combinations .product-box.disabled h6, .single-product .product-middle-section .combideals-new .inner-combinations .product-box.disabled .choose-alternative, .single-product .product-middle-section .combideals-new .inner-combinations .product-box.disabled .price-holder {
  opacity: 0.6;
  pointer-events: none;
}
.single-product .product-middle-section .combideals-new .inner-combinations .product-box input[type=checkbox] {
  position: absolute;
  top: 15px;
  left: 15px;
}
.single-product .product-middle-section .combideals-new .inner-combinations .product-box figure {
  width: calc(100% - 2rem);
  text-align: center;
}
.single-product .product-middle-section .combideals-new .inner-combinations .bundle-overview {
  margin: 0 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.single-product .product-middle-section .combideals-new .inner-combinations .bundle-overview .bundle-overview-inner {
  position: relative;
  float: left;
  width: 100%;
  background-color: #F3F3F3;
  padding: 15px;
}
.single-product .product-middle-section .combideals-new .inner-combinations .bundle-overview .bundle-overview-inner form, .single-product .product-middle-section .combideals-new .inner-combinations .bundle-overview .bundle-overview-inner table, .single-product .product-middle-section .combideals-new .inner-combinations .bundle-overview .bundle-overview-inner button {
  float: left;
  position: relative;
  width: 100%;
}
.single-product .product-bottom-section {
  position: relative;
  width: 100%;
}
.single-product .product-bottom-section .woocommerce-tabs {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 40px 0;
}
.single-product .product-bottom-section .woocommerce-tabs ul.tab-items {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #1E1E1E;
}
.single-product .product-bottom-section .woocommerce-tabs ul.tab-items li {
  position: relative;
  float: left;
  display: inline-block;
  margin: 0 10px 0 0;
  list-style-type: none;
}
.single-product .product-bottom-section .woocommerce-tabs ul.tab-items li.active a:link, .single-product .product-bottom-section .woocommerce-tabs ul.tab-items li.active a:visited {
  color: #fff;
  background-color: #000000;
}
.single-product .product-bottom-section .woocommerce-tabs ul.tab-items li a {
  position: relative;
  float: left;
  padding: 15px 30px 15px 30px;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
}
.single-product .product-bottom-section .woocommerce-tabs ul.tab-items li a:link, .single-product .product-bottom-section .woocommerce-tabs ul.tab-items li a:visited {
  text-decoration: none;
}
.single-product .product-bottom-section .woocommerce-tabs ul.tab-items li a:hover, .single-product .product-bottom-section .woocommerce-tabs ul.tab-items li a:active {
  text-decoration: none;
}
.single-product .product-bottom-section .woocommerce-tabs .tab-panel {
  position: relative;
  float: left;
  width: 100%;
  padding: 40px 0;
  border-bottom: 1px solid #1E1E1E;
}
.single-product .product-bottom-section .woocommerce-tabs .tab-panel table {
  table-layout: fixed;
}
.single-product .product-bottom-section .woocommerce-tabs .tab-panel table th {
  width: 25%;
}
.single-product .product-bottom-section .woocommerce-tabs .tab-panel table td {
  width: 75%;
}
.single-product .product-bottom-section .woocommerce-tabs .tab-panel .download-table .button {
  background-color: transparent;
}
.single-product .product-bottom-section .woocommerce-tabs .tab-panel .download-table .button img {
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.single-product .product-bottom-section .woocommerce-tabs .tab-panel .download-table .button:link, .single-product .product-bottom-section .woocommerce-tabs .tab-panel .download-table .button:visited {
  border: 1px solid #000000;
  background-color: transparent;
}
.single-product .product-bottom-section .woocommerce-tabs .tab-panel .download-table .button:hover, .single-product .product-bottom-section .woocommerce-tabs .tab-panel .download-table .button:active {
  border: 1px solid #000000;
  color: #fff;
  background-color: #000000;
}
.single-product .product-bottom-section .woocommerce-tabs .tab-panel .download-table .button:hover img, .single-product .product-bottom-section .woocommerce-tabs .tab-panel .download-table .button:active img {
  filter: invert(1);
}
.single-product .product-bottom-section .woocommerce-tabs .tab-panel .comment-reply-title {
  margin: 0 0 20px 0;
  display: inline-block;
  cursor: pointer;
}
.single-product .product-bottom-section .woocommerce-tabs .tab-panel #commentform {
  display: none;
}
.single-product .product-bottom-section .woocommerce-tabs .tab-panel #commentform .comment-form-rating {
  margin: 0 0 20px 0;
}
.single-product .product-bottom-section .woocommerce-tabs .tab-panel #commentform p label {
  display: block;
  width: 100%;
}
.single-product .product-bottom-section .woocommerce-tabs .tab-panel #commentform p textarea, .single-product .product-bottom-section .woocommerce-tabs .tab-panel #commentform p input, .single-product .product-bottom-section .woocommerce-tabs .tab-panel #commentform p select {
  width: 100%;
}
.single-product .product-bottom-section .woocommerce-tabs .tab-panel p.stars {
  display: none !important;
}
.single-product .product-bottom-section .woocommerce-tabs .tab-panel select#rating {
  display: block !important;
}
.single-product .product-bottom-section .woocommerce-Reviews .commentlist {
  margin: 0;
}
.single-product .product-bottom-section .woocommerce-Reviews .commentlist li {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  background-color: #F3F3F3;
  list-style-type: none;
  padding: 12px;
  max-width: unset;
  box-shadow: none;
}
.single-product .product-bottom-section .woocommerce-Reviews .star-rating .rating {
  display: inline-block;
  font-weight: bold;
}
.single-product .product-bottom-section .woocommerce-Reviews .description p:last-child {
  margin: 0;
}
.single-product .product-bottom-section .up-sells, .single-product .product-bottom-section .related {
  position: relative;
  float: left;
  width: 100%;
  padding: 60px 0 0 0;
}
.single-product .product-bottom-section .up-sells .headline, .single-product .product-bottom-section .related .headline {
  text-align: center;
}
.single-product .product-bottom-section .up-sells ul.products, .single-product .product-bottom-section .related ul.products {
  margin: 0;
  width: 100%;
  float: left;
  display: block;
  outline: none;
}
.single-product .product-bottom-section .up-sells ul.products .flickity-viewport, .single-product .product-bottom-section .related ul.products .flickity-viewport {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
  padding: 15px 0 15px 0;
}
.single-product .product-bottom-section .up-sells ul.products .flickity-button, .single-product .product-bottom-section .related ul.products .flickity-button {
  width: 48px;
  height: 48px;
  padding: 0px;
  background-color: #1E1E1E;
  border: 2px solid #1E1E1E;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
}
.single-product .product-bottom-section .up-sells ul.products .flickity-button svg, .single-product .product-bottom-section .related ul.products .flickity-button svg {
  display: none;
}
.single-product .product-bottom-section .up-sells ul.products .flickity-button.next, .single-product .product-bottom-section .related ul.products .flickity-button.next {
  right: -12px;
  background-image: url("https://huma-air.com/app/themes/huma-air/images/arrow-right-white.svg");
}
.single-product .product-bottom-section .up-sells ul.products .flickity-button.previous, .single-product .product-bottom-section .related ul.products .flickity-button.previous {
  left: -12px;
  background-image: url("https://huma-air.com/app/themes/huma-air/images/arrow-left-white.svg");
}
.single-product .product-bottom-section .up-sells ul.products li, .single-product .product-bottom-section .related ul.products li {
  float: left;
  width: 25%;
}
.single-product .share {
  position: relative;
  width: 100%;
  margin: 0 0 40px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
.single-product .share span {
  text-transform: uppercase;
  font-weight: bold;
}
.single-product .share ul {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  margin: 0;
}
.single-product .share ul li {
  position: relative;
  list-style-type: none;
  margin: 0 0 0 10px;
}
.single-product .share ul li img {
  position: relative;
  float: left;
}

@media (max-width: 767px) {
  .single-product .breadcrumb-bar p#breadcrumbs {
    display: none;
  }
  .single-product .breadcrumb-bar p.go-back {
    display: inline-block;
  }
  .single-product .images-wrap {
    background-color: transparent;
    margin: 0 0 10px 0;
  }
  .single-product .product-images-slideshow-nav {
    display: none;
  }
  .single-product .product-top-section .product-images-slideshow .flickity-button {
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    bottom: 0px;
  }
  .single-product .product-top-section .product-images-slideshow .flickity-button.next {
    right: 0px;
  }
  .single-product .product-top-section .product-images-slideshow .flickity-button.previous {
    left: 0px;
  }
  .single-product .product-top-section ul.usps {
    padding: 0 15px 15px 15px;
  }
  .single-product .product-top-section ul.usps li {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .single-product .summary h1 {
    display: none;
  }
  .single-product .summary form.cart {
    padding: 15px;
    margin: 0 0 0px 0;
  }
  .single-product .summary form.cart .quantity-inner .quantity-controls {
    margin: 0 5px 0 5px;
  }
  .single-product .product-middle-section {
    background-color: #F3F3F3;
  }
  .single-product .product-middle-section .rating-and-usp-wrap {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px 15px 30px 15px;
  }
  .single-product .product-middle-section .rating-and-usp-wrap .rating-holder {
    margin: 20px 0 0;
  }
  .single-product .product-middle-section .combideals-new .inner-combinations {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .single-product .product-middle-section .combideals-new .inner-combinations .original-prod-box {
    margin: 5px 0;
  }
  .single-product .product-middle-section .combideals-new .inner-combinations .product-box {
    margin: 5px 0;
  }
  .single-product .product-middle-section .combideals-new .inner-combinations .seperator {
    margin: 5px 0;
  }
  .single-product .product-middle-section .combideals-new .inner-combinations .bundle-overview {
    margin: 5px 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
  }
  .single-product .product-bottom-section .woocommerce-tabs {
    margin: 0;
  }
  .single-product .product-bottom-section .woocommerce-tabs .mobile-tab-holder {
    position: relative;
    float: left;
    max-width: calc(100vw - 15px);
    overflow: scroll hidden;
  }
  .single-product .product-bottom-section .woocommerce-tabs ul.tab-items {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: calc(100vw - 15px);
    margin-left: -15px;
    left: 15px;
    overflow-x: auto;
    overflow-y: auto;
  }
  .single-product .product-bottom-section .woocommerce-tabs ul.tab-items li a {
    padding: 12px 3px;
    white-space: nowrap;
    font-size: 14px;
    line-height: 18px;
    border-top: none;
    border-left: none;
    border-right: none;
  }
  .single-product .product-bottom-section .woocommerce-tabs .tab-panel {
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    word-break: break-word;
  }
  .single-product .product-bottom-section .woocommerce-tabs .tab-panel table {
    table-layout: fixed;
  }
  .single-product .product-bottom-section .woocommerce-tabs .tab-panel table th {
    width: 50%;
  }
  .single-product .product-bottom-section .woocommerce-tabs .tab-panel table td {
    width: 50%;
  }
  .single-product .product-bottom-section .related, .single-product .product-bottom-section .up-sells {
    padding: 30px 0 0 0;
  }
  .single-product .product-bottom-section .related h2, .single-product .product-bottom-section .up-sells h2 {
    margin: 0 0 15px 0;
  }
  .single-product .product-bottom-section .related ul.products, .single-product .product-bottom-section .up-sells ul.products {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .single-product .product-bottom-section .related ul.products .flickity-button, .single-product .product-bottom-section .up-sells ul.products .flickity-button {
    display: none;
  }
  .single-product .product-bottom-section .related ul.products li, .single-product .product-bottom-section .up-sells ul.products li {
    width: 46%;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .single-product .images-wrap {
    height: calc(100% - 120px);
  }
  .single-product .product-images-slideshow-nav {
    max-width: 90%;
  }
  .single-product .product-top-section ul.usps {
    padding: 0 15px 15px 15px;
  }
  .single-product .product-top-section ul.usps li {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .single-product .product-middle-section .combideals-new .inner-combinations {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .single-product .product-middle-section .combideals-new .inner-combinations .original-prod-box {
    margin: 5px 0;
  }
  .single-product .product-middle-section .combideals-new .inner-combinations .product-box {
    margin: 5px 0;
  }
  .single-product .product-middle-section .combideals-new .inner-combinations .product-box figure {
    width: calc(100% - 15rem);
  }
  .single-product .product-middle-section .combideals-new .inner-combinations .seperator {
    margin: 5px 0;
  }
  .single-product .product-middle-section .combideals-new .inner-combinations .bundle-overview {
    margin: 5px 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
  }
  .single-product .product-bottom-section .up-sells ul.products li, .single-product .product-bottom-section .related ul.products li {
    width: 50%;
  }
}
@media (min-width: 1280px) and (max-width: 1459px) {
  .single-product .product-images-slideshow-nav {
    max-width: 90%;
  }
  .single-product .product-bottom-section .up-sells ul.products li, .single-product .product-bottom-section .related ul.products li {
    width: 33.333333%;
  }
}
.shop-usp-bar {
  position: relative;
  width: 100%;
  margin: 40px 0 0 0;
  background-color: #F9F022;
}
.shop-usp-bar ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*
  @include align-items(center);
  @include justify-content(space-between);
  @include flex-direction(row);
   */
  margin: 0;
  position: relative;
  padding: 15px 0;
  width: 100%;
}
.shop-usp-bar ul li {
  position: relative;
  list-style-type: none;
  margin: 0 40px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.shop-usp-bar ul li:last-child {
  margin: 0;
}
.shop-usp-bar ul li .icon {
  position: relative;
  min-width: 20px;
}
.shop-usp-bar ul li .icon img {
  position: relative;
  float: left;
}
.shop-usp-bar ul li .text {
  margin: 0 0 0 10px;
  white-space: nowrap;
}
.shop-usp-bar ul li .based-on {
  white-space: nowrap;
}
.shop-usp-bar ul li.rating {
  position: relative;
  margin: 0 0 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.shop-usp-bar ul li.rating div.rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 10px 0 0;
}
.shop-usp-bar ul li.rating i {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 19px;
  background-size: 20px;
  background-repeat: no-repeat;
}
.shop-usp-bar ul li.rating i.star {
  background-image: url("https://huma-air.com/app/themes/huma-air/images/star-icon.svg");
}
.shop-usp-bar ul li.rating i.star-half {
  background-image: url("https://huma-air.com/app/themes/huma-air/images/star-half-icon.svg");
}

@media (max-width: 767px) {
  .shop-usp-bar .col-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .shop-usp-bar ul {
    list-style-type: none;
    position: relative;
    display: block;
    overflow: hidden;
    height: 39px;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .shop-usp-bar ul li {
    position: absolute;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 0 0;
    padding: 11px 0;
    -moz-transform: translateX(-130dvw);
    -o-transform: translateX(-130dvw);
    -ms-transform: translateX(-130dvw);
    -webkit-transform: translateX(-130dvw);
    transform: translateX(-130dvw);
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .shop-usp-bar ul li .icon {
    position: relative;
    float: left;
    display: inline-block;
    width: 15px;
    height: 15px;
    min-width: 15px;
    margin: 0 5px 0 0;
  }
  .shop-usp-bar ul li .text {
    margin: 0;
    white-space: nowrap;
  }
  .shop-usp-bar ul li.active {
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .shop-usp-bar ul {
    width: calc(100vw - 30px);
    overflow-y: auto;
    overflow-x: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    left: 0;
  }
  .shop-usp-bar ul li .icon {
    min-width: 10px;
    max-width: 10px;
  }
  .shop-usp-bar ul li .text {
    margin: 0 0 0 5px;
  }
  .shop-usp-bar ul li .text, .shop-usp-bar ul li .based-on {
    font-size: 13px;
  }
}
@media (min-width: 1280px) and (max-width: 1459px) {
  .shop-usp-bar ul li {
    margin: 0 20px 0 0;
  }
  .shop-usp-bar ul li .icon {
    min-width: 10px;
    max-width: 10px;
  }
  .shop-usp-bar ul li .text {
    margin: 0 0 0 5px;
  }
  .shop-usp-bar ul li .text, .shop-usp-bar ul li .based-on {
    font-size: 13px;
  }
  .shop-usp-bar ul li.rating i {
    width: 15px;
    height: 15px;
    background-size: 15px;
  }
}
.alternatives-wrap {
  position: relative;
}
.alternatives-wrap .alternatives {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.alternatives-wrap .alternatives .box {
  position: relative;
  -webkit-box-flex: 0 0 25%;
  -moz-box-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
.alternatives-wrap .alternatives .box a {
  position: relative;
  margin: 0 5px 10px 5px;
  padding: 15px;
  border: 1px solid #C6C6C6;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.alternatives-wrap .alternatives .box a:link, .alternatives-wrap .alternatives .box a:visited {
  border: 1px solid #C6C6C6;
  text-decoration: none;
}
.alternatives-wrap .alternatives .box a:hover, .alternatives-wrap .alternatives .box a:active {
  border: 1px solid #000000;
  text-decoration: none;
}
.alternatives-wrap .alternatives .box a figure {
  width: calc(100% - 5rem);
  text-align: center;
}
.alternatives-wrap .alternatives .box a figure img {
  width: auto;
  max-height: 110px;
}
.alternatives-wrap .alternatives .box a h5 {
  margin: 10px 0 10px 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}
.alternatives-wrap .alternatives .box a .price {
  font-size: 22px;
  line-height: 30px;
  color: #000000;
  font-weight: bold;
}
.alternatives-wrap .alternatives .box a .price del {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}
.alternatives-wrap .alternatives .box a .price del:before {
  position: absolute;
  content: "";
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #32D272;
}
.alternatives-wrap .alternatives .box a .price ins {
  color: #32D272;
  text-decoration: none;
}

.rating-holder .rating {
  position: relative;
  margin: 0 10px 0 0;
}
.rating-holder .rating i {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 19px;
  background-size: 20px;
  background-repeat: no-repeat;
}
.rating-holder .rating i.star {
  background-image: url("https://huma-air.com/app/themes/huma-air/images/star-icon.svg");
}
.rating-holder .rating i.star-half {
  background-image: url("https://huma-air.com/app/themes/huma-air/images/star-half-icon.svg");
}

body.sticky-bar {
  padding: 0 0 84px;
}
body.sticky-bar .sticky-add-to-cart-wrap {
  bottom: 0px;
  opacity: 1;
  visibility: visible;
}

.sticky-add-to-cart-wrap {
  position: fixed;
  bottom: -100px;
  left: 0px;
  width: 100%;
  z-index: 32;
  background-color: #fff;
  padding: 10px 0;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.sticky-add-to-cart-wrap .sticky-add-to-cart {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.sticky-add-to-cart-wrap .sticky-add-to-cart .pay-in-3-holder {
  display: none;
}
.sticky-add-to-cart-wrap .sticky-add-to-cart .left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.sticky-add-to-cart-wrap .sticky-add-to-cart .left .product-image {
  margin: 0 20px 0 0;
}
.sticky-add-to-cart-wrap .sticky-add-to-cart .left .product-image img {
  max-width: 80px;
  max-height: 60px;
  width: auto;
  height: auto;
}
.sticky-add-to-cart-wrap .sticky-add-to-cart .wrapper-add-to-cart .button {
  padding: 15px 50px 18px 50px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .sticky-add-to-cart-wrap {
    padding: 15px 0;
  }
  .sticky-add-to-cart-wrap .sticky-add-to-cart .left {
    display: none;
  }
  .sticky-add-to-cart-wrap .sticky-add-to-cart .wrapper-add-to-cart {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
  }
  .sticky-add-to-cart-wrap .sticky-add-to-cart .button {
    width: 100%;
    text-align: center;
  }
}
.quantity-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
.quantity-inner input.qty {
  margin: 0 0 0 0;
  padding: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  border: 1px solid #C6C6C6;
  text-align: center;
  border-radius: 4px;
}
.quantity-inner input::-webkit-outer-spin-button,
.quantity-inner input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.quantity-inner input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}
.quantity-inner label {
  display: inline;
  height: 26px;
}
.quantity-inner label .plural {
  display: inline;
}
.quantity-inner .quantity-controls {
  margin: 0 15px 0 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
.quantity-inner .quantity-controls input {
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #1E1E1E;
  padding: 0px;
  font-size: 24px;
  font-weight: 400;
  border: 1px solid #C6C6C6;
  border-radius: 0px;
}
.quantity-inner .quantity-controls input:hover, .quantity-inner .quantity-controls input:active, .quantity-inner .quantity-controls input:focus {
  background-color: #C6C6C6;
}
.quantity-inner .quantity-controls .minus {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: 0.5px solid #C6C6C6;
}
.quantity-inner .quantity-controls .plus {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: 1px solid transparent;
}

/* WOOCOMMERCE CART */
.woocommerce-cart .woocommerce-shipping-destination {
  display: none;
}
.woocommerce-cart .shop_table input.woo-advanced-minus {
  position: relative;
  float: left;
  width: 20px;
  height: 20px;
  padding: 0px;
  min-width: inherit;
}
.woocommerce-cart .shop_table input.woo-advanced-plus {
  position: relative;
  float: left;
  width: 20px;
  height: 20px;
  padding: 0px;
  min-width: inherit;
}
.woocommerce-cart .shop_table input#qty {
  float: left;
  height: 30px;
  width: 30px !important;
  min-width: inherit;
  text-align: center;
  padding: 0;
  border-radius: 0px;
  margin: 0 10px;
}
.woocommerce-cart .shop_table input#qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce-cart .shop_table input#qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cart-empty {
  position: relative;
  float: left;
  width: 100%;
}

.woocommerce-cart .newsletter-footer {
  display: none;
}

.shop_table {
  position: relative;
  float: left;
  width: 100%;
  display: table;
}
.shop_table.woocommerce-cart-form__contents {
  margin: 0;
}
.shop_table .button:after {
  display: none;
}
.shop_table .button:before {
  display: none;
}
.shop_table thead {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #c0c0c0;
}
.shop_table img {
  max-width: 75px;
  height: auto;
}
.shop_table th {
  text-align: left;
  vertical-align: middle;
  padding: 0 30px 0 0;
}
.shop_table td {
  vertical-align: middle;
}
.shop_table td .variation {
  font-size: 11px;
  line-height: 18px;
}
.shop_table td .variation dt {
  float: left;
  margin-right: 3px;
}
.shop_table td p {
  font-size: 11px;
  line-height: 18px;
}
.shop_table td p.backorder_notification {
  display: none;
}
.shop_table td p.backorder_notification_custom {
  display: none;
}
.shop_table td p.delivery_time_notification {
  display: block !important;
  color: #32D272;
  font-style: italic;
  margin-top: 5px;
}
.shop_table td p.carttext {
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
}
.shop_table td.product-thumbnail a {
  position: relative;
  float: left;
}
.shop_table td.product-thumbnail a img {
  position: relative;
  float: left;
}
.shop_table td.product-price .amount {
  margin-right: 2px;
}
.shop_table td.product-price .cart-price-suffix {
  font-style: italic;
}
.shop_table tr {
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.shop_table tr td {
  padding: 10px 0px;
}
.shop_table tr td .quantity-inner label {
  display: none;
}
.shop_table tr td:first-child {
  padding: 10px 0px;
}
.shop_table td.actions {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.shop_table td.actions:first-child {
  padding: 10px 0;
}

.coupon {
  position: relative;
  float: left;
}
.coupon label {
  display: none;
}
.coupon input {
  float: left;
}

input[name=coupon_code] {
  margin: 0 6px 0 0;
}
input[name=update_cart] {
  position: relative;
  float: right;
}

.product-remove a {
  position: relative;
  float: left;
  width: 20px;
  height: 20px;
  text-align: center;
  background: #c00000;
  font-size: 18px;
  line-height: 17px;
  color: #fff;
  border-radius: 50%;
}
.product-remove a:link, .product-remove a:visited {
  background: #c00000;
  color: #fff;
  text-decoration: none;
}
.product-remove a:hover, .product-remove a:active {
  background: #a70000;
  color: #fff;
  text-decoration: none;
}

.cart-collaterals, .wc-proceed-to-checkout {
  position: relative;
  float: right;
  width: 400px;
  max-width: 100%;
}

.cart-collaterals h2 {
  display: none;
}
.cart-collaterals table tr td p {
  margin: 0 0 10px 0;
}

.button-top-cart {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
}

.checkout-button {
  position: relative;
  float: right;
}

.woocommerce-additional-fields h3 {
  display: none;
}

button#email_cart {
  height: 45px;
  color: #fff;
  background-color: #aaaaaa;
}
button#email_cart:hover {
  color: #fff;
  background-color: #606060;
}
button#email_cart .dashicons-email-alt {
  color: #fff;
}

#shipping_method {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 0px 0;
}
#shipping_method li {
  position: relative;
  float: left;
  width: 100%;
  list-style-type: none;
}
#shipping_method li label {
  width: 100%;
}
#shipping_method li .betrs_option_desc {
  font-size: 65%;
}

button[name=apply_coupon], button[name=update_cart] {
  color: #000000;
  background-color: #F3F3F3;
  border: 2px solid #F3F3F3;
  height: 40px;
  padding: 0px 15px;
  line-height: 15px;
}
button[name=apply_coupon]:hover, button[name=update_cart]:hover {
  color: #000000;
  background-color: #dadada;
  border: 2px solid #dadada;
}

.clear-cart {
  float: right;
  margin-right: 10px;
  background-color: #aaaaaa;
}
.clear-cart:link, .clear-cart:visited {
  background-color: #aaaaaa;
}
.clear-cart:hover, .clear-cart:active {
  background-color: #606060;
}

@media (max-width: 767px) {
  .woocommerce-checkout #shipping_method li label {
    text-align: right;
  }
  .woocommerce-cart h2 {
    margin: 0 0 5px 0;
  }
  .woocommerce-cart .clear-cart {
    float: left;
    margin-right: 0px;
    width: 100%;
    text-align: center;
    background-color: #aaaaaa;
  }
  .woocommerce-cart .clear-cart:link, .woocommerce-cart .clear-cart:visited {
    background-color: #aaaaaa;
  }
  .woocommerce-cart .clear-cart:hover, .woocommerce-cart .clear-cart:active {
    background-color: #606060;
  }
  .cart-collaterals, .wc-proceed-to-checkout {
    width: 100%;
  }
  .cart-collaterals .shop_table, .wc-proceed-to-checkout .shop_table {
    margin: 0 0 20px 0;
  }
  button#email_cart {
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    font-size: 16px;
    line-height: 16px;
    margin-left: 0 !important;
  }
  .woocommerce-cart-form {
    position: relative;
    float: left;
    width: 100%;
  }
  .shop_table .coupon {
    position: relative;
    float: left;
    width: 100%;
    margin: 0px !important;
  }
  button[name=update_cart] {
    width: 100%;
    height: 46px;
    text-align: center;
    letter-spacing: 0px;
    margin: 0 0 0 0;
    padding: 0px;
    font-size: 14px;
    line-height: 22px;
  }
  .empty-cart {
    width: 100%;
    text-align: center;
    letter-spacing: 0px;
    margin: 10px 0 0 0;
    font-size: 14px;
    line-height: 22px;
  }
  input[name=coupon_code] {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
  }
  input[name=apply_coupon] {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .shop_table p {
    font-size: 12px;
    line-height: 14px;
  }
  .woocommerce .shop_table td.product-quantity .quantity {
    overflow: hidden;
    float: none;
  }
  .checkout-button {
    width: 100%;
    text-align: center;
    letter-spacing: 0px;
  }
  button[name=apply_coupon] {
    width: 100%;
    text-align: center;
    letter-spacing: 0px;
    margin: 0 0 10px 0;
  }
}
@media (min-width: 768px) {
  .coupon label {
    min-width: 100px;
  }
  button[name=update_cart] {
    float: right;
  }
}
@media (min-width: 1199px) {
  button[name=update_cart] {
    margin: 0;
  }
  .clear-cart {
    float: right;
    margin-right: 10px;
    background-color: #aaaaaa;
  }
  .clear-cart:link, .clear-cart:visited {
    background-color: #aaaaaa;
  }
  .clear-cart:hover, .clear-cart:active {
    background-color: #606060;
  }
}
.buttons-top {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
}
.buttons-top .return-to-shop {
  position: relative;
  float: left;
  /*
  color: rgba($white, 0.2);
  background-color: transparent;
  border:1px solid rgba($white, 0.2);
  */
}
.buttons-top .return-to-shop:after {
  display: none;
}
.buttons-top .return-to-shop:hover {
  /*
  color: $white;
  background-color:rgba($white, 0.2);
  border:1px solid rgba($white, 0.2);
  */
}

@media (max-width: 767px) {
  .buttons-top .return-to-shop {
    margin: 0 0 10px 0;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .buttons-top .return-to-shop {
    font-size: 15px;
  }
}
/* WC FORWARD */
/* EMAIL CART */
div.email-cart #email-cart-form p {
  float: left;
  width: 100%;
}

/* RESPONSIVE CART */
@media (max-width: 767px) {
  .woocommerce-cart .woocommerce-cart-form .shop_table thead {
    display: none;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 10px 0;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td {
    position: relative;
    float: left;
    text-align: center;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.actions {
    width: 100%;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.product-name {
    text-align: left;
    padding-left: 10px;
    padding-bottom: 60px;
    padding-right: 60px;
    line-height: 22px;
    min-height: 114px;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.product-remove {
    position: absolute;
    top: 0px;
    z-index: 2;
    right: 0px;
    padding: 10px 0;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.product-subtotal {
    position: absolute;
    bottom: 19px;
    font-size: 14px;
    line-height: 22px;
    right: 0px;
    font-weight: bold;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.product-price {
    display: none;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.product-quantity {
    position: absolute;
    bottom: 10px;
    left: 0px;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.product-thumbnail {
    position: relative;
    float: left;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.product-thumbnail img {
    max-width: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .woocommerce-cart .shop_table .actions .button {
    font-size: 15px;
  }
}
/* HIDE UPDATE BUTTON CART */
input[name=update_cart] {
  display: none !important;
}

/* OR TRY THIS */
button[name=update_cart] {
  display: none !important;
}

/* CONVERSION BOOSTER */
.pay-later-usp {
  position: relative;
  float: left;
  width: 100%;
  margin: 10px 0 0 0;
}
.pay-later-usp .text {
  position: relative;
  float: left;
  width: 100%;
  text-align: right;
  margin: 5px 0;
  padding-right: 40px;
  font-style: italic;
}
.pay-later-usp .arrow {
  position: absolute;
  top: 6px;
  right: 0px;
  width: 45px;
  display: inline-block;
  -moz-transform: rotate(180deg) scale(-1, 1);
  -o-transform: rotate(180deg) scale(-1, 1);
  -ms-transform: rotate(180deg) scale(-1, 1);
  -webkit-transform: rotate(180deg) scale(-1, 1);
  transform: rotate(180deg) scale(-1, 1);
}

.shipping-calculator-form {
  margin: 20px 0 0 0;
}

/* SPECIAL PRODUCTS */
.special-products {
  position: relative;
  float: left;
  width: 100%;
  padding: 20px 0 0 0;
}
.special-products .flickity-button {
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  bottom: 0px;
}
.special-products .flickity-button.next {
  right: 0px;
}
.special-products .flickity-button.previous {
  left: 0px;
}
.special-products .flickity-viewport {
  overflow: hidden;
}
.special-products ul.products {
  margin: 0;
  width: calc(100% + 24px);
  left: -12px;
  float: left;
  display: block;
  outline: none;
}
.special-products ul.products li {
  float: left;
  width: 16.66666666%;
}
.special-products .flickity-button {
  width: 48px;
  height: 48px;
  padding: 0px;
  background-color: #1E1E1E;
  border: 2px solid #1E1E1E;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
}
.special-products .flickity-button svg {
  display: none;
}
.special-products .flickity-button.next {
  right: -12px;
  background-image: url("https://huma-air.com/app/themes/huma-air/images/arrow-right-white.svg");
}
.special-products .flickity-button.previous {
  left: -12px;
  background-image: url("https://huma-air.com/app/themes/huma-air/images/arrow-left-white.svg");
}

@media (max-width: 767px) {
  .special-products ul.products {
    width: calc(100% + 30px);
    margin-left: -15px;
    left: 0;
  }
  .special-products ul.products .flickity-button {
    display: none;
  }
  .special-products ul.products li {
    width: 46%;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .special-products ul.products li {
    width: 33.333333%;
  }
}
@media (min-width: 1280px) and (max-width: 1459px) {
  .special-products ul.products li {
    width: 25%;
  }
}
@media (min-width: 1280px) {
  body.woocommerce-cart .page-wrapper .woocommerce {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .woocommerce-notices-wrapper {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .buttons-top {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .buttons-top .checkout-button {
    display: none;
  }
  body.woocommerce-cart .page-wrapper .woocommerce form.woocommerce-cart-form {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    -webkit-box-flex: 0 0 65%;
    -moz-box-flex: 0 0 65%;
    -webkit-flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .special-products {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 40px;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .cart-collaterals {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
    -webkit-box-flex: 0 0 30%;
    -moz-box-flex: 0 0 30%;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .cart-collaterals .title-and-usps {
    display: inline-block;
    position: relative;
    width: 100%;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .cart-collaterals .title-and-usps h6.desktop-title {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .cart-collaterals .title-and-usps .usps {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 20px;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .cart-collaterals .title-and-usps .usps ul {
    position: relative;
    margin: 0;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .cart-collaterals .title-and-usps .usps ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    list-style-type: none;
    margin: 0 0 12px 0;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .cart-collaterals .title-and-usps .usps ul li i {
    display: inline-block;
    min-width: 24px;
    width: 24px;
    height: 24px;
    background-image: url("https://huma-air.com/app/themes/huma-air/images/check-green-icon.svg");
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .cart-collaterals .title-and-usps .usps ul li span.usp {
    display: inline-block;
    line-height: 22px;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr.shipping, body.woocommerce-cart .page-wrapper .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr.order-total {
    display: none;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr.cart-subtotal th span.mobile-text {
    display: none;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr.cart-subtotal th span.desktop-text {
    display: inline-block;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    width: 100%;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
    width: 100%;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .cart-collaterals .payment-methods {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-top: 20px;
  }
}
@media (max-width: 1279px) {
  body.woocommerce-cart .page-wrapper .woocommerce {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .woocommerce-notices-wrapper {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .buttons-top {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .buttons-top .checkout-button {
    display: inline-block;
  }
  body.woocommerce-cart .page-wrapper .woocommerce form.woocommerce-cart-form {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .special-products {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .cart-collaterals {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .cart-collaterals .title-and-usps {
    display: none;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr.cart-subtotal th span.mobile-text {
    display: inline-block;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr.cart-subtotal th span.desktop-text {
    display: none;
  }
}
@media (max-width: 1279px) {
  body.woocommerce-cart .page-wrapper .woocommerce {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .woocommerce-notices-wrapper {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .buttons-top {
    display: none;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .woocommerce-cart-form {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .cart-collaterals {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .cart-collaterals .wc-proceed-to-checkout {
    width: 100%;
    margin: 0 0 20px 0;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .cart-collaterals .wc-proceed-to-checkout .checkout-button {
    width: 100%;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .special-products {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .cart_totals table.shop_table {
    margin: 0;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .cart_totals table.shop_table tbody tr.shipping, body.woocommerce-cart .page-wrapper .woocommerce .cart_totals table.shop_table tbody tr.cart-subtotal {
    display: none;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .cart_totals table.shop_table tbody tr.cart-subtotal th span.mobile-text {
    display: none;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .cart_totals table.shop_table tbody tr.cart-subtotal th span.desktop-text {
    display: inline-block;
  }
}
.shipping-mobile-notice {
  margin: 10px 0;
}
.shipping-mobile-notice img {
  margin: 0 5px 0 0;
}

/* FORM ROWS */
.form-row {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
  /*
  &#billing_country_field {
    display: none;
  }

  &#shipping_country_field {
    display: none;
  }
  */
}
.form-row span.description {
  display: block !important;
  width: 100%;
  position: relative;
  float: left;
}
.form-row.mailchimp-newsletter label {
  width: auto;
  float: none;
  position: relative;
  font-size: 13px;
  line-height: 20px;
}
.form-row label {
  position: relative;
  float: left;
  width: 100%;
}
.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  min-width: auto;
}
.form-row input[type=checkbox],
.form-row input[type=radio] {
  width: auto;
  height: auto;
}
.form-row#billing_phone_field input::-webkit-outer-spin-button,
.form-row#billing_phone_field input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.form-row#billing_phone_field input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}

#age_verification_field {
  font-size: 13px;
  line-height: 20px;
}

.form-row-first {
  width: 50%;
  padding-right: 10px;
  margin: 0 0 15px 0;
}

.form-row-half-first {
  width: 50%;
  padding-right: 10px;
  margin: 0 0 15px 0;
}

.form-row-last {
  width: 50%;
  padding-left: 10px;
  clear: right;
  margin: 0 0 15px 0;
}

.form-row-half-last {
  float: right;
  width: 50%;
  padding-left: 10px;
  clear: right;
  margin: 0 0 15px 0;
}

@media (max-width: 767px) {
  .form-row-first,
.form-row-last {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .form-row-half-first,
.form-row-half-last {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.checkout-header {
  position: relative;
  width: 100%;
}
.checkout-header .bg-image {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.checkout-header .bg-image:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.checkout-header .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.checkout-header .inner .logo {
  position: relative;
  margin: 15px 0;
}
.checkout-header .inner .logo a {
  position: relative;
  float: left;
}
.checkout-header .inner .logo a img {
  position: relative;
  float: left;
}

@media (max-width: 767px) {
  .checkout-header .inner .logo {
    max-width: 100px;
  }
}
/* POSTCODE API OVERRULE */
body.woocommerce-checkout form.checkout .form-row-quart-first {
  width: 25%;
  margin-right: 0px !important;
}
body.woocommerce-checkout form.checkout .form-row-quart-first#billing_house_number_field {
  padding-left: 10px;
}
body.woocommerce-checkout form.checkout .form-row-quart-first#shipping_house_number_field {
  padding-left: 10px;
}
body.woocommerce-checkout form.checkout .form-row-quart {
  width: 25%;
  clear: right;
  padding-left: 20px;
}
body.woocommerce-checkout form.checkout .form-row-quart#shipping_house_number_suffix_field label .optional {
  display: none;
}

@media (max-width: 767px) {
  body.woocommerce-checkout form.checkout .form-row-quart {
    width: 50%;
  }
  body.woocommerce-checkout form.checkout .form-row-quart-first#shipping_house_number_field {
    padding-left: 0px;
    width: 50%;
  }
  body.woocommerce-checkout form.checkout .form-row-quart-first#billing_house_number_field {
    padding-left: 0px;
    width: 50%;
  }
}
/* COUPON FORM */
.woocommerce-checkout form.checkout_coupon {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
}
.woocommerce-checkout form.checkout_coupon p {
  margin: 0 0 10px 0;
}
.woocommerce-checkout form.checkout_coupon button[name=apply_coupon] {
  width: 100%;
}

/* CHECKOUT LAYOUT */
form.checkout {
  position: relative;
  float: left;
  width: 100%;
}
form.checkout #customer_details {
  position: relative;
  float: left;
  width: 900px;
  padding-right: 30px;
  z-index: 22;
}
form.checkout #customer_details .col-1,
form.checkout #customer_details .col-2 {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
form.checkout #customer_details .billing-wrap {
  position: relative;
  float: left;
  width: 100%;
}
form.checkout #customer_details .billing-wrap h3 {
  display: none;
}
form.checkout #customer_details .woocommerce-billing-fields h3 {
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 15px 0;
}
form.checkout #customer_details .woocommerce-shipping-fields {
  position: relative;
  float: left;
  width: 100%;
}
form.checkout #customer_details .woocommerce-additional-fields {
  position: relative;
  float: left;
  width: 100%;
}
form.checkout #customer_details .shipping_address {
  position: relative;
  float: left;
  width: 100%;
}
form.checkout #customer_details #ship-to-different-address {
  position: relative;
  float: left;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 15px 0;
}
form.checkout .order-review-wrapper {
  position: sticky;
  float: left;
  width: 510px;
  top: 5px;
}
form.checkout .order-review-wrapper-inner {
  position: relative;
  float: right;
  width: 100%;
}
form.checkout #order_review_heading {
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 10px 0;
}

@media (max-width: 767px) {
  form.checkout #customer_details {
    width: 100%;
    padding-right: 0px;
  }
  form.checkout .order-review-wrapper {
    width: 100%;
  }
  form.checkout .order-review-wrapper .order-review-wrapper-inner {
    width: 100%;
    padding: 0px;
    border: none;
    background-color: transparent;
    border: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  form.checkout #customer_details {
    width: 100%;
    padding-right: 0px;
  }
  form.checkout .order-review-wrapper {
    position: relative;
    width: 100%;
  }
  form.checkout .order-review-wrapper .order-review-wrapper-inner {
    width: 100%;
    padding: 0px;
    border: none;
    background-color: transparent;
  }
}
@media (min-width: 1280px) and (max-width: 1459px) {
  form.checkout #customer_details {
    width: 570px;
  }
  form.checkout .order-review-wrapper {
    float: left;
    width: 440px;
  }
  form.checkout .sticky-wrapper.is-sticky .order-review-wrapper-inner {
    margin-right: 0px;
  }
}
/* WOOCOMMERCE VALIDATE FIELDS */
.woocommerce-validated input {
  border: 1px solid #32D272;
}

.woocommerce-invalid-required-field input {
  border: 1px solid #c00000;
}

/* PAYMENT OPTIONS */
.payment-title-checkout {
  position: relative;
  float: left;
  width: 100%;
  margin: 10px 0 20px 0;
}

.woocommerce-checkout-payment,
div#payment {
  position: relative;
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
}
.woocommerce-checkout-payment h4,
div#payment h4 {
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 10px 0;
}
.woocommerce-checkout-payment ul,
div#payment ul {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
}
.woocommerce-checkout-payment ul li,
div#payment ul li {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  list-style-type: none;
  padding: 15px;
  border-radius: 15px;
  background: #F3F3F3;
}
.woocommerce-checkout-payment ul li .wrap-it-up,
div#payment ul li .wrap-it-up {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.woocommerce-checkout-payment ul li .wrap-it-up .left,
div#payment ul li .wrap-it-up .left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.woocommerce-checkout-payment ul li .wrap-it-up .free,
div#payment ul li .wrap-it-up .free {
  color: #32D272;
}
.woocommerce-checkout-payment ul li.payment_method_klarna_payments_pay_now,
div#payment ul li.payment_method_klarna_payments_pay_now {
  display: none !important;
}
.woocommerce-checkout-payment ul li input[type=radio]:checked + label,
div#payment ul li input[type=radio]:checked + label {
  font-weight: bold;
}
.woocommerce-checkout-payment ul li input[type=radio],
div#payment ul li input[type=radio] {
  margin: 5px 4px 4px 0;
}
.woocommerce-checkout-payment ul li label img,
div#payment ul li label img {
  float: right;
  max-height: 35px;
}
.woocommerce-checkout-payment ul li .payment_box,
div#payment ul li .payment_box {
  position: relative;
  float: left;
  width: 100%;
  margin: 10px 0 0 0;
}
.woocommerce-checkout-payment ul li .payment_box p,
div#payment ul li .payment_box p {
  font-size: 11px;
  margin: 0;
}
.woocommerce-checkout-payment ul li .payment_box p label,
div#payment ul li .payment_box p label {
  width: auto;
}

/* ORDER REVIEW WOOCOMMERCE */
form.checkout #order_review {
  /* CHECKBOX FIX */
  /* SHIPPING METHODS */
  /*
    ul#shipping_method {
    margin: 0;
    display: table;

      li {
        list-style-type: none;
        display: table-row;
        text-align: left;

        input {
        float: none;
        display: inline-block;
        vertical-align: middle;
        }

        label {
          float: none;
          display: inline-block;
          vertical-align: middle;
          min-width: auto;
          font-weight: 400;
          text-align: right;
        }


        .betrs_option_desc {
          width: 100%;
          font-size: 80%;
          line-height: 18px;
          font-style: italic;
          text-align: right;
        }

      }

    }

    */
  /* MAILCHIMP OPT IN */
  /* PLACE ORDER BUTTON */
}
form.checkout #order_review input[type=checkbox],
form.checkout #order_review input[type=radio] {
  margin: 6px 4px 4px 0;
}
form.checkout #order_review .woocommerce-checkout-review-order-table th.product-total {
  text-align: right;
  padding-right: 0px;
}
form.checkout #order_review .woocommerce-checkout-review-order-table tr.tax-rate td {
  text-align: right;
}
form.checkout #order_review .woocommerce-checkout-review-order-table tr.cart-subtotal td, form.checkout #order_review .woocommerce-checkout-review-order-table tr.fee td {
  text-align: right;
}
form.checkout #order_review .woocommerce-checkout-review-order-table tr td.product-name .product-info {
  font-size: 70%;
}
form.checkout #order_review .woocommerce-checkout-review-order-table tr td.product-quantity {
  text-align: center;
}
form.checkout #order_review .woocommerce-checkout-review-order-table tr td .tax_label {
  display: none;
}
form.checkout #order_review .woocommerce-checkout-review-order-table tr td.product-total {
  text-align: right;
}
form.checkout #order_review .woocommerce-checkout-review-order-table tr th.product-quantity {
  padding: 0;
  text-align: center;
}
form.checkout #order_review .woocommerce-checkout-review-order-table tr.order-total strong {
  font-weight: bold;
}
form.checkout #order_review .woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals ul {
  float: right;
  text-align: right;
}
form.checkout #order_review .woocommerce-checkout-review-order-table tr.order-total td, form.checkout #order_review .woocommerce-checkout-review-order-table tr.tax-total td {
  text-align: right;
}
form.checkout #order_review .woochimp_checkout_checkbox {
  position: relative;
  float: left;
  width: 100%;
  padding: 0 !important;
  margin: 0 0 10px 0;
  font-size: 13px;
  line-height: 20px;
}
form.checkout #order_review .woochimp_checkout_checkbox label {
  width: auto;
  display: block;
  float: none !important;
}
form.checkout #order_review .woocommerce-terms-and-conditions-checkbox-text {
  font-size: 13px;
  line-height: 20px;
}
form.checkout #order_review .woocommerce-checkout-review-order-table .tax-rate span {
  float: right;
}
form.checkout #order_review #place_order {
  position: relative;
  float: left;
  width: 100%;
}

@media (max-width: 767px) {
  form.checkout #order_review ul#shipping_method li label {
    line-height: 15px;
  }
}
.woocommerce-privacy-policy-text {
  font-size: 11px;
  line-height: 18px;
}
.woocommerce-privacy-policy-text p {
  margin: 0 0 10px 0;
}

@media (max-width: 767px) {
  .checkout-footer {
    margin: 0 0 0 0;
    padding: 0 0 40px 0;
  }
  .checkout-footer .widget {
    margin: 40px 0 0 0;
  }
}
.woocommerce-edit-address .woocommerce-columns, .woocommerce-edit-address .woocommerce-Addresses {
  margin-left: 0;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.woocommerce-columns, .woocommerce-Addresses {
  position: relative;
  width: auto;
  margin-left: -15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.woocommerce-columns .col-1, .woocommerce-columns .col-2, .woocommerce-Addresses .col-1, .woocommerce-Addresses .col-2 {
  -webkit-box-flex: 0 0 50%;
  -moz-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 767px) {
  .woocommerce-columns, .woocommerce-Addresses {
    width: auto;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .woocommerce-columns .col-1, .woocommerce-columns .col-2, .woocommerce-Addresses .col-1, .woocommerce-Addresses .col-2 {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* Checkout header */
.header-checkout {
  position: relative;
  width: 100%;
  background-color: #F3F3F3;
  margin: 0 0 20px 0;
}

.inner-header-checkout {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-header-checkout .logo {
  position: relative;
  float: left;
  margin: 10px 0;
}
.inner-header-checkout .logo a {
  position: relative;
  float: left;
}
.inner-header-checkout .logo a img {
  position: relative;
  float: left;
}
.inner-header-checkout .left {
  position: relative;
  margin: 10px 0;
}

@media (max-width: 767px) {
  .inner-header-checkout .button-outline-black {
    font-size: 13px;
    line-height: 15px;
    padding: 15px 15px 18px 15px;
  }
  .inner-header-checkout .logo {
    max-width: 160px;
    margin: 10px 0 10px 10px;
  }
}
.ups_eu_woocommerce_container {
  position: relative;
  float: left;
  width: 100%;
}

#billing_address_2-description {
  margin: 10px 0 0;
  display: block !important;
}

.woocommerce-terms-and-conditions-wrapper .form-row.woocommerce-invalid-required-field {
  padding: 10px;
  border: 3px solid #c00000;
  border-radius: 5px;
}

body p.woocommerce-invalid-required-field span.error {
  display: block !important;
  color: #c00000;
}
body p.checkout-inline-error-message {
  color: #c00000;
}

.password-input {
  position: relative;
  float: left;
  width: 100%;
}

.show-password-input {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  padding: 0;
  border: 0px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-image: url("https://huma-air.com/app/themes/huma-air/images/view.svg");
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #F3F3F3;
}
.show-password-input.display-password {
  background-image: url("https://huma-air.com/app/themes/huma-air/images/hide.svg");
}
.show-password-input:hover, .show-password-input:active, .show-password-input:focus {
  background-color: #F3F3F3;
}

.ups_list_locator {
  position: relative;
  width: 100%;
  float: left;
  padding: 0;
  box-shadow: none !important;
}

div.itemContainerListLocator {
  position: relative;
  float: left;
  width: 100%;
}

table.listItemCalendar {
  white-space: nowrap;
}

.ups_show_mobile td {
  float: left;
  width: 100%;
}
.ups_show_mobile .ups_click_select {
  float: left;
  display: block;
  width: 100%;
}

@media (max-width: 576px) {
  body .ups_eu_woocommerce_container table {
    display: table !important;
  }
}
/* WOOCOMMERCE CART */
.woocommerce-cart .woocommerce-shipping-destination {
  display: none;
}
.woocommerce-cart .shop_table input.woo-advanced-minus {
  position: relative;
  float: left;
  width: 20px;
  height: 20px;
  padding: 0px;
  min-width: inherit;
}
.woocommerce-cart .shop_table input.woo-advanced-plus {
  position: relative;
  float: left;
  width: 20px;
  height: 20px;
  padding: 0px;
  min-width: inherit;
}
.woocommerce-cart .shop_table input#qty {
  float: left;
  height: 30px;
  width: 30px !important;
  min-width: inherit;
  text-align: center;
  padding: 0;
  border-radius: 0px;
  margin: 0 10px;
}
.woocommerce-cart .shop_table input#qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce-cart .shop_table input#qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cart-empty {
  position: relative;
  float: left;
  width: 100%;
}

.woocommerce-cart .newsletter-footer {
  display: none;
}

.shop_table {
  position: relative;
  float: left;
  width: 100%;
  display: table;
}
.shop_table.woocommerce-cart-form__contents {
  margin: 0;
}
.shop_table .button:after {
  display: none;
}
.shop_table .button:before {
  display: none;
}
.shop_table thead {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #c0c0c0;
}
.shop_table img {
  max-width: 75px;
  height: auto;
}
.shop_table th {
  text-align: left;
  vertical-align: middle;
  padding: 0 30px 0 0;
}
.shop_table td {
  vertical-align: middle;
}
.shop_table td .variation {
  font-size: 11px;
  line-height: 18px;
}
.shop_table td .variation dt {
  float: left;
  margin-right: 3px;
}
.shop_table td p {
  font-size: 11px;
  line-height: 18px;
}
.shop_table td p.backorder_notification {
  display: none;
}
.shop_table td p.backorder_notification_custom {
  display: none;
}
.shop_table td p.delivery_time_notification {
  display: block !important;
  color: #32D272;
  font-style: italic;
  margin-top: 5px;
}
.shop_table td p.carttext {
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
}
.shop_table td.product-thumbnail a {
  position: relative;
  float: left;
}
.shop_table td.product-thumbnail a img {
  position: relative;
  float: left;
}
.shop_table td.product-price .amount {
  margin-right: 2px;
}
.shop_table td.product-price .cart-price-suffix {
  font-style: italic;
}
.shop_table tr {
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.shop_table tr td {
  padding: 10px 0px;
}
.shop_table tr td .quantity-inner label {
  display: none;
}
.shop_table tr td:first-child {
  padding: 10px 0px;
}
.shop_table td.actions {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.shop_table td.actions:first-child {
  padding: 10px 0;
}

.coupon {
  position: relative;
  float: left;
}
.coupon label {
  display: none;
}
.coupon input {
  float: left;
}

input[name=coupon_code] {
  margin: 0 6px 0 0;
}
input[name=update_cart] {
  position: relative;
  float: right;
}

.product-remove a {
  position: relative;
  float: left;
  width: 20px;
  height: 20px;
  text-align: center;
  background: #c00000;
  font-size: 18px;
  line-height: 17px;
  color: #fff;
  border-radius: 50%;
}
.product-remove a:link, .product-remove a:visited {
  background: #c00000;
  color: #fff;
  text-decoration: none;
}
.product-remove a:hover, .product-remove a:active {
  background: #a70000;
  color: #fff;
  text-decoration: none;
}

.cart-collaterals, .wc-proceed-to-checkout {
  position: relative;
  float: right;
  width: 400px;
  max-width: 100%;
}

.cart-collaterals h2 {
  display: none;
}
.cart-collaterals table tr td p {
  margin: 0 0 10px 0;
}

.button-top-cart {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
}

.checkout-button {
  position: relative;
  float: right;
}

.woocommerce-additional-fields h3 {
  display: none;
}

button#email_cart {
  height: 45px;
  color: #fff;
  background-color: #aaaaaa;
}
button#email_cart:hover {
  color: #fff;
  background-color: #606060;
}
button#email_cart .dashicons-email-alt {
  color: #fff;
}

#shipping_method {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 0px 0;
}
#shipping_method li {
  position: relative;
  float: left;
  width: 100%;
  list-style-type: none;
}
#shipping_method li label {
  width: 100%;
}
#shipping_method li .betrs_option_desc {
  font-size: 65%;
}

button[name=apply_coupon], button[name=update_cart] {
  color: #000000;
  background-color: #F3F3F3;
  border: 2px solid #F3F3F3;
  height: 40px;
  padding: 0px 15px;
  line-height: 15px;
}
button[name=apply_coupon]:hover, button[name=update_cart]:hover {
  color: #000000;
  background-color: #dadada;
  border: 2px solid #dadada;
}

.clear-cart {
  float: right;
  margin-right: 10px;
  background-color: #aaaaaa;
}
.clear-cart:link, .clear-cart:visited {
  background-color: #aaaaaa;
}
.clear-cart:hover, .clear-cart:active {
  background-color: #606060;
}

@media (max-width: 767px) {
  .woocommerce-checkout #shipping_method li label {
    text-align: right;
  }
  .woocommerce-cart h2 {
    margin: 0 0 5px 0;
  }
  .woocommerce-cart .clear-cart {
    float: left;
    margin-right: 0px;
    width: 100%;
    text-align: center;
    background-color: #aaaaaa;
  }
  .woocommerce-cart .clear-cart:link, .woocommerce-cart .clear-cart:visited {
    background-color: #aaaaaa;
  }
  .woocommerce-cart .clear-cart:hover, .woocommerce-cart .clear-cart:active {
    background-color: #606060;
  }
  .cart-collaterals, .wc-proceed-to-checkout {
    width: 100%;
  }
  .cart-collaterals .shop_table, .wc-proceed-to-checkout .shop_table {
    margin: 0 0 20px 0;
  }
  button#email_cart {
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    font-size: 16px;
    line-height: 16px;
    margin-left: 0 !important;
  }
  .woocommerce-cart-form {
    position: relative;
    float: left;
    width: 100%;
  }
  .shop_table .coupon {
    position: relative;
    float: left;
    width: 100%;
    margin: 0px !important;
  }
  button[name=update_cart] {
    width: 100%;
    height: 46px;
    text-align: center;
    letter-spacing: 0px;
    margin: 0 0 0 0;
    padding: 0px;
    font-size: 14px;
    line-height: 22px;
  }
  .empty-cart {
    width: 100%;
    text-align: center;
    letter-spacing: 0px;
    margin: 10px 0 0 0;
    font-size: 14px;
    line-height: 22px;
  }
  input[name=coupon_code] {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
  }
  input[name=apply_coupon] {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .shop_table p {
    font-size: 12px;
    line-height: 14px;
  }
  .woocommerce .shop_table td.product-quantity .quantity {
    overflow: hidden;
    float: none;
  }
  .checkout-button {
    width: 100%;
    text-align: center;
    letter-spacing: 0px;
  }
  button[name=apply_coupon] {
    width: 100%;
    text-align: center;
    letter-spacing: 0px;
    margin: 0 0 10px 0;
  }
}
@media (min-width: 768px) {
  .coupon label {
    min-width: 100px;
  }
  button[name=update_cart] {
    float: right;
  }
}
@media (min-width: 1199px) {
  button[name=update_cart] {
    margin: 0;
  }
  .clear-cart {
    float: right;
    margin-right: 10px;
    background-color: #aaaaaa;
  }
  .clear-cart:link, .clear-cart:visited {
    background-color: #aaaaaa;
  }
  .clear-cart:hover, .clear-cart:active {
    background-color: #606060;
  }
}
.buttons-top {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
}
.buttons-top .return-to-shop {
  position: relative;
  float: left;
  /*
  color: rgba($white, 0.2);
  background-color: transparent;
  border:1px solid rgba($white, 0.2);
  */
}
.buttons-top .return-to-shop:after {
  display: none;
}
.buttons-top .return-to-shop:hover {
  /*
  color: $white;
  background-color:rgba($white, 0.2);
  border:1px solid rgba($white, 0.2);
  */
}

@media (max-width: 767px) {
  .buttons-top .return-to-shop {
    margin: 0 0 10px 0;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .buttons-top .return-to-shop {
    font-size: 15px;
  }
}
/* WC FORWARD */
/* EMAIL CART */
div.email-cart #email-cart-form p {
  float: left;
  width: 100%;
}

/* RESPONSIVE CART */
@media (max-width: 767px) {
  .woocommerce-cart .woocommerce-cart-form .shop_table thead {
    display: none;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 10px 0;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td {
    position: relative;
    float: left;
    text-align: center;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.actions {
    width: 100%;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.product-name {
    text-align: left;
    padding-left: 10px;
    padding-bottom: 60px;
    padding-right: 60px;
    line-height: 22px;
    min-height: 114px;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.product-remove {
    position: absolute;
    top: 0px;
    z-index: 2;
    right: 0px;
    padding: 10px 0;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.product-subtotal {
    position: absolute;
    bottom: 19px;
    font-size: 14px;
    line-height: 22px;
    right: 0px;
    font-weight: bold;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.product-price {
    display: none;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.product-quantity {
    position: absolute;
    bottom: 10px;
    left: 0px;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.product-thumbnail {
    position: relative;
    float: left;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td.product-thumbnail img {
    max-width: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .woocommerce-cart .shop_table .actions .button {
    font-size: 15px;
  }
}
/* HIDE UPDATE BUTTON CART */
input[name=update_cart] {
  display: none !important;
}

/* OR TRY THIS */
button[name=update_cart] {
  display: none !important;
}

/* CONVERSION BOOSTER */
.pay-later-usp {
  position: relative;
  float: left;
  width: 100%;
  margin: 10px 0 0 0;
}
.pay-later-usp .text {
  position: relative;
  float: left;
  width: 100%;
  text-align: right;
  margin: 5px 0;
  padding-right: 40px;
  font-style: italic;
}
.pay-later-usp .arrow {
  position: absolute;
  top: 6px;
  right: 0px;
  width: 45px;
  display: inline-block;
  -moz-transform: rotate(180deg) scale(-1, 1);
  -o-transform: rotate(180deg) scale(-1, 1);
  -ms-transform: rotate(180deg) scale(-1, 1);
  -webkit-transform: rotate(180deg) scale(-1, 1);
  transform: rotate(180deg) scale(-1, 1);
}

.shipping-calculator-form {
  margin: 20px 0 0 0;
}

/* SPECIAL PRODUCTS */
.special-products {
  position: relative;
  float: left;
  width: 100%;
  padding: 20px 0 0 0;
}
.special-products .flickity-button {
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  bottom: 0px;
}
.special-products .flickity-button.next {
  right: 0px;
}
.special-products .flickity-button.previous {
  left: 0px;
}
.special-products .flickity-viewport {
  overflow: hidden;
}
.special-products ul.products {
  margin: 0;
  width: calc(100% + 24px);
  left: -12px;
  float: left;
  display: block;
  outline: none;
}
.special-products ul.products li {
  float: left;
  width: 16.66666666%;
}
.special-products .flickity-button {
  width: 48px;
  height: 48px;
  padding: 0px;
  background-color: #1E1E1E;
  border: 2px solid #1E1E1E;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
}
.special-products .flickity-button svg {
  display: none;
}
.special-products .flickity-button.next {
  right: -12px;
  background-image: url("https://huma-air.com/app/themes/huma-air/images/arrow-right-white.svg");
}
.special-products .flickity-button.previous {
  left: -12px;
  background-image: url("https://huma-air.com/app/themes/huma-air/images/arrow-left-white.svg");
}

@media (max-width: 767px) {
  .special-products ul.products {
    width: calc(100% + 30px);
    margin-left: -15px;
    left: 0;
  }
  .special-products ul.products .flickity-button {
    display: none;
  }
  .special-products ul.products li {
    width: 46%;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .special-products ul.products li {
    width: 33.333333%;
  }
}
@media (min-width: 1280px) and (max-width: 1459px) {
  .special-products ul.products li {
    width: 25%;
  }
}
@media (min-width: 1280px) {
  body.woocommerce-cart .page-wrapper .woocommerce {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .woocommerce-notices-wrapper {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .buttons-top {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .buttons-top .checkout-button {
    display: none;
  }
  body.woocommerce-cart .page-wrapper .woocommerce form.woocommerce-cart-form {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    -webkit-box-flex: 0 0 65%;
    -moz-box-flex: 0 0 65%;
    -webkit-flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .special-products {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 40px;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .cart-collaterals {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
    -webkit-box-flex: 0 0 30%;
    -moz-box-flex: 0 0 30%;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .cart-collaterals .title-and-usps {
    display: inline-block;
    position: relative;
    width: 100%;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .cart-collaterals .title-and-usps h6.desktop-title {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .cart-collaterals .title-and-usps .usps {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 20px;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .cart-collaterals .title-and-usps .usps ul {
    position: relative;
    margin: 0;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .cart-collaterals .title-and-usps .usps ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    list-style-type: none;
    margin: 0 0 12px 0;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .cart-collaterals .title-and-usps .usps ul li i {
    display: inline-block;
    min-width: 24px;
    width: 24px;
    height: 24px;
    background-image: url("https://huma-air.com/app/themes/huma-air/images/check-green-icon.svg");
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .cart-collaterals .title-and-usps .usps ul li span.usp {
    display: inline-block;
    line-height: 22px;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr.shipping, body.woocommerce-cart .page-wrapper .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr.order-total {
    display: none;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr.cart-subtotal th span.mobile-text {
    display: none;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr.cart-subtotal th span.desktop-text {
    display: inline-block;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    width: 100%;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
    width: 100%;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .cart-collaterals .payment-methods {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-top: 20px;
  }
}
@media (max-width: 1279px) {
  body.woocommerce-cart .page-wrapper .woocommerce {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .woocommerce-notices-wrapper {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .buttons-top {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .buttons-top .checkout-button {
    display: inline-block;
  }
  body.woocommerce-cart .page-wrapper .woocommerce form.woocommerce-cart-form {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .special-products {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .cart-collaterals {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .cart-collaterals .title-and-usps {
    display: none;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr.cart-subtotal th span.mobile-text {
    display: inline-block;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr.cart-subtotal th span.desktop-text {
    display: none;
  }
}
@media (max-width: 1279px) {
  body.woocommerce-cart .page-wrapper .woocommerce {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .woocommerce-notices-wrapper {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .buttons-top {
    display: none;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .woocommerce-cart-form {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .cart-collaterals {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .cart-collaterals .wc-proceed-to-checkout {
    width: 100%;
    margin: 0 0 20px 0;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .cart-collaterals .wc-proceed-to-checkout .checkout-button {
    width: 100%;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .special-products {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .cart_totals table.shop_table {
    margin: 0;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .cart_totals table.shop_table tbody tr.shipping, body.woocommerce-cart .page-wrapper .woocommerce .cart_totals table.shop_table tbody tr.cart-subtotal {
    display: none;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .cart_totals table.shop_table tbody tr.cart-subtotal th span.mobile-text {
    display: none;
  }
  body.woocommerce-cart .page-wrapper .woocommerce .cart_totals table.shop_table tbody tr.cart-subtotal th span.desktop-text {
    display: inline-block;
  }
}
.shipping-mobile-notice {
  margin: 10px 0;
}
.shipping-mobile-notice img {
  margin: 0 5px 0 0;
}

.cross-sell-popup {
  display: none;
}
.cross-sell-popup .cross-sell-popup-inner {
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
}
.cross-sell-popup .popup-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cross-sell-popup .added-product-wrap {
  -webkit-box-flex: 0 0 70%;
  -moz-box-flex: 0 0 70%;
  -webkit-flex: 0 0 70%;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  vertical-align: top;
  padding-right: 20px;
}
.cross-sell-popup .added-product-wrap i {
  width: 100%;
  float: right;
  font-size: 11px;
  text-align: left;
  padding: 10px 0 0 0;
}
.cross-sell-popup .added-product-wrap .added-product {
  display: table;
  position: relative;
  float: left;
  width: 100%;
}
.cross-sell-popup .added-product-wrap .added-product .row {
  display: table-row;
}
.cross-sell-popup .added-product-wrap .added-product .row span.heading, .cross-sell-popup .added-product-wrap .added-product .row span.product-image-wrap-cart, .cross-sell-popup .added-product-wrap .added-product .row span.product-info, .cross-sell-popup .added-product-wrap .added-product .row span.product-quantity, .cross-sell-popup .added-product-wrap .added-product .row span.product-price {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
.cross-sell-popup .added-product-wrap .added-product .row span.heading {
  font-weight: bold;
}
.cross-sell-popup .added-product-wrap .added-product .row span.heading small {
  font-size: 60%;
}
.cross-sell-popup .added-product-wrap .added-product .row span.product-price p {
  margin: 0;
}
.cross-sell-popup .added-product-wrap .added-product .row span.product-info small {
  font-size: 75%;
  line-height: 75%;
}
.cross-sell-popup .added-product-wrap .added-product .row span.product-image-wrap-cart .product-images-combi {
  width: 370px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.cross-sell-popup .added-product-wrap .added-product .row span.product-image-wrap-cart .product-images-combi .product-image-combi {
  display: inline-block;
  vertical-align: top;
}
.cross-sell-popup .added-product-wrap .added-product .row span.product-image-wrap-cart .product-images-combi .product-image-combi figure, .cross-sell-popup .added-product-wrap .added-product .row span.product-image-wrap-cart .product-images-combi .product-image-combi .seperator {
  display: inline-block;
}
.cross-sell-popup .added-product-wrap .added-product .row span.product-image-wrap-cart .product-images-combi .product-image-combi .seperator {
  vertical-align: middle;
}
.cross-sell-popup .added-product-wrap .added-product .row span.product-image-wrap-cart .product-images-combi .product-image-combi .seperator i {
  padding: 0;
}
.cross-sell-popup .added-product-wrap .added-product .row span.product-image-wrap-cart .product-images-combi .product-image-combi img {
  max-width: 78px;
}
.cross-sell-popup .added-product-wrap .added-product .product-image {
  position: relative;
  float: left;
  max-width: 100px;
}
.cross-sell-popup .cart-info {
  -webkit-box-flex: 0 0 30%;
  -moz-box-flex: 0 0 30%;
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  vertical-align: top;
  padding: 0 0 0 0;
}
.cross-sell-popup .cart-info .cart-info-buttons {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
}
.cross-sell-popup .cart-info .cart-info-buttons .button {
  margin: 0 0 20px 0;
}
.cross-sell-popup .cart-info .cart-info-buttons .button:hover {
  cursor: pointer;
}
.cross-sell-popup .cart-info .cart-info-buttons .go-to-checkout, .cross-sell-popup .cart-info .cart-info-buttons .keep-shopping {
  width: 100%;
}
.cross-sell-popup .cart-info .usps {
  position: relative;
  float: left;
  width: 100%;
}
.cross-sell-popup .cart-info .usps ul {
  width: 100%;
  margin: 0;
}
.cross-sell-popup .cart-info .usps ul li {
  list-style: none;
}
.cross-sell-popup .cart-info .usps ul li i {
  color: #c00000;
}
.cross-sell-popup .cross-sells {
  margin: 30px 0 0 0;
}
.cross-sell-popup .cross-sells ul.products li {
  opacity: 1;
  -webkit-box-flex: 0 0 25%;
  -moz-box-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
.cross-sell-popup .cross-sells ul.products li a.product-content .product-image {
  height: 200px;
}

@media (max-width: 767px) {
  body .blocker {
    padding: 20px 0;
  }
  .cross-sell-popup .cross-sells {
    margin: 15px 0 0 15px;
  }
  .cross-sell-popup .cross-sells ul.products {
    margin-left: -15px;
    overflow-y: auto;
    overflow-x: auto;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: normal;
    -moz-align-items: normal;
    -ms-align-items: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }
  .cross-sell-popup .cross-sells ul.products li {
    -webkit-box-flex: 0 0 45%;
    -moz-box-flex: 0 0 45%;
    -webkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    width: 45%;
    padding: 0 8px 16px 8px;
  }
  .cross-sell-popup .cross-sells ul.products li:last-child {
    margin-right: 20px;
  }
  .cross-sell-popup.modal {
    padding: 15px;
  }
  .cross-sell-popup .cart-info {
    width: 100%;
    padding: 0;
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .cross-sell-popup .cart-info .cart-info-buttons .button {
    margin: 0 0 10px 0;
  }
  .cross-sell-popup .cart-info .cart-info-buttons .button:last-child {
    margin: 0;
  }
  .cross-sell-popup .cart-info .usps {
    display: none;
  }
  .cross-sell-popup .added-product-wrap {
    width: 100%;
    padding: 0;
    margin: 0 0 20px 0;
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .cross-sell-popup .added-product-wrap .added-product .row span.heading:first-child {
    display: none;
  }
  .cross-sell-popup .added-product-wrap .added-product .row span.product-image-wrap-cart {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .cross-sell-popup .cross-sells {
    margin: 15px 0 0 0;
  }
  .cross-sell-popup .cross-sells ul.products {
    width: calc(100% + 15px);
    margin-left: -15px;
    overflow-y: auto;
    overflow-x: auto;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: normal;
    -moz-align-items: normal;
    -ms-align-items: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }
  .cross-sell-popup .cross-sells ul.products li {
    -webkit-box-flex: 0 0 45%;
    -moz-box-flex: 0 0 45%;
    -webkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    width: 45%;
    padding: 0 8px 16px 8px;
  }
  .cross-sell-popup .cross-sells ul.products li:last-child {
    margin-right: 20px;
  }
}
@media (min-width: 1100px) and (max-width: 1449px) {
  .cross-sell-popup .cross-sells {
    margin: 30px 0 0 0;
  }
  .cross-sell-popup .cross-sells ul.products {
    width: calc(100% + 15px);
    margin-left: -15px;
    overflow-y: auto;
    overflow-x: auto;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: normal;
    -moz-align-items: normal;
    -ms-align-items: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }
  .cross-sell-popup .cross-sells ul.products li {
    -webkit-box-flex: 0 0 25%;
    -moz-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    padding: 0 8px 16px 8px;
  }
  .cross-sell-popup .cross-sells ul.products li:last-child {
    margin-right: 20px;
  }
}
body.woocommerce-account .woocommerce {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
body.woocommerce-account .woocommerce .col-1, body.woocommerce-account .woocommerce .col-2 {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}
body.woocommerce-account .woocommerce #customer_login {
  width: 100%;
}
body.woocommerce-account .woocommerce-form {
  width: 100%;
}
body.woocommerce-account h2 {
  width: 100%;
}
body.woocommerce-account .woocommerce-notices-wrapper {
  width: 100%;
}
body.woocommerce-account .woocommerce-MyAccount-navigation {
  position: relative;
  -webkit-box-flex: 0 0 15%;
  -moz-box-flex: 0 0 15%;
  -webkit-flex: 0 0 15%;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  margin: 0 0 30px 0;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  background-image: url("https://huma-air.com/app/themes/huma-air/images/bg-pattern.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  list-style-type: none;
}
body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  font-weight: bold;
}
body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a:link, body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a:visited {
  color: #1E1E1E;
  background-color: #F9F022;
}
body.woocommerce-account .woocommerce-MyAccount-navigation a {
  position: relative;
  float: left;
  width: 100%;
  padding: 11px 15px;
}
body.woocommerce-account .woocommerce-MyAccount-navigation a:link, body.woocommerce-account .woocommerce-MyAccount-navigation a:visited {
  color: #fff;
  text-decoration: none;
}
body.woocommerce-account .woocommerce-MyAccount-navigation a:hover, body.woocommerce-account .woocommerce-MyAccount-navigation a:active {
  color: #fff;
  text-decoration: underline;
}
body.woocommerce-account .woocommerce-MyAccount-content {
  position: relative;
  padding-left: 45px;
  -webkit-box-flex: 0 0 85%;
  -moz-box-flex: 0 0 85%;
  -webkit-flex: 0 0 85%;
  -ms-flex: 0 0 85%;
  flex: 0 0 85%;
}
body.woocommerce-account .woocommerce-MyAccount-content .col-1 {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}

@media (max-width: 767px) {
  body.woocommerce-account .woocommerce {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body.woocommerce-account .woocommerce .col-1, body.woocommerce-account .woocommerce .col-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  body.woocommerce-account .woocommerce-MyAccount-navigation {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  body.woocommerce-account .woocommerce-MyAccount-content {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 0px;
  }
}
.woocommerce-orders-table .button {
  margin: 3px 3px;
}

.woocommerce-password-hint {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  padding: 6px 8px;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  border-radius: 5px;
  box-sizing: border-box;
  color: #000000;
  border: 2px solid #000000;
}

.woocommerce-password-strength {
  position: relative;
  float: left;
  margin: 10px 0;
  width: 100%;
  padding: 8px;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  background-color: #e2e2e2;
  border-radius: 5px;
}
.woocommerce-password-strength.bad, .woocommerce-password-strength.short {
  background-color: #8d0000;
  color: #fff;
}
.woocommerce-password-strength.good {
  background-color: #c06600;
  color: #fff;
}
.woocommerce-password-strength.strong {
  background-color: #32D272;
  color: #fff;
}

.brands {
  position: relative;
  margin: 0 -12px 20px -12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: top;
  -moz-align-items: top;
  -ms-align-items: top;
  -ms-flex-align: top;
  align-items: top;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.brands .brand {
  position: relative;
  float: left;
  padding: 0 12px 24px 12px;
  -webkit-box-flex: 0 0 25%;
  -moz-box-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
.brands .brand a {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  min-height: 200px;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -ms-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
  overflow: hidden;
  border: 1px solid #C6C6C6;
  /*
  img{
    position: absolute;
    float: left;
    width: 100%;
    height: 100%;
    @include transition(0.8s ease-in-out all);
    @include transform(translate(-50%,  -50%));
    top: 50%;
    left: 50%;
    object-fit: contain;
    object-position: center;
  }
   */
}
.brands .brand a .title {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 192px;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  moz-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  font-size: 32px;
  line-height: 32px;
  font-weight: bolder;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: 0.8s ease-in-out all;
  -moz-transition: 0.8s ease-in-out all;
  -ms-transition: 0.8s ease-in-out all;
  -o-transition: 0.8s ease-in-out all;
  transition: 0.8s ease-in-out all;
  color: #000000;
}
.brands .brand a:link, .brands .brand a:visited {
  background-color: #F3F3F3;
  text-decoration: none;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0);
}
.brands .brand a:hover, .brands .brand a:active {
  background-color: #F3F3F3;
  text-decoration: none;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  /*
  img {
    @include transform(translate(-50%, -50%) scale(1.08));
  }
   */
}
.brands .brand a:hover .title, .brands .brand a:active .title {
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

@media (max-width: 767px) {
  .brands {
    margin: 0 -8px 10px -8px;
  }
  .brands .brand {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 8px 16px 8px;
  }
  .brands .brand a {
    min-height: 90px;
  }
  .brands .brand a .title {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .brands .brand {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media (min-width: 1280px) and (max-width: 1459px) {
  .brands .brand {
    -webkit-box-flex: 0 0 33.333333%;
    -moz-box-flex: 0 0 33.333333%;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
  }
}
.blogloop {
  position: relative;
  margin: 0 -12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blogloop article {
  position: relative;
  -webkit-box-flex: 0 0 33.333333%;
  -moz-box-flex: 0 0 33.333333%;
  -webkit-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  padding: 0 12px 24px 12px;
}
.blogloop article a {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  background-color: #F3F3F3;
}
.blogloop article a:link, .blogloop article a:visited {
  text-decoration: none;
}
.blogloop article a:hover, .blogloop article a:active {
  text-decoration: none;
}
.blogloop article a:hover .blog-image img, .blogloop article a:active .blog-image img {
  -moz-transform: translate(-50%, -50%) scale(1.3);
  -o-transform: translate(-50%, -50%) scale(1.3);
  -ms-transform: translate(-50%, -50%) scale(1.3);
  -webkit-transform: translate(-50%, -50%) scale(1.3);
  transform: translate(-50%, -50%) scale(1.3);
}
.blogloop article a:hover .blog-content .read-more img, .blogloop article a:active .blog-content .read-more img {
  -moz-transform: scale(1.4);
  -o-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  margin-left: 20px;
}
.blogloop article .blog-image {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.blogloop article .blog-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transition: 1.8s ease-in-out all;
  -moz-transition: 1.8s ease-in-out all;
  -ms-transition: 1.8s ease-in-out all;
  -o-transition: 1.8s ease-in-out all;
  transition: 1.8s ease-in-out all;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  object-position: center;
  object-fit: cover;
}
.blogloop article .blog-content {
  position: relative;
  width: 100%;
  padding: 25px;
}
.blogloop article .blog-content .date {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  padding: 5px 7px;
  color: #000000;
  text-transform: uppercase;
  background-color: #F9F022;
  margin: 0 0 20px 7px;
}
.blogloop article .blog-content .date:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 8px 0px 0;
  border-color: transparent #F9F022 transparent transparent;
}
.blogloop article .blog-content .date:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0 32px 8px;
  border-color: transparent transparent transparent #F9F022;
}
.blogloop article .blog-content h2 {
  font-size: 22px;
  line-height: 25px;
  min-height: 50px;
  margin: 0 0 15px 0;
}
.blogloop article .blog-content p {
  position: relative;
}
.blogloop article .blog-content .read-more {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 500;
}
.blogloop article .blog-content .read-more img {
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .blogloop article {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.pagination {
  position: relative;
  width: 100%;
  margin: 40px 0 40px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: wrap;
  -moz-flex-direction: wrap;
  -ms-flex-direction: wrap;
  flex-direction: wrap;
}
.pagination li {
  position: relative;
  list-style-type: none;
  margin: 0 7px;
}
.pagination li a, .pagination li span {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 42px;
  text-align: center;
}
.pagination li a img, .pagination li span img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.3 ease all;
  -moz-transition: 0.3 ease all;
  -ms-transition: 0.3 ease all;
  -o-transition: 0.3 ease all;
  transition: 0.3 ease all;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pagination li span {
  border: 2px solid transparent;
}
.pagination li span.current {
  color: #000000;
  background-color: #F9F022;
  border-color: #F9F022;
  font-weight: bold;
}
.pagination li a:link, .pagination li a:visited {
  border: 2px solid #000000;
  text-decoration: none;
}
.pagination li a:hover, .pagination li a:active {
  color: #fff;
  background-color: #000000;
  text-decoration: none;
}
.pagination li a:hover img, .pagination li a:active img {
  filter: invert(100%);
}

.faq-cats {
  position: relative;
  float: left;
  width: 100%;
}
.faq-cats .faq-cat {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
}
.faq-cats .faq-items {
  position: relative;
  width: 100%;
}
.faq-cats .faq-items .dropdown-container {
  position: relative;
  width: 100%;
}
.faq-cats .faq-items .dropdown-content {
  position: relative;
  float: left;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.faq-cats .faq-items .dropdown-header {
  position: relative;
  float: left;
  width: 100%;
  padding: 10px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  cursor: pointer;
  user-select: none;
}
.faq-cats .faq-items .dropdown-header h5 {
  margin: 0 0 0 15px;
}
.faq-cats .faq-items .dropdown-header .icon {
  position: relative;
  width: 25px;
  height: 25px;
  border-radius: 6px;
  background-color: #000000;
  color: #fff;
  text-align: center;
  font-size: 19px;
  line-height: 20px;
}

.blog-meta {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 6px 0;
}
.blog-meta .last-updated, .blog-meta .reading-time, .blog-meta .author {
  position: relative;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  font-style: italic;
  padding: 5px 7px;
  color: #000000;
  text-transform: uppercase;
  background-color: #F9F022;
  margin: 0 14px 14px 7px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-meta .last-updated .icon, .blog-meta .reading-time .icon, .blog-meta .author .icon {
  margin: 0 5px 0 0;
}
.blog-meta .last-updated .text, .blog-meta .reading-time .text, .blog-meta .author .text {
  margin: 0 0 0 2px;
}
.blog-meta .last-updated .prefix, .blog-meta .last-updated .icon, .blog-meta .reading-time .prefix, .blog-meta .reading-time .icon, .blog-meta .author .prefix, .blog-meta .author .icon {
  position: relative;
  float: left;
  font-style: normal;
  font-weight: bold;
}
.blog-meta .last-updated .prefix img, .blog-meta .last-updated .icon img, .blog-meta .reading-time .prefix img, .blog-meta .reading-time .icon img, .blog-meta .author .prefix img, .blog-meta .author .icon img {
  float: left;
}
.blog-meta .last-updated:before, .blog-meta .reading-time:before, .blog-meta .author:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 8px 0px 0;
  border-color: transparent #F9F022 transparent transparent;
}
.blog-meta .last-updated:after, .blog-meta .reading-time:after, .blog-meta .author:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0 32px 8px;
  border-color: transparent transparent transparent #F9F022;
}

@media (max-width: 767px) {
  .blog-meta {
    margin: 10px 0 0 0;
  }
}
.about-the-author {
  position: relative;
  width: 100%;
  height: calc(100% - 40px);
  background-color: #F3F3F3;
  padding: 30px;
  margin: 20px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.about-the-author .author-image-holder {
  position: relative;
  margin: 0 20px 0 0;
}
.about-the-author .author-image {
  position: relative;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
}
.about-the-author .author-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.about-the-author .socials {
  position: relative;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.about-the-author .socials li {
  position: relative;
  list-style-type: none;
  margin: 0 10px 0 0;
}
.about-the-author .socials li:last-child {
  margin: 0;
}
.about-the-author .socials a {
  position: relative;
  width: 40px;
  height: 40px;
  display: block;
}
.about-the-author .socials a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  width: 20px;
  height: 20px;
  object-position: center;
  object-fit: contain;
}
.about-the-author .socials a:link, .about-the-author .socials a:visited {
  background-color: transparent;
  border: 1px solid #000000;
}
.about-the-author .socials a:hover, .about-the-author .socials a:active {
  border: 1px solid #000000;
  background-color: #000000;
}
.about-the-author .socials a:hover img, .about-the-author .socials a:active img {
  margin-top: -2px;
  filter: invert(100%);
}

@media (max-width: 767px) {
  .about-the-author {
    height: auto;
    margin: 20px 0 0 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-the-author .author-image-holder {
    margin: 0 0 20px 0;
  }
}
.share-this-blog {
  position: relative;
  width: 100%;
  margin: 30px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.share-this-blog p {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
}
.share-this-blog .socials {
  position: relative;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.share-this-blog .socials li {
  position: relative;
  list-style-type: none;
  margin: 0 20px 0 0;
}
.share-this-blog .socials li:last-child {
  margin: 0;
}
.share-this-blog .socials a {
  position: relative;
  width: 40px;
  height: 40px;
  display: block;
}
.share-this-blog .socials a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  width: 16px;
  height: 16px;
  object-position: center;
  object-fit: contain;
}
.share-this-blog .socials a:link, .share-this-blog .socials a:visited {
  background-color: transparent;
  border: 1px solid #000000;
}
.share-this-blog .socials a:hover, .share-this-blog .socials a:active {
  border: 1px solid #000000;
  background-color: #000000;
}
.share-this-blog .socials a:hover img, .share-this-blog .socials a:active img {
  margin-top: -2px;
  filter: invert(100%);
}

.related-blogs {
  position: relative;
  width: 100%;
  margin: 30px 0 0 0;
}

@media (max-width: 767px) {
  .related-blogs {
    margin: 20px 0 0 0;
  }
}
.blog-disclaimer {
  position: relative;
  width: 100%;
  height: calc(100% - 40px);
  padding: 30px;
  margin: 20px 0;
  background-color: #F3F3F3;
}

@media (max-width: 767px) {
  .blog-disclaimer {
    height: auto;
    margin: 20px 0 0 0;
  }
}
[id^=attachment_] {
  max-width: 100% !important;
  width: auto !important;
}
[id^=attachment_] img {
  max-width: 100%;
  height: auto;
  width: auto !important;
}

/* MEDIA QUERIES */

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