@charset "UTF-8";
/*!
 * Bootstrap v4.0.0 (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)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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;
}

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;
}

dfn {
  font-style: italic;
}

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: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  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: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

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: .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,
html [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-cancel-button,
[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: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  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: 0.5rem;
}

.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";
}

.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: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  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%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

.table {
  width: 100%;
  max-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-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: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-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-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-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-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-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-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%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

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.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.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.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.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.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.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.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  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.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  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: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .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 .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .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-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 {
  background-color: #71dd8a;
}

.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 {
  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 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.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 ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

.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 {
  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: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .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 .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .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-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 {
  background-color: #efa2a9;
}

.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 {
  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 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.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 ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

.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 {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    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 {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: 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 {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 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-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.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.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after {
  margin-left: 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: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.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: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .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: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: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.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: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.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;
}

.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: flex !important;
}

.d-inline-flex {
  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: flex !important;
  }
  .d-sm-inline-flex {
    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: flex !important;
  }
  .d-md-inline-flex {
    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: flex !important;
  }
  .d-lg-inline-flex {
    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: flex !important;
  }
  .d-xl-inline-flex {
    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: flex !important;
  }
  .d-print-inline-flex {
    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.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}

.text-justify {
  text-align: justify !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-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.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 #999;
    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 #ddd !important;
  }
}

/*************************
ICONS
*************************/
i.icon {
  display: inline-block;
  vertical-align: middle;
}

i.icon svg {
  width: 100%;
  height: 100%;
}

i.icon--12 {
  width: 12px;
  height: 12px;
}

i.icon--16 {
  width: 16px;
  height: 16px;
}

i.icon--20 {
  width: 20px;
  height: 20px;
}

i.icon--24 {
  width: 24px;
  height: 24px;
}

i.icon--32 {
  width: 32px;
  height: 32px;
}

i.icon--36 {
  width: 36px;
  height: 36px;
}

i.icon--40 {
  width: 40px;
  height: 40px;
}

/**
 * @license
 * MyFonts Webfont Build ID 3614017, 2018-07-23T09:16:14-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: NeueHaasUnicaW1G-Medium by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/neue-haas-unica/medium/
 * 
 * Webfont: NeueHaasUnicaW1G-Regular by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/neue-haas-unica/regular/
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3614017
 * Licensed pageviews: 20
 * Webfonts copyright: Copyright &#x00A9; 2016 Monotype Imaging Inc. All rights reserved.
 * 
 * © 2018 MyFonts Inc
*/
@font-face {
  font-family: 'NeueHaasUnicaW1G-Medium';
  src: url("../fonts/372541_0_0.eot");
  src: url("../fonts/372541_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/372541_0_0.woff2") format("woff2"), url("../fonts/372541_0_0.woff") format("woff"), url("../fonts/372541_0_0.ttf") format("truetype");
}

@font-face {
  font-family: 'NeueHaasUnicaW1G-Regular';
  src: url("../fonts/372541_1_0.eot");
  src: url("../fonts/372541_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/372541_1_0.woff2") format("woff2"), url("../fonts/372541_1_0.woff") format("woff"), url("../fonts/372541_1_0.ttf") format("truetype");
}

@font-face {
  font-weight: bold;
  font-family: 'NeueHaasUnicaW1G-Regular';
  src: url("../fonts/372541_0_0.eot");
  src: url("../fonts/372541_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/372541_0_0.woff2") format("woff2"), url("../fonts/372541_0_0.woff") format("woff"), url("../fonts/372541_0_0.ttf") format("truetype");
}

@font-face {
  font-family: 'SBH';
  src: url("../fonts/SBH.ttf?uuyosg") format("truetype"), url("../fonts/SBH.woff?uuyosg") format("woff"), url("../fonts/SBH.svg?uuyosg#SBH") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'LucidaCalligraphy';
  src: url("../fonts/LucidaCalligraphy.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

[class^="SBH-"],
[class*=" SBH-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'SBH' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.SBH-widearrow:before {
  content: "\e909";
}

.SBH-spinner2:before {
  content: "\e97b";
}

.SBH-navigate_before:before {
  content: "\e408";
}

.SBH-navigate_next:before {
  content: "\e409";
}

.SBH-expand_less:before {
  content: "\e5ce";
}

.SBH-expand_more:before {
  content: "\e5cf";
}

.SBH-bin:before {
  content: "\e900";
}

.SBH-search:before {
  content: "\e903";
}

.SBH-iron:before {
  content: "\e904";
}

.SBH-weight:before {
  content: "\e905";
}

.SBH-plus:before {
  content: "\e906";
}

.SBH-yes:before {
  content: "\e907";
}

.SBH-bag:before {
  content: "\e901";
}

.SBH-heart:before {
  content: "\e902";
}

.SBH-account:before {
  content: "\e908";
}

.SBH-menu:before {
  content: "\e90a";
}

.fabric__color {
  margin: 5px auto;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 2px #fff, 0px 0px 0px 4px #eceeed;
  cursor: pointer;
}

.fabric__color--black {
  background-color: #000;
}

.fabric__color--lblue {
  background-color: #d6f0ff;
}

.fabric__color--grey {
  background-color: #ccc;
}

.fabric__color--navy {
  background-color: #553c80;
}

.fabric__color--white {
  background-color: #fff;
}

.fabric__color--name {
  font-size: 0.875rem;
  color: #555;
}

.fabric__color--print {
  background-image: url(/img/pattern.png);
}

/*! jQuery UI - v1.12.1 - 2018-08-10
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}

.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("/img/ui/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("/img/ui/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  background-image: url("/img/ui/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: url("/img/ui/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
  background-image: url("/img/ui/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("/img/ui/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("/img/ui/ui-icons_777777_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}

/**
 * selectize.bootstrap3.css (v0.12.6) - Bootstrap 3 Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 3px 12px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  right: 12px;
  top: 50%;
  color: #333333;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 1px 0 0 0;
  border-left: 1px solid rgba(0, 0, 0, 0);
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: rgba(0, 0, 0, 0);
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: rgba(77, 77, 77, 0);
}

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #333333;
  font-family: inherit;
  font-size: inherit;
  line-height: 20px;
  -webkit-font-smoothing: inherit;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  border: 1px solid #ccc;
  padding: 6px 12px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 12px 2px;
}

.selectize-input.full {
  background-color: #fff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 1px 3px;
  background: #efefef;
  color: #333333;
  border: 0 solid rgba(0, 0, 0, 0);
}

.selectize-control.multi .selectize-input > div.active {
  background: #428bca;
  color: #fff;
  border: 0 solid rgba(0, 0, 0, 0);
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #808080;
  background: #ffffff;
  border: 0 solid rgba(77, 77, 77, 0);
}

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #ffffff;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 3px 12px;
}

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}

.selectize-dropdown [data-selectable].option {
  opacity: 1;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #777777;
  background: #fff;
  cursor: default;
}

.selectize-dropdown .active {
  background-color: #f5f5f5;
  color: #262626;
}

.selectize-dropdown .active.create {
  color: #262626;
}

.selectize-dropdown .create {
  color: rgba(51, 51, 51, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #333333 transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #333333 transparent;
}

.selectize-control.rtl.single .selectize-input:after {
  left: 17px;
  right: auto;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fff;
}

.selectize-dropdown,
.selectize-dropdown.form-control {
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  z-index: 1000;
  background: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.selectize-dropdown .optgroup-header {
  font-size: 12px;
  line-height: 1.42857143;
}

.selectize-dropdown .optgroup:first-child:before {
  display: none;
}

.selectize-dropdown .optgroup:before {
  content: ' ';
  display: block;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  margin-left: -12px;
  margin-right: -12px;
}

.selectize-dropdown-content {
  padding: 5px 0;
}

.selectize-dropdown-header {
  padding: 6px 12px;
}

.selectize-input {
  min-height: 34px;
}

.selectize-input.dropdown-active {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.selectize-input.dropdown-active::before {
  display: none;
}

.selectize-input.focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.has-error .selectize-input {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .selectize-input:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.selectize-control.multi .selectize-input.has-items {
  padding-left: 9px;
  padding-right: 9px;
}

.selectize-control.multi .selectize-input > div {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.form-control.selectize-control {
  padding: 0;
  height: auto;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

body {
  font-size: 16px;
  background-color: #fff;
  font-family: "NeueHaasUnicaW1G-Regular", "Roboto", sans-serif;
  color: #4b514e;
}

body.scroll__blocked {
  height: 100vh;
  overflow: hidden;
}

body.mobile__blocked {
  overflow: hidden;
  position: relative;
  height: 100%;
}

[v-cloak] {
  display: none !important;
}

h1,
.heading1 {
  font-family: "NeueHaasUnicaW1G-Medium", "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  color: #445566;
}

h2,
.heading2 {
  font-family: "NeueHaasUnicaW1G-Medium", "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  color: #445566;
}

h3,
.heading3 {
  font-family: "NeueHaasUnicaW1G-Medium", "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  color: #445566;
}

h1,
.heading1 {
  font-size: 3.125rem;
  line-height: 60px;
}

h1.nobold,
.heading1.nobold {
  font-family: "NeueHaasUnicaW1G-Regular", "Roboto", sans-serif;
}

@media (max-width: 767.98px) {
  h1,
  .heading1 {
    line-height: 50px;
    font-size: 2.5rem;
  }
}

h2,
.heading2 {
  font-size: 2.1875rem;
  line-height: 40px;
}

h2.nobold,
.heading2.nobold {
  font-family: "NeueHaasUnicaW1G-Regular", "Roboto", sans-serif;
}

@media (max-width: 767.98px) {
  h2,
  .heading2 {
    line-height: 30px;
    font-size: 1.625rem;
  }
}

h3,
.heading3 {
  font-size: 1.5rem;
  line-height: 28px;
  word-break: break-word;
}

h3.nobold,
.heading3.nobold {
  font-family: "NeueHaasUnicaW1G-Regular", "Roboto", sans-serif;
}

@media (max-width: 767.98px) {
  h3,
  .heading3 {
    line-height: 22px;
    font-size: 1.125rem;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.clearspace {
  clear: both;
}

.clearspaceSM {
  height: 30px;
}

@media (max-width: 767.98px) {
  .clearspaceSM {
    height: 15px;
  }
}

.clearspaceLG {
  height: 60px;
}

@media (max-width: 767.98px) {
  .clearspaceLG {
    height: 30px;
  }
}

.form-control {
  border-radius: 0;
}

.outer-container {
  width: 90%;
  margin: 0 auto;
}

.nocontent {
  padding: 10% 5%;
  text-align: center;
  font-size: 0.9rem;
  line-height: 160%;
  background: #fff;
  margin: 20px 0px;
  border-radius: 10px;
}

.align--left {
  text-align: left;
}

.align--center {
  text-align: center;
}

.align--right {
  text-align: right;
}

.section__button {
  display: block;
  text-align: center;
}

.section__button.align--top {
  align-self: flex-start;
}

.section__button.align--center {
  align-self: center;
}

.section__button.align--bottom {
  align-self: flex-end;
}

.section__title {
  text-align: center;
  margin-bottom: 30px;
}

.hidden-xs {
  display: block;
}

@media (max-width: 575.98px) {
  .hidden-xs {
    display: none !important;
  }
}

.visible-xs {
  display: none;
}

@media (max-width: 575.98px) {
  .visible-xs {
    display: block !important;
  }
}

.hidden-sm {
  display: block;
}

@media (max-width: 767.98px) {
  .hidden-sm {
    display: none !important;
  }
}

.visible-sm {
  display: none;
}

@media (max-width: 767.98px) {
  .visible-sm {
    display: block !important;
  }
}

.hidden-md {
  display: block;
}

@media (max-width: 991.98px) {
  .hidden-md {
    display: none !important;
  }
}

.visible-md {
  display: none;
}

@media (max-width: 991.98px) {
  .visible-md {
    display: block !important;
  }
}

.hidden-lg {
  display: block;
}

@media (max-width: 1199.98px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-lg {
  display: none;
}

@media (max-width: 1199.98px) {
  .visible-lg {
    display: block !important;
  }
}

.warning {
  padding: 10px 30px 10px 10px;
  font-size: 0.9rem;
  position: relative;
  margin: 10px 0px;
  border-radius: 3px;
}

.warning--negative, .page__error__messages .field-validation-error {
  background: #FFCDD2;
  border: 1px solid #eba1ba;
  color: #B71C1C;
}

.warning--positive {
  background: #F0F4C3;
  border: 1px solid #689F38;
}

.warning--neutral {
  background: #c9e8f4;
  border: 1px solid #54859f;
}

.warning .js-closeWarning {
  position: absolute;
  right: 0px;
  padding: 10px;
  top: 0px;
  cursor: pointer;
}

.warning .js-closeWarning i {
  transform: rotateZ(45deg);
  display: block;
  font-size: 1.4rem;
}

.page__error__messages .field-validation-error {
  padding: 10px 30px 10px 10px;
  font-size: 0.9rem;
  position: relative;
  margin: 10px 0px;
  display: block;
}

.field--error {
  background: #FFCDD2;
  width: 100%;
  display: inline-block;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 5px 10px;
  font-size: 0.8rem;
  color: #B71C1C;
}

.popupModal {
  width: 0;
  overflow: hidden;
  margin: 0 auto;
  max-width: 500px;
  opacity: 0;
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 10%;
  z-index: 211;
  transform: translateY(-5%) scale(1.025);
  transition: opacity 0.3s, transform 0.3s 0.1s;
}

.popupModal.active {
  padding: 30px;
  width: 90%;
  opacity: 1;
  transform: translateY(0%) scale(1);
  transition: opacity 0.3s, transform 0.3s 0.1s;
}

@media (max-width: 767.98px) {
  .popupModal.active {
    padding: 10px;
  }
}

.popupModal.wide {
  max-width: 1140px;
}

.popupOverlay {
  background: rgba(68, 85, 102, 0);
  transition: background 0.3s;
}

.popupOverlay.active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(68, 85, 102, 0.7);
  z-index: 210;
  transition: background 0.3s;
}

.popupData {
  max-height: 80%;
  max-height: 80vh;
  overflow: auto;
}

.popupData .row {
  margin-right: 0;
  margin-left: 0;
}

@media (max-width: 767.98px) {
  .popupData .btn {
    width: 100%;
    display: block;
  }
}

.popupContent {
  display: none;
  opacity: 0;
}

.popupClose {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 26px;
  cursor: pointer;
  padding: 8px;
  color: #4b514e;
  text-decoration: none;
}

.popupClose i {
  transform: rotateZ(45deg);
  display: inline-block;
}

.popupClose:hover {
  color: #4b514e;
}

.double__quote {
  font-size: 2rem;
}

.double__quote .quote__content {
  align-self: center;
  text-align: center;
  padding: 10px 0px;
  font-size: 2.1875rem;
  line-height: 40px;
  width: 100%;
}

@media (max-width: 767.98px) {
  .double__quote .quote__content {
    font-size: 1.375rem;
    line-height: 120%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.double__quote .quote--dark, .double__quote .quote--light {
  display: flex;
}

@media (max-width: 767.98px) {
  .double__quote .quote--dark, .double__quote .quote--light {
    margin-left: 15px;
    margin-right: 15px;
    max-width: calc(100% - 30px);
    margin-bottom: 15px;
  }
}

.double__quote .quote--dark {
  color: #fff;
  background-color: #445566;
}

.double__quote .quote--light {
  background-color: #a2aca4;
  color: #fff;
}

.wide__bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 680px;
  height: 55vh;
}

@media (max-width: 767.98px) {
  .wide__bg {
    height: 30vh;
  }
}

.more__toggler {
  overflow: hidden;
  padding-bottom: 30px;
  position: relative;
}

.more__toggler .toggle {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  text-align: left;
  font-weight: bold;
  background: #fff;
  padding: 2px;
}

.more__toggler .toggle i {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}

.fields--dark input,
.fields--dark select,
.fields--dark textarea {
  background: #a4b6a8;
  border-color: #a4b6a8;
  color: #fff;
}

.fields--dark input::placeholder,
.fields--dark select::placeholder,
.fields--dark textarea::placeholder {
  color: #ededed;
}

.text--highlight {
  background: rgba(68, 85, 102, 0.25);
}

.centered {
  text-align: center;
}

div#siteNotifications {
  position: fixed;
  top: 0;
  z-index: 300;
  width: 70%;
  margin: auto;
  left: 0;
  right: 0;
}

@media (max-width: 767.98px) {
  div#siteNotifications {
    width: 90%;
  }
}

.top-warning {
  padding: 10px;
}

.top-warning--negative {
  background: #FF7043;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #fff;
}

.top-warning--positive {
  background: #7cb342;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #fff;
}

.top-warning--neutral {
  background: #81d4fa;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #01579b;
}

.top-warning--neutral span {
  border-color: #01579b;
}

.top-warning span {
  float: right;
  font-size: 20px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

.required-legend {
  font-size: 12px;
  padding: 10px 0;
  display: inline-block;
  opacity: 0.8;
}

.bg__spinner {
  position: relative;
}

.bg__spinner * {
  z-index: 1;
  position: relative;
}

.bg__spinner:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  border: 3px solid #dedede;
  border-top-color: #445566;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-animation: spin 0.7s linear forwards infinite;
  -moz-animation: spin 0.7s linear forwards infinite;
  animation: spin 0.7s linear forwards infinite;
}

video::-webkit-media-controls-panel {
  width: 100%;
}

/* SCAN-1848: Remove Cookiebot logo */
/* Branding on the banner */
a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText {
  display: none;
}

/* Branding on the Privacy trigger */
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
  display: none;
}

.main-header {
  background-color: #fff;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: inset 0 -2px 0 0 #E8EAEC;
  position: fixed;
  top: 45px;
  left: 0;
  width: 100%;
  z-index: 9;
  min-height: 70px;
  transition: all .1s ease-out;
}

.main-header.homepage {
  box-shadow: inset 0 -2px 0 0 transparent;
}

.main-header.homepage .main-header__nav li:before {
  bottom: -6px;
}

.main-header.homepage:hover {
  box-shadow: inset 0 -2px 0 0 #fff;
  transition: all .3s ease-in;
}

@media (max-width: 991.98px) {
  .main-header {
    top: 40px;
    min-height: 56px;
  }
}

.main-header__content {
  display: flex;
  align-items: center;
}

.main-header__logo {
  height: 20px;
  cursor: pointer;
  text-align: center;
  z-index: 1;
}

.main-header__logo svg {
  width: 230px;
  height: 20px;
  fill: #000;
}

@media (max-width: 1199.98px) {
  .main-header__logo {
    height: 15px;
    text-align: left;
  }
  .main-header__logo svg {
    width: 160px;
    height: 15px;
    fill: #000;
  }
}

@media (max-width: 991.98px) {
  .main-header__logo {
    width: 85%;
  }
}

@media (max-width: 575.98px) {
  .main-header__logo {
    width: 60%;
  }
}

.main-header__nav {
  padding: 0;
  margin: 0;
}

.main-header__nav li {
  list-style-type: none;
  position: relative;
}

.main-header__nav li a {
  font-size: 13px;
  color: #4b514e;
}

.main-header__nav li a:hover {
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .main-header__nav {
    margin: 0;
    position: fixed;
    width: 100%;
    height: calc(100vh - 60px);
    background-color: #fff;
    top: 90px;
    left: -100%;
    transition: all 0.2s;
    z-index: 9;
    display: block;
    overflow: auto;
  }
  .main-header__nav li {
    list-style-type: none;
    margin: 0 0 8px 0;
  }
  .main-header__nav li a {
    font-size: 18px;
    font-weight: 400;
    color: #4b514e;
  }
  .main-header__nav li a:hover {
    color: #4b514e;
  }
  .main-header__nav li:last-of-type {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .main-header__nav li::before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #4b514e;
    position: absolute;
    bottom: -24px;
    opacity: 0;
    transition: all 0.1s;
  }
  .main-header__nav li::after {
    content: '';
    width: 100%;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 0;
    z-index: -1;
    transition: all 0.1s;
  }
  .main-header__nav li:hover:before {
    opacity: 1;
    transition: all 0.2s;
  }
}

.main-header__container {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
}

@media (max-width: 1199.98px) {
  .main-header__container {
    gap: 16px;
  }
}

@media (max-width: 991.98px) {
  .main-header__container {
    gap: 0;
    padding: 32px 40px;
    display: block;
    background-color: #F5F5F6;
  }
}

.main-header__search {
  display: flex;
  align-items: center;
  background-color: #F5F5F6;
}

.main-header__search svg {
  width: 24px;
  height: 16px;
  margin-right: 8px;
  padding-left: 5px;
  fill: #445566;
}

.main-header__search input {
  background-color: #F5F5F6;
  border: none;
  outline: 0;
  max-width: 200px;
  padding: 5px 0;
  font-size: 14px;
}

.main-header__search form {
  margin: 0;
}

.main-header__search-show {
  display: none;
}

@media (max-width: 991.98px) {
  .main-header__search-show {
    display: block;
  }
}

.main-header__search-hide {
  display: none;
  fill: #999999 !important;
}

@media (max-width: 991.98px) {
  .main-header__search-hide {
    display: block;
  }
}

.main-header__search-show svg {
  margin-right: 8px;
  fill: #445566;
}

@media (max-width: 991.98px) {
  .main-header__search {
    display: none;
    margin-right: 10px !important;
  }
}

@media (max-width: 991.98px) {
  .main-header__search-form {
    width: 180px;
  }
}

.main-header__actions {
  display: flex;
}

.main-header__item {
  margin-left: 10px;
  position: relative;
}

.main-header__item svg,
.main-header__item .nav__submenu svg {
  fill: #4b514e;
  width: 24px !important;
  height: 24px !important;
}

.main-header__item .nav__submenu .online:after {
  bottom: -2px;
  right: 0;
}

.main-header__item--counter {
  background-color: #445566;
  color: #fff;
  font-size: 13px;
  min-width: 20px;
  height: 20px;
  position: absolute;
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  border-radius: 50px;
  bottom: -5px;
  right: -10px;
  line-height: 20px;
}

@media (max-width: 991.98px) {
  .main-header__item {
    margin: 0;
  }
  .main-header__item--bookmark, .main-header__item--login {
    padding-right: 10px;
  }
}

.main-header__hamburger {
  display: none;
}

@media (max-width: 991.98px) {
  .main-header__hamburger {
    display: block;
  }
  .main-header__hamburger span {
    display: block;
    width: 23px;
    height: 3px;
    margin-bottom: 4px;
    background-color: #445566;
    transition: all 0.2s;
  }
  .main-header__hamburger span:last-child {
    margin-bottom: 0px;
  }
  .main-header__hamburger.active span {
    transition: all 0.3s;
    margin-bottom: 3px;
  }
  .main-header__hamburger.active span:nth-child(1) {
    transform: rotate(45deg);
  }
  .main-header__hamburger.active span:nth-child(2) {
    transform: rotate(-45deg);
    margin-top: -6px;
  }
  .main-header__hamburger.active span:nth-child(3) {
    display: none;
  }
}

.main-header__placeholder {
  height: 115px;
}

.main-header__placeholder.homepage {
  display: none;
}

@media (max-width: 991.98px) {
  .main-header__placeholder {
    height: 90px;
  }
}

.main-header__submenu {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  background-color: #fff;
  position: fixed;
  width: 100%;
  top: -100%;
  left: 0;
  z-index: -1;
}

@media (max-width: 991.98px) {
  .main-header__submenu {
    display: block;
    top: 90px;
    height: calc(100vh - 90px);
    left: -100%;
    z-index: 999;
  }
  .main-header__submenu.active {
    overflow: auto;
    left: 0;
  }
}

.main-header__subback {
  display: none;
}

@media (max-width: 991.98px) {
  .main-header__subback {
    display: block;
    margin-bottom: 24px;
    cursor: pointer;
    color: #a2aca4;
    padding-left: 24px;
    position: relative;
  }
  .main-header__subback:before, .main-header__subback:after {
    content: '';
    position: absolute;
    left: 0;
    width: 10px;
    height: 2px;
    background-color: #a2aca4;
  }
  .main-header__subback:before {
    transform: rotate(45deg);
    top: 13px;
  }
  .main-header__subback:after {
    transform: rotate(-45deg);
    top: 7px;
  }
}

.main-header__sublinks {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 16px 0;
}

@media (max-width: 991.98px) {
  .main-header__sublinks {
    display: block;
    padding: 0;
  }
}

.main-header__sublinks--head {
  color: #4b514e;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 8px;
}

@media (max-width: 991.98px) {
  .main-header__sublinks--head {
    font-size: 20px;
  }
}

.main-header__sublink {
  display: flex;
  flex-direction: column;
  margin-right: 16px;
}

@media (max-width: 991.98px) {
  .main-header__sublink {
    flex-direction: row;
    padding: 15px 0;
    border-bottom: 1px solid #4b514e;
    margin-right: 0;
  }
}

.main-header__sublink h3 {
  font-size: 18px;
  padding: 6px 4px;
}

.main-header__sublink img {
  height: 200px;
}

@media (max-width: 991.98px) {
  .main-header__sublink img {
    margin-right: 15px;
    width: 150px;
    max-width: 150px;
    height: auto;
  }
}

.main-header__sublink--inspiration {
  font-size: 15px !important;
  padding-left: 4px;
}

.main-header__sublink--head {
  display: flex;
  flex-direction: column;
}

.main-header__subparent a {
  padding: 5px 8px;
}

@media (max-width: 991.98px) {
  .main-header__subparent {
    position: relative;
  }
  .main-header__subparent a {
    padding: 0;
    display: block;
  }
  .main-header__subparent:before, .main-header__subparent:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    width: 10px;
    height: 2px;
    background-color: #a2aca4;
  }
  .main-header__subparent:before {
    transform: rotate(-45deg);
    top: 13px;
  }
  .main-header__subparent:after {
    transform: rotate(45deg);
    top: 7px;
  }
}

@media (min-width: 768px) {
  .main-header__subparent:hover .main-header__submenu {
    top: 115px;
    transition: all .3s;
  }
}

.mobile-menu__logout {
  display: none;
}

@media (max-width: 991.98px) {
  .mobile-menu__logout {
    display: block;
    margin-top: 8px;
  }
  .mobile-menu__logout li {
    color: #4b514e;
    font-weight: 400;
  }
}

.mobile-menu__extra {
  display: none;
}

@media (max-width: 991.98px) {
  .mobile-menu__extra {
    display: block;
    border-top: 2px solid #E8EAEC;
  }
  .mobile-menu__extra ul {
    padding: 0;
    margin-bottom: 16px;
  }
  .mobile-menu__extra ul li a {
    font-size: 14px;
    color: #4b514e;
  }
  .mobile-menu__extra--title {
    font-size: 14px;
    color: #4b514e;
    font-weight: 700;
  }
}

.mobile-menu__footer {
  display: none;
}

@media (max-width: 991.98px) {
  .mobile-menu__footer {
    display: block;
  }
}

.mobile-menu.active {
  left: 0;
  transition: all 0.3s;
}

@media (max-width: 991.98px) {
  .main-header_nav--size {
    display: none !important;
  }
}

.main-header_nav--size-mobile {
  display: none;
}

@media (max-width: 991.98px) {
  .main-header_nav--size-mobile {
    display: inline;
    padding: 0;
  }
}

.main-header_nav--fabrics,
.main-header_nav--socks {
  display: inline;
}

@media (max-width: 991.98px) {
  .main-header_nav--fabrics,
  .main-header_nav--socks {
    display: none !important;
  }
}

.nav__submenu {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.nav__submenu ul {
  display: none;
  position: absolute;
  padding-top: 30px;
  top: 19px;
  right: 0px;
  z-index: 9;
}

.nav__submenu ul .account__menu {
  background: #ffffff !important;
}

.nav__submenu ul li {
  list-style: none;
}

.nav__submenu ul li a {
  display: block;
  padding: 5px;
  color: #445566;
}

.nav__submenu .online {
  position: relative;
}

.nav__submenu .online:after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #bada55;
  position: absolute;
  bottom: 12px;
  right: 12px;
}

@media (min-width: 768px) {
  .nav__submenu:hover ul {
    display: block;
  }
}

.nav__username {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 991.98px) {
  .nav__username {
    display: none;
  }
}

.nav__icon {
  display: inline-block;
  vertical-align: middle;
}

.layout-usps {
  background-color: #445566;
  width: 100%;
  height: 46px;
}

@media (max-width: 991.98px) {
  .layout-usps {
    height: 40px;
  }
}

.newsletter-section {
  background-color: #f7f7f7;
  padding: 48px 15px;
  margin-bottom: -60px;
}

@media (max-width: 767.98px) {
  .newsletter-section {
    padding: 36px 15px;
  }
}

.newsletter-section__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  flex-direction: column;
  margin: 0 auto;
}

.newsletter-section__wrapper h3 {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
  margin-bottom: 24px;
  text-align: center;
}

.newsletter-section__form {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 550px;
}

@media (max-width: 767.98px) {
  .newsletter-section__form button {
    min-width: auto;
  }
}

.main-footer {
  margin-top: 60px;
}

.main-footer__top {
  background-color: #445566;
  min-height: 300px;
  padding: 35px 0;
}

@media (max-width: 767.98px) {
  .main-footer__top {
    min-height: auto;
    padding: 35px 0 16px 0;
  }
}

.main-footer__info {
  width: 40%;
  position: relative;
}

.main-footer__info p {
  color: #fff;
  font-size: 14px;
  max-width: 360px;
}

@media (max-width: 991.98px) {
  .main-footer__info {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .main-footer__info {
    text-align: center;
  }
  .main-footer__info p {
    display: none;
  }
}

.main-footer__logo {
  margin-bottom: 16px;
  margin-left: -6px;
}

.main-footer__logo svg {
  width: 230px;
  height: 20px;
  fill: #fff;
}

@media (max-width: 767.98px) {
  .main-footer__logo {
    text-align: center;
  }
}

.main-footer__socials {
  margin: 32px 0;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.main-footer__socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.main-footer__socials a img {
  max-width: 24px;
}

@media (max-width: 767.98px) {
  .main-footer__socials {
    justify-content: center;
    margin: 16px 0 0 0;
  }
}

.main-footer__content {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991.98px) {
  .main-footer__content {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .main-footer__content {
    text-align: center;
  }
}

.main-footer__menu {
  display: flex;
  justify-content: space-between;
  width: 60%;
}

.main-footer__menu--title {
  font-size: 20px;
  color: #fff;
  margin-bottom: 8px;
}

.main-footer__menu ul {
  margin: 0;
  padding: 0;
}

.main-footer__menu li {
  list-style-type: none;
}

.main-footer__menu li a {
  font-size: 14px;
  color: #fff;
}

@media (max-width: 991.98px) {
  .main-footer__menu {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .main-footer__menu {
    display: none;
  }
}

.main-footer__chat {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-footer__chat svg {
  width: 24px;
  height: 24px;
  fill: #fff;
  cursor: pointer;
}

/*************************
BUTTONS
*************************/
.btn {
  display: inline-block;
  text-align: center;
  white-space: normal;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  padding: 0.65rem 1rem;
  min-width: 215px;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0rem;
  font-family: "NeueHaasUnicaW1G-Medium", "Roboto", sans-serif;
  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;
}

.btn:hover, .btn:focus, .btn:active {
  text-decoration: none;
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.auto--width {
  min-width: 0;
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.btn.main {
  background-color: #eceeed;
  color: #4b514e;
  transition: background-color 0.3s;
}

.btn.main:hover {
  background-color: #fff;
  transition: background-color 0.3s;
}

.btn.main.reversed:hover {
  background-color: #dfe2e0;
  transition: background-color 0.3s;
}

.btn.ghost {
  border-color: #445566;
  color: #445566;
  transition: background-color 0.3s;
}

.btn.ghost:hover {
  background-color: #445566;
  color: #fff !important;
  transition: background-color 0.3s;
}

.btn.ghost-white {
  border-color: #fff;
  color: #fff;
  transition: background-color 0.3s;
}

.btn.ghost-white:hover {
  background-color: #fff;
  color: #445566;
  transition: background-color 0.3s;
}

.btn.aux {
  background-color: #445566;
  color: #fff;
  transition: background-color 0.3s;
}

.btn.aux:hover {
  background-color: #3e4d5d;
  transition: background-color 0.3s;
}

.btn.white {
  background-color: white;
  color: #4b514e;
}

.btn.white:hover {
  background-color: #d1d6d4;
  color: #fff;
  transition: background-color 0.3s;
}

.btn.red {
  background-color: #DE6F6F;
  color: #fff;
  transition: background-color 0.3s;
}

.btn.red:hover {
  background-color: #bc2b2b;
  color: #fff;
  transition: background-color 0.3s;
}

.btn.grey {
  background-color: #c8c8c8;
  color: #fff;
  transition: background-color 0.3s;
}

.btn.grey:hover {
  background-color: #959595;
  color: #fff;
  transition: background-color 0.3s;
}

.btn.clear {
  color: inherit;
  text-decoration: underline;
  background: transparent;
}

.btn--small {
  min-width: 0;
  padding: 0.375rem 0.75rem;
  font-size: 0.8rem;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

.link {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
}

.link.aux, .basket__account a {
  color: #445566;
  border-bottom: 1px solid #445566;
}

.link.white {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.link.grey {
  color: #6E7170;
  border-bottom: 1px solid #6E7170;
}

.link:hover {
  text-decoration: none;
}

/*************************
BADGES & WARNINGS AND NOTIFICATIONS
*************************/
.badge {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-size: 0.8rem;
  text-align: center;
  padding: 4px 12px;
  border-radius: 6px;
}

.badge--teal {
  background: darkcyan;
  color: #fff;
}

.accordion__wrapper {
  width: 100%;
}

.accordion__wrapper .container-step .accordion__content,
.accordion__wrapper .container-forms-measurements .accordion__content {
  background: #fff;
  margin-bottom: 10px;
  border: 1px solid #445566;
  border-top: 0px;
}

.accordion__content {
  display: none;
  padding: 10px 0px;
}

.accordion__header {
  border: 1px solid #efefef;
  cursor: pointer;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 7px;
  position: relative;
  padding-right: 30px;
  margin-bottom: 5px;
}

.accordion__header i {
  position: absolute;
  font-size: 1.5rem;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 5px;
  transition: transform 0.2s;
}

.accordion__header.active {
  margin-bottom: 0;
  border-color: #445566;
  border-bottom: 0px;
}

.accordion__header.active i {
  transform: rotateZ(180deg);
  transition: transform 0.2s;
}

.accordion__header.active:hover {
  box-shadow: none;
}

.accordion__header:hover {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767.98px) {
  .accordion__header {
    font-size: 0.875rem;
  }
}

.form-configurator .accordion__header.active {
  background: #445566;
  color: #fff;
}

.side__drawers {
  font-size: 0;
}

.side__drawer--header {
  font-weight: normal;
  font-size: 1.1rem;
  text-align: left;
  margin: 20px 0px;
  color: #a2aca4;
}

.side__drawer--header div {
  opacity: 0.7;
  position: relative;
  cursor: pointer;
}

.side__drawer--header div:before {
  width: 100%;
  height: 3px;
  background: #a2aca4;
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
}

@media (max-width: 767.98px) {
  .side__drawer--header div {
    padding-top: 10px;
    padding-bottom: 2px;
    margin-bottom: 10px;
  }
}

.side__drawer--header div.active {
  opacity: 1;
  font-weight: bold;
  color: #445566;
}

.side__drawer--header div.active:before {
  background: #445566;
}

@media (max-width: 767.98px) {
  .side__drawer--header {
    display: none;
  }
}

.side__drawer--content {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  font-size: 0;
}

.side__drawer--item {
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: 100%;
  transition: transform 0.3s;
  height: 0px;
  overflow: hidden;
}

.side__drawer--item.active {
  overflow: visible;
  height: auto;
}

.drawer__holder {
  overflow: hidden;
  position: relative;
}

.drawer__content {
  white-space: nowrap;
  position: relative;
  font-size: 0;
}

.drawer__content.active {
  transition: all 0.3s;
}

.drawer__item {
  height: 0;
  font-size: 1rem;
  white-space: normal;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}

.drawer__item .btn i {
  font-size: 1.4rem;
}

.drawer__inner {
  padding: 10px;
}

.fancy__holder {
  position: relative;
  overflow: hidden;
  font-size: 0;
  display: block;
}

.fancy__holder input {
  position: absolute;
  top: -100%;
  left: -200px;
  opacity: 0;
  height: 0;
  width: 0;
}

.fancy__holder.fancy__checkbox .fancy__input {
  width: 40px;
  height: 20px;
  border-radius: 100px;
  display: inline-block;
  vertical-align: top;
  background: #f8f8f8;
  position: relative;
  cursor: pointer;
}

.fancy__holder.fancy__checkbox .fancy__input:before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #445566;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: left 0.3s;
}

.fancy__holder.fancy__checkbox input:checked ~ .fancy__input:before {
  left: 22px;
  background: #eceeed;
  transition: left 0.3s;
}

.fancy__holder.fancy__checkbox input:checked ~ .fancy__input {
  background: #445566;
  transition: left 0.3s;
}

.fancy__holder.fancy__checkbox input:disabled ~ .fancy__input {
  opacity: 0.3;
  cursor: not-allowed;
}

.fancy__holder .fancy__label {
  cursor: pointer;
  margin-left: 10px;
  font-size: 13px;
  color: #fff;
}

.container-register .fancy__holder .fancy__label {
  color: #445566;
  width: calc(100% - 80px);
  display: inline-block;
}

fieldset[disabled] .multiselect {
  pointer-events: none;
}

.multiselect__spinner {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 48px;
  height: 35px;
  background: #fff;
  display: block;
}

.multiselect__spinner:after, .multiselect__spinner:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border-color: #41b883 transparent transparent;
  border-style: solid;
  border-width: 2px;
  box-shadow: 0 0 0 1px transparent;
}

.multiselect__spinner:before {
  animation: a 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
  animation-iteration-count: infinite;
}

.multiselect__spinner:after {
  animation: a 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
  animation-iteration-count: infinite;
}

.multiselect__loading-enter-active, .multiselect__loading-leave-active {
  transition: opacity .4s ease-in-out;
  opacity: 1;
}

.multiselect__loading-enter, .multiselect__loading-leave-active {
  opacity: 0;
}

.multiselect, .multiselect__input, .multiselect__single {
  font-family: inherit;
  font-size: 16px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.multiselect {
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 100%;
  min-height: 40px;
  text-align: left;
  color: #35495e;
}

.multiselect * {
  box-sizing: border-box;
}

.multiselect:focus {
  outline: none;
}

.multiselect--disabled {
  opacity: .6;
}

.multiselect--active {
  z-index: 1;
}

.multiselect--active:not(.multiselect--above) .multiselect__current, .multiselect--active:not(.multiselect--above) .multiselect__input, .multiselect--active:not(.multiselect--above) .multiselect__tags {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.multiselect--active .multiselect__select {
  transform: rotate(180deg);
}

.multiselect--above.multiselect--active .multiselect__current, .multiselect--above.multiselect--active .multiselect__input, .multiselect--above.multiselect--active .multiselect__tags {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.multiselect__input, .multiselect__single {
  position: relative;
  display: inline-block;
  min-height: 20px;
  line-height: 20px;
  border: none;
  border-radius: 5px;
  background: #fff;
  padding: 0 0 0 5px;
  width: 100%;
  transition: border .1s ease;
  box-sizing: border-box;
  margin-bottom: 8px;
  vertical-align: top;
}

.multiselect__input::-webkit-input-placeholder {
  color: #35495e;
}

.multiselect__input:-ms-input-placeholder {
  color: #35495e;
}

.multiselect__input::placeholder {
  color: #35495e;
}

.multiselect__tag ~ .multiselect__input, .multiselect__tag ~ .multiselect__single {
  width: auto;
}

.multiselect__input:hover, .multiselect__single:hover {
  border-color: #cfcfcf;
}

.multiselect__input:focus, .multiselect__single:focus {
  border-color: #a8a8a8;
  outline: none;
}

.multiselect__single {
  padding-left: 5px;
  margin-bottom: 8px;
}

.multiselect__tags-wrap {
  display: inline;
}

.multiselect__tags {
  min-height: 40px;
  display: block;
  padding: 8px 40px 0 8px;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  background: #fff;
  font-size: 14px;
}

.multiselect__tag {
  position: relative;
  display: inline-block;
  padding: 4px 26px 4px 10px;
  border-radius: 5px;
  margin-right: 10px;
  color: #fff;
  line-height: 1;
  background: #41b883;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}

.multiselect__tag-icon {
  cursor: pointer;
  margin-left: 7px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-weight: 700;
  font-style: normal;
  width: 22px;
  text-align: center;
  line-height: 22px;
  transition: all .2s ease;
  border-radius: 5px;
}

.multiselect__tag-icon:after {
  content: "\D7";
  color: #266d4d;
  font-size: 14px;
}

.multiselect__tag-icon:focus, .multiselect__tag-icon:hover {
  background: #369a6e;
}

.multiselect__tag-icon:focus:after, .multiselect__tag-icon:hover:after {
  color: #fff;
}

.multiselect__current {
  min-height: 40px;
  overflow: hidden;
  padding: 8px 12px 0;
  padding-right: 30px;
  white-space: nowrap;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
}

.multiselect__current, .multiselect__select {
  line-height: 16px;
  box-sizing: border-box;
  display: block;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
}

.multiselect__select {
  position: absolute;
  width: 40px;
  height: 38px;
  right: 1px;
  top: 1px;
  padding: 4px 8px;
  text-align: center;
  transition: transform .2s ease;
}

.multiselect__select:before {
  position: relative;
  right: 0;
  top: 65%;
  color: #999;
  margin-top: 4px;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #999 transparent transparent;
  content: "";
}

.multiselect__placeholder {
  color: #adadad;
  display: inline-block;
  margin-bottom: 10px;
  padding-top: 2px;
}

.multiselect--active .multiselect__placeholder {
  display: none;
}

.multiselect__content-wrapper {
  position: absolute;
  display: block;
  background: #fff;
  width: 100%;
  max-height: 240px;
  overflow: auto;
  border: 1px solid #e8e8e8;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}

.multiselect__content {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  min-width: 100%;
  vertical-align: top;
}

.multiselect--above .multiselect__content-wrapper {
  bottom: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: none;
  border-top: 1px solid #e8e8e8;
}

.multiselect__content::webkit-scrollbar {
  display: none;
}

.multiselect__element {
  display: block;
}

.multiselect__option {
  display: block;
  padding: 12px;
  min-height: 40px;
  line-height: 16px;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}

.multiselect__option:after {
  top: 0;
  right: 0;
  position: absolute;
  line-height: 40px;
  padding-right: 12px;
  padding-left: 20px;
  font-size: 13px;
}

.multiselect__option--highlight {
  background: #41b883;
  outline: none;
  color: #fff;
}

.multiselect__option--highlight:after {
  content: attr(data-select);
  background: #41b883;
  color: #fff;
}

.multiselect__option--selected {
  background: #f3f3f3;
  color: #35495e;
  font-weight: 700;
}

.multiselect__option--selected:after {
  content: attr(data-selected);
  color: silver;
}

.multiselect__option--selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff;
}

.multiselect__option--selected.multiselect__option--highlight:after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fff;
}

.multiselect--disabled {
  background: #ededed;
  pointer-events: none;
}

.multiselect--disabled .multiselect__current, .multiselect--disabled .multiselect__select, .multiselect__option--disabled {
  background: #ededed;
  color: #a6a6a6;
}

.multiselect__option--disabled {
  cursor: text;
  pointer-events: none;
}

.multiselect__option--group {
  background: #ededed;
  color: #35495e;
}

.multiselect__option--group.multiselect__option--highlight {
  background: #35495e;
  color: #fff;
}

.multiselect__option--group.multiselect__option--highlight:after {
  background: #35495e;
}

.multiselect__option--disabled.multiselect__option--highlight {
  background: #dedede;
}

.multiselect__option--group-selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff;
}

.multiselect__option--group-selected.multiselect__option--highlight:after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fff;
}

.multiselect-enter-active, .multiselect-leave-active {
  transition: all .15s ease;
}

.multiselect-enter, .multiselect-leave-active {
  opacity: 0;
}

.multiselect__strong {
  margin-bottom: 8px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}

[dir=rtl] .multiselect {
  text-align: right;
}

[dir=rtl] .multiselect__select {
  right: auto;
  left: 1px;
}

[dir=rtl] .multiselect__tags {
  padding: 8px 8px 0 40px;
}

[dir=rtl] .multiselect__content {
  text-align: right;
}

[dir=rtl] .multiselect__option:after {
  right: auto;
  left: 0;
}

[dir=rtl] .multiselect__clear {
  right: auto;
  left: 12px;
}

[dir=rtl] .multiselect__spinner {
  right: auto;
  left: 1px;
}

@keyframes a {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(2turn);
  }
}

.v-select {
  position: relative;
  font-family: inherit;
}

.v-select,
.v-select * {
  box-sizing: border-box;
}

@-webkit-keyframes vSelectSpinner {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}

@keyframes vSelectSpinner {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}

.vs__fade-enter-active,
.vs__fade-leave-active {
  pointer-events: none;
  transition: opacity 0.15s cubic-bezier(1, 0.5, 0.8, 1);
}

.vs__fade-enter,
.vs__fade-leave-to {
  opacity: 0;
}

.vs--disabled .vs__clear,
.vs--disabled .vs__dropdown-toggle,
.vs--disabled .vs__open-indicator,
.vs--disabled .vs__search,
.vs--disabled .vs__selected {
  cursor: not-allowed;
  background-color: #f8f8f8;
}

.v-select[dir=rtl] .vs__actions {
  padding: 0 3px 0 6px;
}

.v-select[dir=rtl] .vs__clear {
  margin-left: 6px;
  margin-right: 0;
}

.v-select[dir=rtl] .vs__deselect {
  margin-left: 0;
  margin-right: 2px;
}

.v-select[dir=rtl] .vs__dropdown-menu {
  text-align: right;
}

.vs__dropdown-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  background: none;
  border: none;
  border-radius: 4px;
  white-space: normal;
  justify-content: flex-end;
}

@media (max-width: 991.98px) {
  .vs__dropdown-toggle {
    justify-content: flex-start;
  }
}

.vs__dropdown-toggle .flag-icon {
  margin-right: 4px;
}

.vs__selected-options {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.vs--open .vs__selected-options {
  flex-basis: 100%;
  flex-grow: 1;
}

.vs__actions {
  display: flex;
  align-items: center;
}

@media (max-width: 767.98px) {
  .vs__actions {
    padding: 4px 6px 0 3px;
  }
}

.vs--searchable .vs__dropdown-toggle {
  cursor: text;
}

.vs--unsearchable .vs__dropdown-toggle {
  cursor: pointer;
}

.vs--open .vs__dropdown-toggle {
  border-top-color: transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.vs__open-indicator {
  fill: rgba(255, 255, 255, 0.5);
  transform: scale(0.6);
  transition: transform 0.15s cubic-bezier(1, -0.115, 0.975, 0.855);
  transition-timing-function: cubic-bezier(1, -0.115, 0.975, 0.855);
  width: 15px;
  height: 10px;
}

.vs--open .vs__open-indicator {
  transform: rotate(180deg) scale(0.6);
}

.vs--loading .vs__open-indicator {
  opacity: 0;
}

.vs__clear {
  fill: rgba(60, 60, 60, 0.5);
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  margin-right: 8px;
}

.vs__dropdown-menu {
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 2147483004;
  padding: 5px 0;
  margin: 0;
  width: 100%;
  max-height: 350px;
  min-width: 160px;
  overflow-y: auto;
  box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-top-style: none;
  border-radius: 0 0 4px 4px;
  text-align: left;
  list-style: none;
  background: #fff;
  font-size: 13px;
}

@media (max-width: 767.98px) {
  .vs__dropdown-menu {
    bottom: calc(100% - 1px);
    top: auto;
    border-radius: 4px 4px 0 0;
    border: 1px solid rgba(60, 60, 60, 0.26);
    border-bottom-style: none;
  }
}

.vs__no-options {
  text-align: center;
}

.vs__dropdown-option {
  line-height: 1.42857143;
  display: block;
  padding: 3px 20px;
  clear: both;
  color: #333;
  white-space: nowrap;
}

.vs__dropdown-option:hover {
  cursor: pointer;
}

.vs__dropdown-option--highlight {
  background: #eceeed;
  color: #445566;
}

.vs__dropdown-option--disabled {
  background: inherit;
  color: rgba(60, 60, 60, 0.5);
}

.vs__dropdown-option--disabled:hover {
  cursor: inherit;
}

.vs__selected {
  display: flex;
  align-items: center;
  background-color: #f0f0f0;
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-radius: 4px;
  color: #fff;
  line-height: 1.4;
  margin: 4px 2px 0;
  padding: 0 .25em;
  z-index: 0;
  font-size: 13px;
}

.vs__deselect {
  display: inline-flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 4px;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  fill: rgba(60, 60, 60, 0.5);
  text-shadow: 0 1px 0 #fff;
}

.vs--single .vs__selected {
  background-color: transparent;
  border-color: transparent;
}

.vs--single.vs--open .vs__selected {
  position: absolute;
  opacity: .4;
}

.vs--single.vs--searching .vs__selected {
  display: none;
}

.vs__search::-webkit-search-cancel-button {
  display: none;
}

.vs__search::-ms-clear,
.vs__search::-webkit-search-decoration,
.vs__search::-webkit-search-results-button,
.vs__search::-webkit-search-results-decoration {
  display: none;
}

.vs__search,
.vs__search:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.4;
  font-size: 13px;
  color: #fff;
  border: 1px solid transparent;
  border-left: none;
  outline: none;
  margin: 4px 0 0;
  background: none;
  box-shadow: none;
  width: 0;
  max-width: 100%;
  flex-grow: 1;
  z-index: 1;
}

.vs__search::-webkit-input-placeholder {
  color: inherit;
}

.vs__search::-moz-placeholder {
  color: inherit;
}

.vs__search:-ms-input-placeholder {
  color: inherit;
}

.vs__search::-ms-input-placeholder {
  color: inherit;
}

.vs__search::placeholder {
  color: inherit;
}

.vs--unsearchable .vs__search {
  opacity: 1;
}

.vs--unsearchable:not(.vs--disabled) .vs__search:hover {
  cursor: pointer;
}

.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search {
  opacity: .2;
}

.vs__spinner {
  align-self: center;
  opacity: 0;
  font-size: 5px;
  text-indent: -9999em;
  overflow: hidden;
  border: 0.9em solid rgba(100, 100, 100, 0.1);
  border-left-color: rgba(60, 60, 60, 0.45);
  transform: translateZ(0);
  -webkit-animation: vSelectSpinner 1.1s linear infinite;
  animation: vSelectSpinner 1.1s linear infinite;
  transition: opacity .1s;
}

.vs__spinner,
.vs__spinner:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

.vs--loading .vs__spinner {
  opacity: 1;
}

/*# sourceMappingURL=vue-select.css.map*/
.login__box .login__logo {
  text-align: center;
  margin: 0 auto;
  max-width: 200px;
  padding: 30px 0px;
}

.login__box h3 {
  padding-bottom: 10px;
  text-align: center;
}

.login__box .field-validation-valid {
  display: none;
}

.login__box .field-validation-error {
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 5px;
  font-size: 13px;
  color: #d53327;
}

.login__content__box {
  position: relative;
}

.login__busy, .login__links {
  display: none;
}

.login__busy.done, .login__links.done {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.login__links a {
  display: block;
  margin: 20px 0px;
  text-align: left;
}

.login__links a span {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 50px);
}

.login__links a i {
  font-size: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.login__fields.done {
  opacity: 0;
  visibility: hidden;
}

.popup--close {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 26px;
  cursor: pointer;
  padding: 8px;
}

.popup--close i {
  transform: rotateZ(45deg);
  display: inline-block;
}

/*************************
PRODUCT BOX
*************************/
.product__boxes .col-sm-6 {
  width: 50%;
}

@media screen and (max-width: 375px) {
  .product__boxes .col-sm-6 {
    width: 50%;
  }
}

.product__box {
  margin: 0 auto 15px auto;
  color: #445566;
}

@media screen and (max-width: 375px) {
  .product__box {
    max-width: 240px;
  }
}

.product__box .product__name {
  font-size: 0.875rem;
  margin-bottom: 8px;
  line-height: 130%;
}

.product__box:hover {
  text-decoration: none;
  color: #445566;
}

.product__photo {
  background-size: cover;
  background-position: top center;
  display: block;
  height: 350px;
  width: 100%;
  margin: 0 auto 15px auto;
  position: relative;
  background-color: rgba(255, 255, 255, 0.493);
  overflow: hidden;
}

.product__photo--hover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  justify-content: center;
}

.product__photo--hover span {
  align-self: flex-end;
  margin-bottom: 30px;
}

.product__photo--switcher {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: 0;
  left: 0;
}

.product__photo--first {
  z-index: 0;
}

.product__photo--alternate {
  opacity: 0;
  transition: opacity 0.4s;
}

.product__photo:hover .product__photo--hover {
  display: flex;
}

.product__photo:hover .product__photo--alternate {
  opacity: 1;
  z-index: 1;
  transition: opacity 0.4s;
}

@media (max-width: 1199.98px) {
  .product__photo {
    height: 290px;
  }
}

@media (max-width: 991.98px) {
  .product__photo {
    height: 330px;
  }
}

@media (max-width: 767.98px) {
  .product__photo {
    height: 250px;
  }
}

@media screen and (max-width: 575px) {
  .product__photo {
    height: 260px;
  }
}

@media screen and (max-width: 375px) {
  .product__photo {
    height: 225px;
  }
}

.product__photo.tall, .product__list .product__box--casual .product__photo {
  height: 518px;
}

@media (max-width: 1199.98px) {
  .product__photo.tall, .product__list .product__box--casual .product__photo {
    height: 428.99408284px;
  }
}

@media (max-width: 991.98px) {
  .product__photo.tall, .product__list .product__box--casual .product__photo {
    height: 488.165680473px;
  }
}

@media (max-width: 767.98px) {
  .product__photo.tall, .product__list .product__box--casual .product__photo {
    height: 369.822485207px;
  }
}

@media screen and (max-width: 575px) {
  .product__photo.tall, .product__list .product__box--casual .product__photo {
    height: 260px;
  }
}

@media screen and (max-width: 375px) {
  .product__photo.tall, .product__list .product__box--casual .product__photo {
    height: 225px;
  }
}

.product__photo.tall a, .product__list .product__box--casual .product__photo a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.product__photo.tall .inspiration__tile, .product__list .product__box--casual .product__photo .inspiration__tile {
  height: 259px;
}

@media (max-width: 1199.98px) {
  .product__photo.tall .inspiration__tile, .product__list .product__box--casual .product__photo .inspiration__tile {
    height: 214.49704142px;
  }
}

@media (max-width: 991.98px) {
  .product__photo.tall .inspiration__tile, .product__list .product__box--casual .product__photo .inspiration__tile {
    height: 244.082840237px;
  }
}

@media (max-width: 767.98px) {
  .product__photo.tall .inspiration__tile, .product__list .product__box--casual .product__photo .inspiration__tile {
    height: 184.911242604px;
  }
}

@media screen and (max-width: 575px) {
  .product__photo.tall .inspiration__tile, .product__list .product__box--casual .product__photo .inspiration__tile {
    height: 130px;
  }
}

@media screen and (max-width: 375px) {
  .product__photo.tall .inspiration__tile, .product__list .product__box--casual .product__photo .inspiration__tile {
    height: 112.5px;
  }
}

.product__details--short {
  font-size: 0.875rem;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.product__sku {
  color: #445566;
}

.product__price {
  color: #445566;
  font-weight: 700;
  text-wrap: nowrap;
}

.product__price--discount {
  font-weight: 400;
  color: #a2aca4;
  position: relative;
  text-decoration: line-through;
  text-wrap: nowrap;
}

.product__price--nowrap {
  text-wrap: nowrap;
}

.product__name {
  font-size: 2.9375rem;
  color: #445566;
  line-height: 60px;
  margin: 0 0 8px 0;
}

@media (max-width: 767.98px) {
  .product__name {
    font-size: 2.3125rem;
  }
}

.product__subtitle {
  font-size: 1.25rem;
  margin-bottom: 16px;
}

.product__description {
  font-size: 1rem;
  line-height: 160%;
  margin-bottom: 16px;
  color: #4b514e;
}

.product__colors {
  font-size: 0;
}

.color__dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin: 2px;
  box-shadow: 0px 0px 0px 0px #fff, 0px 0px 0px 1px rgba(68, 85, 102, 0.3);
  overflow: hidden;
  position: relative;
}

.color__dot:first-child {
  margin-left: 0px;
}

.color__dot .variant--half {
  position: absolute;
  left: -70%;
  width: 200%;
  height: 60%;
  transform: rotateZ(-45deg);
}

.product__insert {
  height: 350px;
  display: flex;
  padding: 5px;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  background-position: center center;
}

@media (max-width: 1199.98px) {
  .product__insert {
    height: 290px;
  }
}

@media (max-width: 991.98px) {
  .product__insert {
    height: 330px;
  }
}

@media (max-width: 767.98px) {
  .product__insert {
    height: 250px;
  }
}

@media screen and (max-width: 575px) {
  .product__insert {
    height: 260px;
  }
}

@media screen and (max-width: 375px) {
  .product__insert {
    height: 225px;
    overflow: hidden;
  }
  .product__insert img {
    max-width: inherit;
    max-height: 225px;
    text-align: center;
    margin: 0 auto;
    transform: translateX(-25%);
  }
}

.product__insert--wide {
  padding: 15px 30px;
}

@media (max-width: 991.98px) {
  .product__insert--wide {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 400px) {
  .product__insert--wide {
    height: auto;
    max-width: 240px;
  }
}

.product__insert--wide .insert {
  width: 100%;
  text-align: center;
  font-size: 2.5rem;
  line-height: 140%;
}

@media (max-width: 767.98px) {
  .product__insert--wide .insert {
    font-size: 1.5rem;
  }
}

.product__insert--narrow {
  padding: 15px 15px;
}

@media (max-width: 991.98px) {
  .product__insert--narrow {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 400px) {
  .product__insert--narrow {
    height: auto;
    max-width: 240px;
  }
}

.product__insert--narrow .insert {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  line-height: 150%;
}

@media (max-width: 767.98px) {
  .product__insert--narrow .insert {
    font-size: 1.5rem;
  }
}

.product__insert .insert__align--top {
  align-self: flex-start;
}

.product__insert .insert__align--center {
  align-self: center;
}

.product__insert .insert__align--bottom {
  align-self: flex-end;
}

.product__insert.insert--green {
  background-color: #a2aca4;
  color: white;
}

.product__insert.insert--blue {
  background-color: #445566;
  color: white;
}

.product__insert.insert--white {
  color: #445566;
  background-color: #eceeed;
}

.inspiration__tile {
  display: block;
}

.inspiration__tile-text {
  text-align: center;
  color: #445566;
  text-decoration: none;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
  justify-content: center;
}

.inspiration__tile-text h3 {
  margin-bottom: 20px;
}

.inspiration__tile-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.product__tags {
  position: absolute;
  z-index: 2;
  color: #fff;
  bottom: 10px;
  left: 0px;
}

.product__corner-tag {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 2em;
  text-align: center;
  transform: translateY(-100%) rotate(90deg) translateX(70.7106781187%) rotate(-45deg);
  transform-origin: bottom right;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  background: #445566;
  color: #fff;
}

.product__tag {
  display: inline-block;
  vertical-align: middle;
  margin-top: 4px;
  padding: 6px 15px 4px 15px;
  background: #445566;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 100%;
  font-weight: bold;
}

.product__tag--padding {
  padding: 6px 60px !important;
}

.product-saved__title {
  padding: 10px 0;
  border: none;
}

.product-saved__title div {
  display: flex;
}

.product-saved h4 {
  font-size: 16px;
  color: #445566;
  font-weight: 700;
  margin: 4px 0 0 0;
}

.product-saved h4 svg {
  fill: #4b514e;
  width: 24px;
  height: 24px;
  margin-right: 16px;
}

.product-toggler__title {
  padding: 10px 0;
  position: relative;
  border: none;
  border-color: transparent;
  background-color: transparent;
}

.product-toggler__title div {
  display: flex;
}

.product-toggler__title h4 {
  font-size: 16px;
  color: #445566;
  font-weight: 700;
  margin: 4px 0 0 0;
}

.product-toggler--ruler, .product-toggler--shirt {
  fill: #4b514e;
  width: 24px;
  height: 24px;
  margin-right: 16px;
}

.product-toggler__content {
  padding: 0px 34px;
}

@media (max-width: 767.98px) {
  .product-toggler__content {
    padding: 10px 0px;
  }
}

.product-toggler__attributes {
  margin: 0 0 16px;
  padding: 0;
}

.product-toggler__attributes--name {
  display: inline-block;
  vertical-align: middle;
  min-width: 86px;
  font-size: 1rem;
}

.product-toggler__attributes li {
  list-style: none;
  font-size: 1rem;
  margin-bottom: 8px;
}

.product-toggler__attributes li a {
  font-size: 1rem;
  color: #4b514e;
  padding-left: 12px;
}

.product-toggler__attributes li i.SBH-iron,
.product-toggler__attributes li i.SBH-weight {
  font-size: 1.75rem;
  vertical-align: middle;
}

.product-toggler__icons {
  display: inline-block;
  background: #F5F5F6;
  padding: 16px;
}

.product-toggler__icons svg {
  margin-right: 16px;
  display: inline-block;
  vertical-align: middle;
}

.product-toggler__icons svg:last-child {
  margin-right: 0;
}

.product-toggler__icons .wash30 {
  width: 30px;
  height: 30px;
}

.product-toggler__icons .nochem {
  width: 22px;
  height: 22px;
}

.product-toggler__icons .iron {
  width: 22px;
  height: 22px;
}

.configurator__drawer .product-toggler .accordion__header,
.configurator__drawer .product-saved .accordion__header {
  background-color: white;
}

.configurator__drawer .product-toggler .accordion__header--arrow,
.configurator__drawer .product-saved .accordion__header--arrow {
  position: absolute;
  top: 18px;
  right: 0;
  transition: all .2s;
  transform: rotate(180deg);
}

.configurator__drawer .product-toggler .accordion__header--arrow svg,
.configurator__drawer .product-saved .accordion__header--arrow svg {
  width: 12px;
  height: 12px;
  fill: #445566;
}

.configurator__drawer .product-toggler .accordion__header.active .accordion__header--arrow,
.configurator__drawer .product-saved .accordion__header.active .accordion__header--arrow {
  transform: rotate(0);
  transition: all .3s;
}

.configurator__drawer .product-toggler .accordion__header:hover,
.configurator__drawer .product-saved .accordion__header:hover {
  box-shadow: none;
}

/*************************
USPS
*************************/
.hero__usprow {
  text-align: center;
  margin: 0 -20px;
}

@media (max-width: 767.98px) {
  .hero__usprow {
    margin: 0;
  }
}

.hero__usprow .hero__usp__image {
  position: relative;
  margin: 20px 20px 20px 20px;
}

@media (max-width: 767.98px) {
  .hero__usprow .hero__usp__image {
    margin: 5px 0px 30px 0px;
  }
}

.hero__usprow .hero__usp__image img {
  max-width: 100%;
  height: auto;
}

.hero__usprow .hero__button {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 100%;
  text-align: center;
  left: 0;
  height: 40px;
}

.hero__usprow .hero__button .btn {
  opacity: 0.8;
}

/*************************
CONFIGURATOR
*************************/
.container__configurator {
  min-height: 670px;
}

@media (max-width: 767.98px) {
  .container__configurator {
    overflow: hidden;
  }
  .container__configurator .drawer__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .container__configurator.configurator-mode {
    max-width: 85%;
  }
}

@media (min-width: 1460px) {
  .container__configurator.configurator-mode {
    max-width: 1400px;
  }
}

.configurator__loginprompt {
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}

.configurator__loginprompt span {
  display: inline-block;
  vertical-align: middle;
}

.configurator__checkoutbtn {
  text-align: center;
  padding: 10px;
}

.configurator__option {
  text-align: center;
  display: flex;
  width: 26%;
  margin: 0 1.8% 15px 1.8%;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1440px) {
  .configurator__option {
    width: 16%;
  }
}

@media (max-width: 991.98px) {
  .configurator__option {
    width: 20%;
  }
}

@media (max-width: 767.98px) {
  .configurator__option {
    max-width: 80px;
    flex: 1 0 80px;
  }
}

.configurator__option--icon img {
  padding: 3px;
  border: 1px solid #a2aca4;
  border-radius: 0px;
  display: block;
  margin: 0 auto;
  background: #fff;
}

.configurator__option--name {
  margin: 5px 0px;
  display: block;
  color: #445566;
  font-family: "NeueHaasUnicaW1G-Medium", "Roboto", sans-serif;
  font-size: 0.875rem;
}

.configurator__option:hover .configurator__option--icon img {
  border-color: #a2aca4;
  box-shadow: 0px 0px 0px 2px #a2aca4;
}

.configurator__option.selected .configurator__option--icon img {
  border-color: #445566;
  box-shadow: 0px 0px 0px 2px #445566;
}

.configurator__option.selected:hover .configurator__option--icon img {
  border-color: #445566;
  box-shadow: 0px 0px 0px 2px #445566;
}

.configurator__options {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0px 0px;
  padding: 0 20px 5px 20px;
}

.configurator__options .select__longer__sleeves {
  margin-top: 10px;
  text-align: left;
}

.configurator__options .select__longer__sleeves label {
  padding-right: 20px;
}

@media (max-width: 767.98px) {
  .configurator__options {
    overflow: auto;
    padding: 5px;
  }
}

.configurator__options--no-padding {
  padding: 0;
}

.configurator__selection--header label {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

.configurator__video {
  width: 100%;
  text-align: center;
  font-size: 12px;
  margin-bottom: 10px;
  padding-right: 15px;
}

.configurator__intro a {
  color: #6b92b9;
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .configurator__end-btns {
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
  }
  .configurator__end-btns .btn-save-current-configuration {
    order: 1;
  }
}

.configurator__heading--name {
  font-size: 1.875rem;
  color: #445566;
  font-weight: 600;
}

.configurator__heading--price {
  font-size: 1.125rem;
  color: #445566;
  font-weight: 400;
}

.size--algorythm .size__input {
  max-width: 60%;
}

.size__input {
  margin-bottom: 5px;
}

.size__input:after {
  content: '';
  display: block;
  clear: both;
}

.size__input label {
  width: 40%;
  float: left;
  margin-right: 5%;
}

.size__input input, .size__input select, .size__input textarea {
  width: 55%;
  float: left;
}

.monogram--options select {
  width: 25%;
  margin-left: 2%;
}

.monogram--options input {
  width: 46%;
}

@media (max-width: 767.98px) {
  .monogram--options input, .monogram--options select {
    width: 100%;
    margin-left: 0;
    margin-bottom: 5px;
  }
  .monogram--options .configurator__options {
    flex-wrap: wrap;
  }
}

.configurator__drawer .select__longer__sleeves input {
  width: auto;
  display: inline-block;
}

@media (max-width: 767.98px) {
  .configurator__drawer .select__longer__sleeves {
    flex-wrap: wrap;
  }
}

.configurator__drawer .select__longer__sleeves label {
  background: #fff;
  border: 1px solid #b0b5ba;
  padding: 5px 12px;
  border-radius: 3px;
  margin: 0px 12px;
  width: calc(50% - 24px);
  font-size: 1rem;
}

@media (max-width: 767.98px) {
  .configurator__drawer .select__longer__sleeves label {
    width: 100%;
    margin-bottom: 10px;
  }
}

.conf__error input, .conf__error select, .conf__error textarea {
  border-color: #eba1ba;
}

.config__blocker {
  position: relative;
}

.config__blocker .message {
  position: absolute;
  top: -70px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(68, 85, 102, 0.7);
  z-index: 10;
}

.config__blocker .message__window {
  position: absolute;
  background: #FFF;
  width: 90%;
  max-width: 300px;
  text-align: center;
  padding: 20px;
  left: 0;
  right: 0;
  margin: auto;
  top: 20%;
}

.config__blocker .message__window p {
  font-size: 0.875rem;
}

.config__blocker .message__window h4 {
  font-size: 1.125rem;
  font-weight: bold;
  color: #445566;
}

.config__blocker .message__window .btn {
  margin-top: 5px;
  display: block;
  width: 100%;
}

.monogram--options .accordion__header .fancy__holder {
  width: auto;
  float: right;
  position: relative;
  margin-right: -20px;
}

.monogram--options .accordion__header.active .fancy__holder.fancy__checkbox input:checked ~ .fancy__input {
  background-color: #fff;
}

.monogram--options .accordion__header.active .fancy__holder.fancy__checkbox input:checked ~ .fancy__input:before {
  background-color: #445566;
}

.configurator__extratoggler {
  background-color: #dfe2e0;
  width: 100%;
  text-align: center;
  padding: 10px;
  margin-top: 10px;
}

.configurator__extratoggler label {
  margin-bottom: 0;
  font-size: 0.875rem;
}

.configurator__extratoggler .fancy__input {
  margin: 0px 5px;
}

.configurator__extraoptions {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding-top: 10px;
}

.configurator__extraoptions label {
  min-width: 75px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.configurator__extraoptions label input {
  opacity: 0;
  position: absolute;
  top: -300px;
}

.configurator__extraoptions label input:checked ~ .fabric__color {
  box-shadow: 0px 0px 0px 2px #fff, 0px 0px 0px 4px #445566;
}

.configurator__extraoptions--desc {
  width: 100%;
  font-size: 0.875rem;
  font-weight: 300;
  padding: 5px 20px 20px 20px;
}

.configurator__help {
  margin-top: 10px;
  text-align: center;
  padding: 30px 10px;
  background: #e7eaec;
  color: #a2aba4;
  font-size: 14px;
}

.js-perfectSizeSignup {
  width: 100%;
  max-width: 160px;
}

.basket__message--added {
  padding: 20px 10px;
  background-color: #a2aca4;
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
}

.product__image.js-pi--adaptive {
  overflow: hidden;
}

@media (min-width: 992px) {
  .product__image.js-pi--adaptive {
    position: fixed;
    top: 60px;
    left: 0;
    width: 48vw;
    z-index: 0;
    height: calc(100% - 60px);
  }
}

.product__image.js-pi--adaptive img.anim {
  transition: all 0.3s;
}

.algorithm__summary--options {
  text-align: left;
  max-width: 250px;
  margin: 0 auto;
}

.algorithm__summary--options strong {
  display: inline-block;
  width: 100px;
}

.zoom__reset {
  position: absolute;
  top: 0px;
  z-index: 2;
  left: 5%;
  width: 60px;
  bottom: 0;
  margin: auto;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
}

.js-monogramComplete {
  position: relative;
  display: inline-block;
}

.js-monogramComplete span {
  display: block;
  opacity: 0;
  overflow: hidden;
  height: 0;
  width: 0;
  transition: opacity 0.2s, transform 0.2s;
}

.js-monogramComplete.active:before {
  content: '';
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  left: 0;
  top: 0;
}

.js-monogramComplete.active:hover span {
  position: absolute;
  opacity: 1;
  width: 100%;
  height: auto;
  transform: translateY(-30px);
  background: #ffcbc7;
  text-align: center;
  left: 0;
  font-size: 12px;
  padding: 4px;
  transition: opacity 0.2s, transform 0.2s;
}

.history__popup .history__date {
  font-size: 13px;
  opacity: 0.5;
  padding: 10px;
}

.history__popup .history__content {
  padding: 0px 10px;
}

.history__popup .history__shirt__name {
  font-size: 20px;
  color: #445566;
  font-weight: bold;
}

.history__popup .history__shirt__image {
  max-width: 150px;
  display: block;
}

.history__popup .more__toggler {
  columns: 2;
}

.history__popup .more__toggler span {
  display: block;
  font-size: 12px;
  padding: 0px 5px;
}

.videoOverlay {
  display: none;
  z-index: 251;
  max-width: 80%;
  position: fixed;
  top: 10%;
  left: 0;
  right: 0;
  margin: auto;
}

.videoOverlay video {
  width: 100%;
}

.videoOverlayBg {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: rgba(68, 85, 102, 0.8);
  z-index: 250;
}

.videoOverlayBg:before, .videoOverlayBg:after {
  content: '';
  width: 40px;
  height: 4px;
  background-color: #fff;
  position: fixed;
  top: calc(10% - 40px);
  right: 20px;
}

.videoOverlayBg:before {
  transform: rotateZ(-45deg);
}

.videoOverlayBg:after {
  transform: rotateZ(45deg);
}

.videoOverlay.active, .videoOverlayBg.active {
  display: block;
}

.summary__unit-toggler {
  float: right;
  margin-top: 5px;
}

.summary-inputs {
  width: 100%;
}

.summary-inputs input {
  text-align: center;
}

.summary-inputs .btn {
  margin-top: 0;
  width: 100%;
}

.summary-inputs .summary-input {
  position: relative;
}

.summary-inputs .summary-input label {
  display: block;
  margin-bottom: 2px;
  margin-top: 8px;
}

.summary-inputs .summary-input .input-group {
  width: calc(100% - 60px);
}

.summary-inputs .summary-input .btn.btn--video {
  width: 50px;
  position: absolute;
  right: 0px;
  min-width: 0px;
  bottom: 0;
  padding: 8px;
  height: 45px;
  background-color: #fff;
}

.summary-inputs .summary-input .btn.btn--video:hover svg {
  fill: #445566;
  transition: all 0.2s;
}

.summary-inputs .summary-input .btn.btn--video svg {
  fill: #a2aca4;
  display: block;
  margin-top: -2px;
}

.summary-inputs .btn.aux {
  width: 100%;
}

.summary__image {
  position: absolute;
  width: 100%;
  height: 450px;
  background-size: cover;
  background-position: 100% center;
  background-repeat: no-repeat;
  left: 0px;
}

@media (max-width: 767.98px) {
  .configurator__drawer .btn {
    display: block;
    margin-bottom: 5px;
    width: 100%;
  }
  .configurator__drawer input {
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }
}

.configurator__drawer .accordion__header {
  color: #fff;
  background-color: #445566;
  border-color: #445566;
}

.quick-configurator {
  padding: 0px 15px;
  text-align: center;
  margin-bottom: 25px;
}

.container-forms-measurements.loggedinuser,
.container-forms-measurements.measureduser {
  display: none;
}

.container-forms-measurements.loggedinuser.notmeasured {
  display: block;
}

.container-forms-measurements.loggedinuser.measureduser {
  display: none;
}

.container-forms-measurements.loggedinuser.notmeasured {
  display: block;
}

.container-forms-measurements .accordion__header strong {
  font-size: 0.875rem;
  display: inline-block;
  vertical-align: middle;
  max-width: 160px;
  width: 100%;
}

.container-forms-measurements .accordion__header span {
  font-size: 0.875rem;
  display: inline-block;
  vertical-align: middle;
}

.container-forms-measurements .accordion__content {
  padding: 15px;
}

.videoMeasurementsForm .input-group {
  margin-bottom: 15px;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN 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;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.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-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.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 {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.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 {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -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 {
  /**
              This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
              calculation of the height of the owl-item that breaks page layouts
           */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 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 {
  -ms-transform: scale(1.3, 1.3);
  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 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*************************
HOMEPAGE
*************************/
.homepage__hero {
  text-align: center;
  position: relative;
  min-height: calc(100vh - 100px);
}

@media (max-width: 767.98px) {
  .homepage__hero {
    min-height: calc(100vh - 60px);
  }
}

.featured__styles {
  background: #eceeed;
  color: #445566;
}

.featured__styles h2 {
  text-align: center;
}

@media (max-width: 991.98px) {
  .featured__styles h2 {
    font-size: 2.8rem;
  }
}

@media (max-width: 767.98px) {
  .featured__styles h2 {
    font-size: 1.8rem;
  }
}

.featured__styles .product__photo {
  height: 377.218934911px;
}

@media (max-width: 1199.98px) {
  .featured__styles .product__photo {
    height: 310.650887574px;
  }
}

@media (max-width: 991.98px) {
  .featured__styles .product__photo {
    height: 488.165680473px;
  }
}

@media (max-width: 767.98px) {
  .featured__styles .product__photo {
    height: 355.029585799px;
  }
}

@media screen and (max-width: 575px) {
  .featured__styles .product__photo {
    height: 355.029585799px;
  }
}

@media screen and (max-width: 575px) {
  .featured__styles .product__box {
    max-width: 240px;
  }
}

.featured__styles .product__box h3.product__name {
  margin: 0;
}

.featured__styles .product__box .product__price {
  top: 0;
}

.featured__styles .btn.white:hover {
  background-color: #dfe2e0;
}

.aboutus--factory {
  background-size: cover;
  background-position: center center;
  text-align: center;
}

.aboutus--factory img {
  max-width: 100%;
  height: auto;
}

.aboutus--factory--title {
  font-size: 3rem;
  margin-bottom: 50px;
}

@media (max-width: 991.98px) {
  .aboutus--factory--title {
    font-size: 2rem;
  }
}

.aboutus--factory .factory__image {
  position: relative;
}

.aboutus--factory .factory__image .factory__btn {
  position: absolute;
  bottom: 30px;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
}

.aboutus--factory .factory__image .factory__btn .btn {
  opacity: 0.8;
}

.featured__slides .col-sm-12,
.featured__slides .col-sm-6 {
  padding-bottom: 20px;
}

.intercom-lightweight-app {
  z-index: 99 !important;
}

.intercom-lightweight-app-launcher {
  bottom: 80px !important;
}

@media (max-width: 767.98px) {
  .intercom-lightweight-app-launcher {
    bottom: 60px !important;
    right: 20px !important;
  }
}

/*************************
PRODUCT PAGE
*************************/
.product__extra-details {
  background-size: cover;
  background-position: center center;
  min-height: 300px;
}

.product__extra-info {
  padding: 15px;
}

.product__details {
  padding-right: 20px;
  font-size: 1.25rem;
  line-height: 25px;
}

.product__details span {
  display: block;
}

.product__details label {
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px;
}

.product__thumbnail {
  padding: 0px 10px 10px 10px;
  display: block;
}

.product__image {
  padding: 20px;
  position: relative;
  z-index: 1;
}

.product__image .product__thumb--main {
  text-align: center;
}

.product__image .product__thumb--main img {
  width: 100%;
}

@media (max-width: 991.98px) {
  .product__image {
    margin: 0 auto;
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .product__image {
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.product__thumb {
  margin-bottom: 16px;
  max-width: 55px;
  border: 2px solid transparent;
}

.product__thumb.active {
  border-color: #445566;
}

@media (max-width: 991.98px) {
  .product__thumb--list {
    padding-right: 10px !important;
  }
  .product__thumb--list img {
    max-width: 100%;
    margin-right: 12px;
  }
}

.product__details__header {
  font-size: 2.1875rem;
  margin-bottom: 20px;
}

.product__image__nav {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  bottom: 0;
  background-color: rgba(44, 44, 44, 0.08);
  margin: auto;
  width: 53px;
  height: 64px;
}

.product__image__nav:before, .product__image__nav:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  width: 0;
  height: 0;
  margin: auto;
  width: 2px;
  height: 24px;
  background: white;
}

.product__image__nav:before {
  top: -16px;
}

.product__image__nav:after {
  top: 16px;
}

.product__image__nav--prev {
  left: 0px;
}

.product__image__nav--prev:before {
  transform: rotate(45deg);
}

.product__image__nav--prev:after {
  transform: rotate(-45deg);
}

.product__image__nav--next {
  right: 0px;
}

.product__image__nav--next:before {
  transform: rotate(-45deg);
}

.product__image__nav--next:after {
  transform: rotate(45deg);
}

@media (max-width: 767.98px) {
  .product__image__nav {
    display: block;
  }
}

.container-variants .container-to-update {
  display: inline-block;
  vertical-align: top;
}

.container-variants .variant {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  margin: 10px 2px 0px 2px;
  box-shadow: 0px 0px 0px 1px rgba(68, 85, 102, 0);
  transition: 0.2s all;
  border: 2px solid transparent;
}

.container-variants .variant.active {
  box-shadow: 0px 0px 0px 2px rgba(68, 85, 102, 0.8);
  border: 2px solid #fff;
}

.container-variants .variant:hover {
  box-shadow: 0px 0px 0px 2px rgba(68, 85, 102, 0.3);
  transition: 0.2s all;
}

.container-variants .variant .variant--half {
  position: absolute;
  left: -70%;
  width: 200%;
  height: 60%;
  transform: rotateZ(-45deg);
}

.container-variants__color {
  font-size: 16px;
  margin: 0;
  color: #9A9D9C;
}

.container-variants__color span {
  color: #2C2C2C;
  font-weight: 700;
}

.configurator__image--spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.7);
}

.configurator__image--spinner i {
  font-size: 2rem;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-animation: spin 0.7s linear forwards infinite;
  -moz-animation: spin 0.7s linear forwards infinite;
  animation: spin 0.7s linear forwards infinite;
}

.product__configurator--description {
  max-width: 80%;
  margin: 15px auto;
  text-align: center;
  font-size: 0.8rem;
}

.attribute__rating {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 10px;
}

.attribute__rating svg {
  opacity: 0.3;
  color: #4b514e;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.attribute__rating.rating--1 svg:nth-child(1) {
  opacity: 1;
}

.attribute__rating.rating--2 svg:nth-child(1), .attribute__rating.rating--2 svg:nth-child(2) {
  opacity: 1;
}

.attribute__rating.rating--3 svg:nth-child(1), .attribute__rating.rating--3 svg:nth-child(2), .attribute__rating.rating--3 svg:nth-child(3) {
  opacity: 1;
}

.algorithmField label {
  font-size: 14px;
  font-weight: bold;
  color: #445566;
  margin-bottom: 1px;
}

.algorithmRow .row {
  padding: 25px 0px;
}

.algorithmRow .form-control {
  margin-bottom: 10px;
}

.algorithmMailField {
  font-size: 0;
}

.algorithm__email {
  position: relative;
  margin-bottom: 15px;
}

.algorithm__email p {
  font-size: 1rem;
}

.algorithm__email .js-closeAlgorithmEmail {
  position: absolute;
  width: 38px;
  height: 38px;
  top: 0;
  margin: auto;
  text-align: center;
  left: 0;
  padding: 4px;
  font-size: 2rem;
}

.algorithmBodyField {
  font-size: 0;
}

.algorithm__body {
  position: relative;
}

.algorithm__body p {
  font-size: 1rem;
}

.algorithm__body .js-closeAlgorithmBody {
  position: absolute;
  width: 38px;
  height: 38px;
  top: 0;
  margin: auto;
  text-align: center;
  left: 0;
  padding: 4px;
  font-size: 2rem;
}

.algorithm__body .body__types {
  text-align: center;
  padding-bottom: 15px;
}

.algorithm__email--success {
  text-align: center;
  overflow: hidden;
}

.algorithm__email--success i {
  font-size: 2rem;
  margin-bottom: 10px;
  display: inline-block;
}

.algorithm__summary {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -15px;
  background: #eceeed;
  margin-top: 20px;
  padding: 20px 10px;
  text-align: center;
  color: #445566;
  font-size: 0.9375rem;
}

.algorithm__summary--name {
  font-size: 1.125rem;
  font-weight: bold;
}

.algorithm__summary--price {
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 15px;
}

.algorithm__summary--option {
  padding-bottom: 5px;
}

.algorithm__summary strong {
  padding-right: 10px;
}

.best__choice--algorythm > .row {
  padding: 0px 10px;
}

.best__choice--algorythm .accordion__content {
  padding: 10px 15px;
}

.algorithmMailField button.btn,
.algorithmBodyField button.btn {
  min-width: 160px;
}

@media (max-width: 767.98px) {
  .algorithm__footer-btn {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}

.body__type__box {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}

.body__type__box p {
  font-size: 0.75rem;
  font-weight: bold;
  margin-bottom: 0;
}

.body__type__box input {
  opacity: 0;
  position: absolute;
  left: -200px;
}

.body__type__box span {
  background-color: #fff;
  width: 78px;
  height: 78px;
  width: 7vw;
  height: 7vw;
  border: 2px solid #efefef;
  border-radius: 0px;
  display: block;
  margin-bottom: 5px;
  margin: 8px;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .body__type__box span {
    width: 15vw;
    height: 15vw;
  }
}

.body__type__box span:hover {
  border-color: #a2aca4;
}

.body__type__box input:checked ~ span {
  border-color: #445566;
}

@-webkit-keyframes spin {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}

@-o-keyframes spin {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}

@-moz-keyframes spin {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}

@media (max-width: 767.98px) {
  .zoomContainer {
    display: none !important;
  }
  .final-basket-btns {
    display: flex;
    flex-wrap: wrap;
  }
  .final-basket-btns .btn:first-child {
    order: 1;
  }
}

.weave__explainer {
  position: relative;
}

.weave__explainer img:hover ~ span {
  opacity: 1;
  height: auto;
  transition: all 0.3s;
}

.weave__explainer span {
  opacity: 0;
  position: absolute;
  width: 90%;
  left: 0;
  background: #fff;
  font-size: 0.85rem;
  line-height: 130%;
  padding: 10px;
  border: 1px solid #ccc;
  top: 60px;
  z-index: 2;
  text-align: center;
  height: 0;
  overflow: hidden;
  transition: all 0.3s;
}

.weave__explainer a {
  text-decoration: none;
  color: #445566;
  font-size: 14px;
}

.product-perfect-fit {
  margin: 80px 0;
}

.product-perfect-fit__container {
  display: flex;
}

@media (max-width: 767.98px) {
  .product-perfect-fit__container {
    display: block;
  }
}

.product-perfect-fit__content {
  width: calc(100% - 516px);
  background-color: #F5F5F6;
  margin-right: 4px;
  padding: 64px;
  display: flex;
  align-items: center;
}

.product-perfect-fit__content a {
  margin-top: 32px;
  display: inline-block;
}

.product-perfect-fit__content h3 {
  color: #2C2C2C;
  margin-bottom: 16px;
  font-size: 35px;
  line-height: 1.2;
}

@media (max-width: 991.98px) {
  .product-perfect-fit__content {
    width: calc(100% - 390px);
    padding: 64px 22px 40px 22px;
  }
  .product-perfect-fit__content h3 {
    font-size: 30px;
  }
  .product-perfect-fit__content a {
    margin-top: 8px;
  }
}

@media (max-width: 767.98px) {
  .product-perfect-fit__content {
    width: 100%;
  }
}

.product-perfect-fit__image {
  width: 512px;
  height: 532px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 991.98px) {
  .product-perfect-fit__image {
    width: 390px;
    height: 532px;
  }
}

@media (max-width: 767.98px) {
  .product-perfect-fit__image {
    width: 100%;
    height: 390px;
  }
}

@media (max-width: 991.98px) {
  .product-perfect-fit {
    margin: 50px 0 64px 0;
  }
}

@media (max-width: 767.98px) {
  .product-perfect-fit .container {
    padding: 0;
  }
}

.product-atelier {
  margin-bottom: 80px;
}

.product-atelier__container {
  background-color: #A2AAA2;
  padding: 80px 160px 72px;
}

@media (max-width: 991.98px) {
  .product-atelier__container {
    padding: 40px 24px 64px 24px;
  }
}

.product-atelier__content {
  color: #fff;
  position: relative;
}

.product-atelier__content a {
  margin-top: 32px;
  display: inline-block;
}

.product-atelier__content h3 {
  color: #fff;
  margin-bottom: 16px;
  font-size: 35px;
  line-height: 1.2;
}

.product-atelier__content--icon {
  position: absolute;
  left: -96px;
  top: 0;
}

.product-atelier__content--icon svg {
  width: 48px;
  height: 48px;
  fill: #fff;
}

@media (max-width: 991.98px) {
  .product-atelier__content a {
    margin-top: 8px;
  }
  .product-atelier__content h3 {
    font-size: 30px;
  }
  .product-atelier__content .product-atelier__content--icon {
    position: static;
    margin-bottom: 24px;
  }
}

@media (max-width: 991.98px) {
  .product-atelier {
    margin-bottom: 64px;
  }
}

.similar-products {
  padding: 80px 0;
  background-color: #F5F5F6;
  margin-bottom: -60px;
}

.similar-products h2 {
  margin-bottom: 32px;
  width: 100%;
  text-align: center;
  color: #2C2C2C;
  font-weight: 700;
  font-size: 35px;
}

.similar-products a:hover {
  text-decoration: none;
}

.similar-products__content {
  display: flex;
}

@media (max-width: 991.98px) {
  .similar-products__content {
    display: block;
  }
}

.similar-products__item {
  margin-right: 32px;
}

.similar-products__item:last-child {
  margin-right: 0;
}

@media (max-width: 991.98px) {
  .similar-products__item {
    margin-right: 0;
  }
}

.similar-products__data {
  text-align: center;
}

.similar-products__data h3 {
  font-weight: 700;
  font-size: 20px;
  color: #242B29;
}

.similar-products__data p {
  font-weight: 400;
  font-size: 17px;
  color: #3A4945;
}

.similar-products__image {
  position: relative;
  text-align: center;
  max-width: 400px;
  margin: 0 auto 16px;
}

@media (max-width: 991.98px) {
  .similar-products {
    padding: 64px 0;
  }
}

.minishop {
  display: none;
}

.minishop__item-wrapper {
  margin: 0 15px 100px 15px;
  background-color: #eceeed;
  padding: 0 0 32px 0;
  flex: 0 0 calc(33.3333333333% - 30px);
  max-width: calc(33.3333333333% - 30px);
  align-content: space-between;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 991.98px) {
  .minishop__item-wrapper {
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}

@media (max-width: 767.98px) {
  .minishop__item-wrapper {
    flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-bottom: 40px;
  }
}

.minishop__image {
  width: 100%;
  height: 240px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 2px solid #fff;
}

.minishop__title {
  font-size: 1.5rem;
  text-align: center;
  padding: 32px;
}

.minishop__content {
  flex: 0 0 100%;
  position: relative;
}

.minishop__content--flag {
  position: absolute;
  top: 5px;
  padding: 6px 15px 4px 15px;
  font-size: 12px;
  line-height: 100%;
  font-weight: bold;
}

.minishop__footer {
  padding: 32px 32px 0 32px;
  flex: 0 0 100%;
}

.minishop__price {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: right;
  margin-bottom: 24px;
}

.minishop__description {
  padding: 0 32px;
}

.minishop__button button {
  width: 100%;
}

.minishop__button a {
  width: 100%;
}

.minishop__details {
  margin-top: 24px;
}

.minishop__details form {
  margin: 0;
}

.minishop__details select {
  margin-bottom: 24px;
}

.minishop__details button {
  width: 100%;
}

.minishop__tshirt-slider_container {
  width: 100%;
  height: 100px;
  display: flex;
  margin-bottom: -100px;
  justify-content: space-between;
  font-size: 2rem;
  line-height: 20px;
  display: none;
}

/*************************
PRODUCT LIST
*************************/
.product__list--description {
  max-width: 70%;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 767.98px) {
  .product__list--description {
    max-width: 96%;
  }
}

.product__list .product__box {
  padding-bottom: 30px;
}

.styles__header {
  text-align: center;
  font-size: 3rem;
}

@media (max-width: 991.98px) {
  .styles__header {
    font-size: 2rem;
  }
}

@media (max-width: 767.98px) {
  .styles__header {
    font-size: 1.5rem;
  }
}

.styles__subheader {
  max-width: 520px;
  text-align: center;
  font-size: 1.25rem;
  line-height: 130%;
  margin: 0 auto;
}

.styles__subheader a {
  text-decoration: none;
  color: #445566;
  font-weight: 700;
}

.product__filters {
  position: relative;
}

.product__filters .filter {
  -webkit-appearance: none;
  display: block;
  text-align: center;
  padding: 10px;
  width: calc(100% / 8);
  border: 0;
  outline: none;
  background-color: transparent;
}

@media (max-width: 991.98px) {
  .product__filters .filter {
    width: auto;
    flex: 0 0 120px;
  }
}

.product__filters .filter__categories {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 30px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #000;
  font-weight: 600;
  font-size: 0.875rem;
  width: 100%;
}

@media (max-width: 991.98px) {
  .product__filters .filter__categories {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
  }
}

.product__filters .filter__list {
  display: flex;
  width: 100%;
  padding-left: 150px;
}

@media (max-width: 991.98px) {
  .product__filters .filter__list {
    padding: 0;
  }
}

.product__filters .filter__options {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  position: absolute;
  left: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  background: #fff;
  z-index: 3;
  box-shadow: 0px -1px 0px #ccc;
  margin-top: -1px;
  max-width: 920px;
  padding-left: 70px;
  transition: opacity 0.2s, height 0.2s 0.3s;
}

@media (max-width: 991.98px) {
  .product__filters .filter__options {
    max-width: auto;
    padding: 0;
  }
}

.product__filters .filter__options ul {
  padding: 10px;
  margin: 0;
  width: calc(100% / 6);
  opacity: 0;
  font-size: 0.875rem;
  transition: all 0.2s 0.1s;
}

.product__filters .filter__options ul li {
  list-style: none;
  font-weight: 600;
  color: #a2aca4;
  padding: 3px 0px;
  cursor: pointer;
}

.product__filters .filter__options ul li.selected {
  color: #000;
}

.product__filters .filter__options ul li.selected:after {
  content: '×';
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 17px;
  background-color: #87948a;
  color: #fff;
  margin-left: 5px;
  margin-top: 2px;
}

.product__filters .filter__options ul li.unavailable {
  opacity: 0.2;
  cursor: not-allowed;
}

.product__filters .filter__options ul li:hover {
  color: #445566;
}

.product__filters .filter__options ul.active {
  opacity: 1;
  transition: all 0.2s;
}

@media (max-width: 991.98px) {
  .product__filters .filter__options ul {
    flex: 0 0 100%;
  }
}

.product__filters .filter--selected {
  position: relative;
  display: inline-block;
  background-color: #a2aca4;
  color: #fff;
  cursor: pointer;
  font-size: 0.75rem;
  line-height: 100%;
  text-transform: uppercase;
  font-weight: bold;
  padding: 6px 25px 4px 12px;
  border-radius: 30px;
}

.product__filters .filter--selected:before {
  content: '×';
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  top: 0;
  bottom: 0;
  right: 4px;
  position: absolute;
  margin: auto;
  text-align: center;
  line-height: 17px;
  background-color: #87948a;
}

.product__filters.active .filter__options {
  opacity: 1;
  height: auto;
  transition: opacity 0.2s;
}

.product__filters--selected.active {
  padding: 10px;
}

@media (max-width: 991.98px) {
  .filter__options.mobileActive {
    justify-content: flex-start;
    opacity: 1;
    height: auto;
  }
  .filter__options.mobileActive ul {
    width: 0;
    flex: 0 0 0;
    padding: 0;
    overflow: hidden;
  }
  .filter__options.mobileActive ul.mobileActive {
    width: 100%;
    padding: 10px;
    opacity: 1;
    flex: 0 0 100%;
  }
}

.style-types {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  padding: 30px 0px;
  transition: all .2s;
  background-color: #fff;
}

@media (max-width: 991.98px) {
  .style-types {
    padding: 15px 0px;
  }
}

.style-types a {
  display: inline-block;
  margin: 8px;
  font-size: 1rem;
  color: #fff !important;
}

.style-types a:hover {
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .style-types a.btn {
    min-width: 100px;
    margin: 5px;
  }
}

@media (max-width: 480px) {
  .style-types a.btn {
    min-width: 80px;
    max-width: 80px;
    height: 30px;
    margin: 3px;
    padding: 0;
  }
}

.style-types.pinned {
  position: fixed;
  top: 115px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3;
  border-bottom: 2px solid #E8EAEC;
  transition: all .3s;
  padding: 8px 15px;
}

@media (max-width: 991.98px) {
  .style-types.pinned {
    top: 95px;
  }
}

/*************************
ACCOUNT
*************************/
.account .container {
  text-align: center;
}

.account .content__brick a:not(.btn) {
  color: #38a6d4;
}

.account__bg {
  background: #eceeed;
}

.account__bg--aux {
  background: #445566;
}

.account__narrow {
  width: 90%;
  margin: 0 auto;
  max-width: 700px;
}

.account__welcome {
  padding: 15px;
  text-align: center;
}

.account__message {
  text-align: center;
  max-width: 700px;
  margin: 20px auto;
  font-size: 1.25rem;
}

.account__nav a {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  color: #38a6d4;
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .account__nav a {
    display: none;
  }
}

.account__nav select {
  display: none;
}

@media (max-width: 767.98px) {
  .account__nav select {
    display: block;
  }
}

.account__sizes .col-sm-12:last-child {
  background: #dadde0;
  display: flex;
  align-items: center;
}

.account__sizes .col-sm-12:last-child .content__brick {
  width: 100%;
}

.account__sizes--bg {
  background: #f9f9f9 url(/img/account-size-bg.jpg) no-repeat top right;
  background-size: auto 100%;
}

.account__sizes-current {
  font-size: 0.9rem;
  margin-bottom: 25px;
  color: #999999;
}

.account__sizes-current h4 {
  color: #445566;
  font-size: 25px;
  font-weight: bold;
}

.account__sizes-message {
  margin-top: 30px;
  font-size: 0.9rem;
}

.account__saved > .col-sm-12:first-child {
  background: #dadde0;
  display: flex;
  align-items: center;
}

.account__saved > .col-sm-12:first-child .content__brick {
  width: 100%;
}

.account__saved .shirt-carousel__name,
.account__saved .shirt-carousel__date {
  text-align: left;
  margin: 0;
}

.account__saved-none {
  max-width: 300px;
  margin: 0 auto;
  background: #f8f9f9;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
}

.account__shirts .col-sm-12:first-child {
  background: #dadde0;
  display: flex;
  align-items: center;
}

.account__shirts .col-sm-12:first-child .content__brick {
  width: 100%;
}

.account__shirts .shirts-owl {
  padding: 50px;
}

.account__shirts .shirts-owl .owl-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 0px;
  width: 100%;
}

.account__shirts .shirts-owl .owl-nav .owl-prev,
.account__shirts .shirts-owl .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  background: #456;
  position: absolute;
  border: 0;
  -webkit-appearance: none;
  color: #fff;
  font-size: 25px;
  line-height: 28px;
  font-weight: normal;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  outline: 0;
}

.account__shirts .shirts-owl .owl-nav .owl-prev:hover,
.account__shirts .shirts-owl .owl-nav .owl-next:hover {
  background-color: #38a6d4;
}

.account__shirts .shirts-owl .owl-nav .owl-prev.disabled,
.account__shirts .shirts-owl .owl-nav .owl-next.disabled {
  opacity: 0.1;
  cursor: default;
}

.account__shirts .shirts-owl .owl-nav .owl-prev {
  left: 10px;
}

.account__shirts .shirts-owl .owl-nav .owl-next {
  right: 10px;
}

@media (max-width: 767.98px) {
  .account__shirts {
    flex-direction: column-reverse;
  }
}

.account__history {
  align-self: center;
}

.account__history .row .col-sm-12 {
  align-self: center;
}

.account__history .shirt-carousel__name,
.account__history .shirt-carousel__date {
  text-align: left;
}

.account__history img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 991.98px) {
  .account__history {
    text-align: center;
  }
  .account__history .row {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .account__history .shirt-carousel__name,
  .account__history .shirt-carousel__date {
    text-align: center;
  }
  .account__history img {
    max-height: 200px;
  }
}

.account__raf .quote__content {
  font-size: 1.25rem;
  line-height: 140%;
}

@media (min-width: 768px) {
  .account__raf .quote__content {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.account__raf .quote__content .btn {
  min-width: 0;
  width: 100%;
}

.account__raf .quote__content input {
  height: 46px;
  border: 0;
}

.account__raf .quote__content .refer-friend__list {
  font-size: 1rem;
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 20px;
}

.account__raf .quote__content .refer-friend__info {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 20px;
}

.account__raf-list span {
  display: block;
  padding: 3px;
}

.account__raf-list span:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.04);
}

@media (max-width: 767.98px) {
  .account__raf-image {
    height: 50vw;
    overflow: hidden;
    position: relative;
  }
  .account__raf-image img {
    position: absolute;
    top: 6%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .account__raf .quote--dark {
    margin-left: 0;
    margin-right: 0;
    min-width: 100%;
  }
  .account__raf .quote--dark .quote__content {
    font-size: 1rem;
  }
  .account__raf .form-refer-friend {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.account__userdetails .form-control {
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .account .row.fullwidth__bricks .col-sm-12 {
    max-width: 50%;
  }
  .account .row.fullwidth__bricks .col-sm-12.col-lg-7 {
    max-width: 58.3333333333%;
  }
  .account .row.fullwidth__bricks .col-sm-12.col-lg-5 {
    max-width: 41.6666666667%;
  }
}

.account .row.fullwidth__bricks .content__brick {
  min-height: 300px;
}

.account .row.fullwidth__bricks .col-sm-12:first-child,
.account .row.fullwidth__bricks .col-sm-12:last-child {
  margin: 0;
}

.account .accordion__header {
  border-color: rgba(68, 85, 102, 0.2);
}

.account .accordion__header:hover {
  background-color: rgba(68, 85, 102, 0.2);
}

.account .accordion__content.active {
  border-width: 0px 1px 1px 1px;
  border-color: rgba(68, 85, 102, 0.2);
  border-style: solid;
  margin-bottom: 5px;
}

.account__edit__template .col-md-5,
.account__edit__template .col-md-4,
.container-refer-friend .col-md-5,
.container-refer-friend .col-md-4 {
  text-align: right;
}

@media (max-width: 767.98px) {
  .account__edit__template .col-md-5,
  .account__edit__template .col-md-4,
  .container-refer-friend .col-md-5,
  .container-refer-friend .col-md-4 {
    text-align: center;
  }
}

.account__edit__template .form-control,
.container-refer-friend .form-control {
  margin-bottom: 10px;
}

.form-personal-data {
  font-size: 1.25rem;
}

.form-personal-data .selectize-control {
  text-align: left;
}

.account__edit__template {
  text-align: left;
}

.container-form-measurements {
  overflow: hidden;
  font-size: 1.25rem;
}

.saved__shirt__image {
  padding: 10px;
  min-height: 150px;
  min-width: 150px;
  text-align: center;
}

.saved__shirt__image img {
  max-height: 130px;
}

.saved__shirt__params {
  columns: 2;
  font-size: 12px;
  text-align: left;
  padding-bottom: 20px;
}

.saved__shirt__params span {
  display: block;
}

.saved__shirt__data {
  text-align: left;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .saved__shirt__data {
    padding: 20px;
    text-align: center;
  }
  .saved__shirt__data .btn {
    margin-bottom: 5px;
  }
}

input.hidden__field {
  position: absolute;
  left: -200%;
}

.with__datepicker .ui-datepicker-trigger {
  position: absolute;
  top: 10px;
  width: 18px;
  right: 23px;
}

.container-register .heading1 {
  text-align: center;
}

.container-register .form-control {
  margin-bottom: 10px;
}

@media (max-width: 767.98px) {
  .personal-data__label {
    display: none;
  }
}

.container-refer-friend .row.align--left {
  max-height: 300px;
  overflow: auto;
}

.container-refer-friend .row.align--left .col-sm-12 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.container-refer-friend .row.align--left .col-sm-12:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.5);
}

.refer-friend__info {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
  font-size: 1rem;
}

.dotted__field {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  width: 300px;
  justify-content: space-between;
  margin: 0 auto;
}

.dotted__field em {
  flex: 1 1 auto;
  border-bottom: 1px dotted #bbb;
  height: 22px;
}

.dotted__field span {
  font-size: 16px;
  padding: 4px 10px;
}

.dotted__field span:first-child {
  color: #456;
}

.dotted__field span:last-child {
  font-weight: bold;
}

.dotted__field span:last-child:after {
  content: 'cm';
  font-weight: normal;
  margin-left: 5px;
  opacity: 0.5;
  font-size: 14px;
}

.shirt-carousel {
  padding: 10px;
}

.shirt-carousel.inactive .shirt-carousel__name,
.shirt-carousel.inactive .shirt-carousel__date,
.shirt-carousel.inactive img {
  opacity: 0.2;
}

.shirt-carousel.inactive .bg__spinner:before {
  display: none;
}

.shirt-carousel img {
  max-width: 180px;
  display: block;
  margin: 0 auto;
}

.shirt-carousel__name {
  text-transform: uppercase;
  color: #445566;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
  max-height: 60px;
  line-height: 100%;
  overflow: hidden;
}

.shirt-carousel__sku {
  font-size: 14px;
  color: #4b514e;
  opacity: 0.8;
}

.shirt-carousel__date {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  color: #999;
}

.shirt-carousel__btns {
  text-align: center;
}

.shirt-carousel__btns a {
  min-width: 0;
  width: 100%;
  max-width: 200px;
  margin: 0 auto 5px auto;
}

.shirt-carousel__measurement {
  text-align: center;
  background: rgba(235, 238, 237, 0.34);
  padding: 20px;
  border-radius: 5px;
}

.shirt-carousel__measurement .shirt-carousel__name {
  font-size: 20px;
}

.shirt-carousel__measurement img {
  max-width: 110px;
  margin: 10px auto;
}

.shirt-carousel__makeanother {
  display: block;
  text-align: center;
  border: 2px dashed #ebeeed;
  padding: 20px;
  border-radius: 5px;
}

.shirt-carousel__makeanother:hover {
  text-decoration: none;
}

.shirt-carousel__makeanother .shirt-carousel__name {
  font-size: 20px;
}

.shirt-carousel__makeanother img {
  max-width: 150px;
  margin: 10px auto;
}

.shirt-carousel__makeanother .btn {
  min-width: 0;
  width: 100%;
  max-width: 200px;
  margin: 0 auto 5px auto;
}

.account__raf-discount-msg {
  text-align: center;
  font-size: 3rem;
  color: #fff;
  line-height: 100%;
  font-weight: bold;
}

.measurement__bubble {
  position: absolute;
  top: 6px;
  right: -20px;
  width: 20px;
  height: 20px;
  background: #a8b4c1;
  color: #fff;
  line-height: 20px;
  font-family: times, serif;
  font-style: italic;
  font-size: 18px;
  border-radius: 50%;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .container-personal-data {
    padding: 16px;
  }
  .container-personal-data .align--right {
    text-align: left;
  }
}

/*************************
BASKET
*************************/
.container-basket {
  background: #fff;
}

.container-basket .fancy__holder .fancy__label {
  color: #445566;
}

.container-minibasket {
  margin-bottom: -60px;
  background-color: #F5F5F6;
}

a.basket__item {
  text-decoration: none;
}

.basket__list .col-sm-12 {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  .basket__list .col-sm-12 {
    display: block;
  }
}

.basket__item {
  padding: 24px 0;
  position: relative;
  flex: 1;
  border-top: 2px solid #E8EAEC;
  border-bottom: 2px solid #E8EAEC;
  margin-top: -2px;
}

.basket__item .col-sm-12 {
  display: flex;
  flex-wrap: wrap;
}

.basket__item--remove {
  position: absolute;
  top: 0;
  right: 0;
  color: #4b514e;
  padding: 11px;
  text-align: center;
  font-size: 1.2rem;
  z-index: 2;
}

.basket__item--remove:hover {
  text-decoration: none;
  color: #4b514e;
}

.basket__item--image {
  text-align: center;
  align-self: center;
}

.basket__item--image img {
  padding-right: 15px;
  margin-bottom: 15px;
}

@media (max-width: 991.98px) {
  .basket__item--image {
    max-width: 160px;
    margin: 0 auto;
  }
}

.basket__item--data {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
}

@media (max-width: 767.98px) {
  .basket__item--data {
    display: block;
    text-align: left;
    padding-top: 20px;
  }
}

.basket__item--data-row {
  height: 40px;
  margin-bottom: 1rem;
}

.basket__item--title {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.basket__item--title h3 {
  font-size: 24px;
  color: #242B29;
  font-weight: 700;
}

.basket__item--title h4 {
  font-size: 20px;
  color: #4b514e;
  white-space: nowrap;
}

.basket__item--sku {
  font-size: 14px;
  color: #4b514e;
  opacity: 0.8;
}

.basket__item--size {
  margin-bottom: 16px;
}

.basket__item--size li {
  list-style-type: none;
}

.basket__item h3 a {
  color: #4b514e;
  font-size: 1.4rem;
  display: inline;
  vertical-align: top;
}

.basket__item--outofstock .outofstock-flag {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #F4D0D0;
  display: inline-block;
  z-index: 2;
  padding: 5px 10px;
  color: #DE6F6F;
}

.basket__item--outofstock .basket__item__image {
  opacity: 0.5;
}

.basket__details {
  margin: 0;
  padding: 20px 20px 0 20px;
  background-color: #F5F5F6;
}

.basket__details p {
  margin: 0;
  padding-bottom: 20px;
}

.basket__details select {
  margin-bottom: 20px;
}

.basket__details--header {
  display: flex;
  justify-content: space-between;
}

.basket__details--header h5 {
  color: #9A9D9C;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  margin-bottom: 8px;
  line-height: 20px;
}

.basket__details--content {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0;
}

.basket__details--content li {
  list-style-type: none;
  flex: 0 0 25%;
  margin-bottom: 16px;
  padding-right: 16px;
}

.basket__details--content li span {
  display: block;
}

@media (max-width: 991.98px) {
  .basket__details--content li {
    flex: 0 0 50%;
  }
}

@media (max-width: 767.98px) {
  .basket__details--content li {
    flex: 0 0 100%;
  }
}

.basket__details--more {
  text-align: right;
  margin-bottom: 16px;
  width: 100%;
}

.basket__details--more span {
  color: #6E7170;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  display: none;
}

.basket__details--more span.active {
  display: inline-block;
}

.basket__details--more svg {
  width: 12px;
  height: 12px;
  fill: #6E7170;
  margin-left: 8px;
  transform: rotate(180deg);
  display: inline-block;
  vertical-align: middle;
  transition: all .2s ease-in-out;
}

.basket__details--more svg.opened {
  transform: rotate(0deg);
  transition: all .3s ease-in-out;
}

.basket__details--key {
  color: #4b514e;
}

.basket__details--value {
  color: #445566;
  font-weight: 700;
}

.basket__alldetails {
  display: flex;
  flex-wrap: wrap;
  max-height: 0;
  overflow: hidden;
  transition: all .3s ease-in-out;
  width: 100%;
}

.basket__alldetails.opened {
  max-height: 420px;
  overflow: visible;
  transition: all .4s ease-in-out;
}

.basket__usps {
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
}

.basket__usps a {
  color: #445566;
  text-decoration: underline;
}

.basket__usps span,
.basket__usps i {
  display: inline-block;
  vertical-align: middle;
}

.basket__usps span {
  width: calc(100% - 25px);
  font-size: 14px;
  padding-left: 5px;
}

@media (max-width: 767.98px) {
  .basket__usps {
    text-align: center;
  }
  .basket__usps span {
    padding: 4px;
  }
}

.basket__item__image {
  margin: 0 auto;
}

.basket__item__image.bg__spinner:before {
  top: 30px;
  bottom: auto;
}

.basket__BB-prompt {
  margin: 30px 20px 20px 20px;
  border: 2px dashed #445566;
  padding: 25px;
  color: #445566;
  background: rgba(197, 203, 197, 0.15);
  box-shadow: 0px 0px 0px 20px rgba(197, 203, 197, 0.15);
}

.basket__BB-prompt svg {
  display: block;
  width: 40px;
  height: 40px;
  fill: #445566;
  margin: 10px auto;
}

.basket__title {
  margin-bottom: 30px;
}

.basket__title h1 {
  font-size: 47px;
  text-align: center;
}

.basket__title a {
  text-align: right;
  padding-top: 30px;
}

.basket__title--new {
  text-align: right;
  margin-top: 30px;
}

@media (max-width: 991.98px) {
  .basket__title--new {
    text-align: center;
    margin-top: 16px;
  }
}

.basket__account {
  max-width: 520px;
  text-align: center;
  margin: 0 auto 30px auto;
}

.basket__account a:hover {
  text-decoration: none;
}

.quantity__btns {
  margin-top: 24px;
  font-size: 0;
}

.quantity__btns--minibasket {
  margin-bottom: 1rem;
  font-size: 0;
}

.quantity__btns--counter {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border: 1px solid #E8EAEC;
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 40px;
  position: relative;
  margin-left: -1px;
}

.quantity__btns--counter:before, .quantity__btns--counter:after {
  content: '';
  background-color: #6E7170;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.quantity__btns--decrease:before {
  width: 13px;
  height: 2px;
  top: calc(50% - 1px);
}

.quantity__btns--increase:before {
  width: 12px;
  height: 2px;
  top: calc(50% - 1px);
}

.quantity__btns--increase:after {
  width: 2px;
  height: 12px;
  top: calc(50% - 6px);
}

.quantity__btns--disabled:before, .quantity__btns--disabled:after {
  background-color: #E8EAEC;
}

.quantity__btns--current {
  width: 80px;
  height: 40px;
  font-size: 14px;
  font-weight: 700;
  color: #2C2C2C;
  padding: 9px 25px 8px;
  margin-left: -1px;
  border: 1px solid #E8EAEC;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

@media (max-width: 768px) {
  .quantity__btns--current {
    width: 40px;
  }
}

.quantity__btns--remove {
  width: 40px;
  height: 40px;
  border: 1px solid #E8EAEC;
  border-radius: 2px;
  position: relative;
  outline: 0;
  display: inline-block;
  margin-left: 8px;
}

.quantity__btns--remove:before, .quantity__btns--remove:after {
  content: '';
  width: 2px;
  height: 16px;
  background-color: #445566;
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.quantity__btns--remove:before {
  transform: rotate(45deg);
}

.quantity__btns--remove:after {
  transform: rotate(-45deg);
}

.reorder__header {
  margin-top: 1rem;
}

.reorder p {
  width: 150px;
  font-size: 10px;
  text-align: center;
}

.reorder a {
  margin-bottom: 5px;
  text-decoration: none;
  color: inherit;
}

.btn-reorder {
  cursor: pointer;
  border: 1px solid #445566;
  display: inline-block;
  text-align: center;
  white-space: normal;
  vertical-align: middle;
  user-select: none;
  padding: 0.5rem;
  min-width: 150px;
  font-size: 0.8rem;
  line-height: 1.5;
  transition: background-color 0.4s ease;
}

.btn-reorder:hover {
  background-color: #dfe2e0;
}

@media (max-width: 768px) {
  .reorder {
    justify-content: center !important;
  }
  .reorder__header {
    margin: auto 15px;
    text-align: center;
  }
}

@media (max-width: 500px) {
  .reorder {
    flex-direction: column;
    align-items: center;
  }
  .reorder p {
    width: 300px;
  }
  .btn-reorder {
    width: 300px;
    line-height: 2;
  }
}

@media (max-width: 330px) {
  .btn-reorder,
  reorder p {
    width: 220px;
  }
}

.reorder-modal-data {
  height: 330px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.reorder-modal-data div {
  width: 100%;
}

.reorder-modal-data input {
  width: 100%;
  height: 3rem;
}

.reorder-modal-data button {
  width: 100%;
}

.reorder-modal-error {
  color: #aa0101;
  font-size: 14px;
  text-align: center;
  visibility: hidden;
}

.reorder-modal-error_active {
  visibility: visible;
}

.payment__methods {
  display: block;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .cart__wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    margin-top: 0px;
  }
}

.cart__summary {
  padding: 24px;
  border: 2px solid #E8EAEC;
  margin-top: -2px;
}

.cart__summary:first-child {
  margin-top: 0px;
}

.cart__summary table {
  width: 100%;
  font-size: 0.9rem;
}

.cart__summary tr td:nth-child(2) {
  text-align: right;
}

.cart__summary tr td {
  padding: 3px 0px;
  word-break: break-all;
  max-width: 100px;
}

.cart__summary tr:last-child td {
  font-size: 1rem;
  font-weight: bold;
}

.cart__summary--mini {
  padding: 20px;
  background-color: #fff;
}

@media (max-width: 991.98px) {
  .cart__summary--mini {
    margin-top: 40px;
  }
}

.cart__summary h3 {
  font-size: 24px;
  padding-bottom: 16px;
  color: #242B29;
}

.cart__summary .btn {
  margin-top: 10px;
  width: 100%;
  min-width: auto;
}

.cart__summary form {
  margin: 0;
}

#cart-summary.fixed {
  z-index: 9;
  background-color: #fff;
  position: fixed;
  width: 280px;
  height: 200px;
  right: 50%;
  top: 100px;
  max-height: calc(100vh - 150px);
  height: 100%;
  margin-left: -140px;
  overflow: auto;
}

.cart__info {
  padding: 24px;
  background-color: #F5F5F6;
  text-align: center;
}

.cart__info h4 {
  color: #242B29;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 8px;
}

.cart__info p {
  font-size: 14px;
}

.checkout__btns {
  margin: 15px 0;
  text-align: center;
}

.checkout__btns .btn {
  width: 100%;
  margin-bottom: 10px;
}

@media (max-width: 991.98px) {
  .checkout__btns .btn {
    width: 48%;
  }
}

@media (max-width: 767.98px) {
  .checkout__btns .btn {
    width: 100%;
  }
}

.mini__cart--list {
  margin: 0;
  padding: 0;
}

.mini__cart--list li {
  list-style: none;
}

.mini__cart--list img {
  padding-right: 15px;
}

@media (max-width: 767.98px) {
  .mini__cart--list .col-sm-3 {
    max-width: 30%;
  }
  .mini__cart--list .col-sm-9 {
    max-width: 70%;
  }
  .mini__cart--list li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed rgba(68, 85, 102, 0.2);
  }
}

.mini__cart--product {
  font-size: 1.2rem;
  font-weight: bold;
  color: #445566;
}

.mini__cart--qty {
  font-size: 1rem;
}

.mini__cart--extra a {
  color: #445566;
  font-size: 1rem;
}

.mini__cart--extra strong {
  float: right;
  font-weight: bold;
}

.mini__cart--totals {
  width: 100%;
  margin-top: 20px;
}

.mini__cart--totals tr td:last-child {
  text-align: right;
}

.mini__cart--final {
  font-weight: bold;
}

.mini__cart--final td {
  padding-top: 20px;
  position: relative;
}

.mini__cart--final td:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ccc;
  top: 10px;
  left: 0;
}

.btn--checkout {
  display: block;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 5px;
}

.checkout__navigation {
  text-align: left;
  font-size: 1.4rem;
  padding: 20px;
  font-weight: 300;
  color: #445566;
}

.checkout__navigation a {
  color: #445566;
}

.checkout__navigation a:hover {
  text-decoration: none;
}

.checkout__navigation .checkout__step {
  opacity: 0.5;
  position: relative;
  margin-bottom: 20px;
}

.checkout__navigation .checkout__step--active {
  opacity: 1;
  font-weight: 700;
}

.checkout__navigation .checkout__step--active:after {
  height: 2px;
}

.checkout__navigation .checkout__step--done {
  opacity: 1;
}

.checkout__navigation .checkout__step:after {
  height: 1px;
  width: 95%;
  background-color: #445566;
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
}

@media (max-width: 767.98px) {
  .checkout__navigation .row {
    justify-content: space-around;
  }
  .checkout__navigation .checkout__step {
    width: 60px;
    max-width: 60px;
    text-align: center;
    border-radius: 60px;
    height: 60px;
    line-height: 60px;
    border: 2px solid #445566;
    color: #445566;
  }
  .checkout__navigation .checkout__step--active {
    color: #fff;
    background: #445566;
  }
  .checkout__navigation .checkout__step:after {
    display: none;
  }
  .checkout__navigation .checkout__step span {
    display: none;
  }
}

.address__box,
.basket__box {
  background: #fff;
  padding: 25px;
}

.address__box label {
  margin-top: 20px;
  margin-bottom: 2px;
  font-size: 14px;
  color: #445566;
}

.address__login {
  margin-left: 25px;
}

.thankyou {
  text-align: center;
  padding: 10% 20px;
  font-size: 1.3rem;
}

.thankyou i {
  display: block;
}

.add__shirt--col1 {
  margin-top: 30px;
}

.add__shirt--col2 {
  text-align: center;
  margin-top: 30px;
  color: #445566;
}

.add__shirt--col2 span {
  display: block;
  width: 40px;
  height: 40px;
  border: 2px dashed #445566;
  margin: 0 auto 10px auto;
  border-radius: 6px;
  line-height: 1;
  font-size: 2rem;
  padding: 4px;
}

.add__shirt--col2 svg {
  fill: #445566;
  width: 40px;
  height: 40px;
  display: block;
  margin: 30% auto 5px auto;
}

@media (max-width: 767.98px) {
  .js-addCartImage img {
    max-width: 160px;
    margin: 0 auto;
    display: block;
  }
}

.coupon__area {
  margin-top: -2px;
}

.coupon__area h3 {
  font-size: 1rem;
}

@media (max-width: 991.98px) {
  .coupon__area {
    font-size: 0;
  }
  .coupon__area .form-control {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 90px);
  }
  .coupon__area .cart__summary .btn {
    display: inline-block;
    vertical-align: top;
    width: 90px;
    min-width: 0;
    padding-top: 6px;
    padding-bottom: 7px;
    margin-top: 0;
  }
}

.mini-basket {
  position: relative;
}

.mini-basket .owl-nav {
  position: absolute;
  height: 0;
  width: 100%;
  top: 110px;
}

.mini-basket .owl-nav .owl-next,
.mini-basket .owl-nav .owl-prev {
  outline: 0;
}

.mini-basket .owl-nav .owl-next svg,
.mini-basket .owl-nav .owl-prev svg {
  width: 15px;
  height: 30px;
  fill: #A5AEA7;
}

.mini-basket .owl-nav .owl-next.disabled,
.mini-basket .owl-nav .owl-prev.disabled {
  opacity: 0.2;
  cursor: default;
}

.mini-basket .owl-nav .owl-prev {
  position: absolute;
  left: -35px;
}

.mini-basket .owl-nav .owl-next {
  position: absolute;
  right: -35px;
}

.mini-basket__heading {
  font-size: 35px;
  color: #2C2C2C;
  text-align: center;
  padding-bottom: 36px;
}

.mini-basket__item {
  cursor: pointer;
}

.mini-basket__item.active {
  background-color: #fff;
}

.mini-basket__details {
  background-color: #fff;
}

.mini-basket__image {
  width: 100%;
  height: 230px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.mini-basket__title {
  text-align: center;
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1;
  color: #242B29;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.mini-basket__price {
  color: #3A4945;
  font-size: 17px;
  text-align: center;
  padding-bottom: 20px;
}

.mini-basket__description {
  padding: 40px;
}

.mini-basket__item-settings .mini-basket__description {
  position: relative;
}

.mini-basket__item-settings .mini-basket__description:before {
  content: '';
  background: #E8EAEC;
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: -1px;
  width: 2px;
}

.mini-basket__options label {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
}

.mini-basket__options select {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 80px);
  margin-bottom: 10px;
  border-radius: 0;
}

.mini-basket__options select:last-of-type {
  margin-bottom: 0;
}

.mini-basket__pricing {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 20px !important;
  text-align: right;
}

.mini-basket__pricing span {
  padding-bottom: 8px;
  font-size: 20px;
  color: #242B29;
}

.content__brick,
.guarantee__brick {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 60px 20px;
  min-height: 400px;
  justify-content: center;
  position: relative;
}

.content__brick a,
.guarantee__brick a {
  color: inherit;
  text-decoration: underline;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .content__brick,
  .guarantee__brick {
    min-height: 0;
    padding: 20px 10px 35px 10px;
  }
  .content__brick .heading1,
  .guarantee__brick .heading1 {
    font-size: 2rem;
    line-height: 140%;
  }
  .content__brick .heading2,
  .guarantee__brick .heading2 {
    font-size: 1.1875rem;
  }
}

.content__brick--darkgrey,
.guarantee__brick--darkgrey {
  background: #a3aab1;
  color: #fff;
}

.content__brick--darkgrey .heading1,
.content__brick--darkgrey .heading2,
.content__brick--darkgrey .heading3,
.guarantee__brick--darkgrey .heading1,
.guarantee__brick--darkgrey .heading2,
.guarantee__brick--darkgrey .heading3 {
  color: #fff;
}

.content__brick--grey,
.guarantee__brick--grey {
  background: #dadde0;
  color: #445566;
}

.content__brick--grey .heading1,
.content__brick--grey .heading2,
.content__brick--grey .heading3,
.guarantee__brick--grey .heading1,
.guarantee__brick--grey .heading2,
.guarantee__brick--grey .heading3 {
  color: #445566;
}

.content__brick--lightgrey,
.guarantee__brick--lightgrey {
  background: #E8EAEC;
  color: #fff;
}

.content__brick--lightgrey .heading1,
.content__brick--lightgrey .heading2,
.content__brick--lightgrey .heading3,
.guarantee__brick--lightgrey .heading1,
.guarantee__brick--lightgrey .heading2,
.guarantee__brick--lightgrey .heading3 {
  color: #fff;
}

.content__brick--green,
.guarantee__brick--green {
  background: #a2aca4;
  color: #fff;
}

.content__brick--green .heading1,
.content__brick--green .heading2,
.content__brick--green .heading3,
.guarantee__brick--green .heading1,
.guarantee__brick--green .heading2,
.guarantee__brick--green .heading3 {
  color: #fff;
}

.content__brick--blue,
.guarantee__brick--blue {
  color: #fff;
  background: #445566;
}

.content__brick--blue .heading1,
.content__brick--blue .heading2,
.content__brick--blue .heading3,
.guarantee__brick--blue .heading1,
.guarantee__brick--blue .heading2,
.guarantee__brick--blue .heading3 {
  color: #fff;
}

.content__brick .brick__top__title,
.guarantee__brick .brick__top__title {
  position: absolute;
  top: 12px;
  left: 0px;
  right: 0px;
  max-width: 800px;
  margin: auto;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
}

@media (max-width: 767.98px) {
  .content__brick .brick__top__title,
  .guarantee__brick .brick__top__title {
    position: static;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1rem;
  }
}

.content__brick .brick,
.guarantee__brick .brick {
  max-width: 500px;
  margin: 0 auto;
  padding: 20px 0px;
}

.content__brick:after,
.guarantee__brick:after {
  content: "\e909";
  font-family: 'SBH' !important;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 40px;
  margin: auto;
}

.content__brick.no__end__arrow,
.guarantee__brick.no__end__arrow {
  padding-bottom: 60px;
}

.content__brick.no__end__arrow:after,
.guarantee__brick.no__end__arrow:after {
  display: none;
}

.row.fullwidth__bricks {
  margin: 0;
  width: 100%;
}

.row.fullwidth__bricks .col-sm-12 {
  padding: 0;
  max-width: calc(50% - 10px);
}

.row.fullwidth__bricks .col-sm-12:first-child {
  margin-right: 10px;
}

.row.fullwidth__bricks .col-sm-12:last-child {
  margin-left: 10px;
}

@media (max-width: 991.98px) {
  .row.fullwidth__bricks .col-sm-12 {
    max-width: 100%;
  }
  .row.fullwidth__bricks .col-sm-12:first-child, .row.fullwidth__bricks .col-sm-12:last-child {
    margin: 0;
  }
}

.row.fullwidth__bricks .content__brick {
  min-height: 500px;
}

.row.fullwidth__bricks .content__brick:after {
  display: none;
}

.row.fullwidth__bricks .content__brick--grey {
  background: #e8eaec;
}

.row.fullwidth__bricks .content__brick--grey .heading1,
.row.fullwidth__bricks .content__brick--grey .heading2,
.row.fullwidth__bricks .content__brick--grey .heading3 {
  color: #a2aca4;
}

.row.fullwidth__bricks .content__brick--aux {
  background: #445566;
}

.row.fullwidth__bricks .content__brick--aux .heading1,
.row.fullwidth__bricks .content__brick--aux .heading2,
.row.fullwidth__bricks .content__brick--aux .heading3,
.row.fullwidth__bricks .content__brick--aux h4 {
  color: #fff;
}

@media (max-width: 767.98px) {
  .row.fullwidth__bricks .content__brick {
    min-height: 0;
  }
}

.row.fullwidth__bricks .content__brick__image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 991.98px) {
  .row.fullwidth__bricks .content__brick__image {
    min-height: 450px;
  }
}

@media (max-width: 767.98px) {
  .row.fullwidth__bricks .content__brick__image {
    min-height: 250px;
  }
  .row.fullwidth__bricks .content__brick__image--mobile-reversed {
    order: 1;
  }
}

.row.fullwidth__bricks .content__brick--fullwidth {
  max-width: 50%;
  margin: 0 !important;
}

@media (max-width: 991.98px) {
  .row.fullwidth__bricks .content__brick--fullwidth {
    max-width: 100%;
  }
}

.guarantee__form__box {
  padding: 50px;
  text-align: center;
  width: 100%;
}

.guarantee__form__box input {
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.guarantee__form__box form {
  margin-top: 30px;
}

.guarantee__photo__instructions {
  max-width: 500px;
  margin: 0 auto 30px auto;
  text-align: center;
}

.guarantee__whatnext {
  padding: 10% 20px;
}

.guarantee__whatnext .heading2,
.guarantee__whatnext p {
  max-width: 500px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
}

.search__page {
  max-width: 300px;
  margin: 0 auto;
  padding-left: 30px;
  background: #fff;
  position: relative;
}

.search__page input {
  border: 0;
}

.search__page:before {
  content: "\e903";
  font-family: 'SBH' !important;
  position: absolute;
  top: 3px;
  left: 7px;
  color: #445566;
  font-size: 22px;
}

.faq__main__header {
  padding-top: 40px;
  text-align: center;
  margin-bottom: 30px;
}

.faq__question {
  color: #4e6275;
  font-weight: bold;
  font-size: 1.125rem;
  margin: 0;
}

.faq__answer {
  color: #4e6275;
  font-size: 1.125rem;
  line-height: 160%;
  margin-bottom: 40px;
  font-weight: 300;
}

.faq ul {
  color: #4e6275;
  font-size: 1.125rem;
}

.howitworkspage .content__brick .brick,
.aboutpage .content__brick .brick,
.content__page .content__brick .brick {
  max-width: 700px;
}

.toggle__box {
  display: none;
}

.toggle__box.shown {
  display: block;
}

.make-columns--1 {
  column-count: 1;
  text-align: left;
  column-gap: 5%;
}

@media (max-width: 991.98px) {
  .make-columns--1 {
    column-count: 1;
  }
}

.make-columns--2 {
  column-count: 2;
  text-align: left;
  column-gap: 5%;
}

@media (max-width: 991.98px) {
  .make-columns--2 {
    column-count: 1;
  }
}

.make-columns--3 {
  column-count: 3;
  text-align: left;
  column-gap: 5%;
}

@media (max-width: 991.98px) {
  .make-columns--3 {
    column-count: 1;
  }
}

.make-columns--4 {
  column-count: 4;
  text-align: left;
  column-gap: 5%;
}

@media (max-width: 991.98px) {
  .make-columns--4 {
    column-count: 1;
  }
}

.featured-four {
  text-align: center;
}

.featured-four .heading1 {
  color: #445566;
}

.featured-four a {
  color: #445566;
  text-align: left;
  display: block;
  margin-bottom: 20px;
  font-size: 0.875rem;
}

.featured-four a.btn {
  display: inline-block;
  text-align: center;
}

.featured-four .featured-four__data {
  display: flex;
  justify-content: space-between;
}

.featured-four .btn.main {
  color: #fff;
  background-color: #a2aca4;
}

.featured-four__image {
  margin-bottom: 20px;
  position: relative;
}

@media (max-width: 991.98px) {
  .featured-four .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.fabric__sets {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 991.98px) {
  .fabric__sets {
    margin-bottom: 40px;
  }
  .fabric__sets:nth-child(even) .fabric__block--image {
    order: 2;
  }
}

.fabric__block {
  background: #d2d3d5;
  flex: 1 1 calc(50% - 20px);
  margin: 40px 10px;
  color: #fff;
  text-align: center;
  padding: 50px 30px;
  font-size: 20px;
  line-height: 140%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.fabric__block h2 {
  color: #fff;
  padding-bottom: 30px;
}

@media (max-width: 991.98px) {
  .fabric__block {
    flex: 0 0 100%;
    margin: 0;
  }
  .fabric__block.fabric__block--image {
    min-height: 60vh;
  }
  .fabric__block .btn {
    margin-bottom: 5px;
  }
}

.howitworks-banner {
  background-color: #f7f7f7;
  padding: 40px 0;
  margin-top: 40px;
}

.howitworks-banner h2 {
  text-align: center;
}

@media (max-width: 767.98px) {
  .howitworks-banner {
    height: auto;
    padding-bottom: 24px;
  }
}

.hse.pima {
  background: #445566;
  font-family: "NeueHaasUnicaW1G-Medium","Roboto",sans-serif;
  color: #fff;
  margin-bottom: 15px;
  padding-top: 75px;
  padding-bottom: 50px;
}

.hse.pima .section__block__heading {
  color: #a1aba3;
}

.hse.pima .section__block__section .reversed .section__block__section-left .section__block__section-right {
  margin-left: 0;
  margin-right: 10px;
}

.hse.pima .section__block__section .reversed .section__block__section-left .section__block__section-left {
  margin-left: 10px;
  margin-right: 0;
}

.hse.pima .section__block__section-left {
  border-bottom: 5px solid #456;
}

.hse.pima .section__block__description {
  color: #456;
  background: #fff;
  display: flex;
  align-items: center;
  min-height: 230px;
  padding: 30px;
  padding-bottom: 30px;
}

.hse.pima .section__block__description p {
  font-size: 27px;
  line-height: 130%;
  color: #456;
  font-weight: 500;
  max-width: 90%;
  margin: 0 auto;
}

.hse.pima .section__block__description.columns__2 p {
  columns: 2;
  font-size: 18px;
  line-height: 145%;
}

.hse.pima table {
  text-align: center;
}

.hse.pima table p {
  font-size: 24px;
  line-height: 140%;
  max-width: 400px;
  margin: 0 auto 30px auto;
  font-weight: 500;
}

@media screen and (max-width: 900px) {
  .hse.pima table td {
    display: block;
    margin: 0 auto;
  }
}

.hse.pima .pima__featured {
  background: #eceeed;
  text-align: center;
}

.hse.pima .pima__featured h2 {
  color: #a1aba3;
  font-size: 40px;
}

.hse.pima .pima__featured .pima__shirt a {
  color: #445566;
}

.hse.pima .featured__shirts {
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

.hse.pima .featured__shirts a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

.hse.pima .featured__shirts .pima__shirt {
  padding: 10px;
  flex: 0 0 25%;
  padding: 10px;
}

.hse.pima .featured__shirts .pima__shirt img {
  height: 364px;
  margin-bottom: 5px;
}

@media screen and (max-width: 1200px) {
  .hse.pima .featured__shirts .pima__shirt img {
    height: 306px;
  }
}

@media screen and (max-width: 1024px) {
  .hse.pima .featured__shirts .pima__shirt {
    flex: 0 0 50%;
  }
}

@media screen and (max-width: 480px) {
  .hse.pima .featured__shirts .pima__shirt {
    flex: 0 0 50%;
  }
  .hse.pima .featured__shirts .pima__shirt img {
    height: 54vw;
  }
}

.hse .pima__intro {
  text-align: center;
}

.hse .pima__intro h1 {
  font-size: 60px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 40px;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .hse .pima__intro h1 {
    font-size: 40px;
  }
}

.hse .pima__intro h2 {
  font-size: 18px;
  line-height: 140%;
  color: #fff;
}

.order-history {
  overflow: auto;
}

.order-history table {
  width: 100%;
  min-width: 500px;
}

.order-history table th {
  color: #aeaeae;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  padding: 5px;
}

.order-history .history__row {
  cursor: pointer;
}

.order-history .history__row td:first-child .history__column {
  border-left: 1px solid #ccc;
}

.order-history .history__row td:last-child .history__column {
  border-right: 1px solid #ccc;
}

.order-history .history__row.active .history__column {
  background-color: #ececec;
  margin-bottom: 0;
}

.order-history .history__row.active .history__column i {
  transform: rotateZ(-90deg);
}

.order-history .history__column {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 8px 5px;
  margin-bottom: 5px;
  font-size: 15px;
  height: 40px;
  overflow: hidden;
}

.order-history .history__column i {
  font-size: 20px;
  position: absolute;
  transform: rotateZ(90deg);
}

.order-history .history__details {
  display: none;
}

.order-history .history__details.active {
  display: table-row;
}

.order-history .history__details.active .history__data {
  padding: 8px 5px;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #ccc;
  margin-bottom: 5px;
}

.order-history .history__details .col-lg-1 {
  position: relative;
}

.order-history .history__details .col-lg-1:before {
  content: '';
  width: 1px;
  background: #ccc;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 991.98px) {
  .order-history .history__details .col-lg-1:before {
    display: none;
  }
}

.order-history .history__address {
  padding-top: 30px;
  font-size: 13px;
}

.order-history .history__address label {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  color: #ababab;
  margin-bottom: 10px;
}

@media (max-width: 991.98px) {
  .order-history .history__address label {
    display: block;
    width: auto;
  }
}

.order-history .history__address div {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 130px);
  color: #456;
  margin-bottom: 10px;
}

@media (max-width: 991.98px) {
  .order-history .history__address {
    text-align: center;
  }
}

.order-history .history__actions {
  text-align: center;
  padding-bottom: 30px;
}

.order-history .history__actions p {
  font-size: 13px;
  color: #ababab;
  margin-bottom: 5px;
}

.shirt__row {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  color: #445566;
  margin-left: 40px;
}

@media (max-width: 991.98px) {
  .shirt__row {
    margin-right: 40px;
  }
}

.shirt__row .amount {
  float: right;
  font-size: 13px;
  padding-top: 4px;
}

.shirt__row-data {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 90px);
}

.shirt__row-image {
  display: inline-block;
  vertical-align: top;
  width: 80px;
}

.shirt__row-actions {
  text-align: center;
}

.shirt__row-actions a {
  min-width: 0;
  width: 100%;
}

.shirt__row-actions a:not(.btn) {
  color: #38a6d4;
  padding: 10px;
  font-size: 13px;
  display: inline-block;
}

.shirt__row--discount {
  padding-left: 88px;
  font-size: 15px;
}

.shirt__row--total {
  padding-left: 88px;
  font-size: 25px;
  font-weight: bold;
}

.shirt__row--total .amount {
  font-size: 16px;
  padding-top: 6px;
}

.shirt__row h2 {
  font-size: 20px;
  border-bottom: 1px dotted #ccc;
  margin: 0 0 10px 0;
  padding: 10px 0px;
  line-height: 1;
}

.shirt__row ul {
  margin: 0;
  padding: 0;
  columns: 2;
  font-size: 12px;
}

.shirt__row ul li {
  display: block;
  padding: 0px 5px;
  color: #456;
}

.shirt__row ul li strong {
  font-weight: normal;
  opacity: 0.5;
}

@media (max-width: 991.98px) {
  .shirt__row ul {
    margin-bottom: 20px;
  }
}

.history__status {
  font-weight: bold;
  position: relative;
  padding-left: 20px;
}

.history__status:before {
  content: '';
  width: 9px;
  height: 9px;
  position: absolute;
  border-radius: 50%;
  margin-right: 6px;
  left: 6px;
  top: 2px;
}

.history__status--230, .history__status--neworder {
  color: #65bdf4;
}

.history__status--230:before, .history__status--neworder:before {
  background-color: #65bdf4;
}

.history__status--231, .history__status--pending {
  color: #f5b325;
}

.history__status--231:before, .history__status--pending:before {
  background-color: #f5b325;
}

.history__status--232, .history__status--sent {
  color: #53d2b9;
}

.history__status--232:before, .history__status--sent:before {
  background-color: #53d2b9;
}

.history__status--233, .history__status--cancelled {
  color: #a5a5a5;
}

.history__status--233:before, .history__status--cancelled:before {
  background-color: #a5a5a5;
}

.history__status--234, .history__status--done {
  color: #a4d253;
}

.history__status--234:before, .history__status--done:before {
  background-color: #a4d253;
}

.booklet__sample-options {
  margin-bottom: 0px;
}

.booklet__sample-options label {
  background: #fff;
  border: 1px solid #a2aca4;
  padding: 5px 12px 5px 35px;
  margin: 0px 0px 12px;
  width: 100%;
  font-size: 1rem;
  position: relative;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.booklet__sample-options label.active {
  background: #445566;
  color: #fff;
  border-color: #445566;
}

.booklet__sample-options span {
  font-weight: bold;
}

.giftcard__subtitle {
  margin-bottom: 20px;
}

.giftcard__shirt-options {
  margin-bottom: 40px;
}

.giftcard__shirt-options label {
  background: #fff;
  border: 1px solid #a2aca4;
  padding: 5px 12px 5px 35px;
  margin: 0px 0px 12px;
  width: 100%;
  font-size: 1rem;
  position: relative;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.giftcard__shirt-options label.active {
  background: #445566;
  color: #fff;
  border-color: #445566;
}

.giftcard__shirt-options span {
  font-weight: bold;
}

.giftcard__radio-input {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 3px;
  width: 15px;
  height: 15px;
  margin: auto;
}

.giftcard__shirt-input {
  height: 38px;
  width: 80%;
  padding: 6px;
  position: relative;
}

.giftcard__type-options {
  display: flex;
}

.giftcard__type-options label {
  background: #F5F5F6;
  width: 50%;
  height: auto;
  margin: 0;
  padding: 11px 14px 11px 35px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}

.giftcard__type-options label.receiver-label {
  min-height: 70px;
  display: flex;
  align-items: center;
  border: 1px solid #445566;
}

@media (max-width: 576px) {
  .giftcard__type-options label.receiver-label {
    width: 100%;
    min-height: auto;
  }
}

.giftcard__type-options label:first-of-type {
  margin-right: 14px;
}

.giftcard__type-options label.active {
  background: #445566;
  color: #fff;
  border-color: #445566;
}

.giftcard__type-options input {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
}

.giftcard .receiver-choice {
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  .giftcard .receiver-choice {
    flex-wrap: wrap;
  }
}

.giftcard .receiver-choice .receiver-label:first-of-type {
  margin-right: 14px;
}

@media (max-width: 576px) {
  .giftcard .receiver-choice .receiver-label:first-of-type {
    margin: 0 0 10px 0;
  }
}

.giftcard .address-form {
  background-color: #F5F5F6;
  padding: 20px;
  margin-top: 20px;
}

.giftcard .address-form h3 {
  margin-bottom: 20px;
}

.giftcard .address-form textarea {
  resize: none;
}

.extra-gift {
  display: flex;
  margin: 20px 0;
  background: #F5F5F6;
}

@media (max-width: 576px) {
  .extra-gift {
    margin: 15px 0;
  }
}

.extra-gift__content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

@media (min-width: 360px) {
  .extra-gift__content {
    flex-direction: row;
  }
}

.extra-gift__icon {
  border-radius: 50%;
  min-width: 48px;
  min-height: 48px;
  width: 48px;
  height: 48px;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: #445566;
}

@media (min-width: 360px) {
  .extra-gift__icon {
    display: flex;
  }
}

.extra-gift__icon svg {
  width: 24px;
  height: 24px;
}

.extra-gift__text {
  padding: 0 12px;
}

.extra-gift__text span {
  display: block;
}

.extra-gift__text span:nth-child(1) {
  font-weight: bold;
}

.extra-gift__text span:nth-child(2) {
  font-size: 14px;
}

.extra-gift__image {
  height: 133px;
  max-width: 100px;
  object-fit: cover;
}

.blog-list {
  display: flex;
  flex-wrap: wrap;
}

.blog-list__item-wrapper {
  position: relative;
  flex: 0 0 calc(50% - 40px);
  margin: 0 20px 40px 20px;
  background: #E8EAEC;
}

@media (max-width: 991.98px) {
  .blog-list__item-wrapper {
    flex: 0 0 100%;
    margin: 0 0 40px 0;
  }
}

.blog-list__block {
  text-align: center;
  padding: 30px;
  font-size: 20px;
  line-height: 140%;
}

.blog-list__block p {
  font-size: 16px;
  color: #4b514e;
}

.blog-list__block h2 {
  color: #445566;
  padding-bottom: 16px;
  font-size: 1.75rem;
  line-height: 2rem;
}

.blog-list__block--date {
  color: #445566;
  font-weight: 700;
  font-style: italic;
}

.blog-list__block--image {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: 240px;
}

.blog-list__block--more {
  color: #a2aca4;
}

.blog-list__block--more:hover {
  color: #445566;
}

@media (max-width: 991.98px) {
  .blog-list__block {
    flex: 0 0 100%;
    margin: 0;
  }
  .blog-list__block.blog-list__block--image {
    min-height: 250px;
  }
}

.blog-list__link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.blog-article__title {
  text-align: center;
}

.blog-article__title p {
  color: #445566;
  font-weight: 700;
  font-style: italic;
}

.blog-categories {
  margin: 0 0 40px 20px;
}

.blog-categories a {
  display: inline-block;
  vertical-align: middle;
  background-color: #E8EAEC;
  padding: 12px 20px;
  color: #445566;
  margin-right: 6px;
  margin-bottom: 10px;
  transition: all .2s;
}

.blog-categories a:hover {
  text-decoration: none;
  background-color: #CFD2D4;
  transition: all .3s;
}

.blog-categories a.active {
  background-color: #445566;
  color: #fff;
}

.blog-categories a.active:hover {
  text-decoration: none;
  background-color: #3A5066;
  transition: all .3s;
}

@media (max-width: 991.98px) {
  .blog-categories {
    margin: 0 0 40px 0;
  }
}

.subscribe {
  margin-bottom: -60px;
}

.subscribe-hero {
  position: relative;
}

.subscribe-hero__image {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: calc(100vh - 46px);
}

@media (max-width: 767.98px) {
  .subscribe-hero__image {
    height: 400px;
  }
}

.subscribe-hero__content {
  position: absolute;
}

@media (max-width: 767.98px) {
  .subscribe-hero__content {
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    bottom: 0px !important;
    text-align: center !important;
    margin: 0 auto;
  }
  .subscribe-hero__content h1 {
    line-height: 1.2;
    margin-bottom: 40px !important;
  }
  .subscribe-hero__content p {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

.subscribe-hero__form form {
  display: flex;
}

.subscribe-hero__form input {
  margin-right: 8px;
}

.subscribe-hero__form button {
  min-width: 120px;
}

@media (max-width: 767.98px) {
  .subscribe-hero__newsletter {
    background: #a3aab1;
    padding: 20px;
  }
  .subscribe-hero__newsletter p {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

.subscribe-hero--mobile {
  display: none;
}

@media (max-width: 767.98px) {
  .subscribe-hero--mobile {
    display: block;
  }
}

.subscribe-hero--desktop {
  display: block;
}

@media (max-width: 767.98px) {
  .subscribe-hero--desktop {
    display: none;
  }
}

.career__container {
  width: 100%;
  margin: -60px 0 -60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.career__header {
  width: 100%;
  height: 400px;
  background: url("https://www.shirtbyhand.com/media/3210/shirtbyhand-appointment.jpg") 50% 35%;
  background-size: cover;
  text-align: center;
}

.career__header-overlay {
  width: 100%;
  height: 400px;
  background-color: rgba(190, 190, 190, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.career__content {
  width: 1200px;
  margin: auto;
}

@media (max-width: 1400px) {
  .career__content {
    width: 90% !important;
  }
}

.career__description {
  margin: 65px 0;
  text-align: center;
}

.career__jobs {
  margin: 20px 0 50px;
}

.career__job {
  margin: 15px 0;
}

.career__job-title {
  width: 100%;
  height: 40px;
  background-color: #445566;
  color: #fff;
  font-size: 18px;
  padding-left: 20px;
  cursor: pointer;
}

.career__job-title p {
  margin: 0;
}

.career__job-title--top {
  height: 40px;
  display: flex;
  align-items: center;
}

.career__job-title--icon svg {
  fill: white;
  width: 15px;
  margin-right: 10px;
  transform: rotate(90deg);
  transition: all 200ms ease-out;
}

.career__job-title--icon-rotate {
  transform: rotate(180deg) !important;
}

.career__job-desc {
  margin: 20px 0;
  display: none;
}

.sevensocks__page {
  width: 80%;
  margin: auto;
}

.sevensocks__page--styles {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.sevensocks__page--tile {
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}

.sevensocks__page--tile a.style-item__button {
  color: #456;
  font-weight: 400;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.65rem 1rem;
  transition: all 0.2s;
  border: 2px solid #456;
  min-width: 150px;
  line-height: 1.5;
  text-align: center;
  margin: 30px 0;
}

.sevensocks__page--tile a.style-item__button:hover {
  text-decoration: none;
  background-color: #456;
  transition: all 0.3s;
  color: #fff;
}

@media (max-width: 991.98px) {
  .sevensocks__page--styles {
    flex-direction: column;
  }
}

.fabrics__page {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fabrics__page--content {
  max-width: 900px;
}

@media (max-width: 991.98px) {
  .fabrics__page--content {
    width: 90vw;
  }
}

.fabrics__page--items {
  width: 1520px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

@media (max-width: 1600px) {
  .fabrics__page--items {
    width: 1140px;
  }
}

@media (max-width: 1150px) {
  .fabrics__page--items {
    width: 760px;
  }
}

.fabrics__page--item {
  padding: 0 15px;
}

.fabrics__page--item img {
  width: 350px;
  height: 350px;
}

.fabrics__page--item:hover {
  cursor: pointer;
}

.fabrics__page--item h4 {
  margin: 30px 10px;
}

.fabrics__page--sidebar {
  position: fixed;
  height: 100%;
  width: 500px;
  right: 0;
  top: 0;
  background-color: #fff;
  z-index: 999;
  overflow-x: hidden;
  display: none;
}

.fabrics--sidebar__overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #00000085;
  z-index: 999;
  display: none;
}

.fabrics__page--sidebar_content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.fabrics__page--sidebar_content-top {
  display: flex;
  justify-content: space-between;
}

.fabrics__page--sidebar_content-top h3 {
  padding: 20px;
}

.fabrics__page--sidebar_content-top svg {
  fill: #445566;
  margin: 25px 20px 0 0;
  height: 20px;
}

.fabrics__page--sidebar_content-top svg:hover {
  cursor: pointer;
}

.fabrics__page--sidebar_content-bottom {
  margin: auto;
  width: 90%;
}

.fabrics__page--sidebar_content-bottom h3 {
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #445566;
}

.fabrics__page--sidebar_content-bottom p {
  font-size: 1.1rem;
}

.fabrics__page--sidebar_content-bottom a {
  width: 80%;
  margin: auto;
  padding: 15px 0;
  text-align: center;
  background-color: #445566;
  color: #fff;
  display: block;
  margin-top: 20px;
}

.fabrics__page--sidebar_content-bottom a:hover {
  text-decoration: none;
}

.fabrics__page--logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin: 30px auto;
}

.js-fabric-desc,
.js-fabric-url {
  display: none;
}

@media (max-width: 767.98px) {
  .fabrics__page--items {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .fabrics__page--item {
    padding: 0;
  }
  .fabrics__page--sidebar {
    position: fixed;
    height: 100%;
    width: 90vw;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 999;
    overflow-x: hidden;
    display: none;
  }
  .fabrics__page--logos {
    gap: 10px;
  }
}
