@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Domine:400,700|Ubuntu|Ubuntu+Condensed&display=swap');


/* Christian Anpassungen */
.crossprice {display: none}



/* SOCIALBAR */
#socials{position:fixed; left:0; top:55%; margin-top:-101px; z-index:30000}
.social_btn{-moz-border-radius: 0 4px 4px 0; -webkit-border-radius: 0 4px 4px 0; -khtml-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; padding:5px 7px 5px 5px; width:29px; display:block}
.social_btn:hover{padding:5px 7px 5px 15px; width:40px;}
#tw_btn{ background-color:#33CCFF}
#fb_btn{ background-color:#3B5998}
#kt_btn{background-color:#eadec4}
#yt_btn{background-color:#e62117}

@media (max-width: 1400px) {
  #socials {display:none;}
}

@media (max-width:600px) {
  .mobile-hide {display:none;}
}


.full-top-bar-txt {font-family: 'Ubuntu', serif; font-weight:700; color:#FFF; font-size:13px}

.textWrapper {
	max-height: 220px;
	overflow-y: auto;
}




/* Misc */
.clearer {clear:both}
.img-responsive {max-width: 100%; height: auto;}
.img-border {border-radius:0px}
.category-title {padding:; text-transform: uppercase}
.top-bar{box-shadow: none !important;}

/* ICONS */
.icon-pad {float:left; padding:20px 20px 0 0}
.icon-img {border-radius:6px; width:80px; background:#fff}



.title-katbox {color:#3e3e3e; font-size:32px; font-weight:600}
.text-katbox {color:#585858; font-size:14px; padding:30px 0}
.title-promobox {background:#eadec4; padding:15px; font-size:14px; color:#fff; font-weight:bold; text-align:center; border-radius:0px 0px 0 0}
.seo-text-h1 {font-family: 'Ubuntu Condensed', serif; color:#333; font-size:22px; text-align:left; text-transform:none}
.single-item-ftn {font-family: 'Ubuntu', serif; font-weight:400; font-size:12px; font-weight:300; color:#6c757d}


.footer-row {margin-top:30px; padding-top:50px; background:#eadec4; border-top:0px}
.footer-block {height:250px}
.ftn_foothead {font-family: 'Ubuntu Condensed', sans-serif; text-transform:uppercase; font-size:1.4em; color:#3e3e3e; padding:20px 0 14px 0}
.ftn_foothead-2 {font-family: 'Ubuntu Condensed', sans-serif; font-size:16px; color:#3e3e3e; padding:0px 0 0px 0}
.footftn {font-family: 'Ubuntu', sans-serif; font-size:13px; color:#82765b; padding:0 0 6px 0; line-height:24px}
.footftn2  {font-family: 'Ubuntu', sans-serif; font-size:12px; color:#82765b}

ul.footerList {padding-left: 0; list-style: none; line-height:32px}
a.footlink {font-family: 'Ubuntu', sans-serif; font-size:14x; color:#3e3e3e}
a.footlink:hover {color:#82765b}
a.footlink2 {font-family: 'Ubuntu', sans-serif; font-size:14px; color:#3e3e3e}
a.footlink2:hover {color:#82765b}
a.footlink3 {font-family: 'Ubuntu', sans-serif; font-size:12px; color:#3e3e3e}
a.footlink3:hover {color:#82765b}


.icon-info {display:-webkit-inline-box; display:-ms-inline-flexbox; display:inline-flex;	-webkit-box-pack:center;-ms-flex-pack:center;	justify-content:center;	-webkit-box-align:center;
	-ms-flex-align:center;	align-items:center;	border-radius:50%; background-color:#fff; width:50px; height:50px; float:left; margin-right:15px; margin-bottom:20px;}

.icon-wishlist {margin-top:16px; display: inline-block; border-radius: 50%; height:42px; width:42px; box-shadow: 0px 0px 2px #888; text-align:center; padding:12px 0 0 4px}

@media (max-width: 991px) {
  .teaser-full {display:none}
  }

@media (min-width: 992px) {
    .teaser-full {display:block}
    }


@media (max-width: 991px) {
      .teaser-mobile {display:block}
    }

@media (min-width: 992px) {
        .teaser-mobile {display:none}
    }




@media (max-width: 991px) {
      .wishlist-full {display:none}
      }

@media (min-width: 992px) {
        .wishlist-full {display:block}
      }


@media (max-width: 991px) {
          .wishlist-mobile {display:block}
      }

@media (min-width: 992px) {
            .wishlist-mobile{display:none}
      }





/*!
 * Bootstrap v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #eadec4;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #d4021d;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #eadec4;
  --secondary: #d4021d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: Custom-Font, Helvetica, Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: 'Ubuntu', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #eadec4;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #212121;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: 'Ubuntu Condensed';
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}

h1, .h1 {
  font-size: 2rem;
}

h2, .h2 {
  font-size: 1.8rem;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.25rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.8rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-2 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-3 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-4 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.1;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #dcdbd8;
}

small,
.small,
.btn-labeled,
.basket-preview .totals {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.1rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.15rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}

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

.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%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.my-3{
  -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.33333%;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 320px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .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.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .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.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .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.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .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.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .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.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .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.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .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.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .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.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

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

.table-bordered {
  border: 1px solid #dee2e6;
}

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

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

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8dfed;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7ac4dd;
}

.table-hover .table-primary:hover {
  background-color: #a4d6e8;
}

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

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

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #e97b89;
}

.table-hover .table-secondary:hover {
  background-color: #efa2ad;
}

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

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

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

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

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

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

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

.table-hover .table-info:hover {
  background-color: #abdde5;
}

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

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

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

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

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

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

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

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

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

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

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

.table-hover .table-light:hover {
  background-color: #ececf6;
}

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

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

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

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

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

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

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

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

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

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

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.1rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #66afe9;
  outline: 0;
  box-shadow: rgba(102, 175, 233, 0.6);
}

.form-control:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

.form-control::placeholder {
  color: #999;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.25;
}

.col-form-label-lg {
  padding-top: calc(0.75rem + 1px);
  padding-bottom: calc(0.75rem + 1px);
  font-size: 1.25rem;
  line-height: 1.33333;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.25;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.15rem;
}

.form-control-lg {
  height: calc(2.66667rem + 2px);
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.33333;
  border-radius: 0.2rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.1rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.1rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: 3.6875rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") no-repeat center right 2rem/1.125rem 1.125rem;
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.1rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: 3.6875rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 2rem/1.125rem 1.125rem;
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0.1rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 142, 189, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #3e3e3e;
  background-color: #eadec4;
  border-color: #eadec4;
  border-radius:0px;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3a3a3a;
  border-color: #eadec4;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem #eadec4;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #3e3e3e;
  background-color: #eadec4;
  border-color: #eadec4;
  border-radius:0px;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3a3a3a;
  border-color: #eadec4;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #eadec4;
}

.btn-secondary {
  color: #fff;
  background-color: #d4021d;
  border-color: #d4021d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #ae0218;
  border-color: #a10216;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 40, 63, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #d4021d;
  border-color: #d4021d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #a10216;
  border-color: #950114;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 40, 63, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #4d4d4d;
}

.btn-success:hover {
  color: #fff;
  background-color: #5f5f5f;
  border-color: #5f5f5f;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #fff;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #eadec4;
  border-color: #eadec4;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #eadec4;
  border-color: #eadec4;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 142, 189, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #eadec4;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #eadec4;
  border-color: #eadec4;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 142, 189, 0.5);
}

.btn-outline-secondary {
  color: #d4021d;
  border-color: #d4021d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #d4021d;
  border-color: #d4021d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 2, 29, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #d4021d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #d4021d;
  border-color: #d4021d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 2, 29, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #3e3e3e;
}

.btn-link:hover {
  color: #212121;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.33333;
  border-radius: 0.2rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.15rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.1rem;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:first-child {
  border-top-left-radius: calc(0.1rem - 1px);
  border-top-right-radius: calc(0.1rem - 1px);
}

.dropdown-item:last-child {
  border-bottom-right-radius: calc(0.1rem - 1px);
  border-bottom-left-radius: calc(0.1rem - 1px);
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #eadec4;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

.btn-group-vertical {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.1rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(2.66667rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.33333;
  border-radius: 0.2rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.8125rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.15rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 2rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #eadec4;
  background-color: #eadec4;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #66afe9;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #84c6ff;
  border-color: #84c6ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #767676;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #eee;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.1rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #0074d9;
  background-color: #0074d9;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 142, 189, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 142, 189, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 142, 189, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 142, 189, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 0.8rem 2rem 0.8rem 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px;
  background-color: #fff;
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(102, 175, 233, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(2.66667rem + 2px);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 2.5rem;
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #66afe9;
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 2.5rem;
  padding: 1rem 0.5rem;
  font-weight: 400;
  line-height: 1.25;
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.1rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 1rem 0.5rem;
  line-height: 1.25;
  color: #555;
  content: "Browse";
  background-color: #eee;
  border-left: inherit;
  border-radius: 0 0.1rem 0.1rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, rgba(102, 175, 233, 0.6);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, rgba(102, 175, 233, 0.6);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, rgba(102, 175, 233, 0.6);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #eadec4;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #71dcff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #eadec4;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #71dcff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #eadec4;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #71dcff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 1.3rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #ddd;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.1rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #eadec4;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-max {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 20px
  padding-bottom: 20px;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-align: center;
      align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.1rem;
}


.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}



@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-max {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-max {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-max {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-max {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-max {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-max {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-max {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-max {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-max {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
      flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-max {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: #7a7f7f;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: #b2b1a7;
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: #7a7f7f;
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%237a7f7f' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: #7a7f7f;
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card, .cmp-address-list .items > div:first-child {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.1rem;
}

.card > hr, .cmp-address-list .items > div:first-child > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child, .cmp-address-list .items > div:first-child > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
}

.card > .list-group:last-child .list-group-item:last-child, .cmp-address-list .items > div:first-child > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem;
}

.card-body {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  color: inherit;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.1rem - 1px) calc(0.1rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.1rem - 1px) calc(0.1rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.1rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.1rem - 1px);
  border-top-right-radius: calc(0.1rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.1rem - 1px);
  border-bottom-left-radius: calc(0.1rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.card-deck .card, .card-deck .cmp-address-list .items > div:first-child, .cmp-address-list .card-deck .items > div:first-child {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card, .card-deck .cmp-address-list .items > div:first-child, .cmp-address-list .card-deck .items > div:first-child {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.card-group > .card, .cmp-address-list .items.card-group > div:first-child {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
  .card-group > .card, .cmp-address-list .items.card-group > div:first-child {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card, .cmp-address-list .items.card-group > div:first-child + .card, .cmp-address-list .items.card-group > .card + div:first-child, .cmp-address-list .items.card-group > div:first-child + div:first-child {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child, .cmp-address-list .items.card-group > div:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top, .cmp-address-list .items.card-group > div:first-child .card-img-top,
  .card-group > .card:first-child .card-header,
  .cmp-address-list .items.card-group > div:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom, .cmp-address-list .items.card-group > div:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer,
  .cmp-address-list .items.card-group > div:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child, .cmp-address-list .items.card-group > div:last-child:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top, .cmp-address-list .items.card-group > div:last-child:first-child .card-img-top,
  .card-group > .card:last-child .card-header,
  .cmp-address-list .items.card-group > div:last-child:first-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom, .cmp-address-list .items.card-group > div:last-child:first-child .card-img-bottom,
  .card-group > .card:last-child .card-footer,
  .cmp-address-list .items.card-group > div:last-child:first-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child, .cmp-address-list .items.card-group > div:only-child:first-child {
    border-radius: 0.1rem;
  }
  .card-group > .card:only-child .card-img-top, .cmp-address-list .items.card-group > div:only-child:first-child .card-img-top,
  .card-group > .card:only-child .card-header,
  .cmp-address-list .items.card-group > div:only-child:first-child .card-header {
    border-top-left-radius: 0.1rem;
    border-top-right-radius: 0.1rem;
  }
  .card-group > .card:only-child .card-img-bottom, .cmp-address-list .items.card-group > div:only-child:first-child .card-img-bottom,
  .card-group > .card:only-child .card-footer,
  .cmp-address-list .items.card-group > div:only-child:first-child .card-footer {
    border-bottom-right-radius: 0.1rem;
    border-bottom-left-radius: 0.1rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child), .cmp-address-list .items.card-group > div:not(:first-child):not(:last-child):not(:only-child):first-child {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .cmp-address-list .items.card-group > div:not(:first-child):not(:last-child):not(:only-child):first-child .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .cmp-address-list .items.card-group > div:not(:first-child):not(:last-child):not(:only-child):first-child .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .cmp-address-list .items.card-group > div:not(:first-child):not(:last-child):not(:only-child):first-child .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
  .cmp-address-list .items.card-group > div:not(:first-child):not(:last-child):not(:only-child):first-child .card-footer {
    border-radius: 0;
  }
}

.card-columns .card, .card-columns .cmp-address-list .items > div:first-child, .cmp-address-list .card-columns .items > div:first-child {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card, .card-columns .cmp-address-list .items > div:first-child, .cmp-address-list .card-columns .items > div:first-child {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card, .accordion .cmp-address-list .items > div:first-child, .cmp-address-list .accordion .items > div:first-child {
  overflow: hidden;
}

.accordion .card:not(:first-of-type) .card-header:first-child, .accordion .cmp-address-list .items > div:not(:first-of-type):first-child .card-header:first-child, .cmp-address-list .accordion .items > div:not(:first-of-type):first-child .card-header:first-child {
  border-radius: 0;
}

.accordion .card:not(:first-of-type):not(:last-of-type), .accordion .cmp-address-list .items > div:not(:first-of-type):not(:last-of-type):first-child, .cmp-address-list .accordion .items > div:not(:first-of-type):not(:last-of-type):first-child {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:first-of-type, .accordion .cmp-address-list .items > div:first-of-type:first-child, .cmp-address-list .accordion .items > div:first-of-type:first-child {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type, .accordion .cmp-address-list .items > div:last-of-type:first-child, .cmp-address-list .accordion .items > div:last-of-type:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion .card .card-header, .accordion .cmp-address-list .items > div:first-child .card-header, .cmp-address-list .accordion .items > div:first-child .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem 1rem 0.5rem 0.5rem !important;
  margin-bottom: 0.2rem;
  list-style: none;
  background-color: #efefef;
  border-radius: 0.1rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.1rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #eadec4;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #212121;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 142, 189, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #eadec4;
  border-color: #eadec4;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.33333;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.15rem;
  border-bottom-left-radius: 0.15rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.15rem;
  border-bottom-right-radius: 0.15rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.1rem;
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #eadec4;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #3d3d3d;
}

.badge-secondary {
  color: #fff;
  background-color: #d4021d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #a10216;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.2rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.1rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004a62;
  background-color: #cce8f2;
  border-color: #b8dfed;
}

.alert-primary hr {
  border-top-color: #a4d6e8;
}

.alert-primary .alert-link {
  color: #00232f;
}

.alert-secondary {
  color: #6e010f;
  background-color: #f6ccd2;
  border-color: #f3b8c0;
}

.alert-secondary hr {
  border-top-color: #efa2ad;
}

.alert-secondary .alert-link {
  color: #3b0108;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.1rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #eadec4;
  transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
      flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem;
}

.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #eadec4;
  border-color: #eadec4;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004a62;
  background-color: #b8dfed;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004a62;
  background-color: #a4d6e8;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004a62;
  border-color: #004a62;
}

.list-group-item-secondary {
  color: #6e010f;
  background-color: #f3b8c0;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #6e010f;
  background-color: #efa2ad;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #6e010f;
  border-color: #6e010f;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1080;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0px;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: calc(100% - (0px * 2));
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0px * 2));
  content: "";
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.2rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1070;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
  border-bottom-right-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 900px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1400px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Custom-Font, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.1rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  display: block;
  max-width: 276px;
  font-family: Custom-Font, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.2rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.2rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.2rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.2rem 0;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.2rem - 1px);
  border-top-right-radius: calc(0.2rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex {
  display: -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: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -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;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

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

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

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

.embed-responsive-3by4::before {
  padding-top: 133.33333%;
}

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

.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;
      -ms-grid-row-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;
      -ms-grid-row-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;
      -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}


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

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

.flag-icon-background, .flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.33333em;
  line-height: 1em;
}

.flag-icon:before {
  content: '\00a0';
}

.flag-icon.flag-icon-squared {
  width: 1em;
}

.flag-icon-ad {
  background-image: url(../images/flags/4x3/ad.svg);
}

.flag-icon-ad.flag-icon-squared {
  background-image: url(../images/flags/1x1/ad.svg);
}

.flag-icon-ae {
  background-image: url(../images/flags/4x3/ae.svg);
}

.flag-icon-ae.flag-icon-squared {
  background-image: url(../images/flags/1x1/ae.svg);
}

.flag-icon-af {
  background-image: url(../images/flags/4x3/af.svg);
}

.flag-icon-af.flag-icon-squared {
  background-image: url(../images/flags/1x1/af.svg);
}

.flag-icon-ag {
  background-image: url(../images/flags/4x3/ag.svg);
}

.flag-icon-ag.flag-icon-squared {
  background-image: url(../images/flags/1x1/ag.svg);
}

.flag-icon-ai {
  background-image: url(../images/flags/4x3/ai.svg);
}

.flag-icon-ai.flag-icon-squared {
  background-image: url(../images/flags/1x1/ai.svg);
}

.flag-icon-al {
  background-image: url(../images/flags/4x3/al.svg);
}

.flag-icon-al.flag-icon-squared {
  background-image: url(../images/flags/1x1/al.svg);
}

.flag-icon-am {
  background-image: url(../images/flags/4x3/am.svg);
}

.flag-icon-am.flag-icon-squared {
  background-image: url(../images/flags/1x1/am.svg);
}

.flag-icon-ao {
  background-image: url(../images/flags/4x3/ao.svg);
}

.flag-icon-ao.flag-icon-squared {
  background-image: url(../images/flags/1x1/ao.svg);
}

.flag-icon-aq {
  background-image: url(../images/flags/4x3/aq.svg);
}

.flag-icon-aq.flag-icon-squared {
  background-image: url(../images/flags/1x1/aq.svg);
}

.flag-icon-ar {
  background-image: url(../images/flags/4x3/ar.svg);
}

.flag-icon-ar.flag-icon-squared {
  background-image: url(../images/flags/1x1/ar.svg);
}

.flag-icon-as {
  background-image: url(../images/flags/4x3/as.svg);
}

.flag-icon-as.flag-icon-squared {
  background-image: url(../images/flags/1x1/as.svg);
}

.flag-icon-at {
  background-image: url(../images/flags/4x3/at.svg);
}

.flag-icon-at.flag-icon-squared {
  background-image: url(../images/flags/1x1/at.svg);
}

.flag-icon-au {
  background-image: url(../images/flags/4x3/au.svg);
}

.flag-icon-au.flag-icon-squared {
  background-image: url(../images/flags/1x1/au.svg);
}

.flag-icon-aw {
  background-image: url(../images/flags/4x3/aw.svg);
}

.flag-icon-aw.flag-icon-squared {
  background-image: url(../images/flags/1x1/aw.svg);
}

.flag-icon-ax {
  background-image: url(../images/flags/4x3/ax.svg);
}

.flag-icon-ax.flag-icon-squared {
  background-image: url(../images/flags/1x1/ax.svg);
}

.flag-icon-az {
  background-image: url(../images/flags/4x3/az.svg);
}

.flag-icon-az.flag-icon-squared {
  background-image: url(../images/flags/1x1/az.svg);
}

.flag-icon-ba {
  background-image: url(../images/flags/4x3/ba.svg);
}

.flag-icon-ba.flag-icon-squared {
  background-image: url(../images/flags/1x1/ba.svg);
}

.flag-icon-bb {
  background-image: url(../images/flags/4x3/bb.svg);
}

.flag-icon-bb.flag-icon-squared {
  background-image: url(../images/flags/1x1/bb.svg);
}

.flag-icon-bd {
  background-image: url(../images/flags/4x3/bd.svg);
}

.flag-icon-bd.flag-icon-squared {
  background-image: url(../images/flags/1x1/bd.svg);
}

.flag-icon-be {
  background-image: url(../images/flags/4x3/be.svg);
}

.flag-icon-be.flag-icon-squared {
  background-image: url(../images/flags/1x1/be.svg);
}

.flag-icon-bf {
  background-image: url(../images/flags/4x3/bf.svg);
}

.flag-icon-bf.flag-icon-squared {
  background-image: url(../images/flags/1x1/bf.svg);
}

.flag-icon-bg {
  background-image: url(../images/flags/4x3/bg.svg);
}

.flag-icon-bg.flag-icon-squared {
  background-image: url(../images/flags/1x1/bg.svg);
}

.flag-icon-bh {
  background-image: url(../images/flags/4x3/bh.svg);
}

.flag-icon-bh.flag-icon-squared {
  background-image: url(../images/flags/1x1/bh.svg);
}

.flag-icon-bi {
  background-image: url(../images/flags/4x3/bi.svg);
}

.flag-icon-bi.flag-icon-squared {
  background-image: url(../images/flags/1x1/bi.svg);
}

.flag-icon-bj {
  background-image: url(../images/flags/4x3/bj.svg);
}

.flag-icon-bj.flag-icon-squared {
  background-image: url(../images/flags/1x1/bj.svg);
}

.flag-icon-bl {
  background-image: url(../images/flags/4x3/bl.svg);
}

.flag-icon-bl.flag-icon-squared {
  background-image: url(../images/flags/1x1/bl.svg);
}

.flag-icon-bm {
  background-image: url(../images/flags/4x3/bm.svg);
}

.flag-icon-bm.flag-icon-squared {
  background-image: url(../images/flags/1x1/bm.svg);
}

.flag-icon-bn {
  background-image: url(../images/flags/4x3/bn.svg);
}

.flag-icon-bn.flag-icon-squared {
  background-image: url(../images/flags/1x1/bn.svg);
}

.flag-icon-bo {
  background-image: url(../images/flags/4x3/bo.svg);
}

.flag-icon-bo.flag-icon-squared {
  background-image: url(../images/flags/1x1/bo.svg);
}

.flag-icon-bq {
  background-image: url(../images/flags/4x3/bq.svg);
}

.flag-icon-bq.flag-icon-squared {
  background-image: url(../images/flags/1x1/bq.svg);
}

.flag-icon-br {
  background-image: url(../images/flags/4x3/br.svg);
}

.flag-icon-br.flag-icon-squared {
  background-image: url(../images/flags/1x1/br.svg);
}

.flag-icon-bs {
  background-image: url(../images/flags/4x3/bs.svg);
}

.flag-icon-bs.flag-icon-squared {
  background-image: url(../images/flags/1x1/bs.svg);
}

.flag-icon-bt {
  background-image: url(../images/flags/4x3/bt.svg);
}

.flag-icon-bt.flag-icon-squared {
  background-image: url(../images/flags/1x1/bt.svg);
}

.flag-icon-bv {
  background-image: url(../images/flags/4x3/bv.svg);
}

.flag-icon-bv.flag-icon-squared {
  background-image: url(../images/flags/1x1/bv.svg);
}

.flag-icon-bw {
  background-image: url(../images/flags/4x3/bw.svg);
}

.flag-icon-bw.flag-icon-squared {
  background-image: url(../images/flags/1x1/bw.svg);
}

.flag-icon-by {
  background-image: url(../images/flags/4x3/by.svg);
}

.flag-icon-by.flag-icon-squared {
  background-image: url(../images/flags/1x1/by.svg);
}

.flag-icon-bz {
  background-image: url(../images/flags/4x3/bz.svg);
}

.flag-icon-bz.flag-icon-squared {
  background-image: url(../images/flags/1x1/bz.svg);
}

.flag-icon-ca {
  background-image: url(../images/flags/4x3/ca.svg);
}

.flag-icon-ca.flag-icon-squared {
  background-image: url(../images/flags/1x1/ca.svg);
}

.flag-icon-cc {
  background-image: url(../images/flags/4x3/cc.svg);
}

.flag-icon-cc.flag-icon-squared {
  background-image: url(../images/flags/1x1/cc.svg);
}

.flag-icon-cd {
  background-image: url(../images/flags/4x3/cd.svg);
}

.flag-icon-cd.flag-icon-squared {
  background-image: url(../images/flags/1x1/cd.svg);
}

.flag-icon-cf {
  background-image: url(../images/flags/4x3/cf.svg);
}

.flag-icon-cf.flag-icon-squared {
  background-image: url(../images/flags/1x1/cf.svg);
}

.flag-icon-cg {
  background-image: url(../images/flags/4x3/cg.svg);
}

.flag-icon-cg.flag-icon-squared {
  background-image: url(../images/flags/1x1/cg.svg);
}

.flag-icon-ch {
  background-image: url(../images/flags/4x3/ch.svg);
}

.flag-icon-ch.flag-icon-squared {
  background-image: url(../images/flags/1x1/ch.svg);
}

.flag-icon-ci {
  background-image: url(../images/flags/4x3/ci.svg);
}

.flag-icon-ci.flag-icon-squared {
  background-image: url(../images/flags/1x1/ci.svg);
}

.flag-icon-ck {
  background-image: url(../images/flags/4x3/ck.svg);
}

.flag-icon-ck.flag-icon-squared {
  background-image: url(../images/flags/1x1/ck.svg);
}

.flag-icon-cl {
  background-image: url(../images/flags/4x3/cl.svg);
}

.flag-icon-cl.flag-icon-squared {
  background-image: url(../images/flags/1x1/cl.svg);
}

.flag-icon-cm {
  background-image: url(../images/flags/4x3/cm.svg);
}

.flag-icon-cm.flag-icon-squared {
  background-image: url(../images/flags/1x1/cm.svg);
}

.flag-icon-cn {
  background-image: url(../images/flags/4x3/cn.svg);
}

.flag-icon-cn.flag-icon-squared {
  background-image: url(../images/flags/1x1/cn.svg);
}

.flag-icon-co {
  background-image: url(../images/flags/4x3/co.svg);
}

.flag-icon-co.flag-icon-squared {
  background-image: url(../images/flags/1x1/co.svg);
}

.flag-icon-cr {
  background-image: url(../images/flags/4x3/cr.svg);
}

.flag-icon-cr.flag-icon-squared {
  background-image: url(../images/flags/1x1/cr.svg);
}

.flag-icon-cu {
  background-image: url(../images/flags/4x3/cu.svg);
}

.flag-icon-cu.flag-icon-squared {
  background-image: url(../images/flags/1x1/cu.svg);
}

.flag-icon-cv {
  background-image: url(../images/flags/4x3/cv.svg);
}

.flag-icon-cv.flag-icon-squared {
  background-image: url(../images/flags/1x1/cv.svg);
}

.flag-icon-cw {
  background-image: url(../images/flags/4x3/cw.svg);
}

.flag-icon-cw.flag-icon-squared {
  background-image: url(../images/flags/1x1/cw.svg);
}

.flag-icon-cx {
  background-image: url(../images/flags/4x3/cx.svg);
}

.flag-icon-cx.flag-icon-squared {
  background-image: url(../images/flags/1x1/cx.svg);
}

.flag-icon-cy {
  background-image: url(../images/flags/4x3/cy.svg);
}

.flag-icon-cy.flag-icon-squared {
  background-image: url(../images/flags/1x1/cy.svg);
}

.flag-icon-cz {
  background-image: url(../images/flags/4x3/cz.svg);
}

.flag-icon-cz.flag-icon-squared {
  background-image: url(../images/flags/1x1/cz.svg);
}

.flag-icon-de {
  background-image: url(../images/flags/4x3/de.svg);
}

.flag-icon-de.flag-icon-squared {
  background-image: url(../images/flags/1x1/de.svg);
}

.flag-icon-dj {
  background-image: url(../images/flags/4x3/dj.svg);
}

.flag-icon-dj.flag-icon-squared {
  background-image: url(../images/flags/1x1/dj.svg);
}

.flag-icon-dk {
  background-image: url(../images/flags/4x3/dk.svg);
}

.flag-icon-dk.flag-icon-squared {
  background-image: url(../images/flags/1x1/dk.svg);
}

.flag-icon-dm {
  background-image: url(../images/flags/4x3/dm.svg);
}

.flag-icon-dm.flag-icon-squared {
  background-image: url(../images/flags/1x1/dm.svg);
}

.flag-icon-do {
  background-image: url(../images/flags/4x3/do.svg);
}

.flag-icon-do.flag-icon-squared {
  background-image: url(../images/flags/1x1/do.svg);
}

.flag-icon-dz {
  background-image: url(../images/flags/4x3/dz.svg);
}

.flag-icon-dz.flag-icon-squared {
  background-image: url(../images/flags/1x1/dz.svg);
}

.flag-icon-ec {
  background-image: url(../images/flags/4x3/ec.svg);
}

.flag-icon-ec.flag-icon-squared {
  background-image: url(../images/flags/1x1/ec.svg);
}

.flag-icon-ee {
  background-image: url(../images/flags/4x3/ee.svg);
}

.flag-icon-ee.flag-icon-squared {
  background-image: url(../images/flags/1x1/ee.svg);
}

.flag-icon-eg {
  background-image: url(../images/flags/4x3/eg.svg);
}

.flag-icon-eg.flag-icon-squared {
  background-image: url(../images/flags/1x1/eg.svg);
}

.flag-icon-eh {
  background-image: url(../images/flags/4x3/eh.svg);
}

.flag-icon-eh.flag-icon-squared {
  background-image: url(../images/flags/1x1/eh.svg);
}

.flag-icon-er {
  background-image: url(../images/flags/4x3/er.svg);
}

.flag-icon-er.flag-icon-squared {
  background-image: url(../images/flags/1x1/er.svg);
}

.flag-icon-es {
  background-image: url(../images/flags/4x3/es.svg);
}

.flag-icon-es.flag-icon-squared {
  background-image: url(../images/flags/1x1/es.svg);
}

.flag-icon-et {
  background-image: url(../images/flags/4x3/et.svg);
}

.flag-icon-et.flag-icon-squared {
  background-image: url(../images/flags/1x1/et.svg);
}

.flag-icon-fi {
  background-image: url(../images/flags/4x3/fi.svg);
}

.flag-icon-fi.flag-icon-squared {
  background-image: url(../images/flags/1x1/fi.svg);
}

.flag-icon-fj {
  background-image: url(../images/flags/4x3/fj.svg);
}

.flag-icon-fj.flag-icon-squared {
  background-image: url(../images/flags/1x1/fj.svg);
}

.flag-icon-fk {
  background-image: url(../images/flags/4x3/fk.svg);
}

.flag-icon-fk.flag-icon-squared {
  background-image: url(../images/flags/1x1/fk.svg);
}

.flag-icon-fm {
  background-image: url(../images/flags/4x3/fm.svg);
}

.flag-icon-fm.flag-icon-squared {
  background-image: url(../images/flags/1x1/fm.svg);
}

.flag-icon-fo {
  background-image: url(../images/flags/4x3/fo.svg);
}

.flag-icon-fo.flag-icon-squared {
  background-image: url(../images/flags/1x1/fo.svg);
}

.flag-icon-fr {
  background-image: url(../images/flags/4x3/fr.svg);
}

.flag-icon-fr.flag-icon-squared {
  background-image: url(../images/flags/1x1/fr.svg);
}

.flag-icon-ga {
  background-image: url(../images/flags/4x3/ga.svg);
}

.flag-icon-ga.flag-icon-squared {
  background-image: url(../images/flags/1x1/ga.svg);
}

.flag-icon-gb {
  background-image: url(../images/flags/4x3/gb.svg);
}

.flag-icon-gb.flag-icon-squared {
  background-image: url(../images/flags/1x1/gb.svg);
}

.flag-icon-gd {
  background-image: url(../images/flags/4x3/gd.svg);
}

.flag-icon-gd.flag-icon-squared {
  background-image: url(../images/flags/1x1/gd.svg);
}

.flag-icon-ge {
  background-image: url(../images/flags/4x3/ge.svg);
}

.flag-icon-ge.flag-icon-squared {
  background-image: url(../images/flags/1x1/ge.svg);
}

.flag-icon-gf {
  background-image: url(../images/flags/4x3/gf.svg);
}

.flag-icon-gf.flag-icon-squared {
  background-image: url(../images/flags/1x1/gf.svg);
}

.flag-icon-gg {
  background-image: url(../images/flags/4x3/gg.svg);
}

.flag-icon-gg.flag-icon-squared {
  background-image: url(../images/flags/1x1/gg.svg);
}

.flag-icon-gh {
  background-image: url(../images/flags/4x3/gh.svg);
}

.flag-icon-gh.flag-icon-squared {
  background-image: url(../images/flags/1x1/gh.svg);
}

.flag-icon-gi {
  background-image: url(../images/flags/4x3/gi.svg);
}

.flag-icon-gi.flag-icon-squared {
  background-image: url(../images/flags/1x1/gi.svg);
}

.flag-icon-gl {
  background-image: url(../images/flags/4x3/gl.svg);
}

.flag-icon-gl.flag-icon-squared {
  background-image: url(../images/flags/1x1/gl.svg);
}

.flag-icon-gm {
  background-image: url(../images/flags/4x3/gm.svg);
}

.flag-icon-gm.flag-icon-squared {
  background-image: url(../images/flags/1x1/gm.svg);
}

.flag-icon-gn {
  background-image: url(../images/flags/4x3/gn.svg);
}

.flag-icon-gn.flag-icon-squared {
  background-image: url(../images/flags/1x1/gn.svg);
}

.flag-icon-gp {
  background-image: url(../images/flags/4x3/gp.svg);
}

.flag-icon-gp.flag-icon-squared {
  background-image: url(../images/flags/1x1/gp.svg);
}

.flag-icon-gq {
  background-image: url(../images/flags/4x3/gq.svg);
}

.flag-icon-gq.flag-icon-squared {
  background-image: url(../images/flags/1x1/gq.svg);
}

.flag-icon-gr {
  background-image: url(../images/flags/4x3/gr.svg);
}

.flag-icon-gr.flag-icon-squared {
  background-image: url(../images/flags/1x1/gr.svg);
}

.flag-icon-gs {
  background-image: url(../images/flags/4x3/gs.svg);
}

.flag-icon-gs.flag-icon-squared {
  background-image: url(../images/flags/1x1/gs.svg);
}

.flag-icon-gt {
  background-image: url(../images/flags/4x3/gt.svg);
}

.flag-icon-gt.flag-icon-squared {
  background-image: url(../images/flags/1x1/gt.svg);
}

.flag-icon-gu {
  background-image: url(../images/flags/4x3/gu.svg);
}

.flag-icon-gu.flag-icon-squared {
  background-image: url(../images/flags/1x1/gu.svg);
}

.flag-icon-gw {
  background-image: url(../images/flags/4x3/gw.svg);
}

.flag-icon-gw.flag-icon-squared {
  background-image: url(../images/flags/1x1/gw.svg);
}

.flag-icon-gy {
  background-image: url(../images/flags/4x3/gy.svg);
}

.flag-icon-gy.flag-icon-squared {
  background-image: url(../images/flags/1x1/gy.svg);
}

.flag-icon-hk {
  background-image: url(../images/flags/4x3/hk.svg);
}

.flag-icon-hk.flag-icon-squared {
  background-image: url(../images/flags/1x1/hk.svg);
}

.flag-icon-hm {
  background-image: url(../images/flags/4x3/hm.svg);
}

.flag-icon-hm.flag-icon-squared {
  background-image: url(../images/flags/1x1/hm.svg);
}

.flag-icon-hn {
  background-image: url(../images/flags/4x3/hn.svg);
}

.flag-icon-hn.flag-icon-squared {
  background-image: url(../images/flags/1x1/hn.svg);
}

.flag-icon-hr {
  background-image: url(../images/flags/4x3/hr.svg);
}

.flag-icon-hr.flag-icon-squared {
  background-image: url(../images/flags/1x1/hr.svg);
}

.flag-icon-ht {
  background-image: url(../images/flags/4x3/ht.svg);
}

.flag-icon-ht.flag-icon-squared {
  background-image: url(../images/flags/1x1/ht.svg);
}

.flag-icon-hu {
  background-image: url(../images/flags/4x3/hu.svg);
}

.flag-icon-hu.flag-icon-squared {
  background-image: url(../images/flags/1x1/hu.svg);
}

.flag-icon-id {
  background-image: url(../images/flags/4x3/id.svg);
}

.flag-icon-id.flag-icon-squared {
  background-image: url(../images/flags/1x1/id.svg);
}

.flag-icon-ie {
  background-image: url(../images/flags/4x3/ie.svg);
}

.flag-icon-ie.flag-icon-squared {
  background-image: url(../images/flags/1x1/ie.svg);
}

.flag-icon-il {
  background-image: url(../images/flags/4x3/il.svg);
}

.flag-icon-il.flag-icon-squared {
  background-image: url(../images/flags/1x1/il.svg);
}

.flag-icon-im {
  background-image: url(../images/flags/4x3/im.svg);
}

.flag-icon-im.flag-icon-squared {
  background-image: url(../images/flags/1x1/im.svg);
}

.flag-icon-in {
  background-image: url(../images/flags/4x3/in.svg);
}

.flag-icon-in.flag-icon-squared {
  background-image: url(../images/flags/1x1/in.svg);
}

.flag-icon-io {
  background-image: url(../images/flags/4x3/io.svg);
}

.flag-icon-io.flag-icon-squared {
  background-image: url(../images/flags/1x1/io.svg);
}

.flag-icon-iq {
  background-image: url(../images/flags/4x3/iq.svg);
}

.flag-icon-iq.flag-icon-squared {
  background-image: url(../images/flags/1x1/iq.svg);
}

.flag-icon-ir {
  background-image: url(../images/flags/4x3/ir.svg);
}

.flag-icon-ir.flag-icon-squared {
  background-image: url(../images/flags/1x1/ir.svg);
}

.flag-icon-is {
  background-image: url(../images/flags/4x3/is.svg);
}

.flag-icon-is.flag-icon-squared {
  background-image: url(../images/flags/1x1/is.svg);
}

.flag-icon-it {
  background-image: url(../images/flags/4x3/it.svg);
}

.flag-icon-it.flag-icon-squared {
  background-image: url(../images/flags/1x1/it.svg);
}

.flag-icon-je {
  background-image: url(../images/flags/4x3/je.svg);
}

.flag-icon-je.flag-icon-squared {
  background-image: url(../images/flags/1x1/je.svg);
}

.flag-icon-jm {
  background-image: url(../images/flags/4x3/jm.svg);
}

.flag-icon-jm.flag-icon-squared {
  background-image: url(../images/flags/1x1/jm.svg);
}

.flag-icon-jo {
  background-image: url(../images/flags/4x3/jo.svg);
}

.flag-icon-jo.flag-icon-squared {
  background-image: url(../images/flags/1x1/jo.svg);
}

.flag-icon-jp {
  background-image: url(../images/flags/4x3/jp.svg);
}

.flag-icon-jp.flag-icon-squared {
  background-image: url(../images/flags/1x1/jp.svg);
}

.flag-icon-ke {
  background-image: url(../images/flags/4x3/ke.svg);
}

.flag-icon-ke.flag-icon-squared {
  background-image: url(../images/flags/1x1/ke.svg);
}

.flag-icon-kg {
  background-image: url(../images/flags/4x3/kg.svg);
}

.flag-icon-kg.flag-icon-squared {
  background-image: url(../images/flags/1x1/kg.svg);
}

.flag-icon-kh {
  background-image: url(../images/flags/4x3/kh.svg);
}

.flag-icon-kh.flag-icon-squared {
  background-image: url(../images/flags/1x1/kh.svg);
}

.flag-icon-ki {
  background-image: url(../images/flags/4x3/ki.svg);
}

.flag-icon-ki.flag-icon-squared {
  background-image: url(../images/flags/1x1/ki.svg);
}

.flag-icon-km {
  background-image: url(../images/flags/4x3/km.svg);
}

.flag-icon-km.flag-icon-squared {
  background-image: url(../images/flags/1x1/km.svg);
}

.flag-icon-kn {
  background-image: url(../images/flags/4x3/kn.svg);
}

.flag-icon-kn.flag-icon-squared {
  background-image: url(../images/flags/1x1/kn.svg);
}

.flag-icon-kp {
  background-image: url(../images/flags/4x3/kp.svg);
}

.flag-icon-kp.flag-icon-squared {
  background-image: url(../images/flags/1x1/kp.svg);
}

.flag-icon-kr {
  background-image: url(../images/flags/4x3/kr.svg);
}

.flag-icon-kr.flag-icon-squared {
  background-image: url(../images/flags/1x1/kr.svg);
}

.flag-icon-kw {
  background-image: url(../images/flags/4x3/kw.svg);
}

.flag-icon-kw.flag-icon-squared {
  background-image: url(../images/flags/1x1/kw.svg);
}

.flag-icon-ky {
  background-image: url(../images/flags/4x3/ky.svg);
}

.flag-icon-ky.flag-icon-squared {
  background-image: url(../images/flags/1x1/ky.svg);
}

.flag-icon-kz {
  background-image: url(../images/flags/4x3/kz.svg);
}

.flag-icon-kz.flag-icon-squared {
  background-image: url(../images/flags/1x1/kz.svg);
}

.flag-icon-la {
  background-image: url(../images/flags/4x3/la.svg);
}

.flag-icon-la.flag-icon-squared {
  background-image: url(../images/flags/1x1/la.svg);
}

.flag-icon-lb {
  background-image: url(../images/flags/4x3/lb.svg);
}

.flag-icon-lb.flag-icon-squared {
  background-image: url(../images/flags/1x1/lb.svg);
}

.flag-icon-lc {
  background-image: url(../images/flags/4x3/lc.svg);
}

.flag-icon-lc.flag-icon-squared {
  background-image: url(../images/flags/1x1/lc.svg);
}

.flag-icon-li {
  background-image: url(../images/flags/4x3/li.svg);
}

.flag-icon-li.flag-icon-squared {
  background-image: url(../images/flags/1x1/li.svg);
}

.flag-icon-lk {
  background-image: url(../images/flags/4x3/lk.svg);
}

.flag-icon-lk.flag-icon-squared {
  background-image: url(../images/flags/1x1/lk.svg);
}

.flag-icon-lr {
  background-image: url(../images/flags/4x3/lr.svg);
}

.flag-icon-lr.flag-icon-squared {
  background-image: url(../images/flags/1x1/lr.svg);
}

.flag-icon-ls {
  background-image: url(../images/flags/4x3/ls.svg);
}

.flag-icon-ls.flag-icon-squared {
  background-image: url(../images/flags/1x1/ls.svg);
}

.flag-icon-lt {
  background-image: url(../images/flags/4x3/lt.svg);
}

.flag-icon-lt.flag-icon-squared {
  background-image: url(../images/flags/1x1/lt.svg);
}

.flag-icon-lu {
  background-image: url(../images/flags/4x3/lu.svg);
}

.flag-icon-lu.flag-icon-squared {
  background-image: url(../images/flags/1x1/lu.svg);
}

.flag-icon-lv {
  background-image: url(../images/flags/4x3/lv.svg);
}

.flag-icon-lv.flag-icon-squared {
  background-image: url(../images/flags/1x1/lv.svg);
}

.flag-icon-ly {
  background-image: url(../images/flags/4x3/ly.svg);
}

.flag-icon-ly.flag-icon-squared {
  background-image: url(../images/flags/1x1/ly.svg);
}

.flag-icon-ma {
  background-image: url(../images/flags/4x3/ma.svg);
}

.flag-icon-ma.flag-icon-squared {
  background-image: url(../images/flags/1x1/ma.svg);
}

.flag-icon-mc {
  background-image: url(../images/flags/4x3/mc.svg);
}

.flag-icon-mc.flag-icon-squared {
  background-image: url(../images/flags/1x1/mc.svg);
}

.flag-icon-md {
  background-image: url(../images/flags/4x3/md.svg);
}

.flag-icon-md.flag-icon-squared {
  background-image: url(../images/flags/1x1/md.svg);
}

.flag-icon-me {
  background-image: url(../images/flags/4x3/me.svg);
}

.flag-icon-me.flag-icon-squared {
  background-image: url(../images/flags/1x1/me.svg);
}

.flag-icon-mf {
  background-image: url(../images/flags/4x3/mf.svg);
}

.flag-icon-mf.flag-icon-squared {
  background-image: url(../images/flags/1x1/mf.svg);
}

.flag-icon-mg {
  background-image: url(../images/flags/4x3/mg.svg);
}

.flag-icon-mg.flag-icon-squared {
  background-image: url(../images/flags/1x1/mg.svg);
}

.flag-icon-mh {
  background-image: url(../images/flags/4x3/mh.svg);
}

.flag-icon-mh.flag-icon-squared {
  background-image: url(../images/flags/1x1/mh.svg);
}

.flag-icon-mk {
  background-image: url(../images/flags/4x3/mk.svg);
}

.flag-icon-mk.flag-icon-squared {
  background-image: url(../images/flags/1x1/mk.svg);
}

.flag-icon-ml {
  background-image: url(../images/flags/4x3/ml.svg);
}

.flag-icon-ml.flag-icon-squared {
  background-image: url(../images/flags/1x1/ml.svg);
}

.flag-icon-mm {
  background-image: url(../images/flags/4x3/mm.svg);
}

.flag-icon-mm.flag-icon-squared {
  background-image: url(../images/flags/1x1/mm.svg);
}

.flag-icon-mn {
  background-image: url(../images/flags/4x3/mn.svg);
}

.flag-icon-mn.flag-icon-squared {
  background-image: url(../images/flags/1x1/mn.svg);
}

.flag-icon-mo {
  background-image: url(../images/flags/4x3/mo.svg);
}

.flag-icon-mo.flag-icon-squared {
  background-image: url(../images/flags/1x1/mo.svg);
}

.flag-icon-mp {
  background-image: url(../images/flags/4x3/mp.svg);
}

.flag-icon-mp.flag-icon-squared {
  background-image: url(../images/flags/1x1/mp.svg);
}

.flag-icon-mq {
  background-image: url(../images/flags/4x3/mq.svg);
}

.flag-icon-mq.flag-icon-squared {
  background-image: url(../images/flags/1x1/mq.svg);
}

.flag-icon-mr {
  background-image: url(../images/flags/4x3/mr.svg);
}

.flag-icon-mr.flag-icon-squared {
  background-image: url(../images/flags/1x1/mr.svg);
}

.flag-icon-ms {
  background-image: url(../images/flags/4x3/ms.svg);
}

.flag-icon-ms.flag-icon-squared {
  background-image: url(../images/flags/1x1/ms.svg);
}

.flag-icon-mt {
  background-image: url(../images/flags/4x3/mt.svg);
}

.flag-icon-mt.flag-icon-squared {
  background-image: url(../images/flags/1x1/mt.svg);
}

.flag-icon-mu {
  background-image: url(../images/flags/4x3/mu.svg);
}

.flag-icon-mu.flag-icon-squared {
  background-image: url(../images/flags/1x1/mu.svg);
}

.flag-icon-mv {
  background-image: url(../images/flags/4x3/mv.svg);
}

.flag-icon-mv.flag-icon-squared {
  background-image: url(../images/flags/1x1/mv.svg);
}

.flag-icon-mw {
  background-image: url(../images/flags/4x3/mw.svg);
}

.flag-icon-mw.flag-icon-squared {
  background-image: url(../images/flags/1x1/mw.svg);
}

.flag-icon-mx {
  background-image: url(../images/flags/4x3/mx.svg);
}

.flag-icon-mx.flag-icon-squared {
  background-image: url(../images/flags/1x1/mx.svg);
}

.flag-icon-my {
  background-image: url(../images/flags/4x3/my.svg);
}

.flag-icon-my.flag-icon-squared {
  background-image: url(../images/flags/1x1/my.svg);
}

.flag-icon-mz {
  background-image: url(../images/flags/4x3/mz.svg);
}

.flag-icon-mz.flag-icon-squared {
  background-image: url(../images/flags/1x1/mz.svg);
}

.flag-icon-na {
  background-image: url(../images/flags/4x3/na.svg);
}

.flag-icon-na.flag-icon-squared {
  background-image: url(../images/flags/1x1/na.svg);
}

.flag-icon-nc {
  background-image: url(../images/flags/4x3/nc.svg);
}

.flag-icon-nc.flag-icon-squared {
  background-image: url(../images/flags/1x1/nc.svg);
}

.flag-icon-ne {
  background-image: url(../images/flags/4x3/ne.svg);
}

.flag-icon-ne.flag-icon-squared {
  background-image: url(../images/flags/1x1/ne.svg);
}

.flag-icon-nf {
  background-image: url(../images/flags/4x3/nf.svg);
}

.flag-icon-nf.flag-icon-squared {
  background-image: url(../images/flags/1x1/nf.svg);
}

.flag-icon-ng {
  background-image: url(../images/flags/4x3/ng.svg);
}

.flag-icon-ng.flag-icon-squared {
  background-image: url(../images/flags/1x1/ng.svg);
}

.flag-icon-ni {
  background-image: url(../images/flags/4x3/ni.svg);
}

.flag-icon-ni.flag-icon-squared {
  background-image: url(../images/flags/1x1/ni.svg);
}

.flag-icon-nl {
  background-image: url(../images/flags/4x3/nl.svg);
}

.flag-icon-nl.flag-icon-squared {
  background-image: url(../images/flags/1x1/nl.svg);
}

.flag-icon-no {
  background-image: url(../images/flags/4x3/no.svg);
}

.flag-icon-no.flag-icon-squared {
  background-image: url(../images/flags/1x1/no.svg);
}

.flag-icon-np {
  background-image: url(../images/flags/4x3/np.svg);
}

.flag-icon-np.flag-icon-squared {
  background-image: url(../images/flags/1x1/np.svg);
}

.flag-icon-nr {
  background-image: url(../images/flags/4x3/nr.svg);
}

.flag-icon-nr.flag-icon-squared {
  background-image: url(../images/flags/1x1/nr.svg);
}

.flag-icon-nu {
  background-image: url(../images/flags/4x3/nu.svg);
}

.flag-icon-nu.flag-icon-squared {
  background-image: url(../images/flags/1x1/nu.svg);
}

.flag-icon-nz {
  background-image: url(../images/flags/4x3/nz.svg);
}

.flag-icon-nz.flag-icon-squared {
  background-image: url(../images/flags/1x1/nz.svg);
}

.flag-icon-om {
  background-image: url(../images/flags/4x3/om.svg);
}

.flag-icon-om.flag-icon-squared {
  background-image: url(../images/flags/1x1/om.svg);
}

.flag-icon-pa {
  background-image: url(../images/flags/4x3/pa.svg);
}

.flag-icon-pa.flag-icon-squared {
  background-image: url(../images/flags/1x1/pa.svg);
}

.flag-icon-pe {
  background-image: url(../images/flags/4x3/pe.svg);
}

.flag-icon-pe.flag-icon-squared {
  background-image: url(../images/flags/1x1/pe.svg);
}

.flag-icon-pf {
  background-image: url(../images/flags/4x3/pf.svg);
}

.flag-icon-pf.flag-icon-squared {
  background-image: url(../images/flags/1x1/pf.svg);
}

.flag-icon-pg {
  background-image: url(../images/flags/4x3/pg.svg);
}

.flag-icon-pg.flag-icon-squared {
  background-image: url(../images/flags/1x1/pg.svg);
}

.flag-icon-ph {
  background-image: url(../images/flags/4x3/ph.svg);
}

.flag-icon-ph.flag-icon-squared {
  background-image: url(../images/flags/1x1/ph.svg);
}

.flag-icon-pk {
  background-image: url(../images/flags/4x3/pk.svg);
}

.flag-icon-pk.flag-icon-squared {
  background-image: url(../images/flags/1x1/pk.svg);
}

.flag-icon-pl {
  background-image: url(../images/flags/4x3/pl.svg);
}

.flag-icon-pl.flag-icon-squared {
  background-image: url(../images/flags/1x1/pl.svg);
}

.flag-icon-pm {
  background-image: url(../images/flags/4x3/pm.svg);
}

.flag-icon-pm.flag-icon-squared {
  background-image: url(../images/flags/1x1/pm.svg);
}

.flag-icon-pn {
  background-image: url(../images/flags/4x3/pn.svg);
}

.flag-icon-pn.flag-icon-squared {
  background-image: url(../images/flags/1x1/pn.svg);
}

.flag-icon-pr {
  background-image: url(../images/flags/4x3/pr.svg);
}

.flag-icon-pr.flag-icon-squared {
  background-image: url(../images/flags/1x1/pr.svg);
}

.flag-icon-ps {
  background-image: url(../images/flags/4x3/ps.svg);
}

.flag-icon-ps.flag-icon-squared {
  background-image: url(../images/flags/1x1/ps.svg);
}

.flag-icon-pt {
  background-image: url(../images/flags/4x3/pt.svg);
}

.flag-icon-pt.flag-icon-squared {
  background-image: url(../images/flags/1x1/pt.svg);
}

.flag-icon-pw {
  background-image: url(../images/flags/4x3/pw.svg);
}

.flag-icon-pw.flag-icon-squared {
  background-image: url(../images/flags/1x1/pw.svg);
}

.flag-icon-py {
  background-image: url(../images/flags/4x3/py.svg);
}

.flag-icon-py.flag-icon-squared {
  background-image: url(../images/flags/1x1/py.svg);
}

.flag-icon-qa {
  background-image: url(../images/flags/4x3/qa.svg);
}

.flag-icon-qa.flag-icon-squared {
  background-image: url(../images/flags/1x1/qa.svg);
}

.flag-icon-re {
  background-image: url(../images/flags/4x3/re.svg);
}

.flag-icon-re.flag-icon-squared {
  background-image: url(../images/flags/1x1/re.svg);
}

.flag-icon-ro {
  background-image: url(../images/flags/4x3/ro.svg);
}

.flag-icon-ro.flag-icon-squared {
  background-image: url(../images/flags/1x1/ro.svg);
}

.flag-icon-rs {
  background-image: url(../images/flags/4x3/rs.svg);
}

.flag-icon-rs.flag-icon-squared {
  background-image: url(../images/flags/1x1/rs.svg);
}

.flag-icon-ru {
  background-image: url(../images/flags/4x3/ru.svg);
}

.flag-icon-ru.flag-icon-squared {
  background-image: url(../images/flags/1x1/ru.svg);
}

.flag-icon-rw {
  background-image: url(../images/flags/4x3/rw.svg);
}

.flag-icon-rw.flag-icon-squared {
  background-image: url(../images/flags/1x1/rw.svg);
}

.flag-icon-sa {
  background-image: url(../images/flags/4x3/sa.svg);
}

.flag-icon-sa.flag-icon-squared {
  background-image: url(../images/flags/1x1/sa.svg);
}

.flag-icon-sb {
  background-image: url(../images/flags/4x3/sb.svg);
}

.flag-icon-sb.flag-icon-squared {
  background-image: url(../images/flags/1x1/sb.svg);
}

.flag-icon-sc {
  background-image: url(../images/flags/4x3/sc.svg);
}

.flag-icon-sc.flag-icon-squared {
  background-image: url(../images/flags/1x1/sc.svg);
}

.flag-icon-sd {
  background-image: url(../images/flags/4x3/sd.svg);
}

.flag-icon-sd.flag-icon-squared {
  background-image: url(../images/flags/1x1/sd.svg);
}

.flag-icon-se {
  background-image: url(../images/flags/4x3/se.svg);
}

.flag-icon-se.flag-icon-squared {
  background-image: url(../images/flags/1x1/se.svg);
}

.flag-icon-sg {
  background-image: url(../images/flags/4x3/sg.svg);
}

.flag-icon-sg.flag-icon-squared {
  background-image: url(../images/flags/1x1/sg.svg);
}

.flag-icon-sh {
  background-image: url(../images/flags/4x3/sh.svg);
}

.flag-icon-sh.flag-icon-squared {
  background-image: url(../images/flags/1x1/sh.svg);
}

.flag-icon-si {
  background-image: url(../images/flags/4x3/si.svg);
}

.flag-icon-si.flag-icon-squared {
  background-image: url(../images/flags/1x1/si.svg);
}

.flag-icon-sj {
  background-image: url(../images/flags/4x3/sj.svg);
}

.flag-icon-sj.flag-icon-squared {
  background-image: url(../images/flags/1x1/sj.svg);
}

.flag-icon-sk {
  background-image: url(../images/flags/4x3/sk.svg);
}

.flag-icon-sk.flag-icon-squared {
  background-image: url(../images/flags/1x1/sk.svg);
}

.flag-icon-sl {
  background-image: url(../images/flags/4x3/sl.svg);
}

.flag-icon-sl.flag-icon-squared {
  background-image: url(../images/flags/1x1/sl.svg);
}

.flag-icon-sm {
  background-image: url(../images/flags/4x3/sm.svg);
}

.flag-icon-sm.flag-icon-squared {
  background-image: url(../images/flags/1x1/sm.svg);
}

.flag-icon-sn {
  background-image: url(../images/flags/4x3/sn.svg);
}

.flag-icon-sn.flag-icon-squared {
  background-image: url(../images/flags/1x1/sn.svg);
}

.flag-icon-so {
  background-image: url(../images/flags/4x3/so.svg);
}

.flag-icon-so.flag-icon-squared {
  background-image: url(../images/flags/1x1/so.svg);
}

.flag-icon-sr {
  background-image: url(../images/flags/4x3/sr.svg);
}

.flag-icon-sr.flag-icon-squared {
  background-image: url(../images/flags/1x1/sr.svg);
}

.flag-icon-ss {
  background-image: url(../images/flags/4x3/ss.svg);
}

.flag-icon-ss.flag-icon-squared {
  background-image: url(../images/flags/1x1/ss.svg);
}

.flag-icon-st {
  background-image: url(../images/flags/4x3/st.svg);
}

.flag-icon-st.flag-icon-squared {
  background-image: url(../images/flags/1x1/st.svg);
}

.flag-icon-sv {
  background-image: url(../images/flags/4x3/sv.svg);
}

.flag-icon-sv.flag-icon-squared {
  background-image: url(../images/flags/1x1/sv.svg);
}

.flag-icon-sx {
  background-image: url(../images/flags/4x3/sx.svg);
}

.flag-icon-sx.flag-icon-squared {
  background-image: url(../images/flags/1x1/sx.svg);
}

.flag-icon-sy {
  background-image: url(../images/flags/4x3/sy.svg);
}

.flag-icon-sy.flag-icon-squared {
  background-image: url(../images/flags/1x1/sy.svg);
}

.flag-icon-sz {
  background-image: url(../images/flags/4x3/sz.svg);
}

.flag-icon-sz.flag-icon-squared {
  background-image: url(../images/flags/1x1/sz.svg);
}

.flag-icon-tc {
  background-image: url(../images/flags/4x3/tc.svg);
}

.flag-icon-tc.flag-icon-squared {
  background-image: url(../images/flags/1x1/tc.svg);
}

.flag-icon-td {
  background-image: url(../images/flags/4x3/td.svg);
}

.flag-icon-td.flag-icon-squared {
  background-image: url(../images/flags/1x1/td.svg);
}

.flag-icon-tf {
  background-image: url(../images/flags/4x3/tf.svg);
}

.flag-icon-tf.flag-icon-squared {
  background-image: url(../images/flags/1x1/tf.svg);
}

.flag-icon-tg {
  background-image: url(../images/flags/4x3/tg.svg);
}

.flag-icon-tg.flag-icon-squared {
  background-image: url(../images/flags/1x1/tg.svg);
}

.flag-icon-th {
  background-image: url(../images/flags/4x3/th.svg);
}

.flag-icon-th.flag-icon-squared {
  background-image: url(../images/flags/1x1/th.svg);
}

.flag-icon-tj {
  background-image: url(../images/flags/4x3/tj.svg);
}

.flag-icon-tj.flag-icon-squared {
  background-image: url(../images/flags/1x1/tj.svg);
}

.flag-icon-tk {
  background-image: url(../images/flags/4x3/tk.svg);
}

.flag-icon-tk.flag-icon-squared {
  background-image: url(../images/flags/1x1/tk.svg);
}

.flag-icon-tl {
  background-image: url(../images/flags/4x3/tl.svg);
}

.flag-icon-tl.flag-icon-squared {
  background-image: url(../images/flags/1x1/tl.svg);
}

.flag-icon-tm {
  background-image: url(../images/flags/4x3/tm.svg);
}

.flag-icon-tm.flag-icon-squared {
  background-image: url(../images/flags/1x1/tm.svg);
}

.flag-icon-tn {
  background-image: url(../images/flags/4x3/tn.svg);
}

.flag-icon-tn.flag-icon-squared {
  background-image: url(../images/flags/1x1/tn.svg);
}

.flag-icon-to {
  background-image: url(../images/flags/4x3/to.svg);
}

.flag-icon-to.flag-icon-squared {
  background-image: url(../images/flags/1x1/to.svg);
}

.flag-icon-tr {
  background-image: url(../images/flags/4x3/tr.svg);
}

.flag-icon-tr.flag-icon-squared {
  background-image: url(../images/flags/1x1/tr.svg);
}

.flag-icon-tt {
  background-image: url(../images/flags/4x3/tt.svg);
}

.flag-icon-tt.flag-icon-squared {
  background-image: url(../images/flags/1x1/tt.svg);
}

.flag-icon-tv {
  background-image: url(../images/flags/4x3/tv.svg);
}

.flag-icon-tv.flag-icon-squared {
  background-image: url(../images/flags/1x1/tv.svg);
}

.flag-icon-tw {
  background-image: url(../images/flags/4x3/tw.svg);
}

.flag-icon-tw.flag-icon-squared {
  background-image: url(../images/flags/1x1/tw.svg);
}

.flag-icon-tz {
  background-image: url(../images/flags/4x3/tz.svg);
}

.flag-icon-tz.flag-icon-squared {
  background-image: url(../images/flags/1x1/tz.svg);
}

.flag-icon-ua {
  background-image: url(../images/flags/4x3/ua.svg);
}

.flag-icon-ua.flag-icon-squared {
  background-image: url(../images/flags/1x1/ua.svg);
}

.flag-icon-ug {
  background-image: url(../images/flags/4x3/ug.svg);
}

.flag-icon-ug.flag-icon-squared {
  background-image: url(../images/flags/1x1/ug.svg);
}

.flag-icon-um {
  background-image: url(../images/flags/4x3/um.svg);
}

.flag-icon-um.flag-icon-squared {
  background-image: url(../images/flags/1x1/um.svg);
}

.flag-icon-us {
  background-image: url(../images/flags/4x3/us.svg);
}

.flag-icon-us.flag-icon-squared {
  background-image: url(../images/flags/1x1/us.svg);
}

.flag-icon-uy {
  background-image: url(../images/flags/4x3/uy.svg);
}

.flag-icon-uy.flag-icon-squared {
  background-image: url(../images/flags/1x1/uy.svg);
}

.flag-icon-uz {
  background-image: url(../images/flags/4x3/uz.svg);
}

.flag-icon-uz.flag-icon-squared {
  background-image: url(../images/flags/1x1/uz.svg);
}

.flag-icon-va {
  background-image: url(../images/flags/4x3/va.svg);
}

.flag-icon-va.flag-icon-squared {
  background-image: url(../images/flags/1x1/va.svg);
}

.flag-icon-vc {
  background-image: url(../images/flags/4x3/vc.svg);
}

.flag-icon-vc.flag-icon-squared {
  background-image: url(../images/flags/1x1/vc.svg);
}

.flag-icon-ve {
  background-image: url(../images/flags/4x3/ve.svg);
}

.flag-icon-ve.flag-icon-squared {
  background-image: url(../images/flags/1x1/ve.svg);
}

.flag-icon-vg {
  background-image: url(../images/flags/4x3/vg.svg);
}

.flag-icon-vg.flag-icon-squared {
  background-image: url(../images/flags/1x1/vg.svg);
}

.flag-icon-vi {
  background-image: url(../images/flags/4x3/vi.svg);
}

.flag-icon-vi.flag-icon-squared {
  background-image: url(../images/flags/1x1/vi.svg);
}

.flag-icon-vn {
  background-image: url(../images/flags/4x3/vn.svg);
}

.flag-icon-vn.flag-icon-squared {
  background-image: url(../images/flags/1x1/vn.svg);
}

.flag-icon-vu {
  background-image: url(../images/flags/4x3/vu.svg);
}

.flag-icon-vu.flag-icon-squared {
  background-image: url(../images/flags/1x1/vu.svg);
}

.flag-icon-wf {
  background-image: url(../images/flags/4x3/wf.svg);
}

.flag-icon-wf.flag-icon-squared {
  background-image: url(../images/flags/1x1/wf.svg);
}

.flag-icon-ws {
  background-image: url(../images/flags/4x3/ws.svg);
}

.flag-icon-ws.flag-icon-squared {
  background-image: url(../images/flags/1x1/ws.svg);
}

.flag-icon-ye {
  background-image: url(../images/flags/4x3/ye.svg);
}

.flag-icon-ye.flag-icon-squared {
  background-image: url(../images/flags/1x1/ye.svg);
}

.flag-icon-yt {
  background-image: url(../images/flags/4x3/yt.svg);
}

.flag-icon-yt.flag-icon-squared {
  background-image: url(../images/flags/1x1/yt.svg);
}

.flag-icon-za {
  background-image: url(../images/flags/4x3/za.svg);
}

.flag-icon-za.flag-icon-squared {
  background-image: url(../images/flags/1x1/za.svg);
}

.flag-icon-zm {
  background-image: url(../images/flags/4x3/zm.svg);
}

.flag-icon-zm.flag-icon-squared {
  background-image: url(../images/flags/1x1/zm.svg);
}

.flag-icon-zw {
  background-image: url(../images/flags/4x3/zw.svg);
}

.flag-icon-zw.flag-icon-squared {
  background-image: url(../images/flags/1x1/zw.svg);
}

.flag-icon-es-ct {
  background-image: url(../images/flags/4x3/es-ct.svg);
}

.flag-icon-es-ct.flag-icon-squared {
  background-image: url(../images/flags/1x1/es-ct.svg);
}

.flag-icon-eu {
  background-image: url(../images/flags/4x3/eu.svg);
}

.flag-icon-eu.flag-icon-squared {
  background-image: url(../images/flags/1x1/eu.svg);
}

.flag-icon-gb-eng {
  background-image: url(../images/flags/4x3/gb-eng.svg);
}

.flag-icon-gb-eng.flag-icon-squared {
  background-image: url(../images/flags/1x1/gb-eng.svg);
}

.flag-icon-gb-nir {
  background-image: url(../images/flags/4x3/gb-nir.svg);
}

.flag-icon-gb-nir.flag-icon-squared {
  background-image: url(../images/flags/1x1/gb-nir.svg);
}

.flag-icon-gb-sct {
  background-image: url(../images/flags/4x3/gb-sct.svg);
}

.flag-icon-gb-sct.flag-icon-squared {
  background-image: url(../images/flags/1x1/gb-sct.svg);
}

.flag-icon-gb-wls {
  background-image: url(../images/flags/4x3/gb-wls.svg);
}

.flag-icon-gb-wls.flag-icon-squared {
  background-image: url(../images/flags/1x1/gb-wls.svg);
}

.flag-icon-un {
  background-image: url(../images/flags/4x3/un.svg);
}

.flag-icon-un.flag-icon-squared {
  background-image: url(../images/flags/1x1/un.svg);
}

.square-container {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

.square-container .square-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.center-xy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: center;
      justify-content: center;
}

.center-xy img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.star-rating {
  border: none;
}

.star-rating::after {
  display: block;
  clear: both;
  content: "";
}

.star-rating > input {
  display: none;
}

.star-rating > label {
  margin: 0;
  padding: 0;
  color: #dcdbd8;
  float: right;
}

.star-rating > label:before {
  content: "\f005";
  font-family: FontAwesome;
  font-size: 1.2rem;
  display: inline-block;
  margin: 0 .25em;
}

.star-rating > label:nth-of-type(even):before {
  content: "\f089";
  position: absolute;
}

.star-rating > input:checked ~ label,
.star-rating:not(:checked) > label:hover,
.star-rating:not(:checked) > label:hover ~ label {
  /* hover previous stars in list */
  color: #FFD700;
}

.star-rating > input:checked + label:hover,
.star-rating > input:checked ~ label:hover,
.star-rating > label:hover ~ input:checked ~ label,
.star-rating > input:checked ~ label:hover ~ label {
  color: #FFED85;
}

.star-rating .rate-link {
  float: right;
  margin-left: .25em;
}

.img-cover-container {
  position: relative;
  overflow: hidden;
}

.img-cover-container > img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}

.img-contain-container {
  position: relative;
  overflow: hidden;
}

.img-contain-container > noscript, .img-contain-container a > img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.img-contain-container .owl-carousel {
  height: 100%;
}

.img-contain-container .owl-carousel .owl-stage-outer {
  height: 100%;
}

.img-contain-container .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}

.img-contain-container .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}

.img-contain-container .owl-carousel .owl-stage-outer .owl-stage .owl-item img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.pipe {
  height: 1em;
  border-left: 1px solid #b2b1a7;
  margin: 0 .45em 0 .25em;
}

.prop-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

.prop-row [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.prop-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
}

.prop-xs-1-1, .prop-xs-1-2, .prop-xs-1-3, .prop-xs-1-4, .prop-xs-1-5, .prop-xs-1-6, .prop-xs-2-1, .prop-xs-2-2, .prop-xs-2-3, .prop-xs-2-4, .prop-xs-2-5, .prop-xs-2-6, .prop-xs-3-1, .prop-xs-3-2, .prop-xs-3-3, .prop-xs-3-4, .prop-xs-3-5, .prop-xs-3-6, .prop-xs-4-1, .prop-xs-4-2, .prop-xs-4-3, .prop-xs-4-4, .prop-xs-4-5, .prop-xs-4-6, .prop-xs-5-1, .prop-xs-5-2, .prop-xs-5-3, .prop-xs-5-4, .prop-xs-5-5, .prop-xs-5-6, .prop-xs-6-1, .prop-xs-6-2, .prop-xs-6-3, .prop-xs-6-4, .prop-xs-6-5, .prop-xs-6-6, .prop-sm-1-1, .prop-sm-1-2, .prop-sm-1-3, .prop-sm-1-4, .prop-sm-1-5, .prop-sm-1-6, .prop-sm-2-1, .prop-sm-2-2, .prop-sm-2-3, .prop-sm-2-4, .prop-sm-2-5, .prop-sm-2-6, .prop-sm-3-1, .prop-sm-3-2, .prop-sm-3-3, .prop-sm-3-4, .prop-sm-3-5, .prop-sm-3-6, .prop-sm-4-1, .prop-sm-4-2, .prop-sm-4-3, .prop-sm-4-4, .prop-sm-4-5, .prop-sm-4-6, .prop-sm-5-1, .prop-sm-5-2, .prop-sm-5-3, .prop-sm-5-4, .prop-sm-5-5, .prop-sm-5-6, .prop-sm-6-1, .prop-sm-6-2, .prop-sm-6-3, .prop-sm-6-4, .prop-sm-6-5, .prop-sm-6-6, .prop-md-1-1, .prop-md-1-2, .prop-md-1-3, .prop-md-1-4, .prop-md-1-5, .prop-md-1-6, .prop-md-2-1, .prop-md-2-2, .prop-md-2-3, .prop-md-2-4, .prop-md-2-5, .prop-md-2-6, .prop-md-3-1, .prop-md-3-2, .prop-md-3-3, .prop-md-3-4, .prop-md-3-5, .prop-md-3-6, .prop-md-4-1, .prop-md-4-2, .prop-md-4-3, .prop-md-4-4, .prop-md-4-5, .prop-md-4-6, .prop-md-5-1, .prop-md-5-2, .prop-md-5-3, .prop-md-5-4, .prop-md-5-5, .prop-md-5-6, .prop-md-6-1, .prop-md-6-2, .prop-md-6-3, .prop-md-6-4, .prop-md-6-5, .prop-md-6-6, .prop-lg-1-1, .prop-lg-1-2, .prop-lg-1-3, .prop-lg-1-4, .prop-lg-1-5, .prop-lg-1-6, .prop-lg-2-1, .prop-lg-2-2, .prop-lg-2-3, .prop-lg-2-4, .prop-lg-2-5, .prop-lg-2-6, .prop-lg-3-1, .prop-lg-3-2, .prop-lg-3-3, .prop-lg-3-4, .prop-lg-3-5, .prop-lg-3-6, .prop-lg-4-1, .prop-lg-4-2, .prop-lg-4-3, .prop-lg-4-4, .prop-lg-4-5, .prop-lg-4-6, .prop-lg-5-1, .prop-lg-5-2, .prop-lg-5-3, .prop-lg-5-4, .prop-lg-5-5, .prop-lg-5-6, .prop-lg-6-1, .prop-lg-6-2, .prop-lg-6-3, .prop-lg-6-4, .prop-lg-6-5, .prop-lg-6-6, .prop-xl-1-1, .prop-xl-1-2, .prop-xl-1-3, .prop-xl-1-4, .prop-xl-1-5, .prop-xl-1-6, .prop-xl-2-1, .prop-xl-2-2, .prop-xl-2-3, .prop-xl-2-4, .prop-xl-2-5, .prop-xl-2-6, .prop-xl-3-1, .prop-xl-3-2, .prop-xl-3-3, .prop-xl-3-4, .prop-xl-3-5, .prop-xl-3-6, .prop-xl-4-1, .prop-xl-4-2, .prop-xl-4-3, .prop-xl-4-4, .prop-xl-4-5, .prop-xl-4-6, .prop-xl-5-1, .prop-xl-5-2, .prop-xl-5-3, .prop-xl-5-4, .prop-xl-5-5, .prop-xl-5-6, .prop-xl-6-1, .prop-xl-6-2, .prop-xl-6-3, .prop-xl-6-4, .prop-xl-6-5, .prop-xl-6-6 {
  position: relative;
  width: 100% !important;
  height: 0 !important;
}

.sqr-xs-reset {
  height: auto;
  padding-bottom: 0;
}

.prop-xs-1-1 {
  padding-bottom: 100%;
}

.prop-xs-1-2 {
  padding-bottom: 200%;
}

.prop-xs-1-3 {
  padding-bottom: 300%;
}

.prop-xs-1-4 {
  padding-bottom: 400%;
}

.prop-xs-1-5 {
  padding-bottom: 500%;
}

.prop-xs-1-6 {
  padding-bottom: 600%;
}

.prop-xs-2-1 {
  padding-bottom: 50%;
}

.prop-xs-2-2 {
  padding-bottom: 100%;
}

.prop-xs-2-3 {
  padding-bottom: 150%;
}

.prop-xs-2-4 {
  padding-bottom: 200%;
}

.prop-xs-2-5 {
  padding-bottom: 250%;
}

.prop-xs-2-6 {
  padding-bottom: 300%;
}

.prop-xs-3-1 {
  padding-bottom: 33.33333%;
}

.prop-xs-3-2 {
  padding-bottom: 66.66667%;
}

.prop-xs-3-3 {
  padding-bottom: 100%;
}

.prop-xs-3-4 {
  padding-bottom: 133.33333%;
}

.prop-xs-3-5 {
  padding-bottom: 166.66667%;
}

.prop-xs-3-6 {
  padding-bottom: 200%;
}

.prop-xs-4-1 {
  padding-bottom: 25%;
}

.prop-xs-4-2 {
  padding-bottom: 50%;
}

.prop-xs-4-3 {
  padding-bottom: 75%;
}

.prop-xs-4-4 {
  padding-bottom: 100%;
}

.prop-xs-4-5 {
  padding-bottom: 125%;
}

.prop-xs-4-6 {
  padding-bottom: 150%;
}

.prop-xs-5-1 {
  padding-bottom: 20%;
}

.prop-xs-5-2 {
  padding-bottom: 40%;
}

.prop-xs-5-3 {
  padding-bottom: 60%;
}

.prop-xs-5-4 {
  padding-bottom: 80%;
}

.prop-xs-5-5 {
  padding-bottom: 100%;
}

.prop-xs-5-6 {
  padding-bottom: 120%;
}

.prop-xs-6-1 {
  padding-bottom: 16.66667%;
}

.prop-xs-6-2 {
  padding-bottom: 33.33333%;
}

.prop-xs-6-3 {
  padding-bottom: 50%;
}

.prop-xs-6-4 {
  padding-bottom: 66.66667%;
}

.prop-xs-6-5 {
  padding-bottom: 83.33333%;
}

.prop-xs-6-6 {
  padding-bottom: 100%;
}

@media (min-width: 576px) {
  .sqr-sm-reset {
    height: auto;
    padding-bottom: 0;
  }
  .prop-sm-1-1 {
    padding-bottom: 100%;
  }
  .prop-sm-1-2 {
    padding-bottom: 200%;
  }
  .prop-sm-1-3 {
    padding-bottom: 300%;
  }
  .prop-sm-1-4 {
    padding-bottom: 400%;
  }
  .prop-sm-1-5 {
    padding-bottom: 500%;
  }
  .prop-sm-1-6 {
    padding-bottom: 600%;
  }
  .prop-sm-2-1 {
    padding-bottom: 50%;
  }
  .prop-sm-2-2 {
    padding-bottom: 100%;
  }
  .prop-sm-2-3 {
    padding-bottom: 150%;
  }
  .prop-sm-2-4 {
    padding-bottom: 200%;
  }
  .prop-sm-2-5 {
    padding-bottom: 250%;
  }
  .prop-sm-2-6 {
    padding-bottom: 300%;
  }
  .prop-sm-3-1 {
    padding-bottom: 33.33333%;
  }
  .prop-sm-3-2 {
    padding-bottom: 66.66667%;
  }
  .prop-sm-3-3 {
    padding-bottom: 100%;
  }
  .prop-sm-3-4 {
    padding-bottom: 133.33333%;
  }
  .prop-sm-3-5 {
    padding-bottom: 166.66667%;
  }
  .prop-sm-3-6 {
    padding-bottom: 200%;
  }
  .prop-sm-4-1 {
    padding-bottom: 25%;
  }
  .prop-sm-4-2 {
    padding-bottom: 50%;
  }
  .prop-sm-4-3 {
    padding-bottom: 75%;
  }
  .prop-sm-4-4 {
    padding-bottom: 100%;
  }
  .prop-sm-4-5 {
    padding-bottom: 125%;
  }
  .prop-sm-4-6 {
    padding-bottom: 150%;
  }
  .prop-sm-5-1 {
    padding-bottom: 20%;
  }
  .prop-sm-5-2 {
    padding-bottom: 40%;
  }
  .prop-sm-5-3 {
    padding-bottom: 60%;
  }
  .prop-sm-5-4 {
    padding-bottom: 80%;
  }
  .prop-sm-5-5 {
    padding-bottom: 100%;
  }
  .prop-sm-5-6 {
    padding-bottom: 120%;
  }
  .prop-sm-6-1 {
    padding-bottom: 16.66667%;
  }
  .prop-sm-6-2 {
    padding-bottom: 33.33333%;
  }
  .prop-sm-6-3 {
    padding-bottom: 50%;
  }
  .prop-sm-6-4 {
    padding-bottom: 66.66667%;
  }
  .prop-sm-6-5 {
    padding-bottom: 83.33333%;
  }
  .prop-sm-6-6 {
    padding-bottom: 100%;
  }
}

@media (min-width: 768px) {
  .sqr-md-reset {
    height: auto;
    padding-bottom: 0;
  }
  .prop-md-1-1 {
    padding-bottom: 100%;
  }
  .prop-md-1-2 {
    padding-bottom: 200%;
  }
  .prop-md-1-3 {
    padding-bottom: 300%;
  }
  .prop-md-1-4 {
    padding-bottom: 400%;
  }
  .prop-md-1-5 {
    padding-bottom: 500%;
  }
  .prop-md-1-6 {
    padding-bottom: 600%;
  }
  .prop-md-2-1 {
    padding-bottom: 50%;
  }
  .prop-md-2-2 {
    padding-bottom: 100%;
  }
  .prop-md-2-3 {
    padding-bottom: 150%;
  }
  .prop-md-2-4 {
    padding-bottom: 200%;
  }
  .prop-md-2-5 {
    padding-bottom: 250%;
  }
  .prop-md-2-6 {
    padding-bottom: 300%;
  }
  .prop-md-3-1 {
    padding-bottom: 33.33333%;
  }
  .prop-md-3-2 {
    padding-bottom: 66.66667%;
  }
  .prop-md-3-3 {
    padding-bottom: 100%;
  }
  .prop-md-3-4 {
    padding-bottom: 133.33333%;
  }
  .prop-md-3-5 {
    padding-bottom: 166.66667%;
  }
  .prop-md-3-6 {
    padding-bottom: 200%;
  }
  .prop-md-4-1 {
    padding-bottom: 25%;
  }
  .prop-md-4-2 {
    padding-bottom: 50%;
  }
  .prop-md-4-3 {
    padding-bottom: 75%;
  }
  .prop-md-4-4 {
    padding-bottom: 100%;
  }
  .prop-md-4-5 {
    padding-bottom: 125%;
  }
  .prop-md-4-6 {
    padding-bottom: 150%;
  }
  .prop-md-5-1 {
    padding-bottom: 20%;
  }
  .prop-md-5-2 {
    padding-bottom: 40%;
  }
  .prop-md-5-3 {
    padding-bottom: 60%;
  }
  .prop-md-5-4 {
    padding-bottom: 80%;
  }
  .prop-md-5-5 {
    padding-bottom: 100%;
  }
  .prop-md-5-6 {
    padding-bottom: 120%;
  }
  .prop-md-6-1 {
    padding-bottom: 16.66667%;
  }
  .prop-md-6-2 {
    padding-bottom: 33.33333%;
  }
  .prop-md-6-3 {
    padding-bottom: 50%;
  }
  .prop-md-6-4 {
    padding-bottom: 66.66667%;
  }
  .prop-md-6-5 {
    padding-bottom: 83.33333%;
  }
  .prop-md-6-6 {
    padding-bottom: 100%;
  }
}

@media (min-width: 992px) {
  .sqr-lg-reset {
    height: auto;
    padding-bottom: 0;
  }
  .prop-lg-1-1 {
    padding-bottom: 100%;
  }
  .prop-lg-1-2 {
    padding-bottom: 200%;
  }
  .prop-lg-1-3 {
    padding-bottom: 300%;
  }
  .prop-lg-1-4 {
    padding-bottom: 400%;
  }
  .prop-lg-1-5 {
    padding-bottom: 500%;
  }
  .prop-lg-1-6 {
    padding-bottom: 600%;
  }
  .prop-lg-2-1 {
    padding-bottom: 50%;
  }
  .prop-lg-2-2 {
    padding-bottom: 100%;
  }
  .prop-lg-2-3 {
    padding-bottom: 150%;
  }
  .prop-lg-2-4 {
    padding-bottom: 200%;
  }
  .prop-lg-2-5 {
    padding-bottom: 250%;
  }
  .prop-lg-2-6 {
    padding-bottom: 300%;
  }
  .prop-lg-3-1 {
    padding-bottom: 33.33333%;
  }
  .prop-lg-3-2 {
    padding-bottom: 66.66667%;
  }
  .prop-lg-3-3 {
    padding-bottom: 100%;
  }
  .prop-lg-3-4 {
    padding-bottom: 133.33333%;
  }
  .prop-lg-3-5 {
    padding-bottom: 166.66667%;
  }
  .prop-lg-3-6 {
    padding-bottom: 200%;
  }
  .prop-lg-4-1 {
    padding-bottom: 25%;
  }
  .prop-lg-4-2 {
    padding-bottom: 50%;
  }
  .prop-lg-4-3 {
    padding-bottom: 75%;
  }
  .prop-lg-4-4 {
    padding-bottom: 100%;
  }
  .prop-lg-4-5 {
    padding-bottom: 125%;
  }
  .prop-lg-4-6 {
    padding-bottom: 150%;
  }
  .prop-lg-5-1 {
    padding-bottom: 20%;
  }
  .prop-lg-5-2 {
    padding-bottom: 40%;
  }
  .prop-lg-5-3 {
    padding-bottom: 60%;
  }
  .prop-lg-5-4 {
    padding-bottom: 80%;
  }
  .prop-lg-5-5 {
    padding-bottom: 100%;
  }
  .prop-lg-5-6 {
    padding-bottom: 120%;
  }
  .prop-lg-6-1 {
    padding-bottom: 16.66667%;
  }
  .prop-lg-6-2 {
    padding-bottom: 33.33333%;
  }
  .prop-lg-6-3 {
    padding-bottom: 50%;
  }
  .prop-lg-6-4 {
    padding-bottom: 66.66667%;
  }
  .prop-lg-6-5 {
    padding-bottom: 83.33333%;
  }
  .prop-lg-6-6 {
    padding-bottom: 100%;
  }
}

@media (min-width: 1200px) {
  .sqr-xl-reset {
    height: auto;
    padding-bottom: 0;
  }
  .prop-xl-1-1 {
    padding-bottom: 100%;
  }
  .prop-xl-1-2 {
    padding-bottom: 200%;
  }
  .prop-xl-1-3 {
    padding-bottom: 300%;
  }
  .prop-xl-1-4 {
    padding-bottom: 400%;
  }
  .prop-xl-1-5 {
    padding-bottom: 500%;
  }
  .prop-xl-1-6 {
    padding-bottom: 600%;
  }
  .prop-xl-2-1 {
    padding-bottom: 50%;
  }
  .prop-xl-2-2 {
    padding-bottom: 100%;
  }
  .prop-xl-2-3 {
    padding-bottom: 150%;
  }
  .prop-xl-2-4 {
    padding-bottom: 200%;
  }
  .prop-xl-2-5 {
    padding-bottom: 250%;
  }
  .prop-xl-2-6 {
    padding-bottom: 300%;
  }
  .prop-xl-3-1 {
    padding-bottom: 33.33333%;
  }
  .prop-xl-3-2 {
    padding-bottom: 66.66667%;
  }
  .prop-xl-3-3 {
    padding-bottom: 100%;
  }
  .prop-xl-3-4 {
    padding-bottom: 133.33333%;
  }
  .prop-xl-3-5 {
    padding-bottom: 166.66667%;
  }
  .prop-xl-3-6 {
    padding-bottom: 200%;
  }
  .prop-xl-4-1 {
    padding-bottom: 25%;
  }
  .prop-xl-4-2 {
    padding-bottom: 50%;
  }
  .prop-xl-4-3 {
    padding-bottom: 75%;
  }
  .prop-xl-4-4 {
    padding-bottom: 100%;
  }
  .prop-xl-4-5 {
    padding-bottom: 125%;
  }
  .prop-xl-4-6 {
    padding-bottom: 150%;
  }
  .prop-xl-5-1 {
    padding-bottom: 20%;
  }
  .prop-xl-5-2 {
    padding-bottom: 40%;
  }
  .prop-xl-5-3 {
    padding-bottom: 60%;
  }
  .prop-xl-5-4 {
    padding-bottom: 80%;
  }
  .prop-xl-5-5 {
    padding-bottom: 100%;
  }
  .prop-xl-5-6 {
    padding-bottom: 120%;
  }
  .prop-xl-6-1 {
    padding-bottom: 16.66667%;
  }
  .prop-xl-6-2 {
    padding-bottom: 33.33333%;
  }
  .prop-xl-6-3 {
    padding-bottom: 50%;
  }
  .prop-xl-6-4 {
    padding-bottom: 66.66667%;
  }
  .prop-xl-6-5 {
    padding-bottom: 83.33333%;
  }
  .prop-xl-6-6 {
    padding-bottom: 100%;
  }
}

.section-header {
  padding-bottom: .5rem;
  border-bottom: 1px solid #dcdbd8;
}


.hidden {
  display: none;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .hidden-sm {
    display: none;
  }
}

.page-content {
  padding-top: 1rem;
  background-color: #fff;
}

.page-content.basket, .page-content.checkout, .page-content.contact, .page-content.myaccount {
  color: #282d2f;
  margin-top: 30px;
  padding-bottom: 30px;
}

.page-content.basket:not(.checkout):not(.basket), .page-content.checkout:not(.checkout):not(.basket), .page-content.contact:not(.checkout):not(.basket), .page-content.myaccount:not(.checkout):not(.basket) {
  background-color: #fff;
}

.container-max {
  max-width: 1300px;
  z-index: auto;
}

.container-max.login {
  margin-top: 2rem;
}

.page-not-found i.fa-search {
  font-size: 10em;
}

.page-not-found .default-not-found {
  background-color: #fff;
}

.page-not-found .not-found-text {
  font-size: 115px;
  text-shadow: 4px 3px 0 #F7F7F9, 9px 8px 0 rgba(218, 218, 227, 0.5);
}

.rating {
  line-height: 1;
}

.rating .tag,
.rating .badge {
  padding-right: 0;
  overflow: hidden;
  cursor: pointer;
}

.rating .tag .amount,
.rating .badge .amount {
  padding: 0.1rem .6rem 0.1rem .4rem;
  margin-left: .2rem;
  background-color: #7a7f7f;
}

dt {
  font-weight: 400;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
}

.border-left {
  border-left: 1px solid #4D4F4D;
}

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.pagination > li {
  cursor: pointer;
}

.content-center {
  margin: 0 auto;
  float: none;
}

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

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

html {
  font-size: 14px;
}

body {
  background-color: #fff;
}

body > #vue-app,
body > #vue-error {
  background-color: #fff;
}

body > #vue-app > .wrapper-top, body > #vue-app > .wrapper-left, body > #vue-app > .wrapper-right, body > #vue-app > .wrapper-bottom,
body > #vue-error > .wrapper-top,
body > #vue-error > .wrapper-left,
body > #vue-error > .wrapper-right,
body > #vue-error > .wrapper-bottom {
  position: absolute;
  z-index: 1080;
}


body > #vue-app .wrapper-top,
body > #vue-error .wrapper-top {
  top: 0;
  right: 0;
  left: 0;
}

body > #vue-app .wrapper-right,
body > #vue-error .wrapper-right {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 0;
  overflow: hidden;
  background-color: white;
  transform: translateX(0);
  transition: width 310ms 0ms, transform 300ms ease-in-out;
}

body > #vue-app .wrapper-right .wrapper-inner,
body > #vue-error .wrapper-right .wrapper-inner {
  width: 100%;
  height: 100%;
}

body > #vue-app .wrapper-bottom,
body > #vue-error .wrapper-bottom {
  z-index: 2000;
}

body > #vue-app .wrapper-left,
body > #vue-error .wrapper-left {
  top: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
}

@media (max-width: 767.98px) {
  body > #vue-app.overlay, body > #vue-app.open-right, body > #vue-app.open-left, body > #vue-app.open-top, body > #vue-app.open-bottom,
  body > #vue-error.overlay,
  body > #vue-error.open-right,
  body > #vue-error.open-left,
  body > #vue-error.open-top,
  body > #vue-error.open-bottom {
    margin-top: 0 !important;
  }
}

body > #vue-app.overlay::after, body > #vue-app.open-right::after, body > #vue-app.open-left::after, body > #vue-app.open-top::after, body > #vue-app.open-bottom::after,
body > #vue-error.overlay::after,
body > #vue-error.open-right::after,
body > #vue-error.open-left::after,
body > #vue-error.open-top::after,
body > #vue-error.open-bottom::after {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1070;
  background-color: rgba(0, 0, 0, 0.5);
}

body > #vue-app.open-right,
body > #vue-error.open-right {
  overflow: hidden;
}

@media (max-width: 767.98px) {
  body > #vue-app.open-right,
  body > #vue-error.open-right {
    position: fixed;
  }
}

body > #vue-app.open-right .wrapper-right,
body > #vue-error.open-right .wrapper-right {
  transform: translateX(-100%);
  transition: width 0ms, transform 300ms 10ms ease-in-out;
}

@media (min-width: 768px) {
  body > #vue-app.open-right .wrapper-right,
  body > #vue-error.open-right .wrapper-right {
    width: 100vw;
  }
}

@media (max-width: 991.98px) {
  body > #vue-app.open-right .wrapper-right,
  body > #vue-error.open-right .wrapper-right {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  body > #vue-app.open-hover,
  body > #vue-error.open-hover {
    position: fixed;
  }
}

body > #vue-app.open-hover .basket-preview-hover-wrapper,
body > #vue-error.open-hover .basket-preview-hover-wrapper {
  display: block;
  transform: translateX(0%);
}

@media (min-width: 768px) {
  body > #vue-app.open-right .wrapper-right,
  body > #vue-error.open-right .wrapper-right {
    width: 30em;
  }
}

.modal-header {
  -ms-flex-align: center;
      align-items: center;
}

.modal-footer > .fa {
  margin-top: 1px;
  margin-left: 5px;
}

html.ios input,
html.ios select,
html.ios textarea {
  font-size: 16px !important;
}

.input-group .input-unit + .input-group-btn {
  padding-bottom: 15px;
}

.input-group .input-unit + .input-group-btn .btn {
  height: calc(2.8em + 1px);
}

.input-group.vert .input-group-btn {
  display: block;
  width: 100%;
}

.input-group.vert .input-group-btn .btn {
  width: 100%;
  margin: 0;
}

.input-group.vert .input-group-addon:not(:last-child),
.input-group.vert .input-group-btn:not(:last-child) > .btn,
.input-group.vert .input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group.vert .input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group.vert .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group.vert .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
  border-bottom: none;
}

.input-group.vert .input-group-addon:not(:last-child) {
  border-bottom: 0;
}

.input-group.vert .input-group .form-control:not(:first-child),
.input-group.vert .input-group-addon:not(:first-child),
.input-group.vert .input-group-btn:not(:first-child) > .btn,
.input-group.vert .input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group.vert .input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group.vert .input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group.vert .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-bottom-right-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}

.input-group.vert .form-control + .input-group-addon:not(:first-child) {
  border-top: 0;
}

.input-group.vert .form-control {
  display: block;
  float: none;
  border-radius: 0 !important;
}

button:focus {
  outline: none;
}

.btn-group.extended,
.input-group.extended {
  display: -ms-flexbox;
  display: flex;
}

.btn-group.extended .extended,
.input-group.extended .extended {
  -ms-flex: 1;
      flex: 1;
}

.btn-group.extended .extended .btn,
.input-group.extended .extended .btn {
  width: 100%;
}

.btn-group.extended .input-group-btn,
.input-group.extended .input-group-btn {
  width: auto;
}

.btn-outline-default {
  color: #b2b1a7;
  border-color: #b2b1a7;
}

.btn-outline-default:hover {
  color: #fff;
  background-color: #b2b1a7;
  border-color: #b2b1a7;
}

.btn-outline-default:focus, .btn-outline-default.focus {
  box-shadow: 0 0 0 0.2rem rgba(178, 177, 167, 0.5);
}

.btn-outline-default.disabled, .btn-outline-default:disabled {
  color: #b2b1a7;
  background-color: transparent;
}

.btn-outline-default:not(:disabled):not(.disabled):active, .btn-outline-default:not(:disabled):not(.disabled).active,
.show > .btn-outline-default.dropdown-toggle {
  color: #fff;
  background-color: #b2b1a7;
  border-color: #b2b1a7;
}

.btn-outline-default:not(:disabled):not(.disabled):active:focus, .btn-outline-default:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(178, 177, 167, 0.5);
}

.btn {
  outline: 0 !important;
}

.btn.btn-right {
  float: right;
}

.btn .btn-label.btn-trans {
  background: transparent;
}

.btn > .fa {
  float: right;
}

.btn > .fa.default-float {
  float: none;
}

.btn > span + .fa {
  margin-left: 5px;
  margin-top: 1px;
}

.btn.btn-remove-address {
  background-color: #dc3545;
  margin-right: -5px;
  color: #fff;
}

.btn.btn-remove-address:hover {
  background-color: #c9302c;
}

.btn.btn-medium {
  min-width: 10rem;
}

.btn.btn-medium-large {
  min-width: 12rem;
}

.btn.btn-large {
  min-width: 15rem;
}

.btn.btn-m-r {
  margin-right: 10px;
}

.btn-right {
  float: right;
}

@media (max-width: 575.98px) {
  .btn-xs-max-width {
    width: 100% !important;
  }
}

.btn-labeled {
  padding-top: 0;
  padding-bottom: 0;
  transition: all 200ms;
}

.btn-labeled .btn-label {
  position: relative;
  right: -0.5rem;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  background-color: rgba(0, 0, 0, 0.15);
  border-top-right-radius: 0.15rem;
  border-bottom-right-radius: 0.15rem;
}

.btn-labeled.label-right .btn-label {
  right: auto;
  left: -0.5rem;
}

.btn-labeled.btn-link {
  padding-left: 0;
  padding-right: 0;
}

.btn-labeled.btn-link .btn-label {
  background-color: rgba(0, 0, 0, 0);
  padding: 0.25rem 0;
}

.btn-icon {
  padding: .5rem;
}

.btn-icon .fa {
  width: 14px;
  text-align: center;
}

.btn-icon.btn-sm, .btn-group-sm > .btn-icon.btn {
  padding: .2rem;
}

.btn-icon.btn-sm .fa, .btn-group-sm > .btn-icon.btn .fa {
  width: 12px;
}

.btn-only-icon-xs-up {
  width: 2.2rem !important;
  padding-right: 8px;
  height: 2.2rem;
}

.btn-only-icon-xs-up span {
  display: none !important;
}

@media (max-width: 575.98px) {
  .btn-only-icon-xs-down span {
    display: none !important;
  }
  .btn-only-icon-xs-down i {
    margin: 0 !important;
    float: none !important;
  }
}

@media (min-width: 576px) {
  .btn-only-icon-sm-up {
    width: 2.2rem !important;
    padding-right: 8px;
    height: 2.2rem;
  }
  .btn-only-icon-sm-up span {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .btn-only-icon-sm-down span {
    display: none !important;
  }
  .btn-only-icon-sm-down i {
    margin: 0 !important;
    float: none !important;
  }
}

@media (min-width: 768px) {
  .btn-only-icon-md-up {
    width: 2.2rem !important;
    padding-right: 8px;
    height: 2.2rem;
  }
  .btn-only-icon-md-up span {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .btn-only-icon-md-down span {
    display: none !important;
  }
  .btn-only-icon-md-down i {
    margin: 0 !important;
    float: none !important;
  }
}

@media (min-width: 992px) {
  .btn-only-icon-lg-up {
    width: 2.2rem !important;
    padding-right: 8px;
    height: 2.2rem;
  }
  .btn-only-icon-lg-up span {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .btn-only-icon-lg-down span {
    display: none !important;
  }
  .btn-only-icon-lg-down i {
    margin: 0 !important;
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .btn-only-icon-xl-up {
    width: 2.2rem !important;
    padding-right: 8px;
    height: 2.2rem;
  }
  .btn-only-icon-xl-up span {
    display: none !important;
  }
}

.btn-only-icon-xl-down span {
  display: none !important;
}

.btn-only-icon-xl-down i {
  margin: 0 !important;
  float: none !important;
}

.card .item-edit, .cmp-address-list .items > div:first-child .item-edit {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.card .item-edit .fa, .cmp-address-list .items > div:first-child .item-edit .fa {
  width: 1em;
  height: 1em;
  color: #b2b1a7;
  transition: all .2s ease-in-out;
}

.card .item-edit .fa:hover, .cmp-address-list .items > div:first-child .item-edit .fa:hover {
  color: #eadec4;
  border-color: #eadec4;
}

.bs4-progress {
  display: -ms-flexbox;
  display: flex;
  height: .75rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem;
}

.bs4-progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  white-space: nowrap;
  transition: width .6s ease;
  background-color: #eadec4;
  color: #fff;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 50%;
  left: 0;
  float: left;
}

.lb-nav a.lb-next {
  width: 50%;
  right: 0;
  float: right;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

/**
* Owl Carousel v2.2.0
* Copyright 2013-2016 David Deutsch
* Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
*/
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

@media (min-width: 576px) {
  .owl-carousel:hover .owl-single-item-nav {
    opacity: 0.3;
  }
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  width: 99%;
  -webkit-transform-style: preserve-3d;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
}

#single-carousel .owl-item img {
  height: 300px;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-single-item-nav.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-prev {
  position: absolute;
  transform: translateY(-50%);
}

.owl-next {
  position: absolute;
  right: 0;
  transform: translateY(-50%);
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0, 0, 0.26, 1), opacity 0.3s cubic-bezier(0, 0, 0.26, 1);
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
* Owl Carousel v2.2.0
* Copyright 2013-2016 David Deutsch
* Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
*/
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  top: 50%;
  width: 100%;
}

.owl-theme .owl-nav [class*='owl-'] {
  font-size: 22px;
  margin: 5px;
  padding: 4px 7px;
  background: rgba(255, 255, 255, 0.75);
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  transition: all 300ms ease;
  opacity: 0;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

@media (max-width: 800px) {
  .owl-theme .owl-dots .owl-dot span {
    display:none;
  }
}


.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/**
Custom classes
**/
.owl-single-item-nav {
  cursor: pointer;
  opacity: 0;
  transition: opacity 300ms;
  top: 40%;
  bottom: 40%;
  max-width: 45px;
}

@media (max-width: 767.98px) {
  .owl-single-item-nav {
    display: none;
  }
}

.owl-single-item-nav:hover {
  opacity: .5 !important;
}

.owl-single-item-nav .owl-single-item-control {
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-36%);
}

.owl-carousel .disabled {
  display: none;
}

.disabled .owl-single-item-nav {
  display: none;
}

.owl-single-item .owl-dots {
  display: none;
}

.owl-thumbs {
  display: none;
}

.owl-carousel .carousel-control {
  background-image: none !important;
  opacity: 1;
  display: block;
  text-align: left;
}

.owl-carousel .carousel-control.right {
  text-align: right;
  right: 0;
}

.owl-carousel .carousel-control.right .owl-single-item-control {
  right: 0;
}

.owl-carousel .carousel-control:hover {
  opacity: 1 !important;
}

.owl-carousel .carousel-control:hover i {
  color: #eadec4;
}

.owl-carousel .owl-single-item-control {
  color: #4D4F4D;
  text-shadow: none;
  font-size: 3rem;
}

@media (max-width: 767.98px) {
  .owl-carousel .owl-single-item-control {
    font-size: 1.5rem;
    padding: 0 0.5rem;
  }
}

.owl-carousel .owl-dots {
  display: block;
}

#thumb-carousel .carousel-control {
  width: 5%;
}

@media (min-width: 576px) {
  #single-carousel .owl-item img {
    height: 500px;
  }
}

.owl-thumbs {
  display: inline-block;
}

.owl-thumbs .owl-thumb {
  object-fit: contain;
  width: 8em;
  height: 8em;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  border: 1px solid transparent;
  margin: .5rem .5rem 0 0;
}

.owl-thumbs .owl-thumb.active, .owl-thumbs .owl-thumb:hover {
  border: 1px solid #eadec4;
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .owl-thumbs .owl-thumb {
    height: 4em;
  }
}

@media (min-width: 992px) {
  #single-carousel .owl-item img {
    height: 600px;
  }
}

@media (min-width: 1200px) {
  #single-carousel .owl-item img {
    height: 700px;
  }
}

@media (min-width: 576px) {
  .full-img-pad {margin-top:0px}
}


@media (min-width: 992px) {
  .full-img-pad {margin-top:-20px}
}



/* Compatibility for IE */
html.ie #single-carousel .owl-item img {
  width: auto;
  display: inline-block;
}

html.ie #single-carousel .owl-item > div {
  text-align: center;
}

html.ie #thumb-carousel .owl-stage {
  display: -ms-flexbox;
  display: flex;
}

html.ie #thumb-carousel .owl-stage .owl-item {
  width: auto !important;
}

html.ie #thumb-carousel .owl-stage .owl-item img {
  width: auto;
  margin-right: 0 !important;
}

.cmp-accordion .accordion-control {
  display: none;
}

.cmp-accordion .accordion-header {
  position: relative;
  display: block;
  cursor: normal;
}

.cmp-accordion .accordion-header::after {
  content: none;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-left: .3em solid transparent;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}

.cmp-accordion .accordion-content {
  height: auto;
  max-height: none;
  overflow: hidden;
}

.cmp-accordion.active-xs-up .accordion-header {
  cursor: pointer;
}

.cmp-accordion.active-xs-up .accordion-header::after {
  content: "";
}

.cmp-accordion.active-xs-up .accordion-content {
  max-height: 0;
}

.cmp-accordion.active-xs-up .accordion-control:checked + .accordion-header::after {
  border-top: 0;
  border-bottom: .3em solid;
}

.cmp-accordion.active-xs-up .accordion-control:checked + .accordion-header + .accordion-content {
  max-height: 100em !important;
}

@media (max-width: 575.98px) {
  .cmp-accordion.active-xs-down .accordion-header {
    cursor: pointer;
  }
  .cmp-accordion.active-xs-down .accordion-header::after {
    content: "";
  }
  .cmp-accordion.active-xs-down .accordion-content {
    max-height: 0;
  }
  .cmp-accordion.active-xs-down .accordion-control:checked + .accordion-header::after {
    border-top: 0;
    border-bottom: .3em solid;
  }
  .cmp-accordion.active-xs-down .accordion-control:checked + .accordion-header + .accordion-content {
    max-height: 100em !important;
  }
}

@media (min-width: 576px) {
  .cmp-accordion.active-sm-up .accordion-header {
    cursor: pointer;
  }
  .cmp-accordion.active-sm-up .accordion-header::after {
    content: "";
  }
  .cmp-accordion.active-sm-up .accordion-content {
    max-height: 0;
  }
  .cmp-accordion.active-sm-up .accordion-control:checked + .accordion-header::after {
    border-top: 0;
    border-bottom: .3em solid;
  }
  .cmp-accordion.active-sm-up .accordion-control:checked + .accordion-header + .accordion-content {
    max-height: 100em !important;
  }
}

@media (max-width: 767.98px) {
  .cmp-accordion.active-sm-down .accordion-header {
    cursor: pointer;
  }
  .cmp-accordion.active-sm-down .accordion-header::after {
    content: "";
  }
  .cmp-accordion.active-sm-down .accordion-content {
    max-height: 0;
  }
  .cmp-accordion.active-sm-down .accordion-control:checked + .accordion-header::after {
    border-top: 0;
    border-bottom: .3em solid;
  }
  .cmp-accordion.active-sm-down .accordion-control:checked + .accordion-header + .accordion-content {
    max-height: 100em !important;
  }
}

@media (min-width: 768px) {
  .cmp-accordion.active-md-up .accordion-header {
    cursor: pointer;
  }
  .cmp-accordion.active-md-up .accordion-header::after {
    content: "";
  }
  .cmp-accordion.active-md-up .accordion-content {
    max-height: 0;
  }
  .cmp-accordion.active-md-up .accordion-control:checked + .accordion-header::after {
    border-top: 0;
    border-bottom: .3em solid;
  }
  .cmp-accordion.active-md-up .accordion-control:checked + .accordion-header + .accordion-content {
    max-height: 100em !important;
  }
}

@media (max-width: 991.98px) {
  .cmp-accordion.active-md-down .accordion-header {
    cursor: pointer;
  }
  .cmp-accordion.active-md-down .accordion-header::after {
    content: "";
  }
  .cmp-accordion.active-md-down .accordion-content {
    max-height: 0;
  }
  .cmp-accordion.active-md-down .accordion-control:checked + .accordion-header::after {
    border-top: 0;
    border-bottom: .3em solid;
  }
  .cmp-accordion.active-md-down .accordion-control:checked + .accordion-header + .accordion-content {
    max-height: 100em !important;
  }
}

@media (min-width: 992px) {
  .cmp-accordion.active-lg-up .accordion-header {
    cursor: pointer;
  }
  .cmp-accordion.active-lg-up .accordion-header::after {
    content: "";
  }
  .cmp-accordion.active-lg-up .accordion-content {
    max-height: 0;
  }
  .cmp-accordion.active-lg-up .accordion-control:checked + .accordion-header::after {
    border-top: 0;
    border-bottom: .3em solid;
  }
  .cmp-accordion.active-lg-up .accordion-control:checked + .accordion-header + .accordion-content {
    max-height: 100em !important;
  }
}

@media (max-width: 1199.98px) {
  .cmp-accordion.active-lg-down .accordion-header {
    cursor: pointer;
  }
  .cmp-accordion.active-lg-down .accordion-header::after {
    content: "";
  }
  .cmp-accordion.active-lg-down .accordion-content {
    max-height: 0;
  }
  .cmp-accordion.active-lg-down .accordion-control:checked + .accordion-header::after {
    border-top: 0;
    border-bottom: .3em solid;
  }
  .cmp-accordion.active-lg-down .accordion-control:checked + .accordion-header + .accordion-content {
    max-height: 100em !important;
  }
}

@media (min-width: 1200px) {
  .cmp-accordion.active-xl-up .accordion-header {
    cursor: pointer;
  }
  .cmp-accordion.active-xl-up .accordion-header::after {
    content: "";
  }
  .cmp-accordion.active-xl-up .accordion-content {
    max-height: 0;
  }
  .cmp-accordion.active-xl-up .accordion-control:checked + .accordion-header::after {
    border-top: 0;
    border-bottom: .3em solid;
  }
  .cmp-accordion.active-xl-up .accordion-control:checked + .accordion-header + .accordion-content {
    max-height: 100em !important;
  }
}

.cmp-accordion.active-xl-down .accordion-header {
  cursor: pointer;
}

.cmp-accordion.active-xl-down .accordion-header::after {
  content: "";
}

.cmp-accordion.active-xl-down .accordion-content {
  max-height: 0;
}

.cmp-accordion.active-xl-down .accordion-control:checked + .accordion-header::after {
  border-top: 0;
  border-bottom: .3em solid;
}

.cmp-accordion.active-xl-down .accordion-control:checked + .accordion-header + .accordion-content {
  max-height: 100em !important;
}

.alert-dynamic {
  position: fixed;
  display: inline-block;
  width: auto;
  top: 10rem;
  right: .5rem;
}

.alert {
  width: 100%;
}

@media (min-width: 576px) {
  .alert {
    width: 400px;
  }
}

.password-info {
  padding: 10px !important;
}

.password-info .info-badge {
  margin-left: 0.2rem;
}

.anicon {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 40px;
  background: transparent;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

.anicon > * {
  display: block;
}

.anicon:hover, .anicon:focus {
  outline: none;
}

.anicon > .anicon-search-item {
  display: inline-block;
  border-radius: 0;
  transition: 0.3s;
  background: transparent;
  position: relative;
  transform: rotateZ(225deg);
  margin-bottom: 3px;
  width: 18px;
}

.anicon > .anicon-search-item:before {
  display: inline-block;
  height: 1px;
  width: 15px;
  border-radius: 2.85714px;
  transition: 0.3s;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

.anicon > .anicon-search-item:after {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  transition: 0.3s;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #000;
  border: 1px solid #fff;
  transform-origin: 50% 50%;
}

@media (min-width: 768px) {
  .anicon.anicon-search-xcross[aria-expanded="false"]:hover > .anicon-search-item:after {
    background: #000;
  }
}

.anicon.anicon-search-xcross[aria-expanded="true"] > .anicon-search-item {
  width: 15px;
  margin-left: 1px;
}

.anicon.anicon-search-xcross[aria-expanded="true"] > .anicon-search-item:before {
  border-radius: 2.85714px;
  background: #fff;
}

.anicon.anicon-search-xcross[aria-expanded="true"] > .anicon-search-item:after {
  border-radius: 2.85714px;
  background: #fff;
  height: 1px;
  width: 100%;
  top: 0;
  right: 0;
  border: 0;
  transform: rotate3d(0, 0, 1, 90deg);
}

.cmp {
  position: relative;
}

.cmp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 1080;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: opacity 300ms, width 0ms 310ms, height 0ms 310ms;
}

.cmp::after {
  content: "LoadingÃ¢â‚¬Â¦";
  color: white;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1090;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
  transition: opacity 300ms, visibility 0ms 310ms;
}

.cmp.wait {
  pointer-events: none;
}

.cmp.wait::before {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: width 0ms, height 0ms, opacity 300ms 10ms;
}

.cmp.wait::after {
  opacity: 1;
  visibility: visible;
  transition: visibility 0ms, opacity 300ms 100ms;
}

.featured-category {
  display: block;
  height: 100%;
  overflow: hidden;
  color: #fff;
  text-align: center;
  font-family: Custom-Font, Helvetica, Arial, sans-serif;
  position: relative;
  overflow: hidden;
}

.featured-category > img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}

.featured-category .featured-category-inner {
  position: absolute;
  width: auto;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: .5rem 1rem;
  background: transparent;
}

.featured-category .featured-category-inner::after {
  display: block;
  clear: both;
  content: "";
}

.featured-category .featured-category-headline {
  font-weight: normal;
  display: block;
  padding: 1rem;
  box-shadow: none;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 1.25rem;
  margin: 1rem;
  width: auto;
  text-align: left;
  transition: all .3s ease;
  background-color: rgba(0, 142, 189, 0.8);
  color: #fff;
}

.featured-category .featured-category-cta {
  display: block;
  border-top: 1px solid #dcdbd8;
  max-height: 0;
  height: auto;
  transition: all 300ms;
}

.featured-category .featured-category-cta span {
  display: block;
  padding: 1rem;
}

.featured-category .featured-category-cta .fa {
  margin-left: .5rem;
}

.featured-category:hover .featured-category-headline {
  background: #eadec4;
  transition: all .3s ease;
}

@media (min-width: 768px) {
  .featured-category .featured-category-headline {
    font-size: 1.75rem;
    padding: 1.5rem;
  }
  .featured-category:hover .featured-category-cta {
    max-height: 5rem;
  }
}

.featured-sale-new {
  display: block;
  height: 100%;
  overflow: hidden;
  color: #fff;
  font-family: Custom-Font, Helvetica, Arial, sans-serif;
  position: relative;
  overflow: hidden;
}

.featured-sale-new > img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}

.featured-sale-new .featured-category-inner {
  position: absolute;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  background: rgba(212, 2, 29, 0.8);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s ease;
}

.featured-sale-new .featured-category-headline {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0;
  text-align: left;
  font-weight: normal;
  display: inline-block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  box-shadow: none;
  background: transparent;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #fff;
}

.featured-sale-new .featured-category-cta {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.9);
  padding: .5em;
  text-align: right;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.featured-sale-new .featured-category-cta .fa {
  margin-left: .5rem;
}

.featured-sale-new:hover .featured-category-inner {
  background: #d4021d;
  transition: all .3s ease;
}

@media (min-width: 992px) {
  .featured-sale-new .featured-category-inner {
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
  }
  .featured-sale-new .featured-category-headline {
    font-size: 4rem;
  }
}

.live-shopping-details {
  position: relative;
  padding: 0;
  margin: 0;
}

.live-shopping-details .live-shopping-item-name {
  padding: 0.8rem;
  margin: 0;
}

.live-shopping-details .live-shopping-item-name > a {
  color: #7a7f7f;
  display: block;
  font-weight: normal;
  line-height: 1.5em;
  position: relative;
  text-align: center;
}

.live-shopping-details .live-shopping-countdown {
  padding: 1rem 0.8rem;
  padding-top: .6rem;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.live-shopping-details .live-shopping-countdown .live-shopping-countdown-separator {
  margin-bottom: .5rem;
  margin-top: 0;
}

.live-shopping-details .live-shopping-countdown .live-shopping-countdown-heading {
  text-align: center;
  margin-bottom: 5px;
}

.live-shopping-details .live-shopping-countdown .live-shopping-countdown-thread-container {
  display: -ms-flexbox;
  display: flex;
}

.live-shopping-details .live-shopping-countdown .live-shopping-countdown-thread-container:not(:last-child) {
  margin-bottom: .5rem;
}

.live-shopping-details .live-shopping-countdown .live-shopping-countdown-thread-container .live-shopping-countdown-thread {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.live-shopping-details .live-shopping-countdown .live-shopping-countdown-thread-container .live-shopping-countdown-thread .live-shopping-countdown-thread-number {
  line-height: 1.1;
  font-size: 2rem;
  font-weight: bold;
}

.live-shopping-details .live-shopping-prices {
  padding: 0.5rem 1rem 0.8rem 1rem;
}

.live-shopping-details .live-shopping-prices .live-shopping-prices-inner {
  display: -ms-grid;
  display: grid;
  grid-template-areas: "top" "bottom";
}

.live-shopping-details .live-shopping-prices .live-shopping-prices-inner .live-shopping-prices-rebate {
  grid-area: bottom;
}

.live-shopping-details .live-shopping-prices .live-shopping-prices-inner .live-shopping-prices-container {
  grid-area: top;
  margin-left: 0;
}

.live-shopping-details .live-shopping-prices .live-shopping-prices-inner .live-shopping-prices-container .live-shopping-price {
  line-height: 1.1;
  font-size: 2rem;
}

.live-shopping-details .live-shopping-prices .live-shopping-prices-additional-info {
  font-size: 80%;
  font-weight: normal;
  text-align: left;
  margin-top: .25rem;
}

.live-shopping-details .live-shopping-prices .live-shopping-prices-additional-info a {
  color: inherit;
  font-weight: bold;
}

.live-shopping-details .live-shopping-progress:not(:last-child) {
  margin-bottom: .5rem;
}

.live-shopping-details .live-shopping-progress .live-shopping-progress-heading {
  text-align: center;
}

.live-shopping-details .live-shopping-progress .live-shopping-progress-heading:not(:last-child) {
  margin-bottom: .5rem;
}

.live-shopping-add-to-basket {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.progress-100 {
  background-color: #28a745;
}

.progress-90 {
  background-color: #3a9c45;
}

.progress-80 {
  background-color: #4c9045;
}

.progress-70 {
  background-color: #5e8545;
}

.progress-60 {
  background-color: #707945;
}

.progress-50 {
  background-color: #826e45;
}

.progress-40 {
  background-color: #946345;
}

.progress-30 {
  background-color: #a65745;
}

.progress-20 {
  background-color: #b84c45;
}

.progress-10 {
  background-color: #ca4045;
}

.progress-0 {
  background-color: #dc3545;
}

.notification-wrapper {
  position: fixed;
  right: .5rem;
  top: 10rem;
}

@media (max-width: 575.98px) {
  .notification-wrapper {
    width: 100%;
    padding: 0 15px;
    right: auto;
  }
}

.popover[x-placement="bottom"] .arrow::after {
  border-bottom-color: #f7f7f7;
}

.input-group-v .input-unit-v1 {
  margin-top: -1px;
  margin-bottom: 0;
  border-radius: 0;
}

.input-group-v > *:first-child {
  margin-top: 0;
  border-top-right-radius: 0.1rem;
  border-top-left-radius: 0.1rem;
}

.input-group-v > *:last-child {
  border-bottom-right-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem;
}

.input-unit.textarea {
  background-color: #fff;
}

.input-unit.textarea > textarea {
  overflow-y: auto;
  white-space: normal;
}

.input-unit.textarea > label {
  background-color: #fff;
  opacity: 0.9;
}

.input-unit {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #dcdbd8;
  border-radius: 0.1rem;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .input-unit.media-xs-d {
    margin-bottom: 15px !important;
  }
}

.input-unit.no-bottom {
  margin-bottom: 0px;
}

.input-unit input[type="date"] {
  max-height: 38px;
}

.input-unit input[type], .input-unit textarea,
.input-unit input:not([type="checkbox"]),
.input-unit input:not([type="radio"]),
.input-unit .input-unit-preview {
  color: #4D4F4D;
  background-color: white;
  border: none;
  box-shadow: none;
  line-height: 1.2em !important;
  padding: 1.3rem 1rem .3rem 1rem;
  width: 100%;
  font-size: 1em;
  outline: none !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  transition: all .2s;
}

.input-unit input[type]:focus, .input-unit input[type].filled, .input-unit textarea:focus, .input-unit textarea.filled,
.input-unit input:not([type="checkbox"]):focus,
.input-unit input:not([type="checkbox"]).filled,
.input-unit input:not([type="radio"]):focus,
.input-unit input:not([type="radio"]).filled,
.input-unit .input-unit-preview:focus,
.input-unit .input-unit-preview.filled {
  color: #4D4F4D;
  background-color: white;
  border-color: #b2b1a7;
}

.input-unit input[type].disabled, .input-unit input[type]:disabled, .input-unit textarea.disabled, .input-unit textarea:disabled,
.input-unit input:not([type="checkbox"]).disabled,
.input-unit input:not([type="checkbox"]):disabled,
.input-unit input:not([type="radio"]).disabled,
.input-unit input:not([type="radio"]):disabled,
.input-unit .input-unit-preview.disabled,
.input-unit .input-unit-preview:disabled {
  background-color: #f7f7f9;
  border-color: #dcdbd8;
  cursor: not-allowed;
}

.input-unit input[type].disabled ~ label, .input-unit input[type]:disabled ~ label, .input-unit textarea.disabled ~ label, .input-unit textarea:disabled ~ label,
.input-unit input:not([type="checkbox"]).disabled ~ label,
.input-unit input:not([type="checkbox"]):disabled ~ label,
.input-unit input:not([type="radio"]).disabled ~ label,
.input-unit input:not([type="radio"]):disabled ~ label,
.input-unit .input-unit-preview.disabled ~ label,
.input-unit .input-unit-preview:disabled ~ label {
  color: #dcdbd8;
  cursor: not-allowed;
}

.input-unit input[type] + .symbol, .input-unit textarea + .symbol,
.input-unit input:not([type="checkbox"]) + .symbol,
.input-unit input:not([type="radio"]) + .symbol,
.input-unit .input-unit-preview + .symbol {
  color: #7a7f7f;
  position: absolute;
  top: 1px;
  right: 1px;
  transition: all .2s;
}

.input-unit input[type].disabled + .symbol, .input-unit input[type]:disabled + .symbol, .input-unit textarea.disabled + .symbol, .input-unit textarea:disabled + .symbol,
.input-unit input:not([type="checkbox"]).disabled + .symbol,
.input-unit input:not([type="checkbox"]):disabled + .symbol,
.input-unit input:not([type="radio"]).disabled + .symbol,
.input-unit input:not([type="radio"]):disabled + .symbol,
.input-unit .input-unit-preview.disabled + .symbol,
.input-unit .input-unit-preview:disabled + .symbol {
  color: #7a7f7f;
}

.input-unit input[type].disabled + label, .input-unit input[type]:disabled + label, .input-unit textarea.disabled + label, .input-unit textarea:disabled + label,
.input-unit input:not([type="checkbox"]).disabled + label,
.input-unit input:not([type="checkbox"]):disabled + label,
.input-unit input:not([type="radio"]).disabled + label,
.input-unit input:not([type="radio"]):disabled + label,
.input-unit .input-unit-preview.disabled + label,
.input-unit .input-unit-preview:disabled + label {
  color: #b2b1a7 !important;
}

.input-unit label,
.input-unit .input-unit-label {
  font-size: .65em;
  line-height: 1em !important;
  text-transform: uppercase;
  letter-spacing: .1px;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  padding: 0.35rem 1rem 0;
  margin-bottom: 0;
  color: #b2b1a7;
  position: absolute;
  top: 0;
  left: 0;
  transition: color .15s;
  cursor: pointer;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.input-unit i {
  font-style: normal;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f7f7f9;
  color: #dcdbd8;
  line-height: 1.2em;
  width: 1.2em;
  text-align: center;
  cursor: pointer;
  border-bottom-right-radius: 2px;
}

.input-unit.error,
.input-feedback-container.has-error > .input-unit {
  z-index: 1000;
  border-color: #dc3545;
}

.input-unit.error input,
.input-feedback-container.has-error > .input-unit input {
  color: #dc3545;
}

.input-unit.error label,
.input-feedback-container.has-error > .input-unit label {
  color: #dc3545;
}

.input-unit.error i,
.input-feedback-container.has-error > .input-unit i {
  background-color: #dc3545;
  color: white;
}

.input-unit.success,
.input-feedback-container.has-success > .input-unit {
  z-index: 1000;
  border-color: #28a745;
}

.input-unit.success input,
.input-feedback-container.has-success > .input-unit input {
  color: #28a745;
}

.input-unit.success label,
.input-feedback-container.has-success > .input-unit label {
  color: #28a745;
}

.input-unit.success i,
.input-feedback-container.has-success > .input-unit i {
  background-color: #28a745;
  color: white;
}

.input-unit .custom-select {
  padding: 1.2rem 2rem .4rem 1rem;
  background-position: calc(100% - 1rem) 1.2rem;
}

.file-input {
  height: 38px;
  cursor: pointer;
}

.file-input > input[type="file"] {
  width: 0;
  height: 0;
  padding: 0;
  visibility: hidden;
}

.file-input > .input-unit-preview {
  height: 38px;
}

.file-input > .input-unit-btn {
  content: "";
  position: absolute;
  width: 38px;
  height: 38px;
  background-color: #dcdbd8;
  display: block;
  right: 0;
  top: 0;
}

.file-input > .input-unit-btn i {
  margin: 10px;
  width: 18px;
  height: 18px;
  font-weight: 300;
  background-color: #dcdbd8;
  color: #212529;
}

.file-input.success .input-unit-btn,
.file-input.success .input-unit-btn i {
  background-color: #28a745;
  color: #fff;
}

.file-input.error .input-unit-btn,
.file-input.error .input-unit-btn i {
  background-color: #dc3545;
  color: #fff;
}

.input-unit.multiple {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
}

.input-unit.multiple > input {
  width: 70%;
}

.input-unit.multiple > select {
  width: 30%;
  border-left: 1px solid #dcdbd8;
}

.remove-disabled-coloring:disabled {
  background-color: initial !important;
}

.form-check {
  transition: all .3s ease;
  cursor: pointer;
  margin-bottom: .75rem;
}

.form-check.error {
  background: #dc3545 !important;
  color: #fff !important;
  border-radius: .1rem;
  transition: all .3s ease;
  padding: .5em 1.75rem;
}

.form-check.error a {
  color: #fff;
}

.form-check.error a:hover {
  color: #f4f4f4;
}

.form-check.error .text-muted {
  color: #fff !important;
}

.input-feedback-container {
  margin-bottom: 15px;
}

.input-feedback-container .input-unit {
  margin-bottom: 0;
}

.input-feedback-container .feedback {
  font-size: .8rem;
  text-align: right;
  display: none;
}

.input-feedback-container .feedback-error {
  color: #dc3545;
}

.input-feedback-container .feedback-success {
  color: #28a745;
}

.input-feedback-container.has-error .feedback-error,
.input-feedback-container.has-success .feedback-success {
  display: block;
}

.unfixed {
  left: 0;
  right: 0;
}

.top-bar {
  color: #fff;
  background-color: #000;
}

@media print {
  .top-bar {
    display: none;
  }
}

.top-bar a:not(.btn) {
  text-decoration: none;
  color: #fff;
  outline: none;
}

.top-bar .search-shown {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
}

@media (min-width: 768px) {
  .top-bar .search-shown {
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
  .top-bar .search-shown .controls .anicon,
  .top-bar .search-shown .controls a:not(.btn) {
    padding: 1rem .8rem;
  }
}

@media (max-width: 767.98px) {
  .top-bar .search-shown {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

.top-bar .search-shown .always-visible-search {
  margin: 5px;
  background-color: #fff;
  -ms-flex: 1;
      flex: 1;
}

.top-bar .search-shown .always-visible-search .search-box-shadow-frame {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 100;
      flex: 100;
}

.top-bar .search-shown .always-visible-search .search-box-shadow-frame .search-input {
  border: none;
  outline: none;
  padding: 0.4rem 1rem;
  font-size: 14px;
  line-height: 1;
  -ms-flex: 1 70%;
      flex: 1 70%;
}

.top-bar .search-shown .always-visible-search .search-box-shadow-frame .search-submit {
  color: #eadec4;
  background-color: #e9ecef;
  border: none;
  font-size: 1.3rem;
  line-height: 1;
  padding: 0.4rem 1rem;
  cursor: pointer;
}

.top-bar.fixed-top {
  position: fixed;
}

.top-bar .controls-list {
  width: 100%;
  margin-bottom: 0;
  font-size: 0;
  display: -ms-flexbox;
  display: flex;
}

.top-bar .controls-list > li {
  font-size: 1rem;
  color: #dcdbd8;
  margin-right: 0;
}

.top-bar .controls-list > li a:not(.btn) {
  padding: 0.5rem .8rem;
  display: inline-block;
  color: #dcdbd8;
}

.top-bar .controls-list > li a:not(.btn):hover {
  background-color: #eadec4;
  color: #fff;
}

.top-bar .controls-list > li .fa:not(.qty-sign) {
  font-size: 1.2rem;
}

.top-bar .controls-list > li .basket-seperator {
  margin: 0 2px;
}

.top-bar .controls-list .control-user {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}

.top-bar .controls-list .control-user #login-change {
  position: relative;
}

.top-bar .controls-list .control-user #login-change > .dropdown .dropdown-toggle {
  transition: all .1s;
}

.top-bar .controls-list .control-user #login-change > .dropdown .dropdown-toggle:after {
  margin-left: 7px;
}

.top-bar .controls-list .control-user #login-change > .dropdown.show > .dropdown-toggle {
  background-color: #282d2f;
  color: #fff;
}

.top-bar .controls-list .control-user #login-change > .dropdown.show .dropdown-menu {
  max-height: 200px;
}

@media (max-width: 991.98px) {
  .top-bar .controls-list .control-user #login-change > .dropdown.show .dropdown-menu {
    width: 105px;
  }
  .top-bar .controls-list .control-user #login-change > .dropdown.show .dropdown-menu.dropdown-menu-right {
    right: initial;
  }
}

.top-bar .controls-list .control-user #login-change > .dropdown .dropdown-menu {
  z-index: 2000;
  transition: all 0.3s;
  max-height: 0;
  display: block;
  overflow: hidden;
  border: none !important;
}

@media (max-width: 991.98px) {
  .top-bar .controls-list .control-user #login-change > .dropdown .dropdown-menu {
    width: 105px;
  }
  .top-bar .controls-list .control-user #login-change > .dropdown .dropdown-menu.dropdown-menu-right {
    right: initial;
  }
}

.top-bar .controls-list .control-user #login-change > .dropdown .dropdown-menu a {
  padding: 1rem .8rem;
  border: 0;
  border-top: 1px solid #dcdbd8;
  display: block;
  background-color: #282d2f;
  color: #fff;
}

.top-bar .controls-list .control-user #login-change > .dropdown .dropdown-menu a:hover {
  color: #fff;
  background-color: #eadec4;
}

.top-bar .controls-list .control-user #login-change > .dropdown .dropdown-menu a > .fa-user {
  margin-right: 5px;
}

.top-bar .controls-list .control-user #login-change > .dropdown .dropdown-menu a > .fa-sign-out {
  margin-right: 3px;
}

.top-bar .controls-list .control-user .account-menu {
  padding: 0;
  margin: 0;
}

.top-bar .controls-list .control-wish-list a .badge-right {
  margin-right: .5rem;
}

.top-bar .controls-list .control-wish-list a i.fa-heart-o {
  font-size: .8rem;
}

.top-bar .controls-list .control-wish-list a i.fa-heart {
  margin-right: .2rem;
  font-size: .8rem;
  color: #e0dfdd;
}

.top-bar .controls-list .control-languages a[aria-expanded="true"],
.top-bar .controls-list .control-search a[aria-expanded="true"] {
  background: #0f71be;
}

.top-bar .controls-list .control-languages a[aria-expanded="true"] > i.fa.fa-search,
.top-bar .controls-list .control-search a[aria-expanded="true"] > i.fa.fa-search {
  display: none;
}

.top-bar .controls-list .control-languages a[aria-expanded="true"] > i.fa.fa-close,
.top-bar .controls-list .control-search a[aria-expanded="true"] > i.fa.fa-close {
  display: inherit;
}

.top-bar .controls-list .control-search a > i {
  min-width: 16px;
}

.top-bar .controls-list .control-search a > i.fa.fa-search {
  display: inherit;
}

.top-bar .controls-list .control-search a > i.fa.fa-close {
  display: none;
}

.top-bar .controls-list .control-basket {
  position: relative;
}

.top-bar .controls-list .control-basket .toggle-basket-preview {
  background-color: #eadec4;
  color: #fff;
}

.top-bar .controls-list .control-basket .toggle-basket-preview .badge {
  font-size: inherit;
  padding: 0;
  line-height: inherit;
  font-weight: inherit;
  margin-left: .5rem;
}

.top-bar .controls-list .control-basket .toggle-basket-preview .badge-right {
  margin-right: .5rem;
}

.top-bar .controls-list .control-basket .toggle-basket-preview:hover {
  background-color: #07a4e9;
}

.navbar {
  padding: 0;
  z-index: 1050;
  background-color: #fff;
}

.navbar .navbar {
  border-radius: 0;
  padding: 0;
  z-index: 1050;
}

.navbar .navbar .dropdown:hover .dropdown-menu {
  display: block !important;
  margin-top: 0;
}


.navbar-nav .nav-item {
  margin: 0 !important;
}

.navbar-nav .nav-item.open {
  position: relative;
}

.navbar-nav .nav-item.active .nav-link, .navbar-nav .nav-item:hover .nav-link {
  background-color: #eadec4;
  color: #fff;
}

.navbar-nav .nav-item .nav-link {
  padding: 1rem;
}



@media (max-width: 575.98px) {

  .top-bar .controls-list .badge-right {
    display:inline;
  }
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav .dropdown-menu {
    position: relative;
    float: none;
    background-color: #f4f4f4;
    border: none;
  }
}

@media (min-width: 768px) {

  .sticky .header .navbar {
    max-width: 690px;
  }
  .sticky .header .navbar .navbar-brand img {
    max-width: 70%;
  }
  .sticky .header .navbar .navbar-toggler {
    top: .75rem;
  }
  .top-bar .list-inline .list-inline-item #login-change a span {
    display: inline-block;
  }
  .header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header .navbar .navbar-brand img {
    max-width: 100%;
  }

}

@media (min-width: 992px) {

  .navbar-nav > .nav-item > .nav-link {
    padding: 1.3rem 1rem;
  }
}

@media (min-width: 1200px) {
  .sticky .header .navbar {
    max-width: 1110px;
  }
}

.account-menu.dropdown-menu.dropdown-menu-right.small, .account-menu.dropdown-menu.dropdown-menu-right.btn-labeled, .basket-preview .account-menu.dropdown-menu.dropdown-menu-right.totals {
  min-width: 100%;
}


.cmp-country-settings,
.cmp-currency-select {
  background-color: #282d2f;
  color: #fff;
  border-bottom: 0;
  z-index: 1070;
  position: fixed;
  top: 30px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.cmp-country-settings.collapsing,
.cmp-currency-select.collapsing {
  overflow: hidden;
}

@media (min-width: 992px) {
  .cmp-country-settings,
  .cmp-currency-select {
    overflow: auto;
    max-height: 90vh;
  }
}

@media (max-width: 767.98px) {
  .cmp-country-settings,
  .cmp-currency-select {
    overflow: auto;
    max-height: 60vh;
  }
}

.cmp-country-settings .shipping-settings,
.cmp-country-settings .language-settings,
.cmp-currency-select .shipping-settings,
.cmp-currency-select .language-settings {
  width: 100%;
}

@media (max-width: 767.98px) {
  .cmp-country-settings .shipping-settings ul,
  .cmp-country-settings .language-settings ul,
  .cmp-currency-select .shipping-settings ul,
  .cmp-currency-select .language-settings ul {
    column-count: 2;
  }
}

.cmp-country-settings ul,
.cmp-currency-select ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .cmp-country-settings ul,
  .cmp-currency-select ul {
    overflow: auto;
    max-height: 40vh;
  }
}

.cmp-country-settings ul li,
.cmp-currency-select ul li {
  width: 100%;
  padding: 0;
  display: inline-block;
  float: left;
}

.cmp-country-settings ul li a,
.cmp-currency-select ul li a {
  display: inline-block;
  padding: .4rem;
  color: #fff;
}

.cmp-country-settings ul li a:hover,
.cmp-currency-select ul li a:hover {
  background-color: #eadec4;
  color: #fff;
}

.cmp-country-settings ul li a.is-disabled,
.cmp-currency-select ul li a.is-disabled {
  cursor: not-allowed;
}

.cmp-country-settings ul li a.is-disabled:hover,
.cmp-currency-select ul li a.is-disabled:hover {
  background-color: #4D4F4D;
  color: #fff;
}

.cmp-country-settings ul li.active a,
.cmp-currency-select ul li.active a {
  background-color: #eadec4;
  color: #fff;
}

.cmp-country-settings ul li.active a.is-disabled,
.cmp-currency-select ul li.active a.is-disabled {
  background-color: #4D4F4D;
  color: #fff;
}

@media (min-width: 768px) {
  .cmp-country-settings ul li,
  .cmp-currency-select ul li {
    width: 50%;
    padding-right: .8rem;
  }
}

@media (min-width: 992px) {
  .cmp-country-settings ul li,
  .cmp-currency-select ul li {
    width: 33.33%;
  }
}

.cmp-country-settings .currency-list ul > li,
.cmp-currency-select .currency-list ul > li {
  width: 16.666667%;
}

.flag-icon-en {
  background-image: url(../images/flags/4x3/gb.svg);
}

.flag-icon-da {
  background-image: url(../images/flags/4x3/dk.svg);
}

.flag-icon-nn {
  background-image: url(../images/flags/4x3/no.svg);
}

.fixed-top .cmp-country-settings,
.fixed-top .cmp-currency-select {
  top: auto;
}


nav.navbar .container-max {
  display: block;
}

nav.navbar ul.nav li.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0px;
}

.dropdown-menu.dropdown-menu-right {
  min-width: 100%;
}

.dropdown-item.special-case {
  padding: 3px 5px !important;
}

/* settings */
body.menu-is-visible {
  overflow-y: hidden;
  position: fixed;
}

#mainNavbarCollapsable {
  background: #eadec4;
  bottom: 0;
  color: #fff;
  font-size: 1.2em;
  left: 0;
  opacity: .6;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(-100%);
  transition: all .3s ease;
}

#mainNavbarCollapsable.open {
  opacity: 1;
  transform: translateX(0);
}

#mainNavbarCollapsable ul.breadcrumb {
  background: #282d2f;
  max-width: initial;
  font-size: .8em;
  padding: 0 calc(15px + .5em) 0 15px;
}

#mainNavbarCollapsable ul.breadcrumb li {
  display: inline-block;
  cursor: pointer;
  padding: .8rem 0 .75rem;
}

#mainNavbarCollapsable ul.breadcrumb li.btnClose {
  float: right;
  padding-top: .6em;
}

#mainNavbarCollapsable ul.breadcrumb li.btnClose:before {
  content: "\f00d";
  font-family: "FontAwesome";
  font-size: 1.2em;
}

#mainNavbarCollapsable ul.breadcrumb li:not(:first-of-type) a:before {
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 1rem;
  padding: 0 .3rem;
}

#mainNavbarCollapsable ul.breadcrumb li:first-of-type a:before {
  display: none !important;
}

#mainNavbarCollapsable ul.mainmenu {
  list-style: none;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

#mainNavbarCollapsable ul.mainmenu:empty {
  min-height: 4.1rem;
}

#mainNavbarCollapsable ul.mainmenu li {
  width: 100%;
  cursor: pointer;
  float: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#mainNavbarCollapsable ul.mainmenu li a {
  color: inherit;
  display: inline-block;
  padding: 1rem;
  -ms-flex: 1 0 80%;
      flex: 1 0 80%;
}

#mainNavbarCollapsable ul.mainmenu li .nav-direction {
  padding: 1rem;
  -ms-flex: 1 0 20%;
      flex: 1 0 20%;
  text-align: center;
}

#mainNavbarCollapsable ul.mainmenu li ul {
  background: #eadec4;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  width: 100%;
}

#mainNavbarCollapsable ul.mainmenu li.ddown .nav-direction i {
  transition: transform 300ms ease-out;
  transform: rotateX(0deg);
}

#mainNavbarCollapsable ul.mainmenu li.ddown .nav-direction[aria-expanded="true"] i {
  transform: rotateX(180deg);
}

@media (min-width: 576px) {
  #mainNavbarCollapsable ul.mainmenu li .nav-direction {
    padding-right: calc(4px + .5em);
  }
}

@media (min-width: 992px) {
  #mainNavbarCollapsable {
    background-color: transparent;
    display: block !important;
    opacity: 1;
    overflow: visible;
    position: relative;
    transform: translateX(0);
    width: 100%;
    font-family: 'Ubuntu', sans-serif;
    font-weight:600;
    font-size: 13px;
    text-transform:uppercase;
    transition: all .1s ease;
  }
  #mainNavbarCollapsable .breadcrumb {
    display: none !important;
  }
  #mainNavbarCollapsable ul.mainmenu {
    color: #3e3e3e;
    text-align: right;
  }
  #mainNavbarCollapsable ul.mainmenu .open > ul {
    display: none !important;
  }
  #mainNavbarCollapsable ul.mainmenu > li {
    display: inline-block;
    width: auto;
    position: relative;
    transition: all 300ms;
  }
  #mainNavbarCollapsable ul.mainmenu > li > a {
    padding: 0.6rem 1rem;
    width: 100%;
  }
  #mainNavbarCollapsable ul.mainmenu > li > ul {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: all .1s ease;
    background: #3d3d3d;
    height: auto;
    top: 100%;
    text-align: center;
    width: auto;
    max-width: 25em;
    min-width: 100%;
    word-wrap: break-word;
    position: absolute;
  }
  #mainNavbarCollapsable ul.mainmenu > li > ul > li {
    background: transparent;
    color: #fff;
    transition: all .1s ease;
    width: 100%;
    min-width: 150px;
    text-align: initial;
  }
  .no-touch #mainNavbarCollapsable ul.mainmenu > li > ul > li:hover,
  .touch #mainNavbarCollapsable ul.mainmenu > li > ul > li.hover {
    background: #eadec4;
    color: #fff;
    text-decoration: none;
  }
  .megamenu #mainNavbarCollapsable ul.mainmenu > li > ul > li:hover {
    background: none;
  }
  #mainNavbarCollapsable ul.mainmenu > li > ul > li > a {
    width: 100%;
  }
  .no-touch #mainNavbarCollapsable ul.mainmenu > li:hover,
  .touch #mainNavbarCollapsable ul.mainmenu > li.hover {
    background-color: #eadec4;
    color: #fff;
    transition: all .1s ease;
  }
  .no-touch #mainNavbarCollapsable ul.mainmenu > li:hover > ul,
  .touch #mainNavbarCollapsable ul.mainmenu > li.hover > ul {
    visibility: visible;
    opacity: 1;
    transition: all .1s ease;
  }
  #mainNavbarCollapsable ul.mainmenu > li.ddown > a {
    transition: all 0s;
  }
  #mainNavbarCollapsable ul.mainmenu > li.ddown > a:after {
    content: '\f0d7';
    display:none;
    font-size: inherit;
    padding-left: .5em;
    border: none;
    float: right;
    font-family: FontAwesome;
    height: auto;
    width: auto;
  }
  #mainNavbarCollapsable ul.mainmenu > li.ddown .ddown a:after {
    display: none;
  }
}

@media (min-width: 992px) {
  nav.navbar.megamenu {
    position: relative;
  }
  nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu {
    background: transparent;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    width: 100%;
  }
  nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu > li {
    position: static;
  }
  .no-touch nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu > li:hover,
  .touch nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu > li.hover {
    background: transparent !important;
    color: #004157 !important;
  }
  .no-touch nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu > li:hover > ul.collapse,
  .touch nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu > li.hover > ul.collapse {
    display: block;
  }
  nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu > li > ul.collapse {
    background-color: #fff;
    box-shadow: 0px 15px 10px -20px #5c5c5c;
    column-gap: .5em;
    column-rule: 1px solid #dcdbd7;
    display: none;
    padding: 1em 0;
    min-height: 7em;
    max-height: 86vh;
    column-count: 5;
    overflow-x: auto;
    overflow-y: hidden;
    column-fill: balance;
  }
  nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu > li > ul.collapse li {
    display: list-item;
    float: none;
  }
  nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu > li > ul.collapse > li ul.nav-dropdown-inner {
    background-color: #fff;
    padding-bottom: 1em;
  }
  nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu > li > ul.collapse > li ul.nav-dropdown-inner > li {
    padding: 0 1.5em;
    line-height: 170%;
    text-align: left;
  }
  nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu > li > ul.collapse > li ul.nav-dropdown-inner > li.bt-more > a {
    color: #7a7f7f;
    text-transform: lowercase;
  }
  nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu > li > ul.collapse > li ul.nav-dropdown-inner > li > a {
    color: #000;
    padding: 0;
  }
  nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu > li > ul.collapse > li ul.nav-dropdown-inner .level1 > a {
    color: #1d1d1d;
    font-size:14px;
    font-weight:normal;
    font-family: 'Ubuntu', serif;
  }

  nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu > li > ul.collapse > li ul.nav-dropdown-inner .level1 > a:hover {
      text-decoration:none;
      color:#6f695d;
  }


  nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu > li > ul.collapse > li ul.nav-dropdown-inner .level2 > a {
    color: #1d1d1d;
    font-size:14px;
    font-weight:normal;
    font-family: 'Ubuntu', serif;

  }

  nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu > li > ul.collapse > li ul.nav-dropdown-inner .level2 > a:hover {
    text-decoration:none;
    color:#6f695d;
}


  nav.navbar.megamenu #mainNavbarCollapsable ul.mainmenu > li > ul.collapse > li ul.nav-dropdown-inner .level3 {
    padding-left: 2.5em;
  }
}


.nav-menu {display:-webkit-box;	display:-ms-flexbox; display:flex; margin:0; padding:0;	list-style:none; border-bottom:0;	border-top:0;	-webkit-box-align:center;	-ms-flex-align:center;	align-items:center;	-webkit-box-pack:justify;	-ms-flex-pack:justify;justify-content:space-between}

@media (min-width: 992px)
{.nav-menu {margin-bottom:30px}
}
.nav-menu path {fill:#eadec4}
.nav-menu>li {-webkit-box-flex:2;	-ms-flex-positive:2;flex-grow:2}
.nav-menu>li:not(:last-child) {border-right:1px solid #f9f1e0}
.nav-menu>li.active>a {color:#fff; background:#eadec4}
.nav-menu>li:hover>a {-webkit-transition:all 10ms 10ms linear; transition:all 10ms 10ms linear;	color:#82765b !important;}
.nav-menu>li:hover>a path {-webkit-transition:all 10ms 10ms linear; transition:all 10ms 10ms linear; fill:#fff}
.nav-menu>li>a {display:block; font-size:1.4rem;font-family: 'Ubuntu Condensed', sans-serif; text-transform:uppercase; font-weight:normal; text-align:center; padding:16.5px 10px;	-webkit-transition:all 300ms;	transition:all 300ms;	color:#494949}
@media (min-width: 1200px) {
.nav-menu>li>a {font-size:1.6em; font-family: 'Ubuntu Condensed', sans-serif; text-transform:uppercase; font-weight:normal; text-align:center; padding:16.5px 10px;}
}
.nav-menu li:hover ul {visibility:visible; z-index:10; opacity:1;	filter:alpha(opacity=100);}
.nav-menu .home a {border-radius:5px 0 0 5px}
.nav-menu  a {display:-webkit-box; display:-ms-flexbox;	display:flex;	width:100%;	text-transform:none; line-height:30px; border-radius:0 5px 5px 0; -webkit-box-align:center; -ms-flex-align:center; align-items:center;	-webkit-box-pack:center;
	-ms-flex-pack:center;	justify-content:center}
.nav-menu  svg:first-child {position:relative;	top:-3px}
.nav-menu span {margin:0 5px}


.logo-top-pad {padding:15px 10px 0 0px}

.logo-top {max-width:260px}

@media (max-width: 990px) {
  .logo-top {max-width:200px}
}

@media (max-width: 991px) {
  .logo-top-pad {padding:15px 0 10px 0; text-align:center}
}


.hb-1 {display:block}
.hb-1-1 {display:block}
.hb-1-2 {display:block}
.hb-2-2 {display:block}



@media (max-width: 991px) {
  .hb-1 {display:none}
  .hb-1-1 {display:none}
  .hb-1-2 {display:none}
  .hb-2 {display:none}
  }



  .badge-top-2 {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    font-family:Arial, sans-serif;
    font-size:12px;
    font-weight:400;
    line-height:22px;
    width:22px;
    height:22px;
    position:absolute;
    z-index:1;
    top:34px;
    right:0px;
    text-align:center;
    color:#000;
    border:2px solid #fff;
    border-radius:50%;
    background-color:#eadec4;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
  }


  .badge-top-mobile-2 {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    font-family:Arial, sans-serif;
    font-size:11px;
    font-weight:400;
    line-height:22px;
    width:20px;
    height:20px;
    position:absolute;
    z-index:1;
    top:0px;
    right:0px;
    text-align:center;
    color:#000;
    border:2px solid #fff;
    border-radius:50%;
    background-color:#eadec4;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
  }


  .badge-wishlist {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    font-family:Arial, sans-serif;
    font-size:12px;
    font-weight:400;
    line-height:22px;
    width:22px;
    height:22px;
    position:absolute;
    z-index:1;
    top:34px;
    right:82px;
    text-align:center;
    color:#000;
    border:2px solid #fff;
    border-radius:50%;
    background-color:#eadec4;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
  }


    @media (max-width: 991px) {
      .mobile-top-bar {display:block}
    }

    @media (min-width: 992px) {
      .mobile-top-bar  {display:none}
      }


      @media (max-width: 991px) {
        .full-top-bar {display:none}
      }


    @media (min-width: 992px) {
      .full-top-bar {padding:10px 0; background:#000; display:block}
    }



.toplogo {padding:15px 10px 10px 0}
.toplogo img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
}
.toplogo:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

@media (max-width: 991px) {
.toplogo {display:none}
}



.mobile-navigation {
  background: #eadec4;
  bottom: 0;
  color: #fff;
  font-size: 1.2em;
  left: 0;
  opacity: .6;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: all .3s ease;
  z-index: 99999;
  -webkit-overflow-scrolling: touch;
}

.mobile-navigation.open {
  opacity: 1;
  transform: translateX(0);
}

.mobile-navigation ul.breadcrumb {
  background: #282d2f;
  max-width: initial;
  font-size: .8em;
  padding: 0 calc(15px + .5em) 0 15px;
  display: block;
}

.mobile-navigation ul.breadcrumb li {
  display: inline-block;
  cursor: pointer;
  padding: .8rem 0 .75rem;
}

.mobile-navigation ul.breadcrumb li:last-child {
  pointer-events: none;
}

.mobile-navigation ul.breadcrumb li.btn-close {
  float: right;
  padding-top: .6em;
}

.mobile-navigation ul.breadcrumb li.btn-close:before {
  content: "\f00d";
  font-family: "FontAwesome";
  font-size: 1.2em;
}

.mobile-navigation ul.breadcrumb li:not(:first-of-type) a:before {
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 1rem;
  padding: 0 .3rem;
}

.mobile-navigation ul.breadcrumb li:first-of-type a:before {
  display: none !important;
}

.mobile-navigation ul.mainmenu {
  list-style: none;
  height: 90%;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  display: none;
}

.mobile-navigation ul.mainmenu.menu-active {
  display: block !important;
}

.mobile-navigation ul.mainmenu .btn-up {
  -ms-flex: none !important;
      flex: none !important;
  transform: rotateY(180deg);
}

.mobile-navigation ul.mainmenu li {
  width: 100%;
  cursor: pointer;
  float: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mobile-navigation ul.mainmenu li a {
  color: inherit;
  font-family: 'Ubuntu Condensed', serif;
  color:#3e3e3e;
  display: inline-block;
  padding: 1rem;
  -ms-flex: 1 0 80%;
      flex: 1 0 80%;
}

.mobile-navigation ul.mainmenu li a:hover {
  color: #4c4c4c;
}

.mobile-navigation ul.mainmenu li .nav-direction {
  padding: 1rem;
  -ms-flex: 1 0 20%;
      flex: 1 0 20%;
  text-align: center;
}

.mobile-navigation ul.mainmenu li ul {
  background: #eadec4;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  width: 100%;
}

.mobile-navigation ul.mainmenu li.ddown .nav-direction i {
  transition: transform 300ms ease-out;
  transform: rotateX(0deg);
}

.mobile-navigation ul.mainmenu li.ddown .nav-direction[aria-expanded="true"] i {
  transform: rotateX(180deg);
}

.breadcrumb-item-transition {
  transition: all 1s ease;
  overflow: hidden;
}

.breadcrumb-item-enter, .breadcrumb-item-leave {
  opacity: 0;
  transform: translateX(-30px);
}

.mainmenu-[class^='animate-'],
.mainmenu[class*=' animate-'] {
  display: block !important;
}

.animate-outToRight .ddown {
  animation: outToRight 0.2s both cubic-bezier(0.7, 0, 0.3, 1);
}

@keyframes outToRight {
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.animate-outToLeft .ddown {
  animation: outToLeft 0.2s both cubic-bezier(0.7, 0, 0.3, 1);
}

@keyframes outToLeft {
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.animate-inFromLeft .ddown {
  animation: inFromLeft 0.2s both cubic-bezier(0.7, 0, 0.3, 1);
}

@keyframes inFromLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.animate-inFromRight .ddown {
  animation: inFromRight 0.2s both cubic-bezier(0.7, 0, 0.3, 1);
}

@keyframes inFromRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}



.to-top {
  display: block;
  background-color: #4D4F4D;
  text-align: center;
  padding: .5rem .5rem;
  text-decoration: none !important;
  cursor: pointer;
  width: 100%;
}

.to-top:hover {
  background-color: #282d2f;
}

.to-top i {
  color: white;
  font-size: 1.5em;
  padding: .5em 0;
}

.back-to-top-center {
  text-decoration: none;
  opacity: .5;
  transition: opacity .3s;
  border: 1px solid #282d2f;
  cursor: pointer;
  text-align: center;
  position: fixed;
  bottom: -17px;
  left: 50%;
  width: 94px;
  height: 50px;
  margin-left: -47px;
  z-index: 1000;
  overflow: hidden;
  background: #fff;
  padding: 20px;
  display: none;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.back-to-top-center:hover {
  opacity: 1;
}

.back-to-top-center i {
  font-size: 29px;
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 40px;
  display: block;
  z-index: 1;
}

.back-to-top {
  margin: 0;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 40px;
  height: 40px;
  z-index: 100;
  display: none;
  text-decoration: none;
  opacity: 0.5;
  transition: opacity 300ms;
  border: 1px solid #282d2f;
  background: #4D4F4D;
  border-radius: 0.1rem;
  cursor: pointer;
  text-align: center;
}

.back-to-top:hover {
  opacity: 1;
}

.back-to-top i {
  font-size: 29px;
  color: #f7f7f9;
}

.footer {
  display: block;
  background-color: #fff;
}

@media print {
  .footer {
    display: none;
  }
}

.footer a {
  color: #4D4F4D;
}

.footer .svg.plenty-brand {
  padding: 0 .5em;
}

.footer .svg.plenty-brand path {
  fill: #4D4F4D;
}

.footer .footer-features {
  border-top: 1px solid transparent;
  background-color: #dadae3;
  color: #4D4F4D;
  max-width: 1170px;
}

.footer .footer-features i {
  color: #4D4F4D !important;
}

.footer .footer-content {
  max-width: 1170px;
}

.footer .footer-services {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
}

.footer .footer-services .services-payment,
.footer .footer-services .services-shipping,
.footer .footer-services .services-certificate {
  display: inline-block;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}

.footer .footer-services .services-certificate {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}

.footer .footer-services .services-title {
  width: 100%;
}

.footer .footer-services a {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  display: inline-block;
  max-width: 5rem;
  margin-right: .5rem;
}

.footer .footer-services img {
  max-height: 4rem;
}

.footer .footer-column h2 {
  font-weight: 700;
}

.footer .btn-mail {
  background-color: #7a7f7f;
  color: white;
}

.footer .btn-mail i {
  padding: 0 1rem;
}

.footer .btn-mail:hover {
  background-color: #b2b1a7;
}

@media (min-width: 576px) {
  .footer .footer-services {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
  }
}

.plenty-brand {
  height: 30px;
  margin: 2em 0 0.2em;
}

.static-link-list {
  margin-bottom: -15px;
}

.static-link-list a {
  color: black;
  margin-right: 10px;
}

.cmp-order-item {
  position: relative;
  margin-bottom: 1em;
}

.cmp-order-item .item-main {
  display: table;
}

.cmp-order-item .item-image {
  display: table-cell;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}

.cmp-order-item .item-image > noscript, .cmp-order-item .item-image a > img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.cmp-order-item .item-image .owl-carousel {
  height: 100%;
}

.cmp-order-item .item-image .owl-carousel .owl-stage-outer {
  height: 100%;
}

.cmp-order-item .item-image .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}

.cmp-order-item .item-image .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}

.cmp-order-item .item-image .owl-carousel .owl-stage-outer .owl-stage .owl-item img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.cmp-order-item .item-details {
  display: table-cell;
  vertical-align: top;
  padding-left: .5rem;
}

.cmp-order-item .item-bundle {
  width: 300px;
  font-weight: 700;
  font-size: 80%;
}

.cmp-order-item .item-name {
  display: -webkit-box;
  text-overflow: ellipsis;
  max-height: 3em;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 700;
  margin-bottom: .25rem;
}

.cmp-order-item .item-name:after {
  content: "Ã¢â‚¬Â¦";
  display: inline-block;
  height: 50%;
  position: absolute;
  right: .25em;
  bottom: 0;
  background-color: white;
}

.cmp-order-item .item-total-price {
  font-size: 1.5em;
  font-weight: 700;
  text-align: right;
}

.cmp-order-item .item-remove {
  position: absolute;
  bottom: 1em;
  right: 0;
  line-height: 1;
  color: #dcdbd8;
  cursor: pointer;
  transition: color 250ms;
}

.cmp-order-item .item-remove:hover {
  color: #dc3545;
}

@media (min-width: 576px) {
  .cmp-order-item .item-unit-price,
  .cmp-order-item .item-total-price {
    width: auto !important;
    text-align: right;
  }
}

.cmp-order-item .item-word-break {
  word-wrap: break-word;
}

@media (max-width: 575.98px) {
  .cmp-order-item .item-word-break {
    word-break: break-all;
  }
}

.payment-link-style {
  color: #eadec4 !important;
  cursor: pointer !important;
  padding: 0 15px !important;
}

.payment-link-style span {
  text-decoration: underline !important;
}

.top-spacer {
  margin-top: .5rem;
}

.cmp-address-list .items {
  position: relative;
}

.cmp-address-list .items > div:first-child {
  margin-bottom: 0;
}

.cmp-address-list .dropdown-toggle:after {
  position: absolute;
  top: 80%;
  right: 1.5rem;
  transform: translateY(-50%);
}

.cmp-address-list .items.open .dropdown-toggle {
  border-bottom: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.cmp-address-list .dropdown-menu {
  width: 100%;
  margin: 0;
  padding: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top: none;
  border: 1px solid #dcdbd8;
}

.cmp-address-list ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  max-height: 500px;
  overflow-x: none;
  overflow-y: auto;
}

.cmp-address-list .add-item {
  position: absolute;
}

@media (max-width: 575.98px) {
  .cmp-address-list .add-item {
    top: 0;
    right: 0;
  }
  .cmp-address-list .add-item button {
    min-width: auto !important;
    width: 50px;
    height: 74px;
  }
}

@media (min-width: 576px) {
  .cmp-address-list .add-item {
    top: 1em;
    right: 1em;
  }
}

.cmp-address-list .item {
  padding: 0;
  border-bottom: 1px solid #dcdbd8;
  position: relative;
}

.cmp-address-list .item input {
  display: none;
}

.cmp-address-list .item input:checked + .item-inner {
  box-shadow: inset 0 0 0 0.1rem #eadec4;
  color: #000;
  background-color: #d9edf7;
}

.cmp-address-list .item input:checked + .item-inner .item-edit .fa:hover {
  color: white;
}

.cmp-address-list .item input:checked + .item-controls .fa:hover {
  color: white;
  cursor: pointer;
}

.cmp-address-list .item:last-of-type {
  border-bottom: none;
}

.cmp-address-list .item-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  cursor: pointer;
  padding: 1em;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .cmp-address-list .item-inner .item-controls {
    width: 83px;
  }
}

@media (min-width: 768px) {
  .cmp-address-list .item-inner .item-controls {
    width: 75px;
  }
}

.cmp-address-list .item-edit .btn {
  width: 2.2rem;
  padding-right: 6px;
  height: 2.2rem;
}

.cmp-address-list .item-edit .fa {
  color: #fff;
  margin-top: 1px;
  transition: all .2s ease-in-out;
}

.cmp-address-list .item-remove .btn {
  width: 2.2rem;
  padding-right: 9px;
  height: 2.2rem;
}

.cmp-address-list .item-remove .fa {
  color: #fff;
  transition: all .2s ease-in-out;
  margin-top: -1px;
}

.cmp-address-list .item-content {
  display: inline-block;
  width: 100%;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

.cmp-address-list .item-content strong, .cmp-address-list .item-content span {
  display: block;
}

@media (min-width: 768px) {
  .cmp-address-list .items {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
  }
}

.checkout header h4 {
  line-height: 2.5rem;
}

.cmp-basket-item, .cmp-order-item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  border-bottom: 1px solid #dcdbd8;
}

.cmp-basket-item .toggle-description, .cmp-order-item .toggle-description,
.cmp-basket-item .item-toggle,
.cmp-order-item .item-toggle {
  display: none;
}

.cmp-basket-item .item-image, .cmp-order-item .item-image {
  -ms-flex: 0 1 6em;
      flex: 0 1 6em;
  position: relative;
  overflow: hidden;
}

.cmp-basket-item .item-image > noscript, .cmp-order-item .item-image > noscript, .cmp-basket-item .item-image a > img, .cmp-order-item .item-image a > img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.cmp-basket-item .item-image .owl-carousel, .cmp-order-item .item-image .owl-carousel {
  height: 100%;
}

.cmp-basket-item .item-image .owl-carousel .owl-stage-outer, .cmp-order-item .item-image .owl-carousel .owl-stage-outer {
  height: 100%;
}

.cmp-basket-item .item-image .owl-carousel .owl-stage-outer .owl-stage, .cmp-order-item .item-image .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}

.cmp-basket-item .item-image .owl-carousel .owl-stage-outer .owl-stage .owl-item, .cmp-order-item .item-image .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}

.cmp-basket-item .item-image .owl-carousel .owl-stage-outer .owl-stage .owl-item img, .cmp-order-item .item-image .owl-carousel .owl-stage-outer .owl-stage .owl-item img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.cmp-basket-item .item-image img, .cmp-order-item .item-image img {
  width: 100%;
  height: auto;
}

.cmp-basket-item .item-details, .cmp-order-item .item-details {
  margin-top: 1em;
  -ms-flex: 1;
      flex: 1;
}

.cmp-basket-item .item-details > div[class^="item-"], .cmp-order-item .item-details > div[class^="item-"] {
  display: block;
  margin-bottom: .5rem;
}

.cmp-basket-item .item-details > div[class^="item-"]:last-of-type, .cmp-order-item .item-details > div[class^="item-"]:last-of-type {
  margin-bottom: 0;
}

.cmp-basket-item .item-name, .cmp-order-item .item-name {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  text-overflow: ellipsis;
  max-height: 3em;
  overflow: hidden;
  -ms-flex-direction: column;
      flex-direction: column;
  font-weight: 700;
  margin-bottom: .5rem;
}

.cmp-basket-item .item-name:after, .cmp-order-item .item-name:after {
  content: "Ã¢â‚¬Â¦";
  display: inline-block;
  height: 50%;
  position: absolute;
  right: .25em;
  bottom: 0;
}

.cmp-basket-item .item-quantity, .cmp-order-item .item-quantity {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  height: 6em;
}

.cmp-basket-item .item-quantity .item-unit-price, .cmp-order-item .item-quantity .item-unit-price {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -ms-flex: 0;
      flex: 0;
}

.cmp-basket-item .item-quantity .item-total-price, .cmp-order-item .item-quantity .item-total-price {
  -ms-flex: 0;
      flex: 0;
  font-size: 1.5em;
  font-weight: 700;
  text-align: right;
}

.cmp-basket-item .item-quantity .input-group.vert, .cmp-order-item .item-quantity .input-group.vert {
  display: block;
  padding: 0 1em;
  -ms-flex: 1;
      flex: 1;
  width: 5em;
}

.cmp-basket-item .item-quantity .btn, .cmp-order-item .item-quantity .btn {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.cmp-basket-item .item-quantity .form-control, .cmp-order-item .item-quantity .form-control {
  padding-left: .25rem;
  padding-right: .25rem;
  text-align: center;
}

.cmp-basket-item .varianten-content, .cmp-order-item .varianten-content {
  padding-top: 0;
  transition: all 300ms;
}

.cmp-basket-item .varianten-content, .cmp-order-item .varianten-content,
.cmp-basket-item .item-description,
.cmp-order-item .item-description {
  max-height: 0;
  height: auto;
  overflow: hidden;
  margin-bottom: 0;
  transition: max-height 300ms;
}

.cmp-basket-item .expand-btn, .cmp-order-item .expand-btn {
  display: block;
  position: relative;
  z-index: 999;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.cmp-basket-item .expand-btn:before, .cmp-order-item .expand-btn:before {
  content: "";
  display: block;
  width: 100%;
  height: 1.5em;
  border-bottom: 1px solid #dcdbd8;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.cmp-basket-item .expand-btn:after, .cmp-order-item .expand-btn:after {
  content: attr(data-show-more);
  font-weight: 700;
  color: #b2b1a7;
  display: inline-block;
  position: relative;
  background-color: #fff;
  padding: 0 .5em;
  top: -.8em;
}

.cmp-basket-item .toggle-description:checked ~ .item-description, .cmp-order-item .toggle-description:checked ~ .item-description {
  max-height: 70em;
}

.cmp-basket-item .toggle-description:checked ~ .expand-btn:after, .cmp-order-item .toggle-description:checked ~ .expand-btn:after {
  content: attr(data-show-less);
}

.cmp-basket-item .toggle-variations:checked ~ .varianten-content, .cmp-order-item .toggle-variations:checked ~ .varianten-content {
  padding-top: 1em;
  max-height: 25em;
}

.cmp-basket-item .item-remove, .cmp-order-item .item-remove {
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 1;
  color: #dcdbd8;
  cursor: pointer;
  transition: all .2s;
  text-decoration: none;
}

.cmp-basket-item .item-remove.btn-link > .message, .cmp-order-item .item-remove.btn-link > .message {
  margin-right: 5px;
}

.cmp-basket-item .item-remove.btn-link > .btn-trans, .cmp-order-item .item-remove.btn-link > .btn-trans {
  right: 0;
}

.cmp-basket-item .item-remove:hover, .cmp-order-item .item-remove:hover {
  color: #dc3545;
}

.cmp-basket-item .item-remove.btn-danger:hover, .cmp-order-item .item-remove.btn-danger:hover {
  color: white;
}

.cmp-basket-item .item-remove:focus, .cmp-order-item .item-remove:focus {
  outline: none;
}

@media (min-width: 576px) {
  .cmp-basket-item, .cmp-order-item {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
  }
  .cmp-basket-item .item-details, .cmp-order-item .item-details {
    -ms-flex-order: 2;
        order: 2;
    -ms-flex: 1;
        flex: 1;
    margin-top: 0;
    margin-left: 1em;
  }
  .cmp-basket-item .varianten, .cmp-order-item .varianten {
    padding-right: 1em;
  }
  .cmp-basket-item .item-quantity, .cmp-order-item .item-quantity {
    position: static;
    -ms-flex-order: 3;
        order: 3;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .cmp-basket-item .item-quantity .item-unit-price, .cmp-order-item .item-quantity .item-unit-price {
    -ms-flex-item-align: start;
        align-self: flex-start;
    text-align: center;
    -ms-flex-order: 1;
        order: 1;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
  }
  .cmp-basket-item .item-quantity .input-group.vert, .cmp-order-item .item-quantity .input-group.vert {
    -ms-flex-item-align: start;
        align-self: flex-start;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    display: table;
    -ms-flex-order: 2;
        order: 2;
    left: 20%;
  }
  .cmp-basket-item .item-quantity .item-total-price, .cmp-order-item .item-quantity .item-total-price {
    -ms-flex-item-align: start;
        align-self: flex-start;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    -ms-flex-order: 3;
        order: 3;
  }
  .cmp-basket-item .item-remove, .cmp-order-item .item-remove {
    bottom: 1em;
  }
}

@media (min-width: 768px) {
  .cmp-basket-item .item-quantity .input-group.vert, .cmp-order-item .item-quantity .input-group.vert {
    left: 5%;
  }
}

@media (min-width: 992px) {
  .cmp-basket-item .item-quantity .input-group.vert, .cmp-order-item .item-quantity .input-group.vert {
    left: 20%;
  }
}

.img-basket-small {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.no-pointer-events {
  pointer-events: none;
}

/* Compatibility for IE */
html.ie .confirmation-order-list .cmp-order-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-preferred-size: 84px;
      flex-basis: 84px;
}

html.ie .confirmation-order-list .cmp-order-item .item-image {
  width: 84px;
  height: auto;
}

html.ie .confirmation-order-list .cmp-order-item .item-name {
  max-height: none;
}

html.ie .confirmation-order-list .cmp-order-item .item-details {
  margin-top: 0;
  display: block;
  -ms-flex-positive: 2;
      flex-grow: 2;
}

html.ie .confirmation-order-list .cmp-order-item .item-details .row strong:first-of-type {
  min-width: 90px;
  width: auto;
}

html.ie .confirmation-order-list .cmp-order-item .item-details .row span,
html.ie .confirmation-order-list .cmp-order-item .item-details .row strong:nth-of-type(2) {
  width: auto;
}

@media (max-width: 767.98px) {
  html.ie .confirmation-order-list .cmp-order-item .item-details {
    -ms-flex-order: 2;
    order: 2;
    -ms-flex: 1;
    flex: 1;
  }
}

@media (min-width: 576px) {
  .main .basket .basket-item-container .basket-item-container-right {
    display: -ms-flexbox;
    display: flex;
  }
  .main .basket .basket-item-container .basket-item-container-right .qty-box-container {
    margin-right: 15px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .main .checkout .basket-item-container .basket-item-container-right {
    display: -ms-flexbox;
    display: flex;
  }
  .main .checkout .basket-item-container .basket-item-container-right .qty-box-container {
    margin-right: 15px;
  }
}

.top-bar .controls-list > li .basket-preview-hover .basket-item a {
  padding: 0;
  color: #eadec4;
}

.top-bar .controls-list > li .basket-preview-hover .basket-item a:hover {
  color: #3d3d3d;
  background-color: transparent;
}

.top-bar .controls-list > li .basket-preview-hover .fa:not(.qty-sign) {
  line-height: 1;
  font-size: 1.2rem;
}

.basket-item-container {
  position: relative;
  overflow: hidden;
}

.basket-item-container.basket-small:not(:first-child) {
  padding-top: 10px;
}

.basket-item-container.basket-small:not(:last-child) {
  border-bottom: 1px solid #dcdbd8;
  padding-bottom: 10px;
}

.basket-item-container .item-bundle {
  font-weight: 700;
  font-size: 80%;
}

.basket-item-container.basket-large {
  padding: 1.5rem 0;
}

.basket-item-container.basket-large:first-child {
  padding-top: 0;
}

.basket-item-container .basket-item {
  display: -ms-flexbox;
  display: flex;
}

.basket-item-container .basket-item .quantity-input-container {
  width: 3em;
  margin-right: 10px;
}

.basket-item-container .basket-item .quantity-input-container button {
  padding: .25rem 1rem;
}

.basket-item-container .basket-item .image-container {
  width: 75px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}

@media (max-width: 575.98px) {
  .basket-item-container .basket-item .image-container {
    width: 50px;
    margin: 0 10px;
  }
}

.basket-item-container .basket-item .meta-container-wrapper {
  width: 100%;
  min-width: 0;
}

.basket-item-container .basket-item .meta-container-wrapper .meta-container-wrapper-inner {
  display: -ms-flexbox;
  display: flex;
}

.basket-item-container .basket-item .meta-container-wrapper .meta-container-wrapper-inner .meta-container {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 0;
}

.basket-item-container .basket-item .meta-container-wrapper .meta-container-wrapper-inner .meta-container > div {
  width: 100%;
  position: relative;
}

.basket-item-container .basket-item .meta-container-wrapper .meta-container-wrapper-inner .meta-container .item-name {
  font-weight: 700;
  font-size: 80%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.basket-item-container .basket-item .meta-container-wrapper .meta-container-wrapper-inner .meta-container .item-base-price {
  font-size: 80%;
}

.basket-item-container .basket-item .meta-container-wrapper .meta-container-wrapper-inner .meta-container .item-small-prices {
  font-size: 75%;
}

.basket-item-container .basket-item .basket-item-container-right {
  display: block;
  margin-left: auto;
}

.basket-item-container .basket-item .basket-item-container-right .qty-box-container {
  margin: 0 0 0 10px;
}

@media (max-width: 767.98px) {
  .basket-item-container .basket-item .basket-item-container-right .qty-box-container {
    margin: 0 0 5px 27px;
  }
}

.basket-item-container .basket-item .basket-item-container-right .qty-box-container .qty-box {
  margin: 0 0 5px auto;
}

.basket-item-container .basket-item .basket-item-container-right .qty-box-container .qty-box .qty-input {
  margin-left: auto;
}

.basket-item-container .basket-item .basket-item-container-right .price-box {
  margin-left: auto;
}

.basket-item-container .basket-item .basket-item-container-right .item-total-price {
  font-weight: 700;
  white-space: nowrap;
  text-align: right;
}

.basket-item-container .basket-item .basket-item-container-right .item-remove-container {
  font-size: 1.2em;
  line-height: 1.2em;
  text-align: right;
}

.basket-item-container .basket-item .basket-item-container-right .item-remove-container > .item-remove-button {
  cursor: pointer;
  padding: 0;
  background: none;
  color: #dc3545;
  border: none;
}

.basket-item-container .basket-item .basket-item-container-right .item-remove-container > .item-remove-button.disabled {
  cursor: not-allowed;
}

.basket-item-container .basket-item .item-properties {
  margin-top: .25em;
  font-size: 75%;
}

.basket-item-container .basket-item .item-properties .item-properties-header {
  margin-bottom: .25em;
  font-weight: 700;
}

.basket-item-container .basket-item .item-properties .item-property-value {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}

.basket-small ul {
  list-style: none;
}

.basket-small ul .item-property-value > strong:before {
  content: '\f067';
  font-family: FontAwesome;
  margin-right: 5px;
  font-size: 75%;
  font-weight: normal;
}

.basket-small ul .item-property-value > strong.colon:after {
  content: ':';
}

.basket-item-container .basket-item .item-properties ul {
  padding: 0;
  margin-bottom: 0;
}

.basket-item-container .basket-item .item-properties ul div {
  margin-bottom: .25em;
}

.basket-item-container .basket-item .item-additional-information-container .item-additional-information {
  font-size: 75%;
}

.basket-item-container .basket-item .item-additional-information-container .basket-expand {
  display: block;
  position: relative;
  z-index: 999;
  width: 100%;
  text-align: center;
  cursor: pointer;
  font-size: 75%;
}

.basket-item-container .basket-item .item-additional-information-container .basket-expand:before {
  content: "";
  display: block;
  width: 100%;
  height: 1.5em;
  border-bottom: 1px solid #dcdbd8;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.basket-item-container .basket-item .item-additional-information-container .basket-expand:after {
  content: attr(data-show-more);
  font-weight: 700;
  color: #b2b1a7;
  display: inline-block;
  position: relative;
  background-color: #fff;
  padding: 0 .5em;
  top: -.8em;
}

.basket-item-container .basket-item .item-additional-information-container .basket-expand.opened:after {
  content: attr(data-show-less);
}



@media (min-width: 992px) {
  .control-basket:hover .basket-preview-hover-wrapper {
    display: block;
    transform: translateX(0%);
  }
}

.basket-preview-hover-wrapper {
  position: absolute;
  width: 100vw;
  right: 0;
  z-index: 99999;
}

.basket-preview-hover-wrapper.empty {
  height: auto;
}

@media (min-width: 576px) {
  .basket-preview-hover-wrapper {
    max-width: 440px;
    max-height: 90vh;
    display: none;
  }
}

@media (max-width: 575.98px) {
  .basket-preview-hover-wrapper {
    transform: translateX(100%);
    transition: all 300ms ease-in-out;
    height: 100%;
    position: fixed;
    top: 0;
  }
}

.basket-preview-hover-wrapper .basket-preview-hover-wrapper-inner {
  position: relative;
  height: 100%;
}

.basket-preview-hover {
  position: absolute;
  width: 100%;
  max-height: 100%;
  background: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: .75rem;
  color: #4D4F4D;
  font-size: 1rem;
  -ms-flex-flow: column;
      flex-flow: column;
  display: -ms-flexbox;
  display: flex;
}

.basket-preview-hover.empty {
  position: relative;
}

@media (min-width: 576px) {
  .basket-preview-hover {
    max-height: 90vh;
    padding: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .basket-preview-hover:not(.empty) {
    height: 100%;
  }
}

.basket-preview-hover .basket-header {
  border-bottom: 1px solid #dcdbd8;
  padding-bottom: .5em;
}

.basket-preview-hover .item-list {
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  overflow-x: hidden;
  overflow-y: auto;
  background-attachment: fixed;
  -webkit-overflow-scrolling: touch;
}

.basket-preview-hover .basket-totals {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}

.basket-preview-hover .basket-totals .btn {
  padding: .5rem .8rem;
}

.basket-preview-hover > .no-items {
  text-align: center;
  padding: 1rem;
}

@media (min-width: 576px) {
  html.ie .basket-preview-hover {
    height: 85vh;
    min-height: 85vh;
  }
}

.basket-preview {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
}

.basket-preview .basket-header {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  border-bottom: 1px solid #dcdbd8;
}

.basket-preview .basket-header .basket-header-caption {
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  .basket-preview .basket-header .basket-header-caption {
    font-size: 1.5rem;
  }
}

.basket-preview .basket-preview-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex: 1;
      flex: 1;
  overflow: hidden;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .basket-preview .basket-preview-content {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.basket-preview .list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  overflow: auto;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .basket-preview .list {
    margin-bottom: 5px;
  }
}

.basket-preview .totals {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  border-top: 1px solid #dcdbd8;
}

.basket-preview .totals dd, .basket-preview .totals dt {
  margin-bottom: 0;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .basket-preview .totals {
    border-top: 0;
    border-left: 1px solid #dcdbd8;
  }
}

.basket-loading-frame {
  display: table;
  width: 100%;
}

.cmp-totals dt, .cmp-totals dd {
  display: inline-block;
  vertical-align: top;
}

.cmp-totals dt {
  width: 70%;
}

.cmp-totals dd {
  text-align: right;
  width: 30%;
}

.cmp-totals .rebate-hint {
  color: #7a7f7f;
}

@media (max-width: 575.98px) {
  .cmp-totals hr {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.cmp-product-thumb {
  padding: .8rem;
  border-radius:0px;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  border:0;
  margin-bottom: 15px;
}

.cmp-product-thumb .tag-list span {
  background-color: #4D4F4D;
  text-transform: uppercase;
  cursor: default;
}

.cmp-product-thumb .prices {
  display: -ms-flexbox;
  display: flex;
}

.cmp-product-thumb .crossprice {
  font-size: 1rem;
}

.cmp-product-thumb .price-view-port {
  -ms-flex: 1 0 0px;
      flex: 1 0 0;
}

.cmp-product-thumb .thumb-title {
  min-height: 32px;
}

.cmp-product-thumb .add-to-basket-lg-container {
  display: none;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0px 70px 70px 0;
  border-color: transparent #F7F7F9 transparent transparent;
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  transition: 300ms ease-out;
  cursor: pointer;
}

.cmp-product-thumb .add-to-basket-lg-container > i {
  right: -56px;
  top: 11px;
  position: absolute;
  transition: 300ms ease-out;
}

.cmp-product-thumb .add-to-basket-lg-container:hover {
  border-color: transparent #eadec4 transparent transparent;
}

.cmp-product-thumb .add-to-basket-lg-container:hover > i {
  color: #fff;
}

.cmp-product-thumb .category-list-view-port {
  display: none;
}

.cmp-product-thumb .thumb-background {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -2px;
  left: -1px;
  background-color: #fff;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  border: 1px solid transparent;
  transform-origin: top right;
  transform: scaleX(1) scaleY(1);
  transition: all 200ms ease-in-out;
}

.cmp-product-thumb .thumb-inner {
  position: relative;
  height: 100%;
  transition: all 400ms;
}

.cmp-product-thumb .thumb-image {
  position: relative;
  width: 120px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

.cmp-product-thumb .main-image {
  position: relative;
  overflow: hidden;
  position: absolute;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.cmp-product-thumb .main-image > noscript, .cmp-product-thumb .main-image a > img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.cmp-product-thumb .main-image .owl-carousel {
  height: 100%;
}

.cmp-product-thumb .main-image .owl-carousel .owl-stage-outer {
  height: 100%;
}

.cmp-product-thumb .main-image .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}

.cmp-product-thumb .main-image .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}

.cmp-product-thumb .main-image .owl-carousel .owl-stage-outer .owl-stage .owl-item img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.cmp-product-thumb .special-tags {
  z-index: 100;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  padding: .5rem;
}

.cmp-product-thumb .special-tags .special-tag,
.cmp-product-thumb .special-tags .tag,
.cmp-product-thumb .special-tags .badge {
  display: block;
  padding: .3em .5em .2rem;
  font-size: .9rem;
  font-weight: 300;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
  margin-bottom: 5px;
}

.cmp-product-thumb .thumb-content {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc( 100% - 120px);
  height: auto;
  padding: 0 .8rem;
  margin-left: -.3em;
  background-color: #fff;
  transition: all 200ms ease-in-out;
}

.cmp-product-thumb .thumb-title {
  display: block;
  position: relative;
  text-align: left;
  color: #3e3e3e;
  line-height: 1.4em;
  min-height:100px;
  font-size:1.3em;
  line-height:1.3em;
  font-family: 'Ubuntu Condensed', sans-serif;
}

.cmp-product-thumb .thumb-meta {
  margin-top: .5rem;
  text-align: left;
}

.cmp-product-thumb .thumb-meta .vat-porto-info {
  display: block;
  white-space: nowrap;
  margin-top: 5px;

}

.cmp-product-thumb .crossprice {
  font-size: .81em;
  font-weight: 700;
  color: #db1717;
}

.cmp-product-thumb .price {
  line-height: 1.1;
  min-height: 34px;
  color:#a6864b;
  font-family: 'Ubuntu Condensed', sans-serif;
  font-size:22px;
}

.cmp-product-thumb .category-unit-price {
  font-size: .81em;
  color: #b2b1a7;
}

.cmp-product-thumb .thumb-buy {
  display: block;
}

.cmp-product-thumb .btn-group {
  position: absolute;
  bottom: 0;
  left: calc(120px + 0.8rem);
  z-index: 1000;
  transition: all .3s ease;
  opacity: 1;
}

.cmp-product-thumb .mobile-text-only {
  display: none;
}

@media (min-width: 992px) {
  .cmp-product-thumb .btn-group {
    right: 15px;
    position: absolute;
  }
}

@media (max-width: 575.98px) {
  .cmp-product-thumb .btn-group {
    width: 52%;
  }
  .cmp-product-thumb .mobile-icon-right {
    display: none;
  }
  .cmp-product-thumb .vat-porto-info {
    white-space: normal !important;
  }
  .cmp-product-thumb .thumb-image {
    float: left;
  }
}

@media (max-width: 991.98px) {
  .cmp-product-thumb .btn-group {
    margin-top: 5px;
    position: inherit;
    width: 100%;
  }
  .cmp-product-thumb .mobile-text-only {
    display: inline;
    margin-left: -8px;
  }
  .cmp-product-thumb .mobile-width-button {
    width: 100%;
    display: none;
  }
  .cmp-product-thumb .mobile-icon-right {
    float: right;
  }
  .cmp-product-thumb .thumb-title {
    min-height: 120px;
  }
  .cmp-product-thumb .category-list-view-port {
    display: inline;
  }
}

@media (min-width: 276px) {
  .cmp-product-thumb {
    padding: 0;
    margin-bottom: 30px;
  }
  .cmp-product-thumb .thumb-background {
    display: block;
  }
  .cmp-product-thumb .thumb-scroll-cmd {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    text-align: center;
    padding: .4rem;
  }
  .cmp-product-thumb .thumb-btn-buy {
    min-height: 2rem;
  }
  .cmp-product-thumb .thumb-content {
    padding: .8rem;
    width: 100%;
    margin: 0;
  }
  .cmp-product-thumb .btn-group {
    bottom: 2.5rem;
    left: auto;
    right: .8rem;
  }
  .cmp-product-thumb .thumb-title {
    line-height: 1.5em;
  }
  .cmp-product-thumb .thumb-image {
    width: 100%;
  }
  .cmp-product-thumb .img-fluid {
    transition: transform 0.4s cubic-bezier(0, 0, 0.26, 1), opacity 0.3s cubic-bezier(0, 0, 0.26, 1);
  }
  .cmp-product-thumb:hover {
    z-index: 1000;
  }
  .cmp-product-thumb:hover .img-fluid {
    transform: scale(1.05);
  }
  .cmp-product-thumb:hover .owl-nav [class*='owl-'] {
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .cmp-product-thumb .btn-group {
    bottom: .8rem;
  }
  .cmp-product-thumb .btn-group {
    transition: all .3s ease;
    opacity: 0;
  }
  .cmp-product-thumb:hover .btn-group {
    transition: all .3s ease;
    opacity: 1;
  }
}

.cmp-filters .filters-header {
  padding: .5rem 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.cmp-filters .filters-header .title {
  -ms-flex: 1;
      flex: 1;
}

.cmp-filters .filters-section {
  border-bottom: 1px solid #dcdbd8;
}

.cmp-filters .filters-section:last-of-type {
  border-bottom: none;
}

.cmp-filters .filter-group {
  z-index: 1;
}

.cmp-filters .filter-group .input-unit {
  margin-bottom: 0;
}

.cmp-filters .filter-group .filter-content {
  position: absolute;
  transform: translateY(-1px);
}

.cmp-filters .filters-colors {
  font-size: 0;
  line-height: 0;
}

.cmp-filters .filters-colors input {
  display: none;
}

.cmp-filters .filters-colors input:checked + .color:before, .cmp-filters .filters-colors input:checked + .color:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 80%;
  height: 4px;
  background-color: white;
  transform-origin: 0 center;
  transform: rotate(45deg) translate(-55%, -55%);
}

.cmp-filters .filters-colors input:checked + .color:after {
  transform: rotate(-45deg) translate(-45%, -45%);
}

.cmp-filters .filters-colors .color {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .4rem;
}

.cmp-filters .filters-colors .color[data-color="red"] {
  background-color: red;
}

.cmp-filters .filters-colors .color[data-color="green"] {
  background-color: green;
}

.cmp-filters .filters-colors .color[data-color="blue"] {
  background-color: blue;
}

.cmp-filters .filters-colors .color[data-color="black"] {
  background-color: black;
}

.cmp-filters .filters-colors .color[data-color="yellow"] {
  background-color: yellow;
}

.cmp-filters .filters-colors .color[data-color="pink"] {
  background-color: pink;
}

.cmp-filters .filters-colors .color[data-color="gray"] {
  background-color: gray;
}

.cmp-filters .filters-colors .color[data-color="purple"] {
  background-color: purple;
}

.navbar-toggler i.fa.fa-caret-down {
  color: #fff;
}

.cmp-contact .re-captcha-container {
  z-index: 1001;
}

.cmp-contact .jumbotron-sm {
  padding-top: 24px;
  padding-bottom: 24px;
}

.cmp-contact .jumbotron small {
  color: #FFF;
}

.cmp-contact .h1 small {
  font-size: 24px;
}

.cmp-contact .flex-style {
  display: -ms-flexbox;
  display: flex;
}

.cmp-contact .no-resize {
  resize: none;
}

.cmp-contact textarea:focus {
  border-color: rgba(0, 0, 0, 0.15);
}

.cmp-contact .contact-card p.contact-address span, .cmp-contact .contact-card p.contact-vat-number span {
  line-height: 1;
}

.cmp-contact .contact-card p.contact-address span:not(:nth-child(2)), .cmp-contact .contact-card p.contact-vat-number span:not(:nth-child(2)) {
  margin-left: 27px;
}

.cmp-contact .contact-card p.contact-address span.vat-number-field, .cmp-contact .contact-card p.contact-vat-number span.vat-number-field {
  font-weight: bold;
}

.cmp-contact .contact-card p span {
  line-height: 1.8;
}

.cmp-contact .contact-card p a {
  color: #4D4F4D;
  text-decoration: none;
  cursor: pointer;
}

.cmp-contact .contact-card i {
  vertical-align: baseline;
  margin-right: 5px;
}

.cmp-contact #contact-map {
  min-height: 300px;
  height: auto;
}

.cmp-contact #contact-form .input-unit + .error-feedback {
  display: none;
  color: #d9534f;
  font-size: 12px;
  margin-bottom: 15px;
  position: relative;
}

.cmp-contact #contact-form .input-unit.error {
  margin-bottom: 0;
}

.cmp-contact #contact-form .input-unit.error + .error-feedback {
  display: block;
}

@media (min-width: 768px) {
  .cmp-contact #contact-form .input-unit.error {
    margin-bottom: 0;
  }
  .cmp-contact #contact-form .input-unit.error + .error-feedback {
    margin-bottom: 0;
  }
  .cmp-contact #contact-form .input-unit.error.input-name-field + .error-feedback {
    margin-bottom: -3px;
  }
}

.cmp-contact .send-mail i {
  margin-right: 5px;
}

.login-pwd-reset .login-container .send-login-btn {
  display: block;
  margin-top: 10px;
  width: 100%;
}

.login-pwd-reset .login-container .send-login-btn i {
  margin-right: 5px;
}

@media (min-width: 576px) {
  .login-pwd-reset .login-container .send-login-btn {
    display: inline-block;
    margin-top: auto;
    width: auto;
  }
}

.login-pwd-reset .reset-pwd-container {
  display: none;
}

.login-pwd-reset .reset-pwd-container .cancel-reset-pwd-btn {
  display: block;
  outline: none;
  margin-bottom: 10px;
}

.login-pwd-reset .reset-pwd-container .send-reset-pwd-btn {
  display: block;
  outline: none;
}

.login-pwd-reset .reset-pwd-container .send-reset-pwd-btn i {
  vertical-align: middle;
  margin-right: 5px;
}

@media (min-width: 576px) {
  .login-pwd-reset .reset-pwd-container .cancel-reset-pwd-btn {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: auto;
  }
  .login-pwd-reset .reset-pwd-container .send-reset-pwd-btn {
    display: inline-block;
  }
}

.login-pwd-reset .input-unit + .error-msg {
  display: none;
  font-size: 12px;
  color: #d9534f;
  margin-bottom: 10px;
}

.login-pwd-reset .input-unit.has-login-error {
  z-index: 1000;
  border-color: #d9534f;
}

.login-pwd-reset .input-unit.has-login-error input {
  color: #d9534f;
}

.login-pwd-reset .input-unit.has-login-error label {
  color: #d9534f;
}

.login-pwd-reset .input-unit.error {
  margin-bottom: 2px;
}

.login-pwd-reset .input-unit.error + .error-msg {
  display: block;
}

.cmp-hero .hero-category {
  position: relative;
  display: block;
  color: #4D4F4D;
}

.cmp-hero .hero-category .hero-image {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cmp-hero .hero-category .hero-image.contain {
  background-size: contain;
}

.cmp-hero .hero-category .hero-category-inner {
  position: absolute;
  width: 100%;
}

.cmp-hero .hero-category .hero-category-headline {
  font-weight: 700;
}

.cmp-hero .hero-category .hero-category-cta {
  display: inline-block;
}

.cmp-hero .hero-category .hero-category-cta .fa {
  margin-left: .5rem;
}

.cmp-hero .hero-main {
  margin-bottom: 1rem;
}

.cmp-hero .hero-main .carousel-inner > .carousel-item > a > img,
.cmp-hero .hero-main .carousel-inner > .carousel-item > img {
  width: 100%;
}

.cmp-hero .hero-main .carousel-indicators {
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
  bottom: auto;
  margin-bottom: 0;
  padding: .5rem 1rem;
  margin-left: auto;
  width: auto;
  background-color: rgba(0, 0, 0, 0.03);
  text-align: right;
}

.cmp-hero .hero-main .hero-category .img-fluid {
  width: 100%;
}

.cmp-hero .hero-main .hero-category .hero-category-inner {
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.cmp-hero .hero-main .hero-category .hero-category-inner::after {
  display: block;
  clear: both;
  content: "";
}

.cmp-hero .hero-main .hero-category .hero-category-headline {
  display: inline-block;
  padding: 1rem;
  font-size: 1rem;
  float: left;
  margin-bottom: 0;
}

.cmp-hero .hero-main .hero-category .hero-category-cta {
  padding: 1rem;
  border-left: 1px solid #dcdbd8;
  float: right;
}

.cmp-hero .hero-xtras .hero-category {
  margin-bottom: 1rem;
  min-height: 13rem;
  position: relative;
  overflow: hidden;
}

.cmp-hero .hero-xtras .hero-category > img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}

.cmp-hero .hero-xtras .hero-category-inner {
  top: 0;
  left: 0;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 1.5rem;
}

.cmp-hero .hero-xtras .hero-category-headline {
  background-color: rgba(255, 255, 255, 0.9);
  padding: .5em;
  text-align: right;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-item-align: end;
      align-self: flex-end;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.cmp-hero .hero-xtras .hero-category-cta {
  background-color: rgba(255, 255, 255, 0.9);
  padding: .5em;
  text-align: right;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media (min-width: 768px) {
  .cmp-hero .hero-main .hero-category {
    margin-bottom: 0;
  }
  .cmp-hero .hero-main .hero-category-headline {
    padding: 1.5rem;
    font-size: 1.25rem;
  }
  .cmp-hero .hero-main .hero-category-cta {
    padding: 1rem;
  }
  .cmp-hero .hero-xtras {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
  }
  .cmp-hero .hero-category {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    min-height: 15rem;
  }
  .cmp-hero .hero-category:nth-last-child(n+2):nth-last-child(-n+2):first-child {
    border-right: .5rem solid white;
  }
  .cmp-hero .hero-category:nth-last-child(n+2):nth-last-child(-n+2):first-child ~ .hero-category {
    border-left: .5rem solid white;
  }
}

@media (min-width: 992px) {
  .cmp-hero {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
  }
  .cmp-hero .hero-main {
    -ms-flex: 1 0 66%;
        flex: 1 0 66%;
  }
  .cmp-hero .hero-xtras {
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    -ms-flex: 1 0 24%;
        flex: 1 0 24%;
  }
  .cmp-hero .hero-category {
    min-height: 0;
  }
  .cmp-hero .hero-category:nth-last-child(n+2):nth-last-child(-n+2):first-child {
    border-right: none;
  }
  .cmp-hero .hero-category:nth-last-child(n+2):nth-last-child(-n+2):first-child ~ .hero-category {
    border-left: none;
  }
}

.component-loading {
  position: relative;
}

.component-loading:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: #fff;
  border-radius: 1px;
  opacity: 0;
  transition: opacity .1s ease-out;
  visibility: hidden;
  z-index: 1;
}

.component-loading.with-icon:after {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 2rem;
  -ms-flex-pack: center;
      justify-content: center;
  animation: fa-spin 1.5s infinite linear;
  color: #7a7f7f;
  opacity: 0;
  transition: opacity .1s ease-out;
  visibility: hidden;
  z-index: 10;
}

.component-loading.with-icon.refreshing:after {
  content: "\f021";
}

.component-loading.with-icon.sending:after {
  content: "\f1ce";
  animation: fa-spin 1s infinite linear;
}

.component-loading.isLoading:before {
  opacity: 0.5;
  visibility: visible;
}

.component-loading.isLoading:after {
  opacity: 1;
  visibility: visible;
}

.qty-box {
  display: -ms-flexbox;
  display: flex;
  height: 41px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.qty-box .qty-input {
  outline: none;
  height: 100%;
  width: 48px;
  padding: 0;
  text-align: center;
  transition: all 0.2s cubic-bezier(0, 0, 0.26, 1);
  border: 1px solid #dcdbd8;
  border-radius: 0.1rem 0 0 0.1rem;
}

.qty-box .qty-input:focus {
  background: #fff;
}

.qty-box .qty-btn-container {
  width: 25px;
  position: relative;
  background: #f4f4f4;
  border: 1px solid #dcdbd8;
  border-left: none;
  border-radius: 0 0.1rem 0.1rem 0;
  overflow: hidden;
}

.qty-box .qty-btn-container .qty-btn {
  width: 100%;
  height: calc(50% - .5px);
  text-align: center;
  transition: all 0.2s cubic-bezier(0, 0, 0.26, 1);
  border-radius: 0.1rem;
  cursor: pointer;
}

.qty-box .qty-btn-container .qty-btn.disabled {
  cursor: not-allowed;
  opacity: .5;
}

.qty-box .qty-btn-container .qty-btn:not(.disabled):hover {
  background: #c4c2bd;
}

.qty-box .qty-btn-container .qty-btn > .qty-sign {
  color: #7a7f7f;
}

.qty-box .qty-btn-container .qty-btn-seperator {
  height: 1px;
  background: #dcdbd8;
}

.cmp-paginator {
  line-height: 1;
  min-height: calc(1rem + 1rem + 2px);
}

@media (max-width: 575.98px) {
  .history .xs-center {
    float: none !important;
    text-align: center;
  }
}

.cmp-ratings-roll {
  height: 12.6em;
  overflow: auto;
}

.rating-form .input-unit #ratingText {
  width: 100%;
  padding: 0 1rem 1.25rem;
  margin-top: 1.3rem;
  border: 0;
}

.rating-form .input-unit #ratingText:focus {
  outline: none;
}

.cmp-order-item {
  position: relative;
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #dcdbd8;
}

@media (min-width: 576px) {
  .cmp-order-item .item-name:after {
    content: none !important;
  }
  .cmp-order-item .item-unit-price,
  .cmp-order-item .item-total-price {
    width: auto !important;
    text-align: right;
  }
}

.order-return .order-return-item {
  border-bottom: 1px solid #dcdbd8;
  padding: 10px 0px;
  overflow: hidden;
}

.order-return .order-return-item > div.row {
  display: -ms-flexbox;
  display: flex;
  height: 100px;
}

.order-return .order-return-item > div.row .order-return-image-container {
  max-width: 100%;
  width: 100%;
  position: relative;
  position: relative;
  overflow: hidden;
}

.order-return .order-return-item > div.row .order-return-image-container > noscript, .order-return .order-return-item > div.row .order-return-image-container a > img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.order-return .order-return-item > div.row .order-return-image-container .owl-carousel {
  height: 100%;
}

.order-return .order-return-item > div.row .order-return-image-container .owl-carousel .owl-stage-outer {
  height: 100%;
}

.order-return .order-return-item > div.row .order-return-image-container .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}

.order-return .order-return-item > div.row .order-return-image-container .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}

.order-return .order-return-item > div.row .order-return-image-container .owl-carousel .owl-stage-outer .owl-stage .owl-item img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.order-return .order-return-item > div.row > .order-return-texts {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.order-return .order-return-item > div.row > .order-return-container {
  display: -ms-flexbox;
  display: flex;
}

.order-return .order-return-item .order-flex {
  display: -ms-flexbox;
  display: flex;
}

.order-return .order-return-item .order-flex .input-group {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  max-width: 7rem;
}

.order-return .order-return-item .order-flex .max-counter-slash {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 1.3rem;
  margin: 0px 10px;
}

.order-return .order-return-item .order-flex .max-counter-return {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 1.3rem;
}

.order-return .order-return-item .order-return-name {
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 4.8em;
  margin-right: -1em;
  padding-right: 1em;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .order-return .order-return-item .order-return-name:after {
    bottom: 0;
  }
}

.order-return input[type='number'] {
  border-left: 1px solid darkgrey;
}

@media (min-width: 768px) {
  .order-return .order-return-name {
    font-size: 1.15rem;
  }
}

.order-return-history-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}

.order-return-history-item .order-return-history-image-container {
  height: 80px;
}

.order-return-history-item .col-md-8 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.cmp-method-list .method-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.cmp-method-list .method-list-item {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-top: -1px;
  margin-left: -1px;
  background-color: #fff;
}

.cmp-method-list .method-list-item > input:disabled ~ label {
  opacity: .5;
  cursor: not-allowed;
}

.cmp-method-list .method-list-item input {
  display: none;
  transition: box-shadow 2s;
}

.cmp-method-list .method-list-item input:checked + label {
  box-shadow: inset 0 0 0 0.1rem #eadec4;
}

.cmp-method-list .method-list-item label {
  border: 1px solid #dcdbd8;
  border-radius: 0.1rem;
  cursor: pointer;
  padding: .5em;
  margin-bottom: 0;
  width: 100%;
  overflow: hidden;
}

.cmp-method-list .method-list-item .content,
.cmp-method-list .method-list-item .icon {
  display: inline-block;
  vertical-align: middle;
}

.cmp-method-list .method-list-item .icon {
  width: 3.5rem;
  height: 3.5rem;
}

.cmp-method-list .method-list-item .icon img {
  width: 100%;
  height: auto;
}

.cmp-method-list .method-list-item .content {
  width: calc( 100% - 3.5rem);
  padding-left: .5rem;
}

.cmp-method-list.list .method-list-item:not(:last-child) {
  margin-bottom: 1em;
}

.cmp-method-list.list .content {
  width: calc( 100% - 4rem);
  padding-left: .5rem;
  position: relative;
}

.cmp-method-list.list .icon {
  width: 4rem;
  height: 4rem;
}

@media (min-width: 768px) {
  .cmp-method-list .method-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
  .cmp-method-list .method-list-item {
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
  }
  .cmp-method-list.list .method-list-item {
    width: 100%;
  }
}

.toggle-list-view .fa {
  display: block;
  transition: color 200ms;
}

.toggle-list-view .fa:nth-of-type(1) {
  color: #eadec4;
  font-size: 1.5rem;
}

.toggle-list-view .fa:nth-of-type(2) {
  color: #b2b1a7;
  font-size: 1.5rem;
}

.toggle-list-view.grid .fa:nth-of-type(1) {
  color: #b2b1a7;
}

.toggle-list-view.grid .fa:nth-of-type(2) {
  color: #eadec4;
}

.add-to-wish-list {
  cursor: pointer;
}

.add-to-wish-list i {
  margin-right: 5px;
}

.add-to-wish-list:hover {
  text-decoration: none;
}

.add-to-wish-list:hover i {
  color: #d9534f !important;
}

.add-to-wish-list.active i {
  color: #d9534f !important;
}

.wish-list-item {
  border-bottom: 1px solid #dcdbd8;
  padding: 10px 0px;
  overflow: hidden;
}

.wish-list-item > div.row {
  display: -ms-flexbox;
  display: flex;
  height: 100px;
}

.wish-list-item > div.row .wish-list-image-container {
  max-width: 100%;
  width: 100%;
  position: relative;
  position: relative;
  overflow: hidden;
}

.wish-list-item > div.row .wish-list-image-container > noscript, .wish-list-item > div.row .wish-list-image-container a > img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.wish-list-item > div.row .wish-list-image-container .owl-carousel {
  height: 100%;
}

.wish-list-item > div.row .wish-list-image-container .owl-carousel .owl-stage-outer {
  height: 100%;
}

.wish-list-item > div.row .wish-list-image-container .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}

.wish-list-item > div.row .wish-list-image-container .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}

.wish-list-item > div.row .wish-list-image-container .owl-carousel .owl-stage-outer .owl-stage .owl-item img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.wish-list-item > div.row > .wish-list-texts {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.wish-list-item > div.row .wish-list-availability {
  font-size: .75rem;
}

.wish-list-item > div.row .wish-list-availability.availability_1, .wish-list-item > div.row .availability_2 {
  color: #28a745;
  background-color: inherit;
}

.wish-list-item > div.row .wish-list-availability.availability_3, .wish-list-item > div.row .availability_4 {
  color: #ffc107;
  background-color: inherit;
}

.wish-list-item > div.row .wish-list-availability.availability_5 {
  color: #dc3545;
  background-color: inherit;
}

.wish-list-item > div.row > .wish-list-container {
  display: -ms-flexbox;
  display: flex;
}

.wish-list-item > div.row > .wish-list-container > .wish-list-price {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 1em;
  font-weight: 600;
  color: #4D4F4D;
}

@media (min-width: 576px) {
  .wish-list-item > div.row > .wish-list-container > .wish-list-price {
    font-size: 1.4em;
  }
}

.wish-list-item > div.row > .wish-list-container > .wish-list-remove {
  margin-left: auto;
  font-size: 1.5rem;
  color: #b2b1a7;
  cursor: pointer;
  transition: color .2s ease-in-out;
  display: -ms-flexbox;
  display: flex;
}

.wish-list-item > div.row > .wish-list-container > .wish-list-remove > i {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.wish-list-item > div.row > .wish-list-container > .wish-list-remove:hover {
  color: #4D4F4D;
}

.wish-list-no-items-transition-enter-active, .wish-list-no-items-transition-leave-active {
  transition: margin .1s;
}

.wish-list-no-items-transition-enter, .wish-list-no-items-transition-leave-to {
  margin: 0 !important;
}

.wish-list-item-transition-leave-active {
  animation-name: wish-list-item-leaving;
  animation-duration: .175s;
  animation-delay: .175s;
  animation-fill-mode: forwards;
}

@keyframes wish-list-item-leaving {
  from {
    max-height: 130px;
    padding: 10px 0;
  }
  to {
    max-height: 0px;
    padding: 0;
    border: none;
  }
}

@media (max-width: 991.98px) {
  .wish-list-item-transition-leave-active > div.row {
    transform: translateX(-200%);
    transition: transform 200ms cubic-bezier(0, 0, 0.82, 0.1);
  }
}

@media (min-width: 768px) {
  .wish-list-name {
    font-size: 1.15rem;
  }
  .wish-list-item > div.row .wish-list-availability {
    font-size: .85rem;
  }
}

.wish-list-no-items-label {
  text-align: center;
  margin: 75px 0 100px 0;
}

.page-infos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: center;
      align-items: center;
}

.page-infos .product-count {
  -ms-flex: 1;
      flex: 1;
}

.product-list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

.product-list category-item {
  background: #fff;
  display: block;
  height: 145px;
  margin-bottom: 15px;
  width: 100%;
}

@media (min-width: 576px) {
  .product-list category-item {
    margin-bottom: 30px;
    padding-bottom: calc(100% + 100px);
    height: unset;
  }
}

.lazy {
  display: none;
}

@media (min-width: 576px) {
  .product-list li {
    display: -ms-flexbox;
    display: flex;
  }
  .product-list.grid li {
    box-shadow: none;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) {
  .product-list.grid li {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 992px) {
  .product-list.grid li {
    display: -ms-flexbox;
    display: flex;
  }
}

.item-list-frame.loading:not(.blur-effect) > ul {
  display: none;
}

.parallax-img-container {
  height: auto;
  max-width: none;
  position: relative;
  width: 100%;
}

@media (min-width: 1200px) {
  .parallax-img-container .parallax-text-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.parallax-img-container .parallax-text-container {
  position: inherit;
}

.parallax-img-container .parallax-text-container h1 {
  margin-bottom: 0;
  word-wrap: break-word;
}

.parallax-img-container .parallax-text-container .category-description {
  word-wrap: break-word;
}

.parallax-img-container .parallax-img-container-inner[style^='background-image'] {
  height: 300px;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top center;
}

@media (min-width: 576px) {
  .parallax-img-container .parallax-img-container-inner[style^='background-image'] {
    height: 350px;
  }
}

@media (min-width: 768px) {
  .parallax-img-container .parallax-img-container-inner[style^='background-image'] {
    height: 400px;
  }
}

.parallax-img-container .parallax-img-container-inner[style^='background-image'] .parallax-text-container {
  max-width: 100%;
  position: absolute;
  bottom: 0;
  padding-right: 30px;
}

@media (min-width: 1200px) {
  .parallax-img-container .parallax-img-container-inner[style^='background-image'] .parallax-text-container {
    max-width: 1200px;
  }
}

.parallax-img-container .parallax-img-container-inner[style^='background-image'] .parallax-text-container h1 {
  color: #fff;
  font-size: 300%;
  text-shadow: 0 0 0.1em rgba(0, 0, 0, 0.75);
  bottom: 0;
  width: 100%;
  margin-bottom: .5rem;
  letter-spacing: 1px;
}

@media (min-width: 576px) {
  .parallax-img-container .parallax-img-container-inner[style^='background-image'] .parallax-text-container h1 {
    font-size: 400%;
    margin: 0 0 1rem;
  }
}

@media (min-width: 768px) {
  .parallax-img-container .parallax-img-container-inner[style^='background-image'] .parallax-text-container h1 {
    font-size: 500%;
  }
}

.parallax-img-container .parallax-img-container-inner[style^='background-image'] .parallax-text-container .category-description {
  font-size: 1rem;
  line-height: 1.25;
  color: #fff;
  text-shadow: 0 0 0.2em rgba(0, 0, 0, 0.75);
  letter-spacing: 1px;
}

@media (min-width: 576px) {
  .parallax-img-container .parallax-img-container-inner[style^='background-image'] .parallax-text-container .category-description {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .parallax-img-container .parallax-img-container-inner[style^='background-image'] .parallax-text-container .category-description {
    font-size: 2rem;
  }
}

.list-controls {
  position: relative;
}

.list-controls .list-controls-inner {
  background: #efefef;
  border-radius:0px;
  padding: 0.5em;
}

.list-controls .list-sort,
.list-controls .list-itemsperpage {
  display: block;
  padding: 0.5em;
}

.list-controls .selected-filters {
  display: inline-block;
  float: right;
  margin-top: 10px;
}

.list-controls .selected-filters .selected-filter {
  font-size: 0.8rem;
  margin: 0 0 0 10px;
  padding: 5px 10px;
  background-color: #efefef;
  color: #eadec4;
  float: left;
  cursor: pointer;
  display: inline-block;
}

.list-controls .selected-filters .selected-filter:hover {
  color: #dc3545;
}

.list-controls .selected-filters .selected-filter.reset-all {
  background-color: #eadec4;
  color: #fff;
}

.list-controls .selected-filters .selected-filter.reset-all:hover {
  background-color: #212121;
}

.list-controls .filter-toggle {
  text-decoration: none;
  text-decoration: none;
  background:#eadec4; margin:10px; border-radius:4px;
  color:#000;
}

.list-controls .filter-toggle i {
  transition: all 0.3s ease;
}

.list-controls .filter-toggle[aria-expanded="true"] i {
  transform: rotate(-90deg);
}

.list-controls #filterCollapse {
  position: absolute;
  z-index: 1050;
  width: 100%;
  margin-left: -15px;
  padding-right: 15px;
  top: 100%;
}

.list-controls #filterCollapse .page-content {
  background: #fff;
  padding: 2em !important;
  border: 1px solid #f4f4f4;
  margin: 0 7.5px;
}

.list-controls #filterCollapse .page-content .card, .list-controls #filterCollapse .page-content .cmp-address-list .items > div:first-child, .cmp-address-list .list-controls #filterCollapse .page-content .items > div:first-child {
  background-color: transparent;
  border: 0;
  padding-right: 0;
}

.list-controls #filterCollapse .page-content .card h3, .list-controls #filterCollapse .page-content .cmp-address-list .items > div:first-child h3, .cmp-address-list .list-controls #filterCollapse .page-content .items > div:first-child h3 {
  text-transform: uppercase;
  font-size: 1.2rem;
  border-bottom: 1px solid #b2b1a7;
  padding-bottom: 0.5rem;
  font-weight: bold;
  color: #4D4F4D;
}

.list-controls #filterCollapse .page-content .card .form-check, .list-controls #filterCollapse .page-content .cmp-address-list .items > div:first-child .form-check, .cmp-address-list .list-controls #filterCollapse .page-content .items > div:first-child .form-check {
  padding-left: 0;
}

.list-controls #filterCollapse .page-content .card .form-check .form-check-input:checked + label, .list-controls #filterCollapse .page-content .cmp-address-list .items > div:first-child .form-check .form-check-input:checked + label, .cmp-address-list .list-controls #filterCollapse .page-content .items > div:first-child .form-check .form-check-input:checked + label {
  background: #f4f4f4;
  color: #282d2f;
  padding-left: 1.75rem;
}

.list-controls #filterCollapse .page-content .card .form-check .form-check-input:checked + label::before, .list-controls #filterCollapse .page-content .cmp-address-list .items > div:first-child .form-check .form-check-input:checked + label::before, .cmp-address-list .list-controls #filterCollapse .page-content .items > div:first-child .form-check .form-check-input:checked + label::before {
  font-family: "FontAwesome";
  content: "\f046";
  opacity: 1;
}

.list-controls #filterCollapse .page-content .card .form-check .form-check-input:disabled + label, .list-controls #filterCollapse .page-content .cmp-address-list .items > div:first-child .form-check .form-check-input:disabled + label, .cmp-address-list .list-controls #filterCollapse .page-content .items > div:first-child .form-check .form-check-input:disabled + label {
  cursor: not-allowed;
}

.list-controls #filterCollapse .page-content .card .form-check .form-check-label, .list-controls #filterCollapse .page-content .cmp-address-list .items > div:first-child .form-check .form-check-label, .cmp-address-list .list-controls #filterCollapse .page-content .items > div:first-child .form-check .form-check-label {
  padding: 0.5rem 0;
  color: #4D4F4D;
  display: block;
  transition: all 0.1s ease;
  padding-left: 1.75rem;
  cursor: pointer;
}

.list-controls #filterCollapse .page-content .card .form-check .form-check-label:hover, .list-controls #filterCollapse .page-content .cmp-address-list .items > div:first-child .form-check .form-check-label:hover, .cmp-address-list .list-controls #filterCollapse .page-content .items > div:first-child .form-check .form-check-label:hover {
  background: #fff;
  color: #4D4F4D;
  transition: all 0.1s ease;
  padding-left: 1.75rem;
}

.list-controls #filterCollapse .page-content .card .form-check .form-check-label::before, .list-controls #filterCollapse .page-content .cmp-address-list .items > div:first-child .form-check .form-check-label::before, .cmp-address-list .list-controls #filterCollapse .page-content .items > div:first-child .form-check .form-check-label::before {
  font-family: "FontAwesome";
  content: "\f096";
  opacity: 1;
  position: absolute;
  left: 0.5rem;
}

.list-controls #filterCollapse .page-content .card .form-check .filter-badge, .list-controls #filterCollapse .page-content .cmp-address-list .items > div:first-child .form-check .filter-badge, .cmp-address-list .list-controls #filterCollapse .page-content .items > div:first-child .form-check .filter-badge {
  position: absolute;
  display: inline-block;
  font-size: 0.85rem;
  background: #f4f4f4;
  padding: 0.1rem 0;
  color: #7a7f7f;
  right: 0.5rem;
  text-align: center;
  min-width: 3em;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 576px) {
  .list-controls .list-sort,
  .list-controls .list-itemsperpage {
    display: inline-block;
  }
  .list-controls .filter-toggle {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 0.5em;
  }
}

@media (min-width: 768px) {
  .list-controls #filterCollapse .page-content .card, .list-controls #filterCollapse .page-content .cmp-address-list .items > div:first-child, .cmp-address-list .list-controls #filterCollapse .page-content .items > div:first-child {
    padding-right: 2em;
  }
}


.sidebar-categories {
  background: #fff;
  border-radius:0px;
  font-family: 'Ubuntu Condensed', sans-serif;
  font-weight:400;
}

.sidebar-categories .category-title {
  background: #e3e3e3;
  border-radius:0 0 0 0;
  padding: 1.2rem 1.2rem;
  font-size:16px;
  color:#2b2b2b;

}


.sidebar-categories ul {
  list-style: none;
  margin: 0;
  padding: 0;  text-transform:uppercase;
}

.sidebar-categories ul li.first-level {
  display: none;
}

.sidebar-categories ul li.first-level.active {
  display: list-item;
}

.sidebar-categories ul li a {
  display: block;
  color: #4D4F4D;
  padding: 0.75rem 15px;
  font-size: 15px;
  cursor: pointer;
  border-bottom:1px solid #e3e3e3;
}

.sidebar-categories ul li a:hover {
  color: #fff;
  background: #3a3a3a;
}

.sidebar-categories ul li ul {
  display: none;
}

.sidebar-categories ul li.active > ul {
  display: block;
}

.sidebar-categories ul li.active ul li a {
  padding-left: 2.5rem;
  background:#f4f4f4;
  color:#4D4F4D;
}

.sidebar-categories ul li.active ul li a:hover {
  color:#000
}

.sidebar-categories ul li.active ul li ul li a {
  padding-left: 4.0rem;
  color:#4D4F4D;
}

.sidebar-categories ul li.active ul li ul li ul li a {
  padding-left: 5.5rem;
}

.sidebar-categories ul li.active > a {
  background: #eadec4;
  color:#3e3e3e;
  font-weight:bold;
}

.homepage-title {
  padding: 1rem 1.5rem;
  border-bottom: 0;
  background: #eadec4;
  position: relative;
  display: -ms-flexbox;
  display: flex;
}

.homepage-title > h1 {
  margin: .5rem auto;
  color: #fff;
  border-bottom: 2px solid #fff;
  padding: 0 0 .5rem;
  font-size: 2.5rem;
  letter-spacing: 1.25px;
}

.home .product-list .col-12 {
  margin: 0 15px;
}

.cmp-hero .hero-main .carousel .carousel-inner .carousel-item .carousel-caption {
  bottom: 0;
  padding-bottom: 10px;
}

.cmp-hero .hero-main .carousel .carousel-inner .carousel-item .carousel-caption h3, .cmp-hero .hero-main .carousel .carousel-inner .carousel-item .carousel-caption h2, .cmp-hero .hero-main .carousel .carousel-inner .carousel-item .carousel-caption h1 {
  font-family: Custom-Font, Helvetica, Arial, sans-serif;
  text-shadow: none;
  color: #fff;
  background: rgba(0, 142, 189, 0.8);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  display: inline-block;
  margin: 0;
  transition: all .3s ease;
}

.cmp-hero .hero-main .carousel .carousel-inner .carousel-item .carousel-caption h3 {
  text-transform: uppercase;
  font-size: 1rem;
}

.cmp-hero .hero-main .carousel .carousel-inner .carousel-item .hero-category:hover h3, .cmp-hero .hero-main .carousel .carousel-inner .carousel-item .hero-category:hover h2, .cmp-hero .hero-main .carousel .carousel-inner .carousel-item .hero-category:hover h1 {
  background: #eadec4;
  transition: all .3s ease;
}

.cmp-hero .hero-main .carousel .carousel-indicators {
  background: transparent;
  left: 50%;
  transform: translateX(-50%);
  right: auto;
}

.cmp-hero .hero-main .carousel .carousel-indicators li {
  border-color: #eadec4;
}

.cmp-hero .hero-main .carousel .carousel-indicators li.active {
  background: #eadec4;
}

.cmp-hero .hero-main .carousel .carousel-control {
  background-image: none;
}

.cmp-hero .hero-main .carousel .carousel-control span {
  text-shadow: none;
  font-size: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.cmp-hero .hero-main .carousel .carousel-control span:before {
  font-family: 'FontAwesome';
  content: "\f053";
  color: #eadec4;
}

.cmp-hero .hero-main .carousel .carousel-control .icon-next:before {
  content: "\f054";
}

.cmp-hero .hero-xtras .hero-category .hero-category-inner {
  padding: .5rem 1rem;
}

.cmp-hero .hero-xtras .hero-category .hero-category-inner .hero-category-headline {
  font-family: Custom-Font, Helvetica, Arial, sans-serif;
  padding: 1rem;
  box-shadow: none;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-weight: normal;
  font-size: 1.25rem;
  background: rgba(0, 142, 189, 0.8);
  margin: 1rem;
  display: block;
  width: auto;
  text-align: left;
  color: #fff;
  transition: all .3s ease;
}

.cmp-hero .hero-xtras .hero-category:hover .hero-category-headline {
  background: #eadec4;
  transition: all .3s ease;
}

.featured-categories .col-md-8 .prop-inner,
.featured-categories .col-md-4 .prop-inner {
  padding: 15px 0;
  width: calc(100% - 15px);
}

.featured-categories .featured-image {
  height: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-categories .featured-image.contain {
  background-size: contain;
}

.sale-new .col-6 .prop-inner {
  padding: 15px 0;
  left: 15px;
  width: calc(100% - 15px);
}

.sale-new .col-6:last-child .prop-inner {
  left: 0;
}

.section-header {
  padding: 1rem 0;
  border-bottom: 0;
  position: relative;
  font-family: 'Ubuntu', sans-serif;
  background:#FFF;
  border-bottom:1px solid #dcdbd8;
}

.section-header h1, .section-header h2, .section-header h3, .section-header h4, .section-header h5, .section-header h6 {
  padding: .2rem 0 0;
  margin: 0;
  font-size: 18px;
  font-weight:600;
  color: #3e3e3e;
  text-transform:none;
}

.section-header a.section-link-all {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  color: #3e3e3e;
}

.section-header a.section-link-all:hover {
  color: #1c1c1c;
}

@media (min-width: 576px) {
  .home .product-list {
    margin: 0;
  }
  .home .product-list .col-md-12{
    margin: 0;
  }
}

@media (min-width: 768px) {
  .home .product-list {
    margin: 0;
  }
  .featured-categories .col-md-8 .prop-inner {
    padding: 15px;
    padding-right: 7.5px;
  }
  .featured-categories .col-md-4 .prop-inner {
    padding: 15px 0 15px 7.5px;
  }
  .sale-new .col-6 .prop-inner {
    padding: 15px 7.5px 15px 15px;
    left: 0;
    width: 100%;
  }
  .sale-new .col-6:last-child .prop-inner {
    left: 0;
    padding: 15px 15px 15px 7.5px;
  }
}

@media (min-width: 992px) {
  .home .product-list {
    margin: 0;
  }
  .cmp-hero {
    margin: 0;
  }
  .cmp-hero .hero-main .carousel .carousel-inner .carousel-item .carousel-caption {
    bottom: 20px;
    padding-bottom: 20px;
  }
  .cmp-hero .hero-main .carousel .carousel-inner .carousel-item .carousel-caption h3, .cmp-hero .hero-main .carousel .carousel-inner .carousel-item .carousel-caption h2, .cmp-hero .hero-main .carousel .carousel-inner .carousel-item .carousel-caption h1 {
    font-size: 3rem;
  }
  .cmp-hero .hero-main .carousel .carousel-inner .carousel-item .carousel-caption h3 {
    font-size: 2rem;
  }
  .cmp-hero .hero-main .carousel .carousel-indicators {
    bottom: 0;
    top: auto;
  }
  .cmp-hero .hero-main .carousel .carousel-indicators li {
    border-color: #eadec4;
  }
  .cmp-hero .hero-main .carousel .carousel-indicators li.active {
    background: #eadec4;
  }
  .cmp-hero .hero-main .carousel .carousel-control span {
    font-size: 60px;
    bottom: 10%;
    top: auto;
  }
  .cmp-hero .hero-main .carousel .carousel-control span:before {
    color: #eadec4;
  }
  .cmp-hero .hero-xtras .hero-category .hero-category-inner {
    padding: 0;
  }
  .cmp-hero .hero-xtras .hero-category .hero-category-inner .hero-category-headline {
    margin: 0;
    width: 100%;
    font-size: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .home .product-list {
    margin: 0 -15px;
  }
}

[v-cloak] {
  display: none;
}

.unkown-os body.modal-open,
.ios body.modal-open {
  position: fixed;
  width: 100%;
}

.mkt-homepage {
  margin-bottom: 2rem;
}

.mkt-homepage .carousel-inner > .item > img,
.mkt-homepage .carousel-inner > .item > a > img {
  width: 70%;
  margin: auto;
}

.mkt-homepage .flex-item {
  position: relative;
  background: #fff;
  padding: 0;
  width: 180px;
  height: 180px;
  margin-top: 15px;
  overflow: hidden;
}

.mkt-homepage .flex-item:hover a .flex-align-bottom {
  background: #eadec4;
  padding-bottom: .4em;
}

.mkt-homepage .flex-item:hover a .flex-align-bottom .flex-text {
  transform: scale(1, 1);
  line-height: 110%;
  transition: transform 1s, line-height 1s, color 1s;
  font-size: 14px;
  color: white;
}

.mkt-homepage .flex-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mkt-homepage .flex-align-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  background: rgba(0, 142, 189, 0.7);
  text-align: left;
  padding: 0;
  padding-left: .3em;
  padding-right: .3em;
  box-sizing: border-box;
  line-height: 101%;
  font-size: 14px;
  transition: all 1s;
}

.mkt-homepage .flex-title {
  font-size: 17px;
  margin: 0;
  line-height: 1.6em;
  height: 1.6em;
  font-weight: normal;
  text-align: center;
  color: #fff;
  display: block;
}

.mkt-homepage .flex-text {
  margin: 0;
  padding: 0;
  font-weight: normal;
  text-align: left;
  line-height: 0%;
  transform: scale(1, 0);
  /* W3C */
  -webkit-transform: scale(1, 0);
  /* Safari and Chrome */
  -moz-transform: scale(1, 0);
  /* Firefox */
  -ms-transform: scale(1, 0);
  /* IE 9 */
  -o-transform: scale(1, 0);
  /* Opera */
  font-size: 0;
  transition: transform 1s, line-height 1s, font-size 1s;
  color: rgba(0, 142, 189, 0);
}

.mkt-homepage .flex-container {
  margin: 0 30px 25px;
  padding: 0;
  position: relative;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.mkt-homepage #welcome-text {
  font-size: 3rem;
}

.mkt-homepage #recommend-text {
  text-align: center;
}

.mkt-homepage .mt-xs-0_5 {
  margin-top: 6px;
}

.mkt-homepage .row {
  margin-left: -15px;
  margin-right: -15px;
}

.checkout .basket-items-list .item {
  padding-left: 0;
  padding-right: 0;
}

.checkout .login-register-title {
  font-size: 1em;
  text-transform: uppercase;
  text-align: center;
}

.checkout .cmp-address-list {
  transition: all .3s ease;
}

.my-account-no-line {
  padding-bottom: 15px;
}

.payment-change-text {
  color: #b2b1a7;
  padding-top: 15px;
}

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

.payment-change-box {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media (max-width: 767.98px) {
  .payment-change-box {
    margin-top: 15px;
  }
}

.payment-change-box .payment-change-box-item:nth-child(2) {
  -ms-flex-order: 1;
      order: 1;
}

.payment-change-box .cannot-change-payment {
  font-size: 1rem;
  padding: 5px;
  width: 100%;
}

.payment-change-box .cannot-change-payment .info-badge {
  margin-left: .2rem;
}

.single .list-item-carousel .list-control-special {
  width: 5%;
  height: 5%;
  position: absolute;
  top: 40%;
}

.single #single-carousel {
  background: #fff;
}

.single .main-image img {
  width: 100%;
}

.single .title {
  line-height: 1.2;
  font-family: 'Ubuntu Condensed', sans-serif;
  font-weight:700;
  font-size:24px;
  padding-top:10px;
}

.single .producer {
  line-height: 1.1;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
}

.single .single-description {
  font-size: .85rem;
}

.single .price {
  display: block;
  font-family: 'Ubuntu Condensed', sans-serif;
  line-height: 1;
}

.single .input-number {
  text-align: center;
}

.single .vat {
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .5em;
  color: #020260;
}

.single .crosssellers img {
  max-width: 100%;
  width: auto;
}

.single .crosssellers .special-tags {
  padding: .3rem;
}

.single .nav-tabs .nav-item {
  float: none;
}

.single .nav-tabs .nav-item .nav-link {
  border: 1px solid #ddd;
  color:#ababab;
}

.single .nav-tabs .nav-item .nav-link.active, .single .nav-tabs .nav-item .nav-link:hover {
  border: 1px solid #ddd;
  color: #282d2f;
  background: #f4f4f4;
}

.single .nav-tabs .nav-item + .nav-item {
  margin-left: 0;
}

.single .tab-content img {
  max-width: 100%;
}

.single .graduated-prices-table td:first-child {
  padding-right: 1rem;
  font-style: italic;
}

.single .graduated-prices-table i {
  color: #28a745;
}

.single .fade-enter-active, .single .fade-leave-active {
  transition: opacity .3s ease-out;
}

.single .fade-enter, .single .fade-leave-to {
  opacity: 0;
}

.single .order-property-input {
  transition: border-color .3s ease-out;
}

.single .order-property-input.active {
  border-color: #28a745;
}

.availability_1 {
  background-color: #28a745;
  color: #fff;
}

.availability_2 {
  background-color: #28a745;
  color: #fff;
}

.availability_3 {
  background-color: #ffc107;
  color: #212529;
}

.availability_4 {
  background-color: #ffc107;
  color: #212529;
}

.availability_5 {
  background-color: #dc3545;
  color: #fff;
}

.availability_6 {
  background-color: #dc3545;
  color: #fff;
}

.availability_7 {
  background-color: #dc3545;
  color: #fff;
}

.availability_8 {
  background-color: #dc3545;
  color: #fff;
}

.availability_9 {
  background-color: #4D4F4D;
  color: #fff;
}

.availability_10 {
  background-color: #4D4F4D;
  color: #fff;
}

.rating .tag,
.rating .badge {
  padding-right: 0;
  overflow: hidden;
  cursor: pointer;
}

.rating .tag .amount,
.rating .badge .amount {
  padding: 0.2rem .6rem 0.2rem .4rem;
  margin-left: .2rem;
  background-color: #4d5154;
}

.rezension {
  display: inline-block;
}

.img-thumbnail {
  border: none;
  border-radius: none;
  padding: .75rem .45rem .25rem 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .single .price {
    float: right;
  }
}

@media (min-width: 768px) {
  .single .nav-tabs .nav-item {
    float: left;
  }
  .single .nav-tabs .nav-item .nav-link {
    border: 1px solid #ddd;
    color:#ababab;
  }
  .single .nav-tabs .nav-item .nav-link.active, .single .nav-tabs .nav-item .nav-link:hover {
    border: 1px solid #ddd;
    color: #7a7f7f;
    background: white;
  }
  .single .nav-tabs .nav-item .nav-link.active {
    border-bottom: 1px solid transparent;
  }
  .single .nav-tabs .nav-item + .nav-item {
    margin-left: -1px;
  }
}

.order-property-slider {
  overflow: hidden;
}

.order-property-slider .order-property-slider-inner {
  white-space: nowrap;
  transition: transform 300ms ease;
}

.order-property-slider .order-property-slider-inner > div {
  display: inline-block;
  width: 100%;
  visibility: hidden;
}

.order-property-slider .order-property-slider-inner > div.active {
  visibility: visible;
}

.order-property-slider .order-property-slider-controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}

.order-property-slider .order-property-slider-controls .slider-nav {
  -ms-flex: 1;
      flex: 1;
  text-align: center;
}

.order-property-slider .order-property-slider-controls .slider-nav span {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #dcdbd8;
  background-color: #fff;
  margin: 12px 5px 0;
  cursor: pointer;
  transition: all .3s ease;
}

.order-property-slider .order-property-slider-controls .slider-nav span.active {
  background-color: #dcdbd8;
}

.order-property-slider .order-property-slider-controls .slider-nav span.active.error {
  background-color: #dc888f;
  border-color: #e5bec1;
}

.order-property-slider .order-property-slider-controls .slider-nav span.highlight {
  background-color: #eadec4;
  border-color: #3ecfff;
}

.order-property-slider .order-property-slider-controls .slider-nav span.error {
  background-color: #dc3545;
  border-color: #efa2a9;
}

.add-to-basket-container {
  display: -ms-flexbox;
  display: flex;
}

.add-to-basket-container .quantity-input-container {
  margin-right: 15px;
}

.single-rightside {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .single-rightside {
    margin-top: 0;
    position: absolute;
    left: 58.33333%;
    top: 0;
    bottom: 0;
  }
}

.loading .loading-animation-frame {
  display: block;
}

.loading-animation-frame {
  min-height: 200px;
  padding-top: 50px;
  width: 100%;
  position: relative;
  z-index: 1000;
  display: none;
}

.loading-animation {
  margin: auto;
  width: 150px;
  height: 120px;
  text-align: center;
  font-size: 15px;
}

.loading-animation > div {
  background-color: #eadec4;
  height: 100%;
  width: 18px;
  display: inline-block;
  animation: sk-stretchdelay 0.8s infinite ease-in-out;
}

.loading-animation .rect2 {
  animation-delay: -0.7s;
}

.loading-animation .rect3 {
  animation-delay: -0.6s;
}

.loading-animation .rect4 {
  animation-delay: -0.5s;
}

.loading-animation .rect5 {
  animation-delay: -0.4s;
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.2);
    -webkit-transform: scaleY(0.2);
  }
  20% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
}

.sk-fading-circle {
  margin: 100px auto;
  width: 100px;
  height: 100px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #eadec4;
  border-radius: 100%;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  animation-delay: -0.1s;
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

.static-page-plain-text {
  white-space: pre-line;
}

@media print {
  .no-print {
    display: none;
  }
  .print-header {
    text-align: center;
    margin-top: 15px;
  }
  @page {
    size: auto;
    margin: 0mm;
  }
  html {
    background-color: #FFFFFF;
    margin: 0px;
  }
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.button-spacer {
  margin-top: .5rem;
}

.modal-address {
  display: -ms-grid;
  display: grid;
}

.cannot-change-payment {
  font-size: 1rem;
  padding: 5px;
  cursor: default;
}

.cannot-change-payment .info-badge {
  margin-left: .2rem;
}

.history-pagination {
  margin-top: 15px;
}

.history-pagination .counter {
  margin-top: 5px;
}

.gradient-hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #DCDBD7, rgba(0, 0, 0, 0));
}

.show-more-returns {
  position: absolute;
  bottom: 22px;
  left: 40%;
  background-color: #fff;
  width: 96px;
  text-align: center;
}

.order-return-history-image-container {
  max-width: 100%;
  width: 100%;
  position: relative;
  position: relative;
  overflow: hidden;
}

.order-return-history-image-container > noscript, .order-return-history-image-container a > img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.order-return-history-image-container .owl-carousel {
  height: 100%;
}

.order-return-history-image-container .owl-carousel .owl-stage-outer {
  height: 100%;
}

.order-return-history-image-container .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}

.order-return-history-image-container .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}

.order-return-history-image-container .owl-carousel .owl-stage-outer .owl-stage .owl-item img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.order-return-history-count {
  color: #7a7f7f;
  margin-top: 15px;
}

.switchable-warning {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-direction: row;
      flex-direction: row;
  margin-bottom: 10px;
  border-width: 1px;
  border-style: solid;
}

.warning-triangle {
  margin: auto;
  font-size: large;
}

.warning-text {
  text-align: justify;
  width: 85%;
  margin: auto;
}

.current-payment-text {
  border: 1px solid #dcdbd8;
  border-radius: 0.1rem;
}

.current-payment-width {
  width: 100% !important;
}

@media (max-width: 575.98px) {
  .widget-image-box {
    padding-bottom: 0 !important;
    min-height: 10rem;
  }
}

.widget-image-box > img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.widget-image-box > img.img-cover {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.widget-image-box > .widget-inner {
  padding: 1.5rem;
  display: -ms-flexbox;
  display: flex;
}

.widget-image-box > .widget-inner .widget-caption {
  transition: 300ms all ease;
}

.widget-image-box > .widget-inner .widget-caption h2, .widget-image-box > .widget-inner .widget-caption .h2 {
  margin: 0;
  font-size: 1.75rem;
}

@media (max-width: 575.98px) {
  .widget-image-box.widget-image-box-fullwidth > .widget-inner {
    position: relative;
    min-height: 12rem;
    padding-top: 2rem;
  }
}

.widget-image-box.widget-image-box-fullwidth > .widget-inner .widget-caption {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 1rem;
}

.widget-image-box.widget-image-box-fullwidth > .widget-inner .widget-caption h2, .widget-image-box.widget-image-box-fullwidth > .widget-inner .widget-caption .h2 {
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}

@media (min-width: 576px) {
  .widget-image-box.widget-image-box-fullwidth > .widget-inner .widget-caption h2, .widget-image-box.widget-image-box-fullwidth > .widget-inner .widget-caption .h2 {
    font-size: 3rem;
  }
}

@media (min-width: 992px) {
  .widget-image-box.widget-image-box-fullwidth > .widget-inner .widget-caption h2, .widget-image-box.widget-image-box-fullwidth > .widget-inner .widget-caption .h2 {
    font-size: 4rem;
  }
}

.widget-image-box.widget-image-box-inline-caption > .widget-inner {
  -ms-flex-align: end;
      align-items: flex-end;
}

@media (max-width: 575.98px) {
  .widget-image-box.widget-image-box-inline-caption > .widget-inner {
    position: relative;
    padding-top: 14%;
  }
}

.widget-image-box.widget-image-box-inline-caption > .widget-inner .widget-caption {
  padding: 1.5rem;
}

@media (max-width: 575.98px) {
  .widget-image-box.widget-image-box-block-caption > .widget-inner {
    position: relative;
    padding: 25% 0 0 0;
  }
}

.widget-image-box.widget-image-box-block-caption > .widget-inner .widget-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem;
}

@media (max-width: 575.98px) {
  .widget-image-box.widget-image-box-block-caption > .widget-inner .widget-caption {
    position: relative;
    width: 100%;
  }
}

.widget-image-box.widget-image-box-no-caption > .widget-inner .widget-caption {
  display: none;
}

.widget-image-box.widget-primary .widget-caption {
  color: #fff;
  background-color: rgba(0, 142, 189, 0.8);
}

.widget-image-box.widget-primary .widget-caption a {
  color: #fff;
}

.widget-image-box.widget-primary a[href].widget-inner:hover .widget-caption {
  color: #fff;
  background-color: rgba(0, 142, 189, 0.9);
}

.widget-image-box.widget-primary a[href].widget-inner:hover .widget-caption a {
  color: #fff;
}

.widget-image-box.widget-secondary .widget-caption {
  color: #fff;
  background-color: rgba(212, 2, 29, 0.8);
}

.widget-image-box.widget-secondary .widget-caption a {
  color: #fff;
}

.widget-image-box.widget-secondary a[href].widget-inner:hover .widget-caption {
  color: #fff;
  background-color: rgba(212, 2, 29, 0.9);
}

.widget-image-box.widget-secondary a[href].widget-inner:hover .widget-caption a {
  color: #fff;
}

.widget-image-box.widget-success .widget-caption {
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
}

.widget-image-box.widget-success .widget-caption a {
  color: #fff;
}

.widget-image-box.widget-success a[href].widget-inner:hover .widget-caption {
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
}

.widget-image-box.widget-success a[href].widget-inner:hover .widget-caption a {
  color: #fff;
}

.widget-image-box.widget-info .widget-caption {
  color: #fff;
  background-color: rgba(23, 162, 184, 0.8);
}

.widget-image-box.widget-info .widget-caption a {
  color: #fff;
}

.widget-image-box.widget-info a[href].widget-inner:hover .widget-caption {
  color: #fff;
  background-color: rgba(23, 162, 184, 0.9);
}

.widget-image-box.widget-info a[href].widget-inner:hover .widget-caption a {
  color: #fff;
}

.widget-image-box.widget-warning .widget-caption {
  color: #212529;
  background-color: rgba(255, 193, 7, 0.8);
}

.widget-image-box.widget-warning .widget-caption a {
  color: #212529;
}

.widget-image-box.widget-warning a[href].widget-inner:hover .widget-caption {
  color: #212529;
  background-color: rgba(255, 193, 7, 0.9);
}

.widget-image-box.widget-warning a[href].widget-inner:hover .widget-caption a {
  color: #212529;
}

.widget-image-box.widget-danger .widget-caption {
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
}

.widget-image-box.widget-danger .widget-caption a {
  color: #fff;
}

.widget-image-box.widget-danger a[href].widget-inner:hover .widget-caption {
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
}

.widget-image-box.widget-danger a[href].widget-inner:hover .widget-caption a {
  color: #fff;
}

.widget-grid .widget-image-box-fullwidth .widget-inner .widget-caption h2 {
  font-size: 2rem;
}

/* Compatibility for IE */
/* display img with optimal aspect ratio */
html.ie .widget-image-box .img-cover {
  min-height: auto;
  min-width: auto;
}

.widget-image-carousel.widget-proportional {
  min-height: 110px;
}

.widget-image-carousel .widget-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.widget-image-carousel .widget-inner .widget-caption {
  position: absolute;
  text-align: center;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
}

.widget-image-carousel .widget-inner .widget-caption h2, .widget-image-carousel .widget-inner .widget-caption .h2 {
  padding: .5rem 1rem;
  font-size: 1.75rem;
  margin: 0;
  display: inline-block;
  transition: 300ms all ease;
}

@media (min-width: 768px) {
  .widget-image-carousel .widget-inner .widget-caption h2, .widget-image-carousel .widget-inner .widget-caption .h2 {
    font-size: 3rem;
  }
}

.widget-image-carousel .widget-inner .carousel-inner {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.widget-image-carousel .widget-inner .carousel-item {
  width: 100%;
  height: 100%;
}

.widget-image-carousel .widget-inner .carousel-item img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.widget-image-carousel .widget-inner .carousel-item img.img-cover {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.widget-image-carousel .widget-inner .carousel-indicators {
  bottom: 0;
  padding: .5rem 1rem;
}

.widget-image-carousel .widget-inner .carousel-indicators li {
  /* Bootstrap override */
  box-sizing: border-box;
  border-radius: .8rem;
  width: .8rem;
  height: .8rem;
  margin: 2px;
  border: 1px solid #fff;
  background-color: transparent;
}

.widget-image-carousel .widget-inner .carousel-control {
  background-image: none;
  transition: 300ms all ease;
}

.widget-image-carousel .widget-inner .carousel-control .fa {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  display:none;
}

@media (min-width: 768px) {
  .widget-inner-stacked .widget-image-carousel .widget-caption h2, .widget-inner-stacked .widget-image-carousel .widget-caption .h2 {
    padding: .5rem 1rem;
    font-size: 1.75rem;
    margin: 0;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .widget-inner-stacked .widget-image-carousel .widget-caption h2, .widget-inner-stacked .widget-image-carousel .widget-caption .h2 {
    font-size: 3rem;
  }
}

@media (min-width: 768px) {
  .widget-inner-stacked .widget-image-carousel .carousel-control .fa {
    font-size: 1.5rem;
  }
}

/* Compatibility for IE */
/* display img with optimal aspect ratio */
html.ie .widget-image-carousel .widget-inner .carousel-item .img-cover {
  min-height: auto;
  min-width: auto;
}

.widget-image-carousel.widget-primary .widget-caption h2,
.widget-image-carousel.widget-primary .widget-caption .h2 {
  color: #fff;
  background-color: rgba(0, 142, 189, 0.8);
}

.widget-image-carousel.widget-primary .widget-caption h2 a,
.widget-image-carousel.widget-primary .widget-caption .h2 a {
  color: #fff;
}

.widget-image-carousel.widget-primary:hover .widget-caption h2,
.widget-image-carousel.widget-primary:hover .widget-caption .h2 {
  color: #fff;
  background-color: rgba(0, 142, 189, 0.9);
}

.widget-image-carousel.widget-primary:hover .widget-caption h2 a,
.widget-image-carousel.widget-primary:hover .widget-caption .h2 a {
  color: #fff;
}

.widget-image-carousel.widget-primary .carousel-indicators li {
  border-color: #eadec4;
}

.widget-image-carousel.widget-primary .carousel-indicators li.active {
  background-color: #eadec4;
}

.widget-image-carousel.widget-primary .carousel-control .fa {
  color: #eadec4;
}

.widget-image-carousel.widget-secondary .widget-caption h2,
.widget-image-carousel.widget-secondary .widget-caption .h2 {
  color: #fff;
  background-color: rgba(212, 2, 29, 0.8);
}

.widget-image-carousel.widget-secondary .widget-caption h2 a,
.widget-image-carousel.widget-secondary .widget-caption .h2 a {
  color: #fff;
}

.widget-image-carousel.widget-secondary:hover .widget-caption h2,
.widget-image-carousel.widget-secondary:hover .widget-caption .h2 {
  color: #fff;
  background-color: rgba(212, 2, 29, 0.9);
}

.widget-image-carousel.widget-secondary:hover .widget-caption h2 a,
.widget-image-carousel.widget-secondary:hover .widget-caption .h2 a {
  color: #fff;
}

.widget-image-carousel.widget-secondary .carousel-indicators li {
  border-color: #d4021d;
}

.widget-image-carousel.widget-secondary .carousel-indicators li.active {
  background-color: #d4021d;
}

.widget-image-carousel.widget-secondary .carousel-control .fa {
  color: #d4021d;
}

.widget-image-carousel.widget-success .widget-caption h2,
.widget-image-carousel.widget-success .widget-caption .h2 {
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
}

.widget-image-carousel.widget-success .widget-caption h2 a,
.widget-image-carousel.widget-success .widget-caption .h2 a {
  color: #fff;
}

.widget-image-carousel.widget-success:hover .widget-caption h2,
.widget-image-carousel.widget-success:hover .widget-caption .h2 {
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
}

.widget-image-carousel.widget-success:hover .widget-caption h2 a,
.widget-image-carousel.widget-success:hover .widget-caption .h2 a {
  color: #fff;
}

.widget-image-carousel.widget-success .carousel-indicators li {
  border-color: #28a745;
}

.widget-image-carousel.widget-success .carousel-indicators li.active {
  background-color: #28a745;
}

.widget-image-carousel.widget-success .carousel-control .fa {
  color: #28a745;
}

.widget-image-carousel.widget-info .widget-caption h2,
.widget-image-carousel.widget-info .widget-caption .h2 {
  color: #fff;
  background-color: rgba(23, 162, 184, 0.8);
}

.widget-image-carousel.widget-info .widget-caption h2 a,
.widget-image-carousel.widget-info .widget-caption .h2 a {
  color: #fff;
}

.widget-image-carousel.widget-info:hover .widget-caption h2,
.widget-image-carousel.widget-info:hover .widget-caption .h2 {
  color: #fff;
  background-color: rgba(23, 162, 184, 0.9);
}

.widget-image-carousel.widget-info:hover .widget-caption h2 a,
.widget-image-carousel.widget-info:hover .widget-caption .h2 a {
  color: #fff;
}

.widget-image-carousel.widget-info .carousel-indicators li {
  border-color: #17a2b8;
}

.widget-image-carousel.widget-info .carousel-indicators li.active {
  background-color: #17a2b8;
}

.widget-image-carousel.widget-info .carousel-control .fa {
  color: #17a2b8;
}

.widget-image-carousel.widget-warning .widget-caption h2,
.widget-image-carousel.widget-warning .widget-caption .h2 {
  color: #212529;
  background-color: rgba(255, 193, 7, 0.8);
}

.widget-image-carousel.widget-warning .widget-caption h2 a,
.widget-image-carousel.widget-warning .widget-caption .h2 a {
  color: #212529;
}

.widget-image-carousel.widget-warning:hover .widget-caption h2,
.widget-image-carousel.widget-warning:hover .widget-caption .h2 {
  color: #212529;
  background-color: rgba(255, 193, 7, 0.9);
}

.widget-image-carousel.widget-warning:hover .widget-caption h2 a,
.widget-image-carousel.widget-warning:hover .widget-caption .h2 a {
  color: #212529;
}

.widget-image-carousel.widget-warning .carousel-indicators li {
  border-color: #ffc107;
}

.widget-image-carousel.widget-warning .carousel-indicators li.active {
  background-color: #ffc107;
}

.widget-image-carousel.widget-warning .carousel-control .fa {
  color: #ffc107;
}

.widget-image-carousel.widget-danger .widget-caption h2,
.widget-image-carousel.widget-danger .widget-caption .h2 {
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
}

.widget-image-carousel.widget-danger .widget-caption h2 a,
.widget-image-carousel.widget-danger .widget-caption .h2 a {
  color: #fff;
}

.widget-image-carousel.widget-danger:hover .widget-caption h2,
.widget-image-carousel.widget-danger:hover .widget-caption .h2 {
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
}

.widget-image-carousel.widget-danger:hover .widget-caption h2 a,
.widget-image-carousel.widget-danger:hover .widget-caption .h2 a {
  color: #fff;
}

.widget-image-carousel.widget-danger .carousel-indicators li {
  border-color: #dc3545;
}

.widget-image-carousel.widget-danger .carousel-indicators li.active {
  background-color: #dc3545;
}

.widget-image-carousel.widget-danger .carousel-control .fa {
  color: #dc3545;
}

.widget-item-list .widget-inner {
  padding-left: 0;
  padding-right: 0;
}

.widget-item-list .widget-caption {
  padding: 1rem 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.widget-item-list .widget-caption h2, .widget-item-list .widget-caption .h2 {
  -ms-flex: 1;
      flex: 1;
  padding-top: .2rem;
  margin: 0;
  text-transform: none;
  font-size: 1.75rem;
}

.widget-item-list-caption h1, .widget-item-list-caption h2, .widget-item-list-caption h3, .widget-item-list-caption p {
	text-transform:none;
}


.widget-item-list.widget-primary .widget-caption {
  font-weight:700;
  color:#3e3e3e !important;
  font-size:18px;
  font-family: 'Domine', serif !important;
  text-transform:none;
  background-color: #fff !important;
  text-align:left;
  margin-top:80px;
  margin-left:-15px;
  margin-right:-15px;
}

.widget-item-list.widget-primary .widget-caption a {
  color: #3e3e3e !important;
  font-size:11px;
}

.widget-item-list.widget-secondary .widget-caption {
  color: #fff;
  background-color: #d4021d;
}

.widget-item-list.widget-secondary .widget-caption a {
  color: #fff;
}

.widget-item-list.widget-success .widget-caption {
  color: #fff;
  background-color: #28a745;
}

.widget-item-list.widget-success .widget-caption a {
  color: #fff;
}

.widget-item-list.widget-info .widget-caption {
  color: #fff;
  background-color: #17a2b8;
}

.widget-item-list.widget-info .widget-caption a {
  color: #fff;
}

.widget-item-list.widget-warning .widget-caption {
  color: #212529;
  background-color: #ffc107;
}

.widget-item-list.widget-warning .widget-caption a {
  color: #212529;
}

.widget-item-list.widget-danger .widget-caption {
  color: #fff;
  background-color: #dc3545;
}

.widget-item-list.widget-danger .widget-caption a {
  color: #fff;
}

.widget.accordion div.card:first-of-type, .widget.accordion .cmp-address-list .items > div:first-of-type:first-child, .cmp-address-list .widget.accordion .items > div:first-of-type:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.widget.accordion div.card:nth-of-type(2), .widget.accordion .cmp-address-list .items > div:nth-of-type(2):first-child, .cmp-address-list .widget.accordion .items > div:nth-of-type(2):first-child {
  border-top: 0;
}

.widget.accordion div.card button.collapsed h5 > .fa, .widget.accordion .cmp-address-list .items > div:first-child button.collapsed h5 > .fa, .cmp-address-list .widget.accordion .items > div:first-child button.collapsed h5 > .fa {
  transform: scaleY(1);
}

.widget.accordion div.card button, .widget.accordion .cmp-address-list .items > div:first-child button, .cmp-address-list .widget.accordion .items > div:first-child button {
  text-align: left;
  padding: 1.25rem;
  border-top-width: 0;
}

.widget.accordion div.card button h5, .widget.accordion .cmp-address-list .items > div:first-child button h5, .cmp-address-list .widget.accordion .items > div:first-child button h5 {
  font-weight: bold;
  position: relative;
}

.widget.accordion div.card button h5 > .fa, .widget.accordion .cmp-address-list .items > div:first-child button h5 > .fa, .cmp-address-list .widget.accordion .items > div:first-child button h5 > .fa {
  position: absolute;
  right: 0;
  top: -4px;
  font-size: 1.5rem;
  transform: scaleY(-1);
  transition-timing-function: ease;
  transition-duration: .35s;
  transform-origin: 50% 60%;
}

.widget.accordion div.card button:hover, .widget.accordion .cmp-address-list .items > div:first-child button:hover, .cmp-address-list .widget.accordion .items > div:first-child button:hover,
.widget.accordion div.card button:focus,
.widget.accordion .cmp-address-list .items > div:first-child button:focus,
.cmp-address-list .widget.accordion .items > div:first-child button:focus {
  color: black;
}

.widget.accordion div.card div .card-body, .widget.accordion .cmp-address-list .items > div:first-child div .card-body, .cmp-address-list .widget.accordion .items > div:first-child div .card-body {
  margin-top: 1px;
}

.widget.accordion div.card div .card-body p, .widget.accordion .cmp-address-list .items > div:first-child div .card-body p, .cmp-address-list .widget.accordion .items > div:first-child div .card-body p {
  margin: 0;
  line-height: 1.1;
}

.widget.accordion.widget-primary button:hover,
.widget.accordion.widget-primary button:focus {
  -webkit-text-decoration-color: #eadec4;
          text-decoration-color: #eadec4;
}

.widget.accordion.widget-primary h5 {
  color: #eadec4;
}

.widget.accordion.widget-secondary button:hover,
.widget.accordion.widget-secondary button:focus {
  -webkit-text-decoration-color: #d4021d;
          text-decoration-color: #d4021d;
}

.widget.accordion.widget-secondary h5 {
  color: #d4021d;
}

.widget.accordion.widget-success button:hover,
.widget.accordion.widget-success button:focus {
  -webkit-text-decoration-color: #28a745;
          text-decoration-color: #28a745;
}

.widget.accordion.widget-success h5 {
  color: #28a745;
}

.widget.accordion.widget-info button:hover,
.widget.accordion.widget-info button:focus {
  -webkit-text-decoration-color: #17a2b8;
          text-decoration-color: #17a2b8;
}

.widget.accordion.widget-info h5 {
  color: #17a2b8;
}

.widget.accordion.widget-warning button:hover,
.widget.accordion.widget-warning button:focus {
  -webkit-text-decoration-color: #ffc107;
          text-decoration-color: #ffc107;
}

.widget.accordion.widget-warning h5 {
  color: #ffc107;
}

.widget.accordion.widget-danger button:hover,
.widget.accordion.widget-danger button:focus {
  -webkit-text-decoration-color: #dc3545;
          text-decoration-color: #dc3545;
}

.widget.accordion.widget-danger h5 {
  color: #dc3545;
}

.widget.accordion.widget-light button:hover,
.widget.accordion.widget-light button:focus {
  -webkit-text-decoration-color: #f8f9fa;
          text-decoration-color: #f8f9fa;
}

.widget.accordion.widget-light h5 {
  color: #f8f9fa;
}

.widget.accordion.widget-dark button:hover,
.widget.accordion.widget-dark button:focus {
  -webkit-text-decoration-color: #343a40;
          text-decoration-color: #343a40;
}

.widget.accordion.widget-dark h5 {
  color: #343a40;
}

.widget-legal-information a {
  color: black;
  margin-right: 10px;
}

.widget-list .widget-inner .list-container,
.widget-list .widget-inner .list-centered,
.widget-link-list .widget-inner .list-container,
.widget-link-list .widget-inner .list-centered {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.widget-list .widget-inner ul,
.widget-link-list .widget-inner ul {
  margin-bottom: 0;
}

.widget-list .widget-inner a,
.widget-link-list .widget-inner a {
  color: #4D4F4D;
}

@media (max-width: 575.98px) {
  .widget-live-shopping .thumb-inner .thumb-image {
    float: none;
    width: 100%;
  }
  .widget-live-shopping .thumb-inner .thumb-image > .square-container {
    padding-bottom: 50%;
  }
  .widget-live-shopping .thumb-inner .live-shopping {
    width: 100%;
  }
  .widget-live-shopping .thumb-inner .live-shopping .live-shopping-item-name > a {
    font-weight: normal;
  }
}

.live-shopping-placeholder {
  width: 100%;
  padding-bottom: 150%;
  position: relative;
  background-color: #dcdbd8;
}

.live-shopping-placeholder > div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  padding: 1rem;
  width: 100%;
}

.live-shopping-placeholder .title {
  font-weight: bold;
  font-size: 1.3rem;
}

.live-shopping-placeholder .description {
  font-style: italic;
}

.widget-newsletter > .widget-inner {
  padding-left: 0;
  padding-right: 0;
}

.widget-text .widget-inner {
  padding: 1rem 1.5rem;
}

.widget-text .placeholder-text {
  border: 3px dashed #dadae3;
  border-radius: 3px;
  height: 75px;
  line-height: 75px;
  vertical-align: middle;
  text-align: center;
  color: #dadae3;
  font-size: 20px;
  font-style: italic;
}

.widget-text.widget-primary .placeholder-text, .widget-text.widget-secondary .placeholder-text, .widget-text.widget-success .placeholder-text, .widget-text.widget-info .placeholder-text, .widget-text.widget-warning .placeholder-text, .widget-text.widget-danger .placeholder-text, .widget-text.widget-inverse .placeholder-text {
  border-color: white;
  color: white;
}

.widget-text.widget-primary {
  color: #fff;
  background-color: #eadec4;
}

.widget-text.widget-primary a {
  color: #fff;
}

.widget-text.widget-secondary {
  color: #fff;
  background-color: #d4021d;
}

.widget-text.widget-secondary a {
  color: #fff;
}

.widget-text.widget-success {
  color: #fff;
  background-color: #28a745;
}

.widget-text.widget-success a {
  color: #fff;
}

.widget-text.widget-info {
  color: #fff;
  background-color: #17a2b8;
}

.widget-text.widget-info a {
  color: #fff;
}

.widget-text.widget-warning {
  color: #212529;
  background-color: #ffc107;
}

.widget-text.widget-warning a {
  color: #212529;
}

.widget-text.widget-danger {
  color: #fff;
  background-color: #dc3545;
}

.widget-text.widget-danger a {
  color: #fff;
}

.widget-title-bar .widget-inner {
  padding: 1rem 1.5rem;
  text-align: center;
}

.widget-title-bar .h1, .widget-title-bar h1 {
  margin: 0.5rem auto;
  font-size: 2.5rem;
  letter-spacing: 1.25px;
  display: block;
}

.widget-title-bar.widget-primary {
  color: #fff;
  background-color: #eadec4;
}

.widget-title-bar.widget-primary a {
  color: #fff;
}

.widget-title-bar.widget-secondary {
  color: #fff;
  background-color: #d4021d;
}

.widget-title-bar.widget-secondary a {
  color: #fff;
}

.widget-title-bar.widget-success {
  color: #fff;
  background-color: #28a745;
}

.widget-title-bar.widget-success a {
  color: #fff;
}

.widget-title-bar.widget-info {
  color: #fff;
  background-color: #17a2b8;
}

.widget-title-bar.widget-info a {
  color: #fff;
}

.widget-title-bar.widget-warning {
  color: #212529;
  background-color: #ffc107;
}

.widget-title-bar.widget-warning a {
  color: #212529;
}

.widget-title-bar.widget-danger {
  color: #fff;
  background-color: #dc3545;
}

.widget-title-bar.widget-danger a {
  color: #fff;
}

.widget-grid > .widget-inner > div {
  height: 100%;
}

.widget-grid .widget-inner-stacked {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.widget-grid .widget-inner-stacked > .widget-inner {
  display: -ms-flexbox;
  display: flex;
}

.widget-grid .widget-inner-stacked > .widget-inner > div {
  -ms-flex: 1;
      flex: 1;
}

.widget-grid .widget-inner-stacked > .widget-inner [data-builder-child-container] {
  min-height: 100px;
}

@media (min-width: 768px) {
  .widget-grid .widget-inner-stacked > .widget-inner:first-child {
    padding-bottom: 2rem;
  }
}

.footer .widget-grid .widget-inner .widget-list {
  position: relative;
  height: 100%;
  color: #4D4F4D;
  background-color: #dadae3;
  box-sizing: content-box;
  margin-bottom: 0;
}

.footer .widget-grid .widget-inner .widget-list .widget-inner {
  padding: 1rem;
}

@media (min-width: 768px) {
  .footer .widget-grid .widget-inner .widget-list {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer .widget-grid .widget-inner:first-child .widget-list {
    margin-left: 0;
    padding-left: 0;
  }
  .footer .widget-grid .widget-inner:last-child .widget-list {
    margin-right: 0;
    padding-right: 0;
  }
}

@media (max-width: 767.98px) {
  .footer .widget-grid .widget-inner:not(:last-child) .widget-list .widget-inner {
    padding-bottom: 0;
  }
}

.widget {
  margin-bottom: 2rem;
}

.widget .widget-inner {
  position: relative;
}

.widget .widget-inner .widget {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .widget {
    margin-bottom: 1rem;
  }
  .widget.widget-grid {
    margin-bottom: 0;
  }
  .widget.widget-grid + .widget-grid {
    margin-top: 1rem;
  }
  .widget .widget-inner .widget {
    margin-bottom: 1rem;
  }
}

.widget-proportional {
  position: relative;
  padding-bottom: 33.33333%;
  overflow: hidden;
}

.widget-proportional .widget-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (min-width: 768px) {
  .widget-prop-1-1 .widget-proportional {
    padding-bottom: 100%;
  }
  .widget-proportional.widget-prop-1-1 {
    padding-bottom: 100% !important;
  }
  .widget-prop-1-2 .widget-proportional {
    padding-bottom: 200%;
  }
  .widget-proportional.widget-prop-1-2 {
    padding-bottom: 200% !important;
  }
  .widget-prop-1-3 .widget-proportional {
    padding-bottom: 300%;
  }
  .widget-proportional.widget-prop-1-3 {
    padding-bottom: 300% !important;
  }
  .widget-prop-1-4 .widget-proportional {
    padding-bottom: 400%;
  }
  .widget-proportional.widget-prop-1-4 {
    padding-bottom: 400% !important;
  }
  .widget-prop-2-1 .widget-proportional {
    padding-bottom: 50%;
  }
  .widget-proportional.widget-prop-2-1 {
    padding-bottom: 50% !important;
  }
  .widget-prop-2-2 .widget-proportional {
    padding-bottom: 100%;
  }
  .widget-proportional.widget-prop-2-2 {
    padding-bottom: 100% !important;
  }
  .widget-prop-2-3 .widget-proportional {
    padding-bottom: 150%;
  }
  .widget-proportional.widget-prop-2-3 {
    padding-bottom: 150% !important;
  }
  .widget-prop-2-4 .widget-proportional {
    padding-bottom: 200%;
  }
  .widget-proportional.widget-prop-2-4 {
    padding-bottom: 200% !important;
  }
  .widget-prop-3-1 .widget-proportional {
    padding-bottom: 33.33333%;
  }
  .widget-proportional.widget-prop-3-1 {
    padding-bottom: 33.33333% !important;
  }
  .widget-prop-3-2 .widget-proportional {
    padding-bottom: 66.66667%;
  }
  .widget-proportional.widget-prop-3-2 {
    padding-bottom: 66.66667% !important;
  }
  .widget-prop-3-3 .widget-proportional {
    padding-bottom: 100%;
  }
  .widget-proportional.widget-prop-3-3 {
    padding-bottom: 100% !important;
  }
  .widget-prop-3-4 .widget-proportional {
    padding-bottom: 133.33333%;
  }
  .widget-proportional.widget-prop-3-4 {
    padding-bottom: 133.33333% !important;
  }
  .widget-prop-4-1 .widget-proportional {
    padding-bottom: 25%;
  }
  .widget-proportional.widget-prop-4-1 {
    padding-bottom: 25% !important;
  }
  .widget-prop-4-2 .widget-proportional {
    padding-bottom: 50%;
  }
  .widget-proportional.widget-prop-4-2 {
    padding-bottom: 50% !important;
  }
  .widget-prop-4-3 .widget-proportional {
    padding-bottom: 75%;
  }
  .widget-proportional.widget-prop-4-3 {
    padding-bottom: 75% !important;
  }
  .widget-prop-4-4 .widget-proportional {
    padding-bottom: 100%;
  }
  .widget-proportional.widget-prop-4-4 {
    padding-bottom: 100% !important;
  }
  .widget-prop-auto .widget-proportional {
    padding-bottom: 0;
    min-height: 100%;
  }
}

.widget-editable-min-height {
  min-height: 40px;
}

@media (max-width: 575.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

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