button.add-to-cart-btn,
a.add-to-cart-btn {
  background-color: #b80000;
  color: #ffffff;
  border: none;
}

button.cart-btn:hover,
a.cart-btn:hover {
  filter: brightness(0.9);
}
button.cart-btn:hover,
a.cart-btn:hover { filter: brightness(0.9); }

.FOOTER ICON everywhere {}

.ev-icons-text {
  padding-top: 5.6rem;
  padding-bottom: 5.6rem;
  background-color: #fcfcfc;
}
.ev-icons-text__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ev-icons-text .ev-icons-text__icon {
  display: block;
  height: 4.8rem!important;
  width: auto!important;
  margin-right: 3rem;
}
.ev-icons-text .ev-icons-text__text img {
  margin: 1.2rem;
  width: auto!important;
}
.ev-icons-text .ev-icons-text__text h3 {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 700;
}
.ev-icons-text .ev-icons-text__text p {
  font-size: 1.4rem;
  line-height: 1.4;
}
.ev-icons-text__payments {
  margin-top: 4.5rem;
}
.ev-icons-text__payments .ev-icons-text__payments-icons {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

  /* DODANE */
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  padding: 0 10px;
}
.ev-icons-text__payments .ev-icons-text__payments-icons img {
  max-height: 4.2rem;
  max-width: 120px;
  width: auto;
  height: auto;
  margin-right: 4.8rem;
  flex-shrink: 1;
  min-width: 0;
  object-fit: contain;

  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: -webkit-filter 300ms;
  transition: -webkit-filter 300ms;
  -o-transition: filter 300ms;
  transition: filter 300ms;
  transition: filter 300ms, -webkit-filter 300ms;
}
@media (max-width: 600px) 

/* 3 górne zalety - na telefonie zawsze w jednym rzędzie */
@media (max-width: 600px) {

  .ev-icons-text > .container > .row:first-child {
    flex-wrap: nowrap !important;
  }

  .ev-icons-text > .container > .row:first-child > .ev-icons-text__group {
    flex: 0 0 33.333% !important;
    max-width: 33.333% !important;
    width: 33.333% !important;
    min-width: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .ev-icons-text > .container > .row:first-child .ev-icons-text__icon {
    height: 32px !important;
    width: auto !important;
    max-width: 100%;
    margin-right: 6px;
  }

  .ev-icons-text > .container > .row:first-child .ev-icons-text__text {
    min-width: 0;
  }

  .ev-icons-text > .container > .row:first-child .ev-icons-text__text h3 {
    font-size: 11px;
    line-height: 1.2;
  }

  .ev-icons-text > .container > .row:first-child .ev-icons-text__text p {
    font-size: 9px;
    line-height: 1.25;
  }
}
@media (max-width: 600px) {

    .ev-icons-text__payments .ev-icons-text__payments-icons {
        flex-wrap: nowrap !important;
        width: 100%;
        padding: 0 5px;
    }

    .ev-icons-text__payments .ev-icons-text__payments-icons img {
        width: calc((100% - 18px) / 4) !important;
        max-width: calc((100% - 18px) / 4) !important;
        height: auto !important;
        max-height: 4.2rem;
        margin-right: 6px;
        object-fit: contain;
    }

    .ev-icons-text__payments .ev-icons-text__payments-icons img:last-child {
        margin-right: 0;
    }

}
}
.ev-icons-text__payments .ev-icons-text__payments-icons img:last-child {
  margin-right: 0;
}
.ev-icons-text__payments .ev-icons-text__payments-icons img:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.FOOTER wapro {}

#footer-inset {
  max-width: 100%!important;
  margin: 0!important;
  padding: 0!important;
}

.FOOTER everywhere {}

.ew-footer {
  background-color: #000;
  padding-top: 4rem;
}
.ew-footer__logo {
  margin-bottom: 4rem;
  padding: 0;
}

.ew-footer__menu {
  margin-bottom: 4rem;
}
.ew-footer__menu .ew-footer__menu-title {
  color: #8a8a8a;
  font-size: 1.4rem;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.ew-footer__menu ul {
  padding: 0;
  margin: 0;
}
.ew-footer__menu ul:first-child {
  margin-top: 3.4rem;
}
.ew-footer__menu .menu-item, .ew-footer__menu .menu-item a {
  list-style: none;
  color: #fff;
  font-size: 1.4rem;
  text-transform: capitalize;
  margin-bottom: 1rem;
  -webkit-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
  text-decoration: none;
}
.ew-footer__menu .menu-item.current-menu-item, .ew-footer__menu .menu-item:focus, .ew-footer__menu .menu-item:hover, .ew-footer__menu .menu-item a.current-menu-item, .ew-footer__menu .menu-item a:focus, .ew-footer__menu .menu-item a:hover {
  color: #eaa000;
}
.ew-footer__menu .ew-footer__menu-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ew-footer__menu .ew-footer__menu-social-icon {
  width: 1.7rem;
  margin-right: 0.6rem;
  cursor: pointer;
}
.ew-footer__menu .ew-footer__menu-social-icon:last-child {
  margin-right: 0;
}
.ew-footer__menu .ew-footer__menu-scroll {
  position: relative;
  color: #fff;
  font-size: 1.4rem;
  padding-right: 2.8rem;
  background: none;
  border: none;
  cursor: pointer;
  margin-top: 100%;
  -webkit-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms;
}
.ew-footer__menu .ew-footer__menu-scroll::before, .ew-footer__menu .ew-footer__menu-scroll::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: border 300ms;
  -o-transition: border 300ms;
  transition: border 300ms;
}
.ew-footer__menu .ew-footer__menu-scroll::before {
  top: 50%;
  right: 0;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  border: 2px solid #8a8a8a;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ew-footer__menu .ew-footer__menu-scroll::after {
  top: 50%;
  right: 1.1rem;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(50%, -25%) rotate(-45deg);
      -ms-transform: translate(50%, -25%) rotate(-45deg);
          transform: translate(50%, -25%) rotate(-45deg);
}
.ew-footer__menu .ew-footer__menu-scroll:hover {
  color: #eaa000;
}
.ew-footer__menu .ew-footer__menu-scroll:hover::before, .ew-footer__menu .ew-footer__menu-scroll:hover::after {
  border-color: #eaa000;
}
.ew-footer__bottom {
  background-color: #fff;
}
.ew-footer__bottom .container {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.ew-footer__bottom .ew-footer__copy {
  font-size: 1.2rem;
}
.ew-footer__bottom .ew-footer__everywhere {
  position: absolute;
  width: 6rem;
  height: 6rem;
  border: 1px solid #8a8a8a;
  bottom: 100%;
  right: 8.333333%;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}
.ew-footer__bottom .ew-footer__everywhere img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  .ew-footer__menu .ew-footer__menu-scroll {
    margin-top: 2rem;
  }
}
@media (max-width: 576px) {
  .ew-footer__bottom .ew-footer__everywhere {
    right: 20px;
    -webkit-transform: translateY(20%);
        -ms-transform: translateY(20%);
            transform: translateY(20%);
  }
}

.BOOTSTRAP .RESET {}

@import url(https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap);
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  scroll-behavior: smooth;
}

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

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1764px;
}
.container--full-hd {
  max-width: 1920px;
}

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

.grid-container {
  display: grid;
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
  grid-template-columns: minmax(20px, 1fr) repeat(12, minmax(10px, 145.333px)) minmax(20px, 1fr);
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
.row--small-gutters {
  margin-right: -10px;
  margin-left: -10px;
}
.row--small-gutters > .col,
.row--small-gutters > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

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

.d-none {
  display: none;
}

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

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

.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-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs,
.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-1-5,
.col-md-2,
.col-md-2-5,
.col-md-3,
.col-md-3-5,
.col-md-4,
.col-md-4-5,
.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-4-5,
.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%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-1-5-right {
  margin-left: 12.49999%;
}

.offset-1-5-right {
  margin-right: 12.49999%;
}

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

.offset-2-right {
  margin-right: 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-xs {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-xs-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xs-0 {
    margin-left: 0;
  }

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

  .offset-xs-1-right {
    margin-right: 8.333333%;
  }

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

  .offset-xs-2-right {
    margin-right: 16.666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-xs-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .flex-xs-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .flex-xs-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

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

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

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

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

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

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

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

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

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

  .align-items-xs-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (min-width: 768px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0;
  }

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

  .offset-sm-1-right {
    margin-right: 8.333333%;
  }

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

  .offset-sm-2-right {
    margin-right: 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%;
  }

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

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

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

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

  .flex-sm-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

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

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

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

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

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

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

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

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

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

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

  .d-sm-none {
    display: none;
  }

  .d-sm-inline {
    display: inline;
  }

  .d-sm-inline-block {
    display: inline-block;
  }

  .d-sm-block {
    display: block;
  }

  .d-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-0-right {
    margin-right: 0;
  }

  .offset-md-1-right {
    margin-right: 8.333333%;
  }

  .offset-md-1-5-right {
    margin-right: 12.49999%;
  }

  .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-7-5 {
    margin-left: 62.499993%;
  }

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

  .offset-md-8-5 {
    margin-left: 70.833327%;
  }

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

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

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

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

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

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

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

  .flex-md-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

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

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

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

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

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

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

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

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

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

  .align-items-md-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (min-width: 1200px) {
  .pb-lg-8 {
    padding-bottom: 80px;
  }

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

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-0-5 {
    margin-left: 4.16666%;
  }

  .offset-lg-0-5-right {
    margin-right: 4.16666%;
  }

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

  .offset-lg-1-right {
    margin-right: 8.333333%;
  }

  .offset-lg-1-5 {
    margin-left: 12.49999%;
  }

  .offset-lg-1-5-right {
    margin-right: 12.49999%;
  }

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

  .offset-lg-2-right {
    margin-right: 16.666667%;
  }

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

  .offset-lg-3-5 {
    margin-left: 29.16666%;
  }

  .offset-lg-3-6 {
    margin-left: 30%;
  }

  .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-8-5 {
    margin-left: 70.833327%;
  }

  .offset-lg-8-5 {
    margin-left: 70.8333335%;
  }

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

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

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

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

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

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

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

  .flex-lg-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

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

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

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

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

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

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

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

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

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

  .align-items-lg-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (min-width: 1500px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-0-right {
    margin-right: 0;
  }

  .offset-xl-0-5-right {
    margin-right: 4.16666%;
  }

  .offset-xl-0-5 {
    margin-left: 4.16666%;
  }

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

  .offset-xl-1-right {
    margin-right: 8.333333%;
  }

  .offset-xl-1-5-right {
    margin-right: 12.49999%;
  }

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

  .offset-xl-2-right {
    margin-right: 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-8-5 {
    margin-left: 70.8333335%;
  }

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

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

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

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

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

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

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

  .flex-xl-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

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

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

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

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

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

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

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

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

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

  .align-items-xl-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.d-inline {
  display: inline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.relative {
  position: relative;
}

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.text-bold {
  font-weight: 700;
}

.text-xs-left {
  text-align: center;
}
@media (min-width: 576px) {
  .text-xs-left {
    text-align: left;
  }
}

.text-sm-left {
  text-align: center;
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
}

.text-md-left {
  text-align: center;
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
}

.text-lg-left {
  text-align: center;
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
}

.text-md-cr {
  text-align: center;
}
@media (min-width: 992px) {
  .text-md-cr {
    text-align: right;
  }
}

.text-sm-cr {
  text-align: center;
}
@media (min-width: 768px) {
  .text-sm-cr {
    text-align: right;
  }
}

.text-xs-right {
  text-align: center;
}
@media (min-width: 576px) {
  .text-xs-right {
    text-align: right;
  }
}

.text-sm-right {
  text-align: center;
}
@media (min-width: 768px) {
  .text-sm-right {
    text-align: right;
  }
}

.text-sm-justify {
  text-align: center;
}
@media (min-width: 768px) {
  .text-sm-justify {
    text-align: justify;
  }
}

/* DO KOSZYKA - WSZYSTKIE ROZDZIELCZOŚCI */
button.cart-btn,
a.cart-btn {
  background-color: #b80000 !important;
  color: #ffffff !important;
  border-color: #b80000 !important;
  border: none !important;
}

.cart-btn .abs-icon-cart {
  color: #ffffff !important;
  fill: #ffffff !important;
}
}
.abs-layout-category-products {
  display: block !important;

}

@media (max-width: 768px) {

  .ew-footer {
    padding-top: 20px;
  }

  .ew-footer > .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ew-footer > .container > .row {
    display: block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .ew-footer .logo-desktop {
    display: block;
    width: 140px !important;
    max-width: 140px !important;
    height: auto !important;
    margin: 10px auto 25px auto !important;
  }

  .ew-footer .ew-footer__menu {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.25);
  }

  .ew-footer .ew-footer__menu-title {
    position: relative;
    margin: 0 !important;
    padding: 22px 32px 22px 0 !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    text-align: left !important;
    cursor: pointer;
  }

  .ew-footer .ew-footer__menu-title::after {
    content: "⌄";
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #ffffff;
  }

  .ew-footer .ew-footer__menu .menu-item,
  .ew-footer .ew-footer__menu > p:not(.menu-item),
  .ew-footer .ew-footer__menu > h3:not(.ew-footer__menu-title) {
    display: none;
  }

  .ew-footer .ew-footer__menu.is-open .menu-item,
  .ew-footer .ew-footer__menu.is-open > p:not(.menu-item),
  .ew-footer .ew-footer__menu.is-open > h3:not(.ew-footer__menu-title) {
    display: block;
  }

  .ew-footer .ew-footer__menu.is-open .ew-footer__menu-title::after {
    content: "⌃";
  }

  .ew-footer .menu-item {
    text-align: left !important;
    margin: 0 !important;
    padding: 7px 0 !important;
    font-size: 14px !important;
  }

  .ew-footer .menu-item a {
    font-size: 14px !important;
  }

  .ew-footer .ew-footer__menu.is-open {
    padding-bottom: 16px !important;
  }

  .ew-footer__bottom .ew-footer__copy {
    text-align: center !important;
    font-size: 11px !important;
    padding: 12px 50px 12px 10px !important;
  }

  .ew-footer__bottom .ew-footer__everywhere {
    width: 40px !important;
    height: 40px !important;
    right: 8px !important;
  }


/* =========================================
   STOPKA - TYLKO TELEFON
   ========================================= */

@media (max-width: 768px) {

  /* stopka */
  .ew-footer {
    padding-top: 15px;
  }

  .ew-footer > .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ew-footer > .container > .row {
    display: block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* wszystkie kolumny jedna pod drugą */
  .ew-footer .ew-footer__menu {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }


  /* =====================================
     ROZWIJANE MENU
     wszystko oprócz ostatniej kolumny
     ===================================== */

  .ew-footer .ew-footer__menu:not(:last-child) {
    border-bottom: 1px solid rgba(255,255,255,0.25);
  }

  .ew-footer .ew-footer__menu:not(:last-child)
  > .ew-footer__menu-title {
    position: relative;
    margin: 0 !important;
    padding: 22px 40px 22px 0 !important;
    text-align: left !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    cursor: pointer;
  }

  /* strzałka */
  .ew-footer .ew-footer__menu:not(:last-child)
  > .ew-footer__menu-title::after {
    content: "▼";
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 11px;
    color: #fff;
  }

  /* po rozwinięciu strzałka do góry */
  .ew-footer .ew-footer__menu:not(:last-child).is-open
  > .ew-footer__menu-title::after {
    content: "▲";
  }

  /* linki domyślnie schowane */
  .ew-footer .ew-footer__menu:not(:last-child) .menu-item {
    display: none !important;
  }

  /* linki po kliknięciu */
  .ew-footer .ew-footer__menu:not(:last-child).is-open .menu-item {
    display: block !important;
  }

  .ew-footer .ew-footer__menu:not(:last-child).is-open {
    padding-bottom: 15px !important;
  }

  .ew-footer .ew-footer__menu:not(:last-child) .menu-item {
    text-align: left !important;
    padding: 6px 0 !important;
    margin: 0 !important;
  }


  /* =====================================
     KONTAKT - ZAWSZE WIDOCZNY
     ===================================== */

  .ew-footer .ew-footer__menu:last-child {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    text-align: center !important;
    padding: 25px 0 !important;
    border: 0 !important;
  }

  /* USUWA STRZAŁKI z:
     ZADZWOŃ / NAPISZ / BĄDŹ NA BIEŻĄCO */
  .ew-footer .ew-footer__menu:last-child
  .ew-footer__menu-title::after {
    content: none !important;
    display: none !important;
  }

  .ew-footer .ew-footer__menu:last-child
  .ew-footer__menu-title {
    display: block !important;
    position: static !important;
    text-align: center !important;
    padding: 8px 0 !important;
    margin: 0 0 8px !important;
    cursor: default !important;
  }

  .ew-footer .ew-footer__menu:last-child p {
    display: block !important;
    text-align: center !important;
  }


  /* =====================================
     SOCIAL MEDIA
     ===================================== */

  .ew-footer .ew-footer__menu:last-child h3:last-child {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 12px !important;

    width: 100% !important;
    margin: 15px 0 0 !important;
    padding: 0 !important;
  }

  .ew-footer .ew-footer__menu:last-child h3:last-child a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 32px !important;
    height: 32px !important;

    margin: 0 !important;
    padding: 0 !important;
  }

 /* =====================================
   SOCIAL MEDIA - JEDEN RZĄD
   ===================================== */

.ew-footer .ew-footer__menu:last-child h3:last-child {
    display: block !important;
    width: 100% !important;
    margin: 15px 0 0 0 !important;
    padding: 0 !important;
    text-align: center !important;
}

/* pierwszy span */
.ew-footer .ew-footer__menu:last-child h3:last-child > span {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* drugi span */
.ew-footer .ew-footer__menu:last-child h3:last-child > span > span {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: center !important;
    width: auto !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* linki social */
.ew-footer .ew-footer__menu:last-child h3:last-child a {
    display: inline-flex !important;
    flex: 0 0 34px !important;
    width: 34px !important;
    height: 34px !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* ikonki */
.ew-footer .ew-footer__menu:last-child h3:last-child img {
    display: block !important;
    width: 28px !important;
    height: 28px !important;
    max-width: 28px !important;
    max-height: 28px !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: contain !important;
}

/* LinkedIn */
.ew-footer .ew-footer__menu:last-child h3:last-child img[alt="LinkedIn Logo"] {
    width: 30px !important;
    height: 30px !important;
    max-width: 30px !important;
    max-height: 30px !important;
}
button.add-to-cart-btn,
a.add-to-cart-btn {
    background-color: #b80000 !important;
    color: #ffffff !important;
    border-color: #b80000 !important;
}

@media (max-width: 768px) {
    button.add-to-cart-btn,
    a.add-to-cart-btn {
        background-color: #b80000 !important;
        color: #ffffff !important;
        border-color: #b80000 !important;
    }
}

/* Przycisk "Przejdź do koszyka" po dodaniu produktu */
.added_to_cart,
a.added_to_cart,
.woocommerce-message a.button,
.woocommerce-message .button {
    background: #b80000 !important;
    background-color: #b80000 !important;
    color: #ffffff !important;
    border-color: #b80000 !important;
}
/* ===== NAPRAWA LOGO W HEADERZE ===== */

.header-logo {
    display: flex;
    align-items: center;
}

.header-logo img {
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 70px !important;
    object-fit: contain !important;
}

/* tablet */
@media (max-width: 1199px) {
    .header-logo img {
        max-height: 55px !important;
        max-width: 300px !important;
    }
}

/* telefon */
@media (max-width: 767px) {
    .header-logo img {
        max-height: 45px !important;
        max-width: 220px !important;
    }
}
}

<p>Lorem ipsum dolor sit amet <span class="highlight">PROMOCJA</span> consectetur adipiscing elit.</p>