@charset "UTF-8";
/*!
 * Bootstrap Reboot v4.1.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)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: content-box;
          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;
  -webkit-text-decoration: underline dotted;
          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: 0.5rem; }

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
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"] {
  -webkit-box-sizing: border-box;
          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; }

/*!
 * Bootstrap v4.1.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)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 768px;
  --breakpoint-md: 992px;
  --breakpoint-lg: 1200px;
  --breakpoint-xl: 1600px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: content-box;
          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;
  -webkit-text-decoration: underline dotted;
          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: 0.5rem; }

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
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"] {
  -webkit-box-sizing: border-box;
          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"; }

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

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

.figure {
  display: inline-block; }

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

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

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

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

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

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

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

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1280px; } }
  @media (min-width: 1600px) {
    .container {
      max-width: 1280px; } }

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

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px; }

.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: 20px;
  padding-left: 20px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1600px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  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-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #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: 767.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: 991.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: 1199.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: 1599.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;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .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;
  color: #212529;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

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

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .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;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            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 {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          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;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
            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 {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 768px) {
    .form-inline label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 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 {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      transition: none; } }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none; }

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

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

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

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

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      transition: none; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent; }

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          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,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

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

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

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label,
    .input-group > .custom-file:not(:first-child) .custom-file-label::after {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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; }

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

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: #dee2e6; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

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

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff; }

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

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

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

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

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff; }

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

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

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
            box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-file-input:focus ~ .custom-file-label::after {
      border-color: #80bdff; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-appearance: none;
            appearance: none; }
    .custom-range::-webkit-slider-thumb:focus {
      outline: none;
      -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
              box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-appearance: none;
         appearance: none; }
    .custom-range::-moz-range-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    appearance: none; }
    .custom-range::-ms-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

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

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

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

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

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

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

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

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

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

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

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

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

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

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

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

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

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

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

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

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

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

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

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

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

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

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

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

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

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

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

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

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

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

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

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

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

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

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

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

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

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

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card-deck .card {
    margin-bottom: 20px; }
  @media (min-width: 768px) {
    .card-deck {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      margin-right: -20px;
      margin-left: -20px; }
      .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-right: 20px;
        margin-bottom: 0;
        margin-left: 20px; } }

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card-group > .card {
    margin-bottom: 20px; }
  @media (min-width: 768px) {
    .card-group {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
      .card-group > .card {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

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

@media (min-width: 768px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

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

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

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

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

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.badge-primary {
  color: #fff;
  background-color: #007bff; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc; }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #545b62; }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34; }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b; }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00; }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130; }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  .badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5; }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 768px) {
    .jumbotron {
      padding: 4rem 2rem; } }

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

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

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

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

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

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

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
      -webkit-transition: none;
      transition: none; } }

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

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

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

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

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }

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

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

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

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

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

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

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

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

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

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

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    opacity: .75; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }
  .modal.confirmation-modal {
    z-index: 99999; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
            transform: translate(0, -25%); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

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

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

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

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

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

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

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  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-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-item {
      -webkit-transition: none;
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
          transform: translateX(0); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next,
    .active.carousel-item-right {
      -webkit-transform: translate3d(100%, 0, 0);
              transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-prev,
    .active.carousel-item-left {
      -webkit-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0); } }

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0; }

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
          transform: translateX(0); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1600px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1600px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1600px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

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

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

.text-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: 768px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

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

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

@media (min-width: 1600px) {
  .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-body {
  color: #212529 !important; }

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 1200px !important; }
  .container {
    min-width: 1200px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; } }

/*!
 * Bootstrap Grid v4.1.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)
 */
@-ms-viewport {
  width: device-width; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1280px; } }
  @media (min-width: 1600px) {
    .container {
      max-width: 1280px; } }

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

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px; }

.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: 20px;
  padding-left: 20px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1600px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1600px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!
 * Bootstrap-select v1.13.1 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2018 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */
.bootstrap-select > select.bs-select-hidden, select.bs-select-hidden, select.selectpicker {
  display: none !important; }

.bootstrap-select {
  width: 220px\9; }

.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  z-index: 1;
  text-align: right;
  white-space: nowrap; }

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #999; }

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover {
  color: rgba(255, 255, 255, 0.5); }

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none; }

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2; }

.bootstrap-select.is-invalid .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
  border-color: #b94a48; }

.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
  border-color: #28a745; }

.bootstrap-select.fit-width {
  width: auto !important; }

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px; }

.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px; }

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none; }

:not(.input-group) > .bootstrap-select.form-control:not([class*=col-]) {
  width: 100%; }

.bootstrap-select.form-control.input-group-btn {
  z-index: auto; }

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0; }

.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*=col-].dropdown-menu-right, .row .bootstrap-select[class*=col-].dropdown-menu-right {
  float: right; }

.form-group .bootstrap-select, .form-horizontal .bootstrap-select, .form-inline .bootstrap-select {
  margin-bottom: 0; }

.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
  padding: 0; }

.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit; }

.bootstrap-select.form-control-lg .dropdown-toggle, .input-group-lg > .bootstrap-select.form-control .dropdown-toggle, .input-group-lg > .input-group-prepend > .bootstrap-select.input-group-text .dropdown-toggle, .input-group-lg > .input-group-append > .bootstrap-select.input-group-text .dropdown-toggle, .input-group-lg > .input-group-prepend > .bootstrap-select.btn .dropdown-toggle, .input-group-lg > .input-group-append > .bootstrap-select.btn .dropdown-toggle, .bootstrap-select.form-control-sm .dropdown-toggle, .input-group-sm > .bootstrap-select.form-control .dropdown-toggle, .input-group-sm > .input-group-prepend > .bootstrap-select.input-group-text .dropdown-toggle, .input-group-sm > .input-group-append > .bootstrap-select.input-group-text .dropdown-toggle, .input-group-sm > .input-group-prepend > .bootstrap-select.btn .dropdown-toggle, .input-group-sm > .input-group-append > .bootstrap-select.btn .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit; }

.bootstrap-select.form-control-sm .dropdown-toggle, .input-group-sm > .bootstrap-select.form-control .dropdown-toggle, .input-group-sm > .input-group-prepend > .bootstrap-select.input-group-text .dropdown-toggle, .input-group-sm > .input-group-append > .bootstrap-select.input-group-text .dropdown-toggle, .input-group-sm > .input-group-prepend > .bootstrap-select.btn .dropdown-toggle, .input-group-sm > .input-group-append > .bootstrap-select.btn .dropdown-toggle {
  padding: .25rem .5rem; }

.bootstrap-select.form-control-lg .dropdown-toggle, .input-group-lg > .bootstrap-select.form-control .dropdown-toggle, .input-group-lg > .input-group-prepend > .bootstrap-select.input-group-text .dropdown-toggle, .input-group-lg > .input-group-append > .bootstrap-select.input-group-text .dropdown-toggle, .input-group-lg > .input-group-prepend > .bootstrap-select.btn .dropdown-toggle, .input-group-lg > .input-group-append > .bootstrap-select.btn .dropdown-toggle {
  padding: .5rem 1rem; }

.form-inline .bootstrap-select .form-control {
  width: 100%; }

.bootstrap-select.disabled, .bootstrap-select > .disabled {
  cursor: not-allowed; }

.bootstrap-select.disabled:focus, .bootstrap-select > .disabled:focus {
  outline: 0 !important; }

.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important; }

.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060; }

.bootstrap-select .dropdown-toggle:before {
  content: '';
  display: inline-block; }

.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: inherit;
  padding-right: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  height: 100%;
  width: 100%;
  text-align: left; }

.bootstrap-select .dropdown-toggle .filter-option-inner {
  padding-right: inherit; }

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden; }

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle; }

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit; }

.bootstrap-select[class*=col-] .dropdown-toggle {
  width: 100%; }

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.bootstrap-select .dropdown-menu > .inner:focus {
  outline: 0 !important; }

.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.bootstrap-select .dropdown-menu li {
  position: relative; }

.bootstrap-select .dropdown-menu li.active small {
  color: #fff; }

.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed; }

.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em; }

.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none; }

.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block; }

.bootstrap-select .dropdown-menu li small {
  padding-left: .5em; }

.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: .9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap; }

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0; }

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner, .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline; }

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px; }

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px; }

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }

.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: .5em;
  height: 1em;
  border-style: solid;
  border-width: 0 .26em .26em 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061; }

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none; }

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid #fff;
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before {
  display: block; }

.bs-actionsbox, .bs-donebutton, .bs-searchbox {
  padding: 4px 8px; }

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.bs-actionsbox .btn-group button {
  width: 50%; }

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.bs-donebutton .btn-group button {
  width: 100%; }

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px; }

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none; }

/* Custom Mixins -------------------- */
/* Zigzag border */
/* Placeholder background */
/* input placeholder styling */
.test {
  background-color: #09A6E4; }

/* checkbox column */
/* Base Styles -------------------- */
body {
  font-family: "Open Sans", sans-serif; }

@media (max-width: 991.98px) {
  #body {
    max-width: 100vw; } }

.tootal-icon {
  display: inline-block;
  vertical-align: middle; }

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

form {
  position: relative; }

input[type="password"],
input[type="text"],
body.informationPages #body .summary-list__item,
input[type="email"],
input[type="number"],
.bootstrap-select button[type="button"] {
  border: 3px solid white;
  padding: 14px 20px;
  line-height: 22px;
  border-radius: 33px;
  outline: none !important;
  width: 100%;
  background-color: white; }
  input[type="password"].dropdown-toggle:focus, input[type="password"].dropdown-toggle:active,
  input[type="text"].dropdown-toggle:focus,
  body.informationPages #body .dropdown-toggle.summary-list__item:focus,
  input[type="text"].dropdown-toggle:active,
  body.informationPages #body .dropdown-toggle.summary-list__item:active,
  input[type="email"].dropdown-toggle:focus,
  input[type="email"].dropdown-toggle:active,
  input[type="number"].dropdown-toggle:focus,
  input[type="number"].dropdown-toggle:active,
  .bootstrap-select button[type="button"].dropdown-toggle:focus,
  .bootstrap-select button[type="button"].dropdown-toggle:active {
    border-color: white;
    outline: none !important; }

.bootstrap-select.show > button[type="button"].dropdown-toggle {
  border-color: white;
  background-color: rgba(35, 35, 35, 0.1); }

.dropdown-menu {
  border: 1px solid #D2D2D2;
  border-radius: 9px;
  margin: 0;
  padding: 0; }
  .dropdown-menu .dropdown-item {
    outline: none !important; }
    .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
      background-color: rgba(35, 35, 35, 0.2); }
    .dropdown-menu .dropdown-item:active {
      background-color: rgba(35, 35, 35, 0.6); }
    .dropdown-menu .dropdown-item.active {
      background-color: #DE483B; }

button {
  border: none;
  background: transparent;
  cursor: pointer;
  outline: none !important; }
  button.inline {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0;
    padding: 0;
    width: 50px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    opacity: .6; }
    button.inline:hover {
      opacity: .8; }
    button.inline .tootal-icon {
      width: 20px;
      height: 20px; }

.button, body.informationPages #body .top__upload label,
body.orderApproval #body .top__upload label, body.informationPages #body .products button.dropRow,
body.orderApproval #body .products button.dropRow, body.informationPages #body .order-controls button,
body.orderApproval #body .order-controls button, body.contentPage #body .pageBuilder .tinyMCE__redButton a, body.contentPage #body .pageBuilder .tinyMCE__darkButton a, body.contentPage #body .pageBuilder .tinyMCE__whiteButton a {
  display: inline-block;
  text-decoration: none !important;
  -webkit-transition: opacity 0.2s cubic-bezier(0.17, 0.67, 0.16, 0.99);
  transition: opacity 0.2s cubic-bezier(0.17, 0.67, 0.16, 0.99); }
  .button__transparent {
    font-family: "Lora", serif;
    text-transform: lowercase;
    font-size: 18px;
    border: 3px solid #2c2c2c;
    color: #2c2c2c;
    padding: 14px 30px;
    line-height: 22px;
    border-radius: 33px;
    outline: 0;
    -webkit-transition: outline 0.1s cubic-bezier(0.17, 0.67, 0.16, 0.99);
    transition: outline 0.1s cubic-bezier(0.17, 0.67, 0.16, 0.99); }
    .button__transparent:hover {
      -webkit-box-shadow: 0 0 0 1px #2c2c2c;
              box-shadow: 0 0 0 1px #2c2c2c;
      color: #2c2c2c; }
    footer#footer .button__transparent, .button__transparent--light {
      border-color: white;
      color: white; }
      footer#footer .button__transparent:hover, .button__transparent--light:hover {
        -webkit-box-shadow: 0 0 0 1px white;
                box-shadow: 0 0 0 1px white;
        color: white; }
    footer#footer .button__transparent {
      font-family: "Open Sans", sans-serif;
      padding: 14px 20px;
      font-size: 14px; }
  .button:disabled, body.informationPages #body .top__upload label:disabled,
  body.orderApproval #body .top__upload label:disabled, body.informationPages #body .products button.dropRow:disabled,
  body.orderApproval #body .products button.dropRow:disabled, body.informationPages #body .order-controls button:disabled,
  body.orderApproval #body .order-controls button:disabled, body.contentPage #body .pageBuilder .tinyMCE__redButton a:disabled, body.contentPage #body .pageBuilder .tinyMCE__darkButton a:disabled, body.contentPage #body .pageBuilder .tinyMCE__whiteButton a:disabled {
    pointer-events: none;
    opacity: .4; }
  .button.loading, body.informationPages #body .top__upload label.loading,
  body.orderApproval #body .top__upload label.loading, body.informationPages #body .products button.loading.dropRow,
  body.orderApproval #body .products button.loading.dropRow, body.informationPages #body .order-controls button.loading,
  body.orderApproval #body .order-controls button.loading, body.contentPage #body .pageBuilder .tinyMCE__redButton a.loading, body.contentPage #body .pageBuilder .tinyMCE__darkButton a.loading, body.contentPage #body .pageBuilder .tinyMCE__whiteButton a.loading {
    -webkit-animation: loading 2.5s infinite;
            animation: loading 2.5s infinite; }

@-webkit-keyframes loading {
  0% {
    opacity: .7; }
  50% {
    opacity: .4; }
  100% {
    opacity: .7; } }

@keyframes loading {
  0% {
    opacity: .7; }
  50% {
    opacity: .4; }
  100% {
    opacity: .7; } }
  .button--red, body.contentPage #body .pageBuilder .tinyMCE__redButton a, section.digitalPrint #orderSidebar button.orderNow {
    color: white;
    line-height: 19px;
    font-size: 14px;
    padding: 19px 27px 18px;
    background-color: #DE483B;
    min-height: 56px;
    border-radius: 28px;
    text-transform: uppercase;
    font-weight: 600; }
    :root a.button--red, :root body.contentPage #body .pageBuilder .tinyMCE__redButton a, body.contentPage #body .pageBuilder .tinyMCE__redButton :root a {
      color: white; }
    .button--red:hover, body.contentPage #body .pageBuilder .tinyMCE__redButton a:hover, section.digitalPrint #orderSidebar button.orderNow:hover {
      color: white;
      text-decoration: none;
      -webkit-box-shadow: 0 0 0 1px #DE483B;
              box-shadow: 0 0 0 1px #DE483B; }
  .button--dark, body.informationPages #body .top__upload label,
  body.orderApproval #body .top__upload label, body.informationPages #body .products button.dropRow,
  body.orderApproval #body .products button.dropRow, body.informationPages #body .order-controls button,
  body.orderApproval #body .order-controls button, body.contentPage #body .pageBuilder .tinyMCE__darkButton a, section.digitalPrint #filterForm div.dropdown-menu .popover-header button, #body section.collectionTool div.dropdown-menu .popover-header button, section.news .news__sidebar div.dropdown-menu .popover-header button {
    color: white;
    line-height: 19px;
    font-size: 14px;
    padding: 19px 27px 18px;
    background-color: #3C3C3C;
    border-radius: 28px;
    text-transform: uppercase; }
    .button--dark:hover, body.informationPages #body .top__upload label:hover,
    body.orderApproval #body .top__upload label:hover, body.informationPages #body .products button.dropRow:hover,
    body.orderApproval #body .products button.dropRow:hover, body.informationPages #body .order-controls button:hover,
    body.orderApproval #body .order-controls button:hover, body.contentPage #body .pageBuilder .tinyMCE__darkButton a:hover, section.digitalPrint #filterForm div.dropdown-menu .popover-header button:hover, #body section.collectionTool div.dropdown-menu .popover-header button:hover, section.news .news__sidebar div.dropdown-menu .popover-header button:hover {
      color: white; }
  .button--light, body.contentPage #body .pageBuilder .tinyMCE__whiteButton a {
    background-color: transparent;
    color: #3C3C3C;
    border: 2px solid #3c3c3c;
    line-height: 19px;
    font-size: 14px;
    padding: 19px 27px 18px;
    border-radius: 28px;
    text-transform: uppercase; }
    .button--light:hover, body.contentPage #body .pageBuilder .tinyMCE__whiteButton a:hover {
      color: #3C3C3C; }
  .button--small {
    padding: 8px 17px 8px;
    border-radius: 4px; }
  .button--serif, body.contentPage #body .pageBuilder .tinyMCE__redButton a, body.contentPage #body .pageBuilder .tinyMCE__darkButton a, body.contentPage #body .pageBuilder .tinyMCE__whiteButton a, section.digitalPrint #filterForm div.dropdown-menu .popover-header button, #body section.collectionTool div.dropdown-menu .popover-header button, section.news .news__sidebar div.dropdown-menu .popover-header button {
    line-height: 19px;
    font-size: 16px;
    font-family: "Lora", serif;
    padding: 14px 20px 16px;
    min-width: 159px;
    min-height: 0;
    text-align: center;
    font-weight: normal;
    text-transform: lowercase; }
  .button .tootal-icon, body.informationPages #body .top__upload label .tootal-icon, body.orderApproval #body .top__upload label .tootal-icon, body.informationPages #body .products button.dropRow .tootal-icon, body.orderApproval #body .products button.dropRow .tootal-icon, body.informationPages #body .order-controls button .tootal-icon, body.orderApproval #body .order-controls button .tootal-icon, body.contentPage #body .pageBuilder .tinyMCE__redButton a .tootal-icon, body.contentPage #body .pageBuilder .tinyMCE__darkButton a .tootal-icon, body.contentPage #body .pageBuilder .tinyMCE__whiteButton a .tootal-icon {
    width: 14px;
    height: 14px;
    margin-right: 6px; }

video {
  max-width: 100%; }

.modal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh; }
  .modal#privacyPolicyModal a {
    color: #DE483B; }
  .modal#privacyPolicyModal input[type="checkbox"],
  .modal#privacyPolicyModal label {
    cursor: pointer; }
  .modal-dialog {
    height: 100vh;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: -webkit-min-content;
    min-height: -moz-min-content;
    min-height: min-content; }
    .modal-dialog .modal-content {
      max-height: 96%;
      overflow-y: auto; }
    @media (min-width: 768px) {
      .modal-dialog {
        margin: 0 auto;
        max-width: 640px; } }
    @media (min-width: 768px) {
      .modal-dialog--wide {
        max-width: 1050px; } }
    .modal-dialog--wait .close,
    .modal-dialog--wait .modal-footer {
      display: none; }
    .modal-dialog--wait .modal-header {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .modal-dialog--wait .modal-body {
      height: 300px;
      padding-bottom: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .modal-dialog--wait .modal-body:after {
        content: '';
        cursor: wait;
        position: fixed;
        left: -100vw;
        top: -100vh;
        right: -100vw;
        bottom: -100vh;
        z-index: 99999; }
  .modal-header {
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0; }
    .modal-header .close {
      margin: 0;
      padding: 0;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      outline: none !important;
      width: 17px;
      height: 17px;
      line-height: 17px;
      position: absolute;
      top: 17px;
      right: 20px;
      font-weight: normal;
      color: #000;
      opacity: 1; }
    .modal-header .modal-title {
      margin: 0 0 9px;
      line-height: 24px;
      font-family: "Lora", serif;
      color: #DE483B;
      font-size: 20px;
      padding: 0; }
    .modal-header .modal-sub-title {
      font-family: "Lora", serif;
      line-height: 24px;
      font-size: 14px;
      margin: 0 0 9px;
      padding-left: 5px; }
  .modal-body {
    padding: 15px 0;
    font-size: 14px;
    color: #757575; }
    .modal-body #purchasingComment {
      width: 100%;
      height: 95px; }
  .modal-content {
    border-radius: 3px;
    border: none;
    -webkit-box-shadow: 0 0 40px -10px rgba(35, 35, 35, 0.6);
            box-shadow: 0 0 40px -10px rgba(35, 35, 35, 0.6);
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 30px 40px; }
  .modal-footer {
    padding: 10px 0;
    height: 36px;
    border-top: none; }
    .modal-footer .button, .modal-footer body.informationPages #body .top__upload label, body.informationPages #body .top__upload .modal-footer label,
    .modal-footer body.orderApproval #body .top__upload label, body.orderApproval #body .top__upload .modal-footer label, .modal-footer body.informationPages #body .products button.dropRow, body.informationPages #body .products .modal-footer button.dropRow,
    .modal-footer body.orderApproval #body .products button.dropRow, body.orderApproval #body .products .modal-footer button.dropRow, .modal-footer body.informationPages #body .order-controls button, body.informationPages #body .order-controls .modal-footer button,
    .modal-footer body.orderApproval #body .order-controls button, body.orderApproval #body .order-controls .modal-footer button, .modal-footer body.contentPage #body .pageBuilder .tinyMCE__redButton a, body.contentPage #body .pageBuilder .tinyMCE__redButton .modal-footer a, .modal-footer body.contentPage #body .pageBuilder .tinyMCE__darkButton a, body.contentPage #body .pageBuilder .tinyMCE__darkButton .modal-footer a, .modal-footer body.contentPage #body .pageBuilder .tinyMCE__whiteButton a, body.contentPage #body .pageBuilder .tinyMCE__whiteButton .modal-footer a {
      padding: 9px 20px 10px;
      line-height: 17px;
      min-height: 36px;
      font-size: 12px;
      text-transform: none;
      font-weight: normal; }
    .modal-footer #confirmSendToPurchasingText {
      font-family: "Lora", serif;
      line-height: 18px;
      font-size: 12px;
      margin: 0px 10px 0px 5px; }
  .modal-backdrop {
    background-color: #232323; }
  .modal .btn {
    outline: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    background-color: #F6F6F6;
    border: 1px solid #979797;
    border-radius: 0;
    margin: 0; }
    .modal .btn-primary {
      background-color: #DE483B;
      border-color: #DE483B; }
    .modal .btn ~ .btn {
      margin-left: 10px; }
    .modal .btn.hidden {
      display: none; }
  :root .modal .button--red, :root .modal body.contentPage #body .pageBuilder .tinyMCE__redButton a, body.contentPage #body .pageBuilder .tinyMCE__redButton :root .modal a, :root .modal section.digitalPrint #orderSidebar button.orderNow, section.digitalPrint #orderSidebar :root .modal button.orderNow {
    background-color: #DE483B;
    border-color: #DE483B;
    font-family: "Open Sans", sans-serif;
    text-transform: none; }
  .modal .orders {
    font-family: monospace;
    color: rgba(35, 35, 35, 0.8);
    font-size: 14px;
    padding: 10px;
    margin: 15px -5px;
    background-color: rgba(35, 35, 35, 0.05); }
  .modal .table {
    margin: 0; }
    .modal .table th {
      border-top: none; }
    .modal .table th, .modal .table td {
      border-bottom: 1px solid #979797;
      padding: 11px 35px 13px;
      line-height: 19px; }
    .modal .table label {
      margin: 0 0 0 -10px;
      cursor: pointer;
      padding-left: 10px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
  .modal--order-modal .modal-header {
    border-bottom: none; }
  .modal--order-modal .modal-body {
    margin: 0;
    padding: 0;
    position: relative; }
  .modal--order-modal:not(.printOrder) .printOnly {
    display: none !important; }
  .modal--order-modal.printOrder .shadeOnly {
    display: none !important; }
  .modal--order-modal .headTop {
    margin-top: -15px;
    color: #DE483B;
    font-family: "Lora", serif;
    font-size: 20px;
    margin-bottom: 10px; }
  .modal--order-modal .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    line-height: 20px; }
    .modal--order-modal .head > span {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .modal--order-modal .head .oLeft {
      color: #DE483B;
      font-family: "Lora", serif;
      font-size: 16px; }
    .modal--order-modal .head .oRight {
      color: #393939;
      font-size: 14px; }
  .modal--order-modal .head.printOnly .orderModalDesignRefHeader {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: #DE483B;
    font-family: "Lora", serif;
    font-size: 16px; }
  .modal--order-modal label {
    margin: 0; }
  .modal--order-modal input[type="text"], .modal--order-modal body.informationPages #body .summary-list__item, body.informationPages #body .modal--order-modal .summary-list__item {
    border: 1px solid #D2D2D2;
    padding: 10px 17px;
    line-height: 19px;
    font-size: 14px;
    color: #757575;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .modal--order-modal .modal-body > ul {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    border-top: 1px solid #D6D6D6; }
  .modal--order-modal .modal-body > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #D6D6D6;
    min-height: 63px;
    height: 1px; }
    .modal--order-modal .modal-body > ul > li .first {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .modal--order-modal .modal-body > ul > li .name {
      -webkit-box-flex: 9;
          -ms-flex: 9;
              flex: 9; }
    .modal--order-modal .modal-body > ul > li .addNotesName {
      -webkit-box-flex: 4;
          -ms-flex: 4;
              flex: 4; }
    .modal--order-modal .modal-body > ul > li .qty {
      -webkit-box-flex: 3;
          -ms-flex: 3;
              flex: 3; }
    .modal--order-modal .modal-body > ul > li .comment {
      -webkit-box-flex: 7;
          -ms-flex: 7;
              flex: 7; }
    .modal--order-modal .modal-body > ul > li .first > div {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 15px;
      height: 15px;
      width: 15px;
      background-color: #2C2C2C;
      color: #fff;
      font-family: "Lora", serif; }
    .modal--order-modal .modal-body > ul > li .name {
      position: relative; }
      .modal--order-modal .modal-body > ul > li .name .msg {
        position: absolute;
        font-size: 10px;
        left: 0;
        bottom: -8px;
        white-space: nowrap;
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
        color: #DE483B;
        line-height: 15px; }
    .modal--order-modal .modal-body > ul > li .qty {
      padding-right: 10px; }
    .modal--order-modal .modal-body > ul > li.infoRow {
      margin: 20px 0;
      border-bottom: none;
      height: auto; }
      .modal--order-modal .modal-body > ul > li.infoRow .row {
        width: 100%; }
    .modal--order-modal .modal-body > ul > li .imgHolder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .modal--order-modal .modal-body > ul > li .imgHolder .imgWrap a {
        display: inline; }
        .modal--order-modal .modal-body > ul > li .imgHolder .imgWrap a:hover {
          text-decoration: none; }
      .modal--order-modal .modal-body > ul > li .imgHolder img {
        -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
                box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
        border: 4px solid #FFFFFF; }
      .modal--order-modal .modal-body > ul > li .imgHolder img.orderModalZoomIcon {
        top: 10px;
        right: 45px;
        position: absolute;
        z-index: 10;
        border: none;
        margin: 0;
        padding: 5px;
        -webkit-box-shadow: none;
                box-shadow: none;
        background: #3c3c3c; }
    .modal--order-modal .modal-body > ul > li .addAlsoOrder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      text-align: right; }
      .modal--order-modal .modal-body > ul > li .addAlsoOrder #alsoOrderCheckbox label {
        padding-left: 5px; }
    .modal--order-modal .modal-body > ul > li#detailWrap {
      display: block;
      border-bottom: none; }
    .modal--order-modal .modal-body > ul > li.toggleDetail {
      border-bottom: none;
      position: relative; }
      .modal--order-modal .modal-body > ul > li.toggleDetail:before {
        content: '';
        height: 1px;
        background-color: #d6d6d6;
        position: absolute;
        left: 0;
        right: 0;
        top: 50%; }
      .modal--order-modal .modal-body > ul > li.toggleDetail #seeDetail {
        position: absolute;
        left: 50%;
        top: 50%;
        display: block;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        color: #686868;
        font-size: 12px;
        line-height: 17px;
        padding: 5px 11px 6px 13px;
        border: 1px solid #979797;
        border-radius: 28px;
        min-width: 100px;
        text-align: center;
        text-decoration: none !important;
        background-color: #fff; }
        .modal--order-modal .modal-body > ul > li.toggleDetail #seeDetail .hide, .modal--order-modal .modal-body > ul > li.toggleDetail #seeDetail .see {
          display: block; }
        .modal--order-modal .modal-body > ul > li.toggleDetail #seeDetail:not(.open) .hide {
          display: none; }
        .modal--order-modal .modal-body > ul > li.toggleDetail #seeDetail.open .see {
          display: none; }
    .modal--order-modal .modal-body > ul > li ul {
      list-style: none;
      margin: 0;
      padding: 0;
      font-size: 12px;
      line-height: 22px;
      color: #393939; }
      .modal--order-modal .modal-body > ul > li ul > li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row;
                flex-flow: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .modal--order-modal .modal-body > ul > li ul > li span {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          max-width: 50%; }
    .modal--order-modal .modal-body > ul > li#placeCADRequest {
      margin-top: -1px;
      border-top: 1px solid #fff; }
      .modal--order-modal .modal-body > ul > li#placeCADRequest #showCADRequestCheckbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 40px; }
      .modal--order-modal .modal-body > ul > li#placeCADRequest input[type="checkbox"],
      .modal--order-modal .modal-body > ul > li#placeCADRequest label {
        cursor: pointer; }
      .modal--order-modal .modal-body > ul > li#placeCADRequest label {
        padding-left: 5px; }
    .modal--order-modal .modal-body > ul > li #userCommentTASpan textarea {
      padding: 6px 14px;
      outline: none !important;
      line-height: 19px;
      border-radius: 16px; }
  .modal--order-modal.printOrder .modal-body > ul > li .imgHolder {
    display: inline-block; }
    .modal--order-modal.printOrder .modal-body > ul > li .imgHolder img {
      max-width: 45%;
      margin: 5px; }
    .modal--order-modal.printOrder .modal-body > ul > li .imgHolder img#designZoomIcon {
      width: 35px;
      height: 35px;
      left: 82px; }
    .modal--order-modal.printOrder .modal-body > ul > li .imgHolder img#shadeZoomIcon {
      width: 35px;
      height: 35px;
      right: 32px; }
  @media (max-width: 991.98px) {
    .modal--order-modal .head {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .modal--order-modal .head > span {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 50%;
                flex: 1 0 50%; }
      .modal--order-modal .head .oLeft + .oLeft {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .modal--order-modal .head .oRight {
        text-align: right; }
    .modal--order-modal .modal-body > ul > li {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 5px 0;
      min-height: 103px; }
      .modal--order-modal .modal-body > ul > li .first {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 1px;
                flex: 1 0 1px; }
      .modal--order-modal .modal-body > ul > li .name {
        -webkit-box-flex: 4;
            -ms-flex: 4 0 1px;
                flex: 4 0 1px; }
      .modal--order-modal .modal-body > ul > li .qty {
        -webkit-box-flex: 3;
            -ms-flex: 3 0 1px;
                flex: 3 0 1px;
        padding-right: 0; }
      .modal--order-modal .modal-body > ul > li .comment {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
                flex: 1 0 100%;
        margin-top: 10px; } }
  .modal.modal--video .modal-dialog {
    max-width: calc(100vw - 40px); }
  .modal.modal--video .modal-content {
    padding: 0;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
    background-color: transparent; }
  .modal.modal--video .modal-body {
    padding: 0;
    overflow: hidden;
    border-radius: 3px; }
  .modal.modal--video video {
    max-height: calc(100vh - 80px);
    border-radius: 4px;
    display: block; }
  .modal.modal--video.videoWithButtons .contentWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .modal.modal--video.videoWithButtons .contentWrapper .buttonWrapper {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .modal.modal--video.videoWithButtons .contentWrapper .buttonWrapper .closeBtn {
        color: white; }
    .modal.modal--video.videoWithButtons .contentWrapper .videoWrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .modal.modal--video.videoWithButtons .contentWrapper .videoWrapper .leftButtons .previousVideoBtn {
        color: white; }
        .modal.modal--video.videoWithButtons .contentWrapper .videoWrapper .leftButtons .previousVideoBtn.hide {
          visibility: hidden; }
      .modal.modal--video.videoWithButtons .contentWrapper .videoWrapper .rightButtons .nextVideoBtn {
        color: white; }
        .modal.modal--video.videoWithButtons .contentWrapper .videoWrapper .rightButtons .nextVideoBtn.hide {
          visibility: hidden; }
      @media (max-width: 991.98px) {
        .modal.modal--video.videoWithButtons .contentWrapper .videoWrapper {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          .modal.modal--video.videoWithButtons .contentWrapper .videoWrapper .videoContent {
            -webkit-box-ordinal-group: 0;
                -ms-flex-order: -1;
                    order: -1;
            width: 100%; }
            .modal.modal--video.videoWithButtons .contentWrapper .videoWrapper .videoContent iframe {
              max-width: 100%;
              max-height: calc(96vh - 60px); } }

section.flash-bag {
  position: fixed;
  width: 100%;
  z-index: 100;
  -webkit-transform: translateY(145px);
          transform: translateY(145px);
  background-color: #fefefe; }
  body.canAdminSwitch section.flash-bag {
    -webkit-transform: translateY(200px);
            transform: translateY(200px); }
  section.flash-bag .alert {
    margin: 0;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #979797;
    color: #787878;
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px; }
    section.flash-bag .alert-success {
      background-color: #e3fbe3; }
    section.flash-bag .alert-danger {
      background-color: #f7d1ce; }
    section.flash-bag .alert-warning {
      background-color: #ffffdf; }
    section.flash-bag .alert-dismissible .close {
      padding-top: 0;
      padding-bottom: 0;
      height: 100%;
      outline: none !important; }

.breadcrumbs {
  color: #999999;
  font-size: 12px; }
  .breadcrumbs__item:first-child,
  .breadcrumbs a {
    color: #232323;
    text-decoration: none !important; }
  .breadcrumbs .tootal-icon {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    color: #232323;
    margin-top: -1px; }

:root .table-striped tbody tr {
  background-color: #FFF; }
  :root .table-striped tbody tr:nth-child(odd) {
    background-color: #F3F3F3; }

:root .table-striped.swap-stripes tbody tr {
  background-color: #FFF; }
  :root .table-striped.swap-stripes tbody tr:nth-child(even) {
    background-color: #F3F3F3; }

.fade:not(.show) {
  pointer-events: none;
  display: none !important; }

.autocomplete-suggestions {
  overflow: hidden;
  background-color: white;
  border: 1px solid #c0c0c0;
  border-radius: 20px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  line-height: 30px; }

.autocomplete-suggestion {
  padding: 0 18px; }

.autocomplete-selected {
  background-color: rgba(165, 165, 165, 0.4);
  color: #DE483B; }

.fabricColorBox {
  /* IE6-7 Fix */ }
  .fabricColorBox #cboxTopLeft, .fabricColorBox #cboxTopCenter, .fabricColorBox #cboxTopRight, .fabricColorBox #cboxMiddleLeft, .fabricColorBox #cboxMiddleRight, .fabricColorBox #cboxBottomLeft, .fabricColorBox #cboxBottomCenter, .fabricColorBox #cboxBottomRight {
    display: none; }
  .fabricColorBox #cboxContent {
    background: none;
    padding: 40px 40px 33px 40px; }
  .fabricColorBox .blackBackground {
    position: absolute;
    bottom: 37px;
    height: auto;
    background-color: rgba(0, 0, 0, 0.7);
    left: 40px;
    color: #fff;
    padding: 10px 0px 10px 0px;
    font-size: 13px; }
  .fabricColorBox .ruler, .fabricColorBox .ruler li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block; }
  .fabricColorBox .ruler, .fabricColorBox .ruler li, .fabricColorBox .rulerVert, .fabricColorBox .rulerVert li {
    *display: inline; }
  .fabricColorBox .ruler {
    background: black;
    border-radius: 2px;
    border: 1px solid black;
    color: white;
    height: 50px;
    padding-left: 50px;
    white-space: nowrap;
    overflow: hidden; }
  .fabricColorBox .ruler li {
    margin: .64em 0em -.64em;
    width: 10px;
    text-align: left;
    position: relative; }
  .fabricColorBox .ruler li:before {
    content: '';
    position: absolute;
    border-left: 1px solid white;
    height: .64em;
    bottom: 1em; }
  .fabricColorBox .rulerDiv, .fabricColorBox .rulerDivVert {
    display: none; }
  .fabricColorBox .rulerDiv {
    height: 50px; }
  .fabricColorBox .rulerDivVert {
    width: 50px;
    float: left; }
  .fabricColorBox .rulerVert {
    color: white;
    display: inline;
    position: absolute;
    overflow: hidden;
    width: 10px;
    background-color: black; }
  .fabricColorBox .rulerVert li {
    list-style: none;
    margin-left: -24px; }
  .fabricColorBox .rulerVert li:before {
    content: '';
    width: .64em;
    left: 8px;
    position: absolute;
    border-top: 1px solid white; }
  .fabricColorBox li.rulerNumberMarking::before {
    bottom: -.3em !important; }
  .fabricColorBox .rulerVertNumberMarking::before {
    left: 32px !important; }
  .fabricColorBox .rulerVertNumberMarking .verticalNumber {
    position: relative;
    top: -5px;
    left: -5px; }
  .fabricColorBox .rulerShiftRight {
    margin-bottom: 0 !important;
    margin-left: 50px; }
  .fabricColorBox .rulerShiftRight img {
    margin: 0; }
  .fabricColorBox #cboxPrevious, .fabricColorBox #cboxNext, .fabricColorBox #cboxClose {
    color: white;
    height: 35px;
    width: 35px; }
    .fabricColorBox #cboxPrevious svg, .fabricColorBox #cboxNext svg, .fabricColorBox #cboxClose svg {
      height: 35px;
      width: 35px;
      -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7));
      filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7)); }
  .fabricColorBox #cboxPrevious {
    top: 50%;
    left: 0; }
  .fabricColorBox #cboxNext {
    top: 50%;
    left: auto; }
  .fabricColorBox #cboxClose {
    top: 0px; }
  .fabricColorBox #inchOrCm {
    position: absolute;
    color: white;
    left: 50px;
    top: 52px;
    font-size: smaller; }
  .fabricColorBox #createZoomPDF {
    position: absolute;
    left: calc(50% - 30px);
    bottom: 0;
    min-height: auto;
    padding: 10px 20px;
    border-radius: 25px;
    background-color: white;
    color: black;
    cursor: pointer; }

.shirtColorBox #cboxTopLeft, .shirtColorBox #cboxTopCenter, .shirtColorBox #cboxTopRight, .shirtColorBox #cboxMiddleLeft, .shirtColorBox #cboxMiddleRight, .shirtColorBox #cboxBottomLeft, .shirtColorBox #cboxBottomCenter, .shirtColorBox #cboxBottomRight {
  display: none; }

.shirtColorBox #cboxClose {
  color: black;
  top: 10px;
  right: 10px !important;
  width: 35px;
  height: 35px;
  z-index: 4; }
  .shirtColorBox #cboxClose svg {
    height: 35px;
    width: 35px;
    -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7));
    filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7)); }

.patternColorBox {
  position: absolute;
  z-index: 99999; }
  .patternColorBox #cboxTopLeft, .patternColorBox #cboxTopCenter, .patternColorBox #cboxTopRight, .patternColorBox #cboxMiddleLeft, .patternColorBox #cboxMiddleRight, .patternColorBox #cboxBottomLeft, .patternColorBox #cboxBottomCenter, .patternColorBox #cboxBottomRight {
    display: none; }
  .patternColorBox #cboxContent {
    background: none;
    padding: 40px 40px 33px 0px; }
  .patternColorBox .blackBackground {
    position: absolute;
    bottom: 37px;
    height: auto;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px 0px 10px 0px;
    font-size: 13px;
    width: calc(100% - 40px); }
  .patternColorBox #cboxClose {
    color: white;
    top: 0px;
    width: 35px;
    height: 35px; }
    .patternColorBox #cboxClose svg {
      height: 35px;
      width: 35px;
      -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7));
      filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7)); }
  .patternColorBox #omCreateZoomPDF {
    position: absolute;
    left: calc(50% - 50px);
    bottom: 0px;
    min-height: auto;
    padding: 10px 20px;
    border-radius: 25px;
    background-color: white;
    color: black;
    cursor: pointer; }

.glass {
  width: 250px;
  height: 250px;
  position: absolute;
  border-radius: 50%;
  cursor: crosshair;
  background-color: white;
  -webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  display: none;
  z-index: 999999; }

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

body {
  max-width: 100%;
  overflow-x: hidden; }

body.informationPages > .tooltip .tooltip-inner {
  padding: 10px 15px;
  max-width: 80vw;
  text-align: left; }

body.informationPages #body,
body.orderApproval #body {
  background-color: #F6F6F6;
  padding-top: 58px; }
  body.informationPages.canAdminSwitch #body,
  body.orderApproval.canAdminSwitch #body {
    padding-top: 113px; }
  body.informationPages #body .checkboxCol, body.informationPages #body .order-list table.table .order .merge, body.informationPages #body .products td.accept, body.informationPages #body .products .checkAll__wrapper,
  body.orderApproval #body .checkboxCol,
  body.orderApproval #body .order-list table.table .order .merge,
  body.orderApproval #body .products td.accept,
  body.orderApproval #body .products .checkAll__wrapper {
    padding: 0;
    position: relative; }
    body.informationPages #body .checkboxCol .checkbox, body.informationPages #body .order-list table.table .order .merge .checkbox, body.informationPages #body .products td.accept .checkbox, body.informationPages #body .products .checkAll__wrapper .checkbox,
    body.orderApproval #body .checkboxCol .checkbox,
    body.orderApproval #body .order-list table.table .order .merge .checkbox,
    body.orderApproval #body .products td.accept .checkbox,
    body.orderApproval #body .products .checkAll__wrapper .checkbox {
      pointer-events: none;
      position: absolute;
      top: 16px;
      left: 50%;
      width: 16px;
      height: 16px;
      border: 1px solid #979797;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      background-color: white; }
      body.informationPages #body .checkboxCol .checkbox .tootal-icon, body.informationPages #body .order-list table.table .order .merge .checkbox .tootal-icon, body.informationPages #body .products td.accept .checkbox .tootal-icon, body.informationPages #body .products .checkAll__wrapper .checkbox .tootal-icon,
      body.orderApproval #body .checkboxCol .checkbox .tootal-icon,
      body.orderApproval #body .order-list table.table .order .merge .checkbox .tootal-icon,
      body.orderApproval #body .products td.accept .checkbox .tootal-icon,
      body.orderApproval #body .products .checkAll__wrapper .checkbox .tootal-icon {
        display: none;
        color: white;
        position: absolute;
        top: calc(50% + 1px);
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    body.informationPages #body .checkboxCol input, body.informationPages #body .order-list table.table .order .merge input, body.informationPages #body .products td.accept input, body.informationPages #body .products .checkAll__wrapper input,
    body.orderApproval #body .checkboxCol input,
    body.orderApproval #body .order-list table.table .order .merge input,
    body.orderApproval #body .products td.accept input,
    body.orderApproval #body .products .checkAll__wrapper input {
      display: block;
      width: 100%;
      height: 100%;
      overflow: auto;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      border-radius: 0;
      opacity: 0;
      cursor: pointer; }
      body.informationPages #body .checkboxCol input:hover + .checkbox, body.informationPages #body .order-list table.table .order .merge input:hover + .checkbox, body.informationPages #body .products td.accept input:hover + .checkbox, body.informationPages #body .products .checkAll__wrapper input:hover + .checkbox,
      body.orderApproval #body .checkboxCol input:hover + .checkbox,
      body.orderApproval #body .order-list table.table .order .merge input:hover + .checkbox,
      body.orderApproval #body .products td.accept input:hover + .checkbox,
      body.orderApproval #body .products .checkAll__wrapper input:hover + .checkbox {
        background-color: #e5e5e5; }
      body.informationPages #body .checkboxCol input:checked + .checkbox, body.informationPages #body .order-list table.table .order .merge input:checked + .checkbox, body.informationPages #body .products td.accept input:checked + .checkbox, body.informationPages #body .products .checkAll__wrapper input:checked + .checkbox,
      body.orderApproval #body .checkboxCol input:checked + .checkbox,
      body.orderApproval #body .order-list table.table .order .merge input:checked + .checkbox,
      body.orderApproval #body .products td.accept input:checked + .checkbox,
      body.orderApproval #body .products .checkAll__wrapper input:checked + .checkbox {
        background-color: #404040;
        border-color: #404040; }
        body.informationPages #body .checkboxCol input:checked + .checkbox .tootal-icon, body.informationPages #body .order-list table.table .order .merge input:checked + .checkbox .tootal-icon, body.informationPages #body .products td.accept input:checked + .checkbox .tootal-icon, body.informationPages #body .products .checkAll__wrapper input:checked + .checkbox .tootal-icon,
        body.orderApproval #body .checkboxCol input:checked + .checkbox .tootal-icon,
        body.orderApproval #body .order-list table.table .order .merge input:checked + .checkbox .tootal-icon,
        body.orderApproval #body .products td.accept input:checked + .checkbox .tootal-icon,
        body.orderApproval #body .products .checkAll__wrapper input:checked + .checkbox .tootal-icon {
          display: inline-block; }
  body.informationPages #body .top,
  body.orderApproval #body .top {
    padding: 35px 0; }
    body.informationPages #body .top__title,
    body.informationPages #body .top h1,
    body.orderApproval #body .top__title,
    body.orderApproval #body .top h1 {
      color: #E34C3E;
      font-family: "Lora", serif;
      font-size: 26px;
      line-height: 32px;
      text-align: center; }
    body.informationPages #body .top__subtitle,
    body.orderApproval #body .top__subtitle {
      color: #E34C3E;
      font-family: "Lora", serif;
      font-size: 18px;
      line-height: 24px; }
    body.informationPages #body .top__separator,
    body.orderApproval #body .top__separator {
      position: relative;
      position: relative;
      -webkit-transform: scale(1, -1);
              transform: scale(1, -1);
      width: 135px;
      height: 10px;
      margin: 25px auto; }
      body.informationPages #body .top__separator:before,
      body.orderApproval #body .top__separator:before {
        background-repeat: repeat-x;
        content: '';
        position: absolute;
        z-index: 10;
        height: 9px;
        left: 0;
        right: 0;
        top: -9px;
        background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218px%22%20height%3D%229px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.00025863%2C0%20L0%2C6.59417725%20L0%2C8%20L8.00025885%2C1.40509033%20L16%2C8%20L16%2C6.59417725%20L8.00025863%2C0%20Z%22%20fill%3D%22%237b7b7b%22%20transform%3D%22scale%281.125%29%20rotate%28180 8 4%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes slide-hoz {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes slide-hoz {
  from {
    width: 0; }
  to {
    width: 100%; } }

@-webkit-keyframes slide-vet {
  from {
    height: 0; }
  to {
    height: 100%; } }

@keyframes slide-vet {
  from {
    height: 0; }
  to {
    height: 100%; } }
      body.informationPages #body .top__separator:after,
      body.orderApproval #body .top__separator:after {
        background-repeat: repeat-x;
        content: '';
        position: absolute;
        z-index: 10;
        height: 9px;
        left: 0;
        right: 0;
        bottom: -9px;
        background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218px%22%20height%3D%229px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.00025863%2C0%20L0%2C6.59417725%20L0%2C8%20L8.00025885%2C1.40509033%20L16%2C8%20L16%2C6.59417725%20L8.00025863%2C0%20Z%22%20fill%3D%22%237b7b7b%22%20transform%3D%22scale%281.125%29%20rotate%280%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E"); }

@keyframes slide-hoz {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes slide-vet {
  from {
    height: 0; }
  to {
    height: 100%; } }
      body.informationPages #body .top__separator:before, body.informationPages #body .top__separator:after,
      body.orderApproval #body .top__separator:before,
      body.orderApproval #body .top__separator:after {
        top: 0;
        bottom: 0; }
      body.informationPages #body .top__separator:after,
      body.orderApproval #body .top__separator:after {
        -webkit-transform: scale(-1, 1);
                transform: scale(-1, 1);
        top: auto; }
    body.informationPages #body .top__search,
    body.orderApproval #body .top__search {
      position: relative;
      -webkit-transition: all 0.5s cubic-bezier(0.17, 0.67, 0.16, 0.99);
      transition: all 0.5s cubic-bezier(0.17, 0.67, 0.16, 0.99); }
      body.informationPages #body .top__search input,
      body.orderApproval #body .top__search input {
        width: 100%;
        border: 1px solid #C0C0C0;
        border-radius: 21px;
        height: 41px;
        padding: 0 40px 0 42px;
        background-color: white;
        outline: none !important; }
        body.informationPages #body .top__search input:focus,
        body.orderApproval #body .top__search input:focus {
          -webkit-box-shadow: inset 0 0 2px #c0c0c0;
                  box-shadow: inset 0 0 2px #c0c0c0; }
        body.informationPages #body .top__search input::-webkit-input-placeholder, body.orderApproval #body .top__search input::-webkit-input-placeholder {
          color: #C0C0C0; }
        body.informationPages #body .top__search input:-moz-placeholder, body.orderApproval #body .top__search input:-moz-placeholder {
          color: #C0C0C0; }
        body.informationPages #body .top__search input::-moz-placeholder, body.orderApproval #body .top__search input::-moz-placeholder {
          color: #C0C0C0; }
        body.informationPages #body .top__search input:-ms-input-placeholder, body.orderApproval #body .top__search input:-ms-input-placeholder {
          color: #C0C0C0; }
      body.informationPages #body .top__search__lock, body.informationPages #body .top__search__submit,
      body.orderApproval #body .top__search__lock,
      body.orderApproval #body .top__search__submit {
        outline: none !important;
        border: none;
        width: 30px;
        height: 30px;
        background: transparent;
        position: absolute;
        left: 5px;
        right: 5px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        cursor: pointer; }
        body.informationPages #body .top__search__lock .tootal-icon, body.informationPages #body .top__search__submit .tootal-icon,
        body.orderApproval #body .top__search__lock .tootal-icon,
        body.orderApproval #body .top__search__submit .tootal-icon {
          width: 17px;
          height: 17px;
          color: #c0c0c0; }
      body.informationPages #body .top__search__lock,
      body.orderApproval #body .top__search__lock {
        right: auto;
        border-right: 1px solid rgba(192, 192, 192, 0.4); }
        body.informationPages #body .top__search__lock .tootal-icon.feather-lock,
        body.orderApproval #body .top__search__lock .tootal-icon.feather-lock {
          display: none; }
      body.informationPages #body .top__search__submit,
      body.orderApproval #body .top__search__submit {
        left: auto; }
        body.informationPages #body .top__search__submit .tootal-icon,
        body.orderApproval #body .top__search__submit .tootal-icon {
          -webkit-transform: scale(-1, 1);
                  transform: scale(-1, 1); }
      body.informationPages #body .top__search--locked .top__search__lock .tootal-icon.feather-lock,
      body.orderApproval #body .top__search--locked .top__search__lock .tootal-icon.feather-lock {
        display: inline-block;
        color: #575757; }
      body.informationPages #body .top__search--locked .top__search__lock .tootal-icon.feather-unlock,
      body.orderApproval #body .top__search--locked .top__search__lock .tootal-icon.feather-unlock {
        display: none; }
      body.informationPages #body .top__search--loading-lock, body.informationPages #body .top__search--loading-lock button,
      body.orderApproval #body .top__search--loading-lock,
      body.orderApproval #body .top__search--loading-lock button {
        cursor: wait; }
      body.informationPages #body .top__search--loading-lock input,
      body.orderApproval #body .top__search--loading-lock input {
        background-color: #f3f3f3;
        pointer-events: none; }
      body.informationPages #body .top__search--no-lock input,
      body.orderApproval #body .top__search--no-lock input {
        padding-left: 20px; }
    body.informationPages #body .top__upload,
    body.orderApproval #body .top__upload {
      font-size: 14px;
      margin-bottom: 35px;
      text-align: center; }
      body.informationPages #body .top__upload__tooltip,
      body.orderApproval #body .top__upload__tooltip {
        display: inline-block;
        -webkit-transform: translate(5px, -5px);
                transform: translate(5px, -5px); }
      body.informationPages #body .top__upload .tootal-icon,
      body.orderApproval #body .top__upload .tootal-icon {
        width: 14px;
        height: 14px;
        color: #787878; }
      body.informationPages #body .top__upload h2,
      body.orderApproval #body .top__upload h2 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 18px;
        font-family: "Lora", serif;
        color: #DE483B;
        display: inline-block; }
      body.informationPages #body .top__upload__wrapper,
      body.orderApproval #body .top__upload__wrapper {
        background-color: #fff;
        padding: 15px;
        margin-bottom: 30px; }
      body.informationPages #body .top__upload input,
      body.orderApproval #body .top__upload input {
        border: 1px solid #DDDDDD; }
      body.informationPages #body .top__upload .button, body.informationPages #body .top__upload label,
      body.informationPages body.orderApproval #body .top__upload label, body.orderApproval body.informationPages #body .top__upload label, body.informationPages #body .top__upload .products button.dropRow, body.informationPages #body .products .top__upload button.dropRow, body.informationPages #body .top__upload .order-controls button, body.informationPages #body .order-controls .top__upload button, body.informationPages body.contentPage #body .top__upload .pageBuilder .tinyMCE__redButton a, body.contentPage body.informationPages #body .top__upload .pageBuilder .tinyMCE__redButton a, body.informationPages body.contentPage #body .pageBuilder .tinyMCE__redButton .top__upload a, body.contentPage body.informationPages #body .pageBuilder .tinyMCE__redButton .top__upload a, body.informationPages body.contentPage #body .top__upload .pageBuilder .tinyMCE__darkButton a, body.contentPage body.informationPages #body .top__upload .pageBuilder .tinyMCE__darkButton a, body.informationPages body.contentPage #body .pageBuilder .tinyMCE__darkButton .top__upload a, body.contentPage body.informationPages #body .pageBuilder .tinyMCE__darkButton .top__upload a, body.informationPages body.contentPage #body .top__upload .pageBuilder .tinyMCE__whiteButton a, body.contentPage body.informationPages #body .top__upload .pageBuilder .tinyMCE__whiteButton a, body.informationPages body.contentPage #body .pageBuilder .tinyMCE__whiteButton .top__upload a, body.contentPage body.informationPages #body .pageBuilder .tinyMCE__whiteButton .top__upload a,
      body.orderApproval #body .top__upload .button,
      body.orderApproval body.informationPages #body .top__upload label,
      body.informationPages body.orderApproval #body .top__upload label,
      body.orderApproval #body .top__upload label,
      body.orderApproval #body .top__upload .products button.dropRow,
      body.orderApproval #body .products .top__upload button.dropRow,
      body.orderApproval #body .top__upload .order-controls button,
      body.orderApproval #body .order-controls .top__upload button,
      body.orderApproval body.contentPage #body .top__upload .pageBuilder .tinyMCE__redButton a,
      body.contentPage body.orderApproval #body .top__upload .pageBuilder .tinyMCE__redButton a,
      body.orderApproval body.contentPage #body .pageBuilder .tinyMCE__redButton .top__upload a,
      body.contentPage body.orderApproval #body .pageBuilder .tinyMCE__redButton .top__upload a,
      body.orderApproval body.contentPage #body .top__upload .pageBuilder .tinyMCE__darkButton a,
      body.contentPage body.orderApproval #body .top__upload .pageBuilder .tinyMCE__darkButton a,
      body.orderApproval body.contentPage #body .pageBuilder .tinyMCE__darkButton .top__upload a,
      body.contentPage body.orderApproval #body .pageBuilder .tinyMCE__darkButton .top__upload a,
      body.orderApproval body.contentPage #body .top__upload .pageBuilder .tinyMCE__whiteButton a,
      body.contentPage body.orderApproval #body .top__upload .pageBuilder .tinyMCE__whiteButton a,
      body.orderApproval body.contentPage #body .pageBuilder .tinyMCE__whiteButton .top__upload a,
      body.contentPage body.orderApproval #body .pageBuilder .tinyMCE__whiteButton .top__upload a {
        margin-top: 15px;
        width: 100%;
        padding: 15px 25px; }
      body.informationPages #body .top__upload .form-footer,
      body.orderApproval #body .top__upload .form-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 15px -5px 0; }
        body.informationPages #body .top__upload .form-footer input, body.informationPages #body .top__upload .form-footer label, body.informationPages #body .top__upload .form-footer .button, body.informationPages #body .top__upload .form-footer label,
        body.informationPages body.orderApproval #body .top__upload .form-footer label, body.orderApproval body.informationPages #body .top__upload .form-footer label, body.informationPages #body .top__upload .form-footer .products button.dropRow, body.informationPages #body .products .top__upload .form-footer button.dropRow, body.informationPages #body .top__upload .form-footer .order-controls button, body.informationPages #body .order-controls .top__upload .form-footer button, body.informationPages body.contentPage #body .top__upload .form-footer .pageBuilder .tinyMCE__redButton a, body.contentPage body.informationPages #body .top__upload .form-footer .pageBuilder .tinyMCE__redButton a, body.informationPages body.contentPage #body .pageBuilder .tinyMCE__redButton .top__upload .form-footer a, body.contentPage body.informationPages #body .pageBuilder .tinyMCE__redButton .top__upload .form-footer a, body.informationPages body.contentPage #body .top__upload .form-footer .pageBuilder .tinyMCE__darkButton a, body.contentPage body.informationPages #body .top__upload .form-footer .pageBuilder .tinyMCE__darkButton a, body.informationPages body.contentPage #body .pageBuilder .tinyMCE__darkButton .top__upload .form-footer a, body.contentPage body.informationPages #body .pageBuilder .tinyMCE__darkButton .top__upload .form-footer a, body.informationPages body.contentPage #body .top__upload .form-footer .pageBuilder .tinyMCE__whiteButton a, body.contentPage body.informationPages #body .top__upload .form-footer .pageBuilder .tinyMCE__whiteButton a, body.informationPages body.contentPage #body .pageBuilder .tinyMCE__whiteButton .top__upload .form-footer a, body.contentPage body.informationPages #body .pageBuilder .tinyMCE__whiteButton .top__upload .form-footer a,
        body.orderApproval #body .top__upload .form-footer input,
        body.orderApproval #body .top__upload .form-footer label,
        body.orderApproval #body .top__upload .form-footer .button,
        body.orderApproval body.informationPages #body .top__upload .form-footer label,
        body.informationPages body.orderApproval #body .top__upload .form-footer label,
        body.orderApproval #body .top__upload .form-footer label,
        body.orderApproval #body .top__upload .form-footer .products button.dropRow,
        body.orderApproval #body .products .top__upload .form-footer button.dropRow,
        body.orderApproval #body .top__upload .form-footer .order-controls button,
        body.orderApproval #body .order-controls .top__upload .form-footer button,
        body.orderApproval body.contentPage #body .top__upload .form-footer .pageBuilder .tinyMCE__redButton a,
        body.contentPage body.orderApproval #body .top__upload .form-footer .pageBuilder .tinyMCE__redButton a,
        body.orderApproval body.contentPage #body .pageBuilder .tinyMCE__redButton .top__upload .form-footer a,
        body.contentPage body.orderApproval #body .pageBuilder .tinyMCE__redButton .top__upload .form-footer a,
        body.orderApproval body.contentPage #body .top__upload .form-footer .pageBuilder .tinyMCE__darkButton a,
        body.contentPage body.orderApproval #body .top__upload .form-footer .pageBuilder .tinyMCE__darkButton a,
        body.orderApproval body.contentPage #body .pageBuilder .tinyMCE__darkButton .top__upload .form-footer a,
        body.contentPage body.orderApproval #body .pageBuilder .tinyMCE__darkButton .top__upload .form-footer a,
        body.orderApproval body.contentPage #body .top__upload .form-footer .pageBuilder .tinyMCE__whiteButton a,
        body.contentPage body.orderApproval #body .top__upload .form-footer .pageBuilder .tinyMCE__whiteButton a,
        body.orderApproval body.contentPage #body .pageBuilder .tinyMCE__whiteButton .top__upload .form-footer a,
        body.contentPage body.orderApproval #body .pageBuilder .tinyMCE__whiteButton .top__upload .form-footer a {
          width: auto;
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          margin: 0 5px;
          padding: 15px 25px; }
  body.informationPages #body .uploadSelect,
  body.orderApproval #body .uploadSelect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row; }
    body.informationPages #body .uploadSelect__company,
    body.orderApproval #body .uploadSelect__company {
      width: 100%;
      position: relative;
      margin-bottom: 15px; }
      body.informationPages #body .uploadSelect__company input[type="text"], body.informationPages #body .uploadSelect__company .summary-list__item,
      body.orderApproval #body .uploadSelect__company input[type="text"],
      body.orderApproval body.informationPages #body .uploadSelect__company .summary-list__item,
      body.informationPages body.orderApproval #body .uploadSelect__company .summary-list__item {
        border: 1px solid #C0C0C0;
        border-radius: 21px;
        height: 41px;
        padding: 0 40px 0 20px;
        background-color: white;
        outline: none !important; }
      body.informationPages #body .uploadSelect__company #searchCompany,
      body.orderApproval #body .uploadSelect__company #searchCompany {
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        padding: 0 15px;
        line-height: 41px; }
        body.informationPages #body .uploadSelect__company #searchCompany .tootal-icon,
        body.orderApproval #body .uploadSelect__company #searchCompany .tootal-icon {
          width: 17px;
          height: 17px;
          color: #c0c0c0;
          -webkit-transform: scaleX(-1);
                  transform: scaleX(-1); }
    body.informationPages #body .uploadSelect__user,
    body.orderApproval #body .uploadSelect__user {
      white-space: nowrap;
      margin-left: 20px;
      margin-bottom: 15px; }
      body.informationPages #body .uploadSelect__user button,
      body.orderApproval #body .uploadSelect__user button {
        padding-top: 0;
        padding-bottom: 0;
        line-height: 41px;
        min-height: 41px; }
  body.informationPages #body .proFormaTable,
  body.orderApproval #body .proFormaTable {
    font-size: 12px;
    color: #787878; }
    body.informationPages #body .proFormaTable td,
    body.orderApproval #body .proFormaTable td {
      border-bottom: 1px solid #979797;
      vertical-align: middle; }
      body.informationPages #body .proFormaTable td.bold,
      body.orderApproval #body .proFormaTable td.bold {
        font-weight: bold; }
    body.informationPages #body .proFormaTable__copy,
    body.orderApproval #body .proFormaTable__copy {
      position: relative; }
      body.informationPages #body .proFormaTable__copy input,
      body.orderApproval #body .proFormaTable__copy input {
        cursor: not-allowed;
        width: 100%;
        border: 1px solid #C0C0C0;
        border-radius: 21px;
        height: 41px;
        padding: 0 20px 0 80px;
        background-color: #eee;
        outline: none !important; }
        body.informationPages #body .proFormaTable__copy input:focus,
        body.orderApproval #body .proFormaTable__copy input:focus {
          -webkit-box-shadow: inset 0 0 2px #c0c0c0;
                  box-shadow: inset 0 0 2px #c0c0c0; }
        body.informationPages #body .proFormaTable__copy input::-webkit-input-placeholder, body.orderApproval #body .proFormaTable__copy input::-webkit-input-placeholder {
          color: #C0C0C0; }
        body.informationPages #body .proFormaTable__copy input:-moz-placeholder, body.orderApproval #body .proFormaTable__copy input:-moz-placeholder {
          color: #C0C0C0; }
        body.informationPages #body .proFormaTable__copy input::-moz-placeholder, body.orderApproval #body .proFormaTable__copy input::-moz-placeholder {
          color: #C0C0C0; }
        body.informationPages #body .proFormaTable__copy input:-ms-input-placeholder, body.orderApproval #body .proFormaTable__copy input:-ms-input-placeholder {
          color: #C0C0C0; }
      body.informationPages #body .proFormaTable__copy__button,
      body.orderApproval #body .proFormaTable__copy__button {
        outline: none !important;
        border-right: 1px solid #C0C0C0;
        width: 70px;
        height: 30px;
        background: transparent;
        position: absolute;
        left: 5px;
        right: 5px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        cursor: pointer; }
        body.informationPages #body .proFormaTable__copy__button .tootal-icon,
        body.orderApproval #body .proFormaTable__copy__button .tootal-icon {
          width: 22px;
          height: 22px;
          padding-right: 5px;
          color: #787878; }
    body.informationPages #body .proFormaTable svg,
    body.orderApproval #body .proFormaTable svg {
      height: 20px;
      width: 20px; }
      body.informationPages #body .proFormaTable svg.feather-check,
      body.orderApproval #body .proFormaTable svg.feather-check {
        color: green; }
      body.informationPages #body .proFormaTable svg.feather-x,
      body.orderApproval #body .proFormaTable svg.feather-x {
        color: #DE483B; }
      body.informationPages #body .proFormaTable svg.feather-trash,
      body.orderApproval #body .proFormaTable svg.feather-trash {
        cursor: pointer; }
  body.informationPages #body .order-list,
  body.orderApproval #body .order-list {
    padding-bottom: 175px; }
    body.informationPages #body .order-list table.table .header,
    body.orderApproval #body .order-list table.table .header {
      cursor: pointer;
      background-size: 12px auto;
      background-repeat: no-repeat;
      background-position: left 15px top 18px;
      padding-left: 26px; }
      body.informationPages #body .order-list table.table .header,
      body.orderApproval #body .order-list table.table .header {
        background-image: url('data:image/svg+xml;utf-8,<svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path fill="%23787878" d="M1408 1088q0 26-19 45l-448 448q-19 19-45 19t-45-19l-448-448q-19-19-19-45t19-45 45-19h896q26 0 45 19t19 45zm0-384q0 26-19 45t-45 19h-896q-26 0-45-19t-19-45 19-45l448-448q19-19 45-19t45 19l448 448q19 19 19 45z"/></svg>'); }
      body.informationPages #body .order-list table.table .headerSortDown,
      body.orderApproval #body .order-list table.table .headerSortDown {
        background-image: url('data:image/svg+xml;utf-8,<svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path fill="%23787878" d="M1408 1088q0 26-19 45l-448 448q-19 19-45 19t-45-19l-448-448q-19-19-19-45t19-45 45-19h896q26 0 45 19t19 45z"/></svg>'); }
      body.informationPages #body .order-list table.table .headerSortUp,
      body.orderApproval #body .order-list table.table .headerSortUp {
        background-image: url('data:image/svg+xml;utf-8,<svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path fill="%23787878" d="M1408 704q0 26-19 45t-45 19h-896q-26 0-45-19t-19-45 19-45l448-448q19-19 45-19t45 19l448 448q19 19 19 45z"/></svg>'); }
      body.informationPages #body .order-list table.table .header:hover,
      body.orderApproval #body .order-list table.table .header:hover {
        color: #232323;
        background-image: url('data:image/svg+xml;utf-8,<svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path fill="%23232323" d="M1408 1088q0 26-19 45l-448 448q-19 19-45 19t-45-19l-448-448q-19-19-19-45t19-45 45-19h896q26 0 45 19t19 45zm0-384q0 26-19 45t-45 19h-896q-26 0-45-19t-19-45 19-45l448-448q19-19 45-19t45 19l448 448q19 19 19 45z"/></svg>'); }
      body.informationPages #body .order-list table.table .headerSortDown:hover,
      body.orderApproval #body .order-list table.table .headerSortDown:hover {
        background-image: url('data:image/svg+xml;utf-8,<svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path fill="%23232323" d="M1408 1088q0 26-19 45l-448 448q-19 19-45 19t-45-19l-448-448q-19-19-19-45t19-45 45-19h896q26 0 45 19t19 45z"/></svg>'); }
      body.informationPages #body .order-list table.table .headerSortUp:hover,
      body.orderApproval #body .order-list table.table .headerSortUp:hover {
        background-image: url('data:image/svg+xml;utf-8,<svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path fill="%23232323" d="M1408 704q0 26-19 45t-45 19h-896q-26 0-45-19t-19-45 19-45l448-448q19-19 45-19t45 19l448 448q19 19 19 45z"/></svg>'); }
    body.informationPages #body .order-list table.table thead th,
    body.informationPages #body .order-list table.table tfoot th,
    body.orderApproval #body .order-list table.table thead th,
    body.orderApproval #body .order-list table.table tfoot th {
      font-size: 12px;
      color: #787878;
      border-top: none;
      padding-bottom: 13px;
      border-bottom: 1px solid #979797; }
      @media (min-width: 1600px) {
        body.informationPages #body .order-list table.table thead th,
        body.informationPages #body .order-list table.table tfoot th,
        body.orderApproval #body .order-list table.table thead th,
        body.orderApproval #body .order-list table.table tfoot th {
          white-space: nowrap; } }
      @media (max-width: 1599px) {
        body.informationPages #body .order-list table.table thead th,
        body.informationPages #body .order-list table.table tfoot th,
        body.orderApproval #body .order-list table.table thead th,
        body.orderApproval #body .order-list table.table tfoot th {
          vertical-align: middle; }
          body.informationPages #body .order-list table.table thead th.header,
          body.informationPages #body .order-list table.table tfoot th.header,
          body.orderApproval #body .order-list table.table thead th.header,
          body.orderApproval #body .order-list table.table tfoot th.header {
            background-position: left 12px center; } }
    body.informationPages #body .order-list table.table th, body.informationPages #body .order-list table.table td,
    body.orderApproval #body .order-list table.table th,
    body.orderApproval #body .order-list table.table td {
      padding: 15px 3px 15px 13px;
      border-top: 1px solid #979797; }
      body.informationPages #body .order-list table.table th.align-r, body.informationPages #body .order-list table.table td.align-r,
      body.orderApproval #body .order-list table.table th.align-r,
      body.orderApproval #body .order-list table.table td.align-r {
        text-align: right; }
      body.informationPages #body .order-list table.table th a, body.informationPages #body .order-list table.table td a,
      body.orderApproval #body .order-list table.table th a,
      body.orderApproval #body .order-list table.table td a {
        color: inherit; }
    body.informationPages #body .order-list table.table .searchable tr,
    body.orderApproval #body .order-list table.table .searchable tr {
      -webkit-transition: all 0.35s cubic-bezier(0.17, 0.67, 0.16, 0.99);
      transition: all 0.35s cubic-bezier(0.17, 0.67, 0.16, 0.99); }
    body.informationPages #body .order-list table.table .searchable--loading,
    body.orderApproval #body .order-list table.table .searchable--loading {
      background-color: #f6f6f6; }
      body.informationPages #body .order-list table.table .searchable--loading tr,
      body.orderApproval #body .order-list table.table .searchable--loading tr {
        opacity: .4;
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%); }
    body.informationPages #body .order-list table.table .searchable.savedCarts td,
    body.orderApproval #body .order-list table.table .searchable.savedCarts td {
      vertical-align: middle; }
    body.informationPages #body .order-list table.table .searchable.savedCarts a.updateCart,
    body.orderApproval #body .order-list table.table .searchable.savedCarts a.updateCart {
      color: white;
      margin: 0;
      max-width: 150px;
      font-family: "Open Sans", sans-serif;
      text-align: center; }
    body.informationPages #body .order-list table.table .searchable.savedCarts svg,
    body.orderApproval #body .order-list table.table .searchable.savedCarts svg {
      color: #787878; }
    body.informationPages #body .order-list table.table .order,
    body.orderApproval #body .order-list table.table .order {
      cursor: pointer;
      font-size: 12px;
      color: #787878;
      background-color: #f3f3f3; }
      body.informationPages #body .order-list table.table .order:hover,
      body.orderApproval #body .order-list table.table .order:hover {
        background-color: #ebebeb; }
      body.informationPages #body .order-list table.table .order--new,
      body.orderApproval #body .order-list table.table .order--new {
        background-color: white; }
        body.informationPages #body .order-list table.table .order--new:hover,
        body.orderApproval #body .order-list table.table .order--new:hover {
          background-color: #f6f6f6; }
      body.informationPages #body .order-list table.table .order--sample,
      body.orderApproval #body .order-list table.table .order--sample {
        background-color: #e3fbe3; }
        body.informationPages #body .order-list table.table .order--sample:hover,
        body.orderApproval #body .order-list table.table .order--sample:hover {
          background-color: #dbf2db; }

@-webkit-keyframes rotate-icon {
  25% {
    opacity: .6; }
  50% {
    opacity: 1; }
  75% {
    opacity: .6; }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate-icon {
  25% {
    opacity: .6; }
  50% {
    opacity: 1; }
  75% {
    opacity: .6; }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
      body.informationPages #body .order-list table.table .order .twr .feather-loader, body.informationPages #body .order-list table.table .order .drop .feather-loader,
      body.orderApproval #body .order-list table.table .order .twr .feather-loader,
      body.orderApproval #body .order-list table.table .order .drop .feather-loader {
        display: none;
        -webkit-animation: rotate-icon 3s linear infinite;
                animation: rotate-icon 3s linear infinite;
        color: #232323; }
      body.informationPages #body .order-list table.table .order .twr--loading .feather-loader, body.informationPages #body .order-list table.table .order .drop--loading .feather-loader,
      body.orderApproval #body .order-list table.table .order .twr--loading .feather-loader,
      body.orderApproval #body .order-list table.table .order .drop--loading .feather-loader {
        display: inline-block; }
      body.informationPages #body .order-list table.table .order .twr--loading .feather-mail,
      body.informationPages #body .order-list table.table .order .twr--loading .feather-trash-2, body.informationPages #body .order-list table.table .order .drop--loading .feather-mail,
      body.informationPages #body .order-list table.table .order .drop--loading .feather-trash-2,
      body.orderApproval #body .order-list table.table .order .twr--loading .feather-mail,
      body.orderApproval #body .order-list table.table .order .twr--loading .feather-trash-2,
      body.orderApproval #body .order-list table.table .order .drop--loading .feather-mail,
      body.orderApproval #body .order-list table.table .order .drop--loading .feather-trash-2 {
        display: none; }
      body.informationPages #body .order-list table.table .order .twr:hover, body.informationPages #body .order-list table.table .order .drop:hover,
      body.orderApproval #body .order-list table.table .order .twr:hover,
      body.orderApproval #body .order-list table.table .order .drop:hover {
        color: #DE483B; }
      body.informationPages #body .order-list table.table .order .created, body.informationPages #body .order-list table.table .order .updated,
      body.orderApproval #body .order-list table.table .order .created,
      body.orderApproval #body .order-list table.table .order .updated {
        white-space: nowrap; }
      body.informationPages #body .order-list table.table .order .tootal-icon,
      body.orderApproval #body .order-list table.table .order .tootal-icon {
        width: 16px;
        height: 16px;
        vertical-align: text-bottom; }
    body.informationPages #body .order-list table.table .nothing,
    body.orderApproval #body .order-list table.table .nothing {
      display: none; }
      body.informationPages #body .order-list table.table .nothing td,
      body.orderApproval #body .order-list table.table .nothing td {
        padding: 15px;
        color: #878787;
        font-size: 16px;
        font-style: italic; }
    body.informationPages #body .order-list table.table tfoot,
    body.orderApproval #body .order-list table.table tfoot {
      background-color: #f6f6f6;
      z-index: 999;
      position: relative; }
      body.informationPages #body .order-list table.table tfoot th,
      body.orderApproval #body .order-list table.table tfoot th {
        -webkit-box-shadow: inset 0 1px 0 #979797;
                box-shadow: inset 0 1px 0 #979797;
        border-bottom: none; }
      body.informationPages #body .order-list table.table tfoot:before,
      body.orderApproval #body .order-list table.table tfoot:before {
        content: '';
        position: absolute;
        width: calc(100% + 30px);
        height: 100%;
        left: -15px;
        background-color: #f6f6f6;
        z-index: -1;
        -webkit-box-shadow: inset 0 1px 0 #979797, 0 0 25px rgba(35, 35, 35, 0.4);
                box-shadow: inset 0 1px 0 #979797, 0 0 25px rgba(35, 35, 35, 0.4);
        opacity: 0;
        -webkit-transition: opacity 0.35s cubic-bezier(0.17, 0.67, 0.16, 0.99);
        transition: opacity 0.35s cubic-bezier(0.17, 0.67, 0.16, 0.99); }
      body.informationPages #body .order-list table.table tfoot.detached:before,
      body.orderApproval #body .order-list table.table tfoot.detached:before {
        opacity: 1; }
    body.informationPages #body .order-list table.table thead .merge,
    body.informationPages #body .order-list table.table tfoot .merge,
    body.orderApproval #body .order-list table.table thead .merge,
    body.orderApproval #body .order-list table.table tfoot .merge {
      padding: 5px 0; }
      body.informationPages #body .order-list table.table thead .merge .button, body.informationPages #body .order-list table.table thead .merge .top__upload label, body.informationPages #body .top__upload .order-list table.table thead .merge label, body.informationPages #body .order-list table.table thead .merge .products button.dropRow, body.informationPages #body .products .order-list table.table thead .merge button.dropRow, body.informationPages #body .order-list table.table thead .merge .order-controls button, body.informationPages #body .order-controls .order-list table.table thead .merge button, body.informationPages body.contentPage #body .order-list table.table thead .merge .pageBuilder .tinyMCE__redButton a, body.contentPage body.informationPages #body .order-list table.table thead .merge .pageBuilder .tinyMCE__redButton a, body.informationPages body.contentPage #body .pageBuilder .tinyMCE__redButton .order-list table.table thead .merge a, body.contentPage body.informationPages #body .pageBuilder .tinyMCE__redButton .order-list table.table thead .merge a, body.informationPages body.contentPage #body .order-list table.table thead .merge .pageBuilder .tinyMCE__darkButton a, body.contentPage body.informationPages #body .order-list table.table thead .merge .pageBuilder .tinyMCE__darkButton a, body.informationPages body.contentPage #body .pageBuilder .tinyMCE__darkButton .order-list table.table thead .merge a, body.contentPage body.informationPages #body .pageBuilder .tinyMCE__darkButton .order-list table.table thead .merge a, body.informationPages body.contentPage #body .order-list table.table thead .merge .pageBuilder .tinyMCE__whiteButton a, body.contentPage body.informationPages #body .order-list table.table thead .merge .pageBuilder .tinyMCE__whiteButton a, body.informationPages body.contentPage #body .pageBuilder .tinyMCE__whiteButton .order-list table.table thead .merge a, body.contentPage body.informationPages #body .pageBuilder .tinyMCE__whiteButton .order-list table.table thead .merge a,
      body.informationPages #body .order-list table.table tfoot .merge .button,
      body.informationPages #body .order-list table.table tfoot .merge .top__upload label,
      body.informationPages #body .top__upload .order-list table.table tfoot .merge label,
      body.informationPages #body .order-list table.table tfoot .merge .products button.dropRow,
      body.informationPages #body .products .order-list table.table tfoot .merge button.dropRow,
      body.informationPages #body .order-list table.table tfoot .merge .order-controls button,
      body.informationPages #body .order-controls .order-list table.table tfoot .merge button,
      body.informationPages body.contentPage #body .order-list table.table tfoot .merge .pageBuilder .tinyMCE__redButton a,
      body.contentPage body.informationPages #body .order-list table.table tfoot .merge .pageBuilder .tinyMCE__redButton a,
      body.informationPages body.contentPage #body .pageBuilder .tinyMCE__redButton .order-list table.table tfoot .merge a,
      body.contentPage body.informationPages #body .pageBuilder .tinyMCE__redButton .order-list table.table tfoot .merge a,
      body.informationPages body.contentPage #body .order-list table.table tfoot .merge .pageBuilder .tinyMCE__darkButton a,
      body.contentPage body.informationPages #body .order-list table.table tfoot .merge .pageBuilder .tinyMCE__darkButton a,
      body.informationPages body.contentPage #body .pageBuilder .tinyMCE__darkButton .order-list table.table tfoot .merge a,
      body.contentPage body.informationPages #body .pageBuilder .tinyMCE__darkButton .order-list table.table tfoot .merge a,
      body.informationPages body.contentPage #body .order-list table.table tfoot .merge .pageBuilder .tinyMCE__whiteButton a,
      body.contentPage body.informationPages #body .order-list table.table tfoot .merge .pageBuilder .tinyMCE__whiteButton a,
      body.informationPages body.contentPage #body .pageBuilder .tinyMCE__whiteButton .order-list table.table tfoot .merge a,
      body.contentPage body.informationPages #body .pageBuilder .tinyMCE__whiteButton .order-list table.table tfoot .merge a,
      body.orderApproval #body .order-list table.table thead .merge .button,
      body.orderApproval #body .order-list table.table thead .merge .top__upload label,
      body.orderApproval #body .top__upload .order-list table.table thead .merge label,
      body.orderApproval #body .order-list table.table thead .merge .products button.dropRow,
      body.orderApproval #body .products .order-list table.table thead .merge button.dropRow,
      body.orderApproval #body .order-list table.table thead .merge .order-controls button,
      body.orderApproval #body .order-controls .order-list table.table thead .merge button,
      body.orderApproval body.contentPage #body .order-list table.table thead .merge .pageBuilder .tinyMCE__redButton a,
      body.contentPage body.orderApproval #body .order-list table.table thead .merge .pageBuilder .tinyMCE__redButton a,
      body.orderApproval body.contentPage #body .pageBuilder .tinyMCE__redButton .order-list table.table thead .merge a,
      body.contentPage body.orderApproval #body .pageBuilder .tinyMCE__redButton .order-list table.table thead .merge a,
      body.orderApproval body.contentPage #body .order-list table.table thead .merge .pageBuilder .tinyMCE__darkButton a,
      body.contentPage body.orderApproval #body .order-list table.table thead .merge .pageBuilder .tinyMCE__darkButton a,
      body.orderApproval body.contentPage #body .pageBuilder .tinyMCE__darkButton .order-list table.table thead .merge a,
      body.contentPage body.orderApproval #body .pageBuilder .tinyMCE__darkButton .order-list table.table thead .merge a,
      body.orderApproval body.contentPage #body .order-list table.table thead .merge .pageBuilder .tinyMCE__whiteButton a,
      body.contentPage body.orderApproval #body .order-list table.table thead .merge .pageBuilder .tinyMCE__whiteButton a,
      body.orderApproval body.contentPage #body .pageBuilder .tinyMCE__whiteButton .order-list table.table thead .merge a,
      body.contentPage body.orderApproval #body .pageBuilder .tinyMCE__whiteButton .order-list table.table thead .merge a,
      body.orderApproval #body .order-list table.table tfoot .merge .button,
      body.orderApproval #body .order-list table.table tfoot .merge .top__upload label,
      body.orderApproval #body .top__upload .order-list table.table tfoot .merge label,
      body.orderApproval #body .order-list table.table tfoot .merge .products button.dropRow,
      body.orderApproval #body .products .order-list table.table tfoot .merge button.dropRow,
      body.orderApproval #body .order-list table.table tfoot .merge .order-controls button,
      body.orderApproval #body .order-controls .order-list table.table tfoot .merge button,
      body.orderApproval body.contentPage #body .order-list table.table tfoot .merge .pageBuilder .tinyMCE__redButton a,
      body.contentPage body.orderApproval #body .order-list table.table tfoot .merge .pageBuilder .tinyMCE__redButton a,
      body.orderApproval body.contentPage #body .pageBuilder .tinyMCE__redButton .order-list table.table tfoot .merge a,
      body.contentPage body.orderApproval #body .pageBuilder .tinyMCE__redButton .order-list table.table tfoot .merge a,
      body.orderApproval body.contentPage #body .order-list table.table tfoot .merge .pageBuilder .tinyMCE__darkButton a,
      body.contentPage body.orderApproval #body .order-list table.table tfoot .merge .pageBuilder .tinyMCE__darkButton a,
      body.orderApproval body.contentPage #body .pageBuilder .tinyMCE__darkButton .order-list table.table tfoot .merge a,
      body.contentPage body.orderApproval #body .pageBuilder .tinyMCE__darkButton .order-list table.table tfoot .merge a,
      body.orderApproval body.contentPage #body .order-list table.table tfoot .merge .pageBuilder .tinyMCE__whiteButton a,
      body.contentPage body.orderApproval #body .order-list table.table tfoot .merge .pageBuilder .tinyMCE__whiteButton a,
      body.orderApproval body.contentPage #body .pageBuilder .tinyMCE__whiteButton .order-list table.table tfoot .merge a,
      body.contentPage body.orderApproval #body .pageBuilder .tinyMCE__whiteButton .order-list table.table tfoot .merge a {
        padding: 8px 12px; }
    body.informationPages #body .order-list table.table thead td,
    body.orderApproval #body .order-list table.table thead td {
      padding: 0 0 11px;
      color: #A4A4A4;
      font-size: 12px;
      line-height: 17px;
      font-weight: bold;
      border: none; }
    body.informationPages #body .order-list table.table thead th.order-list__quantity,
    body.orderApproval #body .order-list table.table thead th.order-list__quantity {
      background-color: #A4A4A4;
      color: #fff; }
      body.informationPages #body .order-list table.table thead th.order-list__quantity--last,
      body.orderApproval #body .order-list table.table thead th.order-list__quantity--last {
        padding-right: 10px; }
    body.informationPages #body .order-list--summary a,
    body.orderApproval #body .order-list--summary a {
      color: #DE483B;
      text-decoration: underline; }
    body.informationPages #body .order-list--summary table.table .order,
    body.orderApproval #body .order-list--summary table.table .order {
      cursor: default; }
    body.informationPages #body .order-list--product-codes table.table .order,
    body.orderApproval #body .order-list--product-codes table.table .order {
      cursor: default; }
    body.informationPages #body .order-list--product-codes .order .button, body.informationPages #body .order-list--product-codes .order .top__upload label, body.informationPages #body .top__upload .order-list--product-codes .order label, body.informationPages #body .order-list--product-codes .order .products button.dropRow, body.informationPages #body .products .order-list--product-codes .order button.dropRow, body.informationPages #body .order-list--product-codes .order .order-controls button, body.informationPages #body .order-controls .order-list--product-codes .order button, body.informationPages body.contentPage #body .order-list--product-codes .order .pageBuilder .tinyMCE__redButton a, body.contentPage body.informationPages #body .order-list--product-codes .order .pageBuilder .tinyMCE__redButton a, body.informationPages body.contentPage #body .pageBuilder .tinyMCE__redButton .order-list--product-codes .order a, body.contentPage body.informationPages #body .pageBuilder .tinyMCE__redButton .order-list--product-codes .order a, body.informationPages body.contentPage #body .order-list--product-codes .order .pageBuilder .tinyMCE__darkButton a, body.contentPage body.informationPages #body .order-list--product-codes .order .pageBuilder .tinyMCE__darkButton a, body.informationPages body.contentPage #body .pageBuilder .tinyMCE__darkButton .order-list--product-codes .order a, body.contentPage body.informationPages #body .pageBuilder .tinyMCE__darkButton .order-list--product-codes .order a, body.informationPages body.contentPage #body .order-list--product-codes .order .pageBuilder .tinyMCE__whiteButton a, body.contentPage body.informationPages #body .order-list--product-codes .order .pageBuilder .tinyMCE__whiteButton a, body.informationPages body.contentPage #body .pageBuilder .tinyMCE__whiteButton .order-list--product-codes .order a, body.contentPage body.informationPages #body .pageBuilder .tinyMCE__whiteButton .order-list--product-codes .order a,
    body.orderApproval #body .order-list--product-codes .order .button,
    body.orderApproval #body .order-list--product-codes .order .top__upload label,
    body.orderApproval #body .top__upload .order-list--product-codes .order label,
    body.orderApproval #body .order-list--product-codes .order .products button.dropRow,
    body.orderApproval #body .products .order-list--product-codes .order button.dropRow,
    body.orderApproval #body .order-list--product-codes .order .order-controls button,
    body.orderApproval #body .order-controls .order-list--product-codes .order button,
    body.orderApproval body.contentPage #body .order-list--product-codes .order .pageBuilder .tinyMCE__redButton a,
    body.contentPage body.orderApproval #body .order-list--product-codes .order .pageBuilder .tinyMCE__redButton a,
    body.orderApproval body.contentPage #body .pageBuilder .tinyMCE__redButton .order-list--product-codes .order a,
    body.contentPage body.orderApproval #body .pageBuilder .tinyMCE__redButton .order-list--product-codes .order a,
    body.orderApproval body.contentPage #body .order-list--product-codes .order .pageBuilder .tinyMCE__darkButton a,
    body.contentPage body.orderApproval #body .order-list--product-codes .order .pageBuilder .tinyMCE__darkButton a,
    body.orderApproval body.contentPage #body .pageBuilder .tinyMCE__darkButton .order-list--product-codes .order a,
    body.contentPage body.orderApproval #body .pageBuilder .tinyMCE__darkButton .order-list--product-codes .order a,
    body.orderApproval body.contentPage #body .order-list--product-codes .order .pageBuilder .tinyMCE__whiteButton a,
    body.contentPage body.orderApproval #body .order-list--product-codes .order .pageBuilder .tinyMCE__whiteButton a,
    body.orderApproval body.contentPage #body .pageBuilder .tinyMCE__whiteButton .order-list--product-codes .order a,
    body.contentPage body.orderApproval #body .pageBuilder .tinyMCE__whiteButton .order-list--product-codes .order a {
      margin-top: 0;
      display: inline-block;
      line-height: 18px; }
    body.informationPages #body .order-list--product-codes .order td:last-child,
    body.orderApproval #body .order-list--product-codes .order td:last-child {
      padding-top: 5px;
      padding-bottom: 5px; }
    body.informationPages #body .order-list--product-codes td:last-child,
    body.informationPages #body .order-list--product-codes th:last-child,
    body.orderApproval #body .order-list--product-codes td:last-child,
    body.orderApproval #body .order-list--product-codes th:last-child {
      width: 25%; }
    body.informationPages #body .order-list--invoice-summary .order .button--dark, body.informationPages #body .order-list--invoice-summary .order .top__upload label, body.informationPages #body .top__upload .order-list--invoice-summary .order label, body.informationPages #body .order-list--invoice-summary .order .products button.dropRow, body.informationPages #body .products .order-list--invoice-summary .order button.dropRow, body.informationPages #body .order-list--invoice-summary .order .order-controls button, body.informationPages #body .order-controls .order-list--invoice-summary .order button, body.informationPages body.contentPage #body .order-list--invoice-summary .order .pageBuilder .tinyMCE__darkButton a, body.contentPage body.informationPages #body .order-list--invoice-summary .order .pageBuilder .tinyMCE__darkButton a, body.informationPages body.contentPage #body .pageBuilder .tinyMCE__darkButton .order-list--invoice-summary .order a, body.contentPage body.informationPages #body .pageBuilder .tinyMCE__darkButton .order-list--invoice-summary .order a, body.informationPages #body .order-list--invoice-summary .order section.digitalPrint #filterForm div.dropdown-menu .popover-header button, section.digitalPrint #filterForm div.dropdown-menu .popover-header body.informationPages #body .order-list--invoice-summary .order button, body.informationPages #body .order-list--invoice-summary .order section.collectionTool div.dropdown-menu .popover-header button, body.informationPages #body section.collectionTool div.dropdown-menu .popover-header .order-list--invoice-summary .order button, body.informationPages #body .order-list--invoice-summary .order section.news .news__sidebar div.dropdown-menu .popover-header button, section.news .news__sidebar div.dropdown-menu .popover-header body.informationPages #body .order-list--invoice-summary .order button,
    body.orderApproval #body .order-list--invoice-summary .order .button--dark,
    body.orderApproval #body .order-list--invoice-summary .order .top__upload label,
    body.orderApproval #body .top__upload .order-list--invoice-summary .order label,
    body.orderApproval #body .order-list--invoice-summary .order .products button.dropRow,
    body.orderApproval #body .products .order-list--invoice-summary .order button.dropRow,
    body.orderApproval #body .order-list--invoice-summary .order .order-controls button,
    body.orderApproval #body .order-controls .order-list--invoice-summary .order button,
    body.orderApproval body.contentPage #body .order-list--invoice-summary .order .pageBuilder .tinyMCE__darkButton a,
    body.contentPage body.orderApproval #body .order-list--invoice-summary .order .pageBuilder .tinyMCE__darkButton a,
    body.orderApproval body.contentPage #body .pageBuilder .tinyMCE__darkButton .order-list--invoice-summary .order a,
    body.contentPage body.orderApproval #body .pageBuilder .tinyMCE__darkButton .order-list--invoice-summary .order a,
    body.orderApproval #body .order-list--invoice-summary .order section.digitalPrint #filterForm div.dropdown-menu .popover-header button,
    section.digitalPrint #filterForm div.dropdown-menu .popover-header body.orderApproval #body .order-list--invoice-summary .order button,
    body.orderApproval #body .order-list--invoice-summary .order section.collectionTool div.dropdown-menu .popover-header button,
    body.orderApproval #body section.collectionTool div.dropdown-menu .popover-header .order-list--invoice-summary .order button,
    body.orderApproval #body .order-list--invoice-summary .order section.news .news__sidebar div.dropdown-menu .popover-header button,
    section.news .news__sidebar div.dropdown-menu .popover-header body.orderApproval #body .order-list--invoice-summary .order button {
      display: inline;
      margin-top: 0;
      margin-left: 0; }
      body.informationPages #body .order-list--invoice-summary .order .button--dark svg, body.informationPages #body .order-list--invoice-summary .order .top__upload label svg, body.informationPages #body .top__upload .order-list--invoice-summary .order label svg, body.informationPages #body .order-list--invoice-summary .order .products button.dropRow svg, body.informationPages #body .products .order-list--invoice-summary .order button.dropRow svg, body.informationPages #body .order-list--invoice-summary .order .order-controls button svg, body.informationPages #body .order-controls .order-list--invoice-summary .order button svg, body.informationPages body.contentPage #body .order-list--invoice-summary .order .pageBuilder .tinyMCE__darkButton a svg, body.contentPage body.informationPages #body .order-list--invoice-summary .order .pageBuilder .tinyMCE__darkButton a svg, body.informationPages body.contentPage #body .pageBuilder .tinyMCE__darkButton .order-list--invoice-summary .order a svg, body.contentPage body.informationPages #body .pageBuilder .tinyMCE__darkButton .order-list--invoice-summary .order a svg, body.informationPages #body .order-list--invoice-summary .order section.digitalPrint #filterForm div.dropdown-menu .popover-header button svg, section.digitalPrint #filterForm div.dropdown-menu .popover-header body.informationPages #body .order-list--invoice-summary .order button svg, body.informationPages #body .order-list--invoice-summary .order section.collectionTool div.dropdown-menu .popover-header button svg, body.informationPages #body section.collectionTool div.dropdown-menu .popover-header .order-list--invoice-summary .order button svg, body.informationPages #body .order-list--invoice-summary .order section.news .news__sidebar div.dropdown-menu .popover-header button svg, section.news .news__sidebar div.dropdown-menu .popover-header body.informationPages #body .order-list--invoice-summary .order button svg,
      body.orderApproval #body .order-list--invoice-summary .order .button--dark svg,
      body.orderApproval #body .order-list--invoice-summary .order .top__upload label svg,
      body.orderApproval #body .top__upload .order-list--invoice-summary .order label svg,
      body.orderApproval #body .order-list--invoice-summary .order .products button.dropRow svg,
      body.orderApproval #body .products .order-list--invoice-summary .order button.dropRow svg,
      body.orderApproval #body .order-list--invoice-summary .order .order-controls button svg,
      body.orderApproval #body .order-controls .order-list--invoice-summary .order button svg,
      body.orderApproval body.contentPage #body .order-list--invoice-summary .order .pageBuilder .tinyMCE__darkButton a svg,
      body.contentPage body.orderApproval #body .order-list--invoice-summary .order .pageBuilder .tinyMCE__darkButton a svg,
      body.orderApproval body.contentPage #body .pageBuilder .tinyMCE__darkButton .order-list--invoice-summary .order a svg,
      body.contentPage body.orderApproval #body .pageBuilder .tinyMCE__darkButton .order-list--invoice-summary .order a svg,
      body.orderApproval #body .order-list--invoice-summary .order section.digitalPrint #filterForm div.dropdown-menu .popover-header button svg,
      section.digitalPrint #filterForm div.dropdown-menu .popover-header body.orderApproval #body .order-list--invoice-summary .order button svg,
      body.orderApproval #body .order-list--invoice-summary .order section.collectionTool div.dropdown-menu .popover-header button svg,
      body.orderApproval #body section.collectionTool div.dropdown-menu .popover-header .order-list--invoice-summary .order button svg,
      body.orderApproval #body .order-list--invoice-summary .order section.news .news__sidebar div.dropdown-menu .popover-header button svg,
      section.news .news__sidebar div.dropdown-menu .popover-header body.orderApproval #body .order-list--invoice-summary .order button svg {
        margin-right: 0; }
  body.informationPages #body .order,
  body.orderApproval #body .order {
    color: #535353; }
    body.informationPages #body .order__title,
    body.orderApproval #body .order__title {
      height: 48px;
      color: #DE483B;
      font-size: 20px;
      line-height: 24px;
      font-family: "Lora", serif; }
    body.informationPages #body .order .button, body.informationPages #body .order .top__upload label, body.informationPages #body .top__upload .order label, body.informationPages #body .order .products button.dropRow, body.informationPages #body .products .order button.dropRow, body.informationPages #body .order .order-controls button, body.informationPages #body .order-controls .order button, body.informationPages body.contentPage #body .order .pageBuilder .tinyMCE__redButton a, body.contentPage body.informationPages #body .order .pageBuilder .tinyMCE__redButton a, body.informationPages body.contentPage #body .pageBuilder .tinyMCE__redButton .order a, body.contentPage body.informationPages #body .pageBuilder .tinyMCE__redButton .order a, body.informationPages body.contentPage #body .order .pageBuilder .tinyMCE__darkButton a, body.contentPage body.informationPages #body .order .pageBuilder .tinyMCE__darkButton a, body.informationPages body.contentPage #body .pageBuilder .tinyMCE__darkButton .order a, body.contentPage body.informationPages #body .pageBuilder .tinyMCE__darkButton .order a, body.informationPages body.contentPage #body .order .pageBuilder .tinyMCE__whiteButton a, body.contentPage body.informationPages #body .order .pageBuilder .tinyMCE__whiteButton a, body.informationPages body.contentPage #body .pageBuilder .tinyMCE__whiteButton .order a, body.contentPage body.informationPages #body .pageBuilder .tinyMCE__whiteButton .order a,
    body.orderApproval #body .order .button,
    body.orderApproval #body .order .top__upload label,
    body.orderApproval #body .top__upload .order label,
    body.orderApproval #body .order .products button.dropRow,
    body.orderApproval #body .products .order button.dropRow,
    body.orderApproval #body .order .order-controls button,
    body.orderApproval #body .order-controls .order button,
    body.orderApproval body.contentPage #body .order .pageBuilder .tinyMCE__redButton a,
    body.contentPage body.orderApproval #body .order .pageBuilder .tinyMCE__redButton a,
    body.orderApproval body.contentPage #body .pageBuilder .tinyMCE__redButton .order a,
    body.contentPage body.orderApproval #body .pageBuilder .tinyMCE__redButton .order a,
    body.orderApproval body.contentPage #body .order .pageBuilder .tinyMCE__darkButton a,
    body.contentPage body.orderApproval #body .order .pageBuilder .tinyMCE__darkButton a,
    body.orderApproval body.contentPage #body .pageBuilder .tinyMCE__darkButton .order a,
    body.contentPage body.orderApproval #body .pageBuilder .tinyMCE__darkButton .order a,
    body.orderApproval body.contentPage #body .order .pageBuilder .tinyMCE__whiteButton a,
    body.contentPage body.orderApproval #body .order .pageBuilder .tinyMCE__whiteButton a,
    body.orderApproval body.contentPage #body .pageBuilder .tinyMCE__whiteButton .order a,
    body.contentPage body.orderApproval #body .pageBuilder .tinyMCE__whiteButton .order a {
      padding: 10px 20px;
      font-size: 12px;
      line-height: 17px;
      min-height: 36px;
      text-transform: none; }
    body.informationPages #body .order table,
    body.informationPages #body .order .form,
    body.orderApproval #body .order table,
    body.orderApproval #body .order .form {
      display: table;
      width: 100%; }
      body.informationPages #body .order table tr, body.informationPages #body .order table__row,
      body.informationPages #body .order .form tr,
      body.informationPages #body .order .form__row,
      body.orderApproval #body .order table tr,
      body.orderApproval #body .order table__row,
      body.orderApproval #body .order .form tr,
      body.orderApproval #body .order .form__row {
        display: table-row; }
        body.informationPages #body .order table tr label,
        body.informationPages #body .order table tr input, body.informationPages #body .order table__row label,
        body.informationPages #body .order table__row input,
        body.informationPages #body .order .form tr label,
        body.informationPages #body .order .form tr input,
        body.informationPages #body .order .form__row label,
        body.informationPages #body .order .form__row input,
        body.orderApproval #body .order table tr label,
        body.orderApproval #body .order table tr input,
        body.orderApproval #body .order table__row label,
        body.orderApproval #body .order table__row input,
        body.orderApproval #body .order .form tr label,
        body.orderApproval #body .order .form tr input,
        body.orderApproval #body .order .form__row label,
        body.orderApproval #body .order .form__row input {
          display: table-cell;
          height: 43px;
          margin: 0; }
      body.informationPages #body .order table .bootstrap-select,
      body.informationPages #body .order .form .bootstrap-select,
      body.orderApproval #body .order table .bootstrap-select,
      body.orderApproval #body .order .form .bootstrap-select {
        display: table-cell !important; }
    body.informationPages #body .order th,
    body.orderApproval #body .order th {
      white-space: nowrap;
      padding-right: 10px; }
    body.informationPages #body .order__info, body.informationPages #body .order__details, body.informationPages #body .order__comments,
    body.orderApproval #body .order__info,
    body.orderApproval #body .order__details,
    body.orderApproval #body .order__comments {
      background-color: white;
      padding: 15px 25px;
      float: left;
      width: 100%;
      font-size: 14px; }
      body.informationPages #body .order__info .orderCommentsTitle, body.informationPages #body .order__details .orderCommentsTitle, body.informationPages #body .order__comments .orderCommentsTitle,
      body.orderApproval #body .order__info .orderCommentsTitle,
      body.orderApproval #body .order__details .orderCommentsTitle,
      body.orderApproval #body .order__comments .orderCommentsTitle {
        font-weight: bold; }
    body.informationPages #body .order label,
    body.orderApproval #body .order label {
      font-weight: 600; }
      body.informationPages #body .order label .tootal-icon,
      body.orderApproval #body .order label .tootal-icon {
        margin-left: 5px;
        color: #ABABAB; }
    body.informationPages #body .order textarea,
    body.orderApproval #body .order textarea {
      width: 100%;
      outline: none !important;
      min-height: 140px;
      padding: 10px 16px 9px;
      border: 1px solid #D2D2D2;
      font-size: 12px; }
    body.informationPages #body .order .button, body.informationPages #body .order .top__upload label, body.informationPages #body .top__upload .order label, body.informationPages #body .order .products button.dropRow, body.informationPages #body .products .order button.dropRow, body.informationPages #body .order .order-controls button, body.informationPages #body .order-controls .order button, body.informationPages body.contentPage #body .order .pageBuilder .tinyMCE__redButton a, body.contentPage body.informationPages #body .order .pageBuilder .tinyMCE__redButton a, body.informationPages body.contentPage #body .pageBuilder .tinyMCE__redButton .order a, body.contentPage body.informationPages #body .pageBuilder .tinyMCE__redButton .order a, body.informationPages body.contentPage #body .order .pageBuilder .tinyMCE__darkButton a, body.contentPage body.informationPages #body .order .pageBuilder .tinyMCE__darkButton a, body.informationPages body.contentPage #body .pageBuilder .tinyMCE__darkButton .order a, body.contentPage body.informationPages #body .pageBuilder .tinyMCE__darkButton .order a, body.informationPages body.contentPage #body .order .pageBuilder .tinyMCE__whiteButton a, body.contentPage body.informationPages #body .order .pageBuilder .tinyMCE__whiteButton a, body.informationPages body.contentPage #body .pageBuilder .tinyMCE__whiteButton .order a, body.contentPage body.informationPages #body .pageBuilder .tinyMCE__whiteButton .order a,
    body.orderApproval #body .order .button,
    body.orderApproval #body .order .top__upload label,
    body.orderApproval #body .top__upload .order label,
    body.orderApproval #body .order .products button.dropRow,
    body.orderApproval #body .products .order button.dropRow,
    body.orderApproval #body .order .order-controls button,
    body.orderApproval #body .order-controls .order button,
    body.orderApproval body.contentPage #body .order .pageBuilder .tinyMCE__redButton a,
    body.contentPage body.orderApproval #body .order .pageBuilder .tinyMCE__redButton a,
    body.orderApproval body.contentPage #body .pageBuilder .tinyMCE__redButton .order a,
    body.contentPage body.orderApproval #body .pageBuilder .tinyMCE__redButton .order a,
    body.orderApproval body.contentPage #body .order .pageBuilder .tinyMCE__darkButton a,
    body.contentPage body.orderApproval #body .order .pageBuilder .tinyMCE__darkButton a,
    body.orderApproval body.contentPage #body .pageBuilder .tinyMCE__darkButton .order a,
    body.contentPage body.orderApproval #body .pageBuilder .tinyMCE__darkButton .order a,
    body.orderApproval body.contentPage #body .order .pageBuilder .tinyMCE__whiteButton a,
    body.contentPage body.orderApproval #body .order .pageBuilder .tinyMCE__whiteButton a,
    body.orderApproval body.contentPage #body .pageBuilder .tinyMCE__whiteButton .order a,
    body.contentPage body.orderApproval #body .pageBuilder .tinyMCE__whiteButton .order a {
      display: block;
      margin-top: 20px;
      margin-left: auto; }
    body.informationPages #body .order input[type="text"], body.informationPages #body .order .summary-list__item,
    body.informationPages #body .order .bootstrap-select button[type="button"],
    body.orderApproval #body .order input[type="text"],
    body.orderApproval body.informationPages #body .order .summary-list__item,
    body.informationPages body.orderApproval #body .order .summary-list__item,
    body.orderApproval #body .order .bootstrap-select button[type="button"] {
      border: 1px solid #D2D2D2;
      line-height: 17px;
      padding: 10px 16px 9px;
      font-size: 12px; }
    body.informationPages #body .order .bootstrap-select,
    body.orderApproval #body .order .bootstrap-select {
      width: auto; }
    body.informationPages #body .order .dropdown-menu,
    body.orderApproval #body .order .dropdown-menu {
      font-size: 12px; }
    body.informationPages #body .order .dropdown-menu:not(.inner),
    body.orderApproval #body .order .dropdown-menu:not(.inner) {
      margin-top: 2px; }
    body.informationPages #body .order__discountText,
    body.orderApproval #body .order__discountText {
      float: left;
      bottom: 0;
      /*margin-left: 15px;*/
      font-weight: bold;
      font-size: 20px;
      margin-bottom: 10px; }
  body.informationPages #body .products,
  body.orderApproval #body .products {
    margin: 60px 0; }
    body.informationPages #body .products__table-title,
    body.orderApproval #body .products__table-title {
      text-align: center;
      height: 48px;
      color: #DE483B;
      font-size: 24px;
      line-height: 28px;
      font-family: "Lora", serif; }
      body.informationPages #body .products__table-title--finished,
      body.orderApproval #body .products__table-title--finished {
        margin-top: 60px; }
    body.informationPages #body .products .table,
    body.orderApproval #body .products .table {
      font-size: 14px;
      line-height: 19px;
      color: #535353; }
      body.informationPages #body .products .table .modalRow td,
      body.orderApproval #body .products .table .modalRow td {
        height: 0;
        padding: 0;
        border-top: 0; }
      body.informationPages #body .products .table td,
      body.orderApproval #body .products .table td {
        line-height: 28px;
        padding: 11px; }
      body.informationPages #body .products .table td.productid.red,
      body.orderApproval #body .products .table td.productid.red {
        background: #DE483B !important; }
      body.informationPages #body .products .table .tootal-icon,
      body.orderApproval #body .products .table .tootal-icon {
        color: #535353;
        width: 16px;
        height: 16px;
        display: inline-block; }
        body.informationPages #body .products .table .tootal-icon.feather-alert-circle,
        body.orderApproval #body .products .table .tootal-icon.feather-alert-circle {
          color: #DE483B; }
      body.informationPages #body .products .table .surCharge,
      body.orderApproval #body .products .table .surCharge {
        font-size: 10px; }
    body.informationPages #body .products th,
    body.orderApproval #body .products th {
      border-top: 0;
      font-weight: bold;
      white-space: nowrap; }
    body.informationPages #body .products .amountLeft,
    body.orderApproval #body .products .amountLeft {
      font-size: 12px; }
    body.informationPages #body .products .allWeeksRow,
    body.orderApproval #body .products .allWeeksRow {
      background-color: white;
      border-bottom: 2px solid #dee2e6; }
    body.informationPages #body .products .weektd,
    body.orderApproval #body .products .weektd {
      position: relative; }
      body.informationPages #body .products .weektd > span[data-toggle],
      body.orderApproval #body .products .weektd > span[data-toggle] {
        display: block;
        position: absolute;
        z-index: 2;
        left: 0;
        top: 12px;
        background-color: white;
        height: 28px;
        width: 25px;
        border-radius: 28px 0 0 28px;
        border: 1px solid #D8D8D8;
        line-height: 32px;
        text-align: right;
        padding-right: 2px;
        cursor: pointer; }
      body.informationPages #body .products .weektd .tootal-icon,
      body.orderApproval #body .products .weektd .tootal-icon {
        float: none;
        width: 16px;
        height: 16px;
        vertical-align: inherit; }
    body.informationPages #body .products .weekavailable.red,
    body.orderApproval #body .products .weekavailable.red {
      background: #ff6c6c !important; }
    body.informationPages #body .products .weekavailable.yellow,
    body.orderApproval #body .products .weekavailable.yellow {
      background: #ffff79 !important; }
    body.informationPages #body .products .editRowComment .tootal-icon, body.informationPages #body .products .editAgentComment .tootal-icon,
    body.orderApproval #body .products .editRowComment .tootal-icon,
    body.orderApproval #body .products .editAgentComment .tootal-icon {
      cursor: pointer; }
    body.informationPages #body .products .amountLeft,
    body.orderApproval #body .products .amountLeft {
      margin-top: -2px;
      margin-bottom: -10px; }
    body.informationPages #body .products .checkAll__label,
    body.orderApproval #body .products .checkAll__label {
      margin-bottom: 0;
      cursor: pointer;
      padding-right: 24px;
      margin-right: -12px; }
    body.informationPages #body .products .checkAll__wrapper,
    body.orderApproval #body .products .checkAll__wrapper {
      float: right;
      height: 100%;
      width: 0; }
      body.informationPages #body .products .checkAll__wrapper .checkbox,
      body.orderApproval #body .products .checkAll__wrapper .checkbox {
        top: calc(50% + 2px);
        left: 12px; }
    body.informationPages #body .products button.dropRow,
    body.orderApproval #body .products button.dropRow {
      text-transform: lowercase;
      padding: 9px 17px;
      font-size: 12px;
      line-height: 17px; }
    body.informationPages #body .products input[type="text"], body.informationPages #body .products .summary-list__item,
    body.informationPages #body .products .bootstrap-select button[type="button"],
    body.orderApproval #body .products input[type="text"],
    body.orderApproval body.informationPages #body .products .summary-list__item,
    body.informationPages body.orderApproval #body .products .summary-list__item,
    body.orderApproval #body .products .bootstrap-select button[type="button"] {
      padding: 2px 10px;
      display: inline-block;
      border: 1px solid #D8D8D8;
      border-radius: 17px; }
    body.informationPages #body .products .bootstrap-select,
    body.orderApproval #body .products .bootstrap-select {
      background-color: transparent; }
    body.informationPages #body .products input[type="text"], body.informationPages #body .products .summary-list__item,
    body.orderApproval #body .products input[type="text"],
    body.orderApproval body.informationPages #body .products .summary-list__item,
    body.informationPages body.orderApproval #body .products .summary-list__item {
      max-width: 75%;
      width: 65px;
      text-align: center; }
    body.informationPages #body .products .filter-option-inner-inner,
    body.orderApproval #body .products .filter-option-inner-inner {
      text-align: center; }
    body.informationPages #body .products .pagination,
    body.orderApproval #body .products .pagination {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      body.informationPages #body .products .pagination .page-item .page-link,
      body.orderApproval #body .products .pagination .page-item .page-link {
        color: #535353;
        background-color: white;
        font-weight: bold;
        padding: 0 8px;
        text-align: center;
        margin: 0 2.66667px;
        font-size: 14px;
        line-height: 38px;
        border-radius: 20px;
        min-width: 40px;
        height: 40px;
        border: 2px solid #535353; }
        body.informationPages #body .products .pagination .page-item .page-link:focus,
        body.orderApproval #body .products .pagination .page-item .page-link:focus {
          -webkit-box-shadow: 0 0 10px -5px #232323;
                  box-shadow: 0 0 10px -5px #232323;
          background-color: #D2D2D2; }
        body.informationPages #body .products .pagination .page-item .page-link:hover,
        body.orderApproval #body .products .pagination .page-item .page-link:hover {
          background-color: rgba(210, 210, 210, 0.4); }
      body.informationPages #body .products .pagination .page-item.active .page-link,
      body.orderApproval #body .products .pagination .page-item.active .page-link {
        background-color: #DE483B;
        color: white;
        -webkit-box-shadow: none;
                box-shadow: none;
        border-color: #DE483B; }
  body.informationPages #body .order-controls,
  body.orderApproval #body .order-controls {
    padding-bottom: 60px; }
    body.informationPages #body .order-controls a,
    body.orderApproval #body .order-controls a {
      margin: 0;
      padding: 0; }
      body.informationPages #body .order-controls a:hover,
      body.orderApproval #body .order-controls a:hover {
        text-decoration: none; }
    body.informationPages #body .order-controls button,
    body.orderApproval #body .order-controls button {
      margin: 5px;
      padding: 10px 20px;
      font-size: 12px;
      text-align: center;
      min-width: 200px; }
      body.informationPages #body .order-controls button.orangeButton,
      body.orderApproval #body .order-controls button.orangeButton {
        background-color: #999; }
      body.informationPages #body .order-controls button.greenButton,
      body.orderApproval #body .order-controls button.greenButton {
        background-color: #DE483B; }
  body.informationPages #body .modal--edit-agent-comment .agentComment,
  body.orderApproval #body .modal--edit-agent-comment .agentComment {
    width: 100%;
    border: 1px solid #CFCFCF;
    border-radius: 33px;
    outline: none;
    background-color: white;
    padding: 14px 20px; }

body.informationPages #body .breadcrumbs {
  margin-bottom: 35px; }

body.informationPages #body .top__title,
body.informationPages #body .top h1 {
  text-align: left; }

body.informationPages #body .top__separator {
  margin-left: 0; }

body.informationPages #body .top--title-centered .top__title,
body.informationPages #body .top--title-centered .top h1 {
  text-align: center; }

body.informationPages #body .top--title-centered .top__separator {
  margin-left: auto; }

body.informationPages #body .top__export-buttons .button:not(:last-child), body.informationPages #body .top__export-buttons .top__upload label:not(:last-child), body.informationPages #body .top__upload .top__export-buttons label:not(:last-child), body.informationPages #body .top__export-buttons .products button.dropRow:not(:last-child), body.informationPages #body .products .top__export-buttons button.dropRow:not(:last-child), body.informationPages #body .top__export-buttons .order-controls button:not(:last-child), body.informationPages #body .order-controls .top__export-buttons button:not(:last-child), body.informationPages body.contentPage #body .top__export-buttons .pageBuilder .tinyMCE__redButton a:not(:last-child), body.contentPage body.informationPages #body .top__export-buttons .pageBuilder .tinyMCE__redButton a:not(:last-child), body.informationPages body.contentPage #body .pageBuilder .tinyMCE__redButton .top__export-buttons a:not(:last-child), body.contentPage body.informationPages #body .pageBuilder .tinyMCE__redButton .top__export-buttons a:not(:last-child), body.informationPages body.contentPage #body .top__export-buttons .pageBuilder .tinyMCE__darkButton a:not(:last-child), body.contentPage body.informationPages #body .top__export-buttons .pageBuilder .tinyMCE__darkButton a:not(:last-child), body.informationPages body.contentPage #body .pageBuilder .tinyMCE__darkButton .top__export-buttons a:not(:last-child), body.contentPage body.informationPages #body .pageBuilder .tinyMCE__darkButton .top__export-buttons a:not(:last-child), body.informationPages body.contentPage #body .top__export-buttons .pageBuilder .tinyMCE__whiteButton a:not(:last-child), body.contentPage body.informationPages #body .top__export-buttons .pageBuilder .tinyMCE__whiteButton a:not(:last-child), body.informationPages body.contentPage #body .pageBuilder .tinyMCE__whiteButton .top__export-buttons a:not(:last-child), body.contentPage body.informationPages #body .pageBuilder .tinyMCE__whiteButton .top__export-buttons a:not(:last-child) {
  margin-right: 35px; }

body.informationPages #body .button, body.informationPages #body .top__upload label, body.informationPages #body .products button.dropRow, body.informationPages #body .order-controls button, body.informationPages body.contentPage #body .pageBuilder .tinyMCE__redButton a, body.contentPage body.informationPages #body .pageBuilder .tinyMCE__redButton a, body.informationPages body.contentPage #body .pageBuilder .tinyMCE__darkButton a, body.contentPage body.informationPages #body .pageBuilder .tinyMCE__darkButton a, body.informationPages body.contentPage #body .pageBuilder .tinyMCE__whiteButton a, body.contentPage body.informationPages #body .pageBuilder .tinyMCE__whiteButton a {
  padding: 15px 40px 15px 25px;
  min-height: 50px;
  text-align: center;
  font-family: "Lora", serif;
  text-transform: none;
  font-size: 16px;
  font-weight: normal; }
  body.informationPages #body .button .tootal-icon, body.informationPages #body .top__upload label .tootal-icon, body.informationPages #body .products button.dropRow .tootal-icon, body.informationPages #body .order-controls button .tootal-icon, body.informationPages body.contentPage #body .pageBuilder .tinyMCE__redButton a .tootal-icon, body.contentPage body.informationPages #body .pageBuilder .tinyMCE__redButton a .tootal-icon, body.informationPages body.contentPage #body .pageBuilder .tinyMCE__darkButton a .tootal-icon, body.contentPage body.informationPages #body .pageBuilder .tinyMCE__darkButton a .tootal-icon, body.informationPages body.contentPage #body .pageBuilder .tinyMCE__whiteButton a .tootal-icon, body.contentPage body.informationPages #body .pageBuilder .tinyMCE__whiteButton a .tootal-icon {
    margin-right: 10px; }

body.informationPages #body .dropdown-toggle {
  border: none;
  -webkit-box-shadow: 0 0 0 1px #DDDDDD;
          box-shadow: 0 0 0 1px #DDDDDD; }

body.informationPages #body .dropdown:not(:last-child) {
  margin-right: 35px; }

body.informationPages #body .summary-list {
  list-style: none;
  margin: 0 0 65px;
  padding: 0; }
  body.informationPages #body .summary-list__item {
    font-size: 16px;
    border: 1px solid #DDDDDD;
    color: #787878;
    padding: 15px 29px 13px 32px;
    line-height: 22px; }
    body.informationPages #body .summary-list__item:not(:last-child) {
      margin-bottom: 20px; }
    body.informationPages #body .summary-list__item__badge {
      float: right;
      font-weight: 600; }

body.informationPages #body .alert {
  font-family: "Lora", serif;
  font-size: 16px;
  color: #525252; }

body.informationPages #body .newProForma {
  padding-bottom: 40px; }
  body.informationPages #body .newProForma div.form-control {
    background-color: transparent; }
  body.informationPages #body .newProForma select {
    height: 50px !important; }
  body.informationPages #body .newProForma input {
    height: 50px;
    border-radius: 33px;
    border: 1px solid #DDDDDD;
    color: #212529; }
    body.informationPages #body .newProForma input::-webkit-input-placeholder {
      color: #999; }
    body.informationPages #body .newProForma input:-ms-input-placeholder {
      color: #999; }
    body.informationPages #body .newProForma input::-ms-input-placeholder {
      color: #999; }
    body.informationPages #body .newProForma input::placeholder {
      color: #999; }
  body.informationPages #body .newProForma #submitBtn {
    margin-bottom: 15px;
    float: right;
    padding-right: 25px; }
  body.informationPages #body .newProForma__copy {
    position: relative; }
    body.informationPages #body .newProForma__copy input {
      cursor: not-allowed;
      width: 100%;
      height: 50px;
      border: 1px solid #C0C0C0;
      border-radius: 21px;
      padding: 0 20px 0 100px;
      background-color: #eee;
      outline: none !important; }
      body.informationPages #body .newProForma__copy input:focus {
        -webkit-box-shadow: inset 0 0 2px #c0c0c0;
                box-shadow: inset 0 0 2px #c0c0c0; }
      body.informationPages #body .newProForma__copy input::-webkit-input-placeholder {
        color: #C0C0C0; }
      body.informationPages #body .newProForma__copy input:-moz-placeholder {
        color: #C0C0C0; }
      body.informationPages #body .newProForma__copy input::-moz-placeholder {
        color: #C0C0C0; }
      body.informationPages #body .newProForma__copy input:-ms-input-placeholder {
        color: #C0C0C0; }
    body.informationPages #body .newProForma__copy__button {
      outline: none !important;
      border-right: 1px solid #C0C0C0;
      width: 90px;
      height: 30px;
      background: transparent;
      position: absolute;
      left: 15px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer; }
      body.informationPages #body .newProForma__copy__button .tootal-icon {
        width: 22px;
        height: 22px;
        padding-right: 5px;
        color: #212529; }

.modal--split-order .same {
  display: none; }

.modal--split-order .table {
  margin: 30px 0 0; }
  .modal--split-order .table .selectSplitWeek {
    width: 13px;
    height: 19px;
    margin-left: -23px;
    float: left;
    cursor: pointer;
    outline: none !important; }

.modal--split-order .checkbox__wrapper {
  padding: 0;
  position: relative;
  margin-bottom: 21px; }
  .modal--split-order .checkbox__wrapper .checkbox {
    pointer-events: none;
    position: absolute;
    top: 16px;
    left: 50%;
    width: 16px;
    height: 16px;
    border: 1px solid #979797;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: white; }
    .modal--split-order .checkbox__wrapper .checkbox .tootal-icon {
      display: none;
      color: white;
      position: absolute;
      top: calc(50% + 1px);
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .modal--split-order .checkbox__wrapper input {
    display: block;
    width: 100%;
    height: 100%;
    overflow: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    opacity: 0;
    cursor: pointer; }
    .modal--split-order .checkbox__wrapper input:hover + .checkbox {
      background-color: #e5e5e5; }
    .modal--split-order .checkbox__wrapper input:checked + .checkbox {
      background-color: #404040;
      border-color: #404040; }
      .modal--split-order .checkbox__wrapper input:checked + .checkbox .tootal-icon {
        display: inline-block; }
  .modal--split-order .checkbox__wrapper .checkbox {
    position: static;
    display: inline-block;
    -webkit-transform: translate(0, 2px);
            transform: translate(0, 2px); }
  .modal--split-order .checkbox__wrapper .tootal-icon {
    width: 16px;
    height: 16px;
    color: white; }
  .modal--split-order .checkbox__wrapper label {
    display: inline;
    font-weight: bold; }

.modal--split-order .total {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px); }

.modal--split-order input[type="text"], .modal--split-order body.informationPages #body .summary-list__item, body.informationPages #body .modal--split-order .summary-list__item {
  margin-top: 20px;
  border: 1px solid #D2D2D2;
  padding: 8px 17px;
  margin-bottom: 65px;
  color: #757575; }

.modal--split-order .splitOrderError {
  text-align: center;
  font-size: 16px;
  line-height: 0;
  font-family: "Lora", serif; }

.modal--add-order-row .modal-body {
  margin-bottom: 15px; }
  .modal--add-order-row .modal-body.hasTabs {
    padding-top: 0; }

.modal--add-order-row .nav-tabs {
  border-color: #e9ecef; }

.modal--add-order-row .nav-link {
  border-radius: 0;
  border-top: none; }

.modal--add-order-row .nav-item .nav-link {
  color: #999999; }
  .modal--add-order-row .nav-item .nav-link:not(.active):hover {
    border-color: transparent;
    background-color: #e9ecef; }
  .modal--add-order-row .nav-item .nav-link.active {
    color: #535353;
    border-left-color: #e9ecef;
    border-right-color: #e9ecef; }

.modal--add-order-row .row > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.modal--add-order-row .row:not(:last-child) > div {
  margin-bottom: 5px; }

.modal--add-order-row label {
  margin: 0; }

.modal--add-order-row input[type="text"], .modal--add-order-row body.informationPages #body .summary-list__item, body.informationPages #body .modal--add-order-row .summary-list__item, .modal--add-order-row button.dropdown-toggle {
  border: 1px solid #D2D2D2;
  padding: 8px 17px;
  color: #757575; }

.modal--edit-row-comment .rowComment {
  border: 1px solid #CFCFCF;
  border-radius: 33px;
  outline: none;
  width: 100%;
  background-color: white;
  padding: 14px 20px;
  max-width: 100%; }

body.quickOrder input[autocomplete] {
  position: relative; }

body.quickOrder .button, body.quickOrder body.informationPages #body .top__upload label, body.informationPages #body .top__upload body.quickOrder label,
body.quickOrder body.orderApproval #body .top__upload label, body.orderApproval #body .top__upload body.quickOrder label, body.quickOrder body.informationPages #body .products button.dropRow, body.informationPages #body .products body.quickOrder button.dropRow,
body.quickOrder body.orderApproval #body .products button.dropRow, body.orderApproval #body .products body.quickOrder button.dropRow, body.quickOrder body.informationPages #body .order-controls button, body.informationPages #body .order-controls body.quickOrder button,
body.quickOrder body.orderApproval #body .order-controls button, body.orderApproval #body .order-controls body.quickOrder button, body.quickOrder body.contentPage #body .pageBuilder .tinyMCE__redButton a, body.contentPage #body .pageBuilder .tinyMCE__redButton body.quickOrder a, body.quickOrder body.contentPage #body .pageBuilder .tinyMCE__darkButton a, body.contentPage #body .pageBuilder .tinyMCE__darkButton body.quickOrder a, body.quickOrder body.contentPage #body .pageBuilder .tinyMCE__whiteButton a, body.contentPage #body .pageBuilder .tinyMCE__whiteButton body.quickOrder a {
  padding: 14px 25px;
  min-height: 0;
  font-family: "Lora", serif;
  text-transform: lowercase;
  font-size: 16px;
  line-height: 19px;
  font-weight: normal; }

body.quickOrder.preConfirm #body, body.quickOrder.agentPreConfirm #body {
  background-color: #F6F6F6;
  padding-bottom: 52px; }

body.quickOrder.orderConfirm #body {
  background-color: white;
  padding-bottom: 146px; }

body.quickOrder #body {
  padding-top: 58px;
  min-height: 100vh; }
  body.quickOrder #body .top {
    padding-top: 35px;
    background-color: #F6F6F6; }
    body.quickOrder.canAdminSwitch #body {
      padding-top: 113px; }
    body.quickOrder #body .top__title {
      font-size: 30px;
      line-height: 36px;
      color: #2c2c2c;
      font-family: "Lora", serif; }
    body.quickOrder #body .top__separator {
      position: relative;
      position: relative;
      -webkit-transform: scale(1, -1);
              transform: scale(1, -1);
      width: 135px;
      height: 10px;
      margin: 25px 0; }
      body.quickOrder #body .top__separator:before {
        background-repeat: repeat-x;
        content: '';
        position: absolute;
        z-index: 10;
        height: 9px;
        left: 0;
        right: 0;
        top: -9px;
        background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218px%22%20height%3D%229px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.00025863%2C0%20L0%2C6.59417725%20L0%2C8%20L8.00025885%2C1.40509033%20L16%2C8%20L16%2C6.59417725%20L8.00025863%2C0%20Z%22%20fill%3D%22%237 b7b7b%22%20transform%3D%22scale%281.125%29%20rotate%28180 8 4%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E"); }

@keyframes slide-hoz {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes slide-vet {
  from {
    height: 0; }
  to {
    height: 100%; } }
      body.quickOrder #body .top__separator:after {
        background-repeat: repeat-x;
        content: '';
        position: absolute;
        z-index: 10;
        height: 9px;
        left: 0;
        right: 0;
        bottom: -9px;
        background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218px%22%20height%3D%229px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.00025863%2C0%20L0%2C6.59417725%20L0%2C8%20L8.00025885%2C1.40509033%20L16%2C8%20L16%2C6.59417725%20L8.00025863%2C0%20Z%22%20fill%3D%22%237 b7b7b%22%20transform%3D%22scale%281.125%29%20rotate%280%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E"); }

@keyframes slide-hoz {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes slide-vet {
  from {
    height: 0; }
  to {
    height: 100%; } }
      body.quickOrder #body .top__separator:before, body.quickOrder #body .top__separator:after {
        top: 0;
        bottom: 0; }
      body.quickOrder #body .top__separator:after {
        -webkit-transform: scale(-1, 1);
                transform: scale(-1, 1);
        top: auto; }
    body.quickOrder #body .top__steps {
      max-width: 600px;
      text-align: center;
      list-style: none;
      margin: 33px auto 69px;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 17px; }
    body.quickOrder #body .top__step {
      position: relative;
      height: 50px;
      color: #a5a5a5;
      font-weight: normal; }
      body.quickOrder #body .top__step:nth-child(1) {
        z-index: 10; }
      body.quickOrder #body .top__step:nth-child(2) {
        z-index: 9; }
      body.quickOrder #body .top__step:nth-child(3) {
        z-index: 8; }
      body.quickOrder #body .top__step:nth-child(4) {
        z-index: 7; }
      body.quickOrder #body .top__step:nth-child(5) {
        z-index: 6; }
      body.quickOrder #body .top__step:nth-child(6) {
        z-index: 5; }
      body.quickOrder #body .top__step:nth-child(7) {
        z-index: 4; }
      body.quickOrder #body .top__step:nth-child(8) {
        z-index: 3; }
      body.quickOrder #body .top__step:nth-child(9) {
        z-index: 2; }
      body.quickOrder #body .top__step:nth-child(10) {
        z-index: 1; }
      body.quickOrder #body .top__step:before {
        content: '';
        position: absolute;
        right: calc(50% - 10px);
        bottom: 10px;
        width: 100vw;
        height: 1px;
        background-color: #a5a5a5;
        z-index: 1;
        pointer-events: none; }
      body.quickOrder #body .top__step:first-child:before {
        background-color: #F6F6F6; }
      body.quickOrder #body .top__step:after {
        display: block;
        position: absolute;
        content: '';
        right: calc(50% - 10px);
        bottom: 0;
        width: 20px;
        height: 20px;
        background-color: #a5a5a5;
        border-radius: 10px;
        z-index: 2; }
      body.quickOrder #body .top__step--current {
        color: #DE483B;
        font-weight: 600; }
        body.quickOrder #body .top__step--current:after {
          background-color: #DE483B; }
    body.quickOrder #body .top__select input[type="text"], body.quickOrder body.informationPages #body .top__select .summary-list__item, body.informationPages body.quickOrder #body .top__select .summary-list__item {
      height: 41px;
      line-height: 41px;
      padding: 0 18px;
      border: 1px solid #C0C0C0; }
    @media (max-width: 991.98px) {
      body.quickOrder #body .top__select {
        margin-bottom: 15px; } }
  body.quickOrder #body .cart-preview,
  body.quickOrder #body .addresses {
    background-color: #F6F6F6;
    font-size: 14px;
    padding-bottom: 94px; }
    body.quickOrder #body .cart-preview__title,
    body.quickOrder #body .addresses__title {
      text-align: center;
      color: #E34C3E;
      font-family: "Lora", serif;
      font-size: 21px;
      line-height: 26px;
      margin: 45px 0 18px; }
    body.quickOrder #body .cart-preview__header,
    body.quickOrder #body .addresses__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      line-height: 19px;
      margin-bottom: 15px; }
    body.quickOrder #body .cart-preview__container, body.quickOrder #body .cart-preview__empty,
    body.quickOrder #body .addresses__container,
    body.quickOrder #body .addresses__empty {
      border: 1px solid #979797;
      border-radius: 6px;
      background-color: white;
      min-height: 382px;
      overflow: hidden;
      position: relative; }
    body.quickOrder #body .cart-preview__container .transfer:first-child,
    body.quickOrder #body .addresses__container .transfer:first-child {
      text-align: left; }
    body.quickOrder #body .cart-preview__container .transfer:last-child,
    body.quickOrder #body .addresses__container .transfer:last-child {
      text-align: right; }
    body.quickOrder #body .cart-preview__container .transfer svg,
    body.quickOrder #body .addresses__container .transfer svg {
      display: none; }
    body.quickOrder #body .cart-preview__container .tootal-icon,
    body.quickOrder #body .addresses__container .tootal-icon {
      width: 20px;
      height: 20px; }
    body.quickOrder #body .cart-preview.transferOk .transfer svg,
    body.quickOrder #body .addresses.transferOk .transfer svg {
      display: inline-block; }
    body.quickOrder #body .cart-preview__overlay,
    body.quickOrder #body .addresses__overlay {
      display: none;
      background-color: #232323;
      color: white;
      padding: 10px 35px;
      text-align: center;
      position: absolute;
      left: 0;
      right: 0;
      line-height: 26px; }
    body.quickOrder #body .cart-preview__empty,
    body.quickOrder #body .addresses__empty {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-bottom: 50%;
      margin-top: 52px;
      background-color: transparent;
      border-color: rgba(151, 151, 151, 0.4);
      color: rgba(44, 44, 44, 0.8); }
    body.quickOrder #body .cart-preview__footer,
    body.quickOrder #body .addresses__footer {
      margin-top: 36px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
    body.quickOrder #body .cart-preview__content,
    body.quickOrder #body .addresses__content {
      background-color: white;
      border-radius: 6px;
      padding: 28px 31px; }
      body.quickOrder #body .cart-preview__content label,
      body.quickOrder #body .addresses__content label {
        font-weight: 600;
        margin: 0; }
    body.quickOrder #body .cart-preview .table td, body.quickOrder #body .cart-preview .table th,
    body.quickOrder #body .addresses .table td,
    body.quickOrder #body .addresses .table th {
      border-top: none;
      border-bottom: 1px solid #979797;
      line-height: 25px;
      padding: 10px; }
      body.quickOrder #body .cart-preview .table td:first-child, body.quickOrder #body .cart-preview .table th:first-child,
      body.quickOrder #body .addresses .table td:first-child,
      body.quickOrder #body .addresses .table th:first-child {
        padding-left: 35px; }
      body.quickOrder #body .cart-preview .table td:last-child, body.quickOrder #body .cart-preview .table th:last-child,
      body.quickOrder #body .addresses .table td:last-child,
      body.quickOrder #body .addresses .table th:last-child {
        padding-right: 35px; }
    body.quickOrder #body .cart-preview table,
    body.quickOrder #body .addresses table {
      width: 100%; }
    body.quickOrder #body .cart-preview__options,
    body.quickOrder #body .addresses__options {
      margin-top: 21px;
      margin-bottom: 27px; }
      body.quickOrder #body .cart-preview__options ul,
      body.quickOrder #body .addresses__options ul {
        list-style: none;
        margin: 0;
        padding: 0; }
      body.quickOrder #body .cart-preview__options label,
      body.quickOrder #body .addresses__options label {
        cursor: pointer; }
      body.quickOrder #body .cart-preview__options input[type="radio"],
      body.quickOrder #body .addresses__options input[type="radio"] {
        position: relative;
        width: 14px;
        height: 14px;
        outline: none !important;
        vertical-align: middle;
        margin-right: 5px; }
        body.quickOrder #body .cart-preview__options input[type="radio"]:after,
        body.quickOrder #body .addresses__options input[type="radio"]:after {
          content: '';
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          background-color: #D8D8D8;
          border-radius: 18px;
          border: 1px solid #979797; }
        body.quickOrder #body .cart-preview__options input[type="radio"]:checked:after,
        body.quickOrder #body .addresses__options input[type="radio"]:checked:after {
          background-color: #444; }
    body.quickOrder #body .cart-preview .ml-auto,
    body.quickOrder #body .addresses .ml-auto {
      display: block; }
  @media (max-width: 991.98px) {
    body.quickOrder #body .cart-preview {
      display: none; } }
  body.quickOrder #body .order-content {
    margin-top: 16px; }
    body.quickOrder #body .order-content a:not(.button) {
      color: #979797; }
      body.quickOrder #body .order-content a:not(.button) .tootal-icon {
        color: black; }
    body.quickOrder #body .order-content .overviewButtons {
      text-align: right; }
      body.quickOrder #body .order-content .overviewButtons .button, body.quickOrder body.informationPages #body .order-content .overviewButtons .top__upload label, body.informationPages body.quickOrder #body .order-content .overviewButtons .top__upload label, body.quickOrder body.informationPages #body .top__upload .order-content .overviewButtons label, body.informationPages body.quickOrder #body .top__upload .order-content .overviewButtons label,
      body.quickOrder body.orderApproval #body .order-content .overviewButtons .top__upload label, body.orderApproval body.quickOrder #body .order-content .overviewButtons .top__upload label, body.quickOrder body.orderApproval #body .top__upload .order-content .overviewButtons label, body.orderApproval body.quickOrder #body .top__upload .order-content .overviewButtons label, body.quickOrder body.informationPages #body .order-content .overviewButtons .products button.dropRow, body.informationPages body.quickOrder #body .order-content .overviewButtons .products button.dropRow, body.quickOrder body.informationPages #body .products .order-content .overviewButtons button.dropRow, body.informationPages body.quickOrder #body .products .order-content .overviewButtons button.dropRow,
      body.quickOrder body.orderApproval #body .order-content .overviewButtons .products button.dropRow, body.orderApproval body.quickOrder #body .order-content .overviewButtons .products button.dropRow, body.quickOrder body.orderApproval #body .products .order-content .overviewButtons button.dropRow, body.orderApproval body.quickOrder #body .products .order-content .overviewButtons button.dropRow, body.quickOrder body.informationPages #body .order-content .overviewButtons .order-controls button, body.informationPages body.quickOrder #body .order-content .overviewButtons .order-controls button, body.quickOrder body.informationPages #body .order-controls .order-content .overviewButtons button, body.informationPages body.quickOrder #body .order-controls .order-content .overviewButtons button,
      body.quickOrder body.orderApproval #body .order-content .overviewButtons .order-controls button, body.orderApproval body.quickOrder #body .order-content .overviewButtons .order-controls button, body.quickOrder body.orderApproval #body .order-controls .order-content .overviewButtons button, body.orderApproval body.quickOrder #body .order-controls .order-content .overviewButtons button, body.quickOrder body.contentPage #body .order-content .overviewButtons .pageBuilder .tinyMCE__redButton a, body.contentPage body.quickOrder #body .order-content .overviewButtons .pageBuilder .tinyMCE__redButton a, body.quickOrder body.contentPage #body .pageBuilder .tinyMCE__redButton .order-content .overviewButtons a, body.contentPage body.quickOrder #body .pageBuilder .tinyMCE__redButton .order-content .overviewButtons a, body.quickOrder body.contentPage #body .order-content .overviewButtons .pageBuilder .tinyMCE__darkButton a, body.contentPage body.quickOrder #body .order-content .overviewButtons .pageBuilder .tinyMCE__darkButton a, body.quickOrder body.contentPage #body .pageBuilder .tinyMCE__darkButton .order-content .overviewButtons a, body.contentPage body.quickOrder #body .pageBuilder .tinyMCE__darkButton .order-content .overviewButtons a, body.quickOrder body.contentPage #body .order-content .overviewButtons .pageBuilder .tinyMCE__whiteButton a, body.contentPage body.quickOrder #body .order-content .overviewButtons .pageBuilder .tinyMCE__whiteButton a, body.quickOrder body.contentPage #body .pageBuilder .tinyMCE__whiteButton .order-content .overviewButtons a, body.contentPage body.quickOrder #body .pageBuilder .tinyMCE__whiteButton .order-content .overviewButtons a {
        -webkit-transform: translateY(-14px);
                transform: translateY(-14px);
        margin-bottom: -14px;
        font-size: 14px; }
      body.quickOrder #body .order-content .overviewButtons .tootal-icon {
        -webkit-transform: translateX(5px);
                transform: translateX(5px); }
    body.quickOrder #body .order-content input[type="text"], body.quickOrder body.informationPages #body .order-content .summary-list__item, body.informationPages body.quickOrder #body .order-content .summary-list__item,
    body.quickOrder #body .order-content textarea,
    body.quickOrder #body .order-content .dropdown-toggle {
      border: 1px solid #d8d8d8 !important;
      outline: none !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      font-size: 14px;
      border-radius: 17px;
      padding: 8px 18px;
      line-height: 19px; }
    body.quickOrder #body .order-content .input-group {
      width: auto;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      body.quickOrder #body .order-content .input-group input {
        width: 100%; }
        body.quickOrder #body .order-content .input-group input[data-type="meters"] {
          max-width: 80px; }
        body.quickOrder #body .order-content .input-group input[data-type="samples"] {
          max-width: 60px; }
      body.quickOrder #body .order-content .input-group input[type="text"]:not(:first-child), body.quickOrder body.informationPages #body .order-content .input-group .summary-list__item:not(:first-child), body.informationPages body.quickOrder #body .order-content .input-group .summary-list__item:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
      body.quickOrder #body .order-content .input-group input[type="text"]:not(:last-child), body.quickOrder body.informationPages #body .order-content .input-group .summary-list__item:not(:last-child), body.informationPages body.quickOrder #body .order-content .input-group .summary-list__item:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
      body.quickOrder #body .order-content .input-group .input-group-prepend:first-child .input-group-text {
        border-top-left-radius: 17px;
        border-bottom-left-radius: 17px; }
      body.quickOrder #body .order-content .input-group .input-group-append:last-child .input-group-text {
        border-top-right-radius: 17px;
        border-bottom-right-radius: 17px; }
      body.quickOrder #body .order-content .input-group.inline {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; }
    body.quickOrder #body .order-content .dropdown-menu {
      width: 100%; }
    body.quickOrder #body .order-content textarea {
      width: 100%;
      min-height: 140px;
      padding: 10px 16px 9px; }
    body.quickOrder #body .order-content .nav a {
      color: #F6F6F6;
      font-size: 14px;
      line-height: 19px;
      margin-right: 4px;
      background-color: #919191;
      display: inline-block;
      padding: 19px 30px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      text-decoration: none !important;
      -webkit-transition: background 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
      transition: background 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
      cursor: pointer; }
      body.quickOrder #body .order-content .nav a.active {
        background-color: #F6F6F6;
        color: black; }
      body.quickOrder #body .order-content .nav a:not(.active):hover {
        background-color: #9b9b9b; }
    body.quickOrder #body .order-content .tab-content {
      margin-bottom: 41px;
      background-color: #F6F6F6;
      padding: 35px 30px 35px 25px; }
      body.quickOrder #body .order-content .tab-content .table td, body.quickOrder #body .order-content .tab-content .table th {
        border: none;
        padding-bottom: 7px; }
        body.quickOrder #body .order-content .tab-content .table td:first-child, body.quickOrder #body .order-content .tab-content .table th:first-child {
          padding-left: 0; }
        body.quickOrder #body .order-content .tab-content .table td:last-child, body.quickOrder #body .order-content .tab-content .table th:last-child {
          padding-right: 0; }
      body.quickOrder #body .order-content .tab-content .table td {
        padding-top: 0; }
      body.quickOrder #body .order-content .tab-content .table tr {
        background-color: transparent !important; }
      body.quickOrder #body .order-content .tab-content .table .remove {
        height: 37px;
        line-height: 37px; }
        body.quickOrder #body .order-content .tab-content .table .remove .tootal-icon {
          vertical-align: baseline; }
    body.quickOrder #body .order-content .overviewTitle {
      color: #2C2C2C;
      font-family: "Lora", serif;
      font-size: 16px;
      line-height: 19px;
      margin-bottom: 8px; }
    body.quickOrder #body .order-content .table .header {
      padding-left: 26px; }
    body.quickOrder #body .order-content .table .infoTooltip span {
      display: none; }
    body.quickOrder #body .order-content .table thead th {
      font-size: 14px;
      border-top: none;
      padding-bottom: 13px;
      border-bottom: 1px solid #979797; }
      @media (min-width: 1600px) {
        body.quickOrder #body .order-content .table thead th {
          white-space: nowrap; } }
      @media (max-width: 1599px) {
        body.quickOrder #body .order-content .table thead th {
          vertical-align: middle; } }
    body.quickOrder #body .order-content .table th, body.quickOrder #body .order-content .table td {
      padding: 15px 3px 15px 13px;
      border-bottom: 1px solid #979797; }
    body.quickOrder #body .order-content .table tbody tr {
      font-size: 14px;
      background-color: #f6f6f6; }
      body.quickOrder #body .order-content .table tbody tr:hover {
        background-color: #f0f0f0; }
      body.quickOrder #body .order-content .table tbody tr .tootal-icon {
        width: 16px;
        height: 16px;
        vertical-align: text-bottom; }
    body.quickOrder #body .order-content .products {
      color: #515151;
      font-size: 14px;
      margin-bottom: 27px; }
      body.quickOrder #body .order-content .products thead {
        font-weight: bold;
        line-height: 24px; }
        body.quickOrder #body .order-content .products thead th:first-child {
          padding-left: 51px; }
      body.quickOrder #body .order-content .products td {
        padding-top: 14px;
        padding-bottom: 14px;
        min-height: 34px;
        line-height: 34px; }
        body.quickOrder #body .order-content .products td > .currencyTable,
        body.quickOrder #body .order-content .products td > .unit {
          display: block;
          width: 30px;
          float: left;
          font-weight: bold;
          text-align: center; }
        body.quickOrder #body .order-content .products td input.two-digits,
        body.quickOrder #body .order-content .products td input.amount {
          width: calc(100% - 30px);
          float: left;
          max-width: 85px;
          text-align: center; }
        body.quickOrder #body .order-content .products td .bootstrap-select,
        body.quickOrder #body .order-content .products td .dropdown-toggle,
        body.quickOrder #body .order-content .products td .dropdown-menu,
        body.quickOrder #body .order-content .products td select.selectpicker {
          max-width: 110px; }
        @media (min-width: 992px) {
          body.quickOrder #body .order-content .products td br {
            display: none; } }
      body.quickOrder #body .order-content .products__button-wrapper {
        text-align: center; }
        body.quickOrder #body .order-content .products__button-wrapper .button, body.quickOrder body.informationPages #body .order-content .products__button-wrapper .top__upload label, body.informationPages body.quickOrder #body .order-content .products__button-wrapper .top__upload label, body.quickOrder body.informationPages #body .top__upload .order-content .products__button-wrapper label, body.informationPages body.quickOrder #body .top__upload .order-content .products__button-wrapper label,
        body.quickOrder body.orderApproval #body .order-content .products__button-wrapper .top__upload label, body.orderApproval body.quickOrder #body .order-content .products__button-wrapper .top__upload label, body.quickOrder body.orderApproval #body .top__upload .order-content .products__button-wrapper label, body.orderApproval body.quickOrder #body .top__upload .order-content .products__button-wrapper label, body.quickOrder body.informationPages #body .order-content .products__button-wrapper .products button.dropRow, body.informationPages body.quickOrder #body .order-content .products__button-wrapper .products button.dropRow, body.quickOrder body.informationPages #body .products .order-content .products__button-wrapper button.dropRow, body.informationPages body.quickOrder #body .products .order-content .products__button-wrapper button.dropRow,
        body.quickOrder body.orderApproval #body .order-content .products__button-wrapper .products button.dropRow, body.orderApproval body.quickOrder #body .order-content .products__button-wrapper .products button.dropRow, body.quickOrder body.orderApproval #body .products .order-content .products__button-wrapper button.dropRow, body.orderApproval body.quickOrder #body .products .order-content .products__button-wrapper button.dropRow, body.quickOrder body.informationPages #body .order-content .products__button-wrapper .order-controls button, body.informationPages body.quickOrder #body .order-content .products__button-wrapper .order-controls button, body.quickOrder body.informationPages #body .order-controls .order-content .products__button-wrapper button, body.informationPages body.quickOrder #body .order-controls .order-content .products__button-wrapper button,
        body.quickOrder body.orderApproval #body .order-content .products__button-wrapper .order-controls button, body.orderApproval body.quickOrder #body .order-content .products__button-wrapper .order-controls button, body.quickOrder body.orderApproval #body .order-controls .order-content .products__button-wrapper button, body.orderApproval body.quickOrder #body .order-controls .order-content .products__button-wrapper button, body.quickOrder body.contentPage #body .order-content .products__button-wrapper .pageBuilder .tinyMCE__redButton a, body.contentPage body.quickOrder #body .order-content .products__button-wrapper .pageBuilder .tinyMCE__redButton a, body.quickOrder body.contentPage #body .pageBuilder .tinyMCE__redButton .order-content .products__button-wrapper a, body.contentPage body.quickOrder #body .pageBuilder .tinyMCE__redButton .order-content .products__button-wrapper a, body.quickOrder body.contentPage #body .order-content .products__button-wrapper .pageBuilder .tinyMCE__darkButton a, body.contentPage body.quickOrder #body .order-content .products__button-wrapper .pageBuilder .tinyMCE__darkButton a, body.quickOrder body.contentPage #body .pageBuilder .tinyMCE__darkButton .order-content .products__button-wrapper a, body.contentPage body.quickOrder #body .pageBuilder .tinyMCE__darkButton .order-content .products__button-wrapper a, body.quickOrder body.contentPage #body .order-content .products__button-wrapper .pageBuilder .tinyMCE__whiteButton a, body.contentPage body.quickOrder #body .order-content .products__button-wrapper .pageBuilder .tinyMCE__whiteButton a, body.quickOrder body.contentPage #body .pageBuilder .tinyMCE__whiteButton .order-content .products__button-wrapper a, body.contentPage body.quickOrder #body .pageBuilder .tinyMCE__whiteButton .order-content .products__button-wrapper a {
          text-transform: lowercase;
          padding: 9px 17px;
          font-size: 12px;
          line-height: 17px; }
      body.quickOrder #body .order-content .products__thumbnail {
        display: block;
        float: left;
        -o-object-fit: cover;
           object-fit: cover;
        width: 27px;
        height: 27px;
        margin-right: 10px; }
        body.quickOrder #body .order-content .products__thumbnail img {
          min-width: 100%;
          min-height: 100%; }
      body.quickOrder #body .order-content .products-wrapper + .products-wrapper {
        margin-top: 45px; }
      body.quickOrder #body .order-content .products .fieldDesc {
        display: none; }
    body.quickOrder #body .order-content .details input[type="text"], body.quickOrder body.informationPages #body .order-content .details .summary-list__item, body.informationPages body.quickOrder #body .order-content .details .summary-list__item,
    body.quickOrder #body .order-content .details textarea,
    body.quickOrder #body .order-content .details .dropdown-toggle {
      padding: 13px 26px;
      border-radius: 24px;
      margin-bottom: 27px; }
    body.quickOrder #body .order-content .details .bootstrap-select,
    body.quickOrder #body .order-content .details .dropdown-menu,
    body.quickOrder #body .order-content .details .dropdown-toggle {
      max-width: none;
      width: 100%; }
    body.quickOrder #body .order-content .details textarea {
      min-height: 120px; }
    body.quickOrder #body .order-content .details .shippingCosts .input-group {
      margin-bottom: 27px; }
      body.quickOrder #body .order-content .details .shippingCosts .input-group input {
        margin-bottom: 0; }
      body.quickOrder #body .order-content .details .shippingCosts .input-group .input-group-prepend:first-child .input-group-text {
        border-top-left-radius: 24px;
        border-bottom-left-radius: 24px;
        font-weight: bold; }
    body.quickOrder #body .order-content .surCharge,
    body.quickOrder #body .order-content .checkPrice {
      font-size: 12px;
      text-align: right;
      font-style: italic;
      margin-bottom: -15px;
      color: #515151; }
    body.quickOrder #body .order-content .surCharge {
      display: block;
      margin-top: -22px;
      margin-bottom: -5px; }
    body.quickOrder #body .order-content a.addNewRow,
    body.quickOrder #body .order-content a.addNewTenRow {
      font-weight: bold;
      cursor: pointer; }
      body.quickOrder #body .order-content a.addNewRow:not(:last-child),
      body.quickOrder #body .order-content a.addNewTenRow:not(:last-child) {
        margin-right: 75px; }
      body.quickOrder #body .order-content a.addNewRow:not(.button) .tootal-icon,
      body.quickOrder #body .order-content a.addNewTenRow:not(.button) .tootal-icon {
        color: #979797;
        width: 18px;
        height: 18px;
        margin-left: 10px;
        -webkit-transform: translateY(-1px);
                transform: translateY(-1px); }
    @media (max-width: 1199.98px) {
      body.quickOrder #body .order-content #cartContents {
        max-width: 1200px; } }
    @media (max-width: 991.98px) {
      body.quickOrder #body .order-content #cartContents .nav-pills {
        display: none; }
      body.quickOrder #body .order-content #cartContents .sm-hidden {
        display: none; }
      body.quickOrder #body .order-content #cartContents .tab-content {
        padding: 0 10px 0 10px; }
        body.quickOrder #body .order-content #cartContents .tab-content .tab-pane {
          display: block; }
          body.quickOrder #body .order-content #cartContents .tab-content .tab-pane__header {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            background-color: #848484;
            color: white;
            height: 52px;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            font-family: "Open Sans", sans-serif; }
            body.quickOrder #body .order-content #cartContents .tab-content .tab-pane__header > div:first-child {
              -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                      justify-content: space-between;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex; }
          body.quickOrder #body .order-content #cartContents .tab-content .tab-pane__content {
            display: none;
            padding-top: 10px; }
          body.quickOrder #body .order-content #cartContents .tab-content .tab-pane.active .tab-pane__header .feather-chevron-down {
            -webkit-transform: rotate(180deg);
                    transform: rotate(180deg); }
          body.quickOrder #body .order-content #cartContents .tab-content .tab-pane.active .tab-pane__content {
            display: block; }
          body.quickOrder #body .order-content #cartContents .tab-content .tab-pane table {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
            body.quickOrder #body .order-content #cartContents .tab-content .tab-pane table thead {
              display: none; }
            body.quickOrder #body .order-content #cartContents .tab-content .tab-pane table tr {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
              margin-top: 20px;
              padding-top: 20px;
              border-top: 1px solid #cecece; }
              body.quickOrder #body .order-content #cartContents .tab-content .tab-pane table tr.allDatesRow {
                display: none; }
              body.quickOrder #body .order-content #cartContents .tab-content .tab-pane table tr td {
                width: 50%; }
                body.quickOrder #body .order-content #cartContents .tab-content .tab-pane table tr td.sm-wide {
                  width: 100%;
                  padding-left: 0;
                  padding-right: 0; }
                body.quickOrder #body .order-content #cartContents .tab-content .tab-pane table tr td.sm-justify-right {
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-box-pack: end;
                      -ms-flex-pack: end;
                          justify-content: flex-end; }
                  body.quickOrder #body .order-content #cartContents .tab-content .tab-pane table tr td.sm-justify-right .fieldDesc {
                    margin-right: 5px; }
                body.quickOrder #body .order-content #cartContents .tab-content .tab-pane table tr td.sm-justify-left {
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-box-pack: start;
                      -ms-flex-pack: start;
                          justify-content: flex-start; }
                body.quickOrder #body .order-content #cartContents .tab-content .tab-pane table tr td.sm-justify-between {
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-box-pack: justify;
                      -ms-flex-pack: justify;
                          justify-content: space-between; }
                  body.quickOrder #body .order-content #cartContents .tab-content .tab-pane table tr td.sm-justify-between .fieldDesc {
                    margin-right: 5px; }
                  body.quickOrder #body .order-content #cartContents .tab-content .tab-pane table tr td.sm-justify-between .input-group {
                    display: -webkit-inline-box;
                    display: -ms-inline-flexbox;
                    display: inline-flex; }
                body.quickOrder #body .order-content #cartContents .tab-content .tab-pane table tr td.sm-left {
                  padding-left: 0;
                  padding-right: 5px; }
                body.quickOrder #body .order-content #cartContents .tab-content .tab-pane table tr td.sm-rigth {
                  padding-right: 0;
                  padding-left: 5px; }
                body.quickOrder #body .order-content #cartContents .tab-content .tab-pane table tr td.sm-align-center {
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-box-align: center;
                      -ms-flex-align: center;
                          align-items: center; }
                body.quickOrder #body .order-content #cartContents .tab-content .tab-pane table tr td:first-child {
                  line-height: 26px; }
                body.quickOrder #body .order-content #cartContents .tab-content .tab-pane table tr td.sm-flex {
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex; }
              body.quickOrder #body .order-content #cartContents .tab-content .tab-pane table tr .products__thumbnail {
                width: 52px;
                height: 52px; }
              body.quickOrder #body .order-content #cartContents .tab-content .tab-pane table tr .fieldDesc {
                display: inline; }
              body.quickOrder #body .order-content #cartContents .tab-content .tab-pane table tr .star {
                padding-left: 5px; }
      body.quickOrder #body .order-content #cartContents .checkPrice {
        margin-bottom: 12px; } }
    body.quickOrder #body .order-content #cartContents .discountText {
      margin-bottom: 15px;
      font-weight: bold; }
    body.quickOrder #body .order-content #addToCartContainer .fieldDesc {
      display: none; }
    @media (max-width: 991.98px) {
      body.quickOrder #body .order-content #addToCartContainer .nav-pills {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
        body.quickOrder #body .order-content #addToCartContainer .nav-pills li {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        body.quickOrder #body .order-content #addToCartContainer .nav-pills a {
          padding: 10px 2px;
          text-align: center;
          margin-top: 20px; }
      body.quickOrder #body .order-content #addToCartContainer .tab-content {
        padding: 0 10px 0 10px; }
        body.quickOrder #body .order-content #addToCartContainer .tab-content table {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          body.quickOrder #body .order-content #addToCartContainer .tab-content table thead {
            display: none; }
          body.quickOrder #body .order-content #addToCartContainer .tab-content table tr {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            padding: 30px 0 10px;
            border-bottom: 1px solid #cecece;
            position: relative; }
            body.quickOrder #body .order-content #addToCartContainer .tab-content table tr .fieldDesc {
              display: inline; }
            body.quickOrder #body .order-content #addToCartContainer .tab-content table tr td {
              width: 50%; }
              body.quickOrder #body .order-content #addToCartContainer .tab-content table tr td.sm-wide {
                width: 100%; }
              body.quickOrder #body .order-content #addToCartContainer .tab-content table tr td.sm-left {
                padding-left: 0;
                padding-right: 5px; }
              body.quickOrder #body .order-content #addToCartContainer .tab-content table tr td.sm-rigth {
                padding-right: 0;
                padding-left: 5px; }
              body.quickOrder #body .order-content #addToCartContainer .tab-content table tr td.deleteRow {
                position: absolute;
                right: 0;
                width: auto;
                height: auto;
                top: 0;
                padding-right: 0;
                padding-left: 0; }
      body.quickOrder #body .order-content #addToCartContainer .addRowsWrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      body.quickOrder #body .order-content #addToCartContainer .addRowButtonWrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 15px;
        margin-bottom: 15px; }
      body.quickOrder #body .order-content #addToCartContainer a.addNewRow,
      body.quickOrder #body .order-content #addToCartContainer a.addNewTenRow {
        font-size: smaller;
        margin-right: 0; } }
    @media (min-width: 992px) {
      body.quickOrder #body .order-content .text-nowrap br {
        display: none; }
      body.quickOrder #body .order-content .tab-pane__header {
        display: none; } }
  body.quickOrder #body .finalize {
    margin-top: 52px;
    font-size: 12px; }
    body.quickOrder #body .finalize .button--upload, body.quickOrder #body .finalize .button--discount {
      font-size: 12px;
      padding: 14px 24px;
      line-height: 17px; }
    body.quickOrder #body .finalize .button--upload {
      padding-left: 17px; }
    body.quickOrder #body .finalize .tootal-icon {
      width: 15px;
      height: 15px;
      margin-right: 6px; }
    body.quickOrder #body .finalize .downloadCsv a {
      display: inline-block;
      color: #515151;
      line-height: 17px;
      margin-bottom: 22px; }
      body.quickOrder #body .finalize .downloadCsv a:hover {
        text-decoration: none; }
    body.quickOrder #body .finalize #manual {
      cursor: pointer; }
    body.quickOrder #body .finalize .termsText {
      font-size: 12px;
      line-height: 17px;
      color: #919191; }
    body.quickOrder #body .finalize #digiPrintTermsText {
      margin-top: 43px; }
      body.quickOrder #body .finalize #digiPrintTermsText:first-line {
        color: #DE483B;
        font-weight: bold; }
    body.quickOrder #body .finalize .total {
      margin-top: 41px; }
    body.quickOrder #body .finalize #emptyCart {
      color: #2c2c2c;
      font-size: 14px;
      line-height: 19px;
      font-weight: 600;
      cursor: pointer;
      margin-right: 38px; }
      body.quickOrder #body .finalize #emptyCart .tootal-icon {
        margin-left: 6px;
        vertical-align: baseline;
        -webkit-transform: translateY(2px);
                transform: translateY(2px); }
    body.quickOrder #body .finalize .yardsContainer,
    body.quickOrder #body .finalize .terms {
      padding: 0;
      position: relative;
      margin-top: 24px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row;
              flex-flow: row; }
      body.quickOrder #body .finalize .yardsContainer .checkbox,
      body.quickOrder #body .finalize .terms .checkbox {
        pointer-events: none;
        position: absolute;
        top: 16px;
        left: 50%;
        width: 16px;
        height: 16px;
        border: 1px solid #979797;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        background-color: white; }
        body.quickOrder #body .finalize .yardsContainer .checkbox .tootal-icon,
        body.quickOrder #body .finalize .terms .checkbox .tootal-icon {
          display: none;
          color: white;
          position: absolute;
          top: calc(50% + 1px);
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
      body.quickOrder #body .finalize .yardsContainer input,
      body.quickOrder #body .finalize .terms input {
        display: block;
        width: 100%;
        height: 100%;
        overflow: auto;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        border-radius: 0;
        opacity: 0;
        cursor: pointer; }
        body.quickOrder #body .finalize .yardsContainer input:hover + .checkbox,
        body.quickOrder #body .finalize .terms input:hover + .checkbox {
          background-color: #e5e5e5; }
        body.quickOrder #body .finalize .yardsContainer input:checked + .checkbox,
        body.quickOrder #body .finalize .terms input:checked + .checkbox {
          background-color: #404040;
          border-color: #404040; }
          body.quickOrder #body .finalize .yardsContainer input:checked + .checkbox .tootal-icon,
          body.quickOrder #body .finalize .terms input:checked + .checkbox .tootal-icon {
            display: inline-block; }
      body.quickOrder #body .finalize .yardsContainer input + .checkbox,
      body.quickOrder #body .finalize .terms input + .checkbox {
        -webkit-transform: translateY(1px);
                transform: translateY(1px);
        vertical-align: middle;
        margin-right: 10px;
        cursor: pointer; }
        body.quickOrder #body .finalize .yardsContainer input + .checkbox,
        body.quickOrder #body .finalize .yardsContainer input + .checkbox .tootal-icon,
        body.quickOrder #body .finalize .terms input + .checkbox,
        body.quickOrder #body .finalize .terms input + .checkbox .tootal-icon {
          position: static;
          display: inline-block; }
        body.quickOrder #body .finalize .yardsContainer input + .checkbox .tootal-icon,
        body.quickOrder #body .finalize .terms input + .checkbox .tootal-icon {
          width: 18px;
          height: 18px;
          -webkit-transform: translate(-2px, -2px);
                  transform: translate(-2px, -2px); }
      body.quickOrder #body .finalize .yardsContainer input ~ label,
      body.quickOrder #body .finalize .terms input ~ label {
        font-weight: bold;
        font-size: 14px;
        color: #919191;
        -webkit-transition: color 0.2s cubic-bezier(0.17, 0.67, 0.16, 0.99);
        transition: color 0.2s cubic-bezier(0.17, 0.67, 0.16, 0.99);
        line-height: 19px;
        cursor: pointer; }
      body.quickOrder #body .finalize .yardsContainer input:not(:checked) ~ label.important,
      body.quickOrder #body .finalize .terms input:not(:checked) ~ label.important {
        color: #DE483B; }
    body.quickOrder #body .finalize .discountArea {
      margin-bottom: 43px;
      float: left;
      width: 100%; }
      body.quickOrder #body .finalize .discountArea button {
        width: calc(40% - 12px);
        float: right; }
      body.quickOrder #body .finalize .discountArea input {
        width: 60%;
        float: left;
        border: 1px solid #d8d8d8 !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
        font-size: 14px;
        border-radius: 24px;
        padding: 12px 18px;
        line-height: 19px; }
    body.quickOrder #body .finalize .yardsContainer {
      margin-top: 0;
      margin-bottom: 43px; }
    @media (max-width: 991.98px) {
      body.quickOrder #body .finalize .sm-hidden {
        display: none; } }
  @media (max-width: 991.98px) {
    body.quickOrder #body .sm-order-1 {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  body.quickOrder #body .paymentSuccess {
    height: 500px; }
    body.quickOrder #body .paymentSuccess__text {
      margin-top: 200px;
      font-size: 24px;
      font-family: "Lora", serif;
      line-height: 44px;
      text-align: center; }

body.quickOrder .feather-x-circle {
  cursor: pointer; }

body.quickOrder .firstRow .remove {
  pointer-events: none; }

body.quickOrder .firstRow .feather-x-circle {
  opacity: 0; }

body.quickOrder #csvPopup input[type="file"] {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 30px 60px;
  margin: -16px -15px -15px;
  width: calc(100% + 30px);
  border-radius: 0;
  border: none;
  background-color: #F6F6F6;
  border-bottom: 1px solid #e9ecef;
  cursor: pointer;
  z-index: 99;
  position: relative; }

body.quickOrder #csvPopup label {
  padding: 15px; }

body.quickOrder #csvPopup select {
  margin: 0 15px;
  padding: 5px;
  background-color: #F6F6F6;
  border: 1px solid #a5a5a5;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

body.quickOrder #manualAlert {
  font-size: 12px;
  line-height: 19px; }
  body.quickOrder #manualAlert ol, body.quickOrder #manualAlert ul {
    padding-left: 14px; }
  body.quickOrder #manualAlert strong {
    display: inline-block; }
  body.quickOrder #manualAlert li {
    padding-left: 5px; }
  body.quickOrder #manualAlert strong, body.quickOrder #manualAlert li {
    margin-bottom: 19px; }

body.quickOrder #selectAddressModal input[type="text"], body.quickOrder #selectAddressModal body.informationPages #body .summary-list__item, body.informationPages #body body.quickOrder #selectAddressModal .summary-list__item {
  border: 1px solid #d8d8d8 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-size: 14px;
  border-radius: 24px;
  padding: 12px 18px;
  line-height: 19px; }

@media (min-width: 1200px) {
  body.quickOrder #selectAddressModal .modal-dialog {
    max-width: 900px; } }

body.quickOrder .orderSuccess__title {
  font-size: 24px;
  font-family: "Lora", serif;
  line-height: 44px;
  text-align: center;
  margin-bottom: 90px; }

body.quickOrder .orderSuccess__subtitle {
  font-size: 18px;
  font-family: "Lora", serif;
  line-height: 36px;
  text-align: center;
  margin-bottom: 90px; }

body.quickOrder .autocomplete-suggestions {
  overflow-y: scroll;
  width: auto !important;
  max-width: 80vw; }

body.quickOrder .loaderModal .modal-body {
  padding-bottom: 0px; }

body.quickOrder .loaderModal #loaderGif {
  text-align: center; }

body.quickOrder .loaderModal .loaderGreyText {
  margin-top: 20px; }

body.myTootal #body {
  padding-top: 58px; }
  body.myTootal.canAdminSwitch #body {
    padding-top: 113px; }
  body.myTootal #body .top {
    padding: 35px 0 54px;
    background-color: #F6F6F6; }
    body.myTootal #body .top__title,
    body.myTootal #body .top h1 {
      color: #E34C3E;
      font-family: "Lora", serif;
      font-size: 26px;
      line-height: 32px;
      margin-top: 16px; }
    body.myTootal #body .top .d-flex {
      min-height: 100%; }
    body.myTootal #body .top__separator {
      position: relative;
      position: relative;
      -webkit-transform: scale(1, -1);
              transform: scale(1, -1);
      width: 135px;
      height: 10px;
      margin: 25px auto 25px 0; }
      body.myTootal #body .top__separator:before {
        background-repeat: repeat-x;
        content: '';
        position: absolute;
        z-index: 10;
        height: 9px;
        left: 0;
        right: 0;
        top: -9px;
        background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218px%22%20height%3D%229px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.00025863%2C0%20L0%2C6.59417725%20L0%2C8%20L8.00025885%2C1.40509033%20L16%2C8%20L16%2C6.59417725%20L8.00025863%2C0%20Z%22%20fill%3D%22%237b7b7b%22%20transform%3D%22scale%281.125%29%20rotate%28180 8 4%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E"); }

@keyframes slide-hoz {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes slide-vet {
  from {
    height: 0; }
  to {
    height: 100%; } }
      body.myTootal #body .top__separator:after {
        background-repeat: repeat-x;
        content: '';
        position: absolute;
        z-index: 10;
        height: 9px;
        left: 0;
        right: 0;
        bottom: -9px;
        background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218px%22%20height%3D%229px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.00025863%2C0%20L0%2C6.59417725%20L0%2C8%20L8.00025885%2C1.40509033%20L16%2C8%20L16%2C6.59417725%20L8.00025863%2C0%20Z%22%20fill%3D%22%237b7b7b%22%20transform%3D%22scale%281.125%29%20rotate%280%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E"); }

@keyframes slide-hoz {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes slide-vet {
  from {
    height: 0; }
  to {
    height: 100%; } }
      body.myTootal #body .top__separator:before, body.myTootal #body .top__separator:after {
        top: 0;
        bottom: 0; }
      body.myTootal #body .top__separator:after {
        -webkit-transform: scale(-1, 1);
                transform: scale(-1, 1);
        top: auto; }
    body.myTootal #body .top--title-centered .top__title,
    body.myTootal #body .top--title-centered .top h1 {
      text-align: center; }
    body.myTootal #body .top--title-centered .top__separator {
      margin-left: auto;
      margin-right: auto; }
    body.myTootal #body .top__address, body.myTootal #body .top__company {
      text-align: right; }
    body.myTootal #body .top__company {
      margin-top: 16px;
      color: #E34C3E;
      font-family: "Lora", serif;
      line-height: 26px;
      font-size: 21px;
      margin-bottom: 15px; }
    body.myTootal #body .top__address {
      font-size: 14px;
      color: #2c2c2c; }
    body.myTootal #body .top .controls--status {
      text-align: center;
      margin: 4px 20px;
      font-size: 14px; }
    body.myTootal #body .top .controls .button, body.myTootal body.informationPages #body .top .controls .top__upload label, body.informationPages body.myTootal #body .top .controls .top__upload label, body.myTootal body.informationPages #body .top__upload .top .controls label, body.informationPages body.myTootal #body .top__upload .top .controls label,
    body.myTootal body.orderApproval #body .top .controls .top__upload label, body.orderApproval body.myTootal #body .top .controls .top__upload label, body.myTootal body.orderApproval #body .top__upload .top .controls label, body.orderApproval body.myTootal #body .top__upload .top .controls label, body.myTootal body.informationPages #body .top .controls .products button.dropRow, body.informationPages body.myTootal #body .top .controls .products button.dropRow, body.myTootal body.informationPages #body .products .top .controls button.dropRow, body.informationPages body.myTootal #body .products .top .controls button.dropRow,
    body.myTootal body.orderApproval #body .top .controls .products button.dropRow, body.orderApproval body.myTootal #body .top .controls .products button.dropRow, body.myTootal body.orderApproval #body .products .top .controls button.dropRow, body.orderApproval body.myTootal #body .products .top .controls button.dropRow, body.myTootal body.informationPages #body .top .controls .order-controls button, body.informationPages body.myTootal #body .top .controls .order-controls button, body.myTootal body.informationPages #body .order-controls .top .controls button, body.informationPages body.myTootal #body .order-controls .top .controls button,
    body.myTootal body.orderApproval #body .top .controls .order-controls button, body.orderApproval body.myTootal #body .top .controls .order-controls button, body.myTootal body.orderApproval #body .order-controls .top .controls button, body.orderApproval body.myTootal #body .order-controls .top .controls button, body.myTootal body.contentPage #body .top .controls .pageBuilder .tinyMCE__redButton a, body.contentPage body.myTootal #body .top .controls .pageBuilder .tinyMCE__redButton a, body.myTootal body.contentPage #body .pageBuilder .tinyMCE__redButton .top .controls a, body.contentPage body.myTootal #body .pageBuilder .tinyMCE__redButton .top .controls a, body.myTootal body.contentPage #body .top .controls .pageBuilder .tinyMCE__darkButton a, body.contentPage body.myTootal #body .top .controls .pageBuilder .tinyMCE__darkButton a, body.myTootal body.contentPage #body .pageBuilder .tinyMCE__darkButton .top .controls a, body.contentPage body.myTootal #body .pageBuilder .tinyMCE__darkButton .top .controls a, body.myTootal body.contentPage #body .top .controls .pageBuilder .tinyMCE__whiteButton a, body.contentPage body.myTootal #body .top .controls .pageBuilder .tinyMCE__whiteButton a, body.myTootal body.contentPage #body .pageBuilder .tinyMCE__whiteButton .top .controls a, body.contentPage body.myTootal #body .pageBuilder .tinyMCE__whiteButton .top .controls a {
      padding: 8px 21px;
      margin: 4px 0;
      font-size: 14px;
      width: 100%;
      text-align: center;
      text-transform: none; }
  body.myTootal #body .menu {
    line-height: 31px;
    font-size: 14px;
    padding: 57px 0 85px; }
    @media (min-width: 992px) {
      body.myTootal #body .menu .row {
        margin-left: -5px;
        margin-right: -5px; }
        body.myTootal #body .menu .row > div {
          padding-left: 5px;
          padding-right: 5px; } }
    body.myTootal #body .menu__icon {
      width: 24px;
      float: left; }
      body.myTootal #body .menu__icon .tootal-icon {
        width: 16px;
        height: 16px;
        -webkit-transform: translateY(-1px);
                transform: translateY(-1px); }
    body.myTootal #body .menu__title {
      color: #DE483B;
      font-family: "Lora", serif;
      font-size: 18px;
      margin-left: 24px;
      line-height: 23px;
      padding: 4px 0; }
    body.myTootal #body .menu__items {
      list-style: none;
      margin: 0;
      padding: 0 0 0 24px;
      line-height: 21px; }
      body.myTootal #body .menu__items li {
        padding: 5px 0; }
      body.myTootal #body .menu__items span.notificationCounter {
        display: inline-block;
        background-color: #DE483B;
        height: 16px;
        line-height: 16px;
        padding: 0 6px;
        border-radius: 9px;
        font-size: 10px;
        position: relative;
        color: white;
        text-align: left;
        top: -8px; }
    body.myTootal #body .menu a {
      color: #343434; }
  body.myTootal #body .order-list #userDesignsTable .limitedLengthTd {
    max-width: 250px;
    word-wrap: break-word; }
  body.myTootal #body .add-employee,
  body.myTootal #body .add-sub-agent,
  body.myTootal #body .edit-account {
    background-color: #f6f6f6;
    padding-bottom: 225px;
    font-size: 14px; }
    body.myTootal #body .add-employee ul:not([class*="col"]),
    body.myTootal #body .add-sub-agent ul:not([class*="col"]),
    body.myTootal #body .edit-account ul:not([class*="col"]) {
      list-style: none;
      padding: 0;
      margin: 0; }
    body.myTootal #body .add-employee ul[class*="col"],
    body.myTootal #body .add-sub-agent ul[class*="col"],
    body.myTootal #body .edit-account ul[class*="col"] {
      list-style: none; }
    body.myTootal #body .add-employee label,
    body.myTootal #body .add-sub-agent label,
    body.myTootal #body .edit-account label {
      font-weight: 600;
      margin-bottom: 16px; }
    body.myTootal #body .add-employee .form-control,
    body.myTootal #body .add-sub-agent .form-control,
    body.myTootal #body .edit-account .form-control {
      background-color: transparent; }
    body.myTootal #body .add-employee .bootstrap-select button[type="button"],
    body.myTootal #body .add-employee input[type="text"],
    body.myTootal body.informationPages #body .add-employee .summary-list__item,
    body.informationPages body.myTootal #body .add-employee .summary-list__item,
    body.myTootal #body .add-employee input[type="email"],
    body.myTootal #body .add-employee input[type="number"],
    body.myTootal #body .add-employee input[type="password"],
    body.myTootal #body .add-sub-agent .bootstrap-select button[type="button"],
    body.myTootal #body .add-sub-agent input[type="text"],
    body.myTootal body.informationPages #body .add-sub-agent .summary-list__item,
    body.informationPages body.myTootal #body .add-sub-agent .summary-list__item,
    body.myTootal #body .add-sub-agent input[type="email"],
    body.myTootal #body .add-sub-agent input[type="number"],
    body.myTootal #body .add-sub-agent input[type="password"],
    body.myTootal #body .edit-account .bootstrap-select button[type="button"],
    body.myTootal #body .edit-account input[type="text"],
    body.myTootal body.informationPages #body .edit-account .summary-list__item,
    body.informationPages body.myTootal #body .edit-account .summary-list__item,
    body.myTootal #body .edit-account input[type="email"],
    body.myTootal #body .edit-account input[type="number"],
    body.myTootal #body .edit-account input[type="password"] {
      border: 1px solid #979797;
      border-radius: 28px;
      background-color: #fff;
      margin-bottom: 24px;
      width: 100%;
      display: block; }
    body.myTootal #body .add-employee .criteria,
    body.myTootal #body .add-sub-agent .criteria,
    body.myTootal #body .edit-account .criteria {
      color: #878787; }
    body.myTootal #body .add-employee .toggle__wrapper,
    body.myTootal #body .add-sub-agent .toggle__wrapper,
    body.myTootal #body .edit-account .toggle__wrapper {
      position: relative; }
      body.myTootal #body .add-employee .toggle__wrapper .toggle,
      body.myTootal #body .add-sub-agent .toggle__wrapper .toggle,
      body.myTootal #body .edit-account .toggle__wrapper .toggle {
        position: absolute;
        top: 50%;
        right: 20px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        cursor: pointer;
        color: #878787;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none; }
    body.myTootal #body .add-employee .toggle .tootal-icon,
    body.myTootal #body .add-sub-agent .toggle .tootal-icon,
    body.myTootal #body .edit-account .toggle .tootal-icon {
      width: 18px;
      height: 18px;
      -webkit-transform: translateY(-2px);
              transform: translateY(-2px); }
    body.myTootal #body .add-employee .toggle__on,
    body.myTootal #body .add-sub-agent .toggle__on,
    body.myTootal #body .edit-account .toggle__on {
      display: none; }
    body.myTootal #body .add-employee .checkboxes,
    body.myTootal #body .add-employee .radioButtons,
    body.myTootal #body .add-sub-agent .checkboxes,
    body.myTootal #body .add-sub-agent .radioButtons,
    body.myTootal #body .edit-account .checkboxes,
    body.myTootal #body .edit-account .radioButtons {
      height: 52px;
      margin-bottom: 24px; }
      body.myTootal #body .add-employee .checkboxes label,
      body.myTootal #body .add-employee .radioButtons label,
      body.myTootal #body .add-sub-agent .checkboxes label,
      body.myTootal #body .add-sub-agent .radioButtons label,
      body.myTootal #body .edit-account .checkboxes label,
      body.myTootal #body .edit-account .radioButtons label {
        padding-left: 5px;
        padding-right: 5px; }
      body.myTootal #body .add-employee .checkboxes label,
      body.myTootal #body .add-employee .checkboxes input[type="radio"],
      body.myTootal #body .add-employee .checkboxes input[type="checkbox"],
      body.myTootal #body .add-employee .radioButtons label,
      body.myTootal #body .add-employee .radioButtons input[type="radio"],
      body.myTootal #body .add-employee .radioButtons input[type="checkbox"],
      body.myTootal #body .add-sub-agent .checkboxes label,
      body.myTootal #body .add-sub-agent .checkboxes input[type="radio"],
      body.myTootal #body .add-sub-agent .checkboxes input[type="checkbox"],
      body.myTootal #body .add-sub-agent .radioButtons label,
      body.myTootal #body .add-sub-agent .radioButtons input[type="radio"],
      body.myTootal #body .add-sub-agent .radioButtons input[type="checkbox"],
      body.myTootal #body .edit-account .checkboxes label,
      body.myTootal #body .edit-account .checkboxes input[type="radio"],
      body.myTootal #body .edit-account .checkboxes input[type="checkbox"],
      body.myTootal #body .edit-account .radioButtons label,
      body.myTootal #body .edit-account .radioButtons input[type="radio"],
      body.myTootal #body .edit-account .radioButtons input[type="checkbox"] {
        cursor: pointer; }
      body.myTootal #body .add-employee .checkboxes .checkbox,
      body.myTootal #body .add-employee .radioButtons .checkbox,
      body.myTootal #body .add-sub-agent .checkboxes .checkbox,
      body.myTootal #body .add-sub-agent .radioButtons .checkbox,
      body.myTootal #body .edit-account .checkboxes .checkbox,
      body.myTootal #body .edit-account .radioButtons .checkbox {
        line-height: 18px; }
        body.myTootal #body .add-employee .checkboxes .checkbox label,
        body.myTootal #body .add-employee .radioButtons .checkbox label,
        body.myTootal #body .add-sub-agent .checkboxes .checkbox label,
        body.myTootal #body .add-sub-agent .radioButtons .checkbox label,
        body.myTootal #body .edit-account .checkboxes .checkbox label,
        body.myTootal #body .edit-account .radioButtons .checkbox label {
          display: inline; }
        body.myTootal #body .add-employee .checkboxes .checkbox input[type="checkbox"],
        body.myTootal #body .add-employee .radioButtons .checkbox input[type="checkbox"],
        body.myTootal #body .add-sub-agent .checkboxes .checkbox input[type="checkbox"],
        body.myTootal #body .add-sub-agent .radioButtons .checkbox input[type="checkbox"],
        body.myTootal #body .edit-account .checkboxes .checkbox input[type="checkbox"],
        body.myTootal #body .edit-account .radioButtons .checkbox input[type="checkbox"] {
          float: left; }
      body.myTootal #body .add-employee .checkboxes input[type="checkbox"],
      body.myTootal #body .add-employee .checkboxes input[type="radio"],
      body.myTootal #body .add-employee .radioButtons input[type="checkbox"],
      body.myTootal #body .add-employee .radioButtons input[type="radio"],
      body.myTootal #body .add-sub-agent .checkboxes input[type="checkbox"],
      body.myTootal #body .add-sub-agent .checkboxes input[type="radio"],
      body.myTootal #body .add-sub-agent .radioButtons input[type="checkbox"],
      body.myTootal #body .add-sub-agent .radioButtons input[type="radio"],
      body.myTootal #body .edit-account .checkboxes input[type="checkbox"],
      body.myTootal #body .edit-account .checkboxes input[type="radio"],
      body.myTootal #body .edit-account .radioButtons input[type="checkbox"],
      body.myTootal #body .edit-account .radioButtons input[type="radio"] {
        position: relative;
        width: 18px;
        height: 18px;
        outline: none !important;
        vertical-align: middle;
        -webkit-transform: translateY(-2px);
                transform: translateY(-2px); }
        body.myTootal #body .add-employee .checkboxes input[type="checkbox"]:after,
        body.myTootal #body .add-employee .checkboxes input[type="radio"]:after,
        body.myTootal #body .add-employee .radioButtons input[type="checkbox"]:after,
        body.myTootal #body .add-employee .radioButtons input[type="radio"]:after,
        body.myTootal #body .add-sub-agent .checkboxes input[type="checkbox"]:after,
        body.myTootal #body .add-sub-agent .checkboxes input[type="radio"]:after,
        body.myTootal #body .add-sub-agent .radioButtons input[type="checkbox"]:after,
        body.myTootal #body .add-sub-agent .radioButtons input[type="radio"]:after,
        body.myTootal #body .edit-account .checkboxes input[type="checkbox"]:after,
        body.myTootal #body .edit-account .checkboxes input[type="radio"]:after,
        body.myTootal #body .edit-account .radioButtons input[type="checkbox"]:after,
        body.myTootal #body .edit-account .radioButtons input[type="radio"]:after {
          content: '';
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          background-color: #fff;
          border-radius: 18px;
          border: 1px solid #979797; }
        body.myTootal #body .add-employee .checkboxes input[type="checkbox"]:checked:after,
        body.myTootal #body .add-employee .checkboxes input[type="radio"]:checked:after,
        body.myTootal #body .add-employee .radioButtons input[type="checkbox"]:checked:after,
        body.myTootal #body .add-employee .radioButtons input[type="radio"]:checked:after,
        body.myTootal #body .add-sub-agent .checkboxes input[type="checkbox"]:checked:after,
        body.myTootal #body .add-sub-agent .checkboxes input[type="radio"]:checked:after,
        body.myTootal #body .add-sub-agent .radioButtons input[type="checkbox"]:checked:after,
        body.myTootal #body .add-sub-agent .radioButtons input[type="radio"]:checked:after,
        body.myTootal #body .edit-account .checkboxes input[type="checkbox"]:checked:after,
        body.myTootal #body .edit-account .checkboxes input[type="radio"]:checked:after,
        body.myTootal #body .edit-account .radioButtons input[type="checkbox"]:checked:after,
        body.myTootal #body .edit-account .radioButtons input[type="radio"]:checked:after {
          background-color: #979797;
          -webkit-box-shadow: inset 0 0 0 4px #fff;
                  box-shadow: inset 0 0 0 4px #fff; }
      body.myTootal #body .add-employee .checkboxes input[type="checkbox"]:after,
      body.myTootal #body .add-employee .radioButtons input[type="checkbox"]:after,
      body.myTootal #body .add-sub-agent .checkboxes input[type="checkbox"]:after,
      body.myTootal #body .add-sub-agent .radioButtons input[type="checkbox"]:after,
      body.myTootal #body .edit-account .checkboxes input[type="checkbox"]:after,
      body.myTootal #body .edit-account .radioButtons input[type="checkbox"]:after {
        border-radius: 1px; }
      body.myTootal #body .add-employee .checkboxes input[type="checkbox"]:checked:after,
      body.myTootal #body .add-employee .radioButtons input[type="checkbox"]:checked:after,
      body.myTootal #body .add-sub-agent .checkboxes input[type="checkbox"]:checked:after,
      body.myTootal #body .add-sub-agent .radioButtons input[type="checkbox"]:checked:after,
      body.myTootal #body .edit-account .checkboxes input[type="checkbox"]:checked:after,
      body.myTootal #body .edit-account .radioButtons input[type="checkbox"]:checked:after {
        -webkit-box-shadow: inset 0 0 0 3px #fff;
                box-shadow: inset 0 0 0 3px #fff; }
    body.myTootal #body .add-employee .userIpRestrictions .input-group,
    body.myTootal #body .add-sub-agent .userIpRestrictions .input-group,
    body.myTootal #body .edit-account .userIpRestrictions .input-group {
      width: 100%; }
      body.myTootal #body .add-employee .userIpRestrictions .input-group input,
      body.myTootal #body .add-sub-agent .userIpRestrictions .input-group input,
      body.myTootal #body .edit-account .userIpRestrictions .input-group input {
        width: auto;
        border-radius: 28px 0 0 28px; }
      body.myTootal #body .add-employee .userIpRestrictions .input-group .input-group-append,
      body.myTootal #body .add-sub-agent .userIpRestrictions .input-group .input-group-append,
      body.myTootal #body .edit-account .userIpRestrictions .input-group .input-group-append {
        border: 1px solid #979797;
        background-color: #979797;
        color: #fff;
        cursor: pointer;
        margin-bottom: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-radius: 0 28px 28px 0;
        height: 52px;
        width: 52px; }
    body.myTootal #body .add-employee #deleteIconBase,
    body.myTootal #body .add-sub-agent #deleteIconBase,
    body.myTootal #body .edit-account #deleteIconBase {
      display: none; }
  body.myTootal #body .edit-employees, body.myTootal #body .edit-sub-agents {
    background-color: #F6F6F6;
    padding-bottom: 270px; }
    body.myTootal #body .edit-employees tbody tr, body.myTootal #body .edit-sub-agents tbody tr {
      cursor: pointer; }
  body.myTootal #body .add-employee, body.myTootal #body .add-sub-agent {
    background-color: #F6F6F6;
    padding-bottom: 270px; }
    body.myTootal #body .add-employee-info, body.myTootal #body .add-sub-agent-info {
      background-color: #F6F6F6; }
      body.myTootal #body .add-employee-info + section, body.myTootal #body .add-sub-agent-info + section {
        padding-top: 35px; }
  body.myTootal #body button[data-id="articleSelect"] {
    margin-top: 28px;
    padding: 12px 20px;
    line-height: 16px;
    font-size: 14px;
    width: 160px;
    border: none; }
  body.myTootal #body .favorites {
    background-color: #f6f6f6; }
    body.myTootal #body .favorites .swiper-slide {
      width: calc(100% / 3);
      -webkit-transition: all 0.5s cubic-bezier(0.17, 0.67, 0.16, 0.99);
      transition: all 0.5s cubic-bezier(0.17, 0.67, 0.16, 0.99);
      opacity: .5;
      -webkit-transform: scale(0.75);
              transform: scale(0.75);
      -webkit-transform-origin: center;
              transform-origin: center; }
      body.myTootal #body .favorites .swiper-slide-active {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1); }
      body.myTootal #body .favorites .swiper-slide .favorite__info {
        -webkit-transition: all 0.5s cubic-bezier(0.17, 0.67, 0.16, 0.99);
        transition: all 0.5s cubic-bezier(0.17, 0.67, 0.16, 0.99); }
      body.myTootal #body .favorites .swiper-slide:not(.swiper-slide-active) .favorite__info {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
        opacity: 0; }
    body.myTootal #body .favorites__sidebar {
      min-height: 100%;
      background-color: #fff;
      padding-left: 47px;
      padding-top: 21px;
      padding-bottom: 90px;
      position: relative; }
      body.myTootal #body .favorites__sidebar:after {
        content: '';
        height: 100%;
        width: 50vw;
        position: absolute;
        top: 0;
        background-color: #fff;
        left: 100%; }
    body.myTootal #body .favorites__controls {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      max-width: 66.67%; }
      body.myTootal #body .favorites__controls div {
        display: inline; }
      body.myTootal #body .favorites__controls .favorites__button-prev, body.myTootal #body .favorites__controls .favorites__button-next {
        cursor: pointer;
        outline: none; }
      body.myTootal #body .favorites__controls .favorites__pagination {
        width: auto;
        padding: 0 20px; }
    body.myTootal #body .favorites .favorite {
      position: relative;
      max-width: 327px;
      margin-bottom: 50px; }
      body.myTootal #body .favorites .favorite__info__promo {
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 14px;
        width: 85px;
        height: 31px; }
        body.myTootal #body .favorites .favorite__info__promo img {
          width: 100px;
          margin-top: -6px; }
      body.myTootal #body .favorites .favorite__info__discount {
        position: absolute;
        z-index: 1;
        top: 25%;
        left: 14px;
        width: 85px;
        height: 31px; }
        body.myTootal #body .favorites .favorite__info__discount img {
          width: 100px;
          margin-top: -6px; }
      body.myTootal #body .favorites .favorite__info__checkbox {
        z-index: 2; }
      body.myTootal #body .favorites .favorite__image {
        width: 287px;
        height: 397px;
        margin: 0 auto; }
        body.myTootal #body .favorites .favorite__image img {
          max-width: 100%;
          max-height: 100%;
          position: absolute;
          top: 0;
          left: 0; }
          body.myTootal #body .favorites .favorite__image img.dummy {
            mix-blend-mode: multiply;
            -webkit-transform: scale(0.75);
                    transform: scale(0.75);
            -webkit-transform-origin: center;
                    transform-origin: center; }
        body.myTootal #body .favorites .favorite__image img.shirtImage {
          z-index: 1; }
        body.myTootal #body .favorites .favorite__image img.pocketImage {
          z-index: 2; }
        body.myTootal #body .favorites .favorite__image img.contrastImage {
          z-index: 3; }
      body.myTootal #body .favorites .favorite__remove {
        position: absolute;
        right: 20px;
        z-index: 9; }
        body.myTootal #body .favorites .favorite__remove a {
          color: #232323; }
          body.myTootal #body .favorites .favorite__remove a:hover {
            color: #DE483B; }
      body.myTootal #body .favorites .favorite__info__image {
        position: relative;
        padding-top: 100%; }
        body.myTootal #body .favorites .favorite__info__image img {
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
                  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
          body.myTootal #body .favorites .favorite__info__image img.dummy {
            -webkit-box-shadow: none;
                    box-shadow: none;
            -o-object-fit: contain;
               object-fit: contain;
            background-color: #fff;
            -webkit-filter: invert(75%);
                    filter: invert(75%);
            -webkit-box-shadow: inset 0 0 0 1px #fff, 0 0 0 1px #fff;
                    box-shadow: inset 0 0 0 1px #fff, 0 0 0 1px #fff; }
      body.myTootal #body .favorites .favorite__info__label {
        position: absolute;
        bottom: 13px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        background-color: #fff;
        height: 20px;
        line-height: 20px;
        padding: 0 11px;
        font-size: 11px;
        border-radius: 10px;
        border: 1px solid #3F3F3F;
        text-transform: uppercase; }
      body.myTootal #body .favorites .favorite__info__checkbox {
        position: absolute;
        left: calc(5px + 20px);
        top: 5px;
        width: 19px;
        height: 19px;
        border: 1px solid #000000;
        background-color: #fff;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
                box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06); }
        body.myTootal #body .favorites .favorite__info__checkbox svg {
          width: 40px;
          height: 34px;
          -webkit-transform: translate(-8px, -11px);
                  transform: translate(-8px, -11px); }
      body.myTootal #body .favorites .favorite__info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row;
                flex-flow: row; }
      body.myTootal #body .favorites .favorite__contrast {
        margin-left: -20px;
        margin-right: -20px; }
    body.myTootal #body .favorites .favorite__base .favorite__info__image,
    body.myTootal #body .favorites .favorite__contrast .favorite__info__image {
      -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
              box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
      cursor: pointer; }
    body.myTootal #body .favorites .favorite__base.active .favorite__info__image,
    body.myTootal #body .favorites .favorite__contrast.active .favorite__info__image {
      cursor: default;
      position: relative; }
      body.myTootal #body .favorites .favorite__base.active .favorite__info__image:after,
      body.myTootal #body .favorites .favorite__contrast.active .favorite__info__image:after {
        content: '';
        position: absolute;
        top: -15px;
        right: -15px;
        bottom: -15px;
        left: -15px;
        border: 15px solid #fff;
        -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.2);
                box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.2); }
    body.myTootal #body .favorites .favorites__sidebar .buttonwrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 15px; }
      body.myTootal #body .favorites .favorites__sidebar .buttonwrap button {
        line-height: 37px;
        padding: 0 20px;
        border: 1px solid #979797;
        color: #979797;
        min-width: 125px;
        text-align: center;
        text-transform: uppercase;
        font-size: 12px; }
        body.myTootal #body .favorites .favorites__sidebar .buttonwrap button:first-child {
          border-right: none;
          border-radius: 40px 0 0 40px; }
        body.myTootal #body .favorites .favorites__sidebar .buttonwrap button:nth-child(2) {
          border-left: none;
          border-radius: 0 40px 40px 0; }
        body.myTootal #body .favorites .favorites__sidebar .buttonwrap button.active {
          background-color: #979797;
          color: #fff; }
        body.myTootal #body .favorites .favorites__sidebar .buttonwrap button[disabled] {
          pointer-events: none; }
  body.myTootal #body .order-history {
    background-color: #F6F6F6;
    font-size: 14px; }
    body.myTootal #body .order-history__filter {
      margin-bottom: 65px; }
      body.myTootal #body .order-history__filter [class*="col"] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative; }
      body.myTootal #body .order-history__filter__company {
        -webkit-box-flex: 4;
            -ms-flex-positive: 4;
                flex-grow: 4; }
      body.myTootal #body .order-history__filter__product {
        -webkit-box-flex: 2;
            -ms-flex-positive: 2;
                flex-grow: 2; }
      body.myTootal #body .order-history__filter .tootal-icon {
        position: absolute;
        right: 32px;
        top: 50%;
        -webkit-transform: translate(-2px, -50%);
                transform: translate(-2px, -50%);
        width: 20px;
        height: 20px;
        color: #A1A1A1; }
      body.myTootal #body .order-history__filter label {
        white-space: nowrap;
        height: 53px;
        line-height: 53px;
        background-color: #6B6B6B;
        color: #fff;
        padding: 0 14px 0 22px;
        border-radius: 100px 0 0 100px;
        margin-bottom: 0;
        text-align: center;
        cursor: pointer;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none; }
      body.myTootal #body .order-history__filter input {
        border: 1px solid #C0C0C0;
        border-radius: 0 100px 100px 0;
        border-left: none;
        margin-bottom: 3px; }
      body.myTootal #body .order-history__filter .button, body.myTootal body.informationPages #body .order-history__filter .top__upload label, body.informationPages body.myTootal #body .order-history__filter .top__upload label, body.myTootal body.informationPages #body .top__upload .order-history__filter label, body.informationPages body.myTootal #body .top__upload .order-history__filter label,
      body.myTootal body.orderApproval #body .order-history__filter .top__upload label, body.orderApproval body.myTootal #body .order-history__filter .top__upload label, body.myTootal body.orderApproval #body .top__upload .order-history__filter label, body.orderApproval body.myTootal #body .top__upload .order-history__filter label, body.myTootal body.informationPages #body .order-history__filter .products button.dropRow, body.informationPages body.myTootal #body .order-history__filter .products button.dropRow, body.myTootal body.informationPages #body .products .order-history__filter button.dropRow, body.informationPages body.myTootal #body .products .order-history__filter button.dropRow,
      body.myTootal body.orderApproval #body .order-history__filter .products button.dropRow, body.orderApproval body.myTootal #body .order-history__filter .products button.dropRow, body.myTootal body.orderApproval #body .products .order-history__filter button.dropRow, body.orderApproval body.myTootal #body .products .order-history__filter button.dropRow, body.myTootal body.informationPages #body .order-history__filter .order-controls button, body.informationPages body.myTootal #body .order-history__filter .order-controls button, body.myTootal body.informationPages #body .order-controls .order-history__filter button, body.informationPages body.myTootal #body .order-controls .order-history__filter button,
      body.myTootal body.orderApproval #body .order-history__filter .order-controls button, body.orderApproval body.myTootal #body .order-history__filter .order-controls button, body.myTootal body.orderApproval #body .order-controls .order-history__filter button, body.orderApproval body.myTootal #body .order-controls .order-history__filter button, body.myTootal body.contentPage #body .order-history__filter .pageBuilder .tinyMCE__redButton a, body.contentPage body.myTootal #body .order-history__filter .pageBuilder .tinyMCE__redButton a, body.myTootal body.contentPage #body .pageBuilder .tinyMCE__redButton .order-history__filter a, body.contentPage body.myTootal #body .pageBuilder .tinyMCE__redButton .order-history__filter a, body.myTootal body.contentPage #body .order-history__filter .pageBuilder .tinyMCE__darkButton a, body.contentPage body.myTootal #body .order-history__filter .pageBuilder .tinyMCE__darkButton a, body.myTootal body.contentPage #body .pageBuilder .tinyMCE__darkButton .order-history__filter a, body.contentPage body.myTootal #body .pageBuilder .tinyMCE__darkButton .order-history__filter a, body.myTootal body.contentPage #body .order-history__filter .pageBuilder .tinyMCE__whiteButton a, body.contentPage body.myTootal #body .order-history__filter .pageBuilder .tinyMCE__whiteButton a, body.myTootal body.contentPage #body .pageBuilder .tinyMCE__whiteButton .order-history__filter a, body.contentPage body.myTootal #body .pageBuilder .tinyMCE__whiteButton .order-history__filter a {
        width: 260px;
        max-width: 100%; }
    body.myTootal #body .order-history__table__wrapper {
      padding-bottom: 187px; }
    body.myTootal #body .order-history__table a {
      color: #DE483B;
      text-decoration: underline; }
    body.myTootal #body .order-history__table thead th {
      border-top: none;
      border-bottom: 2px solid #979797; }
    body.myTootal #body .order-history__table tbody td {
      border-top: none;
      border-bottom: 1px solid #979797; }
    body.myTootal #body .order-history__table .reorder {
      padding: 0;
      position: relative;
      padding: 0.75rem 0.75rem 0.75rem calc(.75rem + 16px); }
      body.myTootal #body .order-history__table .reorder .checkbox {
        pointer-events: none;
        position: absolute;
        top: 16px;
        left: 50%;
        width: 16px;
        height: 16px;
        border: 1px solid #979797;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        background-color: white; }
        body.myTootal #body .order-history__table .reorder .checkbox .tootal-icon {
          display: none;
          color: white;
          position: absolute;
          top: calc(50% + 1px);
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
      body.myTootal #body .order-history__table .reorder input {
        display: block;
        width: 100%;
        height: 100%;
        overflow: auto;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        border-radius: 0;
        opacity: 0;
        cursor: pointer; }
        body.myTootal #body .order-history__table .reorder input:hover + .checkbox {
          background-color: #e5e5e5; }
        body.myTootal #body .order-history__table .reorder input:checked + .checkbox {
          background-color: #404040;
          border-color: #404040; }
          body.myTootal #body .order-history__table .reorder input:checked + .checkbox .tootal-icon {
            display: inline-block; }
      body.myTootal #body .order-history__table .reorder label {
        margin-bottom: 0; }
      body.myTootal #body .order-history__table .reorder .checkbox {
        left: 0;
        -webkit-transform: none;
                transform: none; }
      body.myTootal #body .order-history__table .reorder input[type="checkbox"]:hover ~ .checkbox {
        background-color: #e5e5e5; }
      body.myTootal #body .order-history__table .reorder input[type="checkbox"]:checked ~ .checkbox {
        background-color: #404040;
        border-color: #404040; }
        body.myTootal #body .order-history__table .reorder input[type="checkbox"]:checked ~ .checkbox .tootal-icon {
          display: inline-block;
          width: 16px;
          height: 16px;
          vertical-align: text-bottom; }
  body.myTootal #body .emailNotice {
    font-size: small; }

.historyColorBox {
  position: absolute;
  z-index: 99999; }
  .historyColorBox #cboxTopLeft, .historyColorBox #cboxTopCenter, .historyColorBox #cboxTopRight, .historyColorBox #cboxMiddleLeft, .historyColorBox #cboxMiddleRight, .historyColorBox #cboxBottomLeft, .historyColorBox #cboxBottomCenter, .historyColorBox #cboxBottomRight {
    display: none; }
  .historyColorBox #cboxContent {
    background: none;
    padding: 40px 40px 0px 0px; }
  .historyColorBox .blackBackground {
    position: absolute;
    bottom: 4px;
    height: auto;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px 0px 10px 0px;
    font-size: 13px;
    width: calc(100% - 40px); }
  .historyColorBox #cboxClose {
    color: white;
    top: 0px;
    width: 20px;
    height: 20px; }

section.downloadableFiles {
  background-color: #F6F6F6;
  padding-bottom: 75px; }
  section.downloadableFiles .downloadableFilesTable {
    background-color: transparent;
    font-size: 14px;
    display: table; }
    section.downloadableFiles .downloadableFilesTable thead th {
      border-top: none;
      border-bottom: 2px solid #979797; }
  section.downloadableFiles .downloadLink svg {
    color: black;
    width: 20px;
    height: 20px; }

body.contentPage--grey {
  background-color: #F6F6F6; }

body.contentPage #body {
  padding-top: 58px;
  background-color: #FFF; }
  @media (max-width: 991.98px) {
    body.contentPage #body {
      padding-top: 0; }
      body.contentPage #body .breadcrumbs {
        display: none; } }
  body.contentPage.canAdminSwitch #body {
    padding-top: 113px; }
  body.contentPage--grey #body {
    background-color: #F6F6F6; }
  body.contentPage #body .top {
    background-color: transparent;
    padding: 30px 0 0; }
    @media (max-width: 991.98px) {
      body.contentPage #body .top {
        padding-top: 0; } }
    body.contentPage #body .top__title {
      font-family: "Lora", serif;
      margin-top: 125px;
      font-size: 44px;
      line-height: 46px; }
      body.contentPage #body .top__title--red {
        color: #DE483B; }
      @media (max-width: 991.98px) {
        body.contentPage #body .top__title {
          font-size: 28px;
          line-height: 40px;
          margin-top: 40px; } }
    body.contentPage #body .top__separator {
      position: relative;
      position: relative;
      -webkit-transform: scale(1, -1);
              transform: scale(1, -1);
      width: 135px;
      height: 10px;
      margin: 35px auto 25px 0; }
      body.contentPage #body .top__separator:before {
        background-repeat: repeat-x;
        content: '';
        position: absolute;
        z-index: 10;
        height: 9px;
        left: 0;
        right: 0;
        top: -9px;
        background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218px%22%20height%3D%229px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.00025863%2C0%20L0%2C6.59417725%20L0%2C8%20L8.00025885%2C1.40509033%20L16%2C8%20L16%2C6.59417725%20L8.00025863%2C0%20Z%22%20fill%3D%22%237b7b7b%22%20transform%3D%22scale%281.125%29%20rotate%28180 8 4%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E"); }

@keyframes slide-hoz {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes slide-vet {
  from {
    height: 0; }
  to {
    height: 100%; } }
      body.contentPage #body .top__separator:after {
        background-repeat: repeat-x;
        content: '';
        position: absolute;
        z-index: 10;
        height: 9px;
        left: 0;
        right: 0;
        bottom: -9px;
        background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218px%22%20height%3D%229px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.00025863%2C0%20L0%2C6.59417725%20L0%2C8%20L8.00025885%2C1.40509033%20L16%2C8%20L16%2C6.59417725%20L8.00025863%2C0%20Z%22%20fill%3D%22%237b7b7b%22%20transform%3D%22scale%281.125%29%20rotate%280%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E"); }

@keyframes slide-hoz {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes slide-vet {
  from {
    height: 0; }
  to {
    height: 100%; } }
      body.contentPage #body .top__separator:last-child {
        margin-bottom: 0; }
      @media (max-width: 991.98px) {
        body.contentPage #body .top__separator {
          margin-top: 15px;
          margin-bottom: 15px; } }
    body.contentPage #body .top__subtitle {
      font-size: 18px;
      line-height: 36px; }
      @media (max-width: 991.98px) {
        body.contentPage #body .top__subtitle {
          font-size: 16px;
          line-height: 24px; } }
    body.contentPage #body .top--title-inverse .top__title {
      color: #2C2C2C; }
    body.contentPage #body .top--title-inverse .top__separator {
      position: relative;
      position: relative; }
      body.contentPage #body .top--title-inverse .top__separator:before {
        background-repeat: repeat-x;
        content: '';
        position: absolute;
        z-index: 10;
        height: 9px;
        left: 0;
        right: 0;
        top: -9px;
        background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218px%22%20height%3D%229px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.00025863%2C0%20L0%2C6.59417725%20L0%2C8%20L8.00025885%2C1.40509033%20L16%2C8%20L16%2C6.59417725%20L8.00025863%2C0%20Z%22%20fill%3D%22%23E34C3E%22%20transform%3D%22scale%281.125%29%20rotate%28180 8 4%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E"); }

@keyframes slide-hoz {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes slide-vet {
  from {
    height: 0; }
  to {
    height: 100%; } }
      body.contentPage #body .top--title-inverse .top__separator:after {
        background-repeat: repeat-x;
        content: '';
        position: absolute;
        z-index: 10;
        height: 9px;
        left: 0;
        right: 0;
        bottom: -9px;
        background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218px%22%20height%3D%229px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.00025863%2C0%20L0%2C6.59417725%20L0%2C8%20L8.00025885%2C1.40509033%20L16%2C8%20L16%2C6.59417725%20L8.00025863%2C0%20Z%22%20fill%3D%22%23E34C3E%22%20transform%3D%22scale%281.125%29%20rotate%280%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E"); }

@keyframes slide-hoz {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes slide-vet {
  from {
    height: 0; }
  to {
    height: 100%; } }
    body.contentPage #body .top--title-inverse .top__separator:before, body.contentPage #body .top--title-inverse .top__separator:after, body.contentPage #body .top__separator:before, body.contentPage #body .top__separator:after {
      top: 0;
      bottom: 0; }
    body.contentPage #body .top--title-inverse .top__separator:after, body.contentPage #body .top__separator:after {
      -webkit-transform: scale(-1, 1);
              transform: scale(-1, 1);
      top: auto; }
    body.contentPage #body .top--title-centered .top__title, body.contentPage #body .top--title-centered .top__subtitle {
      text-align: center; }
    body.contentPage #body .top--title-centered .top__separator {
      margin-left: auto;
      margin-right: auto; }
    body.contentPage #body .top--dark {
      background-color: #282828;
      background-size: cover;
      background-position: center;
      position: relative;
      color: #fff;
      position: relative;
      padding-bottom: 100px;
      margin-bottom: 150px; }
      body.contentPage #body .top--dark:after {
        background-repeat: repeat-x;
        content: '';
        position: absolute;
        z-index: 10;
        height: 6px;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2212px%22%20height%3D%226px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20points%3D%220%2C%200%208%2C%208%2016%2C0%22%20fill%3D%22%23f2f2f2%22%20transform%3D%22scale%280.75%29%20rotate%28180 8 4%29%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E"); }

@keyframes slide-hoz {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes slide-vet {
  from {
    height: 0; }
  to {
    height: 100%; } }
      body.contentPage #body .top--dark .contactPageBreadcrumbs {
        position: absolute;
        z-index: 99; }
        body.contentPage #body .top--dark .contactPageBreadcrumbs a, body.contentPage #body .top--dark .contactPageBreadcrumbs span svg {
          color: white; }
      body.contentPage #body .top--dark .top__title {
        color: #fff;
        margin-top: 250px; }
        @media (max-width: 991.98px) {
          body.contentPage #body .top--dark .top__title {
            margin-top: 50px; } }
      body.contentPage #body .top--dark .top__separator {
        position: relative;
        position: relative;
        -webkit-transform: scale(1, -1);
                transform: scale(1, -1);
        width: 135px;
        height: 10px;
        margin: 35px auto 25px 0; }
        body.contentPage #body .top--dark .top__separator:before {
          background-repeat: repeat-x;
          content: '';
          position: absolute;
          z-index: 10;
          height: 9px;
          left: 0;
          right: 0;
          top: -9px;
          background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218px%22%20height%3D%229px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.00025863%2C0%20L0%2C6.59417725%20L0%2C8%20L8.00025885%2C1.40509033%20L16%2C8%20L16%2C6.59417725%20L8.00025863%2C0%20Z%22%20fill%3D%22%23DE483B%22%20transform%3D%22scale%281.125%29%20rotate%28180 8 4%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E"); }

@keyframes slide-hoz {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes slide-vet {
  from {
    height: 0; }
  to {
    height: 100%; } }
        body.contentPage #body .top--dark .top__separator:after {
          background-repeat: repeat-x;
          content: '';
          position: absolute;
          z-index: 10;
          height: 9px;
          left: 0;
          right: 0;
          bottom: -9px;
          background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218px%22%20height%3D%229px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.00025863%2C0%20L0%2C6.59417725%20L0%2C8%20L8.00025885%2C1.40509033%20L16%2C8%20L16%2C6.59417725%20L8.00025863%2C0%20Z%22%20fill%3D%22%23DE483B%22%20transform%3D%22scale%281.125%29%20rotate%280%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E"); }

@keyframes slide-hoz {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes slide-vet {
  from {
    height: 0; }
  to {
    height: 100%; } }
        body.contentPage #body .top--dark .top__separator:before, body.contentPage #body .top--dark .top__separator:after {
          top: 0;
          bottom: 0; }
        body.contentPage #body .top--dark .top__separator:after {
          -webkit-transform: scale(-1, 1);
                  transform: scale(-1, 1);
          top: auto; }
        body.contentPage #body .top--dark .top__separator:last-child {
          margin-bottom: 0; }
        @media (max-width: 991.98px) {
          body.contentPage #body .top--dark .top__separator {
            margin-top: 15px;
            margin-bottom: 15px; } }
      body.contentPage #body .top--dark:before {
        content: '';
        background-color: rgba(39, 39, 39, 0.5);
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0; }
      body.contentPage #body .top--dark .contact-info {
        z-index: 20;
        padding: 65px 65px 55px;
        background-color: #282828;
        position: absolute;
        left: -20px;
        bottom: -150px;
        right: 0;
        line-height: 48px; }
        body.contentPage #body .top--dark .contact-info:after {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          left: calc(100% - 1px);
          width: 50vw;
          background-color: #282828; }
        body.contentPage #body .top--dark .contact-info__type {
          font-size: 18px;
          display: inline;
          color: #DE483B;
          font-family: "Lora", serif;
          margin-right: 15px; }
        body.contentPage #body .top--dark .contact-info a {
          color: #fff; }
        @media (max-width: 991.98px) {
          body.contentPage #body .top--dark .contact-info {
            padding: 25px 0 25px 35px;
            height: 200px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            position: relative;
            left: 0;
            bottom: auto;
            top: 0;
            margin-top: 50px;
            margin-bottom: -200px; }
            body.contentPage #body .top--dark .contact-info:after {
              width: 21px; } }
  body.contentPage #body .content-block {
    padding-top: 200px;
    color: #2C2C2C;
    font-size: 16px;
    line-height: 30px; }
    body.contentPage #body .content-block h1, body.contentPage #body .content-block h1 .title, body.contentPage #body .content-block h2, body.contentPage #body .content-block h2 .title, body.contentPage #body .content-block h3, body.contentPage #body .content-block h3 .title, body.contentPage #body .content-block h4, body.contentPage #body .content-block h4 .title {
      font-family: "Lora", serif; }
    body.contentPage #body .content-block h1.title--red, body.contentPage #body .content-block h2.title--red, body.contentPage #body .content-block h3.title--red, body.contentPage #body .content-block h4.title--red {
      color: #DE483B; }
    body.contentPage #body .content-block .row {
      margin-bottom: 112px; }
    body.contentPage #body .content-block .pdfViewer {
      max-height: calc(90vh - 145px);
      height: 100vh; }
  body.contentPage #body .placeholder {
    background-image: url("https://picsum.photos/g/560px/397px");
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 397px; }
  body.contentPage #body .register {
    margin-top: 42px;
    padding-bottom: 130px; }
    body.contentPage #body .register input[type="text"], body.contentPage body.informationPages #body .register .summary-list__item, body.informationPages body.contentPage #body .register .summary-list__item,
    body.contentPage #body .register input[type="email"],
    body.contentPage #body .register input[type="password"],
    body.contentPage #body .register button.dropdown-toggle {
      border: 1px solid #D2D2D2;
      margin-bottom: 40px;
      line-height: 20px;
      max-width: calc(100% - 5px); }
      @media (max-width: 991.98px) {
        body.contentPage #body .register input[type="text"], body.contentPage body.informationPages #body .register .summary-list__item, body.informationPages body.contentPage #body .register .summary-list__item,
        body.contentPage #body .register input[type="email"],
        body.contentPage #body .register input[type="password"],
        body.contentPage #body .register button.dropdown-toggle {
          margin-bottom: 15px; } }
    body.contentPage #body .register .bootstrap-select {
      max-width: 100%; }
      body.contentPage #body .register .bootstrap-select .bs-searchbox {
        margin-top: 10px; }
        body.contentPage #body .register .bootstrap-select .bs-searchbox input {
          margin-bottom: 10px; }
    body.contentPage #body .register hr {
      margin-top: -10px;
      margin-bottom: 26px; }
    body.contentPage #body .register__hasTooltip {
      position: relative; }
    body.contentPage #body .register__tooltip {
      position: absolute;
      left: 7px;
      top: calc(50% - 20px);
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: 2;
      color: #fff;
      font-family: "Lora", serif;
      background-color: #2C2C2C;
      width: 15px;
      height: 15px;
      padding-left: 1px;
      line-height: 14px;
      text-align: center;
      border-radius: 50%;
      font-size: 12px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .tooltip-inner {
        max-width: 300px !important; }
      .register__tooltip__item {
        width: 300px;
        max-width: 100%;
        text-align: left; }
        .register__tooltip__item ul {
          padding-left: 25px;
          margin-bottom: 5px; }
    body.contentPage #body .register__gender {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #828282;
      font-size: 16px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      body.contentPage #body .register__gender > .required::after {
        content: '*';
        color: #DE483B;
        position: absolute; }
      body.contentPage #body .register__gender input {
        outline: none !important; }
      body.contentPage #body .register__gender label {
        margin-bottom: 0; }
      body.contentPage #body .register__gender > label {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        margin-bottom: 40px; }
        @media (max-width: 991.98px) {
          body.contentPage #body .register__gender > label {
            margin-bottom: 15px; } }
      body.contentPage #body .register__gender > div {
        -webkit-box-flex: 3;
            -ms-flex-positive: 3;
                flex-grow: 3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 40px; }
        @media (max-width: 991.98px) {
          body.contentPage #body .register__gender > div {
            margin-bottom: 15px; } }
        body.contentPage #body .register__gender > div > div {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
        body.contentPage #body .register__gender > div label {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          padding-left: 8px; }
        body.contentPage #body .register__gender > div input, body.contentPage #body .register__gender > div label {
          cursor: pointer; }
      body.contentPage #body .register__gender input[type="radio"] {
        position: relative;
        width: 18px;
        height: 18px;
        outline: none !important;
        vertical-align: middle; }
        body.contentPage #body .register__gender input[type="radio"]:after {
          content: '';
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          background-color: #fff;
          border-radius: 18px;
          border: 1px solid #979797; }
        body.contentPage #body .register__gender input[type="radio"]:checked:after {
          background-color: #979797;
          -webkit-box-shadow: inset 0 0 0 2px #fff;
                  box-shadow: inset 0 0 0 2px #fff; }
    body.contentPage #body .register__confirm {
      font-size: 14px; }
      body.contentPage #body .register__confirm input[type="checkbox"], body.contentPage #body .register__confirm label, body.contentPage #body .register__confirm label a {
        color: #828282;
        cursor: pointer;
        margin-bottom: 0;
        display: inline;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none; }
      body.contentPage #body .register__confirm input[type="checkbox"] {
        position: relative;
        width: 14px;
        height: 14px;
        outline: none !important;
        vertical-align: middle;
        margin-right: 10px; }
        body.contentPage #body .register__confirm input[type="checkbox"]:after {
          content: '';
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          background-color: #fff;
          border: 1px solid #979797; }
        body.contentPage #body .register__confirm input[type="checkbox"]:checked:after {
          background-color: #979797;
          -webkit-box-shadow: inset 0 0 0 2px #fff;
                  box-shadow: inset 0 0 0 2px #fff; }
      body.contentPage #body .register__confirm > div:not(:last-child) {
        margin-bottom: 5px; }
      body.contentPage #body .register__confirm button {
        padding: 10px 15px;
        min-height: 50px;
        min-width: 180px;
        max-width: 100%;
        margin-top: 30px;
        font-family: "Lora", serif;
        font-size: 16px;
        font-weight: normal;
        text-transform: none; }
    body.contentPage #body .register label.error {
      position: absolute;
      left: 50%;
      top: 1px;
      -webkit-transform: translate(-50%, -100%);
              transform: translate(-50%, -100%);
      padding: 2px;
      line-height: 14px;
      min-height: 14px;
      margin: 0;
      font-size: 12px;
      text-align: center;
      font-family: "Lora", serif;
      color: #DE483B;
      z-index: 10;
      width: 100%; }
    body.contentPage #body .register .row > div > label.error {
      padding-left: 15px;
      padding-right: 15px; }
    body.contentPage #body .register .form-row > div > label.error {
      padding-left: 5px;
      padding-right: 5px; }
    body.contentPage #body .register input.error, body.contentPage #body .register input.error:after,
    body.contentPage #body .register select.error ~ .dropdown-toggle {
      border-color: #DE483B; }
    body.contentPage #body .register__confirm label.error {
      position: static;
      display: block;
      -webkit-transform: none;
              transform: none;
      text-align: left;
      float: right;
      margin-bottom: 10px; }
    body.contentPage #body .register span.required {
      color: #DE483B;
      position: absolute; }
    body.contentPage #body .register div.section {
      color: #606060;
      font-weight: bold;
      font-size: 18px;
      font-family: "Lora", serif;
      margin-bottom: 10px;
      margin-left: 10px; }
    body.contentPage #body .register .required-description {
      color: #DE483B;
      font-size: 15px;
      font-family: "Lora", serif;
      margin-bottom: 10px;
      margin-left: 10px; }
  body.contentPage #body .photo-blocks img {
    margin-top: 20px;
    margin-bottom: 20px; }
  body.contentPage #body .photo-blocks__title {
    font-family: "Lora", serif;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 36px;
    text-transform: lowercase; }
  body.contentPage #body .photo-blocks__separator {
    position: relative;
    position: relative;
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
    width: 105px;
    height: 8px;
    margin: 35px auto 25px 0; }
    body.contentPage #body .photo-blocks__separator:before {
      background-repeat: repeat-x;
      content: '';
      position: absolute;
      z-index: 10;
      height: 7px;
      left: 0;
      right: 0;
      top: -7px;
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214px%22%20height%3D%227px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.00025863%2C0%20L0%2C6.59417725%20L0%2C8%20L8.00025885%2C1.40509033%20L16%2C8%20L16%2C6.59417725%20L8.00025863%2C0%20Z%22%20fill%3D%22%23DE483B%22%20transform%3D%22scale%280.875%29%20rotate%28180 8 4%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E"); }

@keyframes slide-hoz {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes slide-vet {
  from {
    height: 0; }
  to {
    height: 100%; } }
    body.contentPage #body .photo-blocks__separator:after {
      background-repeat: repeat-x;
      content: '';
      position: absolute;
      z-index: 10;
      height: 7px;
      left: 0;
      right: 0;
      bottom: -7px;
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214px%22%20height%3D%227px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.00025863%2C0%20L0%2C6.59417725%20L0%2C8%20L8.00025885%2C1.40509033%20L16%2C8%20L16%2C6.59417725%20L8.00025863%2C0%20Z%22%20fill%3D%22%23DE483B%22%20transform%3D%22scale%280.875%29%20rotate%280%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E"); }

@keyframes slide-hoz {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes slide-vet {
  from {
    height: 0; }
  to {
    height: 100%; } }
    body.contentPage #body .photo-blocks__separator:before, body.contentPage #body .photo-blocks__separator:after {
      top: 0;
      bottom: 0; }
    body.contentPage #body .photo-blocks__separator:after {
      -webkit-transform: scale(-1, 1);
              transform: scale(-1, 1);
      top: auto; }
    body.contentPage #body .photo-blocks__separator:last-child {
      margin-bottom: 0; }
  body.contentPage #body .photo-blocks__text {
    font-size: 16px;
    line-height: 30px; }
    @media (min-width: 768px) {
      body.contentPage #body .photo-blocks__text__wrapper {
        background-color: #fff;
        padding: 50px 40px;
        margin-top: 20px;
        margin-bottom: 20px; } }
  @media (min-width: 992px) {
    body.contentPage #body .photo-blocks__break {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      margin: 0 -20px; }
      body.contentPage #body .photo-blocks__break__left, body.contentPage #body .photo-blocks__break__right {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; }
      body.contentPage #body .photo-blocks__break .container {
        width: 200%; }
      body.contentPage #body .photo-blocks__break .container, body.contentPage #body .photo-blocks__break .row {
        height: 100%; }
      body.contentPage #body .photo-blocks__break .row {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      body.contentPage #body .photo-blocks__break__left {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
        body.contentPage #body .photo-blocks__break__left .container {
          float: left; }
      body.contentPage #body .photo-blocks__break__right {
        z-index: 2;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
        body.contentPage #body .photo-blocks__break__right .container {
          float: right; } }
  body.contentPage #body .photo-block {
    position: relative; }
    @media (max-width: 991.98px) {
      body.contentPage #body .photo-block--1 {
        margin-top: 60px;
        margin-bottom: 85px; }
      body.contentPage #body .photo-block--2 {
        margin-top: 85px;
        margin-bottom: 60px; }
      body.contentPage #body .photo-block--3 {
        margin-top: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        margin-bottom: 85px; }
      body.contentPage #body .photo-block--4 {
        margin-top: 85px;
        margin-bottom: 60px; }
      body.contentPage #body .photo-blocks__break {
        margin-left: -20px;
        margin-right: -20px;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
        body.contentPage #body .photo-blocks__break + div {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; }
      body.contentPage #body .photo-blocks img {
        margin-top: 0;
        margin-bottom: 0; }
      body.contentPage #body .photo-block__col--1-1 {
        padding-right: 65px;
        padding-top: 40px; }
      body.contentPage #body .photo-block__col--1-2 {
        position: static; }
        body.contentPage #body .photo-block__col--1-2 img {
          position: absolute;
          max-width: calc(100% - 85px);
          top: 0;
          right: 0; }
        body.contentPage #body .photo-block__col--1-2 .photo-blocks__title {
          margin-top: 40px; }
      body.contentPage #body .photo-block__col--2-3 {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        z-index: 1;
        padding-left: 45%; }
      body.contentPage #body .photo-block__col--2-2 {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        z-index: 2;
        padding-right: 45%;
        height: 60px;
        overflow: visible;
        position: relative;
        margin-top: -1px; }
        body.contentPage #body .photo-block__col--2-2 img {
          max-height: none;
          width: calc(50% - 20px);
          position: absolute;
          bottom: 0;
          right: calc(50% - 50px); }
      body.contentPage #body .photo-block__col--2-5 {
        margin-top: -45px;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        z-index: 3;
        padding-left: 45%;
        padding-right: 0; }
      body.contentPage #body .photo-block__col--2-4 {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
        z-index: 4;
        height: 65px;
        padding-left: 0;
        overflow: visible;
        position: relative;
        margin-top: -1px; }
        body.contentPage #body .photo-block__col--2-4 img {
          max-height: none;
          width: calc(70% - 20px);
          position: absolute;
          bottom: 0; }
      body.contentPage #body .photo-block__col--2-1 {
        -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
                order: 5;
        margin-top: 40px; }
      body.contentPage #body .photo-block__col--3-2 {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
        body.contentPage #body .photo-block__col--3-2 .photo-blocks__title {
          margin-top: 40px; }
      body.contentPage #body .photo-block__col--3-3 {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column; }
        body.contentPage #body .photo-block__col--3-3 img:nth-of-type(1) {
          width: calc(100% - 20px);
          margin-left: auto; }
        body.contentPage #body .photo-block__col--3-3 img:nth-of-type(2) {
          width: 70%;
          margin-top: -60px; }
      body.contentPage #body .photo-block__col--3-4 {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; }
        body.contentPage #body .photo-block__col--3-4 img {
          width: 40%;
          float: right;
          margin-right: 20px;
          margin-top: -20px; }
      body.contentPage #body .photo-block__col--3-1 {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
        display: none; }
      body.contentPage #body .photo-block__col--4-2 {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        padding: 0;
        position: relative;
        overflow: visible;
        height: 40px; }
        body.contentPage #body .photo-block__col--4-2 img {
          position: absolute;
          display: block;
          width: calc(50% - 10px);
          max-height: none; }
      body.contentPage #body .photo-block__col--4-3 {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        padding: 0; }
        body.contentPage #body .photo-block__col--4-3 img {
          display: block;
          max-width: calc(50% - 10px);
          margin-left: auto; }
      body.contentPage #body .photo-block__col--4-1 {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        margin-top: 50px; } }
    @media (min-width: 992px) {
      body.contentPage #body .photo-block .squiggly {
        pointer-events: none;
        position: absolute; }
        body.contentPage #body .photo-block .squiggly span {
          display: inline-block;
          position: relative;
          position: relative;
          -webkit-transform: scale(1, -1);
                  transform: scale(1, -1);
          width: 105px;
          height: 8px;
          margin: 35px auto 25px 0; }
          body.contentPage #body .photo-block .squiggly span:before {
            background-repeat: repeat-x;
            content: '';
            position: absolute;
            z-index: 10;
            height: 7px;
            left: 0;
            right: 0;
            top: -7px;
            background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214px%22%20height%3D%227px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.00025863%2C0%20L0%2C6.59417725%20L0%2C8%20L8.00025885%2C1.40509033%20L16%2C8%20L16%2C6.59417725%20L8.00025863%2C0%20Z%22%20fill%3D%22%23979797%22%20transform%3D%22scale%280.875%29%20rotate%28180 8 4%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E"); }
      @-webkit-keyframes slide-hoz {
        from {
          width: 0; }
        to {
          width: 100%; } }
      @keyframes slide-hoz {
        from {
          width: 0; }
        to {
          width: 100%; } }
      @-webkit-keyframes slide-vet {
        from {
          height: 0; }
        to {
          height: 100%; } }
      @keyframes slide-vet {
        from {
          height: 0; }
        to {
          height: 100%; } }
          body.contentPage #body .photo-block .squiggly span:after {
            background-repeat: repeat-x;
            content: '';
            position: absolute;
            z-index: 10;
            height: 7px;
            left: 0;
            right: 0;
            bottom: -7px;
            background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214px%22%20height%3D%227px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.00025863%2C0%20L0%2C6.59417725%20L0%2C8%20L8.00025885%2C1.40509033%20L16%2C8%20L16%2C6.59417725%20L8.00025863%2C0%20Z%22%20fill%3D%22%23979797%22%20transform%3D%22scale%280.875%29%20rotate%280%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E"); }
      @keyframes slide-hoz {
        from {
          width: 0; }
        to {
          width: 100%; } }
      @keyframes slide-vet {
        from {
          height: 0; }
        to {
          height: 100%; } }
          body.contentPage #body .photo-block .squiggly span:before, body.contentPage #body .photo-block .squiggly span:after {
            top: 0;
            bottom: 0; }
          body.contentPage #body .photo-block .squiggly span:after {
            -webkit-transform: scale(-1, 1);
                    transform: scale(-1, 1);
            top: auto; }
          body.contentPage #body .photo-block .squiggly span:last-child {
            margin-bottom: 0; }
      body.contentPage #body .photo-block .moveUp__bottom {
        -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
        transition: -webkit-transform 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
        transition: transform 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
        transition: transform 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99), -webkit-transform 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
        -webkit-transform: none;
                transform: none; }
      body.contentPage #body .photo-block--1 {
        margin-top: 110px;
        margin-bottom: 60px; }
        body.contentPage #body .photo-block--1 .squiggly {
          z-index: 5;
          top: 20px;
          left: 0;
          right: 0;
          text-align: center; }
      body.contentPage #body .photo-block--2 {
        margin-top: 60px;
        margin-bottom: 295px; }
      body.contentPage #body .photo-block--3 {
        margin-top: 295px;
        margin-bottom: 310px; }
      body.contentPage #body .photo-block--4 {
        margin-top: 310px;
        margin-bottom: 140px; }
      body.contentPage #body .photo-block__col--1-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column; }
        body.contentPage #body .photo-block__col--1-2 .wrapper {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; }
          body.contentPage #body .photo-block__col--1-2 .wrapper div {
            max-width: 462px; }
          body.contentPage #body .photo-block__col--1-2 .wrapper .photo-blocks__text {
            margin-bottom: 40px; }
      body.contentPage #body .photo-block__col--2-3 .squiggly {
        top: 40px;
        right: calc(100% - 14px - 20px); }
      body.contentPage #body .photo-block__col--2-4 .squiggly {
        top: 50%;
        right: calc(100% - 42px - 20px); }
      body.contentPage #body .photo-block__col--3-3 .squiggly {
        top: 45px;
        right: calc(100% - 14px - 20px); }
      body.contentPage #body .photo-block__col--3-4 .squiggly {
        left: 17px;
        top: calc(100% + 40px); }
      body.contentPage #body .photo-block__col--4-3 .squiggly {
        right: calc(100% - 14px - 20px);
        bottom: 40px; } }

@media (min-width: 992px) and (min-width: 992px) {
  body.contentPage #body .photo-block__col--1-1 {
    margin-top: 90px; }
  body.contentPage #body .photo-block__col--2-1 {
    margin-top: 270px; }
  body.contentPage #body .photo-block__col--2-2 {
    margin-top: 140px; }
  body.contentPage #body .photo-block__col--2-5 {
    margin-top: -140px; }
  body.contentPage #body .photo-block__col--4-1 {
    margin-top: 160px; }
  body.contentPage #body .photo-block__col--4-3 {
    margin-top: 70px; } }
  body.contentPage #body .contactForm .bootstrap-select {
    width: 100%; }
    body.contentPage #body .contactForm .bootstrap-select .btn-light {
      color: #7B7B7B; }
  body.contentPage #body .contactForm input[type="text"], body.contentPage body.informationPages #body .contactForm .summary-list__item, body.informationPages body.contentPage #body .contactForm .summary-list__item,
  body.contentPage #body .contactForm input[type="email"],
  body.contentPage #body .contactForm button.dropdown-toggle,
  body.contentPage #body .contactForm textarea {
    border: 1px solid #D2D2D2;
    border-radius: 30px;
    width: 100%;
    padding: 18px 30px;
    line-height: 22px; }
    body.contentPage #body .contactForm input[type="text"]:focus, body.contentPage body.informationPages #body .contactForm .summary-list__item:focus, body.informationPages body.contentPage #body .contactForm .summary-list__item:focus,
    body.contentPage #body .contactForm input[type="email"]:focus,
    body.contentPage #body .contactForm button.dropdown-toggle:focus,
    body.contentPage #body .contactForm textarea:focus {
      -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.16);
              box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.16);
      outline: none; }
  body.contentPage #body .contactForm textarea {
    min-height: 250px; }
  body.contentPage #body .contactForm button[type="submit"] {
    margin-top: 15px; }
  body.contentPage #body .contactForm .form-row > [class^="col"] {
    margin-bottom: 20px; }
  body.contentPage #body .contactForm #invalidInputMessage {
    height: 30px;
    text-align: center;
    color: #DE483B;
    margin-top: 15px;
    font-size: 14px;
    font-weight: bold; }
  body.contentPage #body .staticPageCrumbs {
    margin: 0px 0px 20px 20px;
    font-size: small; }

body.contentPage #body .pageBuilder__row {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-size: cover;
  background-position: center; }
  body.contentPage #body .pageBuilder__row:first-child {
    padding-top: 0; }
  body.contentPage #body .pageBuilder__row .tootalCards {
    margin-bottom: -40px; }
  @media (max-width: 991.98px) {
    body.contentPage #body .pageBuilder__row {
      margin-bottom: 48px; }
      body.contentPage #body .pageBuilder__row:last-child {
        margin-bottom: 0; } }
  body.contentPage #body .pageBuilder__row--centered {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  body.contentPage #body .pageBuilder__row--image {
    position: relative; }
    body.contentPage #body .pageBuilder__row--image:not(:last-child) {
      position: relative; }
      body.contentPage #body .pageBuilder__row--image:not(:last-child):after {
        background-repeat: repeat-x;
        content: '';
        position: absolute;
        z-index: 10;
        height: 6px;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2212px%22%20height%3D%226px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20points%3D%220%2C%200%208%2C%208%2016%2C0%22%20fill%3D%22%23f6f6f6%22%20transform%3D%22scale%280.75%29%20rotate%28180 8 4%29%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E"); }

@keyframes slide-hoz {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes slide-vet {
  from {
    height: 0; }
  to {
    height: 100%; } }
    body.contentPage #body .pageBuilder__row--image .top__title {
      color: white; }
    body.contentPage #body .pageBuilder__row--image .content-block * {
      color: #fff; }

body.contentPage #body .pageBuilder--extend .pageBuilder__row:first-child {
  padding-top: 75px; }

body.contentPage #body .pageBuilder--extend .pageBuilder__row .text-center hr {
  margin-left: auto;
  margin-right: auto; }

body.contentPage #body .pageBuilder__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

@media (max-width: 991.98px) {
  body.contentPage #body .pageBuilder__block:not(:last-child) {
    margin-bottom: 24px; } }

body.contentPage #body .pageBuilder .breadcrumbs__item {
  color: #fff; }
  body.contentPage #body .pageBuilder .breadcrumbs__item--current {
    color: #c2c2c2; }

body.contentPage #body .pageBuilder .breadcrumbs .tootal-icon {
  color: #fff; }

body.contentPage #body .pageBuilder .top {
  padding-bottom: 200px; }
  body.contentPage #body .pageBuilder .top__separator {
    position: relative;
    position: relative;
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
    width: 135px;
    height: 0;
    margin: 35px auto 25px auto; }
    body.contentPage #body .pageBuilder .top__separator:before {
      background-repeat: repeat-x;
      content: '';
      position: absolute;
      z-index: 10;
      height: 9px;
      left: 0;
      right: 0;
      top: -9px;
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218px%22%20height%3D%229px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.00025863%2C0%20L0%2C6.59417725%20L0%2C8%20L8.00025885%2C1.40509033%20L16%2C8%20L16%2C6.59417725%20L8.00025863%2C0%20Z%22%20fill%3D%22%23DE483B%22%20transform%3D%22scale%281.125%29%20rotate%28180 8 4%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E"); }

@keyframes slide-hoz {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes slide-vet {
  from {
    height: 0; }
  to {
    height: 100%; } }
    body.contentPage #body .pageBuilder .top__separator:after {
      background-repeat: repeat-x;
      content: '';
      position: absolute;
      z-index: 10;
      height: 9px;
      left: 0;
      right: 0;
      bottom: -9px;
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218px%22%20height%3D%229px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.00025863%2C0%20L0%2C6.59417725%20L0%2C8%20L8.00025885%2C1.40509033%20L16%2C8%20L16%2C6.59417725%20L8.00025863%2C0%20Z%22%20fill%3D%22%23DE483B%22%20transform%3D%22scale%281.125%29%20rotate%280%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E"); }

@keyframes slide-hoz {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes slide-vet {
  from {
    height: 0; }
  to {
    height: 100%; } }
    body.contentPage #body .pageBuilder .top__separator:last-child {
      margin-bottom: 0; }
    body.contentPage #body .pageBuilder .top__separator:after {
      top: -8px; }
    @media (max-width: 991.98px) {
      body.contentPage #body .pageBuilder .top__separator {
        margin-top: 15px;
        margin-bottom: 15px; } }

body.contentPage #body .pageBuilder .content-block {
  padding-top: 0; }

body.contentPage #body .pageBuilder .video__button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 3px solid #fff;
  width: 90px;
  height: 90px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(60, 60, 60, 0.25);
  -webkit-transition: all 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
  transition: all 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99); }
  body.contentPage #body .pageBuilder .video__button .tootal-icon {
    color: #fff;
    fill: #fff; }

body.contentPage #body .pageBuilder .video__thumbnail {
  position: relative;
  padding: 0; }
  body.contentPage #body .pageBuilder .video__thumbnail:hover .video__button {
    background-color: rgba(60, 60, 60, 0.5); }
  @media (max-width: 991.98px) {
    body.contentPage #body .pageBuilder .video__thumbnail {
      width: auto;
      margin-left: -20px;
      margin-right: -20px; } }

body.contentPage #body .pageBuilder .video .modal--video .modal-header {
  padding-top: 50px; }
  body.contentPage #body .pageBuilder .video .modal--video .modal-header .close {
    color: white; }

body.contentPage #body .pageBuilder .slider-block .swiper-nav-prev {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  color: #828282;
  height: 40px;
  width: 40px; }

body.contentPage #body .pageBuilder .slider-block .swiper-nav-next {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  color: #828282;
  height: 40px;
  width: 40px; }

body.contentPage #body .pageBuilder .slider-block .swiper-pagination-bullet-active {
  background: #de483b; }

body.contentPage #body .pageBuilder .add-cart-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  body.contentPage #body .pageBuilder .add-cart-block .button, body.contentPage body.informationPages #body .pageBuilder .add-cart-block .top__upload label, body.informationPages body.contentPage #body .pageBuilder .add-cart-block .top__upload label, body.contentPage body.informationPages #body .top__upload .pageBuilder .add-cart-block label, body.informationPages body.contentPage #body .top__upload .pageBuilder .add-cart-block label,
  body.contentPage body.orderApproval #body .pageBuilder .add-cart-block .top__upload label, body.orderApproval body.contentPage #body .pageBuilder .add-cart-block .top__upload label, body.contentPage body.orderApproval #body .top__upload .pageBuilder .add-cart-block label, body.orderApproval body.contentPage #body .top__upload .pageBuilder .add-cart-block label, body.contentPage body.informationPages #body .pageBuilder .add-cart-block .products button.dropRow, body.informationPages body.contentPage #body .pageBuilder .add-cart-block .products button.dropRow, body.contentPage body.informationPages #body .products .pageBuilder .add-cart-block button.dropRow, body.informationPages body.contentPage #body .products .pageBuilder .add-cart-block button.dropRow,
  body.contentPage body.orderApproval #body .pageBuilder .add-cart-block .products button.dropRow, body.orderApproval body.contentPage #body .pageBuilder .add-cart-block .products button.dropRow, body.contentPage body.orderApproval #body .products .pageBuilder .add-cart-block button.dropRow, body.orderApproval body.contentPage #body .products .pageBuilder .add-cart-block button.dropRow, body.contentPage body.informationPages #body .pageBuilder .add-cart-block .order-controls button, body.informationPages body.contentPage #body .pageBuilder .add-cart-block .order-controls button, body.contentPage body.informationPages #body .order-controls .pageBuilder .add-cart-block button, body.informationPages body.contentPage #body .order-controls .pageBuilder .add-cart-block button,
  body.contentPage body.orderApproval #body .pageBuilder .add-cart-block .order-controls button, body.orderApproval body.contentPage #body .pageBuilder .add-cart-block .order-controls button, body.contentPage body.orderApproval #body .order-controls .pageBuilder .add-cart-block button, body.orderApproval body.contentPage #body .order-controls .pageBuilder .add-cart-block button, body.contentPage #body .pageBuilder .add-cart-block .tinyMCE__redButton a, body.contentPage #body .pageBuilder .tinyMCE__redButton .add-cart-block a, body.contentPage #body .pageBuilder .add-cart-block .tinyMCE__darkButton a, body.contentPage #body .pageBuilder .tinyMCE__darkButton .add-cart-block a, body.contentPage #body .pageBuilder .add-cart-block .tinyMCE__whiteButton a, body.contentPage #body .pageBuilder .tinyMCE__whiteButton .add-cart-block a {
    margin: 10px; }
    body.contentPage #body .pageBuilder .add-cart-block .button .tootal-icon, body.contentPage body.informationPages #body .pageBuilder .add-cart-block .top__upload label .tootal-icon, body.informationPages body.contentPage #body .pageBuilder .add-cart-block .top__upload label .tootal-icon, body.contentPage body.informationPages #body .top__upload .pageBuilder .add-cart-block label .tootal-icon, body.informationPages body.contentPage #body .top__upload .pageBuilder .add-cart-block label .tootal-icon, body.contentPage body.orderApproval #body .pageBuilder .add-cart-block .top__upload label .tootal-icon, body.orderApproval body.contentPage #body .pageBuilder .add-cart-block .top__upload label .tootal-icon, body.contentPage body.orderApproval #body .top__upload .pageBuilder .add-cart-block label .tootal-icon, body.orderApproval body.contentPage #body .top__upload .pageBuilder .add-cart-block label .tootal-icon, body.contentPage body.informationPages #body .pageBuilder .add-cart-block .products button.dropRow .tootal-icon, body.informationPages body.contentPage #body .pageBuilder .add-cart-block .products button.dropRow .tootal-icon, body.contentPage body.informationPages #body .products .pageBuilder .add-cart-block button.dropRow .tootal-icon, body.informationPages body.contentPage #body .products .pageBuilder .add-cart-block button.dropRow .tootal-icon, body.contentPage body.orderApproval #body .pageBuilder .add-cart-block .products button.dropRow .tootal-icon, body.orderApproval body.contentPage #body .pageBuilder .add-cart-block .products button.dropRow .tootal-icon, body.contentPage body.orderApproval #body .products .pageBuilder .add-cart-block button.dropRow .tootal-icon, body.orderApproval body.contentPage #body .products .pageBuilder .add-cart-block button.dropRow .tootal-icon, body.contentPage body.informationPages #body .pageBuilder .add-cart-block .order-controls button .tootal-icon, body.informationPages body.contentPage #body .pageBuilder .add-cart-block .order-controls button .tootal-icon, body.contentPage body.informationPages #body .order-controls .pageBuilder .add-cart-block button .tootal-icon, body.informationPages body.contentPage #body .order-controls .pageBuilder .add-cart-block button .tootal-icon, body.contentPage body.orderApproval #body .pageBuilder .add-cart-block .order-controls button .tootal-icon, body.orderApproval body.contentPage #body .pageBuilder .add-cart-block .order-controls button .tootal-icon, body.contentPage body.orderApproval #body .order-controls .pageBuilder .add-cart-block button .tootal-icon, body.orderApproval body.contentPage #body .order-controls .pageBuilder .add-cart-block button .tootal-icon, body.contentPage #body .pageBuilder .add-cart-block .tinyMCE__redButton a .tootal-icon, body.contentPage #body .pageBuilder .tinyMCE__redButton .add-cart-block a .tootal-icon, body.contentPage #body .pageBuilder .add-cart-block .tinyMCE__darkButton a .tootal-icon, body.contentPage #body .pageBuilder .tinyMCE__darkButton .add-cart-block a .tootal-icon, body.contentPage #body .pageBuilder .add-cart-block .tinyMCE__whiteButton a .tootal-icon, body.contentPage #body .pageBuilder .tinyMCE__whiteButton .add-cart-block a .tootal-icon {
      -webkit-animation: spin 5s linear infinite;
              animation: spin 5s linear infinite; }
  body.contentPage #body .pageBuilder .add-cart-block .loaderBase {
    display: none; }

body.contentPage #body .pageBuilder p, body.contentPage #body .pageBuilder ul {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 30px;
  color: #343434; }

body.contentPage #body .pageBuilder ul {
  padding-left: 27px; }

body.contentPage #body .pageBuilder li {
  line-height: 22px;
  margin-bottom: 8px; }

body.contentPage #body .pageBuilder h2, body.contentPage #body .pageBuilder h3, body.contentPage #body .pageBuilder h4, body.contentPage #body .pageBuilder h5, body.contentPage #body .pageBuilder h6 {
  color: #232323;
  font-family: "Lora", serif;
  margin-bottom: 30px; }

body.contentPage #body .pageBuilder h2 {
  margin-bottom: 50px;
  font-size: 36px;
  line-height: 30px; }

body.contentPage #body .pageBuilder h3 {
  font-size: 24px; }

body.contentPage #body .pageBuilder h4 {
  font-size: 22px; }

body.contentPage #body .pageBuilder h5 {
  font-size: 20px; }

body.contentPage #body .pageBuilder h6 {
  font-size: 18px; }

body.contentPage #body .pageBuilder .tinyMCE__redButton {
  display: inline-block;
  background-color: transparent !important; }
  body.contentPage #body .pageBuilder .tinyMCE__redButton a {
    text-decoration: none !important; }

body.contentPage #body .pageBuilder .tinyMCE__darkButton {
  display: inline-block;
  background-color: transparent !important; }
  body.contentPage #body .pageBuilder .tinyMCE__darkButton a {
    text-decoration: none !important; }

body.contentPage #body .pageBuilder .tinyMCE__whiteButton {
  display: inline-block;
  background-color: transparent !important;
  width: 100%; }
  body.contentPage #body .pageBuilder .tinyMCE__whiteButton a {
    text-decoration: none !important;
    border-color: #fff;
    background-color: #fff;
    color: #DE483B;
    display: inline-block; }
    body.contentPage #body .pageBuilder .tinyMCE__whiteButton a:hover {
      background-color: transparent;
      color: #fff; }

body.contentPage #body .pageBuilder .tinyMCE__darkSeparator, body.contentPage #body .pageBuilder .tinyMCE__redSeparator, body.contentPage #body .pageBuilder .tinyMCE__whiteSeparator {
  border: none !important; }

body.contentPage #body .pageBuilder .tinyMCE__darkSeparator {
  position: relative;
  position: relative;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  width: 105px;
  height: 8px;
  margin: 35px auto 25px 0; }
  body.contentPage #body .pageBuilder .tinyMCE__darkSeparator:before {
    background-repeat: repeat-x;
    content: '';
    position: absolute;
    z-index: 10;
    height: 7px;
    left: 0;
    right: 0;
    top: -7px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214px%22%20height%3D%227px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.00025863%2C0%20L0%2C6.59417725%20L0%2C8%20L8.00025885%2C1.40509033%20L16%2C8%20L16%2C6.59417725%20L8.00025863%2C0%20Z%22%20fill%3D%22%23232323%22%20transform%3D%22scale%280.875%29%20rotate%28180 8 4%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E"); }

@keyframes slide-hoz {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes slide-vet {
  from {
    height: 0; }
  to {
    height: 100%; } }
  body.contentPage #body .pageBuilder .tinyMCE__darkSeparator:after {
    background-repeat: repeat-x;
    content: '';
    position: absolute;
    z-index: 10;
    height: 7px;
    left: 0;
    right: 0;
    bottom: -7px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214px%22%20height%3D%227px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.00025863%2C0%20L0%2C6.59417725%20L0%2C8%20L8.00025885%2C1.40509033%20L16%2C8%20L16%2C6.59417725%20L8.00025863%2C0%20Z%22%20fill%3D%22%23232323%22%20transform%3D%22scale%280.875%29%20rotate%280%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E"); }

@keyframes slide-hoz {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes slide-vet {
  from {
    height: 0; }
  to {
    height: 100%; } }
  body.contentPage #body .pageBuilder .tinyMCE__darkSeparator:before, body.contentPage #body .pageBuilder .tinyMCE__darkSeparator:after {
    top: 0;
    bottom: 0; }
  body.contentPage #body .pageBuilder .tinyMCE__darkSeparator:after {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
    top: auto; }
  body.contentPage #body .pageBuilder .tinyMCE__darkSeparator:last-child {
    margin-bottom: 0; }

body.contentPage #body .pageBuilder .tinyMCE__redSeparator {
  position: relative;
  position: relative;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  width: 105px;
  height: 8px;
  margin: 35px auto 25px 0; }
  body.contentPage #body .pageBuilder .tinyMCE__redSeparator:before {
    background-repeat: repeat-x;
    content: '';
    position: absolute;
    z-index: 10;
    height: 7px;
    left: 0;
    right: 0;
    top: -7px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214px%22%20height%3D%227px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.00025863%2C0%20L0%2C6.59417725%20L0%2C8%20L8.00025885%2C1.40509033%20L16%2C8%20L16%2C6.59417725%20L8.00025863%2C0%20Z%22%20fill%3D%22%23DE483B%22%20transform%3D%22scale%280.875%29%20rotate%28180 8 4%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E"); }

@keyframes slide-hoz {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes slide-vet {
  from {
    height: 0; }
  to {
    height: 100%; } }
  body.contentPage #body .pageBuilder .tinyMCE__redSeparator:after {
    background-repeat: repeat-x;
    content: '';
    position: absolute;
    z-index: 10;
    height: 7px;
    left: 0;
    right: 0;
    bottom: -7px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214px%22%20height%3D%227px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.00025863%2C0%20L0%2C6.59417725%20L0%2C8%20L8.00025885%2C1.40509033%20L16%2C8%20L16%2C6.59417725%20L8.00025863%2C0%20Z%22%20fill%3D%22%23DE483B%22%20transform%3D%22scale%280.875%29%20rotate%280%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E"); }

@keyframes slide-hoz {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes slide-vet {
  from {
    height: 0; }
  to {
    height: 100%; } }
  body.contentPage #body .pageBuilder .tinyMCE__redSeparator:before, body.contentPage #body .pageBuilder .tinyMCE__redSeparator:after {
    top: 0;
    bottom: 0; }
  body.contentPage #body .pageBuilder .tinyMCE__redSeparator:after {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
    top: auto; }
  body.contentPage #body .pageBuilder .tinyMCE__redSeparator:last-child {
    margin-bottom: 0; }

body.contentPage #body .pageBuilder .tinyMCE__whiteSeparator {
  position: relative;
  position: relative;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  width: 105px;
  height: 8px;
  margin: 35px auto 25px 0; }
  body.contentPage #body .pageBuilder .tinyMCE__whiteSeparator:before {
    background-repeat: repeat-x;
    content: '';
    position: absolute;
    z-index: 10;
    height: 7px;
    left: 0;
    right: 0;
    top: -7px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214px%22%20height%3D%227px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.00025863%2C0%20L0%2C6.59417725%20L0%2C8%20L8.00025885%2C1.40509033%20L16%2C8%20L16%2C6.59417725%20L8.00025863%2C0%20Z%22%20fill%3D%22%23FFFFFF%22%20transform%3D%22scale%280.875%29%20rotate%28180 8 4%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E"); }

@keyframes slide-hoz {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes slide-vet {
  from {
    height: 0; }
  to {
    height: 100%; } }
  body.contentPage #body .pageBuilder .tinyMCE__whiteSeparator:after {
    background-repeat: repeat-x;
    content: '';
    position: absolute;
    z-index: 10;
    height: 7px;
    left: 0;
    right: 0;
    bottom: -7px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214px%22%20height%3D%227px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.00025863%2C0%20L0%2C6.59417725%20L0%2C8%20L8.00025885%2C1.40509033%20L16%2C8%20L16%2C6.59417725%20L8.00025863%2C0%20Z%22%20fill%3D%22%23FFFFFF%22%20transform%3D%22scale%280.875%29%20rotate%280%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E"); }

@keyframes slide-hoz {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes slide-vet {
  from {
    height: 0; }
  to {
    height: 100%; } }
  body.contentPage #body .pageBuilder .tinyMCE__whiteSeparator:before, body.contentPage #body .pageBuilder .tinyMCE__whiteSeparator:after {
    top: 0;
    bottom: 0; }
  body.contentPage #body .pageBuilder .tinyMCE__whiteSeparator:after {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
    top: auto; }
  body.contentPage #body .pageBuilder .tinyMCE__whiteSeparator:last-child {
    margin-bottom: 0; }

body.contentPage #body .pageBuilder [style*='text-align: center'] + .tinyMCE__darkSeparator, body.contentPage #body .pageBuilder [style*='text-align: center'] + .tinyMCE__redSeparator, body.contentPage #body .pageBuilder [style*='text-align: center'] + .tinyMCE__whiteSeparator {
  margin-left: calc(50% - 52px); }

body.contentPage #body .pageBuilder .tinyMCE__redHeading2, body.contentPage #body .pageBuilder .tinyMCE__redHeading3, body.contentPage #body .pageBuilder .tinyMCE__redHeading4 {
  color: #DE483B !important;
  display: block !important; }

body.contentPage #body .pageBuilder .tinyMCE__greyUppercase {
  font-size: 14px;
  line-height: 30px;
  color: #a1a1a1 !important;
  text-transform: uppercase !important;
  display: block;
  position: relative;
  position: relative;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  width: 20px;
  height: 3px;
  margin: 35px auto 25px 0;
  height: auto;
  width: auto;
  padding-left: calc(8px * 2.5 + 10px);
  -webkit-transform: none;
          transform: none; }
  body.contentPage #body .pageBuilder .tinyMCE__greyUppercase:before {
    background-repeat: repeat-x;
    content: '';
    position: absolute;
    z-index: 10;
    height: 4px;
    left: 0;
    right: 0;
    top: -4px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%228px%22%20height%3D%224px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.00025863%2C0%20L0%2C6.59417725%20L0%2C8%20L8.00025885%2C1.40509033%20L16%2C8%20L16%2C6.59417725%20L8.00025863%2C0%20Z%22%20fill%3D%22%23979797%22%20transform%3D%22scale%280.5%29%20rotate%28180 8 4%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E"); }

@keyframes slide-hoz {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes slide-vet {
  from {
    height: 0; }
  to {
    height: 100%; } }
  body.contentPage #body .pageBuilder .tinyMCE__greyUppercase:after {
    background-repeat: repeat-x;
    content: '';
    position: absolute;
    z-index: 10;
    height: 4px;
    left: 0;
    right: 0;
    bottom: -4px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%228px%22%20height%3D%224px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.00025863%2C0%20L0%2C6.59417725%20L0%2C8%20L8.00025885%2C1.40509033%20L16%2C8%20L16%2C6.59417725%20L8.00025863%2C0%20Z%22%20fill%3D%22%23979797%22%20transform%3D%22scale%280.5%29%20rotate%280%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E"); }

@keyframes slide-hoz {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes slide-vet {
  from {
    height: 0; }
  to {
    height: 100%; } }
  body.contentPage #body .pageBuilder .tinyMCE__greyUppercase:before, body.contentPage #body .pageBuilder .tinyMCE__greyUppercase:after {
    top: 0;
    bottom: 0; }
  body.contentPage #body .pageBuilder .tinyMCE__greyUppercase:after {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
    top: auto; }
  body.contentPage #body .pageBuilder .tinyMCE__greyUppercase:last-child {
    margin-bottom: 0; }
  body.contentPage #body .pageBuilder .tinyMCE__greyUppercase:before, body.contentPage #body .pageBuilder .tinyMCE__greyUppercase:after {
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
    width: calc(8px * 2.5);
    top: calc(50% - 2px);
    bottom: auto; }
  body.contentPage #body .pageBuilder .tinyMCE__greyUppercase:after {
    top: calc(50% - 1px);
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }

@media (max-width: 991.98px) {
  body.contentPage #body .pageBuilder hr {
    display: none; }
  body.contentPage #body .pageBuilder p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 24px; }
  body.contentPage #body .pageBuilder h2 {
    font-size: 30px;
    line-height: 36px; }
  body.contentPage #body .pageBuilder h3 {
    font-size: 22px;
    margin-bottom: 24px; }
  body.contentPage #body .pageBuilder h4 {
    font-size: 20px;
    margin-bottom: 24px; }
  body.contentPage #body .pageBuilder h5 {
    font-size: 18px;
    margin-bottom: 24px; }
  body.contentPage #body .pageBuilder h6 {
    font-size: 16px;
    margin-bottom: 24px; }
  body.contentPage #body .pageBuilder .tinyMCE__greyUppercase {
    margin-top: 0;
    font-size: 14px;
    letter-spacing: 1.75px; }
  body.contentPage #body .pageBuilder .tinyMCE__redButton + .tinyMCE__redButton,
  body.contentPage #body .pageBuilder .tinyMCE__redButton + .tinyMCE__darkButton, body.contentPage #body .pageBuilder .tinyMCE__darkButton + .tinyMCE__redButton,
  body.contentPage #body .pageBuilder .tinyMCE__darkButton + .tinyMCE__darkButton {
    margin-top: 10px; } }

body.contentPage section.contactMaps {
  padding-top: 275px; }
  body.contentPage section.contactMaps .contactMaps__info {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    color: #fff;
    padding-bottom: 75px;
    font-size: 16px;
    line-height: 30px; }
    body.contentPage section.contactMaps .contactMaps__info__placeholder {
      height: 100%; }
      body.contentPage section.contactMaps .contactMaps__info__placeholder:before, body.contentPage section.contactMaps .contactMaps__info__placeholder:after {
        content: '';
        position: absolute;
        left: -40px;
        top: -115px;
        right: -20px;
        bottom: 0;
        background-color: #DE483B; }
      body.contentPage section.contactMaps .contactMaps__info__placeholder:before {
        background-image: inherit;
        background-size: cover;
        background-position: center; }
      body.contentPage section.contactMaps .contactMaps__info__placeholder:after {
        background-color: rgba(227, 76, 62, 0.61);
        background-image: linear-gradient(212.41deg, rgba(222, 72, 59, 0) 0%, rgba(222, 72, 59, 0.92) 100%); }
    body.contentPage section.contactMaps .contactMaps__info__wrapper {
      height: 1px;
      margin-top: -1px; }
  body.contentPage section.contactMaps #tootalMap {
    width: calc(100% + 20px);
    margin-right: -20px;
    height: 435px;
    z-index: 10; }
    body.contentPage section.contactMaps #tootalMap .leaflet-tile-pane {
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%); }
  @media (max-width: 991.98px) {
    body.contentPage section.contactMaps {
      padding-top: 155px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column; }
      body.contentPage section.contactMaps > .container {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      body.contentPage section.contactMaps > .container-fluid {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      body.contentPage section.contactMaps #tootalMap {
        width: auto;
        height: 300px;
        margin-left: -20px;
        margin-right: -20px; }
      body.contentPage section.contactMaps .contactMaps__info {
        -webkit-transform: none;
                transform: none;
        padding-bottom: 60px;
        z-index: 2; }
        body.contentPage section.contactMaps .contactMaps__info strong {
          position: relative; }
        body.contentPage section.contactMaps .contactMaps__info__address > :not(:last-child) {
          margin-bottom: 40px; }
        body.contentPage section.contactMaps .contactMaps__info__placeholder {
          position: absolute; }
          body.contentPage section.contactMaps .contactMaps__info__placeholder, body.contentPage section.contactMaps .contactMaps__info__placeholder:before, body.contentPage section.contactMaps .contactMaps__info__placeholder:after {
            top: 0;
            right: 0;
            bottom: 0;
            left: 0; }
        body.contentPage section.contactMaps .contactMaps__info__wrapper {
          height: auto;
          margin-top: 0;
          padding-top: 70px; } }

@media (max-width: 991.98px) {
  body.contentPage.publicBooks .top {
    display: none; } }

body.contentPage .publicCollection {
  padding-top: 100px;
  padding-bottom: 180px; }
  body.contentPage .publicCollection__nothingFound {
    width: 100%;
    min-height: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Lora", serif;
    color: rgba(151, 151, 151, 0.5);
    font-size: 22px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  body.contentPage .publicCollection__title {
    margin-top: 80px;
    font-size: 32px;
    font-family: "Lora", serif;
    color: #DE483B; }
  body.contentPage .publicCollection__separator {
    position: relative;
    position: relative;
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
    width: 105px;
    height: 8px;
    margin: 35px auto 25px 0;
    margin-left: -40px; }
    body.contentPage .publicCollection__separator:before {
      background-repeat: repeat-x;
      content: '';
      position: absolute;
      z-index: 10;
      height: 7px;
      left: 0;
      right: 0;
      top: -7px;
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214px%22%20height%3D%227px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.00025863%2C0%20L0%2C6.59417725%20L0%2C8%20L8.00025885%2C1.40509033%20L16%2C8%20L16%2C6.59417725%20L8.00025863%2C0%20Z%22%20fill%3D%22%23979797%22%20transform%3D%22scale%280.875%29%20rotate%28180 8 4%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E"); }

@keyframes slide-hoz {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes slide-vet {
  from {
    height: 0; }
  to {
    height: 100%; } }
    body.contentPage .publicCollection__separator:after {
      background-repeat: repeat-x;
      content: '';
      position: absolute;
      z-index: 10;
      height: 7px;
      left: 0;
      right: 0;
      bottom: -7px;
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214px%22%20height%3D%227px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.00025863%2C0%20L0%2C6.59417725%20L0%2C8%20L8.00025885%2C1.40509033%20L16%2C8%20L16%2C6.59417725%20L8.00025863%2C0%20Z%22%20fill%3D%22%23979797%22%20transform%3D%22scale%280.875%29%20rotate%280%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E"); }

@keyframes slide-hoz {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes slide-vet {
  from {
    height: 0; }
  to {
    height: 100%; } }
    body.contentPage .publicCollection__separator:before, body.contentPage .publicCollection__separator:after {
      top: 0;
      bottom: 0; }
    body.contentPage .publicCollection__separator:after {
      -webkit-transform: scale(-1, 1);
              transform: scale(-1, 1);
      top: auto; }
    body.contentPage .publicCollection__separator:last-child {
      margin-bottom: 0; }
  body.contentPage .publicCollection__text {
    font-size: 16px;
    color: #555;
    line-height: 30px; }
    body.contentPage .publicCollection__text a {
      color: #de483b; }
      body.contentPage .publicCollection__text a:hover {
        color: #555; }
  @media (max-width: 991.98px) {
    body.contentPage .publicCollection {
      padding-top: 40px;
      padding-bottom: 80px;
      line-height: 24px; }
      body.contentPage .publicCollection__title {
        font-size: 28px;
        margin-top: 0; }
      body.contentPage .publicCollection__separator {
        margin-left: 0; }
      body.contentPage .publicCollection__text {
        font-size: 14px;
        margin-bottom: 40px; } }
  body.contentPage .publicCollection__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    line-height: 30px;
    margin-bottom: 40px; }
    body.contentPage .publicCollection__controls .tootal-icon {
      vertical-align: text-bottom; }
    body.contentPage .publicCollection__controls [role="button"] {
      cursor: pointer;
      outline: none !important; }
    @media (max-width: 991.98px) {
      body.contentPage .publicCollection__controls {
        margin-bottom: 20px; } }
    @media (max-width: 767.98px) {
      body.contentPage .publicCollection__controls {
        margin-bottom: 0; } }
  body.contentPage .publicCollection__slider {
    overflow: hidden; }
    @media (max-width: 767.98px) {
      body.contentPage .publicCollection__slider {
        margin-left: -20px;
        margin-right: -20px; } }
  body.contentPage .publicCollection .swiper-container {
    width: calc(100% + 80px);
    margin-left: -40px;
    margin-right: -40px; }
    @media (max-width: 767.98px) {
      body.contentPage .publicCollection .swiper-container {
        width: calc(150% + 80px);
        margin-left: calc(0px - 25% - 40px);
        margin-right: calc(0px - 25% - 40px); } }
  body.contentPage .publicCollection .swiper-pagination-fraction {
    width: auto;
    margin: 0 50px;
    font-family: "Lora", serif; }
  body.contentPage .publicCollection .swiper-slide {
    opacity: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
    transition: all 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99); }
    body.contentPage .publicCollection .swiper-slide .book {
      -webkit-transition: all 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
      transition: all 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
      margin-left: 40px;
      text-align: center; }
      body.contentPage .publicCollection .swiper-slide .book__image {
        padding: 0 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 350px; }
        @media (max-width: 767.98px) {
          body.contentPage .publicCollection .swiper-slide .book__image {
            padding: 0;
            height: 100vw;
            max-height: 450px; } }
        body.contentPage .publicCollection .swiper-slide .book__image img {
          -webkit-transition: all 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
          transition: all 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99); }
      body.contentPage .publicCollection .swiper-slide .book__more {
        -webkit-transition: all 0.5s cubic-bezier(0.17, 0.67, 0.16, 0.99);
        transition: all 0.5s cubic-bezier(0.17, 0.67, 0.16, 0.99);
        -webkit-transform: translateY(-100%) scale(0.5);
                transform: translateY(-100%) scale(0.5);
        opacity: 0; }
        @media (max-width: 991.98px) {
          body.contentPage .publicCollection .swiper-slide .book__more {
            -webkit-transform: none;
                    transform: none; } }
        body.contentPage .publicCollection .swiper-slide .book__more a {
          min-width: 0;
          padding-left: 40px;
          padding-right: 40px; }
      body.contentPage .publicCollection .swiper-slide .book__description {
        font-family: "Lora", serif;
        margin: 30px 0 20px;
        line-height: 19px;
        font-size: 16px;
        color: #232323; }
        @media (max-width: 767.98px) {
          body.contentPage .publicCollection .swiper-slide .book__description {
            margin-top: 0; } }
    body.contentPage .publicCollection .swiper-slide-prev, body.contentPage .publicCollection .swiper-slide-next {
      opacity: 1; }
    body.contentPage .publicCollection .swiper-slide-active {
      opacity: 1;
      z-index: 2; }
      body.contentPage .publicCollection .swiper-slide-active .book {
        margin-left: 0; }
        body.contentPage .publicCollection .swiper-slide-active .book__more {
          -webkit-transform: translateY(0) scale(1);
                  transform: translateY(0) scale(1);
          opacity: 1; }
      body.contentPage .publicCollection .swiper-slide-active + .swiper-slide .book {
        margin-left: 0;
        margin-right: 40px; }
  @media (min-width: 992px) {
    body.contentPage .publicCollection__slider--right {
      overflow: visible;
      position: relative; }
      body.contentPage .publicCollection__slider--right:before {
        content: '';
        background-color: #fff;
        position: absolute;
        top: 0;
        right: 100%;
        bottom: 0;
        width: 140px;
        z-index: 9; }
      body.contentPage .publicCollection__slider--right .swiper-container {
        width: calc(125% + 120px);
        margin-right: calc(0px - 25% - 40px);
        margin-left: calc(0px - 140px); }
      body.contentPage .publicCollection__slider--right .swiper-slide-next + .swiper-slide {
        opacity: .3; }
        body.contentPage .publicCollection__slider--right .swiper-slide-next + .swiper-slide .book {
          margin-left: -40px;
          margin-right: 120px; } }
  body.contentPage .publicCollection .cards__preview {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    overflow: hidden;
    margin-top: 15px;
    border: 5px solid #fff; }
    body.contentPage .publicCollection .cards__preview .checkbox {
      display: none; }
    body.contentPage .publicCollection .cards__preview__drag {
      display: none; }
    @media (max-width: 991.98px) {
      body.contentPage .publicCollection .cards__preview {
        border: none;
        position: relative;
        left: 50%;
        width: 133vw;
        -webkit-transform: translateX(-50%) scale(0.75);
                transform: translateX(-50%) scale(0.75);
        -webkit-transform-origin: center top;
                transform-origin: center top;
        margin-bottom: calc(0px - (1273px * .25)); }
        body.contentPage .publicCollection .cards__preview__drag {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-flow: column;
                  flex-flow: column;
          margin: 20px;
          font-size: 14px;
          opacity: .65; }
          body.contentPage .publicCollection .cards__preview__drag img {
            width: 30px;
            height: 30px; }
          body.contentPage .publicCollection .cards__preview__drag__text {
            margin-top: 10px;
            text-transform: uppercase;
            font-size: 14px;
            line-height: 19px; }
        body.contentPage .publicCollection .cards__preview #card-slider {
          width: 133vw; }
        body.contentPage .publicCollection .cards__preview .swiper-wrapper {
          -webkit-transform: none !important;
                  transform: none !important;
          overflow-x: scroll; } }

body.contentPage.publicCard .publicCollection__controls {
  margin-bottom: 0; }

body.contentPage .fabricDetail {
  margin-top: 80px;
  margin-bottom: 140px;
  color: #515151; }
  @media (max-width: 991.98px) {
    body.contentPage .fabricDetail {
      margin-top: 40px;
      margin-bottom: 80px; } }
  body.contentPage .fabricDetail a {
    color: #DE483B;
    text-transform: uppercase;
    cursor: pointer; }
    body.contentPage .fabricDetail a:hover {
      color: #DE483B;
      text-decoration: underline; }
  body.contentPage .fabricDetail__image {
    border-radius: 3px;
    padding: 2px;
    background-color: #989898; }
  body.contentPage .fabricDetail__info {
    padding-top: 20px;
    padding-bottom: 20px; }
    @media (max-width: 991.98px) {
      body.contentPage .fabricDetail__info {
        padding-top: 40px;
        padding-bottom: 0; } }
  body.contentPage .fabricDetail__title {
    font-size: 32px;
    line-height: 36px;
    font-family: "Lora", serif;
    color: #2C2C2C;
    text-transform: lowercase; }
    @media (max-width: 991.98px) {
      body.contentPage .fabricDetail__title {
        font-size: 26px;
        line-height: 32px; } }
  body.contentPage .fabricDetail__separator {
    position: relative;
    position: relative;
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
    width: 105px;
    height: 8px;
    margin: 35px auto 25px 0;
    margin-top: 25px;
    margin-bottom: 25px; }
    body.contentPage .fabricDetail__separator:before {
      background-repeat: repeat-x;
      content: '';
      position: absolute;
      z-index: 10;
      height: 7px;
      left: 0;
      right: 0;
      top: -7px;
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214px%22%20height%3D%227px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.00025863%2C0%20L0%2C6.59417725%20L0%2C8%20L8.00025885%2C1.40509033%20L16%2C8%20L16%2C6.59417725%20L8.00025863%2C0%20Z%22%20fill%3D%22%23979797%22%20transform%3D%22scale%280.875%29%20rotate%28180 8 4%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E"); }

@keyframes slide-hoz {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes slide-vet {
  from {
    height: 0; }
  to {
    height: 100%; } }
    body.contentPage .fabricDetail__separator:after {
      background-repeat: repeat-x;
      content: '';
      position: absolute;
      z-index: 10;
      height: 7px;
      left: 0;
      right: 0;
      bottom: -7px;
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214px%22%20height%3D%227px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.00025863%2C0%20L0%2C6.59417725%20L0%2C8%20L8.00025885%2C1.40509033%20L16%2C8%20L16%2C6.59417725%20L8.00025863%2C0%20Z%22%20fill%3D%22%23979797%22%20transform%3D%22scale%280.875%29%20rotate%280%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E"); }

@keyframes slide-hoz {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes slide-vet {
  from {
    height: 0; }
  to {
    height: 100%; } }
    body.contentPage .fabricDetail__separator:before, body.contentPage .fabricDetail__separator:after {
      top: 0;
      bottom: 0; }
    body.contentPage .fabricDetail__separator:after {
      -webkit-transform: scale(-1, 1);
              transform: scale(-1, 1);
      top: auto; }
    body.contentPage .fabricDetail__separator:last-child {
      margin-bottom: 0; }
    @media (min-width: 992px) {
      body.contentPage .fabricDetail__separator {
        margin-left: -32px; } }
    body.contentPage .fabricDetail__separator--image {
      margin: 0;
      position: absolute;
      top: calc(50% + 40px);
      right: -50px;
      z-index: 1; }
      @media (max-width: 991.98px) {
        body.contentPage .fabricDetail__separator--image {
          display: none; } }
  body.contentPage .fabricDetail__text, body.contentPage .fabricDetail__moreText {
    font-size: 14px;
    line-height: 30px; }
    @media (max-width: 991.98px) {
      body.contentPage .fabricDetail__text, body.contentPage .fabricDetail__moreText {
        line-height: 24px; } }
  body.contentPage .fabricDetail__moreText {
    padding-top: 30px; }
  body.contentPage .fabricDetail__toggleMoreText {
    white-space: nowrap; }
  body.contentPage .fabricDetail__lists {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 30px; }
    body.contentPage .fabricDetail__lists ul {
      padding: 0;
      list-style: none; }
    body.contentPage .fabricDetail__lists li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      body.contentPage .fabricDetail__lists li strong, body.contentPage .fabricDetail__lists li span {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
  @media (max-width: 991.98px) {
    body.contentPage .fabricDetail__orderOptions {
      text-align: center; }
      body.contentPage .fabricDetail__orderOptions #orderButtonNotLoggedIn {
        display: inline-block;
        margin-bottom: 25px; } }
  body.contentPage .fabricDetail__register {
    font-size: 14px; }
    body.contentPage .fabricDetail__register a {
      margin-left: 5px;
      font-weight: bold; }
  body.contentPage .fabricDetail__easyShop {
    margin-top: 140px; }
    @media (max-width: 991.98px) {
      body.contentPage .fabricDetail__easyShop {
        margin-top: 90px; } }
    body.contentPage .fabricDetail__easyShop__image {
      position: relative;
      text-align: right; }
      @media (max-width: 991.98px) {
        body.contentPage .fabricDetail__easyShop__image {
          margin-top: 50px;
          padding: 0; } }
      body.contentPage .fabricDetail__easyShop__image img {
        position: relative;
        z-index: 2;
        display: inline-block; }

body.contentPage.securityPage .top {
  margin-bottom: 80px !important; }
  body.contentPage.securityPage .top__title {
    margin-top: 80px !important;
    text-align: center; }
  body.contentPage.securityPage .top__separator {
    margin-left: auto !important;
    margin-right: auto !important; }

body.contentPage.securityPage .completeRegistration {
  margin-bottom: 140px;
  font-size: 18px;
  text-align: center; }

body.contentPage.securityPage .forgotPass {
  margin-bottom: 140px; }
  body.contentPage.securityPage .forgotPass label {
    margin-left: 20px; }
  body.contentPage.securityPage .forgotPass input[type="text"], body.contentPage.securityPage .forgotPass body.informationPages #body .summary-list__item, body.informationPages #body body.contentPage.securityPage .forgotPass .summary-list__item {
    border: 1px solid #9E9E9E;
    outline: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    padding: 12px 20px; }

body.contentPage.securityPage .otpValidation {
  margin-bottom: 140px; }
  body.contentPage.securityPage .otpValidation a:not(.button) {
    color: #DE483B; }
  body.contentPage.securityPage .otpValidation input[type="submit"] {
    border: none;
    cursor: pointer; }
  body.contentPage.securityPage .otpValidation input[type="text"], body.contentPage.securityPage .otpValidation body.informationPages #body .summary-list__item, body.informationPages #body body.contentPage.securityPage .otpValidation .summary-list__item,
  body.contentPage.securityPage .otpValidation input[type="password"] {
    border: 1px solid #9E9E9E;
    outline: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    padding: 12px 20px;
    margin-bottom: 10px; }
  body.contentPage.securityPage .otpValidation__text {
    margin-bottom: 40px; }
  body.contentPage.securityPage .otpValidation__hash {
    font-family: monospace;
    border: 1px solid #9E9E9E;
    background-color: #F6F6F6;
    padding: 20px 40px;
    letter-spacing: 15px;
    font-size: 38px;
    display: inline-block;
    border-radius: 3px;
    -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.15);
    margin: 40px auto; }
    body.contentPage.securityPage .otpValidation__hash span {
      display: inline-block;
      margin-right: -15px; }
  body.contentPage.securityPage .otpValidation__image {
    margin: 40px 0; }
    body.contentPage.securityPage .otpValidation__image img {
      width: 114px; }
  body.contentPage.securityPage .otpValidation__more hr {
    margin-top: 40px; }
  body.contentPage.securityPage .otpValidation__more a {
    margin-top: 20px;
    margin-bottom: 20px; }
  body.contentPage.securityPage .otpValidation__storeBadge img {
    display: block;
    margin: 0 auto 20px;
    max-width: 200px; }
  body.contentPage.securityPage .otpValidation__storeBadge:last-child img {
    margin-bottom: 0; }
  body.contentPage.securityPage .otpValidation__form {
    max-width: 400px;
    margin: 20px auto; }
  body.contentPage.securityPage .otpValidation__redirectButton {
    margin-bottom: 15px; }

body.contentPage.securityPage .otpRegistration .otp-step-explanation {
  margin-bottom: 20px; }

body.contentPage.securityPage .otpRegistration .otpValidation__qrCode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

body.contentPage.securityPage .otpRegistration .otpValidation__qrCode img {
  width: 99px;
  margin: 20px; }

body.contentPage.securityPage .otpRegistration .otpValidation__storeBadge {
  margin: 40px 0 20px; }

body.contentPage.securityPage .otpRegistration .otpValidation__appIcon {
  width: 50px;
  height: 50px; }

body.contentPage.securityPage .otpRegistration #otp-step-1-confirm {
  margin: 20px 0 60px; }

body.contentPage.securityPage .otpRegistration .otp-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0; }
  body.contentPage.securityPage .otpRegistration .otp-steps .otp-step {
    width: 25px;
    height: 25px;
    border-radius: 12px;
    border: 2px solid #DE483B;
    margin: 2px;
    position: relative; }
    body.contentPage.securityPage .otpRegistration .otp-steps .otp-step.active::after {
      background-color: #DE483B;
      -webkit-box-shadow: inset 0 0 1px 2px rgba(0, 0, 0, 0.2);
              box-shadow: inset 0 0 1px 2px rgba(0, 0, 0, 0.2);
      content: '';
      position: absolute;
      height: 17px;
      width: 17px;
      top: 2px;
      left: 2px;
      border-radius: 9px; }

body.contentPage.securityPage .otpRegistration .otp-step-content {
  display: none; }
  body.contentPage.securityPage .otpRegistration .otp-step-content.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px; }
    body.contentPage.securityPage .otpRegistration .otp-step-content.active .app-icon {
      max-width: 130px;
      width: 130px;
      margin-bottom: 20px; }
    body.contentPage.securityPage .otpRegistration .otp-step-content.active .feather-thumbs-up {
      width: 50px;
      height: auto;
      color: #3c3c3c;
      margin-bottom: 30px; }

.registerSuccess__title {
  font-size: 24px;
  font-family: "Lora", serif;
  line-height: 44px;
  text-align: center;
  margin-bottom: 90px; }

.registerSuccess__subtitle {
  font-size: 18px;
  font-family: "Lora", serif;
  line-height: 36px;
  text-align: center;
  margin-bottom: 90px; }

.reset__password .member {
  margin-bottom: 50px; }
  .reset__password .member input[type="password"] {
    border: 1px solid #9E9E9E;
    outline: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    padding: 12px 20px; }

section.digitalPrint {
  background-color: #F6F6F6;
  padding-bottom: 180px; }
  @media (max-width: 1199.98px) {
    section.digitalPrint #digitalPrintContainer {
      max-width: 100%; } }
  section.digitalPrint #firstColumn,
  section.digitalPrint #digiPreview,
  section.digitalPrint #digiShirtPreview,
  section.digitalPrint #shadeDetails {
    position: relative; }
  section.digitalPrint .columnLoader {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 37px;
    width: 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #fff;
    border-radius: 50%; }
  section.digitalPrint #digitalPrintFilter {
    margin-bottom: 40px; }
    section.digitalPrint #digitalPrintFilter .bootstrap-select {
      min-width: 100%; }
    section.digitalPrint #digitalPrintFilter .btnApplyFilter {
      width: 100%; }
    section.digitalPrint #digitalPrintFilter .resetFilter {
      margin: 0 20px; }
  section.digitalPrint #ajaxPageLoader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 350px;
    width: 100%;
    padding-bottom: 150px; }
  section.digitalPrint img[src$="ajaxLoader.png"] {
    -webkit-animation: spin 2s infinite linear;
            animation: spin 2s infinite linear;
    -webkit-transform-origin: center;
            transform-origin: center; }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  section.digitalPrint .paginationHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px; }
    section.digitalPrint .paginationHeader button {
      padding: 0; }
    section.digitalPrint .paginationHeader p {
      margin: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      text-align: center;
      font-weight: 600;
      font-size: 14px;
      line-height: 19px;
      opacity: .5; }
  section.digitalPrint .colStep, section.digitalPrint .four {
    height: 37px;
    width: 37px;
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 15px;
    color: #DE483B;
    font-size: 20px;
    font-family: "Lora", serif; }
  section.digitalPrint .four:after {
    content: '4'; }
  section.digitalPrint .columnTitle {
    color: #DE483B;
    font-family: "Lora", serif;
    font-size: 18px;
    line-height: 22px;
    margin: 0 auto 10px;
    text-align: center;
    text-transform: lowercase; }
  section.digitalPrint #filterForm button.dropdown-toggle {
    border-radius: 0;
    line-height: 19px;
    padding: 10px 20px 10px 30px;
    margin: 0 0 10px;
    color: #595959;
    font-weight: 600; }
  section.digitalPrint #filterForm .filterForm__input {
    position: relative;
    min-height: 50px; }
    section.digitalPrint #filterForm .filterForm__input input {
      margin-left: 9px; }
    section.digitalPrint #filterForm .filterForm__input .bs-searchbox input {
      margin-left: 0; }
  section.digitalPrint #filterForm .filterForm__tooltip {
    display: inline-block;
    height: 15px;
    width: 15px;
    background-color: #878787;
    border-radius: 15px;
    color: #fff;
    line-height: 14px;
    text-align: center;
    font-size: 12px;
    font-family: "Lora", serif;
    cursor: default;
    position: absolute;
    top: calc(50% - 5px);
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10; }
  section.digitalPrint #filterForm .filterForm__tooltip--select {
    left: 10px; }
  section.digitalPrint #filterForm .filterForm__input .dropdown-toggle {
    position: relative;
    -webkit-transition: padding 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
    transition: padding 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99); }
    section.digitalPrint #filterForm .filterForm__input .dropdown-toggle[aria-expanded="true"] {
      z-index: 21;
      background-color: white;
      padding-left: 5px; }
  section.digitalPrint #filterForm .filterForm__input span.text {
    margin-right: 0;
    width: 100%;
    position: relative;
    padding-left: 14px; }
    section.digitalPrint #filterForm .filterForm__input span.text:before {
      position: absolute;
      left: -5px;
      content: '';
      display: inline-block;
      background-color: #F0F0F0;
      width: 14px;
      height: 14px;
      border: 1px solid #A9A9A9;
      margin-right: 5px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    section.digitalPrint #filterForm .filterForm__input span.text:after {
      content: '✔';
      position: absolute;
      left: -5px;
      top: 50%;
      width: 14px;
      text-align: center;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      opacity: 0;
      pointer-events: none; }
  section.digitalPrint #filterForm .filterForm__input li.selected span.text {
    color: #DE483B;
    font-weight: bold; }
    section.digitalPrint #filterForm .filterForm__input li.selected span.text:after {
      opacity: 1;
      font-weight: normal; }
  section.digitalPrint #filterForm .filterForm__reset {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 19px;
    font-family: "Lora", serif;
    margin-top: 15px;
    text-transform: lowercase; }
    section.digitalPrint #filterForm .filterForm__reset .tootal-icon {
      width: 16px;
      height: 16px;
      margin-right: 5px; }
  section.digitalPrint #filterForm div.dropdown-menu {
    z-index: 21;
    border-radius: 0;
    border: none;
    overflow: visible !important;
    min-width: calc(100% + 30px) !important;
    margin-left: -15px;
    margin-right: -15px; }
    section.digitalPrint #filterForm div.dropdown-menu:before {
      content: '';
      position: absolute;
      top: -55px;
      right: 0;
      bottom: 0;
      left: 0;
      -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.19);
              box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.19);
      background-color: #fff;
      z-index: -1; }
    section.digitalPrint #filterForm div.dropdown-menu.show {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column wrap;
              flex-flow: column wrap; }
    section.digitalPrint #filterForm div.dropdown-menu .inner {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    section.digitalPrint #filterForm div.dropdown-menu .popover-header {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative; }
      section.digitalPrint #filterForm div.dropdown-menu .popover-header span {
        position: absolute;
        display: inline-block;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        top: calc(50% - 2px);
        left: 50%;
        font-family: "Lora", serif;
        color: #fff;
        font-size: 16px;
        pointer-events: none;
        line-height: 19px; }
      section.digitalPrint #filterForm div.dropdown-menu .popover-header button {
        opacity: 1;
        margin: 0 auto;
        font-size: 0;
        color: transparent;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        width: 200px;
        max-width: 100%; }
    section.digitalPrint #filterForm div.dropdown-menu .dropdown-toggle {
      position: relative;
      -webkit-transition: padding 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
      transition: padding 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99); }
      section.digitalPrint #filterForm div.dropdown-menu .dropdown-toggle[aria-expanded="true"] {
        z-index: 21;
        background-color: transparent;
        padding-left: 5px; }
    section.digitalPrint #filterForm div.dropdown-menu span.text {
      margin-right: 0;
      width: 100%;
      position: relative;
      padding-left: 14px; }
      section.digitalPrint #filterForm div.dropdown-menu span.text:before {
        position: absolute;
        left: -5px;
        content: '';
        display: inline-block;
        background-color: #F0F0F0;
        width: 14px;
        height: 14px;
        border: 1px solid #A9A9A9;
        margin-right: 5px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      section.digitalPrint #filterForm div.dropdown-menu span.text:after {
        content: '✔';
        position: absolute;
        left: -5px;
        top: 50%;
        width: 14px;
        text-align: center;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        opacity: 0;
        pointer-events: none; }
    section.digitalPrint #filterForm div.dropdown-menu li.selected span.text {
      color: #DE483B;
      font-weight: bold; }
      section.digitalPrint #filterForm div.dropdown-menu li.selected span.text:after {
        opacity: 1;
        font-weight: normal; }
    section.digitalPrint #filterForm div.dropdown-menu li.dropdown-header span.text {
      padding-left: 0; }
      section.digitalPrint #filterForm div.dropdown-menu li.dropdown-header span.text:before {
        content: none; }
      section.digitalPrint #filterForm div.dropdown-menu li.dropdown-header span.text:after {
        content: none; }
  section.digitalPrint .checkbox {
    position: absolute;
    width: 0;
    height: 0;
    visibility: hidden; }
    section.digitalPrint .checkbox__wrapper {
      margin: 20px 0; }
      section.digitalPrint .checkbox__wrapper + .checkbox__wrapper {
        margin-top: 0; }
    section.digitalPrint .checkbox + label {
      position: relative;
      margin: 0;
      cursor: pointer;
      color: #979797;
      font-weight: 600;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      section.digitalPrint .checkbox + label:before {
        content: '✔';
        color: transparent;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 15px;
        height: 15px;
        font-size: 18px;
        border: 1px solid #979797;
        background-color: #D8D8D8;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-right: 10px; }
    section.digitalPrint .checkbox:checked + label:before {
      color: #595959; }
  section.digitalPrint .resetFilter {
    color: #2c2c2c; }
  section.digitalPrint #designs {
    margin-bottom: 40px; }
    section.digitalPrint #designs ul {
      list-style: none;
      margin: -5px;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row;
              flex-flow: row; }
    section.digitalPrint #designs li {
      display: block;
      margin: 10px;
      -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
              box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -webkit-transform: scale(1);
              transform: scale(1); }
      section.digitalPrint #designs li:hover {
        cursor: pointer; }
      section.digitalPrint #designs li:not(.active):hover {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
      section.digitalPrint #designs li.active {
        outline: 2px solid #DE483B;
        -webkit-box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.35);
                box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.35); }
  section.digitalPrint #digiUserUpload .dropzone {
    background: transparent;
    border: none;
    padding: 0;
    min-height: 0;
    position: relative; }
    section.digitalPrint #digiUserUpload .dropzoneTooltip {
      position: absolute;
      top: 10px;
      left: 10px;
      width: 15px;
      height: 15px;
      background-color: #878787;
      border-radius: 15px;
      font-family: "Lora", serif;
      font-size: 12px;
      line-height: 15px;
      text-align: center;
      color: #fff; }
    section.digitalPrint #digiUserUpload .dropzoneBorder {
      background-color: #fff;
      border-radius: 4px;
      border: 2px dashed #E34C3E;
      min-height: 242px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 20px; }
  section.digitalPrint #digiUserUpload .uploadMessage {
    font-size: 14px;
    line-height: 19px;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto; }
  section.digitalPrint #digiUserUpload #previewsContainer .uploadIcon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
    -webkit-box-shadow: inset 0 0 0 1px #000;
            box-shadow: inset 0 0 0 1px #000;
    width: 80px;
    height: 80px;
    border-radius: 80px; }
    section.digitalPrint #digiUserUpload #previewsContainer .uploadIcon:not(:last-child) {
      display: none; }
  section.digitalPrint #digiUserUpload #previewsContainer .loadingContent {
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-top: 30px;
    height: 80px; }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
    section.digitalPrint #digiUserUpload #previewsContainer .loadingContent .tootal-icon {
      -webkit-animation: spin 5s linear infinite;
              animation: spin 5s linear infinite;
      width: 50px;
      height: 50px;
      opacity: .5; }
  section.digitalPrint #digiUserUpload #previewsContainer .dz-progress {
    display: none; }
  section.digitalPrint #digiUserUpload #previewsContainer .dz-remove {
    color: #DE483B;
    margin-top: 10px; }
  section.digitalPrint #digiUserUpload #previewsContainer .dz-preview {
    min-height: auto;
    margin-bottom: 0; }
  section.digitalPrint #digiUserUpload #previewsContainer .tootal-icon {
    width: 37px;
    height: 37px;
    margin-bottom: 2px; }
  section.digitalPrint #digiUserUpload .checkbox + label {
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap; }
  section.digitalPrint #digiUserUpload #imageProcessingLoader {
    display: none; }
  section.digitalPrint #digiUserUpload .userUploadDiv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  section.digitalPrint #imageProcessingLoader {
    text-align: center;
    display: none; }
  section.digitalPrint #digiPreviewContent {
    height: 350px; }
    section.digitalPrint #digiPreviewContent ul {
      list-style: none;
      margin: 0 0 50px;
      padding: 0;
      position: relative;
      text-align: center; }
      section.digitalPrint #digiPreviewContent ul img {
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
                box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
        width: 280px; }
      section.digitalPrint #digiPreviewContent ul .designNumber {
        position: absolute;
        top: 100%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        background-color: #FFFFFF;
        border: 1px solid #979797;
        border-radius: 14px;
        line-height: 26px;
        height: 28px;
        font-family: "Lora", serif;
        color: #595959;
        padding: 0 20px; }
  section.digitalPrint #digiFabricsContent {
    position: relative;
    z-index: 1;
    height: 100px; }
    section.digitalPrint #digiFabricsContent button.dropdown-toggle {
      border-radius: 0;
      line-height: 19px;
      padding: 10px 20px 10px 30px;
      margin: 0 0 10px;
      color: #595959;
      font-weight: 600; }
    section.digitalPrint #digiFabricsContent .bootstrap-select {
      width: 100%; }
    section.digitalPrint #digiFabricsContent .base, section.digitalPrint #digiFabricsContent .contrast {
      width: 280px;
      max-width: 100%; }
  section.digitalPrint #genderSelector .genderSelect {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    background-color: #fff;
    margin: 10px;
    padding-top: calc(100% / 2 - 30px);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    position: relative; }
    section.digitalPrint #genderSelector .genderSelect[disabled] {
      opacity: .5;
      pointer-events: none;
      background-color: transparent;
      -webkit-box-shadow: none;
              box-shadow: none; }
    section.digitalPrint #genderSelector .genderSelect svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 75%;
      height: 75%; }
    section.digitalPrint #genderSelector .genderSelect__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: -10px; }
  section.digitalPrint #select-design-gender {
    margin: 0 0 20px;
    padding: 0;
    text-align: left;
    text-transform: uppercase; }
  section.digitalPrint #shirtTypeSelector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    section.digitalPrint #shirtTypeSelector .imageSetBlock {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      padding: 10px; }
    section.digitalPrint #shirtTypeSelector img {
      cursor: pointer; }
      section.digitalPrint #shirtTypeSelector img:hover {
        -webkit-transform: scale(1.05);
                transform: scale(1.05); }
  section.digitalPrint #shirtPreviewContent #userImageDisclaimer {
    color: #3b3b3b;
    font-size: 12px;
    line-height: 17px;
    margin: 30px auto;
    max-width: 225px; }
  section.digitalPrint .patternSize {
    color: #383838;
    margin-bottom: 60px;
    font-size: 14px; }
    section.digitalPrint .patternSize__text {
      font-size: 12px;
      margin-bottom: 15px; }
    section.digitalPrint .patternSize input[type="text"], section.digitalPrint .patternSize body.informationPages #body .summary-list__item, body.informationPages #body section.digitalPrint .patternSize .summary-list__item,
    section.digitalPrint .patternSize textarea {
      width: 100%;
      padding: 6px 14px 7px;
      line-height: 19px;
      border: 1px solid #979797;
      border-radius: 16px; }
    section.digitalPrint .patternSize textarea {
      min-height: 75px;
      padding-top: 9px;
      padding-bottom: 9px;
      outline: none !important; }
    section.digitalPrint .patternSize__input {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 0 15px;
      position: relative; }
      section.digitalPrint .patternSize__input label {
        width: 75px; }
      section.digitalPrint .patternSize__input input[type="text"], section.digitalPrint .patternSize__input body.informationPages #body .summary-list__item, body.informationPages #body section.digitalPrint .patternSize__input .summary-list__item {
        width: 100px; }
    section.digitalPrint .patternSize__append {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      padding: 6px 14px 7px;
      pointer-events: none;
      color: #979797; }
  section.digitalPrint #agentCommentContent {
    position: relative;
    z-index: 0; }
    section.digitalPrint #agentCommentContent .front, section.digitalPrint #agentCommentContent .back {
      width: 100%; }
    section.digitalPrint #agentCommentContent textarea {
      width: 100%;
      padding: 9px 14px 9px;
      line-height: 19px;
      min-height: 75px;
      border: 1px solid #979797;
      border-radius: 16px;
      outline: none !important; }
  section.digitalPrint #shirt .downloadPDF {
    color: #2C2C2C;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    cursor: pointer;
    font-size: 16px;
    line-height: 19px;
    padding: 14px 16px 14px 0;
    font-family: "Lora", serif;
    border-top: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7; }
  section.digitalPrint #shirt #example {
    color: #979797;
    font-size: 12px;
    line-height: 16px;
    margin: 30px 0; }
  section.digitalPrint #shirt #slideBtnWrap {
    line-height: 36px;
    color: #2c2c2c;
    font-size: 14px; }
    section.digitalPrint #shirt #slideBtnWrap label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      margin-bottom: 0; }
    section.digitalPrint #shirt #slideBtnWrap .toggle {
      display: block;
      border: 1px solid #2c2c2c;
      width: 40px;
      height: 18px;
      border-radius: 18px;
      position: relative;
      margin-left: 10px; }
      section.digitalPrint #shirt #slideBtnWrap .toggle:after {
        content: '';
        width: 12px;
        height: 12px;
        background-color: #979797;
        border-radius: 6px;
        position: absolute;
        left: 4px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        -webkit-transition: all 0.1s cubic-bezier(0.17, 0.67, 0.16, 0.99);
        transition: all 0.1s cubic-bezier(0.17, 0.67, 0.16, 0.99); }
    section.digitalPrint #shirt #slideBtnWrap button > span:first-child,
    section.digitalPrint #shirt #slideBtnWrap input[type="checkbox"] {
      position: absolute;
      width: 0;
      height: 0;
      visibility: hidden; }
      section.digitalPrint #shirt #slideBtnWrap button > span:first-child.toggledOn + label .toggle:after,
      section.digitalPrint #shirt #slideBtnWrap button > span:first-child:checked + label .toggle:after,
      section.digitalPrint #shirt #slideBtnWrap input[type="checkbox"].toggledOn + label .toggle:after,
      section.digitalPrint #shirt #slideBtnWrap input[type="checkbox"]:checked + label .toggle:after {
        left: calc(100% - 4px - 12px);
        background-color: #de483b; }
    section.digitalPrint #shirt #slideBtnWrap label {
      font-size: 14px; }
    section.digitalPrint #shirt #slideBtnWrap > div {
      margin-top: 11px; }
    section.digitalPrint #shirt #slideBtnWrap .checkbox__wrapper label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      font-weight: normal;
      color: #2c2c2c; }
      section.digitalPrint #shirt #slideBtnWrap .checkbox__wrapper label:before {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        margin-right: 25px;
        margin-left: 10px;
        width: 18px;
        height: 18px; }
    section.digitalPrint #shirt #slideBtnWrap button {
      padding: 0;
      width: 100%; }
      section.digitalPrint #shirt #slideBtnWrap button label {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
  section.digitalPrint #shirt .selection__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    section.digitalPrint #shirt .selection__toggle button {
      line-height: 40px;
      padding: 0 20px;
      border: 1px solid #979797;
      color: #979797;
      min-width: 125px;
      text-align: center; }
      section.digitalPrint #shirt .selection__toggle button:first-child {
        border-right: none;
        border-radius: 40px 0 0 40px; }
      section.digitalPrint #shirt .selection__toggle button:nth-child(2) {
        border-left: none;
        border-radius: 0 40px 40px 0; }
      section.digitalPrint #shirt .selection__toggle button.active {
        background-color: #979797;
        color: #fff;
        border: 2px solid #DE483B; }
    section.digitalPrint #shirt .selection__toggle button {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
  section.digitalPrint #shirt .previous_step {
    display: inline-block;
    padding: 0;
    margin: 15px 0; }
  section.digitalPrint #shirt #imgWrap {
    position: relative;
    width: 100%;
    padding-top: calc(100% / 300 * 410); }
    section.digitalPrint #shirt #imgWrap.imageFail {
      width: 100%;
      padding-top: 100%;
      background-color: #fff;
      -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
              box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
      margin: 10px 0; }
    section.digitalPrint #shirt #imgWrap a {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    section.digitalPrint #shirt #imgWrap img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      display: none; }
      section.digitalPrint #shirt #imgWrap img.shown {
        display: block; }
      section.digitalPrint #shirt #imgWrap img.magnifyingGlass {
        left: auto;
        right: 0;
        top: 30px;
        z-index: 10; }
  section.digitalPrint #orderSidebar .content {
    background-color: #fff;
    margin-top: 21px;
    padding: 30px;
    font-size: 12px;
    color: #2c2c2c;
    line-height: 21px; }
    section.digitalPrint #orderSidebar .content .baseContrast {
      overflow: hidden; }
  section.digitalPrint #orderSidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    width: 100%; }
  section.digitalPrint #orderSidebar .sidebarTitle {
    display: inline-block;
    font-family: "Lora", serif;
    color: #3B3B3B;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px; }
  section.digitalPrint #orderSidebar li {
    display: table-row;
    font-size: 14px; }
    section.digitalPrint #orderSidebar li .bold {
      font-weight: normal; }
  section.digitalPrint #orderSidebar .disclaimerTextDesigntool {
    display: none; }
  section.digitalPrint #orderSidebar button.orderNow {
    min-width: 163px;
    margin: 30px 0 20px; }
  section.digitalPrint body:not(.ie) .flipContainer {
    -webkit-perspective: 1000px;
            perspective: 1000px; }
  section.digitalPrint .front, section.digitalPrint .back {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0; }
  section.digitalPrint .front {
    z-index: 2;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); }
  section.digitalPrint .back {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg); }
  section.digitalPrint .flipper {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    position: relative; }
  section.digitalPrint .flipContainer.flipped .back {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); }
  section.digitalPrint .flipContainer.flipped .front {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg); }

#shadeDetailsContent .stockStatus__input .col-auto {
  max-width: 100%; }

#shadeDetailsContent .stockStatus__input .stock-check-input-field {
  width: 121px; }

#shadeDetailsContent #orderSidebar button.orderNow {
  margin-top: 0; }

#shadeDetailsContent #orderSidebar .orderSlide ul.orderSidebar__table .orderSidebar__row {
  display: table;
  line-height: 21px;
  padding-top: 0;
  padding-bottom: 0;
  border-spacing: 5px 0px;
  width: 100%; }
  #shadeDetailsContent #orderSidebar .orderSlide ul.orderSidebar__table .orderSidebar__row > span {
    display: table-cell;
    line-height: 34px; }
  #shadeDetailsContent #orderSidebar .orderSlide ul.orderSidebar__table .orderSidebar__row .header {
    width: 50%;
    font-weight: normal;
    color: #515151; }
    #shadeDetailsContent #orderSidebar .orderSlide ul.orderSidebar__table .orderSidebar__row .header.specialMake {
      width: 70%;
      display: inline-block !important;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 30px;
      color: #2c2c2c; }
      #shadeDetailsContent #orderSidebar .orderSlide ul.orderSidebar__table .orderSidebar__row .header.specialMake:after {
        content: ': '; }
  #shadeDetailsContent #orderSidebar .orderSlide ul.orderSidebar__table .orderSidebar__row .stockStatusImg {
    display: inline-block;
    line-height: 30px; }
    #shadeDetailsContent #orderSidebar .orderSlide ul.orderSidebar__table .orderSidebar__row .stockStatusImg img {
      max-width: 25px;
      max-height: 25px;
      margin: -5px 15px 0; }
  #shadeDetailsContent #orderSidebar .orderSlide ul.orderSidebar__table .orderSidebar__row .stockStatus {
    display: block;
    color: #2C2C2C;
    font-size: 12px;
    line-height: 17px;
    font-weight: normal;
    margin-top: 20px; }
  #shadeDetailsContent #orderSidebar .orderSlide ul.orderSidebar__table .orderSidebar__row.digiprintDeliveryDetails {
    margin-top: 40px; }

#shadeDetailsContent #orderSidebar .orderSlide ul.orderSidebar__table {
  margin-bottom: 21px; }

#shadeDetailsContent .orderHeader {
  color: #DE483B;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
  font-family: "Lora", serif;
  font-weight: bold;
  display: inline-block !important; }

#shadeDetailsContent .orderSubheader {
  color: #383838;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 15px;
  font-family: "Lora", serif;
  font-weight: bold;
  display: inline-block !important; }

#shadeDetailsContent .orderSlideWrap {
  width: 440px;
  position: relative;
  left: 0;
  top: 0; }
  #shadeDetailsContent .orderSlideWrap .orderSlide {
    width: 220px;
    float: left; }

#dialogWithList {
  margin-top: 1rem; }

#body section.collectionTool {
  background-color: #F6F6F6; }
  #body section.collectionTool .filterForm__reset svg.rotate {
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
  #body section.collectionTool .filterForm__reset-top {
    margin-bottom: 15px; }
  #body section.collectionTool .nav-tabs {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    font-size: 14px; }
    #body section.collectionTool .nav-tabs .nav-item {
      text-transform: uppercase;
      color: #383838;
      padding: 0;
      margin-bottom: -1px;
      border-bottom: 1px solid #F6F6F6;
      border-right: 1px solid #BCBCBC;
      height: 47px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      #body section.collectionTool .nav-tabs .nav-item .nav-link {
        line-height: 19px;
        margin-bottom: -1px;
        border-bottom: 1px solid #BCBCBC;
        padding: 13px 25px;
        color: #383838; }
        #body section.collectionTool .nav-tabs .nav-item .nav-link:not(.active):not(.disabled) {
          opacity: .75; }
          #body section.collectionTool .nav-tabs .nav-item .nav-link:not(.active):not(.disabled):hover {
            border-color: transparent;
            border-bottom: 1px solid #BCBCBC;
            opacity: 1; }
  #body section.collectionTool .nav-tabs .nav-link.active,
  #body section.collectionTool .nav-tabs .nav-item.show .nav-link {
    background: transparent;
    border: none;
    font-weight: bold;
    color: #DE483B; }
  #body section.collectionTool .nav-tabs .nav-link {
    cursor: pointer; }
    #body section.collectionTool .nav-tabs .nav-link.disabled {
      opacity: .5;
      cursor: default; }
  @media (max-width: 991.98px) {
    #body section.collectionTool .nav-tabs .nav-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      margin-top: 20px;
      height: auto;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0; }
      #body section.collectionTool .nav-tabs .nav-item .nav-link {
        border-bottom: 1px solid #BCBCBC;
        padding: 7px 7px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%; } }
  #body section.collectionTool .tab-pane {
    padding-top: 35px; }
  #body section.collectionTool input {
    border: 1px solid #CFCFCF;
    line-height: 19px;
    padding: 10px 20px;
    margin: 0 0 10px; }
  #body section.collectionTool .bootstrap-select {
    width: 100% !important; }
  #body section.collectionTool button.dropdown-toggle {
    border-radius: 0;
    line-height: 19px;
    padding: 10px 20px 10px 30px;
    margin: 0 0 10px;
    color: #595959;
    font-weight: 600; }
  #body section.collectionTool .filterForm__input {
    position: relative;
    min-height: 50px; }
    #body section.collectionTool .filterForm__input input {
      margin-left: 9px; }
    #body section.collectionTool .filterForm__input .bs-searchbox input {
      margin-left: 0; }
  #body section.collectionTool .filterForm__tooltip {
    display: inline-block;
    height: 15px;
    width: 15px;
    background-color: #878787;
    border-radius: 15px;
    color: #fff;
    line-height: 14px;
    text-align: center;
    font-size: 12px;
    font-family: "Lora", serif;
    cursor: default;
    position: absolute;
    top: calc(50% - 5px);
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10; }
  #body section.collectionTool .filterForm__tooltip--select {
    left: 10px; }
  #body section.collectionTool .filterForm__input .dropdown-toggle {
    position: relative;
    -webkit-transition: padding 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
    transition: padding 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99); }
    #body section.collectionTool .filterForm__input .dropdown-toggle[aria-expanded="true"] {
      z-index: 21;
      background-color: white;
      padding-left: 5px; }
  #body section.collectionTool .filterForm__input span.text {
    margin-right: 0;
    width: 100%;
    position: relative;
    padding-left: 14px; }
    #body section.collectionTool .filterForm__input span.text:before {
      position: absolute;
      left: -5px;
      content: '';
      display: inline-block;
      background-color: #F0F0F0;
      width: 14px;
      height: 14px;
      border: 1px solid #A9A9A9;
      margin-right: 5px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    #body section.collectionTool .filterForm__input span.text:after {
      content: '✔';
      position: absolute;
      left: -5px;
      top: 50%;
      width: 14px;
      text-align: center;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      opacity: 0;
      pointer-events: none; }
  #body section.collectionTool .filterForm__input li.selected span.text {
    color: #DE483B;
    font-weight: bold; }
    #body section.collectionTool .filterForm__input li.selected span.text:after {
      opacity: 1;
      font-weight: normal; }
  #body section.collectionTool .filterForm__reset {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 19px;
    font-family: "Lora", serif;
    margin-top: 15px;
    text-transform: lowercase; }
    #body section.collectionTool .filterForm__reset .tootal-icon {
      width: 16px;
      height: 16px;
      margin-right: 5px; }
  #body section.collectionTool div.dropdown-menu {
    z-index: 21;
    border-radius: 0;
    border: none;
    overflow: visible !important;
    min-width: calc(100% + 30px) !important;
    margin-left: -15px;
    margin-right: -15px; }
    #body section.collectionTool div.dropdown-menu:before {
      content: '';
      position: absolute;
      top: -55px;
      right: 0;
      bottom: 0;
      left: 0;
      -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.19);
              box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.19);
      background-color: #fff;
      z-index: -1; }
    #body section.collectionTool div.dropdown-menu.show {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column wrap;
              flex-flow: column wrap; }
    #body section.collectionTool div.dropdown-menu .inner {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    #body section.collectionTool div.dropdown-menu .popover-header {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative; }
      #body section.collectionTool div.dropdown-menu .popover-header span {
        position: absolute;
        display: inline-block;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        top: calc(50% - 2px);
        left: 50%;
        font-family: "Lora", serif;
        color: #fff;
        font-size: 16px;
        pointer-events: none;
        line-height: 19px; }
      #body section.collectionTool div.dropdown-menu .popover-header button {
        opacity: 1;
        margin: 0 auto;
        font-size: 0;
        color: transparent;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        width: 200px;
        max-width: 100%; }
    #body section.collectionTool div.dropdown-menu .dropdown-toggle {
      position: relative;
      -webkit-transition: padding 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
      transition: padding 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99); }
      #body section.collectionTool div.dropdown-menu .dropdown-toggle[aria-expanded="true"] {
        z-index: 21;
        background-color: transparent;
        padding-left: 5px; }
    #body section.collectionTool div.dropdown-menu span.text {
      margin-right: 0;
      width: 100%;
      position: relative;
      padding-left: 14px; }
      #body section.collectionTool div.dropdown-menu span.text:before {
        position: absolute;
        left: -5px;
        content: '';
        display: inline-block;
        background-color: #F0F0F0;
        width: 14px;
        height: 14px;
        border: 1px solid #A9A9A9;
        margin-right: 5px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      #body section.collectionTool div.dropdown-menu span.text:after {
        content: '✔';
        position: absolute;
        left: -5px;
        top: 50%;
        width: 14px;
        text-align: center;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        opacity: 0;
        pointer-events: none; }
    #body section.collectionTool div.dropdown-menu li.selected span.text {
      color: #DE483B;
      font-weight: bold; }
      #body section.collectionTool div.dropdown-menu li.selected span.text:after {
        opacity: 1;
        font-weight: normal; }
    #body section.collectionTool div.dropdown-menu li.dropdown-header span.text {
      padding-left: 0; }
      #body section.collectionTool div.dropdown-menu li.dropdown-header span.text:before {
        content: none; }
      #body section.collectionTool div.dropdown-menu li.dropdown-header span.text:after {
        content: none; }
  #body section.collectionTool .btnApplyFilter {
    display: block;
    margin: 0px auto 15px; }
    #body section.collectionTool .btnApplyFilter.lowerApplyFilterBtn {
      margin-top: 40px; }
  #body section.collectionTool .fabrics__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px; }
  #body section.collectionTool .fabrics__title {
    color: #383838;
    font-family: "Lora", serif;
    font-size: 18px;
    line-height: 22px; }
  #body section.collectionTool .fabrics__total {
    color: #767676;
    font-family: "Lora", serif;
    font-size: 16px;
    line-height: 19px; }
  #body section.collectionTool .fabrics__downloadResults {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 60px 0 30px; }
    #body section.collectionTool .fabrics__downloadResults .tootal-icon {
      width: 16px;
      height: 16px;
      margin-left: 10px;
      margin-right: 0; }
  #body section.collectionTool .selection__header {
    margin-bottom: 10px; }
    #body section.collectionTool .selection__header .selection__thumbs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 10px;
      background-color: white; }
      #body section.collectionTool .selection__header .selection__thumbs .thumb {
        width: 33%;
        padding: 5px;
        cursor: pointer; }
        #body section.collectionTool .selection__header .selection__thumbs .thumb:hover {
          padding: 0; }
        #body section.collectionTool .selection__header .selection__thumbs .thumb a {
          display: inline-block;
          position: relative;
          width: 100%;
          overflow: hidden;
          margin: 0;
          padding: 0; }
          #body section.collectionTool .selection__header .selection__thumbs .thumb a .imgWrap {
            width: 100%;
            margin-top: 75%;
            height: 100%;
            float: left; }
            #body section.collectionTool .selection__header .selection__thumbs .thumb a .imgWrap img {
              position: absolute;
              top: 0;
              left: 0;
              bottom: 0;
              right: 0;
              width: 100%;
              max-width: none;
              max-height: none; }
              #body section.collectionTool .selection__header .selection__thumbs .thumb a .imgWrap img.shirt {
                width: 150%;
                top: -25%;
                left: -25%; }
      #body section.collectionTool .selection__header .selection__thumbs.blank .thumb {
        cursor: default; }
        #body section.collectionTool .selection__header .selection__thumbs.blank .thumb a {
          pointer-events: none; }
          #body section.collectionTool .selection__header .selection__thumbs.blank .thumb a .imgWrap img {
            display: none; }
    #body section.collectionTool .selection__header .selection__controls {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      #body section.collectionTool .selection__header .selection__controls .addFabrics, #body section.collectionTool .selection__header .selection__controls #clearSelection {
        line-height: 40px;
        font-family: "Lora", serif;
        color: #383838;
        font-size: 18px;
        display: inline-block;
        width: 100%; }
        #body section.collectionTool .selection__header .selection__controls .addFabrics .tootal-icon, #body section.collectionTool .selection__header .selection__controls #clearSelection .tootal-icon {
          width: 15px;
          height: 15px;
          -webkit-transform: translateY(-1px);
                  transform: translateY(-1px); }
      #body section.collectionTool .selection__header .selection__controls .addFabrics {
        text-align: right; }
  #body section.collectionTool .selection__downloadResults {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 60px 0 30px; }
    #body section.collectionTool .selection__downloadResults .tootal-icon {
      width: 16px;
      height: 16px;
      margin-left: 10px;
      margin-right: 0; }
  #body section.collectionTool .selection__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #body section.collectionTool .selection__toggle button {
      line-height: 40px;
      padding: 0 20px;
      border: 1px solid #979797;
      color: #979797;
      min-width: 125px;
      text-align: center; }
      #body section.collectionTool .selection__toggle button:first-child {
        border-right: none;
        border-radius: 40px 0 0 40px; }
      #body section.collectionTool .selection__toggle button:nth-child(2) {
        border-left: none;
        border-radius: 0 40px 40px 0; }
      #body section.collectionTool .selection__toggle button.active {
        background-color: #979797;
        color: #fff;
        border: 2px solid #DE483B; }

#body section.collectionTool #searchSwiper *, #body section.collectionTool #selectionSwiper *, #body section.collectionTool #selectionMiniSwiper *,
#body section.searchByBooks #searchSwiper *,
#body section.searchByBooks #selectionSwiper *,
#body section.searchByBooks #selectionMiniSwiper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

#body section.collectionTool #searchSwiper.swiper-container, #body section.collectionTool #selectionSwiper.swiper-container, #body section.collectionTool #selectionMiniSwiper.swiper-container,
#body section.searchByBooks #searchSwiper.swiper-container,
#body section.searchByBooks #selectionSwiper.swiper-container,
#body section.searchByBooks #selectionMiniSwiper.swiper-container {
  height: 600px;
  position: relative;
  padding: 5px 0; }

#body section.collectionTool #searchSwiper .miniSwiper-wrapper,
#body section.collectionTool #searchSwiper .swiper-wrapper, #body section.collectionTool #selectionSwiper .miniSwiper-wrapper,
#body section.collectionTool #selectionSwiper .swiper-wrapper, #body section.collectionTool #selectionMiniSwiper .miniSwiper-wrapper,
#body section.collectionTool #selectionMiniSwiper .swiper-wrapper,
#body section.searchByBooks #searchSwiper .miniSwiper-wrapper,
#body section.searchByBooks #searchSwiper .swiper-wrapper,
#body section.searchByBooks #selectionSwiper .miniSwiper-wrapper,
#body section.searchByBooks #selectionSwiper .swiper-wrapper,
#body section.searchByBooks #selectionMiniSwiper .miniSwiper-wrapper,
#body section.searchByBooks #selectionMiniSwiper .swiper-wrapper {
  padding-right: 10px; }

#body section.collectionTool #searchSwiper .miniSwiper-scrollbar,
#body section.collectionTool #searchSwiper .swiper-scrollbar, #body section.collectionTool #selectionSwiper .miniSwiper-scrollbar,
#body section.collectionTool #selectionSwiper .swiper-scrollbar, #body section.collectionTool #selectionMiniSwiper .miniSwiper-scrollbar,
#body section.collectionTool #selectionMiniSwiper .swiper-scrollbar,
#body section.searchByBooks #searchSwiper .miniSwiper-scrollbar,
#body section.searchByBooks #searchSwiper .swiper-scrollbar,
#body section.searchByBooks #selectionSwiper .miniSwiper-scrollbar,
#body section.searchByBooks #selectionSwiper .swiper-scrollbar,
#body section.searchByBooks #selectionMiniSwiper .miniSwiper-scrollbar,
#body section.searchByBooks #selectionMiniSwiper .swiper-scrollbar {
  z-index: 15;
  width: 15px;
  top: 25px;
  bottom: 75px;
  height: auto;
  background-color: transparent; }
  #body section.collectionTool #searchSwiper .miniSwiper-scrollbar:before,
  #body section.collectionTool #searchSwiper .swiper-scrollbar:before, #body section.collectionTool #selectionSwiper .miniSwiper-scrollbar:before,
  #body section.collectionTool #selectionSwiper .swiper-scrollbar:before, #body section.collectionTool #selectionMiniSwiper .miniSwiper-scrollbar:before,
  #body section.collectionTool #selectionMiniSwiper .swiper-scrollbar:before,
  #body section.searchByBooks #searchSwiper .miniSwiper-scrollbar:before,
  #body section.searchByBooks #searchSwiper .swiper-scrollbar:before,
  #body section.searchByBooks #selectionSwiper .miniSwiper-scrollbar:before,
  #body section.searchByBooks #selectionSwiper .swiper-scrollbar:before,
  #body section.searchByBooks #selectionMiniSwiper .miniSwiper-scrollbar:before,
  #body section.searchByBooks #selectionMiniSwiper .swiper-scrollbar:before {
    content: '';
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: calc(50% - 1px);
    width: 1px;
    background-color: #c8c8c8; }
  #body section.collectionTool #searchSwiper .miniSwiper-scrollbar-drag,
  #body section.collectionTool #searchSwiper .swiper-scrollbar-drag, #body section.collectionTool #selectionSwiper .miniSwiper-scrollbar-drag,
  #body section.collectionTool #selectionSwiper .swiper-scrollbar-drag, #body section.collectionTool #selectionMiniSwiper .miniSwiper-scrollbar-drag,
  #body section.collectionTool #selectionMiniSwiper .swiper-scrollbar-drag,
  #body section.searchByBooks #searchSwiper .miniSwiper-scrollbar-drag,
  #body section.searchByBooks #searchSwiper .swiper-scrollbar-drag,
  #body section.searchByBooks #selectionSwiper .miniSwiper-scrollbar-drag,
  #body section.searchByBooks #selectionSwiper .swiper-scrollbar-drag,
  #body section.searchByBooks #selectionMiniSwiper .miniSwiper-scrollbar-drag,
  #body section.searchByBooks #selectionMiniSwiper .swiper-scrollbar-drag {
    background-color: transparent; }
    #body section.collectionTool #searchSwiper .miniSwiper-scrollbar-drag:after,
    #body section.collectionTool #searchSwiper .swiper-scrollbar-drag:after, #body section.collectionTool #selectionSwiper .miniSwiper-scrollbar-drag:after,
    #body section.collectionTool #selectionSwiper .swiper-scrollbar-drag:after, #body section.collectionTool #selectionMiniSwiper .miniSwiper-scrollbar-drag:after,
    #body section.collectionTool #selectionMiniSwiper .swiper-scrollbar-drag:after,
    #body section.searchByBooks #searchSwiper .miniSwiper-scrollbar-drag:after,
    #body section.searchByBooks #searchSwiper .swiper-scrollbar-drag:after,
    #body section.searchByBooks #selectionSwiper .miniSwiper-scrollbar-drag:after,
    #body section.searchByBooks #selectionSwiper .swiper-scrollbar-drag:after,
    #body section.searchByBooks #selectionMiniSwiper .miniSwiper-scrollbar-drag:after,
    #body section.searchByBooks #selectionMiniSwiper .swiper-scrollbar-drag:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: calc(50% - 4px);
      width: 7px;
      background-color: #232323;
      border-radius: 6px;
      -webkit-box-shadow: 0 0 0 0 #232323;
              box-shadow: 0 0 0 0 #232323;
      -webkit-transition: -webkit-box-shadow 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
      transition: -webkit-box-shadow 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
      transition: box-shadow 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
      transition: box-shadow 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99), -webkit-box-shadow 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99); }
    #body section.collectionTool #searchSwiper .miniSwiper-scrollbar-drag:active:after, #body section.collectionTool #searchSwiper .miniSwiper-scrollbar-drag:hover:after, #body section.collectionTool #searchSwiper .miniSwiper-scrollbar-drag:focus:after,
    #body section.collectionTool #searchSwiper .swiper-scrollbar-drag:active:after,
    #body section.collectionTool #searchSwiper .swiper-scrollbar-drag:hover:after,
    #body section.collectionTool #searchSwiper .swiper-scrollbar-drag:focus:after, #body section.collectionTool #selectionSwiper .miniSwiper-scrollbar-drag:active:after, #body section.collectionTool #selectionSwiper .miniSwiper-scrollbar-drag:hover:after, #body section.collectionTool #selectionSwiper .miniSwiper-scrollbar-drag:focus:after,
    #body section.collectionTool #selectionSwiper .swiper-scrollbar-drag:active:after,
    #body section.collectionTool #selectionSwiper .swiper-scrollbar-drag:hover:after,
    #body section.collectionTool #selectionSwiper .swiper-scrollbar-drag:focus:after, #body section.collectionTool #selectionMiniSwiper .miniSwiper-scrollbar-drag:active:after, #body section.collectionTool #selectionMiniSwiper .miniSwiper-scrollbar-drag:hover:after, #body section.collectionTool #selectionMiniSwiper .miniSwiper-scrollbar-drag:focus:after,
    #body section.collectionTool #selectionMiniSwiper .swiper-scrollbar-drag:active:after,
    #body section.collectionTool #selectionMiniSwiper .swiper-scrollbar-drag:hover:after,
    #body section.collectionTool #selectionMiniSwiper .swiper-scrollbar-drag:focus:after,
    #body section.searchByBooks #searchSwiper .miniSwiper-scrollbar-drag:active:after,
    #body section.searchByBooks #searchSwiper .miniSwiper-scrollbar-drag:hover:after,
    #body section.searchByBooks #searchSwiper .miniSwiper-scrollbar-drag:focus:after,
    #body section.searchByBooks #searchSwiper .swiper-scrollbar-drag:active:after,
    #body section.searchByBooks #searchSwiper .swiper-scrollbar-drag:hover:after,
    #body section.searchByBooks #searchSwiper .swiper-scrollbar-drag:focus:after,
    #body section.searchByBooks #selectionSwiper .miniSwiper-scrollbar-drag:active:after,
    #body section.searchByBooks #selectionSwiper .miniSwiper-scrollbar-drag:hover:after,
    #body section.searchByBooks #selectionSwiper .miniSwiper-scrollbar-drag:focus:after,
    #body section.searchByBooks #selectionSwiper .swiper-scrollbar-drag:active:after,
    #body section.searchByBooks #selectionSwiper .swiper-scrollbar-drag:hover:after,
    #body section.searchByBooks #selectionSwiper .swiper-scrollbar-drag:focus:after,
    #body section.searchByBooks #selectionMiniSwiper .miniSwiper-scrollbar-drag:active:after,
    #body section.searchByBooks #selectionMiniSwiper .miniSwiper-scrollbar-drag:hover:after,
    #body section.searchByBooks #selectionMiniSwiper .miniSwiper-scrollbar-drag:focus:after,
    #body section.searchByBooks #selectionMiniSwiper .swiper-scrollbar-drag:active:after,
    #body section.searchByBooks #selectionMiniSwiper .swiper-scrollbar-drag:hover:after,
    #body section.searchByBooks #selectionMiniSwiper .swiper-scrollbar-drag:focus:after {
      -webkit-box-shadow: 0 0 0 1px #232323;
              box-shadow: 0 0 0 1px #232323; }

#body section.collectionTool #searchSwiper .miniSwiper-navigation,
#body section.collectionTool #searchSwiper .swiper-navigation, #body section.collectionTool #selectionSwiper .miniSwiper-navigation,
#body section.collectionTool #selectionSwiper .swiper-navigation, #body section.collectionTool #selectionMiniSwiper .miniSwiper-navigation,
#body section.collectionTool #selectionMiniSwiper .swiper-navigation,
#body section.searchByBooks #searchSwiper .miniSwiper-navigation,
#body section.searchByBooks #searchSwiper .swiper-navigation,
#body section.searchByBooks #selectionSwiper .miniSwiper-navigation,
#body section.searchByBooks #selectionSwiper .swiper-navigation,
#body section.searchByBooks #selectionMiniSwiper .miniSwiper-navigation,
#body section.searchByBooks #selectionMiniSwiper .swiper-navigation {
  position: absolute;
  bottom: 15px;
  right: 0;
  width: 20px;
  height: 50px;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  #body section.collectionTool #searchSwiper .miniSwiper-navigation .tootal-icon,
  #body section.collectionTool #searchSwiper .swiper-navigation .tootal-icon, #body section.collectionTool #selectionSwiper .miniSwiper-navigation .tootal-icon,
  #body section.collectionTool #selectionSwiper .swiper-navigation .tootal-icon, #body section.collectionTool #selectionMiniSwiper .miniSwiper-navigation .tootal-icon,
  #body section.collectionTool #selectionMiniSwiper .swiper-navigation .tootal-icon,
  #body section.searchByBooks #searchSwiper .miniSwiper-navigation .tootal-icon,
  #body section.searchByBooks #searchSwiper .swiper-navigation .tootal-icon,
  #body section.searchByBooks #selectionSwiper .miniSwiper-navigation .tootal-icon,
  #body section.searchByBooks #selectionSwiper .swiper-navigation .tootal-icon,
  #body section.searchByBooks #selectionMiniSwiper .miniSwiper-navigation .tootal-icon,
  #body section.searchByBooks #selectionMiniSwiper .swiper-navigation .tootal-icon {
    width: 100%;
    height: 100%; }
  #body section.collectionTool #searchSwiper .miniSwiper-navigation-prev, #body section.collectionTool #searchSwiper .miniSwiper-navigation-next,
  #body section.collectionTool #searchSwiper .swiper-navigation-prev,
  #body section.collectionTool #searchSwiper .swiper-navigation-next, #body section.collectionTool #selectionSwiper .miniSwiper-navigation-prev, #body section.collectionTool #selectionSwiper .miniSwiper-navigation-next,
  #body section.collectionTool #selectionSwiper .swiper-navigation-prev,
  #body section.collectionTool #selectionSwiper .swiper-navigation-next, #body section.collectionTool #selectionMiniSwiper .miniSwiper-navigation-prev, #body section.collectionTool #selectionMiniSwiper .miniSwiper-navigation-next,
  #body section.collectionTool #selectionMiniSwiper .swiper-navigation-prev,
  #body section.collectionTool #selectionMiniSwiper .swiper-navigation-next,
  #body section.searchByBooks #searchSwiper .miniSwiper-navigation-prev,
  #body section.searchByBooks #searchSwiper .miniSwiper-navigation-next,
  #body section.searchByBooks #searchSwiper .swiper-navigation-prev,
  #body section.searchByBooks #searchSwiper .swiper-navigation-next,
  #body section.searchByBooks #selectionSwiper .miniSwiper-navigation-prev,
  #body section.searchByBooks #selectionSwiper .miniSwiper-navigation-next,
  #body section.searchByBooks #selectionSwiper .swiper-navigation-prev,
  #body section.searchByBooks #selectionSwiper .swiper-navigation-next,
  #body section.searchByBooks #selectionMiniSwiper .miniSwiper-navigation-prev,
  #body section.searchByBooks #selectionMiniSwiper .miniSwiper-navigation-next,
  #body section.searchByBooks #selectionMiniSwiper .swiper-navigation-prev,
  #body section.searchByBooks #selectionMiniSwiper .swiper-navigation-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    outline: none !important;
    cursor: pointer;
    color: #979797; }
    #body section.collectionTool #searchSwiper .miniSwiper-navigation-prev:hover, #body section.collectionTool #searchSwiper .miniSwiper-navigation-next:hover,
    #body section.collectionTool #searchSwiper .swiper-navigation-prev:hover,
    #body section.collectionTool #searchSwiper .swiper-navigation-next:hover, #body section.collectionTool #selectionSwiper .miniSwiper-navigation-prev:hover, #body section.collectionTool #selectionSwiper .miniSwiper-navigation-next:hover,
    #body section.collectionTool #selectionSwiper .swiper-navigation-prev:hover,
    #body section.collectionTool #selectionSwiper .swiper-navigation-next:hover, #body section.collectionTool #selectionMiniSwiper .miniSwiper-navigation-prev:hover, #body section.collectionTool #selectionMiniSwiper .miniSwiper-navigation-next:hover,
    #body section.collectionTool #selectionMiniSwiper .swiper-navigation-prev:hover,
    #body section.collectionTool #selectionMiniSwiper .swiper-navigation-next:hover,
    #body section.searchByBooks #searchSwiper .miniSwiper-navigation-prev:hover,
    #body section.searchByBooks #searchSwiper .miniSwiper-navigation-next:hover,
    #body section.searchByBooks #searchSwiper .swiper-navigation-prev:hover,
    #body section.searchByBooks #searchSwiper .swiper-navigation-next:hover,
    #body section.searchByBooks #selectionSwiper .miniSwiper-navigation-prev:hover,
    #body section.searchByBooks #selectionSwiper .miniSwiper-navigation-next:hover,
    #body section.searchByBooks #selectionSwiper .swiper-navigation-prev:hover,
    #body section.searchByBooks #selectionSwiper .swiper-navigation-next:hover,
    #body section.searchByBooks #selectionMiniSwiper .miniSwiper-navigation-prev:hover,
    #body section.searchByBooks #selectionMiniSwiper .miniSwiper-navigation-next:hover,
    #body section.searchByBooks #selectionMiniSwiper .swiper-navigation-prev:hover,
    #body section.searchByBooks #selectionMiniSwiper .swiper-navigation-next:hover {
      color: #232323; }
    #body section.collectionTool #searchSwiper .miniSwiper-navigation-prev.swiper-button-disabled, #body section.collectionTool #searchSwiper .miniSwiper-navigation-next.swiper-button-disabled,
    #body section.collectionTool #searchSwiper .swiper-navigation-prev.swiper-button-disabled,
    #body section.collectionTool #searchSwiper .swiper-navigation-next.swiper-button-disabled, #body section.collectionTool #selectionSwiper .miniSwiper-navigation-prev.swiper-button-disabled, #body section.collectionTool #selectionSwiper .miniSwiper-navigation-next.swiper-button-disabled,
    #body section.collectionTool #selectionSwiper .swiper-navigation-prev.swiper-button-disabled,
    #body section.collectionTool #selectionSwiper .swiper-navigation-next.swiper-button-disabled, #body section.collectionTool #selectionMiniSwiper .miniSwiper-navigation-prev.swiper-button-disabled, #body section.collectionTool #selectionMiniSwiper .miniSwiper-navigation-next.swiper-button-disabled,
    #body section.collectionTool #selectionMiniSwiper .swiper-navigation-prev.swiper-button-disabled,
    #body section.collectionTool #selectionMiniSwiper .swiper-navigation-next.swiper-button-disabled,
    #body section.searchByBooks #searchSwiper .miniSwiper-navigation-prev.swiper-button-disabled,
    #body section.searchByBooks #searchSwiper .miniSwiper-navigation-next.swiper-button-disabled,
    #body section.searchByBooks #searchSwiper .swiper-navigation-prev.swiper-button-disabled,
    #body section.searchByBooks #searchSwiper .swiper-navigation-next.swiper-button-disabled,
    #body section.searchByBooks #selectionSwiper .miniSwiper-navigation-prev.swiper-button-disabled,
    #body section.searchByBooks #selectionSwiper .miniSwiper-navigation-next.swiper-button-disabled,
    #body section.searchByBooks #selectionSwiper .swiper-navigation-prev.swiper-button-disabled,
    #body section.searchByBooks #selectionSwiper .swiper-navigation-next.swiper-button-disabled,
    #body section.searchByBooks #selectionMiniSwiper .miniSwiper-navigation-prev.swiper-button-disabled,
    #body section.searchByBooks #selectionMiniSwiper .miniSwiper-navigation-next.swiper-button-disabled,
    #body section.searchByBooks #selectionMiniSwiper .swiper-navigation-prev.swiper-button-disabled,
    #body section.searchByBooks #selectionMiniSwiper .swiper-navigation-next.swiper-button-disabled {
      opacity: .5;
      pointer-events: none; }

#body section.collectionTool #searchSwiper ul, #body section.collectionTool #selectionSwiper ul, #body section.collectionTool #selectionMiniSwiper ul,
#body section.searchByBooks #searchSwiper ul,
#body section.searchByBooks #selectionSwiper ul,
#body section.searchByBooks #selectionMiniSwiper ul {
  list-style: none;
  margin: 0;
  padding-left: 0; }

#body section.collectionTool #searchSwiper .shadeWrap .shade, #body section.collectionTool #selectionSwiper .shadeWrap .shade, #body section.collectionTool #selectionMiniSwiper .shadeWrap .shade,
#body section.searchByBooks #searchSwiper .shadeWrap .shade,
#body section.searchByBooks #selectionSwiper .shadeWrap .shade,
#body section.searchByBooks #selectionMiniSwiper .shadeWrap .shade {
  -webkit-transition: all 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
  transition: all 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  margin: 10px;
  position: relative; }
  #body section.collectionTool #searchSwiper .shadeWrap .shade .overlayWrap, #body section.collectionTool #selectionSwiper .shadeWrap .shade .overlayWrap, #body section.collectionTool #selectionMiniSwiper .shadeWrap .shade .overlayWrap,
  #body section.searchByBooks #searchSwiper .shadeWrap .shade .overlayWrap,
  #body section.searchByBooks #selectionSwiper .shadeWrap .shade .overlayWrap,
  #body section.searchByBooks #selectionMiniSwiper .shadeWrap .shade .overlayWrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
    pointer-events: none; }
  #body section.collectionTool #searchSwiper .shadeWrap .shade:hover, #body section.collectionTool #searchSwiper .shadeWrap .shade.hover, #body section.collectionTool #selectionSwiper .shadeWrap .shade:hover, #body section.collectionTool #selectionSwiper .shadeWrap .shade.hover, #body section.collectionTool #selectionMiniSwiper .shadeWrap .shade:hover, #body section.collectionTool #selectionMiniSwiper .shadeWrap .shade.hover,
  #body section.searchByBooks #searchSwiper .shadeWrap .shade:hover,
  #body section.searchByBooks #searchSwiper .shadeWrap .shade.hover,
  #body section.searchByBooks #selectionSwiper .shadeWrap .shade:hover,
  #body section.searchByBooks #selectionSwiper .shadeWrap .shade.hover,
  #body section.searchByBooks #selectionMiniSwiper .shadeWrap .shade:hover,
  #body section.searchByBooks #selectionMiniSwiper .shadeWrap .shade.hover {
    -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.35);
            box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.35);
    margin: 5px; }
    #body section.collectionTool #searchSwiper .shadeWrap .shade:hover .overlayWrap, #body section.collectionTool #searchSwiper .shadeWrap .shade.hover .overlayWrap, #body section.collectionTool #selectionSwiper .shadeWrap .shade:hover .overlayWrap, #body section.collectionTool #selectionSwiper .shadeWrap .shade.hover .overlayWrap, #body section.collectionTool #selectionMiniSwiper .shadeWrap .shade:hover .overlayWrap, #body section.collectionTool #selectionMiniSwiper .shadeWrap .shade.hover .overlayWrap,
    #body section.searchByBooks #searchSwiper .shadeWrap .shade:hover .overlayWrap,
    #body section.searchByBooks #searchSwiper .shadeWrap .shade.hover .overlayWrap,
    #body section.searchByBooks #selectionSwiper .shadeWrap .shade:hover .overlayWrap,
    #body section.searchByBooks #selectionSwiper .shadeWrap .shade.hover .overlayWrap,
    #body section.searchByBooks #selectionMiniSwiper .shadeWrap .shade:hover .overlayWrap,
    #body section.searchByBooks #selectionMiniSwiper .shadeWrap .shade.hover .overlayWrap {
      pointer-events: auto; }
    #body section.collectionTool #searchSwiper .shadeWrap .shade:hover .overlay, #body section.collectionTool #searchSwiper .shadeWrap .shade.hover .overlay, #body section.collectionTool #selectionSwiper .shadeWrap .shade:hover .overlay, #body section.collectionTool #selectionSwiper .shadeWrap .shade.hover .overlay, #body section.collectionTool #selectionMiniSwiper .shadeWrap .shade:hover .overlay, #body section.collectionTool #selectionMiniSwiper .shadeWrap .shade.hover .overlay,
    #body section.searchByBooks #searchSwiper .shadeWrap .shade:hover .overlay,
    #body section.searchByBooks #searchSwiper .shadeWrap .shade.hover .overlay,
    #body section.searchByBooks #selectionSwiper .shadeWrap .shade:hover .overlay,
    #body section.searchByBooks #selectionSwiper .shadeWrap .shade.hover .overlay,
    #body section.searchByBooks #selectionMiniSwiper .shadeWrap .shade:hover .overlay,
    #body section.searchByBooks #selectionMiniSwiper .shadeWrap .shade.hover .overlay {
      opacity: 1; }

#body section.collectionTool #searchSwiper .shadeWrap .checkbox, #body section.collectionTool #selectionSwiper .shadeWrap .checkbox, #body section.collectionTool #selectionMiniSwiper .shadeWrap .checkbox,
#body section.searchByBooks #searchSwiper .shadeWrap .checkbox,
#body section.searchByBooks #selectionSwiper .shadeWrap .checkbox,
#body section.searchByBooks #selectionMiniSwiper .shadeWrap .checkbox {
  cursor: pointer;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 14px;
  height: 14px;
  border: 1px solid #B7B7B7;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06); }
  #body section.collectionTool #searchSwiper .shadeWrap .checkbox .svg, #body section.collectionTool #selectionSwiper .shadeWrap .checkbox .svg, #body section.collectionTool #selectionMiniSwiper .shadeWrap .checkbox .svg,
  #body section.searchByBooks #searchSwiper .shadeWrap .checkbox .svg,
  #body section.searchByBooks #selectionSwiper .shadeWrap .checkbox .svg,
  #body section.searchByBooks #selectionMiniSwiper .shadeWrap .checkbox .svg {
    display: none;
    width: 40px;
    height: 34px;
    position: absolute;
    left: -7px;
    top: -13px; }
  #body section.collectionTool #searchSwiper .shadeWrap .checkbox:after, #body section.collectionTool #selectionSwiper .shadeWrap .checkbox:after, #body section.collectionTool #selectionMiniSwiper .shadeWrap .checkbox:after,
  #body section.searchByBooks #searchSwiper .shadeWrap .checkbox:after,
  #body section.searchByBooks #selectionSwiper .shadeWrap .checkbox:after,
  #body section.searchByBooks #selectionMiniSwiper .shadeWrap .checkbox:after {
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px; }

#body section.collectionTool #searchSwiper .shadeWrap .overlay, #body section.collectionTool #selectionSwiper .shadeWrap .overlay, #body section.collectionTool #selectionMiniSwiper .shadeWrap .overlay,
#body section.searchByBooks #searchSwiper .shadeWrap .overlay,
#body section.searchByBooks #selectionSwiper .shadeWrap .overlay,
#body section.searchByBooks #selectionMiniSwiper .shadeWrap .overlay {
  position: absolute;
  left: 23px;
  right: 23px;
  bottom: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-transition: all 0.35s cubic-bezier(0.17, 0.67, 0.16, 0.99);
  transition: all 0.35s cubic-bezier(0.17, 0.67, 0.16, 0.99);
  opacity: 0; }
  #body section.collectionTool #searchSwiper .shadeWrap .overlay .shadeButtonDiv, #body section.collectionTool #selectionSwiper .shadeWrap .overlay .shadeButtonDiv, #body section.collectionTool #selectionMiniSwiper .shadeWrap .overlay .shadeButtonDiv,
  #body section.searchByBooks #searchSwiper .shadeWrap .overlay .shadeButtonDiv,
  #body section.searchByBooks #selectionSwiper .shadeWrap .overlay .shadeButtonDiv,
  #body section.searchByBooks #selectionMiniSwiper .shadeWrap .overlay .shadeButtonDiv {
    display: none; }
  #body section.collectionTool #searchSwiper .shadeWrap .overlay a, #body section.collectionTool #searchSwiper .shadeWrap .overlay .zoomResult, #body section.collectionTool #selectionSwiper .shadeWrap .overlay a, #body section.collectionTool #selectionSwiper .shadeWrap .overlay .zoomResult, #body section.collectionTool #selectionMiniSwiper .shadeWrap .overlay a, #body section.collectionTool #selectionMiniSwiper .shadeWrap .overlay .zoomResult,
  #body section.searchByBooks #searchSwiper .shadeWrap .overlay a,
  #body section.searchByBooks #searchSwiper .shadeWrap .overlay .zoomResult,
  #body section.searchByBooks #selectionSwiper .shadeWrap .overlay a,
  #body section.searchByBooks #selectionSwiper .shadeWrap .overlay .zoomResult,
  #body section.searchByBooks #selectionMiniSwiper .shadeWrap .overlay a,
  #body section.searchByBooks #selectionMiniSwiper .shadeWrap .overlay .zoomResult {
    display: block;
    width: 34px;
    height: 34px;
    background-color: #2A2A2A;
    cursor: pointer;
    color: #fff;
    line-height: 34px;
    text-align: center; }
    #body section.collectionTool #searchSwiper .shadeWrap .overlay a .tootal-icon, #body section.collectionTool #searchSwiper .shadeWrap .overlay .zoomResult .tootal-icon, #body section.collectionTool #selectionSwiper .shadeWrap .overlay a .tootal-icon, #body section.collectionTool #selectionSwiper .shadeWrap .overlay .zoomResult .tootal-icon, #body section.collectionTool #selectionMiniSwiper .shadeWrap .overlay a .tootal-icon, #body section.collectionTool #selectionMiniSwiper .shadeWrap .overlay .zoomResult .tootal-icon,
    #body section.searchByBooks #searchSwiper .shadeWrap .overlay a .tootal-icon,
    #body section.searchByBooks #searchSwiper .shadeWrap .overlay .zoomResult .tootal-icon,
    #body section.searchByBooks #selectionSwiper .shadeWrap .overlay a .tootal-icon,
    #body section.searchByBooks #selectionSwiper .shadeWrap .overlay .zoomResult .tootal-icon,
    #body section.searchByBooks #selectionMiniSwiper .shadeWrap .overlay a .tootal-icon,
    #body section.searchByBooks #selectionMiniSwiper .shadeWrap .overlay .zoomResult .tootal-icon {
      vertical-align: text-bottom;
      margin-bottom: -1px; }
  #body section.collectionTool #searchSwiper .shadeWrap .overlay .zoomResult a, #body section.collectionTool #selectionSwiper .shadeWrap .overlay .zoomResult a, #body section.collectionTool #selectionMiniSwiper .shadeWrap .overlay .zoomResult a,
  #body section.searchByBooks #searchSwiper .shadeWrap .overlay .zoomResult a,
  #body section.searchByBooks #selectionSwiper .shadeWrap .overlay .zoomResult a,
  #body section.searchByBooks #selectionMiniSwiper .shadeWrap .overlay .zoomResult a {
    width: 0;
    height: 0; }

#body section.collectionTool #searchSwiper .shadeWrap.selected .checkbox, #body section.collectionTool #selectionSwiper .shadeWrap.selected .checkbox, #body section.collectionTool #selectionMiniSwiper .shadeWrap.selected .checkbox,
#body section.searchByBooks #searchSwiper .shadeWrap.selected .checkbox,
#body section.searchByBooks #selectionSwiper .shadeWrap.selected .checkbox,
#body section.searchByBooks #selectionMiniSwiper .shadeWrap.selected .checkbox {
  height: 18px;
  width: 18px;
  left: 5px;
  top: 5px;
  border: 1px solid #000000;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06); }
  #body section.collectionTool #searchSwiper .shadeWrap.selected .checkbox .svg, #body section.collectionTool #selectionSwiper .shadeWrap.selected .checkbox .svg, #body section.collectionTool #selectionMiniSwiper .shadeWrap.selected .checkbox .svg,
  #body section.searchByBooks #searchSwiper .shadeWrap.selected .checkbox .svg,
  #body section.searchByBooks #selectionSwiper .shadeWrap.selected .checkbox .svg,
  #body section.searchByBooks #selectionMiniSwiper .shadeWrap.selected .checkbox .svg {
    display: block; }

#body section.collectionTool #searchSwiper .shadeWrap .promoLabel, #body section.collectionTool #selectionSwiper .shadeWrap .promoLabel, #body section.collectionTool #selectionMiniSwiper .shadeWrap .promoLabel,
#body section.searchByBooks #searchSwiper .shadeWrap .promoLabel,
#body section.searchByBooks #selectionSwiper .shadeWrap .promoLabel,
#body section.searchByBooks #selectionMiniSwiper .shadeWrap .promoLabel {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: -6px;
  width: 85px;
  height: 30px; }

#body section.collectionTool #searchSwiper .shadeWrap .discountLabel, #body section.collectionTool #selectionSwiper .shadeWrap .discountLabel, #body section.collectionTool #selectionMiniSwiper .shadeWrap .discountLabel,
#body section.searchByBooks #searchSwiper .shadeWrap .discountLabel,
#body section.searchByBooks #selectionSwiper .shadeWrap .discountLabel,
#body section.searchByBooks #selectionMiniSwiper .shadeWrap .discountLabel {
  position: absolute;
  top: 25%;
  margin-top: -15px;
  left: -6px;
  width: 85px;
  height: 30px; }

#body section.collectionTool #searchSwiper .shadeWrap .sustainableIcon, #body section.collectionTool #selectionSwiper .shadeWrap .sustainableIcon, #body section.collectionTool #selectionMiniSwiper .shadeWrap .sustainableIcon,
#body section.searchByBooks #searchSwiper .shadeWrap .sustainableIcon,
#body section.searchByBooks #selectionSwiper .shadeWrap .sustainableIcon,
#body section.searchByBooks #selectionMiniSwiper .shadeWrap .sustainableIcon {
  position: absolute;
  top: 15%;
  margin-top: -15px;
  right: 10px; }

#body section.collectionTool #searchSwiper ul,
#body section.searchByBooks #searchSwiper ul {
  padding: 0 10px; }

#body section.collectionTool #searchSwiper .shadeWrap,
#body section.searchByBooks #searchSwiper .shadeWrap {
  width: calc(99.9% / 3);
  float: left; }

#body section.collectionTool #searchSwiper ul .shadeWrap.active .shade, #body section.collectionTool #selectionSwiper ul .shadeWrap.active .shade, #body section.collectionTool #selectionMiniSwiper ul .shadeWrap.active .shade,
#body section.searchByBooks #searchSwiper ul .shadeWrap.active .shade,
#body section.searchByBooks #selectionSwiper ul .shadeWrap.active .shade,
#body section.searchByBooks #selectionMiniSwiper ul .shadeWrap.active .shade {
  position: relative; }
  #body section.collectionTool #searchSwiper ul .shadeWrap.active .shade:before, #body section.collectionTool #selectionSwiper ul .shadeWrap.active .shade:before, #body section.collectionTool #selectionMiniSwiper ul .shadeWrap.active .shade:before,
  #body section.searchByBooks #searchSwiper ul .shadeWrap.active .shade:before,
  #body section.searchByBooks #selectionSwiper ul .shadeWrap.active .shade:before,
  #body section.searchByBooks #selectionMiniSwiper ul .shadeWrap.active .shade:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 5px solid white;
    -webkit-box-shadow: inset 0 0 15px rgba(35, 35, 35, 0.1);
            box-shadow: inset 0 0 15px rgba(35, 35, 35, 0.1); }

#body section.collectionTool #selectionSwiper .swiper-wrapper, #body section.collectionTool #selectionMiniSwiper .swiper-wrapper,
#body section.searchByBooks #selectionSwiper .swiper-wrapper,
#body section.searchByBooks #selectionMiniSwiper .swiper-wrapper {
  padding-right: 30px; }

#body section.collectionTool #selectionSwiper ul, #body section.collectionTool #selectionMiniSwiper ul,
#body section.searchByBooks #selectionSwiper ul,
#body section.searchByBooks #selectionMiniSwiper ul {
  width: calc(100% / 3);
  -webkit-padding-start: 0;
     -moz-padding-start: 0;
          padding-inline-start: 0; }
  #body section.collectionTool #selectionSwiper ul:nth-child(3n-2), #body section.collectionTool #selectionMiniSwiper ul:nth-child(3n-2),
  #body section.searchByBooks #selectionSwiper ul:nth-child(3n-2),
  #body section.searchByBooks #selectionMiniSwiper ul:nth-child(3n-2) {
    margin-left: 10px; }
  #body section.collectionTool #selectionSwiper ul:nth-child(3n), #body section.collectionTool #selectionMiniSwiper ul:nth-child(3n),
  #body section.searchByBooks #selectionSwiper ul:nth-child(3n),
  #body section.searchByBooks #selectionMiniSwiper ul:nth-child(3n) {
    margin-right: 10px; }
  #body section.collectionTool #selectionSwiper ul .shadeWrap.active.selected .shade .checkbox, #body section.collectionTool #selectionMiniSwiper ul .shadeWrap.active.selected .shade .checkbox,
  #body section.searchByBooks #selectionSwiper ul .shadeWrap.active.selected .shade .checkbox,
  #body section.searchByBooks #selectionMiniSwiper ul .shadeWrap.active.selected .shade .checkbox {
    left: 10px;
    top: 10px; }

#body section.collectionTool #searchSwiper .shadeWrap .shade .articleNumber, #body section.collectionTool #selectionSwiper .shadeWrap .shade .articleNumber,
#body section.searchByBooks #searchSwiper .shadeWrap .shade .articleNumber,
#body section.searchByBooks #selectionSwiper .shadeWrap .shade .articleNumber {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: 1px solid #979797;
  border-radius: 11px;
  line-height: 20px;
  height: 22px;
  font-family: lora,serif;
  color: #595959;
  padding: 0 10px;
  white-space: nowrap;
  font-size: 13px; }

#body section.collectionTool #searchSwiper .shadeWrap.active .shade, #body section.collectionTool #selectionSwiper .shadeWrap.active .shade,
#body section.searchByBooks #searchSwiper .shadeWrap.active .shade,
#body section.searchByBooks #selectionSwiper .shadeWrap.active .shade {
  -webkit-box-shadow: 0 0 0 10px #fff, 0 3px 10px 13px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 0 10px #fff, 0 3px 10px 13px rgba(0, 0, 0, 0.4); }
  #body section.collectionTool #searchSwiper .shadeWrap.active .shade .articleNumber, #body section.collectionTool #selectionSwiper .shadeWrap.active .shade .articleNumber,
  #body section.searchByBooks #searchSwiper .shadeWrap.active .shade .articleNumber,
  #body section.searchByBooks #selectionSwiper .shadeWrap.active .shade .articleNumber {
    background-color: #DE483B;
    border-color: #DE483B;
    color: #fff; }

#body section.collectionTool #selectionMiniSwiper .shadeWrap .shade .articleNumber,
#body section.searchByBooks #selectionMiniSwiper .shadeWrap .shade .articleNumber {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: 1px solid #979797;
  border-radius: 9px;
  line-height: 16px;
  height: 18px;
  font-family: lora,serif;
  color: #595959;
  padding: 0 5px;
  white-space: nowrap;
  font-size: 11px; }

#body section.collectionTool #selectionMiniSwiper .shadeWrap.active .shade,
#body section.searchByBooks #selectionMiniSwiper .shadeWrap.active .shade {
  -webkit-box-shadow: 0 0 0 5px #fff, 0 3px 10px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0 5px #fff, 0 3px 10px 5px rgba(0, 0, 0, 0.2); }
  #body section.collectionTool #selectionMiniSwiper .shadeWrap.active .shade .articleNumber,
  #body section.searchByBooks #selectionMiniSwiper .shadeWrap.active .shade .articleNumber {
    background-color: #DE483B;
    border-color: #DE483B;
    color: #fff; }

#body section.collectionTool .selectionMiniSwiper__wrapper,
#body section.searchByBooks .selectionMiniSwiper__wrapper {
  width: 120px;
  position: absolute;
  right: 100%; }
  #body section.collectionTool .selectionMiniSwiper__wrapper .miniSwiper-navigation,
  #body section.searchByBooks .selectionMiniSwiper__wrapper .miniSwiper-navigation {
    position: absolute;
    left: calc(50% - 25px);
    width: 50px;
    height: 30px;
    text-align: center;
    line-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #body section.collectionTool .selectionMiniSwiper__wrapper .miniSwiper-navigation--top,
    #body section.searchByBooks .selectionMiniSwiper__wrapper .miniSwiper-navigation--top {
      bottom: 100%; }
    #body section.collectionTool .selectionMiniSwiper__wrapper .miniSwiper-navigation--bottom,
    #body section.searchByBooks .selectionMiniSwiper__wrapper .miniSwiper-navigation--bottom {
      top: 100%; }
    #body section.collectionTool .selectionMiniSwiper__wrapper .miniSwiper-navigation-next, #body section.collectionTool .selectionMiniSwiper__wrapper .miniSwiper-navigation-prev,
    #body section.searchByBooks .selectionMiniSwiper__wrapper .miniSwiper-navigation-next,
    #body section.searchByBooks .selectionMiniSwiper__wrapper .miniSwiper-navigation-prev {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      outline: none !important;
      color: #232323; }
      #body section.collectionTool .selectionMiniSwiper__wrapper .miniSwiper-navigation-next:hover, #body section.collectionTool .selectionMiniSwiper__wrapper .miniSwiper-navigation-prev:hover,
      #body section.searchByBooks .selectionMiniSwiper__wrapper .miniSwiper-navigation-next:hover,
      #body section.searchByBooks .selectionMiniSwiper__wrapper .miniSwiper-navigation-prev:hover {
        cursor: pointer;
        color: #232323; }
      #body section.collectionTool .selectionMiniSwiper__wrapper .miniSwiper-navigation-next.swiper-button-disabled, #body section.collectionTool .selectionMiniSwiper__wrapper .miniSwiper-navigation-prev.swiper-button-disabled,
      #body section.searchByBooks .selectionMiniSwiper__wrapper .miniSwiper-navigation-next.swiper-button-disabled,
      #body section.searchByBooks .selectionMiniSwiper__wrapper .miniSwiper-navigation-prev.swiper-button-disabled {
        opacity: .5;
        pointer-events: none; }

#body section.collectionTool #selectionMiniSwiper.swiper-container,
#body section.searchByBooks #selectionMiniSwiper.swiper-container {
  width: 120px; }

#body section.collectionTool #selectionMiniSwiper .swiper-wrapper,
#body section.searchByBooks #selectionMiniSwiper .swiper-wrapper {
  padding-right: 0; }

#body section.collectionTool #selectionMiniSwiper ul,
#body section.searchByBooks #selectionMiniSwiper ul {
  width: 100%;
  margin: 0 !important; }

#body section.collectionTool #shadeCardTarget,
#body section.searchByBooks #shadeCardTarget {
  min-height: 600px; }
  #body section.collectionTool #shadeCardTarget #shadeCardViewHeader #infoLink,
  #body section.searchByBooks #shadeCardTarget #shadeCardViewHeader #infoLink {
    color: #de483b; }

#body section.collectionTool .cards,
#body section.searchByBooks .cards {
  color: #2c2c2c; }
  #body section.collectionTool .cards__header strong,
  #body section.searchByBooks .cards__header strong {
    font-family: "Lora", serif;
    font-size: 18px; }
  #body section.collectionTool .cards__pagination,
  #body section.searchByBooks .cards__pagination {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    #body section.collectionTool .cards__pagination > div, #body section.collectionTool .cards__pagination > span,
    #body section.searchByBooks .cards__pagination > div,
    #body section.searchByBooks .cards__pagination > span {
      display: inline-block; }
    #body section.collectionTool .cards__pagination > span,
    #body section.searchByBooks .cards__pagination > span {
      font-size: 14px;
      color: #2c2c2c; }
    #body section.collectionTool .cards__pagination > .cards__controls,
    #body section.searchByBooks .cards__pagination > .cards__controls {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row;
              flex-flow: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: 20px; }
      #body section.collectionTool .cards__pagination > .cards__controls .cards__fraction,
      #body section.searchByBooks .cards__pagination > .cards__controls .cards__fraction {
        margin: 0 30px;
        font-size: 20px;
        font-family: "Lora", serif;
        line-height: 24px; }
      #body section.collectionTool .cards__pagination > .cards__controls [role="button"],
      #body section.searchByBooks .cards__pagination > .cards__controls [role="button"] {
        outline: none !important;
        cursor: pointer; }
  #body section.collectionTool .cards__prev, #body section.collectionTool .cards__next,
  #body section.searchByBooks .cards__prev,
  #body section.searchByBooks .cards__next {
    cursor: pointer; }
  #body section.collectionTool .cards__page,
  #body section.searchByBooks .cards__page {
    font-family: "Lora", serif;
    font-size: 18px;
    margin: 0 15px; }
  #body section.collectionTool .cards__preview,
  #body section.searchByBooks .cards__preview {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    overflow: hidden;
    margin-top: 15px;
    border: 5px solid #fff; }
    #body section.collectionTool .cards__preview > div,
    #body section.searchByBooks .cards__preview > div {
      cursor: -webkit-grab;
      cursor: grab; }
      #body section.collectionTool .cards__preview > div:active,
      #body section.searchByBooks .cards__preview > div:active {
        cursor: move; }

#body section.collectionTool .shadeCardView[data-pages="1"] .cards__preview > div,
#body section.searchByBooks .shadeCardView[data-pages="1"] .cards__preview > div {
  cursor: default; }
  #body section.collectionTool .shadeCardView[data-pages="1"] .cards__preview > div:active,
  #body section.searchByBooks .shadeCardView[data-pages="1"] .cards__preview > div:active {
    cursor: default; }

#body .searchByFilter,
#body .searchByBook {
  padding-top: 30px;
  padding-bottom: 100px; }
  #body .searchByFilter__title,
  #body .searchByBook__title {
    font-size: 36px;
    font-family: "Lora", serif;
    line-height: 44px;
    text-align: center;
    margin-bottom: 90px; }

#body .searchByBook .wrapper {
  color: inherit;
  text-decoration: none; }
  #body .searchByBook .wrapper:hover {
    color: inherit;
    text-decoration: none; }

#body .searchByBook__description {
  -webkit-transition: all 0.4s cubic-bezier(0.17, 0.67, 0.16, 0.99);
  transition: all 0.4s cubic-bezier(0.17, 0.67, 0.16, 0.99);
  text-align: center;
  -webkit-transform: scale(0.75) translateY(-100%);
          transform: scale(0.75) translateY(-100%);
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  opacity: 0; }
  #body .searchByBook__description button {
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

#body .searchByBook__bookTitle {
  margin-top: auto;
  margin-bottom: auto;
  font-family: "Lora", serif; }

#body .searchByBook__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: "Lora", serif;
  font-size: 16px; }
  #body .searchByBook__controls [role="button"] {
    cursor: pointer;
    outline: none !important; }
  #body .searchByBook__controls .swiper-pagination-fraction {
    width: auto;
    padding: 0 20px; }
  #body .searchByBook__controls.shadeCardControls {
    position: relative;
    z-index: 99;
    margin-bottom: 0; }

#body .searchByBook__bookDescription {
  text-align: center;
  font-size: 13px;
  margin-bottom: 20px; }

#body .searchByBook #selectionMiniSwiper .swiper-slide,
#body .searchByBooks #selectionMiniSwiper .swiper-slide {
  -webkit-transform: none;
          transform: none;
  opacity: 1; }
  #body .searchByBook #selectionMiniSwiper .swiper-slide img,
  #body .searchByBooks #selectionMiniSwiper .swiper-slide img {
    -webkit-transform: none;
            transform: none;
    z-index: -1; }
  #body .searchByBook #selectionMiniSwiper .swiper-slide .shadeWrap,
  #body .searchByBooks #selectionMiniSwiper .swiper-slide .shadeWrap {
    cursor: default; }

#body .searchByBook .swiper-container,
#body .searchByBooks .swiper-container {
  width: calc(100% / 3 * 4);
  max-width: calc(100% - 40px);
  position: relative; }
  #body .searchByBook .swiper-container-pagination-fraction,
  #body .searchByBooks .swiper-container-pagination-fraction {
    width: auto;
    bottom: auto;
    margin-left: 40px;
    margin-right: 40px; }
  #body .searchByBook .swiper-container .swiper-slide,
  #body .searchByBooks .swiper-container .swiper-slide {
    width: 25%;
    -webkit-transition: all 0.4s cubic-bezier(0.17, 0.67, 0.16, 0.99);
    transition: all 0.4s cubic-bezier(0.17, 0.67, 0.16, 0.99);
    opacity: 1;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    @media (min-width: 992px) {
      #body .searchByBook .swiper-container .swiper-slide,
      #body .searchByBooks .swiper-container .swiper-slide {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }
    #body .searchByBook .swiper-container .swiper-slide .wrapper,
    #body .searchByBooks .swiper-container .swiper-slide .wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      position: relative;
      height: 450px; }
      #body .searchByBook .swiper-container .swiper-slide .wrapper img,
      #body .searchByBooks .swiper-container .swiper-slide .wrapper img {
        min-height: 1px; }
    #body .searchByBook .swiper-container .swiper-slide img,
    #body .searchByBooks .swiper-container .swiper-slide img {
      -webkit-transition: all 0.4s cubic-bezier(0.17, 0.67, 0.16, 0.99);
      transition: all 0.4s cubic-bezier(0.17, 0.67, 0.16, 0.99);
      -webkit-transform: scale(0.75);
              transform: scale(0.75);
      -webkit-transform-origin: center;
              transform-origin: center;
      position: relative;
      z-index: 2; }
    #body .searchByBook .swiper-container .swiper-slide-active img,
    #body .searchByBooks .swiper-container .swiper-slide-active img {
      -webkit-transform: scale(1);
              transform: scale(1); }
    #body .searchByBook .swiper-container .swiper-slide-active + .swiper-slide ~ .swiper-slide,
    #body .searchByBooks .swiper-container .swiper-slide-active + .swiper-slide ~ .swiper-slide {
      opacity: .35; }
    #body .searchByBook .swiper-container .swiper-slide-active .searchByBook__description,
    #body .searchByBooks .swiper-container .swiper-slide-active .searchByBook__description {
      opacity: 1;
      -webkit-transform: translateY(0) scale(1);
              transform: translateY(0) scale(1); }

#body .collectionTool .shadeCardPage .shade .checkbox,
#body .searchByBook .shadeCardPage .shade .checkbox,
#body .searchByBooks .shadeCardPage .shade .checkbox {
  cursor: pointer;
  position: absolute;
  top: 21px;
  left: 21px;
  width: 14px;
  height: 14px;
  border: 1px solid #B7B7B7;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  z-index: 100000; }
  #body .collectionTool .shadeCardPage .shade .checkbox .svg,
  #body .searchByBook .shadeCardPage .shade .checkbox .svg,
  #body .searchByBooks .shadeCardPage .shade .checkbox .svg {
    display: none;
    width: 40px;
    height: 34px;
    position: absolute;
    left: -7px;
    top: -13px; }
  #body .collectionTool .shadeCardPage .shade .checkbox:after,
  #body .searchByBook .shadeCardPage .shade .checkbox:after,
  #body .searchByBooks .shadeCardPage .shade .checkbox:after {
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px; }

#body .collectionTool .shadeCardPage .shade.selected .checkbox,
#body .searchByBook .shadeCardPage .shade.selected .checkbox,
#body .searchByBooks .shadeCardPage .shade.selected .checkbox {
  position: absolute;
  height: 18px;
  width: 18px;
  left: 17px;
  top: 17px;
  border: 1px solid #000000;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  z-index: 100000; }
  #body .collectionTool .shadeCardPage .shade.selected .checkbox .svg,
  #body .searchByBook .shadeCardPage .shade.selected .checkbox .svg,
  #body .searchByBooks .shadeCardPage .shade.selected .checkbox .svg {
    position: absolute;
    display: block;
    z-index: 100001; }

#body .searchByFilter {
  position: relative;
  margin-bottom: 40px; }
  #body .searchByFilter .tab-content {
    position: relative; }
  #body .searchByFilter__divider {
    content: '';
    width: 2px;
    background-color: #BCBCBC;
    position: absolute;
    left: calc(100% + 20px - 1px);
    top: 0;
    bottom: 0;
    z-index: 10; }
  #body .searchByFilter .contrast-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(246, 246, 246, 0.85);
    z-index: 11;
    display: none; }
    #body .searchByFilter .contrast-overlay .overlay__button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 260px 0 0; }
    #body .searchByFilter .contrast-overlay .overlay__link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 15px 0 0;
      cursor: pointer; }
      #body .searchByFilter .contrast-overlay .overlay__link a {
        text-decoration: underline; }
        #body .searchByFilter .contrast-overlay .overlay__link a:hover {
          color: #DE483B; }
    #body .searchByFilter .contrast-overlay .overlay__images {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 15px 0 0px; }
      #body .searchByFilter .contrast-overlay .overlay__images .imgWrap {
        position: relative;
        width: 239px;
        height: 292px; }
        #body .searchByFilter .contrast-overlay .overlay__images .imgWrap img {
          position: absolute;
          top: 0;
          left: 0; }
          #body .searchByFilter .contrast-overlay .overlay__images .imgWrap img.contrast {
            -webkit-animation: blink-animation 1s infinite;
                    animation: blink-animation 1s infinite; }

@-webkit-keyframes blink-animation {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes blink-animation {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

#body section.collectionTool .sidebar {
  margin-top: 77px;
  background-color: #fff;
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
  position: relative; }
  @media (min-width: 992px) {
    #body section.collectionTool .sidebar {
      padding-right: 0; }
      #body section.collectionTool .sidebar:before {
        content: '';
        background-color: #fff;
        position: absolute;
        left: 100%;
        top: 0;
        width: 50vw;
        height: 100%; } }
  #body section.collectionTool .sidebar .nav-tabs {
    position: absolute;
    left: 0;
    bottom: 100%;
    border: none; }
    #body section.collectionTool .sidebar .nav-tabs .nav-item {
      border: none; }
      #body section.collectionTool .sidebar .nav-tabs .nav-item .nav-link {
        border: none;
        padding-left: 16px;
        padding-right: 16px;
        cursor: pointer; }
        #body section.collectionTool .sidebar .nav-tabs .nav-item .nav-link.active {
          background-color: #fff; }
          @media (max-width: 991.98px) {
            #body section.collectionTool .sidebar .nav-tabs .nav-item .nav-link.active span.sidebarTabText {
              display: inline; } }
        #body section.collectionTool .sidebar .nav-tabs .nav-item .nav-link span {
          margin-left: 8px; }
          @media (max-width: 991.98px) {
            #body section.collectionTool .sidebar .nav-tabs .nav-item .nav-link span.sidebarTabText {
              display: none; } }
  #body section.collectionTool .sidebar .selectionOption {
    display: block;
    padding-top: calc(100% - 60px);
    position: relative;
    cursor: pointer;
    color: #DE483B;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 15px 30px;
    -webkit-transition: all 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
    transition: all 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99); }
    #body section.collectionTool .sidebar .selectionOption .tootal-icon {
      color: #232323;
      width: 50px;
      height: 50px;
      margin-bottom: 15px; }
    #body section.collectionTool .sidebar .selectionOption:hover {
      -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.07);
              box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.07); }
    #body section.collectionTool .sidebar .selectionOption.disabled {
      opacity: .5;
      pointer-events: none; }
    #body section.collectionTool .sidebar .selectionOption > div {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column wrap;
              flex-flow: column wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #body section.collectionTool .sidebar .selectionOption > div span {
        max-width: 150px;
        max-height: 21px;
        overflow: visible; }
    #body section.collectionTool [data-column-toggled="true"] .sidebar .selectionOption {
      margin: 10px -10px;
      width: calc(100% + 20px);
      padding-top: calc(100% + 20px); }
  #body section.collectionTool .sidebar .loadingContent {
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 150px; }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
    #body section.collectionTool .sidebar .loadingContent .tootal-icon {
      -webkit-animation: spin 5s linear infinite;
              animation: spin 5s linear infinite;
      width: 50px;
      height: 50px;
      opacity: .5; }
  #body section.collectionTool .sidebar .designer__title {
    text-transform: uppercase; }
  #body section.collectionTool .sidebar .designer__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: calc(100% / 3 + 20px);
    position: relative; }
    #body section.collectionTool .sidebar .designer__image img {
      max-width: calc(100% - 40px);
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      cursor: pointer; }
  #body section.collectionTool .sidebar .designer__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #body section.collectionTool .sidebar .designer__toggle button {
      line-height: 37px;
      padding: 0 20px;
      border: 1px solid #979797;
      color: #979797;
      min-width: 125px;
      text-align: center;
      text-transform: uppercase;
      font-size: 12px; }
      #body section.collectionTool .sidebar .designer__toggle button:first-child {
        border-right: none;
        border-radius: 40px 0 0 40px; }
      #body section.collectionTool .sidebar .designer__toggle button:nth-child(2) {
        border-left: none;
        border-radius: 0 40px 40px 0; }
      #body section.collectionTool .sidebar .designer__toggle button.active {
        background-color: #979797;
        color: #fff; }
  #body section.collectionTool .sidebar .designerShade label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    margin-bottom: 0; }
  #body section.collectionTool .sidebar .designerShade .toggle {
    display: block;
    border: 1px solid #2c2c2c;
    width: 40px;
    height: 18px;
    border-radius: 18px;
    position: relative;
    margin-left: 10px; }
    #body section.collectionTool .sidebar .designerShade .toggle:after {
      content: '';
      width: 12px;
      height: 12px;
      background-color: #979797;
      border-radius: 6px;
      position: absolute;
      left: 4px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: all 0.1s cubic-bezier(0.17, 0.67, 0.16, 0.99);
      transition: all 0.1s cubic-bezier(0.17, 0.67, 0.16, 0.99); }
  #body section.collectionTool .sidebar .designerShade button > span:first-child,
  #body section.collectionTool .sidebar .designerShade input[type="checkbox"] {
    position: absolute;
    width: 0;
    height: 0;
    visibility: hidden; }
    #body section.collectionTool .sidebar .designerShade button > span:first-child.toggledOn + label .toggle:after,
    #body section.collectionTool .sidebar .designerShade button > span:first-child:checked + label .toggle:after,
    #body section.collectionTool .sidebar .designerShade input[type="checkbox"].toggledOn + label .toggle:after,
    #body section.collectionTool .sidebar .designerShade input[type="checkbox"]:checked + label .toggle:after {
      left: calc(100% - 4px - 12px);
      background-color: #de483b; }
  #body section.collectionTool .sidebar .designerShade #select-new-set-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 10px;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 24px; }
    #body section.collectionTool .sidebar .designerShade #select-new-set-name .tootal-icon {
      margin-right: 5px;
      margin-left: -5px; }
  #body section.collectionTool .sidebar .designerShade__image {
    position: relative;
    padding-top: calc(140%); }
    #body section.collectionTool .sidebar .designerShade__image img {
      position: absolute;
      top: 0;
      left: 0; }
  #body section.collectionTool .sidebar .designerShade__disclaimer {
    font-family: "Lora", serif;
    line-height: 1.75;
    font-size: 12px;
    margin-top: auto;
    margin-bottom: auto;
    text-align: justify; }
  #body section.collectionTool .sidebar .designerShade__options {
    margin-left: 30px;
    text-align: center; }
    #body section.collectionTool .sidebar .designerShade__options ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: inline-block; }
    #body section.collectionTool .sidebar .designerShade__options li {
      margin-bottom: 26px; }
      #body section.collectionTool .sidebar .designerShade__options li.no--button {
        list-style: none;
        margin: 0;
        line-height: 36px;
        font-family: "Lora", serif;
        text-align: right;
        font-size: 14px;
        color: #2c2c2c;
        padding: 10px 0;
        border-bottom: 1px solid #d7d7d7; }
        #body section.collectionTool .sidebar .designerShade__options li.no--button.last {
          margin-bottom: 20px; }
        #body section.collectionTool .sidebar .designerShade__options li.no--button a {
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          text-decoration: none;
          color: inherit; }
    #body section.collectionTool .sidebar .designerShade__options a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      #body section.collectionTool .sidebar .designerShade__options a .tootal-icon {
        margin-left: 15px;
        margin-right: -5px;
        width: 19px;
        height: 19px; }
      #body section.collectionTool .sidebar .designerShade__options a.toShadeCard {
        cursor: pointer; }
  #body section.collectionTool .sidebar .designerShade__info {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 36px;
    font-family: "Lora", serif;
    text-align: right;
    font-size: 14px;
    color: #2c2c2c; }
    #body section.collectionTool .sidebar .designerShade__info a {
      cursor: pointer; }
    #body section.collectionTool .sidebar .designerShade__info li {
      padding: 10px 0;
      border-bottom: 1px solid #d7d7d7; }
    #body section.collectionTool .sidebar .designerShade__info label {
      margin-bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    #body section.collectionTool .sidebar .designerShade__info input[type="checkbox"] {
      position: absolute;
      width: 0;
      height: 0;
      visibility: hidden; }
      #body section.collectionTool .sidebar .designerShade__info input[type="checkbox"] + label {
        cursor: pointer; }
        #body section.collectionTool .sidebar .designerShade__info input[type="checkbox"] + label .checkbox {
          width: 18px;
          height: 18px;
          line-height: 18px;
          text-align: center;
          background-color: #EAEAEA;
          border: 1px solid #979797;
          display: block;
          margin-left: 15px;
          font-size: 24px; }
      #body section.collectionTool .sidebar .designerShade__info input[type="checkbox"]:checked + label .checkbox:before {
        content: '✔';
        display: block;
        -webkit-transform: translateX(-1px);
                transform: translateX(-1px); }
    #body section.collectionTool .sidebar .designerShade__info a {
      color: #2c2c2c;
      text-decoration: none !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      #body section.collectionTool .sidebar .designerShade__info a .tootal-icon {
        margin-left: 15px;
        display: block;
        -webkit-transform: translateY(-1px);
                transform: translateY(-1px); }
  #body section.collectionTool .sidebar .designerShade__productInfo {
    border-top: 1px solid #DBDBDB;
    width: 100%;
    margin-bottom: 30px; }
    #body section.collectionTool .sidebar .designerShade__productInfo td {
      font-size: 12px;
      line-height: 34px;
      padding: 0 20px;
      color: #3f3f3f;
      border-bottom: 1px solid #DBDBDB;
      vertical-align: top; }
      #body section.collectionTool .sidebar .designerShade__productInfo td:first-child {
        text-transform: lowercase;
        width: 1px;
        white-space: nowrap;
        padding-left: 0; }
      #body section.collectionTool .sidebar .designerShade__productInfo td:last-child {
        font-weight: 600;
        padding-right: 0; }
  #body section.collectionTool .sidebar .designerShade .shirtLarge {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 10; }
    #body section.collectionTool .sidebar .designerShade .shirtLarge .shirtLargeImg {
      position: relative; }

#body #selectionOrderModal #accordion .card {
  border: none; }
  #body #selectionOrderModal #accordion .card:first-child .card-header-meters:after {
    content: 'Meters'; }
  #body #selectionOrderModal #accordion .card:first-child .card-header-samples:after {
    content: 'Sample'; }
  #body #selectionOrderModal #accordion .card:first-child .card-header-cards:after {
    content: 'Cards'; }
  #body #selectionOrderModal #accordion .card:first-child .card-header-meters,
  #body #selectionOrderModal #accordion .card:first-child .card-header-samples,
  #body #selectionOrderModal #accordion .card:first-child .card-header-cards {
    position: relative; }
    #body #selectionOrderModal #accordion .card:first-child .card-header-meters:after,
    #body #selectionOrderModal #accordion .card:first-child .card-header-samples:after,
    #body #selectionOrderModal #accordion .card:first-child .card-header-cards:after {
      position: absolute;
      left: 10px;
      -webkit-transform: translateY(-42px);
              transform: translateY(-42px);
      text-transform: uppercase;
      font-size: 10px; }
  #body #selectionOrderModal #accordion .card-info {
    display: inline-block;
    height: 15px;
    width: 15px;
    background-color: #878787;
    border-radius: 15px;
    color: #fff;
    line-height: 14px;
    text-align: center;
    font-size: 12px;
    font-family: "Lora", serif;
    cursor: default;
    background-color: #2c2c2c;
    font-style: normal;
    font-size: 12px;
    margin-right: 10px;
    margin-top: -1px;
    vertical-align: inherit; }
  #body #selectionOrderModal #accordion .card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 62px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
    border-top: 1px solid #979797;
    border-bottom: none;
    border-radius: 0;
    background-color: transparent;
    color: #292929; }
    #body #selectionOrderModal #accordion .card-header > div, #body #selectionOrderModal #accordion .card-header > img {
      margin: 0;
      padding-left: 10px;
      padding-right: 10px; }
    #body #selectionOrderModal #accordion .card-header .card-header-articleNumber,
    #body #selectionOrderModal #accordion .card-header .card-header-shadeNumber,
    #body #selectionOrderModal #accordion .card-header .card-header-itemAlreadyInCartMessage {
      font-family: "Lora", serif;
      font-size: 16px; }
    #body #selectionOrderModal #accordion .card-header .card-header-itemAlreadyInCartMessage {
      color: #DE483B; }
    #body #selectionOrderModal #accordion .card-header .card-header-shadeNumber {
      margin-left: 20px;
      margin-right: auto; }
    #body #selectionOrderModal #accordion .card-header .card-header-thumbnail {
      margin-left: -10px; }
    #body #selectionOrderModal #accordion .card-header .card-header-meters:before {
      content: 'M: '; }
    #body #selectionOrderModal #accordion .card-header .card-header-samples:before {
      content: 'S: '; }
    #body #selectionOrderModal #accordion .card-header .card-header-cards:before {
      content: 'C: '; }
    #body #selectionOrderModal #accordion .card-header .card-header-meters,
    #body #selectionOrderModal #accordion .card-header .card-header-samples,
    #body #selectionOrderModal #accordion .card-header .card-header-cards {
      display: inline-block;
      height: 21px;
      min-width: 62px; }
      #body #selectionOrderModal #accordion .card-header .card-header-meters:empty:before,
      #body #selectionOrderModal #accordion .card-header .card-header-samples:empty:before,
      #body #selectionOrderModal #accordion .card-header .card-header-cards:empty:before {
        display: none; }
    #body #selectionOrderModal #accordion .card-header-thumbnail {
      cursor: pointer; }
      #body #selectionOrderModal #accordion .card-header-thumbnail ~ .card-header-collapse .tootal-icon {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
        transition: -webkit-transform 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
        transition: transform 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
        transition: transform 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99), -webkit-transform 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99); }
      #body #selectionOrderModal #accordion .card-header-thumbnail.collapsed ~ .card-header-collapse .tootal-icon {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
  #body #selectionOrderModal #accordion .card-body {
    padding: 15px 0; }
    #body #selectionOrderModal #accordion .card-body-main {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    #body #selectionOrderModal #accordion .card-body-controls {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      color: #292929; }
      #body #selectionOrderModal #accordion .card-body-controls [data-toggle] {
        cursor: pointer;
        font-size: 16px; }
        #body #selectionOrderModal #accordion .card-body-controls [data-toggle] .tootal-icon {
          margin-left: 5px;
          -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
          transition: -webkit-transform 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
          transition: transform 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
          transition: transform 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99), -webkit-transform 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99); }
        #body #selectionOrderModal #accordion .card-body-controls [data-toggle][aria-expanded="true"] .tootal-icon {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
    #body #selectionOrderModal #accordion .card-body .tootal-icon {
      width: 15px;
      height: 15px; }
    #body #selectionOrderModal #accordion .card-body input {
      display: inline-block;
      border: 1px solid #D2D2D2;
      height: 40px;
      line-height: 40px;
      padding: 0 15px; }
      #body #selectionOrderModal #accordion .card-body input:focus {
        -webkit-box-shadow: none;
                box-shadow: none;
        border-color: #292929; }
    #body #selectionOrderModal #accordion .card-body label {
      margin: 0; }
    #body #selectionOrderModal #accordion .card-body table {
      margin: -10px 0 0;
      width: 100%; }
      #body #selectionOrderModal #accordion .card-body table td {
        border-bottom: 1px solid #CECECE;
        white-space: nowrap;
        height: 65px;
        line-height: 65px;
        padding: 0 15px;
        color: #292929;
        width: calc(100% / 3); }
        #body #selectionOrderModal #accordion .card-body table td:first-child {
          padding-left: 0; }
        #body #selectionOrderModal #accordion .card-body table td:nth-child(2) input {
          max-width: 110px;
          margin-right: 10px; }
        #body #selectionOrderModal #accordion .card-body table td:last-child {
          padding-right: 0; }
      #body #selectionOrderModal #accordion .card-body table tr:last-child td {
        border-bottom: none; }
      #body #selectionOrderModal #accordion .card-body table tr td:first-child {
        position: relative; }
        #body #selectionOrderModal #accordion .card-body table tr td:first-child span.msg {
          position: absolute;
          left: 25px;
          top: 25px;
          color: #DE483B;
          pointer-events: none; }
    #body #selectionOrderModal #accordion .card-body-thumbnail {
      max-width: 215px;
      max-height: 215px;
      margin: 0 0 30px 30px;
      border: 4px solid #fff;
      -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
              box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2); }
    #body #selectionOrderModal #accordion .card-body-zoomIcon {
      top: -80px;
      right: 70px;
      position: relative;
      border: none;
      margin: 0;
      padding: 5px;
      -webkit-box-shadow: none;
              box-shadow: none;
      background: #3c3c3c; }

#body #selectionOrderModal .modal-header {
  border-bottom: none; }

#body #selectionOrderModal .modal-title {
  font-size: 36px;
  line-height: 44px;
  color: #313131;
  text-transform: lowercase; }

#body #selectionOrderModal .modal-footer {
  min-height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px; }
  #body #selectionOrderModal .modal-footer button {
    font-family: "Lora", serif;
    text-transform: lowercase;
    margin: 0 15px;
    border-radius: 50px;
    padding: 0 30px;
    line-height: 44px;
    height: 50px;
    font-size: 16px; }
    #body #selectionOrderModal .modal-footer button.button--white {
      border: 2px solid #2C2C2C; }

#body .shadeCardPage {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

#body .searchByBooks {
  background-color: #F6F6F6;
  position: relative;
  min-height: calc(100vh - 145px); }
  #body .searchByBooks #ajaxPageLoader {
    position: absolute;
    top: 100px;
    margin-bottom: 250px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  #body .searchByBooks .sidebar {
    background-color: #fff;
    position: relative;
    padding: 20px 20px 20px 0; }
    #body .searchByBooks .sidebar:after {
      content: '';
      background-color: #fff;
      position: absolute;
      right: 100%;
      width: 100vw;
      top: 0;
      bottom: 0; }
    #body .searchByBooks .sidebar .searchArticle {
      margin-bottom: 50px;
      position: relative; }
      #body .searchByBooks .sidebar .searchArticle .tootal-icon {
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        color: #c0c0c0;
        cursor: text; }
    #body .searchByBooks .sidebar #searchArticle {
      border: 1px solid #C0C0C0;
      border-radius: 21px;
      height: 42px;
      line-height: 16px;
      font-size: 14px;
      color: #c0c0c0;
      padding: 13px 50px 13px 20px; }
    #body .searchByBooks .sidebar .articleList {
      position: relative; }
  #body .searchByBooks .searchable {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 550px;
    overflow: hidden; }
    #body .searchByBooks .searchable a {
      color: #515151;
      text-decoration: none !important;
      padding: 0 15px; }
      #body .searchByBooks .searchable a.active {
        color: #DE483B;
        font-weight: bold; }
    #body .searchByBooks .searchable ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    #body .searchByBooks .searchable li {
      width: 100%;
      height: 30px;
      line-height: 15px; }
    #body .searchByBooks .searchable .swiper-scrollbar {
      z-index: 15;
      width: 15px;
      top: 10px;
      bottom: 10px;
      height: auto;
      background-color: transparent; }
      #body .searchByBooks .searchable .swiper-scrollbar:before {
        content: '';
        position: absolute;
        top: -10px;
        bottom: -10px;
        left: calc(50% - 1px);
        width: 1px;
        background-color: #c8c8c8; }
      #body .searchByBooks .searchable .swiper-scrollbar-drag {
        background-color: transparent; }
        #body .searchByBooks .searchable .swiper-scrollbar-drag:after {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          left: calc(50% - 4px);
          width: 7px;
          background-color: #DE483B;
          border-radius: 6px;
          -webkit-box-shadow: 0 0 0 0 #DE483B;
                  box-shadow: 0 0 0 0 #DE483B;
          -webkit-transition: -webkit-box-shadow 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
          transition: -webkit-box-shadow 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
          transition: box-shadow 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
          transition: box-shadow 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99), -webkit-box-shadow 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99); }
        #body .searchByBooks .searchable .swiper-scrollbar-drag:active:after, #body .searchByBooks .searchable .swiper-scrollbar-drag:hover:after, #body .searchByBooks .searchable .swiper-scrollbar-drag:focus:after {
          -webkit-box-shadow: 0 0 0 1px #DE483B;
                  box-shadow: 0 0 0 1px #DE483B; }
  #body .searchByBooks .searchByBook__carousel {
    width: calc(100% + 80px);
    margin-left: -40px;
    margin-right: -40px;
    max-width: none;
    height: 100%; }
    #body .searchByBooks .searchByBook__carousel .searchByBook__description {
      position: absolute;
      top: 45%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      right: 0;
      z-index: 2;
      opacity: 1;
      padding: 0 15px; }
    #body .searchByBooks .searchByBook__carousel .searchByBook__bookTitle {
      font-size: 14px;
      text-transform: uppercase;
      font-family: "Open Sans", sans-serif;
      font-weight: 600; }
    #body .searchByBooks .searchByBook__carousel .searchByBook__bookSubTitle {
      font-size: 12px;
      text-transform: uppercase;
      font-family: "Open Sans", sans-serif;
      font-weight: 600; }
    #body .searchByBooks .searchByBook__carousel .searchByBook__more {
      opacity: 0;
      -webkit-transition: all 0.4s cubic-bezier(0.17, 0.67, 0.16, 0.99);
      transition: all 0.4s cubic-bezier(0.17, 0.67, 0.16, 0.99);
      margin-top: 60px; }
    #body .searchByBooks .searchByBook__carousel .swiper-slide {
      -webkit-transform: none;
              transform: none;
      opacity: .5;
      height: 100%; }
      #body .searchByBooks .searchByBook__carousel .swiper-slide .wrapper {
        -webkit-transform: scale(0.8);
                transform: scale(0.8);
        -webkit-transform-origin: center;
                transform-origin: center;
        -webkit-transition: all 0.5s all 0.4s cubic-bezier(0.17, 0.67, 0.16, 0.99);
        transition: all 0.5s all 0.4s cubic-bezier(0.17, 0.67, 0.16, 0.99);
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: relative; }
      #body .searchByBooks .searchByBook__carousel .swiper-slide img {
        width: 100%; }
      #body .searchByBooks .searchByBook__carousel .swiper-slide-prev, #body .searchByBooks .searchByBook__carousel .swiper-slide-next {
        opacity: 1;
        margin: 5px; }
        #body .searchByBooks .searchByBook__carousel .swiper-slide-prev .wrapper, #body .searchByBooks .searchByBook__carousel .swiper-slide-next .wrapper {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
      #body .searchByBooks .searchByBook__carousel .swiper-slide-active {
        opacity: 1; }
        #body .searchByBooks .searchByBook__carousel .swiper-slide-active .wrapper {
          -webkit-transform: scale(1.25);
                  transform: scale(1.25); }
        #body .searchByBooks .searchByBook__carousel .swiper-slide-active .searchByBook__more {
          opacity: 1; }
      #body .searchByBooks .searchByBook__carousel .swiper-slide-prev .wrapper {
        -webkit-transform: scale(1.1) translateX(-20%);
                transform: scale(1.1) translateX(-20%); }
      #body .searchByBooks .searchByBook__carousel .swiper-slide-next .wrapper {
        -webkit-transform: scale(1.1) translateX(20%);
                transform: scale(1.1) translateX(20%); }
  #body .searchByBooks #shadeCardView {
    width: 100%; }
    #body .searchByBooks #shadeCardView .cards__preview {
      margin-bottom: 150px; }
    #body .searchByBooks #shadeCardView .shadeCardView__header {
      position: absolute;
      bottom: calc(100% + 5px);
      left: 0;
      right: 0;
      text-align: center; }
      #body .searchByBooks #shadeCardView .shadeCardView__header #infoLink {
        color: #de483b; }
    #body .searchByBooks #shadeCardView .shadeCardView__bookTitle {
      color: #2C2C2C;
      font-family: "Lora", serif;
      font-size: 18px;
      line-height: 22px; }
    #body .searchByBooks #shadeCardView .shadeCardView__cardTitle {
      color: #676767;
      font-size: 14px;
      line-height: 19px; }
    #body .searchByBooks #shadeCardView .shadeCardView__cardNav {
      border-top: 1px solid #D7D7D7;
      border-bottom: 1px solid #D7D7D7;
      margin-bottom: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row;
              flex-flow: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      #body .searchByBooks #shadeCardView .shadeCardView__cardNav a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        line-height: 40px;
        min-height: 40px;
        color: #2C2C2C;
        font-weight: bold; }
    #body .searchByBooks #shadeCardView .shadeCardView__cardSelect {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row;
              flex-flow: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #body .searchByBooks #shadeCardView .shadeCardView__cardSelect label {
        color: #BCBCBC;
        font-size: 14px;
        line-height: 19px; }
      #body .searchByBooks #shadeCardView .shadeCardView__cardSelect .dropdown-toggle {
        border: 1px solid #979797;
        padding-top: 12px;
        background-position: 12px; }
    #body .searchByBooks #shadeCardView .shadeCardView__sliderNav {
      position: absolute;
      top: 0;
      right: calc(100% + 15px); }
      #body .searchByBooks #shadeCardView .shadeCardView__sliderNav .next, #body .searchByBooks #shadeCardView .shadeCardView__sliderNav .prev {
        outline: none !important;
        cursor: pointer;
        width: 50px;
        height: 50px;
        background-color: #DE483B;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 15px; }
        #body .searchByBooks #shadeCardView .shadeCardView__sliderNav .next.swiper-button-disabled, #body .searchByBooks #shadeCardView .shadeCardView__sliderNav .prev.swiper-button-disabled {
          background-color: #a6a6a6;
          pointer-events: none; }
    #body .searchByBooks #shadeCardView .shadeCardView__orderButtons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row;
              flex-flow: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 40px; }
    #body .searchByBooks #shadeCardView .sidebar.sidebar--top {
      -webkit-box-flex: unset;
          -ms-flex-positive: unset;
              flex-grow: unset;
      background-color: transparent;
      padding: 10px 0 20px 35px; }
      #body .searchByBooks #shadeCardView .sidebar.sidebar--top:after {
        display: none; }
    #body .searchByBooks #shadeCardView .sidebar {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      padding: 35px 0 35px 35px; }
      #body .searchByBooks #shadeCardView .sidebar:after {
        left: 100%;
        right: auto; }
      #body .searchByBooks #shadeCardView .sidebar .extraOptions {
        list-style: none;
        margin: 30px 0 0;
        padding: 0; }
        #body .searchByBooks #shadeCardView .sidebar .extraOptions li {
          border-bottom: 1px solid #D7D7D7; }
        #body .searchByBooks #shadeCardView .sidebar .extraOptions a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          color: #2C2C2C;
          line-height: 35px;
          padding: 10px 30px 10px 0;
          text-decoration: none !important;
          font-family: "Lora", serif;
          font-size: 16px; }
          #body .searchByBooks #shadeCardView .sidebar .extraOptions a:hover .tootal-icon {
            color: #DE483B; }

@media (max-width: 1599.98px) {
  #body section.collectionTool.shadeCardVisible .container {
    max-width: calc(100vw - 240px); } }

#body section.stockCheck .stockCheck__title {
  font-family: "Lora", serif;
  margin-top: 40px;
  font-size: 28px; }

#body section.stockCheck .stockCheck__separator {
  position: relative;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  width: 117px;
  height: 1px;
  margin: 15px 0 30px 0; }
  #body section.stockCheck .stockCheck__separator:before {
    background-repeat: repeat-x;
    content: '';
    position: absolute;
    z-index: 10;
    height: 9px;
    left: 0;
    right: 0;
    top: -9px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218px%22%20height%3D%229px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.00025863%2C0%20L0%2C6.59417725%20L0%2C8%20L8.00025885%2C1.40509033%20L16%2C8%20L16%2C6.59417725%20L8.00025863%2C0%20Z%22%20fill%3D%22%23E34C3E%22%20transform%3D%22scale%281.125%29%20rotate%28180 8 4%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E"); }

@keyframes slide-hoz {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes slide-vet {
  from {
    height: 0; }
  to {
    height: 100%; } }

#body section.stockCheck .stockCheck__text {
  margin-bottom: 15px; }

#body section.stockCheck .stockCheck__tooltip {
  position: absolute;
  left: -7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  font-family: "Lora", serif;
  width: 15px;
  height: 15px;
  padding-left: 1px;
  line-height: 14px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #969696;
  color: white; }

#body section.stockCheck .stockCheck__wrapper > div {
  width: 100%;
  position: relative;
  margin-bottom: 15px; }
  #body section.stockCheck .stockCheck__wrapper > div#stockCheck__error {
    color: #DE483B; }
  #body section.stockCheck .stockCheck__wrapper > div input {
    border: 1px solid #CFCFCF;
    line-height: 19px;
    padding: 10px 20px;
    margin: 0; }

#body section.stockCheck .stockCheck__wrapper #ajaxPageLoader {
  position: absolute;
  top: 0;
  display: none;
  background-color: #fff;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
  margin: 0; }

@media (min-width: 992px) {
  #body section.stockCheck {
    padding-top: 50px; } }

.cards__preview,
.cards__wrapper {
  font-size: 14px;
  /** ShadeCard pages **/
  /*.collections*/
  /*.collections*/
  /*.collections*/
  /*.column.shadeCol-2.first {*/
  /*margin-right: 4%!important;*/
  /*}*/
  /*.collections*/
  /*body .collections*/
  /*.collections*/
  /** ShadeCard top **/
  /** ShadeCard foot **/
  /** Menu wrap **/
  /*.collections*/ }
  .cards__preview #card-slider,
  .cards__preview #simple-slider,
  .cards__wrapper #card-slider,
  .cards__wrapper #simple-slider {
    width: 900px;
    height: 1273px; }
  .cards__preview .shadeCardPages,
  .cards__wrapper .shadeCardPages {
    overflow-y: hidden;
    overflow-x: hidden;
    width: 100%;
    height: 1273px;
    position: relative; }
    .cards__preview .shadeCardPages .wrapper,
    .cards__wrapper .shadeCardPages .wrapper {
      height: 1273px; }
  .cards__preview .shadeCardPage,
  .cards__wrapper .shadeCardPage {
    width: 900px;
    height: 1273px;
    background: #f6f6f6;
    float: left;
    position: absolute;
    display: block; }
    .cards__preview .shadeCardPage.pdf,
    .cards__wrapper .shadeCardPage.pdf {
      float: none !important;
      position: relative !important; }
    .cards__preview .shadeCardPage .inner,
    .cards__wrapper .shadeCardPage .inner {
      padding: 25px;
      position: relative;
      height: 100%;
      width: 100%; }
      .cards__preview .shadeCardPage .inner .content,
      .cards__wrapper .shadeCardPage .inner .content {
        height: 100%;
        position: relative; }
  .cards__preview .builderShades,
  .cards__wrapper .builderShades {
    margin: 0;
    padding: 0; }
    .cards__preview .builderShades li,
    .cards__wrapper .builderShades li {
      position: relative; }
  .cards__preview .shadeCardPage .shadowR,
  .cards__wrapper .shadeCardPage .shadowR {
    position: absolute;
    top: 0;
    right: 0;
    width: 13px;
    height: 1273px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.1))); }
  .cards__preview .shadeCardPage .shadowL,
  .cards__wrapper .shadeCardPage .shadowL {
    position: absolute;
    top: 0;
    left: 0;
    width: 13px;
    height: 1273px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.1))); }
  .cards__preview .shadeCardPage.first .shadowL, .cards__preview .shadeCardPage.last .shadowR,
  .cards__wrapper .shadeCardPage.first .shadowL,
  .cards__wrapper .shadeCardPage.last .shadowR {
    display: none; }
  .cards__preview .shadeCardPage .contentWrap .rowContent,
  .cards__wrapper .shadeCardPage .contentWrap .rowContent {
    width: 100%;
    height: 100%;
    display: block;
    float: left; }
    .cards__preview .shadeCardPage .contentWrap .rowContent.first, .cards__preview .shadeCardPage .contentWrap .rowContent.last,
    .cards__wrapper .shadeCardPage .contentWrap .rowContent.first,
    .cards__wrapper .shadeCardPage .contentWrap .rowContent.last {
      margin-top: 20px; }
  .cards__preview .columnWrapper,
  .cards__wrapper .columnWrapper {
    display: table;
    margin: 0 auto;
    width: 100%;
    position: relative; }
  .cards__preview .columnWrapper.centered,
  .cards__wrapper .columnWrapper.centered {
    position: absolute;
    top: 50%; }
  .cards__preview .columnWrapper.bottom,
  .cards__wrapper .columnWrapper.bottom {
    position: absolute;
    bottom: 60px; }
  .cards__preview .shadeCardPage .contentWrap .rowContent .column,
  .cards__wrapper .shadeCardPage .contentWrap .rowContent .column {
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative; }
  .cards__preview .column.bottom,
  .cards__wrapper .column.bottom {
    height: 100px; }
    .cards__preview .column.bottom .shadeContainer,
    .cards__wrapper .column.bottom .shadeContainer {
      position: absolute;
      bottom: 0;
      width: 100%; }
  .cards__preview .backend .shadeCardPage .contentWrap .rowContent .column,
  .cards__wrapper .backend .shadeCardPage .contentWrap .rowContent .column {
    outline: 1px solid red;
    background: #ffcecf; }
  .cards__preview .column .shade,
  .cards__wrapper .column .shade {
    background-color: rgba(151, 151, 151, 0.5); }
  .cards__preview .column.shadeCol-1,
  .cards__wrapper .column.shadeCol-1 {
    float: left; }
  .cards__preview .column.shadeCol-2,
  .cards__wrapper .column.shadeCol-2 {
    width: 50% !important;
    display: block;
    float: left; }
    .cards__preview .column.shadeCol-2 .shade,
    .cards__wrapper .column.shadeCol-2 .shade {
      width: 257px;
      /* based on 900 / ~1273 == 210 / 297 -- this is 60mm == ~257px */
      display: block; }
      .cards__preview .column.shadeCol-2 .shade img,
      .cards__wrapper .column.shadeCol-2 .shade img {
        width: 257px;
        /* based on 900 / ~1273 == 210 / 297 -- this is 60mm == ~257px */
        display: block; }
  .cards__preview .column.shadeCol-1 .shade,
  .cards__wrapper .column.shadeCol-1 .shade {
    width: 471px;
    /* based on 900 / ~1273 == 210 / 297 -- this is 60mm == ~257px */
    display: block; }
    .cards__preview .column.shadeCol-1 .shade img,
    .cards__wrapper .column.shadeCol-1 .shade img {
      width: 471px;
      /* based on 900 / ~1273 == 210 / 297 -- this is 60mm == ~257px */
      display: block; }
  .cards__preview .column.shadeCol-1 .shadeContainer.feelSample .shade,
  .cards__wrapper .column.shadeCol-1 .shadeContainer.feelSample .shade {
    width: 600px; }
    .cards__preview .column.shadeCol-1 .shadeContainer.feelSample .shade img,
    .cards__wrapper .column.shadeCol-1 .shadeContainer.feelSample .shade img {
      width: 600px; }
  .cards__preview .backend .column.shadeCol-3 .shade,
  .cards__wrapper .backend .column.shadeCol-3 .shade {
    width: 198px;
    display: block; }
    .cards__preview .backend .column.shadeCol-3 .shade img,
    .cards__wrapper .backend .column.shadeCol-3 .shade img {
      width: 198px;
      display: block; }
  .cards__preview .backend .column.shadeCol-2 .shade,
  .cards__wrapper .backend .column.shadeCol-2 .shade {
    width: 206px; }
    .cards__preview .backend .column.shadeCol-2 .shade img,
    .cards__wrapper .backend .column.shadeCol-2 .shade img {
      width: 206px; }
  .cards__preview .backend .column.shadeCol-1 .shade,
  .cards__wrapper .backend .column.shadeCol-1 .shade {
    width: 471px;
    display: block; }
    .cards__preview .backend .column.shadeCol-1 .shade img,
    .cards__wrapper .backend .column.shadeCol-1 .shade img {
      width: 471px;
      display: block; }
  .cards__preview .builderShades,
  .cards__wrapper .builderShades {
    list-style: none;
    position: relative;
    z-index: 999; }
  .cards__preview .column.shadeCol-3,
  .cards__wrapper .column.shadeCol-3 {
    width: 33.33% !important;
    display: block;
    float: left; }
    .cards__preview .column.shadeCol-3 .shadeWrap,
    .cards__wrapper .column.shadeCol-3 .shadeWrap {
      width: 70% !important; }
  .cards__preview .shadeCol-3 li,
  .cards__wrapper .shadeCol-3 li {
    width: 171px; }
    .cards__preview .shadeCol-3 li img,
    .cards__wrapper .shadeCol-3 li img {
      width: 100%;
      height: 100%;
      position: relative;
      z-index: 1;
      pointer-events: none; }
  .cards__preview .shadeCol-2 li img, .cards__preview .shadeCol-1 li img,
  .cards__wrapper .shadeCol-2 li img,
  .cards__wrapper .shadeCol-1 li img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    pointer-events: none; }
  .cards__preview .collectionContent .column .shade,
  .cards__wrapper .collectionContent .column .shade {
    display: block;
    position: relative;
    overflow: hidden; }
  .cards__preview .shadowOverlay,
  .cards__wrapper .shadowOverlay {
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.13);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(83%, rgba(255, 255, 255, 0.13)), to(rgba(0, 0, 0, 0.43)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.13) 83%, rgba(0, 0, 0, 0.43) 100%);
    pointer-events: none; }
  .cards__preview .shade .shadeInfo,
  .cards__wrapper .shade .shadeInfo {
    position: absolute;
    display: none;
    border-radius: 5px;
    width: 240px;
    min-height: 280px;
    padding: 10px;
    right: 40px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(153, 153, 153, 0.63);
    box-shadow: 0px 0px 25px 0px rgba(153, 153, 153, 0.63);
    z-index: 10000; }
  .cards__preview .columnInfo,
  .cards__wrapper .columnInfo {
    position: absolute;
    display: none;
    border-radius: 5px;
    width: 240px;
    padding: 10px;
    right: 40px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(153, 153, 153, 0.63);
    box-shadow: 0px 0px 25px 0px rgba(153, 153, 153, 0.63);
    z-index: 10000; }
  .cards__preview .shade .shadeInfo input,
  .cards__wrapper .shade .shadeInfo input {
    float: none; }
  .cards__preview .shadeArticle, .cards__preview .shadeColour,
  .cards__wrapper .shadeArticle,
  .cards__wrapper .shadeColour {
    line-height: 14px; }
  .cards__preview .shadeText,
  .cards__wrapper .shadeText {
    color: red;
    line-height: 14px; }
  .cards__preview .shadeContainer,
  .cards__wrapper .shadeContainer {
    display: block;
    position: relative; }
    .cards__preview .shadeContainer.bottom,
    .cards__wrapper .shadeContainer.bottom {
      position: absolute;
      bottom: 0px; }
    .cards__preview .shadeContainer .spikes,
    .cards__wrapper .shadeContainer .spikes {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1000;
      display: block;
      /* based on 900 / ~1273 == 210 / 297 -- this is 60mm == ~257px */
      height: 100%;
      pointer-events: none; }
  .cards__preview .shadeCol-1 .shadeContainer .spikes,
  .cards__wrapper .shadeCol-1 .shadeContainer .spikes {
    width: 471px; }
  .cards__preview .column.shadeCol-1 .shadeContainer.feelSample .spikes,
  .cards__wrapper .column.shadeCol-1 .shadeContainer.feelSample .spikes {
    width: 600px; }
  .cards__preview .shadeCol-2 .shadeContainer .spikes,
  .cards__wrapper .shadeCol-2 .shadeContainer .spikes {
    width: 257px; }
  .cards__preview .shadeCol-3 .shadeContainer .spikes,
  .cards__wrapper .shadeCol-3 .shadeContainer .spikes {
    width: 171px; }
  .cards__preview .spikes .top,
  .cards__wrapper .spikes .top {
    width: 100%;
    height: 10px;
    background: url("../images/builder/shadeRib.png") repeat-x;
    padding: 0 !important;
    background-color: transparent !important;
    margin-top: -1px; }
  .cards__preview .spikes .left,
  .cards__wrapper .spikes .left {
    width: 10px;
    height: 100%;
    background: url("../images/builder/shadeRibLeft.png") repeat-y;
    position: absolute;
    top: 0;
    left: -1px; }
  .cards__preview .spikes .right,
  .cards__wrapper .spikes .right {
    width: 10px;
    height: 100%;
    background: url("../images/builder/shadeRibRight4.png") repeat-y;
    position: absolute;
    top: 0;
    right: -1px; }
  .cards__preview .shadeCol-2 .shadeContainer .shadeWrap,
  .cards__wrapper .shadeCol-2 .shadeContainer .shadeWrap {
    width: 65%; }
  .cards__preview .shadeCol-1 .shadeContainer .shadeWrap,
  .cards__wrapper .shadeCol-1 .shadeContainer .shadeWrap {
    width: 75%; }
  .cards__preview .shadeCol-2 .shadeContainer .shadeInfoWrap,
  .cards__wrapper .shadeCol-2 .shadeContainer .shadeInfoWrap {
    width: 35%; }
  .cards__preview .shadeCol-1 .shadeContainer .shadeInfoWrap,
  .cards__wrapper .shadeCol-1 .shadeContainer .shadeInfoWrap {
    width: 20%; }
  .cards__preview .shadeContainer .shadeWrap,
  .cards__wrapper .shadeContainer .shadeWrap {
    position: relative;
    z-index: 9;
    display: block;
    width: 75%;
    float: right; }
  .cards__preview .shadeInfoWrap,
  .cards__wrapper .shadeInfoWrap {
    width: 25%;
    float: left; }
    .cards__preview .shadeInfoWrap .shadeNr,
    .cards__wrapper .shadeInfoWrap .shadeNr {
      float: left;
      position: relative;
      border-left: 1px solid #000;
      width: 100%;
      margin-left: 1.5px; }
      .cards__preview .shadeInfoWrap .shadeNr.linePadding,
      .cards__wrapper .shadeInfoWrap .shadeNr.linePadding {
        padding-bottom: 30px; }
      .cards__preview .shadeInfoWrap .shadeNr .number,
      .cards__wrapper .shadeInfoWrap .shadeNr .number {
        position: relative;
        float: left;
        padding-left: 5px;
        width: 100%; }
        .cards__preview .shadeInfoWrap .shadeNr .number.last,
        .cards__wrapper .shadeInfoWrap .shadeNr .number.last {
          /*margin-bottom: 0px!important;*/
          height: auto !important; }
  :root .cards__preview .shade > .shadeShadow, :root
  .cards__wrapper .shade > .shadeShadow {
    z-index: 1;
    pointer-events: none; }
  :root .cards__preview .shade:not(:first-child) > .shadeShadow, :root
  .cards__wrapper .shade:not(:first-child) > .shadeShadow {
    visibility: visible;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }
    :root .cards__preview .shade:not(:first-child) > .shadeShadow:before, :root
    .cards__wrapper .shade:not(:first-child) > .shadeShadow:before {
      content: '';
      position: absolute;
      top: 0;
      width: 100%;
      height: 28px;
      background-image: url("/bundles/sittootalparametertool/images/builder/shadow.png");
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: top center; }
    :root .cards__preview .shade:not(:first-child) > .shadeShadow.last:after, :root
    .cards__wrapper .shade:not(:first-child) > .shadeShadow.last:after {
      content: '';
      position: absolute;
      top: 100%;
      height: 28px;
      background-image: url("/bundles/sittootalparametertool/images/builder/shadow.png");
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: top center;
      width: 92%;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      opacity: .5; }
  .cards__preview .shadeCol-2 .shadeShadow,
  .cards__wrapper .shadeCol-2 .shadeShadow {
    height: 28px;
    bottom: -28px; }
  .cards__preview .shadeCol-1 .shadeShadow,
  .cards__wrapper .shadeCol-1 .shadeShadow {
    height: 48px;
    bottom: -12px; }
  .cards__preview .topWrap,
  .cards__wrapper .topWrap {
    position: relative;
    display: table;
    width: 100%;
    margin-bottom: 40px; }
    .cards__preview .topWrap .articleInfo,
    .cards__wrapper .topWrap .articleInfo {
      float: left;
      display: block;
      width: 30%;
      min-height: 1px; }
  .cards__preview .shadecartTitle,
  .cards__wrapper .shadecartTitle {
    font-weight: bold; }
  .cards__preview .topWrap .articleInfo .articleNumberLabel,
  .cards__wrapper .topWrap .articleInfo .articleNumberLabel {
    font-weight: bold;
    padding-left: 0px; }
  .cards__preview .topWrap .articleInfo .articleLabelPre,
  .cards__wrapper .topWrap .articleInfo .articleLabelPre {
    width: 40px;
    display: block;
    padding-left: 0;
    float: left; }
  .cards__preview .topWrap .logo,
  .cards__wrapper .topWrap .logo {
    width: 196px;
    height: 120px;
    display: block;
    margin: 0 0 40px 7px;
    float: left; }
  .cards__preview .topWrap .logoFront,
  .cards__wrapper .topWrap .logoFront {
    width: 589px;
    height: 360px;
    display: block;
    margin: 0 auto;
    margin-bottom: 40px; }
  .cards__preview .topWrap .eco,
  .cards__wrapper .topWrap .eco {
    float: right;
    width: 150px; }
  .cards__preview .topWrap .brandLogo,
  .cards__wrapper .topWrap .brandLogo {
    width: 150px; }
  .cards__preview .topWrap .washingIcons,
  .cards__wrapper .topWrap .washingIcons {
    text-align: right;
    float: right;
    margin-top: 10px;
    clear: right; }
    .cards__preview .topWrap .washingIcons img,
    .cards__wrapper .topWrap .washingIcons img {
      height: 20px; }
    .cards__preview .topWrap .washingIcons img.iron160,
    .cards__wrapper .topWrap .washingIcons img.iron160 {
      height: 30px; }
  .cards__preview .inner .footerWrap,
  .cards__wrapper .inner .footerWrap {
    position: absolute;
    bottom: 0;
    width: 100%; }
    .cards__preview .inner .footerWrap .left,
    .cards__wrapper .inner .footerWrap .left {
      left: 0;
      bottom: 0;
      position: absolute;
      width: 250px; }
    .cards__preview .inner .footerWrap .middle,
    .cards__wrapper .inner .footerWrap .middle {
      margin: 0 auto;
      display: block;
      width: 140px;
      float: none; }
    .cards__preview .inner .footerWrap .right,
    .cards__wrapper .inner .footerWrap .right {
      right: 0;
      bottom: 0;
      position: absolute;
      width: 250px; }
  .cards__preview #createPatternModal .spikes,
  .cards__wrapper #createPatternModal .spikes {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 640px;
    height: 100%; }
  .cards__preview .previewPatternWrap,
  .cards__wrapper .previewPatternWrap {
    display: block;
    width: 100%;
    height: auto;
    outline: 4px dashed #999;
    overflow: hidden; }
  .cards__preview #previewPatternImg,
  .cards__wrapper #previewPatternImg {
    display: block;
    border: 0;
    outline: 0; }
  .cards__preview .pattern-modal-content,
  .cards__wrapper .pattern-modal-content {
    width: 90%;
    height: 90%;
    top: 2%;
    left: 50%;
    /*margin-left: -550px;*/
    margin-left: -45%;
    padding: 20px 40px;
    position: fixed;
    z-index: 999;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.4);
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ececec));
    background: linear-gradient(to bottom, #ffffff 0%, #ececec 100%); }
  .cards__preview .articleInfo .article,
  .cards__wrapper .articleInfo .article {
    margin-bottom: 10px;
    position: relative; }
    .cards__preview .articleInfo .article.list,
    .cards__wrapper .articleInfo .article.list {
      width: 100%; }
      .cards__preview .articleInfo .article.list span,
      .cards__wrapper .articleInfo .article.list span {
        white-space: nowrap; }
    .cards__preview .articleInfo .article span,
    .cards__wrapper .articleInfo .article span {
      display: block;
      width: 100%;
      padding-left: 40px; }
    .cards__preview .articleInfo .article .nr,
    .cards__wrapper .articleInfo .article .nr {
      font-weight: 700;
      text-transform: capitalize;
      padding-left: 0; }
  .cards__preview .articleSubText,
  .cards__wrapper .articleSubText {
    color: red;
    float: left;
    width: 100%; }
  .cards__preview .builder-modal-content,
  .cards__wrapper .builder-modal-content {
    width: 700px;
    top: 35%;
    left: 50%;
    margin-left: -295px;
    padding: 30px;
    position: fixed;
    z-index: 999;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.4);
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ececec));
    background: linear-gradient(to bottom, #ffffff 0%, #ececec 100%); }
  .cards__preview .clear,
  .cards__wrapper .clear {
    clear: both; }
  .cards__preview .scissor,
  .cards__wrapper .scissor {
    margin-top: 5px;
    float: left;
    left: 0px;
    top: 25px;
    width: 15px; }
  .cards__preview .finishtypeWrap,
  .cards__wrapper .finishtypeWrap {
    float: right; }
  .cards__preview .finishArticleWrap,
  .cards__wrapper .finishArticleWrap {
    float: left;
    padding-left: 25px; }
  .cards__preview .finishtypeList,
  .cards__wrapper .finishtypeList {
    position: relative;
    left: -45px;
    top: 20px; }
  .cards__preview .finishtypeListPdf,
  .cards__wrapper .finishtypeListPdf {
    position: relative;
    left: 150px;
    top: -50px; }
  .cards__preview .finishtypeGrid,
  .cards__wrapper .finishtypeGrid {
    position: relative;
    left: 55px;
    top: 10px; }
  .cards__preview #ajaxOverlay,
  .cards__wrapper #ajaxOverlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(155, 155, 155, 0.4);
    z-index: 9999;
    pointer-events: none;
    display: none; }
  .cards__preview .columnType,
  .cards__wrapper .columnType {
    position: absolute;
    width: 30px; }
  .cards__preview .asterix,
  .cards__wrapper .asterix {
    position: absolute;
    left: -15px; }
  .cards__preview .shadeCol-1 .shadeContainer,
  .cards__wrapper .shadeCol-1 .shadeContainer {
    width: 560px;
    margin: 0 auto; }
    .cards__preview .shadeCol-1 .shadeContainer.feelSample,
    .cards__wrapper .shadeCol-1 .shadeContainer.feelSample {
      width: 800px; }
  .cards__preview .sBuilder,
  .cards__wrapper .sBuilder {
    position: absolute;
    width: 400px; }
  .cards__preview .input-group,
  .cards__wrapper .input-group {
    margin-bottom: 10px; }
  .cards__preview .docs-data .input-group label,
  .cards__wrapper .docs-data .input-group label {
    min-width: 80px; }
  .cards__preview .docs-data input,
  .cards__wrapper .docs-data input {
    margin: 0; }
  .cards__preview li.fullsize,
  .cards__wrapper li.fullsize {
    height: 600px !important; }
  .cards__preview span.number .shadeColour, .cards__preview span.number .shadeArticle, .cards__preview span.number .shadeText,
  .cards__wrapper span.number .shadeColour,
  .cards__wrapper span.number .shadeArticle,
  .cards__wrapper span.number .shadeText {
    display: block;
    width: 100%; }
  .cards__preview .createPattern i,
  .cards__wrapper .createPattern i {
    color: #ffffff;
    margin-right: 5px; }
  .cards__preview .builderShades .fa-trash-o, .cards__preview .builderShades .infoTooltipIcon,
  .cards__wrapper .builderShades .fa-trash-o,
  .cards__wrapper .builderShades .infoTooltipIcon {
    color: #ffffff;
    margin-top: 0;
    margin-right: 5px; }
  .cards__preview .imageWrap,
  .cards__wrapper .imageWrap {
    position: relative; }
  .cards__preview .shadeControlsWrap,
  .cards__wrapper .shadeControlsWrap {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000000;
    opacity: 0.6;
    height: 100%; }
  .cards__preview .imageWrap:hover .shadeControlsWrap,
  .cards__wrapper .imageWrap:hover .shadeControlsWrap {
    display: block; }
  .cards__preview .shadeControls,
  .cards__wrapper .shadeControls {
    margin: 14px auto 14px;
    width: 78px; }
    .cards__preview .shadeControls a:hover,
    .cards__wrapper .shadeControls a:hover {
      text-decoration: none; }
      .cards__preview .shadeControls a:hover i,
      .cards__wrapper .shadeControls a:hover i {
        color: #909090; }
    .cards__preview .shadeControls .infoTooltipIcon,
    .cards__wrapper .shadeControls .infoTooltipIcon {
      float: none; }
  .cards__preview input[type="checkbox"],
  .cards__wrapper input[type="checkbox"] {
    display: none; }
    .cards__preview input[type="checkbox"] + label,
    .cards__wrapper input[type="checkbox"] + label {
      margin-top: 5px; }
      .cards__preview input[type="checkbox"] + label:before,
      .cards__wrapper input[type="checkbox"] + label:before {
        font-family: FontAwesome;
        display: inline-block;
        font-size: 20px;
        width: 30px;
        float: left;
        margin-top: -3px;
        content: "\f096";
        letter-spacing: 5px; }
    .cards__preview input[type="checkbox"]:checked + label:before,
    .cards__wrapper input[type="checkbox"]:checked + label:before {
      content: "\f046"; }
  .cards__preview .logoSubText,
  .cards__wrapper .logoSubText {
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    color: red;
    text-align: center;
    margin-top: 25px; }
  .cards__preview .washingSubText,
  .cards__wrapper .washingSubText {
    text-align: right;
    color: red;
    font-weight: bold;
    font-size: 12px;
    margin-top: 10px; }
  .cards__preview .laundrySortItem,
  .cards__wrapper .laundrySortItem {
    float: left;
    margin-left: 5px;
    cursor: move; }
  .cards__preview .brandLogo,
  .cards__wrapper .brandLogo {
    float: right;
    margin-top: 10px;
    clear: right; }
  .cards__preview #card-slider .shadeCol-3 li:hover .hoverWrap,
  .cards__wrapper #card-slider .shadeCol-3 li:hover .hoverWrap {
    padding: 10px; }
  .cards__preview #card-slider .shadeCol-3 li .hoverWrap a.star,
  .cards__wrapper #card-slider .shadeCol-3 li .hoverWrap a.star {
    margin: 0; }
  .cards__preview #card-slider .shadeCol-3 .hoverWrapContainer,
  .cards__wrapper #card-slider .shadeCol-3 .hoverWrapContainer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .cards__preview #card-slider li .hoverWrap,
  .cards__wrapper #card-slider li .hoverWrap {
    display: none; }
    .cards__preview #card-slider li .hoverWrap a,
    .cards__wrapper #card-slider li .hoverWrap a {
      display: block;
      float: left;
      color: #fff;
      width: 40px;
      height: 40px; }
      .cards__preview #card-slider li .hoverWrap a:hover,
      .cards__wrapper #card-slider li .hoverWrap a:hover {
        cursor: pointer; }
        .cards__preview #card-slider li .hoverWrap a:hover + .hoverText,
        .cards__wrapper #card-slider li .hoverWrap a:hover + .hoverText {
          display: block; }
      .cards__preview #card-slider li .hoverWrap a.star,
      .cards__wrapper #card-slider li .hoverWrap a.star {
        margin: 0 15px; }
        .cards__preview #card-slider li .hoverWrap a.star:first-child,
        .cards__wrapper #card-slider li .hoverWrap a.star:first-child {
          margin-left: 26px; }
      .cards__preview #card-slider li .hoverWrap a.info:first-child,
      .cards__wrapper #card-slider li .hoverWrap a.info:first-child {
        margin-left: 56px; }
      .cards__preview #card-slider li .hoverWrap a span,
      .cards__wrapper #card-slider li .hoverWrap a span {
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
        padding: 5px; }
        .cards__preview #card-slider li .hoverWrap a span svg,
        .cards__wrapper #card-slider li .hoverWrap a span svg {
          width: 100%;
          height: 100%; }
    .cards__preview #card-slider li .hoverWrap .hoverText,
    .cards__wrapper #card-slider li .hoverWrap .hoverText {
      display: none;
      color: #fff;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      text-shadow: 0 0 21px rgba(0, 0, 0, 0.5);
      width: 100%;
      text-align: center;
      position: absolute;
      left: 0;
      top: calc(50% + 20px); }
  .cards__preview #card-slider li:hover, .cards__preview #card-slider li.hover,
  .cards__wrapper #card-slider li:hover,
  .cards__wrapper #card-slider li.hover {
    z-index: 5; }
    .cards__preview #card-slider li:hover .hoverWrap, .cards__preview #card-slider li.hover .hoverWrap,
    .cards__wrapper #card-slider li:hover .hoverWrap,
    .cards__wrapper #card-slider li.hover .hoverWrap {
      cursor: default;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      background-color: #1d1d1b;
      opacity: 0.8;
      width: 100%;
      height: 100%;
      padding: 10px 22px 35px; }

.publicCollection .cards__preview #card-slider li .hoverWrap a.bag {
  display: none; }

.publicCollection .cards__preview #card-slider li .hoverWrap a.star {
  display: none; }

body.errorPage .shopError span {
  font-family: "Lora", serif;
  font-size: 18px;
  color: #DE483B; }

body.errorPage .shopError pre {
  background-color: #fff;
  padding: 12px;
  border: 3px solid white;
  white-space: pre-wrap;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1); }

body.errorPage section.errorContent {
  background-color: #F6F6F6;
  padding-bottom: 150px; }
  body.errorPage section.errorContent .suggestion {
    font-family: "Lora", serif;
    font-size: 18px;
    margin-bottom: 30px; }
  body.errorPage section.errorContent a {
    padding-left: 30px !important;
    padding-right: 30px !important; }

html {
  background-image: linear-gradient(45deg, #ddd 25%, transparent 25%), linear-gradient(-45deg, #ddd 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #ddd 75%), linear-gradient(-45deg, transparent 75%, #ddd 75%);
  background-size: 160px 160px;
  background-position: 0 0, 0 80px, 80px -80px, -80px 0px; }

/* login sidebar */
aside#loginSidebar,
aside#cartSidebar {
  position: relative;
  z-index: 99999; }
  aside#loginSidebar .loginSidebar,
  aside#loginSidebar .cartSidebar,
  aside#cartSidebar .loginSidebar,
  aside#cartSidebar .cartSidebar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 370px;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.17, 0.67, 0.16, 0.99);
    transition: -webkit-transform 0.5s cubic-bezier(0.17, 0.67, 0.16, 0.99);
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.16, 0.99);
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.16, 0.99), -webkit-transform 0.5s cubic-bezier(0.17, 0.67, 0.16, 0.99);
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
    aside#loginSidebar .loginSidebar .button, aside#loginSidebar .loginSidebar body.informationPages #body .top__upload label, body.informationPages #body .top__upload aside#loginSidebar .loginSidebar label,
    aside#loginSidebar .loginSidebar body.orderApproval #body .top__upload label, body.orderApproval #body .top__upload aside#loginSidebar .loginSidebar label, aside#loginSidebar .loginSidebar body.informationPages #body .products button.dropRow, body.informationPages #body .products aside#loginSidebar .loginSidebar button.dropRow,
    aside#loginSidebar .loginSidebar body.orderApproval #body .products button.dropRow, body.orderApproval #body .products aside#loginSidebar .loginSidebar button.dropRow, aside#loginSidebar .loginSidebar body.informationPages #body .order-controls button, body.informationPages #body .order-controls aside#loginSidebar .loginSidebar button,
    aside#loginSidebar .loginSidebar body.orderApproval #body .order-controls button, body.orderApproval #body .order-controls aside#loginSidebar .loginSidebar button, aside#loginSidebar .loginSidebar body.contentPage #body .pageBuilder .tinyMCE__redButton a, body.contentPage #body .pageBuilder .tinyMCE__redButton aside#loginSidebar .loginSidebar a, aside#loginSidebar .loginSidebar body.contentPage #body .pageBuilder .tinyMCE__darkButton a, body.contentPage #body .pageBuilder .tinyMCE__darkButton aside#loginSidebar .loginSidebar a, aside#loginSidebar .loginSidebar body.contentPage #body .pageBuilder .tinyMCE__whiteButton a, body.contentPage #body .pageBuilder .tinyMCE__whiteButton aside#loginSidebar .loginSidebar a,
    aside#loginSidebar .cartSidebar .button,
    aside#loginSidebar .cartSidebar body.informationPages #body .top__upload label,
    body.informationPages #body .top__upload aside#loginSidebar .cartSidebar label,
    aside#loginSidebar .cartSidebar body.orderApproval #body .top__upload label,
    body.orderApproval #body .top__upload aside#loginSidebar .cartSidebar label,
    aside#loginSidebar .cartSidebar body.informationPages #body .products button.dropRow,
    body.informationPages #body .products aside#loginSidebar .cartSidebar button.dropRow,
    aside#loginSidebar .cartSidebar body.orderApproval #body .products button.dropRow,
    body.orderApproval #body .products aside#loginSidebar .cartSidebar button.dropRow,
    aside#loginSidebar .cartSidebar body.informationPages #body .order-controls button,
    body.informationPages #body .order-controls aside#loginSidebar .cartSidebar button,
    aside#loginSidebar .cartSidebar body.orderApproval #body .order-controls button,
    body.orderApproval #body .order-controls aside#loginSidebar .cartSidebar button,
    aside#loginSidebar .cartSidebar body.contentPage #body .pageBuilder .tinyMCE__redButton a,
    body.contentPage #body .pageBuilder .tinyMCE__redButton aside#loginSidebar .cartSidebar a,
    aside#loginSidebar .cartSidebar body.contentPage #body .pageBuilder .tinyMCE__darkButton a,
    body.contentPage #body .pageBuilder .tinyMCE__darkButton aside#loginSidebar .cartSidebar a,
    aside#loginSidebar .cartSidebar body.contentPage #body .pageBuilder .tinyMCE__whiteButton a,
    body.contentPage #body .pageBuilder .tinyMCE__whiteButton aside#loginSidebar .cartSidebar a,
    aside#cartSidebar .loginSidebar .button,
    aside#cartSidebar .loginSidebar body.informationPages #body .top__upload label,
    body.informationPages #body .top__upload aside#cartSidebar .loginSidebar label,
    aside#cartSidebar .loginSidebar body.orderApproval #body .top__upload label,
    body.orderApproval #body .top__upload aside#cartSidebar .loginSidebar label,
    aside#cartSidebar .loginSidebar body.informationPages #body .products button.dropRow,
    body.informationPages #body .products aside#cartSidebar .loginSidebar button.dropRow,
    aside#cartSidebar .loginSidebar body.orderApproval #body .products button.dropRow,
    body.orderApproval #body .products aside#cartSidebar .loginSidebar button.dropRow,
    aside#cartSidebar .loginSidebar body.informationPages #body .order-controls button,
    body.informationPages #body .order-controls aside#cartSidebar .loginSidebar button,
    aside#cartSidebar .loginSidebar body.orderApproval #body .order-controls button,
    body.orderApproval #body .order-controls aside#cartSidebar .loginSidebar button,
    aside#cartSidebar .loginSidebar body.contentPage #body .pageBuilder .tinyMCE__redButton a,
    body.contentPage #body .pageBuilder .tinyMCE__redButton aside#cartSidebar .loginSidebar a,
    aside#cartSidebar .loginSidebar body.contentPage #body .pageBuilder .tinyMCE__darkButton a,
    body.contentPage #body .pageBuilder .tinyMCE__darkButton aside#cartSidebar .loginSidebar a,
    aside#cartSidebar .loginSidebar body.contentPage #body .pageBuilder .tinyMCE__whiteButton a,
    body.contentPage #body .pageBuilder .tinyMCE__whiteButton aside#cartSidebar .loginSidebar a,
    aside#cartSidebar .cartSidebar .button,
    aside#cartSidebar .cartSidebar body.informationPages #body .top__upload label,
    body.informationPages #body .top__upload aside#cartSidebar .cartSidebar label,
    aside#cartSidebar .cartSidebar body.orderApproval #body .top__upload label,
    body.orderApproval #body .top__upload aside#cartSidebar .cartSidebar label,
    aside#cartSidebar .cartSidebar body.informationPages #body .products button.dropRow,
    body.informationPages #body .products aside#cartSidebar .cartSidebar button.dropRow,
    aside#cartSidebar .cartSidebar body.orderApproval #body .products button.dropRow,
    body.orderApproval #body .products aside#cartSidebar .cartSidebar button.dropRow,
    aside#cartSidebar .cartSidebar body.informationPages #body .order-controls button,
    body.informationPages #body .order-controls aside#cartSidebar .cartSidebar button,
    aside#cartSidebar .cartSidebar body.orderApproval #body .order-controls button,
    body.orderApproval #body .order-controls aside#cartSidebar .cartSidebar button,
    aside#cartSidebar .cartSidebar body.contentPage #body .pageBuilder .tinyMCE__redButton a,
    body.contentPage #body .pageBuilder .tinyMCE__redButton aside#cartSidebar .cartSidebar a,
    aside#cartSidebar .cartSidebar body.contentPage #body .pageBuilder .tinyMCE__darkButton a,
    body.contentPage #body .pageBuilder .tinyMCE__darkButton aside#cartSidebar .cartSidebar a,
    aside#cartSidebar .cartSidebar body.contentPage #body .pageBuilder .tinyMCE__whiteButton a,
    body.contentPage #body .pageBuilder .tinyMCE__whiteButton aside#cartSidebar .cartSidebar a {
      font-family: "Lora", serif;
      text-transform: lowercase;
      font-size: 16px;
      font-weight: normal; }
    aside#loginSidebar .loginSidebar__title,
    aside#loginSidebar .cartSidebar__title,
    aside#cartSidebar .loginSidebar__title,
    aside#cartSidebar .cartSidebar__title {
      width: 100%;
      height: 87px;
      border-bottom: 1px solid #d3d3d3;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 15px 30px 15px 40px;
      color: #DE483B;
      font-family: "Lora", serif;
      font-size: 24px; }
    aside#loginSidebar .loginSidebar__close,
    aside#loginSidebar .cartSidebar__close,
    aside#cartSidebar .loginSidebar__close,
    aside#cartSidebar .cartSidebar__close {
      color: #000;
      cursor: pointer; }
    #cboxOverlay, aside#loginSidebar .loginSidebar__overlay,
    aside#loginSidebar .cartSidebar__overlay,
    aside#cartSidebar .loginSidebar__overlay,
    aside#cartSidebar .cartSidebar__overlay {
      position: fixed;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      -webkit-transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.16, 0.99);
      transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.16, 0.99);
      background-color: rgba(44, 44, 44, 0.7);
      opacity: 0;
      pointer-events: none; }
    @media (max-width: 991.98px) {
      aside#loginSidebar .loginSidebar,
      aside#loginSidebar .cartSidebar,
      aside#cartSidebar .loginSidebar,
      aside#cartSidebar .cartSidebar {
        max-width: 100%; }
        aside#loginSidebar .loginSidebar__cart .ajaxCart__items,
        aside#loginSidebar .cartSidebar__cart .ajaxCart__items,
        aside#cartSidebar .loginSidebar__cart .ajaxCart__items,
        aside#cartSidebar .cartSidebar__cart .ajaxCart__items {
          padding: 5px; } }
  aside#loginSidebar .cartSidebar,
  aside#cartSidebar .cartSidebar {
    width: 435px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
    aside#loginSidebar .cartSidebar img,
    aside#cartSidebar .cartSidebar img {
      max-width: 100%;
      max-height: 100%; }
    aside#loginSidebar .cartSidebar__cart,
    aside#cartSidebar .cartSidebar__cart {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      max-height: calc(100% - 87px); }
      aside#loginSidebar .cartSidebar__cart .ajaxCart,
      aside#cartSidebar .cartSidebar__cart .ajaxCart {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        height: 100%; }
        aside#loginSidebar .cartSidebar__cart .ajaxCart__empty,
        aside#cartSidebar .cartSidebar__cart .ajaxCart__empty {
          padding: 15px 40px;
          font-family: "Lora", serif;
          font-size: 16px;
          color: #7B7B7B; }
        aside#loginSidebar .cartSidebar__cart .ajaxCart__items,
        aside#cartSidebar .cartSidebar__cart .ajaxCart__items {
          padding: 30px;
          overflow-x: hidden;
          overflow-y: scroll;
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; }
          @media (max-width: 991.98px) {
            aside#loginSidebar .cartSidebar__cart .ajaxCart__items,
            aside#cartSidebar .cartSidebar__cart .ajaxCart__items {
              padding: 5px; } }
        aside#loginSidebar .cartSidebar__cart .ajaxCart__type,
        aside#cartSidebar .cartSidebar__cart .ajaxCart__type {
          font-family: "Lora", serif;
          font-size: 24px;
          text-transform: lowercase;
          margin-left: 10px; }
        aside#loginSidebar .cartSidebar__cart .ajaxCart__item,
        aside#cartSidebar .cartSidebar__cart .ajaxCart__item {
          padding: 15px 10px;
          border-top: 1px solid #D2D2D2; }
          aside#loginSidebar .cartSidebar__cart .ajaxCart__item .row, aside#loginSidebar .cartSidebar__cart .ajaxCart__item .form-row,
          aside#cartSidebar .cartSidebar__cart .ajaxCart__item .row,
          aside#cartSidebar .cartSidebar__cart .ajaxCart__item .form-row {
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
        aside#loginSidebar .cartSidebar__cart .ajaxCart__title,
        aside#cartSidebar .cartSidebar__cart .ajaxCart__title {
          line-height: 31px;
          font-size: 16px;
          font-family: "Lora", serif; }
        aside#loginSidebar .cartSidebar__cart .ajaxCart__amount,
        aside#cartSidebar .cartSidebar__cart .ajaxCart__amount {
          line-height: 24px;
          font-family: "Lora", serif;
          text-align: right; }
          aside#loginSidebar .cartSidebar__cart .ajaxCart__amount label,
          aside#cartSidebar .cartSidebar__cart .ajaxCart__amount label {
            display: block;
            font-weight: 600;
            margin: 0;
            font-size: 12px; }
        aside#loginSidebar .cartSidebar__cart .ajaxCart__removeFromCartBtn,
        aside#cartSidebar .cartSidebar__cart .ajaxCart__removeFromCartBtn {
          position: relative;
          top: -67px;
          right: 0px; }
          aside#loginSidebar .cartSidebar__cart .ajaxCart__removeFromCartBtn a,
          aside#cartSidebar .cartSidebar__cart .ajaxCart__removeFromCartBtn a {
            outline: none; }
            aside#loginSidebar .cartSidebar__cart .ajaxCart__removeFromCartBtn a svg,
            aside#cartSidebar .cartSidebar__cart .ajaxCart__removeFromCartBtn a svg {
              width: 16px;
              height: 16px;
              color: black; }
        aside#loginSidebar .cartSidebar__cart .ajaxCart__footer,
        aside#cartSidebar .cartSidebar__cart .ajaxCart__footer {
          padding: 15px 30px 60px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -ms-flex-pack: distribute;
              justify-content: space-around; }
          @media (max-width: 991.98px) {
            aside#loginSidebar .cartSidebar__cart .ajaxCart__footer,
            aside#cartSidebar .cartSidebar__cart .ajaxCart__footer {
              padding: 5px;
              -ms-flex-negative: 0;
                  flex-shrink: 0; } }
    aside#loginSidebar .cartSidebar__footer,
    aside#cartSidebar .cartSidebar__footer {
      padding: 15px 15px 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    body.cartSidebarOpen aside#loginSidebar .cartSidebar, body.cartSidebarOpen
    aside#cartSidebar .cartSidebar {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
      body.cartSidebarOpen aside#loginSidebar .cartSidebar__overlay, body.cartSidebarOpen
      aside#cartSidebar .cartSidebar__overlay {
        opacity: 1;
        pointer-events: auto; }
  @media (max-width: 991.98px) {
    aside#loginSidebar .loginSidebar,
    aside#cartSidebar .loginSidebar {
      height: calc(100% - 62px);
      overflow-y: scroll; }
      aside#loginSidebar .loginSidebar__register,
      aside#cartSidebar .loginSidebar__register {
        margin-top: 20px !important; } }
  aside#loginSidebar .loginSidebar input[type="text"], aside#loginSidebar .loginSidebar body.informationPages #body .summary-list__item, body.informationPages #body aside#loginSidebar .loginSidebar .summary-list__item,
  aside#loginSidebar .loginSidebar input[type="password"],
  aside#cartSidebar .loginSidebar input[type="text"],
  aside#cartSidebar .loginSidebar body.informationPages #body .summary-list__item,
  body.informationPages #body aside#cartSidebar .loginSidebar .summary-list__item,
  aside#cartSidebar .loginSidebar input[type="password"] {
    border: 1px solid #BFBFBF; }
  body.loginSidebarOpen aside#loginSidebar .loginSidebar, body.loginSidebarOpen
  aside#cartSidebar .loginSidebar {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
    body.loginSidebarOpen aside#loginSidebar .loginSidebar__overlay, body.loginSidebarOpen
    aside#cartSidebar .loginSidebar__overlay {
      opacity: 1;
      pointer-events: auto; }
  aside#loginSidebar .loginSidebar__warning,
  aside#cartSidebar .loginSidebar__warning {
    padding: 35px 40px 0;
    margin-bottom: -35px;
    font-size: 16px;
    color: #969696;
    font-family: "Lora", serif; }
  aside#loginSidebar .loginSidebar__form,
  aside#cartSidebar .loginSidebar__form {
    padding: 35px 40px;
    position: relative; }
    aside#loginSidebar .loginSidebar__form form,
    aside#cartSidebar .loginSidebar__form form {
      -webkit-transition: opacity 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
      transition: opacity 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99); }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
    aside#loginSidebar .loginSidebar__form .loader,
    aside#cartSidebar .loginSidebar__form .loader {
      opacity: 0;
      -webkit-transition: opacity 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
      transition: opacity 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
      pointer-events: none;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-animation: spin 5s linear infinite;
              animation: spin 5s linear infinite;
      width: 0;
      height: 0;
      line-height: 0; }
      aside#loginSidebar .loginSidebar__form .loader .tootal-icon,
      aside#cartSidebar .loginSidebar__form .loader .tootal-icon {
        width: 24px;
        height: 26px;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    aside#loginSidebar .loginSidebar__form label,
    aside#cartSidebar .loginSidebar__form label {
      text-transform: uppercase;
      font-size: 14px; }
    aside#loginSidebar .loginSidebar__form__row,
    aside#cartSidebar .loginSidebar__form__row {
      margin-top: 22px; }
    aside#loginSidebar .loginSidebar__form--loading, aside#loginSidebar .loginSidebar__form--loading *,
    aside#cartSidebar .loginSidebar__form--loading,
    aside#cartSidebar .loginSidebar__form--loading * {
      cursor: wait; }
    aside#loginSidebar .loginSidebar__form--loading form,
    aside#cartSidebar .loginSidebar__form--loading form {
      opacity: .5; }
    aside#loginSidebar .loginSidebar__form--loading a, aside#loginSidebar .loginSidebar__form--loading input, aside#loginSidebar .loginSidebar__form--loading button,
    aside#cartSidebar .loginSidebar__form--loading a,
    aside#cartSidebar .loginSidebar__form--loading input,
    aside#cartSidebar .loginSidebar__form--loading button {
      pointer-events: none; }
    aside#loginSidebar .loginSidebar__form--loading .loader,
    aside#cartSidebar .loginSidebar__form--loading .loader {
      opacity: 1; }
  aside#loginSidebar .loginSidebar__password label,
  aside#cartSidebar .loginSidebar__password label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  aside#loginSidebar .loginSidebar__capsWarning,
  aside#cartSidebar .loginSidebar__capsWarning {
    display: none;
    color: #DE483B;
    font-size: 12px;
    font-family: "Lora", serif;
    text-transform: none; }
  aside#loginSidebar .loginSidebar__forgot,
  aside#cartSidebar .loginSidebar__forgot {
    color: #979797;
    font-size: 12px; }
  aside#loginSidebar .loginSidebar__register,
  aside#cartSidebar .loginSidebar__register {
    margin-top: 55px;
    padding: 30px 40px;
    border-top: 1px solid #D3D3D3; }
    aside#loginSidebar .loginSidebar__register__title,
    aside#cartSidebar .loginSidebar__register__title {
      font-family: "Lora", serif;
      font-size: 24px;
      color: #969696;
      margin-bottom: 20px; }
    aside#loginSidebar .loginSidebar__register .button, aside#loginSidebar .loginSidebar__register body.informationPages #body .top__upload label, body.informationPages #body .top__upload aside#loginSidebar .loginSidebar__register label,
    aside#loginSidebar .loginSidebar__register body.orderApproval #body .top__upload label, body.orderApproval #body .top__upload aside#loginSidebar .loginSidebar__register label, aside#loginSidebar .loginSidebar__register body.informationPages #body .products button.dropRow, body.informationPages #body .products aside#loginSidebar .loginSidebar__register button.dropRow,
    aside#loginSidebar .loginSidebar__register body.orderApproval #body .products button.dropRow, body.orderApproval #body .products aside#loginSidebar .loginSidebar__register button.dropRow, aside#loginSidebar .loginSidebar__register body.informationPages #body .order-controls button, body.informationPages #body .order-controls aside#loginSidebar .loginSidebar__register button,
    aside#loginSidebar .loginSidebar__register body.orderApproval #body .order-controls button, body.orderApproval #body .order-controls aside#loginSidebar .loginSidebar__register button, aside#loginSidebar .loginSidebar__register body.contentPage #body .pageBuilder .tinyMCE__redButton a, body.contentPage #body .pageBuilder .tinyMCE__redButton aside#loginSidebar .loginSidebar__register a, aside#loginSidebar .loginSidebar__register body.contentPage #body .pageBuilder .tinyMCE__darkButton a, body.contentPage #body .pageBuilder .tinyMCE__darkButton aside#loginSidebar .loginSidebar__register a, aside#loginSidebar .loginSidebar__register body.contentPage #body .pageBuilder .tinyMCE__whiteButton a, body.contentPage #body .pageBuilder .tinyMCE__whiteButton aside#loginSidebar .loginSidebar__register a,
    aside#cartSidebar .loginSidebar__register .button,
    aside#cartSidebar .loginSidebar__register body.informationPages #body .top__upload label,
    body.informationPages #body .top__upload aside#cartSidebar .loginSidebar__register label,
    aside#cartSidebar .loginSidebar__register body.orderApproval #body .top__upload label,
    body.orderApproval #body .top__upload aside#cartSidebar .loginSidebar__register label,
    aside#cartSidebar .loginSidebar__register body.informationPages #body .products button.dropRow,
    body.informationPages #body .products aside#cartSidebar .loginSidebar__register button.dropRow,
    aside#cartSidebar .loginSidebar__register body.orderApproval #body .products button.dropRow,
    body.orderApproval #body .products aside#cartSidebar .loginSidebar__register button.dropRow,
    aside#cartSidebar .loginSidebar__register body.informationPages #body .order-controls button,
    body.informationPages #body .order-controls aside#cartSidebar .loginSidebar__register button,
    aside#cartSidebar .loginSidebar__register body.orderApproval #body .order-controls button,
    body.orderApproval #body .order-controls aside#cartSidebar .loginSidebar__register button,
    aside#cartSidebar .loginSidebar__register body.contentPage #body .pageBuilder .tinyMCE__redButton a,
    body.contentPage #body .pageBuilder .tinyMCE__redButton aside#cartSidebar .loginSidebar__register a,
    aside#cartSidebar .loginSidebar__register body.contentPage #body .pageBuilder .tinyMCE__darkButton a,
    body.contentPage #body .pageBuilder .tinyMCE__darkButton aside#cartSidebar .loginSidebar__register a,
    aside#cartSidebar .loginSidebar__register body.contentPage #body .pageBuilder .tinyMCE__whiteButton a,
    body.contentPage #body .pageBuilder .tinyMCE__whiteButton aside#cartSidebar .loginSidebar__register a {
      width: 100%;
      text-align: center; }
  aside#loginSidebar .loginSidebar__mobileManualDiv,
  aside#cartSidebar .loginSidebar__mobileManualDiv {
    margin-top: 10px; }
  aside#loginSidebar .loginSidebar__mobileManualLink,
  aside#cartSidebar .loginSidebar__mobileManualLink {
    color: #979797;
    font-size: 16px; }

/* responsive login sidebar */
@media (max-width: 991.98px) {
  body.loginSidebarOpen header#header > .top {
    -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0);
            box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0); }
    body.loginSidebarOpen header#header > .top .user--menu a {
      background-color: #F4F4F4;
      color: #555 !important; }
  aside#loginSidebar {
    z-index: 99; }
    aside#loginSidebar .loginSidebar {
      position: fixed;
      top: 62px;
      width: 100%;
      -webkit-transform: translateY(calc(0px - 100% - 62px));
              transform: translateY(calc(0px - 100% - 62px));
      -webkit-transition: all 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
      transition: all 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
      background-color: #F4F4F4; }
      aside#loginSidebar .loginSidebar__overlay {
        background-color: transparent; }
      aside#loginSidebar .loginSidebar > div {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px; }
      aside#loginSidebar .loginSidebar__title {
        display: none; } }

/* sections */
section.banner {
  height: 578px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #979797;
  color: white;
  position: relative;
  background-size: cover;
  background-position: center; }
  @media (min-width: 992px) {
    section.banner {
      position: relative; }
      section.banner:after {
        background-repeat: repeat-x;
        content: '';
        position: absolute;
        z-index: 10;
        height: 6px;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2212px%22%20height%3D%226px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20points%3D%220%2C%200%208%2C%208%2016%2C0%22%20fill%3D%22%23f6f6f6%22%20transform%3D%22scale%280.75%29%20rotate%28180 8 4%29%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E"); }
    @-webkit-keyframes slide-hoz {
      from {
        width: 0; }
      to {
        width: 100%; } }
    @keyframes slide-hoz {
      from {
        width: 0; }
      to {
        width: 100%; } }
    @-webkit-keyframes slide-vet {
      from {
        height: 0; }
      to {
        height: 100%; } }
    @keyframes slide-vet {
      from {
        height: 0; }
      to {
        height: 100%; } } }
  body.menu-enabled section.banner {
    height: 636px;
    padding-top: 58px; }
  section.banner > div {
    position: relative; }
  section.banner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(39, 39, 39, 0.5);
    pointer-events: none; }
  section.banner .banner__welcome {
    font-family: "Lora", serif;
    font-size: 48px;
    text-transform: lowercase;
    line-height: 65px; }
    section.banner .banner__welcome span {
      text-transform: none; }
  section.banner .banner__separator {
    position: relative;
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
    width: 117px;
    height: 1px;
    margin: 25px auto 45px; }
    section.banner .banner__separator:before {
      background-repeat: repeat-x;
      content: '';
      position: absolute;
      z-index: 10;
      height: 9px;
      left: 0;
      right: 0;
      top: -9px;
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218px%22%20height%3D%229px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.00025863%2C0%20L0%2C6.59417725%20L0%2C8%20L8.00025885%2C1.40509033%20L16%2C8%20L16%2C6.59417725%20L8.00025863%2C0%20Z%22%20fill%3D%22%23E34C3E%22%20transform%3D%22scale%281.125%29%20rotate%28180 8 4%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E"); }

@keyframes slide-hoz {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes slide-vet {
  from {
    height: 0; }
  to {
    height: 100%; } }
  section.banner .banner__updates {
    font-size: 20px;
    line-height: 36px; }
    section.banner .banner__updates span {
      display: block;
      font-size: 14px; }
    section.banner .banner__updates a {
      color: white;
      text-decoration: underline; }
      section.banner .banner__updates a:not(.button--red):hover {
        color: #DE483B; }
  @media (max-width: 991.98px) {
    section.banner,
    body.menu-enabled section.banner {
      padding-top: 90px;
      height: auto;
      padding-bottom: 75px; }
    section.banner .banner__welcome {
      font-size: 24px;
      line-height: 36px; }
    section.banner .banner__updates {
      font-size: 16px;
      line-height: 30px; }
      section.banner .banner__updates span {
        font-size: 12px;
        line-height: 36px; }
    section.banner .banner__more {
      display: inline-block;
      margin-top: 50px;
      width: 48px;
      height: 48px; }
    @-webkit-keyframes more {
      0% {
        -webkit-transform: translateY(0);
                transform: translateY(0); }
      50% {
        -webkit-transform: translateY(50%);
                transform: translateY(50%); } }
    @keyframes more {
      0% {
        -webkit-transform: translateY(0);
                transform: translateY(0); }
      50% {
        -webkit-transform: translateY(50%);
                transform: translateY(50%); } }
      section.banner .banner__more .tootal-icon {
        width: 24px;
        height: 24px;
        -webkit-animation: more 1.5s ease-in-out infinite;
                animation: more 1.5s ease-in-out infinite; } }

section.news {
  background-color: #F6F6F6;
  padding-bottom: 140px; }
  section.news .news__title {
    padding-top: 70px;
    padding-bottom: 134px;
    font-family: "Lora", serif;
    font-size: 48px;
    line-height: 65px;
    text-transform: lowercase; }
  section.news .news__sidebar__title {
    font-family: "Lora", serif;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 29px;
    text-transform: lowercase; }
  section.news .news__sidebar__categorySelect {
    margin-bottom: 60px; }
    section.news .news__sidebar__categorySelect .bootstrap-select {
      width: 100% !important;
      border-bottom: 1px solid #B2B2B2; }
    section.news .news__sidebar__categorySelect .dropdown-toggle {
      position: relative;
      width: 100%;
      z-index: 100;
      background: #fff !important;
      margin-bottom: 0 !important; }
  section.news .news__sidebar button.dropdown-toggle {
    border-radius: 0;
    line-height: 19px;
    padding: 10px 20px 10px 30px;
    margin: 0 0 10px;
    color: #595959;
    font-weight: 600; }
  section.news .news__sidebar filterCategories__input {
    position: relative;
    min-height: 50px; }
    section.news .news__sidebar filterCategories__input input {
      margin-left: 9px; }
    section.news .news__sidebar filterCategories__input .bs-searchbox input {
      margin-left: 0; }
  section.news .news__sidebar filterCategories__tooltip {
    display: inline-block;
    height: 15px;
    width: 15px;
    background-color: #878787;
    border-radius: 15px;
    color: #fff;
    line-height: 14px;
    text-align: center;
    font-size: 12px;
    font-family: "Lora", serif;
    cursor: default;
    position: absolute;
    top: calc(50% - 5px);
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10; }
  section.news .news__sidebar filterCategories__tooltip--select {
    left: 10px; }
  section.news .news__sidebar filterCategories__input .dropdown-toggle {
    position: relative;
    -webkit-transition: padding 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
    transition: padding 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99); }
    section.news .news__sidebar filterCategories__input .dropdown-toggle[aria-expanded="true"] {
      z-index: 21;
      background-color: white;
      padding-left: 5px; }
  section.news .news__sidebar filterCategories__input span.text {
    margin-right: 0;
    width: 100%;
    position: relative;
    padding-left: 14px; }
    section.news .news__sidebar filterCategories__input span.text:before {
      position: absolute;
      left: -5px;
      content: '';
      display: inline-block;
      background-color: #F0F0F0;
      width: 14px;
      height: 14px;
      border: 1px solid #A9A9A9;
      margin-right: 5px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    section.news .news__sidebar filterCategories__input span.text:after {
      content: '✔';
      position: absolute;
      left: -5px;
      top: 50%;
      width: 14px;
      text-align: center;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      opacity: 0;
      pointer-events: none; }
  section.news .news__sidebar filterCategories__input li.selected span.text {
    color: #DE483B;
    font-weight: bold; }
    section.news .news__sidebar filterCategories__input li.selected span.text:after {
      opacity: 1;
      font-weight: normal; }
  section.news .news__sidebar filterCategories__reset {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 19px;
    font-family: "Lora", serif;
    margin-top: 15px;
    text-transform: lowercase; }
    section.news .news__sidebar filterCategories__reset .tootal-icon {
      width: 16px;
      height: 16px;
      margin-right: 5px; }
  section.news .news__sidebar div.dropdown-menu {
    z-index: 21;
    border-radius: 0;
    border: none;
    overflow: visible !important;
    min-width: calc(100% + 30px) !important;
    margin-left: -15px;
    margin-right: -15px; }
    section.news .news__sidebar div.dropdown-menu:before {
      content: '';
      position: absolute;
      top: -55px;
      right: 0;
      bottom: 0;
      left: 0;
      -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.19);
              box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.19);
      background-color: #fff;
      z-index: -1; }
    section.news .news__sidebar div.dropdown-menu.show {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column wrap;
              flex-flow: column wrap; }
    section.news .news__sidebar div.dropdown-menu .inner {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    section.news .news__sidebar div.dropdown-menu .popover-header {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative; }
      section.news .news__sidebar div.dropdown-menu .popover-header span {
        position: absolute;
        display: inline-block;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        top: calc(50% - 2px);
        left: 50%;
        font-family: "Lora", serif;
        color: #fff;
        font-size: 16px;
        pointer-events: none;
        line-height: 19px; }
      section.news .news__sidebar div.dropdown-menu .popover-header button {
        opacity: 1;
        margin: 0 auto;
        font-size: 0;
        color: transparent;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        width: 200px;
        max-width: 100%; }
    section.news .news__sidebar div.dropdown-menu .dropdown-toggle {
      position: relative;
      -webkit-transition: padding 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
      transition: padding 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99); }
      section.news .news__sidebar div.dropdown-menu .dropdown-toggle[aria-expanded="true"] {
        z-index: 21;
        background-color: transparent;
        padding-left: 5px; }
    section.news .news__sidebar div.dropdown-menu span.text {
      margin-right: 0;
      width: 100%;
      position: relative;
      padding-left: 14px; }
      section.news .news__sidebar div.dropdown-menu span.text:before {
        position: absolute;
        left: -5px;
        content: '';
        display: inline-block;
        background-color: #F0F0F0;
        width: 14px;
        height: 14px;
        border: 1px solid #A9A9A9;
        margin-right: 5px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      section.news .news__sidebar div.dropdown-menu span.text:after {
        content: '✔';
        position: absolute;
        left: -5px;
        top: 50%;
        width: 14px;
        text-align: center;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        opacity: 0;
        pointer-events: none; }
    section.news .news__sidebar div.dropdown-menu li.selected span.text {
      color: #DE483B;
      font-weight: bold; }
      section.news .news__sidebar div.dropdown-menu li.selected span.text:after {
        opacity: 1;
        font-weight: normal; }
    section.news .news__sidebar div.dropdown-menu li.dropdown-header span.text {
      padding-left: 0; }
      section.news .news__sidebar div.dropdown-menu li.dropdown-header span.text:before {
        content: none; }
      section.news .news__sidebar div.dropdown-menu li.dropdown-header span.text:after {
        content: none; }
  section.news .news__sidebar__categories {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    line-height: 40px; }
    section.news .news__sidebar__categories .tootal-icon {
      width: 18px;
      height: 18px;
      margin-bottom: 1px; }
    section.news .news__sidebar__categories input {
      pointer-events: none;
      opacity: 0;
      width: 0;
      height: 0;
      position: absolute; }
    section.news .news__sidebar__categories label {
      cursor: pointer; }
    section.news .news__sidebar__categories .checkbox {
      display: inline-block;
      width: 14px;
      height: 14px;
      border: 1px solid #2c2c2c;
      margin-right: 8px;
      position: relative;
      background-color: #2c2c2c;
      vertical-align: baseline;
      -webkit-transform: translateY(1px);
              transform: translateY(1px);
      -webkit-transition: background-color 0.1s cubic-bezier(0.17, 0.67, 0.16, 0.99);
      transition: background-color 0.1s cubic-bezier(0.17, 0.67, 0.16, 0.99); }
      section.news .news__sidebar__categories .checkbox svg {
        position: absolute;
        left: 50%;
        top: calc(50% + 1px);
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        color: white;
        width: 14px;
        height: 14px; }
    section.news .news__sidebar__categories input:not(:checked) + label .checkbox {
      background-color: transparent; }
    section.news .news__sidebar__categories input:not(:checked) + label svg {
      display: none; }
    section.news .news__sidebar__categories input:not(:checked) + label:hover .checkbox {
      background-color: rgba(44, 44, 44, 0.15); }
  section.news .news__items {
    margin-bottom: 96px;
    -webkit-transition: opacity 0.2s cubic-bezier(0.17, 0.67, 0.16, 0.99);
    transition: opacity 0.2s cubic-bezier(0.17, 0.67, 0.16, 0.99); }
    @media (min-width: 992px) {
      section.news .news__items > :nth-child(2n) {
        -webkit-transform: translateY(58px);
                transform: translateY(58px); } }
    section.news .news__items--loading {
      opacity: .6; }
  section.news .news__no-more {
    display: none;
    font-family: "Lora", serif;
    font-size: 18px;
    opacity: .6;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  section.news .news__load-more {
    display: inline-block; }
    section.news .news__load-more.hidden {
      display: none; }
      section.news .news__load-more.hidden + div {
        display: inline-block; }
  @media (max-width: 991.98px) {
    section.news .news__title {
      padding: 25px 0;
      font-size: 30px; }
    section.news .news__sidebar__title {
      display: none; } }

section.blogItem .news__item,
section.news .news__item {
  min-height: 335px;
  margin-bottom: 30px;
  display: block;
  color: #1D1D1D; }
  section.blogItem .news__item:hover,
  section.news .news__item:hover {
    text-decoration: none; }
  section.blogItem .news__item__category, section.blogItem .news__item__new,
  section.news .news__item__category,
  section.news .news__item__new {
    text-transform: uppercase;
    background-color: #2c2c2c;
    font-size: 11px;
    line-height: 15px;
    height: 24px;
    border-radius: 12px;
    padding: 4px 12px 5px; }
  section.blogItem .news__item__new,
  section.news .news__item__new {
    background-color: #E34C3E; }
  section.blogItem .news__item__header,
  section.news .news__item__header {
    position: relative;
    color: white; }
    section.blogItem .news__item__header:before,
    section.news .news__item__header:before {
      content: '';
      display: block;
      padding-top: calc(100% / 461 * 335); }
    section.blogItem .news__item__header:after,
    section.news .news__item__header:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: rgba(29, 29, 29, 0.2) linear-gradient(44.76deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%); }
    section.blogItem .news__item__header__top,
    section.news .news__item__header__top {
      z-index: 1;
      position: absolute;
      left: 13px;
      top: 11px;
      right: 12px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    section.blogItem .news__item__header__bottom,
    section.news .news__item__header__bottom {
      z-index: 1;
      position: absolute;
      left: 30px;
      right: 34px;
      bottom: calc(67px + 11px);
      max-width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 14px;
      line-height: 19px; }
      section.blogItem .news__item__header__bottom span,
      section.news .news__item__header__bottom span {
        font-weight: bold; }
  section.blogItem .news__item__thumbnail,
  section.news .news__item__thumbnail {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }
    section.blogItem .news__item__thumbnail img,
    section.news .news__item__thumbnail img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      width: 100%;
      height: 100%; }
  section.blogItem .news__item__date,
  section.news .news__item__date {
    margin-right: 44px; }
  section.blogItem .news__item__body,
  section.news .news__item__body {
    position: relative;
    margin-top: -67px;
    background-color: white;
    margin-right: 34px;
    padding: 28px 30px;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05); }
  section.blogItem .news__item__title,
  section.news .news__item__title {
    color: #E34C3E;
    margin-bottom: 17px;
    font-family: "Lora", serif;
    font-size: 21px;
    line-height: 26px;
    -webkit-transition: color 0.15s cubic-bezier(0.17, 0.67, 0.16, 0.99);
    transition: color 0.15s cubic-bezier(0.17, 0.67, 0.16, 0.99); }
  section.blogItem .news__item__excerpt,
  section.news .news__item__excerpt {
    font-size: 12px;
    line-height: 22px;
    color: #2c2c2c; }
  section.blogItem .news__item__arrow,
  section.news .news__item__arrow {
    opacity: 0;
    background-color: #DE483B;
    width: 34px;
    height: 34px;
    border-radius: 17px;
    position: absolute;
    right: 0;
    top: 67px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    -webkit-transition: opacity 0.15s cubic-bezier(0.17, 0.67, 0.16, 0.99);
    transition: opacity 0.15s cubic-bezier(0.17, 0.67, 0.16, 0.99); }
    section.blogItem .news__item__arrow .tootal-icon,
    section.news .news__item__arrow .tootal-icon {
      width: 13px;
      height: 13px; }
      section.blogItem .news__item__arrow .tootal-icon:first-child,
      section.news .news__item__arrow .tootal-icon:first-child {
        margin-right: -10px; }
  section.blogItem .news__item:hover .news__item__title,
  section.news .news__item:hover .news__item__title {
    color: #1d1d1d; }
  section.blogItem .news__item:hover .news__item__arrow,
  section.news .news__item:hover .news__item__arrow {
    opacity: 1; }
  section.blogItem .news__item__mailToSelf,
  section.news .news__item__mailToSelf {
    cursor: pointer;
    color: white;
    z-index: 99;
    margin-left: 45px; }
    section.blogItem .news__item__mailToSelf:hover,
    section.news .news__item__mailToSelf:hover {
      color: #E34C3E;
      z-index: 99; }

section.video-banner {
  position: relative;
  color: white;
  background-color: #232323;
  overflow: hidden; }
  @media (min-width: 1200px) {
    section.video-banner {
      position: relative; }
      section.video-banner:after {
        background-repeat: repeat-x;
        content: '';
        position: absolute;
        z-index: 10;
        height: 6px;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2212px%22%20height%3D%226px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20points%3D%220%2C%200%208%2C%208%2016%2C0%22%20fill%3D%22%23f6f6f6%22%20transform%3D%22scale%280.75%29%20rotate%28180 8 4%29%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E"); }
    @-webkit-keyframes slide-hoz {
      from {
        width: 0; }
      to {
        width: 100%; } }
    @keyframes slide-hoz {
      from {
        width: 0; }
      to {
        width: 100%; } }
    @-webkit-keyframes slide-vet {
      from {
        height: 0; }
      to {
        height: 100%; } }
    @keyframes slide-vet {
      from {
        height: 0; }
      to {
        height: 100%; } }
      section.video-banner .videos {
        position: relative;
        z-index: 2;
        height: calc(100vh - 87px + 6px); }
        section.video-banner .videos--backgrounds {
          z-index: 1;
          position: absolute;
          top: 0;
          width: 100%; }
      section.video-banner .video {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        position: relative;
        overflow: hidden;
        z-index: 1;
        -webkit-transition: all 0.35s cubic-bezier(0.17, 0.67, 0.16, 0.99);
        transition: all 0.35s cubic-bezier(0.17, 0.67, 0.16, 0.99); }
        section.video-banner .video:not(:last-child) {
          border-right: 1px solid white; }
          section.video-banner .video:not(:last-child) .video__item {
            width: calc(100% + 31px); }
        section.video-banner .video a {
          color: white;
          text-decoration: none; }
        section.video-banner .video ul {
          list-style: none; }
        section.video-banner .video video {
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          min-width: 100%;
          min-height: 100%;
          max-width: none;
          opacity: 0;
          -webkit-transition: all 0.35s cubic-bezier(0.17, 0.67, 0.16, 0.99);
          transition: all 0.35s cubic-bezier(0.17, 0.67, 0.16, 0.99); }
        section.video-banner .video--background {
          overflow: visible; }
        section.video-banner .video__image {
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          width: 100vw;
          pointer-events: none;
          background-size: cover;
          background-position: center;
          -webkit-transition: all 0.35s cubic-bezier(0.17, 0.67, 0.16, 0.99);
          transition: all 0.35s cubic-bezier(0.17, 0.67, 0.16, 0.99);
          opacity: 0; }
          section.video-banner .video__image--2 {
            left: -100%; }
          section.video-banner .video__image--3 {
            left: -200%; }
          section.video-banner .video__image--4 {
            left: -300%; }
          section.video-banner .video__image--dummy {
            opacity: 1;
            z-index: -1;
            -webkit-transition: 0.35s;
            transition: 0.35s; }
          section.video-banner .video__image--full {
            -webkit-transition-delay: 0.7s;
                    transition-delay: 0.7s; }
          section.video-banner .video__image:after {
            pointer-events: none;
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            background: rgba(42, 42, 42, 0.3) linear-gradient(50.99deg, rgba(34, 34, 34, 0.5) 0%, rgba(15, 15, 15, 0) 100%); }
        section.video-banner .video__item {
          margin-left: -15px;
          margin-right: -15px;
          padding: 0 15px 0 45px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-flow: column;
                  flex-flow: column;
          position: relative;
          -webkit-transition: all 0.35s cubic-bezier(0.17, 0.67, 0.16, 0.99);
          transition: all 0.35s cubic-bezier(0.17, 0.67, 0.16, 0.99); }
        section.video-banner .video__title {
          font-size: 32px;
          font-family: "Lora", serif; }
        section.video-banner .video__subtitle {
          font-size: 14px;
          text-transform: uppercase; }
        section.video-banner .video__button, section.video-banner .video__menu-items, section.video-banner .video__slogan {
          opacity: 0;
          -webkit-transition: all 0.35s cubic-bezier(0.17, 0.67, 0.16, 0.99);
          transition: all 0.35s cubic-bezier(0.17, 0.67, 0.16, 0.99);
          position: absolute;
          left: 0;
          right: 0;
          padding: 48px 15px 48px 45px; }
          section.video-banner .video__button img.videoTootalLogo, section.video-banner .video__menu-items img.videoTootalLogo, section.video-banner .video__slogan img.videoTootalLogo {
            width: 125px;
            height: auto;
            margin-left: 45px;
            margin-bottom: 5px; }
        section.video-banner .video__button {
          bottom: 100%;
          opacity: 1; }
          section.video-banner .video__button .button, section.video-banner .video__button body.informationPages #body .top__upload label, body.informationPages #body .top__upload section.video-banner .video__button label,
          section.video-banner .video__button body.orderApproval #body .top__upload label, body.orderApproval #body .top__upload section.video-banner .video__button label, section.video-banner .video__button body.informationPages #body .products button.dropRow, body.informationPages #body .products section.video-banner .video__button button.dropRow,
          section.video-banner .video__button body.orderApproval #body .products button.dropRow, body.orderApproval #body .products section.video-banner .video__button button.dropRow, section.video-banner .video__button body.informationPages #body .order-controls button, body.informationPages #body .order-controls section.video-banner .video__button button,
          section.video-banner .video__button body.orderApproval #body .order-controls button, body.orderApproval #body .order-controls section.video-banner .video__button button, section.video-banner .video__button body.contentPage #body .pageBuilder .tinyMCE__redButton a, body.contentPage #body .pageBuilder .tinyMCE__redButton section.video-banner .video__button a, section.video-banner .video__button body.contentPage #body .pageBuilder .tinyMCE__darkButton a, body.contentPage #body .pageBuilder .tinyMCE__darkButton section.video-banner .video__button a, section.video-banner .video__button body.contentPage #body .pageBuilder .tinyMCE__whiteButton a, body.contentPage #body .pageBuilder .tinyMCE__whiteButton section.video-banner .video__button a {
            height: 56px;
            border-radius: 28px;
            line-height: 32px;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-transition: all 0.35s cubic-bezier(0.17, 0.67, 0.16, 0.99);
            transition: all 0.35s cubic-bezier(0.17, 0.67, 0.16, 0.99);
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
            position: relative;
            overflow: hidden;
            background-color: #DE483B;
            padding-right: 15px;
            border-color: transparent;
            max-width: calc(100% - 35px);
            width: 270px;
            padding-left: 35px;
            opacity: 0;
            cursor: pointer; }
            section.video-banner .video__button .button .tootal-icon, section.video-banner .video__button body.informationPages #body .top__upload label .tootal-icon, body.informationPages #body .top__upload section.video-banner .video__button label .tootal-icon, section.video-banner .video__button body.orderApproval #body .top__upload label .tootal-icon, body.orderApproval #body .top__upload section.video-banner .video__button label .tootal-icon, section.video-banner .video__button body.informationPages #body .products button.dropRow .tootal-icon, body.informationPages #body .products section.video-banner .video__button button.dropRow .tootal-icon, section.video-banner .video__button body.orderApproval #body .products button.dropRow .tootal-icon, body.orderApproval #body .products section.video-banner .video__button button.dropRow .tootal-icon, section.video-banner .video__button body.informationPages #body .order-controls button .tootal-icon, body.informationPages #body .order-controls section.video-banner .video__button button .tootal-icon, section.video-banner .video__button body.orderApproval #body .order-controls button .tootal-icon, body.orderApproval #body .order-controls section.video-banner .video__button button .tootal-icon, section.video-banner .video__button body.contentPage #body .pageBuilder .tinyMCE__redButton a .tootal-icon, body.contentPage #body .pageBuilder .tinyMCE__redButton section.video-banner .video__button a .tootal-icon, section.video-banner .video__button body.contentPage #body .pageBuilder .tinyMCE__darkButton a .tootal-icon, body.contentPage #body .pageBuilder .tinyMCE__darkButton section.video-banner .video__button a .tootal-icon, section.video-banner .video__button body.contentPage #body .pageBuilder .tinyMCE__whiteButton a .tootal-icon, body.contentPage #body .pageBuilder .tinyMCE__whiteButton section.video-banner .video__button a .tootal-icon {
              display: block;
              position: absolute;
              top: 50%;
              left: 28px;
              -webkit-transform: translate(-50%, -50%);
                      transform: translate(-50%, -50%);
              vertical-align: baseline;
              margin-bottom: -1px;
              margin-right: 0;
              max-width: none;
              fill: white;
              border-radius: 50%;
              padding: 2px;
              width: 18px;
              height: 18px; }
            section.video-banner .video__button .button span, section.video-banner .video__button body.informationPages #body .top__upload label span, body.informationPages #body .top__upload section.video-banner .video__button label span, section.video-banner .video__button body.orderApproval #body .top__upload label span, body.orderApproval #body .top__upload section.video-banner .video__button label span, section.video-banner .video__button body.informationPages #body .products button.dropRow span, body.informationPages #body .products section.video-banner .video__button button.dropRow span, section.video-banner .video__button body.orderApproval #body .products button.dropRow span, body.orderApproval #body .products section.video-banner .video__button button.dropRow span, section.video-banner .video__button body.informationPages #body .order-controls button span, body.informationPages #body .order-controls section.video-banner .video__button button span, section.video-banner .video__button body.orderApproval #body .order-controls button span, body.orderApproval #body .order-controls section.video-banner .video__button button span, section.video-banner .video__button body.contentPage #body .pageBuilder .tinyMCE__redButton a span, body.contentPage #body .pageBuilder .tinyMCE__redButton section.video-banner .video__button a span, section.video-banner .video__button body.contentPage #body .pageBuilder .tinyMCE__darkButton a span, body.contentPage #body .pageBuilder .tinyMCE__darkButton section.video-banner .video__button a span, section.video-banner .video__button body.contentPage #body .pageBuilder .tinyMCE__whiteButton a span, body.contentPage #body .pageBuilder .tinyMCE__whiteButton section.video-banner .video__button a span {
              display: inline-block;
              -webkit-transition: all 0.35s cubic-bezier(0.17, 0.67, 0.16, 0.99);
              transition: all 0.35s cubic-bezier(0.17, 0.67, 0.16, 0.99);
              padding: 0 5px;
              white-space: nowrap; }
        section.video-banner .video__separator {
          position: relative;
          position: absolute;
          bottom: -38px;
          -webkit-transform: scale(1, -1);
                  transform: scale(1, -1);
          width: 85px;
          height: 1px;
          margin-right: 30px;
          opacity: .5;
          -webkit-transition: all 0.35s cubic-bezier(0.17, 0.67, 0.16, 0.99);
          transition: all 0.35s cubic-bezier(0.17, 0.67, 0.16, 0.99); }
          section.video-banner .video__separator:before {
            background-repeat: repeat-x;
            content: '';
            position: absolute;
            z-index: 10;
            height: 5px;
            left: 0;
            right: 0;
            top: -5px;
            background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.00025863%2C0%20L0%2C6.59417725%20L0%2C8%20L8.00025885%2C1.40509033%20L16%2C8%20L16%2C6.59417725%20L8.00025863%2C0%20Z%22%20fill%3D%22%23fff%22%20transform%3D%22scale%280.625%29%20rotate%28180 8 4%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E"); }
    @keyframes slide-hoz {
      from {
        width: 0; }
      to {
        width: 100%; } }
    @keyframes slide-vet {
      from {
        height: 0; }
      to {
        height: 100%; } }
        section.video-banner .video__menu-items {
          top: 100%;
          padding-top: 79px;
          font-size: 14px;
          line-height: 38px;
          font-weight: 600;
          text-transform: uppercase; }
          section.video-banner .video__menu-items a:hover .tootal-icon {
            color: #DE483B;
            color: white;
            margin-right: 1px; }
          section.video-banner .video__menu-items .tootal-icon {
            color: #9e9e9e;
            width: 13px;
            height: 13px;
            vertical-align: baseline;
            margin-right: 0;
            -webkit-transition: all 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99) 0.2s, margin 0.05s cubic-bezier(0.17, 0.67, 0.16, 0.99), color 0s;
            transition: all 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99) 0.2s, margin 0.05s cubic-bezier(0.17, 0.67, 0.16, 0.99), color 0s;
            -webkit-transform: translateX(-100%);
                    transform: translateX(-100%);
            opacity: 0; }
          section.video-banner .video__menu-items li {
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
            opacity: 0; }
            section.video-banner .video__menu-items li.active {
              -webkit-transition: all 0.35s cubic-bezier(0.17, 0.67, 0.16, 0.99);
              transition: all 0.35s cubic-bezier(0.17, 0.67, 0.16, 0.99);
              -webkit-transform: none;
                      transform: none;
              opacity: 1; }
        section.video-banner .video__slogan {
          bottom: 0;
          opacity: 0;
          -webkit-transition: all 0.35s cubic-bezier(0.17, 0.67, 0.16, 0.99);
          transition: all 0.35s cubic-bezier(0.17, 0.67, 0.16, 0.99);
          pointer-events: none; }
          section.video-banner .video__slogan img {
            width: 100%;
            max-width: 221px; }
        section.video-banner .video.active {
          background-color: rgba(0, 0, 0, 0.25); }
          section.video-banner .video.active .video__button, section.video-banner .video.active .video__menu-items {
            opacity: 1; }
          section.video-banner .video.active .video__button .button, section.video-banner .video.active .video__button body.informationPages #body .top__upload label, body.informationPages #body .top__upload section.video-banner .video.active .video__button label,
          section.video-banner .video.active .video__button body.orderApproval #body .top__upload label, body.orderApproval #body .top__upload section.video-banner .video.active .video__button label, section.video-banner .video.active .video__button body.informationPages #body .products button.dropRow, body.informationPages #body .products section.video-banner .video.active .video__button button.dropRow,
          section.video-banner .video.active .video__button body.orderApproval #body .products button.dropRow, body.orderApproval #body .products section.video-banner .video.active .video__button button.dropRow, section.video-banner .video.active .video__button body.informationPages #body .order-controls button, body.informationPages #body .order-controls section.video-banner .video.active .video__button button,
          section.video-banner .video.active .video__button body.orderApproval #body .order-controls button, body.orderApproval #body .order-controls section.video-banner .video.active .video__button button, section.video-banner .video.active .video__button body.contentPage #body .pageBuilder .tinyMCE__redButton a, body.contentPage #body .pageBuilder .tinyMCE__redButton section.video-banner .video.active .video__button a, section.video-banner .video.active .video__button body.contentPage #body .pageBuilder .tinyMCE__darkButton a, body.contentPage #body .pageBuilder .tinyMCE__darkButton section.video-banner .video.active .video__button a, section.video-banner .video.active .video__button body.contentPage #body .pageBuilder .tinyMCE__whiteButton a, body.contentPage #body .pageBuilder .tinyMCE__whiteButton section.video-banner .video.active .video__button a {
            opacity: 1; }
          section.video-banner .video.active .video__menu-items .tootal-icon {
            -webkit-transform: translateX(0);
                    transform: translateX(0);
            opacity: 1; }
        section.video-banner .video.logo .video__slogan {
          opacity: 1; }
      section.video-banner.active .video {
        border-color: rgba(255, 255, 255, 0.2); }
        section.video-banner.active .video .video__image--dummy {
          opacity: 0;
          -webkit-transition-delay: 0s;
                  transition-delay: 0s; }
        section.video-banner.active .video.active .video__image--dummy {
          -webkit-transition-delay: 0s;
                  transition-delay: 0s; }
        section.video-banner.active .video .video__image--full {
          -webkit-transition-delay: 0s;
                  transition-delay: 0s; }
        section.video-banner.active .video--background {
          overflow: visible; }
          section.video-banner.active .video--background.active .video__image {
            opacity: 1; }
        section.video-banner.active .video:not(.active) .video__button,
        section.video-banner.active .video:not(.active) .video__separator {
          opacity: 0; }
        section.video-banner.active .video:not(.active) .video__item {
          opacity: .4; } }
  @media screen and (min-width: 1200px) and (max-height: 767px) and (min-width: 1000px) {
    section.video-banner .video__title {
      font-size: 26px; }
    section.video-banner .video__separator {
      bottom: -20px; }
    section.video-banner .video__menu-items {
      padding-top: 50px;
      line-height: 34px; }
    section.video-banner .video__item {
      margin-top: -25%; } }
  @media screen and (min-width: 1200px) and (max-height: 599px) and (min-width: 1000px) {
    section.video-banner .video__button {
      padding-top: 15px;
      padding-bottom: 15px; }
    section.video-banner .video__menu-items {
      padding-top: 35px;
      line-height: 30px; }
    section.video-banner .video__slogan {
      padding-bottom: 20px; } }
  @media (max-width: 1199.98px) {
    section.video-banner .video {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 35px;
      position: relative;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      section.video-banner .video:not(:last-child) {
        border-bottom: 2px solid #fff; }
      section.video-banner .video a {
        color: #ffffff;
        text-decoration: none !important; }
      section.video-banner .video__image {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-size: cover;
        background-position: center; }
        section.video-banner .video__image:after {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-color: rgba(42, 42, 42, 0.5);
          background-image: linear-gradient(50.99deg, #222222 0%, rgba(15, 15, 15, 0) 100%); }
      section.video-banner .video__menu-items {
        list-style: none;
        margin: 0;
        padding: 0 0 25px;
        display: none;
        line-height: 38px; }
        section.video-banner .video__menu-items .tootal-icon {
          color: #9E9E9E;
          width: 14px;
          height: 14px; }
      section.video-banner .video__button {
        border: 1px solid #fff;
        width: 40px;
        height: 40px;
        border-radius: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 25px;
        -webkit-transition: all 0.15s cubic-bezier(0.17, 0.67, 0.16, 0.99);
        transition: all 0.15s cubic-bezier(0.17, 0.67, 0.16, 0.99); }
        section.video-banner .video__button span {
          display: none; }
        section.video-banner .video__button .tootal-icon {
          fill: #fff;
          margin: 0 0 3px 2px; }
      section.video-banner .video__item {
        position: relative;
        min-width: 300px; }
      section.video-banner .video__head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      section.video-banner .video__toggle {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 46px;
        height: 46px;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        cursor: pointer; }
        section.video-banner .video__toggle .tootal-icon {
          -webkit-transition: all 0.15s cubic-bezier(0.17, 0.67, 0.16, 0.99);
          transition: all 0.15s cubic-bezier(0.17, 0.67, 0.16, 0.99); }
      section.video-banner .video__title {
        font-family: "Lora", serif;
        font-size: 22px;
        line-height: 28px; }
      section.video-banner .video__subtitle {
        font-size: 12px;
        line-height: 18px;
        text-transform: uppercase;
        margin-bottom: 25px; }
      section.video-banner .video__slogan {
        display: none; }
      section.video-banner .video.open .video__button {
        background-color: #DE483B;
        border-color: #DE483B; }
      section.video-banner .video.open .video__toggle .tootal-icon {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    section.video-banner .videos--backgrounds {
      display: none; } }

.stockStatus {
  margin-bottom: 35px; }
  .stockStatus .ecoStock {
    font-size: 16px; }
  .stockStatus__title {
    font-size: 16px;
    margin-bottom: 5px; }
    .stockStatus__title img {
      display: inline;
      max-height: 21px;
      margin: 0 2px; }
  .stockStatus__text {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px; }
  .stockStatus__input .input-group, .stockStatus__input .orderNow {
    margin-bottom: 15px; }
  .stockStatus__input .form-control,
  .stockStatus__input .input-group-append {
    height: 50px;
    padding: 0 15px;
    z-index: 3; }
  .stockStatus__input .stock-check-input-field {
    border: 1px solid #979797 !important;
    border-radius: 50px 0 0 50px; }
  .stockStatus__input .input-group-append {
    border: 1px solid #979797;
    position: relative;
    border-left: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    line-height: 46px;
    font-size: 1rem; }
    .stockStatus__input .input-group-append:before {
      content: '';
      position: absolute;
      left: 0;
      top: 5px;
      bottom: 5px;
      width: 1px;
      background-color: rgba(151, 151, 151, 0.5); }
    .stockStatus__input .input-group-append.stock-check-button {
      cursor: pointer;
      background-color: #979797;
      color: #fff;
      border-radius: 0 50px 50px 0; }
      .stockStatus__input .input-group-append.stock-check-button svg {
        margin-top: 16px;
        width: 17px;
        height: 17px; }
  .stockStatus__input .form-control {
    border-left: none;
    border-right: none;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .stockStatus .col-md-auto {
    max-width: 100%; }
  .stockStatus button {
    height: 50px;
    padding: 15px 27px; }

/* order sidebar */
#orderSidebar {
  font-size: 14px;
  color: #2c2c2c; }
  #orderSidebar .orderSlide ul.orderSidebar__table {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    width: 100%; }
    #orderSidebar .orderSlide ul.orderSidebar__table .orderSidebar__row {
      display: table-row; }
      #orderSidebar .orderSlide ul.orderSidebar__table .orderSidebar__row > span {
        display: table-cell;
        border-bottom: 1px solid #DBDBDB;
        line-height: 34px; }
      #orderSidebar .orderSlide ul.orderSidebar__table .orderSidebar__row .header {
        width: 50%;
        color: #515151; }
        #orderSidebar .orderSlide ul.orderSidebar__table .orderSidebar__row .header ~ span {
          font-weight: 600; }
      #orderSidebar .orderSlide ul.orderSidebar__table .orderSidebar__row .articleNr__tooltip, #orderSidebar .orderSlide ul.orderSidebar__table .orderSidebar__row .shadeAlternative__tooltip {
        display: inline-block;
        height: 15px;
        width: 15px;
        background-color: #878787;
        border-radius: 15px;
        color: #fff;
        line-height: 14px;
        text-align: center;
        font-size: 12px;
        font-family: "Lora", serif;
        cursor: default; }
  #orderSidebar .orderSlide ul.alternatives {
    list-style: none;
    margin: 0 0 40px;
    padding: 0;
    font-size: 14px; }
    #orderSidebar .orderSlide ul.alternatives li {
      background-color: #F4F4F4;
      margin: 20px 0;
      padding: 22px 30px;
      display: block;
      cursor: pointer;
      -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
              box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
      -webkit-transition: all 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
      transition: all 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99); }
      #orderSidebar .orderSlide ul.alternatives li:hover {
        -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
                box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
        background-color: #e7e7e7; }
    #orderSidebar .orderSlide ul.alternatives table {
      width: 100%; }
      #orderSidebar .orderSlide ul.alternatives table td {
        padding: 5px 10px; }
  #orderSidebar .orderSlide ul.options {
    list-style: none;
    margin: 80px 0 40px;
    padding: 0;
    line-height: 36px;
    font-size: 16px;
    border-top: 1px solid #D7D7D7;
    font-family: "Lora", serif; }
    #orderSidebar .orderSlide ul.options li, #orderSidebar .orderSlide ul.options button, #orderSidebar .orderSlide ul.options a {
      color: #2C2C2C; }
    #orderSidebar .orderSlide ul.options button, #orderSidebar .orderSlide ul.options a {
      margin-right: 15px;
      padding: 0 15px;
      outline: none; }
      #orderSidebar .orderSlide ul.options button:hover, #orderSidebar .orderSlide ul.options a:hover {
        color: #DE483B; }
    #orderSidebar .orderSlide ul.options .tootal-icon {
      vertical-align: text-bottom; }
    #orderSidebar .orderSlide ul.options li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-bottom: 1px solid #D7D7D7;
      padding: 10px 0; }
      #orderSidebar .orderSlide ul.options li.imageThumbs .thumb {
        width: 33%;
        padding: 5px;
        cursor: pointer; }
        #orderSidebar .orderSlide ul.options li.imageThumbs .thumb:hover {
          padding: 0; }
        #orderSidebar .orderSlide ul.options li.imageThumbs .thumb a {
          display: inline-block;
          position: relative;
          width: 100%;
          overflow: hidden;
          margin: 0;
          padding: 0; }
          #orderSidebar .orderSlide ul.options li.imageThumbs .thumb a .imgWrap {
            width: 100%;
            margin-top: 75%; }
            #orderSidebar .orderSlide ul.options li.imageThumbs .thumb a .imgWrap img {
              position: absolute;
              top: 0;
              left: 0;
              bottom: 0;
              right: 0;
              width: 100%;
              max-width: none;
              max-height: none; }
              #orderSidebar .orderSlide ul.options li.imageThumbs .thumb a .imgWrap img.shirt {
                width: 150%;
                top: -25%;
                left: -25%; }
  #orderSidebar .designToolLinkSidebar a {
    color: inherit; }
  #orderSidebar .orderSidebar__row .alsoAvailable {
    cursor: pointer; }

/* Stock truck animation */
.stockStatus .stockStatus__title img {
  position: relative;
  animation: driveIn 1.5s 1;
  -webkit-animation: driveIn 1.5s 1; }

.stockStatus.refresh .stockStatus__title img {
  animation: driveOut 1.5s 1;
  -webkit-animation: driveOut 1.5s 1;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards; }

@keyframes driveIn {
  0% {
    left: -100px;
    opacity: 0; }
  40% {
    opacity: 1; }
  100% {
    left: 0; } }

@-webkit-keyframes driveIn {
  0% {
    left: -100px;
    opacity: 0; }
  40% {
    opacity: 1; }
  100% {
    left: 0; } }

@keyframes driveOut {
  0% {
    left: 0; }
  60% {
    opacity: 1; }
  100% {
    left: 100px;
    opacity: 0; } }

@-webkit-keyframes driveOut {
  0% {
    left: 0; }
  60% {
    opacity: 1; }
  100% {
    left: 100px;
    opacity: 0; } }

#selectionSize {
  display: inline-block;
  -webkit-animation: flipIn 0.5s cubic-bezier(0.17, 0.67, 0.16, 0.99);
          animation: flipIn 0.5s cubic-bezier(0.17, 0.67, 0.16, 0.99);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

#selectionSize.update {
  -webkit-animation: flipOut 0.5s cubic-bezier(0.17, 0.67, 0.16, 0.99);
          animation: flipOut 0.5s cubic-bezier(0.17, 0.67, 0.16, 0.99);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@-webkit-keyframes flipOut {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0); }
  100% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg); } }

@keyframes flipOut {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0); }
  100% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg); } }

@-webkit-keyframes flipIn {
  0% {
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg); }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0); } }

@keyframes flipIn {
  0% {
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg); }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0); } }

section.blogItem {
  background-color: #F6F6F6; }
  section.blogItem a {
    color: #DE483B; }
  section.blogItem .blogItem__thumbnail {
    height: 558px;
    margin: -58px auto -500px;
    background-color: rgba(40, 40, 40, 0.75);
    background-position: center;
    background-size: cover;
    z-index: 1;
    position: relative;
    max-width: 1360px; }
    @media (min-width: 992px) {
      section.blogItem .blogItem__thumbnail {
        position: relative; }
        section.blogItem .blogItem__thumbnail:after {
          background-repeat: repeat-x;
          content: '';
          position: absolute;
          z-index: 10;
          height: 6px;
          left: 0;
          right: 0;
          bottom: 0;
          background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2212px%22%20height%3D%226px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20points%3D%220%2C%200%208%2C%208%2016%2C0%22%20fill%3D%22%23f6f6f6%22%20transform%3D%22scale%280.75%29%20rotate%28180 8 4%29%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E"); }
      @-webkit-keyframes slide-hoz {
        from {
          width: 0; }
        to {
          width: 100%; } }
      @keyframes slide-hoz {
        from {
          width: 0; }
        to {
          width: 100%; } }
      @-webkit-keyframes slide-vet {
        from {
          height: 0; }
        to {
          height: 100%; } }
      @keyframes slide-vet {
        from {
          height: 0; }
        to {
          height: 100%; } } }
    section.blogItem .blogItem__thumbnail:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(31, 31, 31, 0.71); }
    section.blogItem .blogItem__thumbnail ~ * {
      position: relative;
      z-index: 2; }
  section.blogItem .blogItem__banner {
    height: 420px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    color: #fff; }
    section.blogItem .blogItem__banner .breadcrumbs {
      margin-bottom: auto;
      font-size: 12px;
      margin-top: 23px; }
      section.blogItem .blogItem__banner .breadcrumbs,
      section.blogItem .blogItem__banner .breadcrumbs a,
      section.blogItem .blogItem__banner .breadcrumbs .tootal-icon {
        color: #fff; }
  section.blogItem .blogItem__title {
    font-family: "Lora", serif;
    font-size: 36px;
    line-height: 44px; }
  section.blogItem .blogItem__subtitle {
    font-family: "Lora", serif;
    font-size: 16px; }
  section.blogItem .blogItem__meta {
    margin-top: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 35px;
    font-size: 14px; }
    section.blogItem .blogItem__meta .date {
      margin-right: 43px; }
    section.blogItem .blogItem__meta .tags {
      margin-left: auto;
      text-transform: uppercase; }
  section.blogItem .blogItem__tags .tag, section.blogItem .blogItem__meta .tag {
    display: inline-block;
    background-color: #DE483B;
    height: 35px;
    border-radius: 35px;
    padding: 0 15px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    section.blogItem .blogItem__tags .tag:not(:last-child), section.blogItem .blogItem__meta .tag:not(:last-child) {
      margin-right: 10px; }
  section.blogItem .blogItem__tags__mailToSelfTop, section.blogItem .blogItem__meta__mailToSelfTop {
    cursor: pointer;
    color: white;
    margin-left: 40px; }
    section.blogItem .blogItem__tags__mailToSelfTop:hover, section.blogItem .blogItem__meta__mailToSelfTop:hover {
      color: #E34C3E; }
  @media (min-width: 992px) {
    section.blogItem .blogItem__title, section.blogItem .blogItem__subtitle, section.blogItem .blogItem__meta {
      margin-left: -40px;
      margin-right: -40px; } }
  @media (max-width: 991.98px) {
    section.blogItem .blogItem__tags {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-top: 10px;
      margin-bottom: auto; }
      section.blogItem .blogItem__tags .tag {
        font-size: 10px;
        line-height: 14px;
        height: 24px;
        padding: 5px 15px;
        text-transform: uppercase; } }
  section.blogItem .blogItem__content {
    background-color: #fff;
    -webkit-box-shadow: 0 -40px 0 40px #fff;
            box-shadow: 0 -40px 0 40px #fff;
    margin-top: 80px;
    padding: 0 40px 40px;
    margin-bottom: 100px; }
    section.blogItem .blogItem__content__mailToSelfBottom {
      cursor: pointer;
      color: #212529;
      margin-top: 30px;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      width: 30px; }
      section.blogItem .blogItem__content__mailToSelfBottom:hover {
        color: #E34C3E; }
  section.blogItem .blogItem__related {
    padding-bottom: 100px; }
    section.blogItem .blogItem__related__title {
      color: #747474;
      font-family: "Lora", serif;
      font-size: 36px;
      line-height: 44px;
      text-align: center;
      margin-bottom: 96px; }
  @media (max-width: 991.98px) {
    section.blogItem .blogItem__banner {
      height: 330px; }
    section.blogItem .blogItem__thumbnail {
      height: calc(330px + 62px);
      margin: 0 0 calc(0px - (330px + 62px)); }
    section.blogItem .blogItem__content {
      font-size: 14px;
      line-height: 21px;
      padding: 0;
      -webkit-box-shadow: 0 0 0 40px #fff;
              box-shadow: 0 0 0 40px #fff;
      margin-top: 40px;
      margin-right: 40px; }
    section.blogItem .blogItem__related__title {
      font-size: 24px;
      line-height: 29px;
      margin-bottom: 38px; } }

section.intro {
  padding-top: 175px; }
  section.intro .intro__big {
    color: #2C2C2C;
    font-family: "Lora", serif;
    font-size: 36px;
    line-height: 55px; }
  section.intro .intro__text {
    color: #939393;
    font-size: 16px;
    line-height: 30px; }
    section.intro .intro__text p:not(:last-child) {
      margin-bottom: 30px; }
  section.intro .lines {
    position: relative;
    min-height: 75px; }
    section.intro .lines hr {
      position: relative;
      position: relative;
      -webkit-transform: scale(1, -1);
              transform: scale(1, -1);
      width: 105px;
      height: 8px;
      margin: 35px auto 25px 0;
      margin: 25px 0 25px -40px;
      border: none;
      position: absolute;
      top: 0;
      left: 0; }
      section.intro .lines hr:before {
        background-repeat: repeat-x;
        content: '';
        position: absolute;
        z-index: 10;
        height: 7px;
        left: 0;
        right: 0;
        top: -7px;
        background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214px%22%20height%3D%227px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.00025863%2C0%20L0%2C6.59417725%20L0%2C8%20L8.00025885%2C1.40509033%20L16%2C8%20L16%2C6.59417725%20L8.00025863%2C0%20Z%22%20fill%3D%22%237a7a7a%22%20transform%3D%22scale%280.875%29%20rotate%28180 8 4%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E"); }

@keyframes slide-hoz {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes slide-vet {
  from {
    height: 0; }
  to {
    height: 100%; } }
      section.intro .lines hr:after {
        background-repeat: repeat-x;
        content: '';
        position: absolute;
        z-index: 10;
        height: 7px;
        left: 0;
        right: 0;
        bottom: -7px;
        background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214px%22%20height%3D%227px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.00025863%2C0%20L0%2C6.59417725%20L0%2C8%20L8.00025885%2C1.40509033%20L16%2C8%20L16%2C6.59417725%20L8.00025863%2C0%20Z%22%20fill%3D%22%237a7a7a%22%20transform%3D%22scale%280.875%29%20rotate%280%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E"); }

@keyframes slide-hoz {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes slide-vet {
  from {
    height: 0; }
  to {
    height: 100%; } }
      section.intro .lines hr:before, section.intro .lines hr:after {
        top: 0;
        bottom: 0; }
      section.intro .lines hr:after {
        -webkit-transform: scale(-1, 1);
                transform: scale(-1, 1);
        top: auto; }
      section.intro .lines hr:last-child {
        margin-bottom: 0; }
      section.intro .lines hr:nth-child(2) {
        position: relative;
        position: relative;
        -webkit-transform: scale(1, -1);
                transform: scale(1, -1);
        width: 63px;
        height: 5px;
        margin: 35px auto 25px 0;
        height: 6px;
        margin: 25px 0;
        position: absolute;
        top: calc(8px + 25px);
        left: calc(50% - 30px); }
        section.intro .lines hr:nth-child(2):before {
          background-repeat: repeat-x;
          content: '';
          position: absolute;
          z-index: 10;
          height: 7px;
          left: 0;
          right: 0;
          top: -7px;
          background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214px%22%20height%3D%227px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.00025863%2C0%20L0%2C6.59417725%20L0%2C8%20L8.00025885%2C1.40509033%20L16%2C8%20L16%2C6.59417725%20L8.00025863%2C0%20Z%22%20fill%3D%22%237a7a7a%22%20transform%3D%22scale%280.875%29%20rotate%28180 8 4%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E"); }

@keyframes slide-hoz {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes slide-vet {
  from {
    height: 0; }
  to {
    height: 100%; } }
        section.intro .lines hr:nth-child(2):after {
          background-repeat: repeat-x;
          content: '';
          position: absolute;
          z-index: 10;
          height: 7px;
          left: 0;
          right: 0;
          bottom: -7px;
          background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214px%22%20height%3D%227px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.00025863%2C0%20L0%2C6.59417725%20L0%2C8%20L8.00025885%2C1.40509033%20L16%2C8%20L16%2C6.59417725%20L8.00025863%2C0%20Z%22%20fill%3D%22%237a7a7a%22%20transform%3D%22scale%280.875%29%20rotate%280%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E"); }

@keyframes slide-hoz {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes slide-vet {
  from {
    height: 0; }
  to {
    height: 100%; } }
        section.intro .lines hr:nth-child(2):before, section.intro .lines hr:nth-child(2):after {
          top: 0;
          bottom: 0; }
        section.intro .lines hr:nth-child(2):after {
          -webkit-transform: scale(-1, 1);
                  transform: scale(-1, 1);
          top: auto; }
        section.intro .lines hr:nth-child(2):last-child {
          margin-bottom: 0; }
        @media (max-width: 991.98px) {
          section.intro .lines hr:nth-child(2) {
            left: auto;
            right: -20px;
            top: 8px; } }
  @media (max-width: 991.98px) {
    section.intro {
      padding-top: 90px; }
      section.intro .intro__big {
        font-size: 24px;
        line-height: 36px; }
      section.intro .intro__text {
        font-size: 14px;
        line-height: 30px; } }

section.cards {
  padding-top: 140px; }
  @media (min-width: 992px) {
    section.cards .masonry {
      display: block;
      width: 100%;
      margin: 0 -15px; }
      section.cards .masonry:before, section.cards .masonry:after {
        content: '';
        display: table;
        width: 100%; }
      section.cards .masonry--brick {
        float: left;
        height: auto;
        width: 100%;
        padding: 0 15px; } }
    @media (min-width: 992px) and (min-width: 992px) {
      section.cards .masonry--brick--md-3 {
        width: calc(100% / 12 * 3); }
      section.cards .masonry--brick--md-4 {
        width: calc(100% / 12 * 4); }
      section.cards .masonry--brick--md-6 {
        width: calc(100% / 12 * 6); } }
  @media (max-width: 991.98px) {
    section.cards {
      padding-top: 75px;
      padding-bottom: 50px; } }

section.shop-info {
  padding-top: 140px; }
  section.shop-info .shop-info__wrapper {
    margin-left: 45px; }
  section.shop-info .shop-info__title {
    color: #2C2C2C;
    font-family: "Lora", serif;
    font-size: 36px;
    line-height: 55px; }
  section.shop-info .shop-info__separator {
    position: relative;
    position: relative;
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
    width: 105px;
    height: 8px;
    margin: 35px auto 25px 0;
    margin: 15px 0 25px -22px; }
    section.shop-info .shop-info__separator:before {
      background-repeat: repeat-x;
      content: '';
      position: absolute;
      z-index: 10;
      height: 7px;
      left: 0;
      right: 0;
      top: -7px;
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214px%22%20height%3D%227px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.00025863%2C0%20L0%2C6.59417725%20L0%2C8%20L8.00025885%2C1.40509033%20L16%2C8%20L16%2C6.59417725%20L8.00025863%2C0%20Z%22%20fill%3D%22%237a7a7a%22%20transform%3D%22scale%280.875%29%20rotate%28180 8 4%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E"); }

@keyframes slide-hoz {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes slide-vet {
  from {
    height: 0; }
  to {
    height: 100%; } }
    section.shop-info .shop-info__separator:after {
      background-repeat: repeat-x;
      content: '';
      position: absolute;
      z-index: 10;
      height: 7px;
      left: 0;
      right: 0;
      bottom: -7px;
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214px%22%20height%3D%227px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.00025863%2C0%20L0%2C6.59417725%20L0%2C8%20L8.00025885%2C1.40509033%20L16%2C8%20L16%2C6.59417725%20L8.00025863%2C0%20Z%22%20fill%3D%22%237a7a7a%22%20transform%3D%22scale%280.875%29%20rotate%280%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E"); }

@keyframes slide-hoz {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes slide-vet {
  from {
    height: 0; }
  to {
    height: 100%; } }
    section.shop-info .shop-info__separator:before, section.shop-info .shop-info__separator:after {
      top: 0;
      bottom: 0; }
    section.shop-info .shop-info__separator:after {
      -webkit-transform: scale(-1, 1);
              transform: scale(-1, 1);
      top: auto; }
    section.shop-info .shop-info__separator:last-child {
      margin-bottom: 0; }
  section.shop-info .shop-info__text {
    color: #939393;
    font-size: 16px;
    line-height: 30px; }
    section.shop-info .shop-info__text p:not(:last-child) {
      margin-bottom: 30px; }
  section.shop-info .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  section.shop-info .image {
    position: absolute;
    left: 0;
    top: 0;
    right: 15px;
    bottom: 0;
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat; }
    @media (min-width: 992px) {
      section.shop-info .image {
        left: auto;
        width: 50vw; } }
    section.shop-info .image__wrapper {
      position: relative;
      min-height: 550px; }
      section.shop-info .image__wrapper .tabletImage {
        left: -30px;
        right: auto; }
    section.shop-info .image__slider {
      width: 100%;
      height: 550px; }
      section.shop-info .image__slider .slick-slide {
        height: 550px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-transition: opacity 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
        transition: opacity 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
        opacity: 0;
        outline: none !important; }
        section.shop-info .image__slider .slick-slide img {
          max-width: calc(100% - 30px);
          margin-left: auto;
          margin-right: auto; }
      section.shop-info .image__slider__dots {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        section.shop-info .image__slider__dots ul {
          list-style: none;
          margin: 0;
          padding: 0;
          width: 31px; }
          section.shop-info .image__slider__dots ul li {
            border-radius: 11px;
            background-color: white;
            width: 11px;
            height: 11px;
            border: 1px solid #2C2C2C;
            color: transparent;
            overflow: hidden;
            margin: 10px;
            cursor: pointer; }
            section.shop-info .image__slider__dots ul li button {
              display: none; }
            section.shop-info .image__slider__dots ul li.slick-active {
              background-color: #2C2C2C; }
  @media (max-width: 991.98px) {
    section.shop-info {
      padding-top: 0; }
      section.shop-info .image__wrapper {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        min-height: 300px; }
        section.shop-info .image__wrapper + div {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; }
      section.shop-info .image__slider {
        height: 300px; }
        section.shop-info .image__slider .slick-slide {
          height: 300px; }
      section.shop-info .shop-info__wrapper {
        margin-left: 0; }
        section.shop-info .shop-info__wrapper a {
          margin-top: 25px; }
      section.shop-info .shop-info__title {
        font-size: 24px;
        line-height: 36px; }
      section.shop-info .shop-info__text {
        font-size: 14px;
        line-height: 30px; } }

div#topBottomButtons {
  position: fixed;
  bottom: 50px;
  right: 40px;
  z-index: 1040;
  width: 32px;
  height: 62px;
  text-align: center;
  line-height: 30px;
  background: #f5f5f5;
  cursor: pointer;
  border: 0;
  border-radius: 2px; }
  div#topBottomButtons a {
    color: #444;
    text-decoration: none;
    outline: none; }

section.usps {
  color: #fff;
  margin-top: 100px;
  padding-top: 223px;
  padding-bottom: 236px;
  position: relative;
  margin-bottom: -5px;
  background-color: #3c3c3c;
  background-size: cover;
  background-position: center; }
  section.usps:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(28, 28, 28, 0.4); }
  section.usps .usps__title {
    font-family: "Lora", serif;
    font-size: 60px;
    line-height: 70px;
    max-width: 389px; }
  section.usps .usps__separator {
    position: relative;
    position: relative;
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
    width: 105px;
    height: 8px;
    margin: 35px auto 25px 0;
    margin-bottom: 35px; }
    section.usps .usps__separator:before {
      background-repeat: repeat-x;
      content: '';
      position: absolute;
      z-index: 10;
      height: 7px;
      left: 0;
      right: 0;
      top: -7px;
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214px%22%20height%3D%227px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.00025863%2C0%20L0%2C6.59417725%20L0%2C8%20L8.00025885%2C1.40509033%20L16%2C8%20L16%2C6.59417725%20L8.00025863%2C0%20Z%22%20fill%3D%22%23f6f6f6%22%20transform%3D%22scale%280.875%29%20rotate%28180 8 4%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E"); }

@keyframes slide-hoz {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes slide-vet {
  from {
    height: 0; }
  to {
    height: 100%; } }
    section.usps .usps__separator:after {
      background-repeat: repeat-x;
      content: '';
      position: absolute;
      z-index: 10;
      height: 7px;
      left: 0;
      right: 0;
      bottom: -7px;
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214px%22%20height%3D%227px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.00025863%2C0%20L0%2C6.59417725%20L0%2C8%20L8.00025885%2C1.40509033%20L16%2C8%20L16%2C6.59417725%20L8.00025863%2C0%20Z%22%20fill%3D%22%23f6f6f6%22%20transform%3D%22scale%280.875%29%20rotate%280%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E"); }

@keyframes slide-hoz {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes slide-vet {
  from {
    height: 0; }
  to {
    height: 100%; } }
    section.usps .usps__separator:before, section.usps .usps__separator:after {
      top: 0;
      bottom: 0; }
    section.usps .usps__separator:after {
      -webkit-transform: scale(-1, 1);
              transform: scale(-1, 1);
      top: auto; }
    section.usps .usps__separator:last-child {
      margin-bottom: 0; }
  section.usps .usps__list {
    list-style: none;
    margin: 28px 0 0;
    padding: 0; }
  section.usps .usp {
    padding-left: 35px;
    margin-bottom: 40px; }
    section.usps .usp__icon {
      margin-left: -35px;
      float: left;
      line-height: 24px; }
    section.usps .usp__title {
      font-size: 24px;
      font-family: "Lora", serif;
      line-height: 24px;
      margin-bottom: 5px; }
    section.usps .usp__text {
      font-size: 12px; }
  @media (max-width: 991.98px) {
    section.usps {
      padding-top: 42px;
      padding-bottom: 75px;
      margin-top: 0; }
      section.usps .usps__title {
        font-size: 42px;
        line-height: 60px; }
        section.usps .usps__title ~ a {
          display: none; }
      section.usps .usps__list ~ a {
        display: inline-block !important;
        width: 240px;
        max-width: 100%;
        -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
                box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2); }
      section.usps .usp__icon {
        margin-top: 25px; }
      section.usps .usp__title {
        font-size: 20px; }
      section.usps .usp__text {
        line-height: 23px; } }

.tootalCard {
  padding: 40px;
  height: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
  background-size: cover;
  background-position: center; }
  .tootalCard:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(225.34deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    z-index: 1; }
  .tootalCard > div {
    position: relative;
    z-index: 2; }
  .tootalCard__wrapper {
    display: block;
    margin-bottom: 40px;
    color: #fff; }
    .tootalCard__wrapper:hover {
      color: #fff;
      text-decoration: none; }
    a.tootalCard__wrapper {
      -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.17, 0.67, 0.16, 0.99), -webkit-box-shadow 0.4s cubic-bezier(0.17, 0.67, 0.16, 0.99);
      transition: -webkit-transform 0.2s cubic-bezier(0.17, 0.67, 0.16, 0.99), -webkit-box-shadow 0.4s cubic-bezier(0.17, 0.67, 0.16, 0.99);
      transition: transform 0.2s cubic-bezier(0.17, 0.67, 0.16, 0.99), box-shadow 0.4s cubic-bezier(0.17, 0.67, 0.16, 0.99);
      transition: transform 0.2s cubic-bezier(0.17, 0.67, 0.16, 0.99), box-shadow 0.4s cubic-bezier(0.17, 0.67, 0.16, 0.99), -webkit-transform 0.2s cubic-bezier(0.17, 0.67, 0.16, 0.99), -webkit-box-shadow 0.4s cubic-bezier(0.17, 0.67, 0.16, 0.99);
      -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0);
              box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0); }
      a.tootalCard__wrapper:hover {
        -webkit-transform: translateY(-4px);
                transform: translateY(-4px);
        -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.26);
                box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.26); }
  .tootalCard__title {
    font-size: 32px;
    line-height: 40px;
    font-family: "Lora", serif;
    margin-top: auto; }
  .tootalCard__separator {
    position: relative;
    position: relative;
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
    width: 85px;
    height: 9px;
    margin: 35px auto 25px 0;
    height: 6px;
    margin: 15px 0 25px -22px; }
    .tootalCard__separator:before {
      background-repeat: repeat-x;
      content: '';
      position: absolute;
      z-index: 10;
      height: 5px;
      left: 0;
      right: 0;
      top: -5px;
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.00025863%2C0%20L0%2C6.59417725%20L0%2C8%20L8.00025885%2C1.40509033%20L16%2C8%20L16%2C6.59417725%20L8.00025863%2C0%20Z%22%20fill%3D%22%23ffff%22%20transform%3D%22scale%280.625%29%20rotate%28180 8 4%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E"); }

@keyframes slide-hoz {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes slide-vet {
  from {
    height: 0; }
  to {
    height: 100%; } }
    .tootalCard__separator:after {
      background-repeat: repeat-x;
      content: '';
      position: absolute;
      z-index: 10;
      height: 5px;
      left: 0;
      right: 0;
      bottom: -5px;
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.00025863%2C0%20L0%2C6.59417725%20L0%2C8%20L8.00025885%2C1.40509033%20L16%2C8%20L16%2C6.59417725%20L8.00025863%2C0%20Z%22%20fill%3D%22%23ffff%22%20transform%3D%22scale%280.625%29%20rotate%280%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E"); }

@keyframes slide-hoz {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes slide-vet {
  from {
    height: 0; }
  to {
    height: 100%; } }
    .tootalCard__separator:before, .tootalCard__separator:after {
      top: 0;
      bottom: 0; }
    .tootalCard__separator:after {
      -webkit-transform: scale(-1, 1);
              transform: scale(-1, 1);
      top: auto; }
    .tootalCard__separator:last-child {
      margin-bottom: 0; }
  .tootalCard__bottom {
    min-height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column; }
  .tootalCard__text {
    font-size: 12px;
    line-height: 23px; }
  .tootalCard__link {
    margin-top: auto;
    text-align: right;
    font-family: "Lora", serif; }
    .tootalCard__link .tootal-icon {
      width: 16px;
      height: 16px;
      margin-left: 5px; }
  .tootalCard--small {
    height: 260px;
    padding-left: 60px;
    padding-right: 60px; }
    .tootalCard--small:before {
      display: none; }
    .tootalCard--small .tootalCard__title {
      font-size: 21px;
      line-height: 24px; }
    .tootalCard--small .tootalCard__bottom {
      min-height: 0; }
  .tootalCard.tootalCard--small.tootalCard--narrow {
    height: 221px; }
  .tootalCard.tootalCard--small.tootalCard--wide {
    height: 299px; }
  @media (max-width: 991.98px) {
    .tootalCard {
      height: 400px; }
      .tootalCard__wrapper {
        margin-bottom: 25px; }
      .tootalCard__title {
        font-size: 28px;
        line-height: 36px; } }

a[data-toggle="modal"] {
  cursor: pointer; }

#maintenanceNotification {
  position: fixed;
  padding: 5px;
  background: #DE483B;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  z-index: 99999;
  text-align: center;
  width: 100%; }
  #maintenanceNotification a {
    color: white; }
  #maintenanceNotification ~ section.flash-bag {
    padding-top: 34px; }
  #maintenanceNotification ~ div#body {
    padding-top: 92px; }
  #maintenanceNotification ~ header#header > .top {
    top: 34px; }
  #maintenanceNotification ~ header#header > .bottom {
    top: 121px; }

.passwordStrength {
  color: #828282; }
  .passwordStrength__strengthVal {
    color: red; }
  .passwordStrength__indicators div {
    display: inline;
    font-size: 10px; }
  .passwordStrength__indicators svg {
    height: 15px; }
    .passwordStrength__indicators svg.feather-check {
      display: none;
      color: green; }

#ipWhitelistPopup button#whitelistNoButton {
  font-size: 14px;
  margin-right: 50px; }

#ipWhitelistPopup button#whitelistYesButton {
  font-size: 14px; }

#ipWhitelistPopup label[for='dontAskAgain'] {
  color: #757575;
  margin-top: 6px;
  font-size: 14px; }

.modal#requiredInformationModal .missingInformationFormFields div.formRow {
  margin: 10px 0; }

.modal#requiredInformationModal input[type="text"], .modal#requiredInformationModal body.informationPages #body .summary-list__item, body.informationPages #body .modal#requiredInformationModal .summary-list__item, .modal#requiredInformationModal input[type="email"] {
  height: 41px;
  line-height: 41px;
  padding: 0 18px;
  border: 1px solid #C0C0C0; }

.modal#requiredInformationModal .emailDiv {
  margin: 0 10px 0 10px;
  width: 50%; }

.modal#requiredInformationModal input.error, .modal#requiredInformationModal select.error {
  border-color: #DE483B; }
  .modal#requiredInformationModal input.error ~ button, .modal#requiredInformationModal select.error ~ button {
    border-color: #DE483B; }

.modal#requiredInformationModal label.error {
  position: absolute;
  left: 50%;
  top: -1px;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  padding: 2px;
  line-height: 14px;
  min-height: 14px;
  margin: 0;
  font-size: 12px;
  text-align: center;
  font-family: "Lora", serif;
  color: #DE483B;
  z-index: 10;
  width: 100%; }

.modal#requiredInformationModal .dropdown {
  width: 100%;
  font-size: 14px;
  color: #757575; }
  .modal#requiredInformationModal .dropdown-toggle {
    height: 41px;
    line-height: 41px;
    padding: 0 18px;
    border: 1px solid #C0C0C0;
    font-size: 14px; }
  .modal#requiredInformationModal .dropdown-item {
    font-size: 14px; }

.modal#requiredInformationModal div.genderField {
  height: 41px;
  color: black;
  padding-top: 10px; }
  .modal#requiredInformationModal div.genderField div {
    display: inline;
    margin-right: 15px; }

.modal#requiredInformationModal button[type="submit"], .modal#requiredInformationModal button.logout {
  padding: 10px 15px;
  min-height: 50px;
  min-width: 180px;
  max-width: 100%;
  margin-top: 30px;
  font-family: "Lora", serif;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 20px; }

body.main-menu-open {
  position: fixed;
  overflow-y: scroll;
  width: 100vw; }
  body.main-menu-open _:-ms-lang(x), body.main-menu-open _:-webkit-full-screen, body.main-menu-open {
    position: static;
    overflow-y: unset;
    width: unset; }

header#header {
  height: 145px;
  position: relative;
  z-index: 100;
  margin-bottom: -58px; }
  @media (max-width: 991.98px) {
    header#header {
      height: 62px;
      margin-bottom: 0;
      z-index: 999; } }
  header#header > .top {
    position: fixed;
    z-index: 3;
    left: 0;
    top: 0;
    right: 0;
    height: 87px;
    background-color: white;
    -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    header#header > .top a:not(.button) {
      color: #555555; }
      header#header > .top a:not(.button):hover {
        text-decoration: none; }
    header#header > .top .center {
      margin: auto; }
    header#header > .top .logo {
      margin: 0 16px; }
      header#header > .top .logo a {
        display: block;
        width: 154px;
        height: 96px;
        line-height: 96px;
        text-align: center;
        color: white; }
    header#header > .top .contact {
      opacity: .6;
      font-size: 12px;
      margin: 0 47px;
      min-width: 70px;
      max-width: 127px; }
      header#header > .top .contact .tootal-icon {
        width: 10px;
        height: 10px;
        margin-right: 2px; }
    header#header > .top .language {
      margin: 0 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      cursor: pointer;
      position: relative;
      height: 30px;
      line-height: 30px;
      min-width: 84px; }
      header#header > .top .language ul {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
                box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
        border-radius: 16px;
        padding: 0;
        list-style: none;
        margin: 0;
        overflow: hidden;
        background-color: white;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap; }
      header#header > .top .language .icon {
        width: 32px;
        text-align: center;
        position: relative;
        z-index: 2; }
        header#header > .top .language .icon .tootal-icon {
          width: 12px;
          height: 12px;
          vertical-align: baseline; }
      header#header > .top .language .flag {
        width: 32px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        header#header > .top .language .flag span, header#header > .top .language .flag img {
          width: 15px;
          height: 15px;
          border-radius: 15px;
          background-color: #979797;
          display: inline-block; }
      header#header > .top .language.dropdown-open ul {
        bottom: auto; }
      header#header > .top .language.dropdown-open .icon {
        -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg); }
      header#header > .top .language li {
        padding-left: 28px;
        font-size: 10px;
        text-transform: uppercase;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
        header#header > .top .language li > span {
          display: inline-block;
          width: calc(100% - 32px);
          text-align: center; }
        header#header > .top .language li.active {
          -webkit-box-ordinal-group: 1;
              -ms-flex-order: 0;
                  order: 0; }
      header#header > .top .language, header#header > .top .language a {
        color: #979797; }
    header#header > .top .user {
      margin: 0 18px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      header#header > .top .user a:not(.button) {
        color: #7B7B7B;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media (min-width: 992px) {
          header#header > .top .user a:not(.button) > span {
            max-width: calc(100vw - 782px); } }
      header#header > .top .user .tootal-icon {
        width: 18px;
        height: 18px;
        vertical-align: middle;
        -webkit-transform: translateY(-1px);
                transform: translateY(-1px);
        margin-left: 8px; }
      header#header > .top .user div {
        display: inline-block; }
      header#header > .top .user .user__username {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      header#header > .top .user select {
        border: none;
        background-color: transparent;
        color: #555;
        cursor: pointer;
        outline: none;
        padding: 0 5px;
        -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
                box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
        height: 30px;
        line-height: 30px; }
      header#header > .top .user__username, header#header > .top .user__logout {
        padding: 0 38px;
        height: 87px;
        font-size: 12px; }
      header#header > .top .user__username > span {
        word-wrap: break-word; }
      header#header > .top .user__logout {
        font-weight: bold;
        text-transform: lowercase; }
      header#header > .top .user__role {
        display: inline-block;
        font-size: 10px;
        opacity: .6;
        margin-right: -8px; }
      header#header > .top .user__login .tootal-icon {
        width: 16px;
        height: 16px;
        margin-right: 0; }
      header#header > .top .user__register {
        margin: 19px 37px 0 42px;
        text-transform: uppercase;
        font-size: 14px; }
    header#header > .top .cart {
      position: relative; }
      header#header > .top .cart a {
        display: block;
        height: 87px;
        width: 87px;
        line-height: 87px;
        text-align: center;
        background-color: #DE483B;
        color: white; }
      header#header > .top .cart .tootal-icon {
        -webkit-transform: scale(-1, 1);
                transform: scale(-1, 1); }
      header#header > .top .cart__items {
        display: inline-block;
        background-color: #232323;
        height: 16px;
        line-height: 16px;
        padding: 0 6px;
        border-radius: 9px;
        font-size: 10px;
        position: absolute;
        top: calc(50% + 6px);
        left: calc(50% + 16px);
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-transition: opacity 0.15s cubic-bezier(0.17, 0.67, 0.16, 0.99);
        transition: opacity 0.15s cubic-bezier(0.17, 0.67, 0.16, 0.99); }
        header#header > .top .cart__items:empty {
          opacity: 0; }
    header#header > .top .search {
      position: relative; }
      header#header > .top .search > a {
        display: block;
        height: 87px;
        width: 87px;
        line-height: 87px;
        text-align: center;
        background-color: #F6F6F6;
        position: relative;
        z-index: 2; }
      header#header > .top .search__bar {
        position: absolute;
        right: 0;
        top: 0;
        line-height: 87px;
        height: 87px;
        background-color: #F6F6F6;
        width: 0;
        z-index: 1;
        overflow: hidden;
        -webkit-transition: width 0.4s cubic-bezier(0.17, 0.67, 0.16, 0.99) 0.25s;
        transition: width 0.4s cubic-bezier(0.17, 0.67, 0.16, 0.99) 0.25s; }
        body.headerSearchOpen header#header > .top .search__bar {
          -webkit-transition: width 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99) 0s;
          transition: width 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99) 0s;
          width: 486px; }
        header#header > .top .search__bar input {
          padding: 0 0 0 37px;
          height: 87px;
          line-height: 87px;
          border-radius: 0;
          background-color: transparent;
          border: none;
          width: calc(486px - 87px);
          margin-right: 87px; }
      header#header > .top .search__results {
        position: fixed;
        top: 145px;
        right: 0;
        left: 0;
        max-height: calc(100vh - 145px);
        overflow-y: auto;
        background-color: #F6F6F6;
        -webkit-box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.25);
                box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.25); }
        header#header > .top .search__results .autocompleteHeadline {
          color: #2C2C2C;
          font-family: "Lora", serif;
          font-size: 24px;
          line-height: 29px;
          margin-bottom: 29px; }
          header#header > .top .search__results .autocompleteHeadline .feather-chevron-down {
            display: none; }
        header#header > .top .search__results #autocompleteLeft > a {
          display: block;
          -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
                  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15); }
          header#header > .top .search__results #autocompleteLeft > a:not(:last-child) .newsItem {
            margin-bottom: 30px; }
        header#header > .top .search__results #closeSearchResults {
          font-family: "Lora", serif;
          font-size: 12px;
          text-transform: lowercase;
          opacity: .5; }
          header#header > .top .search__results #closeSearchResults:hover {
            opacity: 1; }
          header#header > .top .search__results #closeSearchResults .tootal-icon {
            width: 14px;
            height: 14px; }
        header#header > .top .search__results .newsItem {
          background-color: #fff;
          padding: 10px 30px 10px 10px; }
          header#header > .top .search__results .newsItem .tootal-icon {
            width: 18px;
            height: 18px;
            margin-right: 9px; }
          header#header > .top .search__results .newsItem [class^="col-"] {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-flow: column;
                    flex-flow: column; }
          header#header > .top .search__results .newsItem .autocompleteTitle {
            font-size: 21px;
            line-height: 26px;
            margin-bottom: 26px;
            font-family: "Lora", serif;
            color: #2c2c2c; }
          header#header > .top .search__results .newsItem .autocompleteSubtitle {
            margin-bottom: 22px; }
          header#header > .top .search__results .newsItem .autocompleteSubtitle, header#header > .top .search__results .newsItem .catList {
            color: #2C2C2C;
            font-size: 12px;
            line-height: 22px; }
          header#header > .top .search__results .newsItem .catList {
            list-style: none;
            margin: auto 0 0;
            padding: 0;
            opacity: .75; }
            header#header > .top .search__results .newsItem .catList li {
              padding: 5px 0;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center; }
        header#header > .top .search__results .autocompleteCategories {
          list-style: none;
          margin: 0;
          padding: 0; }
          header#header > .top .search__results .autocompleteCategories label {
            cursor: pointer;
            line-height: 40px;
            margin: 0; }
            header#header > .top .search__results .autocompleteCategories label:before {
              content: '✔';
              display: -webkit-inline-box;
              display: -ms-inline-flexbox;
              display: inline-flex;
              width: 14px;
              height: 14px;
              line-height: 11px;
              border: 1px solid #2c2c2c;
              margin-right: 8px;
              vertical-align: middle;
              font-size: 18px;
              text-align: center;
              -webkit-transition: background-color 0.1s cubic-bezier(0.17, 0.67, 0.16, 0.99);
              transition: background-color 0.1s cubic-bezier(0.17, 0.67, 0.16, 0.99);
              background-color: transparent;
              color: transparent;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center; }
          header#header > .top .search__results .autocompleteCategories input[type="checkbox"] {
            position: absolute;
            width: 0;
            height: 0;
            visibility: hidden; }
            header#header > .top .search__results .autocompleteCategories input[type="checkbox"]:checked + label:before {
              background-color: #2c2c2c;
              color: #fff; }
      header#header > .top .search #autocompleteResults {
        display: none; }
      header#header > .top .search #autocompleteResultsInner {
        padding: 30px 0; }
      @media (max-width: 991.98px) {
        header#header > .top .search__results #autocompleteRight {
          -webkit-box-ordinal-group: 0;
              -ms-flex-order: -1;
                  order: -1; }
          header#header > .top .search__results #autocompleteRight .autocompleteHeadline {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between; }
            header#header > .top .search__results #autocompleteRight .autocompleteHeadline .feather-chevron-down {
              display: block;
              -webkit-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.16, 0.99);
              transition: all 0.3s cubic-bezier(0.17, 0.67, 0.16, 0.99); }
          header#header > .top .search__results #autocompleteRight .autocompleteCategories {
            display: none; }
          header#header > .top .search__results #autocompleteRight.open .autocompleteHeadline .feather-chevron-down {
            -webkit-transform: rotate(180deg);
                    transform: rotate(180deg); }
          header#header > .top .search__results #autocompleteRight.open .autocompleteCategories {
            display: block; } }
    header#header > .top .favoritesCounter {
      min-width: 50px; }
      header#header > .top .favoritesCounter__number {
        display: inline-block;
        background-color: #232323;
        height: 16px;
        line-height: 16px;
        padding: 0 6px;
        border-radius: 9px;
        font-size: 10px;
        position: absolute;
        color: white;
        top: calc(50% + 6px);
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-transition: opacity 0.15s cubic-bezier(0.17, 0.67, 0.16, 0.99);
        transition: opacity 0.15s cubic-bezier(0.17, 0.67, 0.16, 0.99); }
        header#header > .top .favoritesCounter__number:empty {
          opacity: 0; }
    header#header > .top .menu a {
      display: block;
      height: 87px;
      width: 87px;
      line-height: 87px;
      text-align: center;
      position: relative;
      overflow: hidden; }
      header#header > .top .menu a span {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0; }
      header#header > .top .menu a span.close-menu {
        opacity: 0;
        background-color: #232323;
        color: white;
        -webkit-transition: opacity 0.15s cubic-bezier(0.17, 0.67, 0.16, 0.99);
        transition: opacity 0.15s cubic-bezier(0.17, 0.67, 0.16, 0.99);
        pointer-events: none; }
        body.main-menu-open header#header > .top .menu a span.close-menu {
          opacity: 1;
          pointer-events: auto; }
    @media (max-width: 1199.98px) {
      header#header > .top .contact,
      header#header > .top .language,
      header#header > .top .user {
        margin-left: 15px;
        margin-right: 15px; }
      header#header > .top .user__logout {
        padding-left: 15px;
        padding-right: 15px; }
      header#header > .top .user__username {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (max-width: 991.98px) {
      header#header > .top {
        height: 62px; }
        header#header > .top .center,
        header#header > .top .contact,
        header#header > .top .language,
        header#header > .top .user,
        header#header > .top .cart,
        header#header > .top .user--menu,
        header#header > .top .favoritesCounter {
          display: none; }
        body:not(.logged-in) header#header > .top .user--menu {
          display: block !important;
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
          margin: 0; }
          body:not(.logged-in) header#header > .top .user--menu a {
            width: 62px;
            height: 62px;
            line-height: 15.5px;
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-flow: column;
                    flex-flow: column;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            font-size: 9px;
            text-transform: uppercase;
            color: #fff !important;
            background-color: #DE483B; }
            body:not(.logged-in) header#header > .top .user--menu a .tootal-icon {
              margin-left: 0; }
        body.logged-in header#header > .top .cart {
          display: block; }
          body.logged-in header#header > .top .cart a {
            width: 62px;
            height: 62px;
            line-height: 15.5px;
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-flow: column;
                    flex-flow: column;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            font-size: 9px;
            text-transform: uppercase;
            color: #fff !important;
            background-color: #DE483B; }
            body.logged-in header#header > .top .cart a .tootal-icon {
              margin-left: 0; }
        header#header > .top .logo {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2;
          margin-left: auto;
          margin-right: auto; }
          header#header > .top .logo a {
            height: 67px;
            line-height: 67px; }
        header#header > .top .search {
          -webkit-box-ordinal-group: 4;
              -ms-flex-order: 3;
                  order: 3; }
          header#header > .top .search > a {
            width: 62px;
            height: 62px;
            line-height: 62px;
            background-color: transparent; }
          header#header > .top .search__bar {
            position: fixed;
            top: 62px;
            left: 0;
            right: 0;
            width: 100%;
            height: calc(100vh - 62px);
            -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
            transition: -webkit-transform 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
            transition: transform 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
            transition: transform 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99), -webkit-transform 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
            background-color: rgba(35, 35, 35, 0.05);
            z-index: -1;
            visibility: hidden;
            opacity: 0;
            overflow: hidden; }
            header#header > .top .search__bar form {
              -webkit-transform: translateY(-100%);
                      transform: translateY(-100%);
              -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
              transition: -webkit-transform 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
              transition: transform 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
              transition: transform 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99), -webkit-transform 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
              background-color: #f6f6f6; }
            body.headerSearchOpen header#header > .top .search__bar {
              -webkit-transition: opacity 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
              transition: opacity 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
              opacity: 1;
              width: 100%;
              visibility: visible; }
              body.headerSearchOpen header#header > .top .search__bar form {
                -webkit-transform: none;
                        transform: none; }
          header#header > .top .search__bar input {
            height: 65px;
            line-height: 65px;
            padding: 0 20px; }
          header#header > .top .search__results {
            -webkit-box-shadow: none;
                    box-shadow: none;
            background-color: #fff; }
            header#header > .top .search__results .container {
              max-width: none; }
          body.headerSearchOpen header#header > .top .search__results {
            height: calc(100vh - 65px - 62px);
            overflow-y: scroll; }
        header#header > .top .menu {
          -webkit-box-ordinal-group: 5;
              -ms-flex-order: 4;
                  order: 4; }
          header#header > .top .menu a {
            width: 62px;
            height: 62px;
            line-height: 62px; } }
    @media (max-width: 767.98px) {
      header#header > .top .user--menu a {
        margin-right: 0; }
      header#header > .top .logo {
        width: auto; }
        header#header > .top .logo a {
          width: auto; } }
  header#header > .bottom {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 87px;
    right: 0;
    height: 58px;
    background-color: #232323;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.17, 0.67, 0.16, 0.99) 0.2s;
    transition: -webkit-transform 0.2s cubic-bezier(0.17, 0.67, 0.16, 0.99) 0.2s;
    transition: transform 0.2s cubic-bezier(0.17, 0.67, 0.16, 0.99) 0.2s;
    transition: transform 0.2s cubic-bezier(0.17, 0.67, 0.16, 0.99) 0.2s, -webkit-transform 0.2s cubic-bezier(0.17, 0.67, 0.16, 0.99) 0.2s;
    -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.05); }
    body.main-menu-open header#header > .bottom {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      -webkit-transition-delay: 0s;
              transition-delay: 0s; }
    header#header > .bottom ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    header#header > .bottom .menu {
      height: 58px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      text-align: center;
      position: relative; }
      header#header > .bottom .menu:before, header#header > .bottom .menu:after {
        content: '';
        position: absolute;
        width: 100vw;
        height: 100%;
        top: 0;
        background-color: #232323;
        pointer-events: none;
        z-index: 2; }
      header#header > .bottom .menu:before {
        right: 100%; }
      header#header > .bottom .menu:after {
        left: calc(100% - 1px); }
      header#header > .bottom .menu a, header#header > .bottom .menu span {
        color: white;
        text-transform: uppercase;
        font-size: 14px;
        position: relative;
        z-index: 2; }
        header#header > .bottom .menu a:hover, header#header > .bottom .menu span:hover {
          text-decoration: none; }
      header#header > .bottom .menu > li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        header#header > .bottom .menu > li > a, header#header > .bottom .menu > li > span {
          display: inline-block;
          padding: 0 0 0 30px;
          min-height: 58px;
          line-height: 58px;
          background-color: #232323;
          white-space: nowrap; }
        header#header > .bottom .menu > li > .tootal-icon {
          color: white;
          z-index: 2;
          position: relative; }
        header#header > .bottom .menu > li:hover > a,
        header#header > .bottom .menu > li.hover > a {
          color: #DE483B; }
        header#header > .bottom .menu > li .hoverTrigger {
          -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.17, 0.67, 0.16, 0.99);
          transition: -webkit-transform 0.3s cubic-bezier(0.17, 0.67, 0.16, 0.99);
          transition: transform 0.3s cubic-bezier(0.17, 0.67, 0.16, 0.99);
          transition: transform 0.3s cubic-bezier(0.17, 0.67, 0.16, 0.99), -webkit-transform 0.3s cubic-bezier(0.17, 0.67, 0.16, 0.99); }
        header#header > .bottom .menu > li.hover .hoverTrigger,
        header#header > .bottom .menu > li:hover .hoverTrigger {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
        header#header > .bottom .menu > li:not(:hover):not(.hover) > .menu__dropdown {
          -webkit-transform: translateY(-100%) translateY(-58px);
                  transform: translateY(-100%) translateY(-58px);
          pointer-events: none; }
          header#header > .bottom .menu > li:not(:hover):not(.hover) > .menu__dropdown:before, header#header > .bottom .menu > li:not(:hover):not(.hover) > .menu__dropdown:after {
            pointer-events: none;
            z-index: -1; }
      header#header > .bottom .menu__dropdown {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
        padding: 32px 8px 48px 8px;
        position: absolute;
        left: 0;
        top: 100%;
        right: 0;
        background-color: rgba(37, 37, 37, 0.8);
        min-width: 100%;
        text-align: left;
        color: white;
        -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.17, 0.67, 0.16, 0.99);
        transition: -webkit-transform 0.15s cubic-bezier(0.17, 0.67, 0.16, 0.99);
        transition: transform 0.15s cubic-bezier(0.17, 0.67, 0.16, 0.99);
        transition: transform 0.15s cubic-bezier(0.17, 0.67, 0.16, 0.99), -webkit-transform 0.15s cubic-bezier(0.17, 0.67, 0.16, 0.99);
        z-index: 1; }
        header#header > .bottom .menu__dropdown ul {
          border-left: 8px solid transparent;
          border-right: 8px solid transparent; }
          header#header > .bottom .menu__dropdown ul li {
            border-left: 8px solid transparent;
            border-right: 8px solid transparent; }
        header#header > .bottom .menu__dropdown _:-ms-lang(x), header#header > .bottom .menu__dropdown _:-webkit-full-screen, header#header > .bottom .menu__dropdown {
          -ms-flex-pack: distribute;
              justify-content: space-around; }
        header#header > .bottom .menu__dropdown _:-ms-input-placeholder, header#header > .bottom .menu__dropdown {
          -ms-flex-pack: distribute;
              justify-content: space-around; }
        header#header > .bottom .menu__dropdown:before, header#header > .bottom .menu__dropdown:after {
          content: '';
          position: absolute;
          width: 100vw;
          height: 100%;
          top: 0;
          background-color: rgba(37, 37, 37, 0.8); }
        header#header > .bottom .menu__dropdown:before {
          right: 100%; }
        header#header > .bottom .menu__dropdown:after {
          left: 100%; }
      header#header > .bottom .menu__submenu {
        line-height: 32px; }
        header#header > .bottom .menu__submenu__title {
          font-family: "Lora", serif;
          font-size: 20px;
          margin-bottom: 16px; }
        header#header > .bottom .menu__submenu__item a {
          text-transform: none;
          position: relative; }
          header#header > .bottom .menu__submenu__item a:hover {
            color: #DE483B; }
          header#header > .bottom .menu__submenu__item a .tootal-icon {
            color: #9e9e9e;
            width: 12px;
            height: 12px;
            position: absolute;
            right: 100%;
            top: 10px;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            margin-right: 2px; }
      header#header > .bottom .menu span.notificationCounter {
        display: inline-block;
        background-color: white;
        height: 16px;
        line-height: 16px;
        padding: 0 6px;
        border-radius: 9px;
        font-size: 10px;
        position: relative;
        color: black;
        text-align: left;
        top: -11px; }
    @media (max-width: 991.98px) {
      header#header > .bottom {
        display: none; } }
  header#header .main-menu {
    position: fixed;
    z-index: 2;
    left: 0;
    top: 87px;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
    transition: -webkit-transform 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
    transition: transform 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
    transition: transform 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99), -webkit-transform 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
    background-color: #222222;
    background-size: cover;
    background-position: center;
    overflow: hidden; }
    @media (max-width: 991.98px) {
      header#header .main-menu {
        -webkit-transform: translateY(calc(0px - 100% - 62px));
                transform: translateY(calc(0px - 100% - 62px)); } }
    header#header .main-menu:before {
      content: '';
      position: absolute;
      background: rgba(34, 34, 34, 0.85) -webkit-gradient(linear, left top, left bottom, from(#232323), to(rgba(35, 35, 35, 0)));
      background: rgba(34, 34, 34, 0.85) linear-gradient(180deg, #232323 0%, rgba(35, 35, 35, 0) 100%);
      left: -60px;
      top: -60px;
      right: -60px;
      bottom: -60px;
      -webkit-filter: blur(30px);
              filter: blur(30px);
      pointer-events: none; }
    header#header .main-menu _:-ms-lang(x):before, header#header .main-menu _:-webkit-full-screen:before, header#header .main-menu:before {
      filter: none; }
    header#header .main-menu > .container {
      position: relative; }
      @media (min-width: 992px) {
        header#header .main-menu > .container {
          top: 0;
          padding-bottom: 50px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -ms-flex-line-pack: distribute;
              align-content: space-around;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-flow: row wrap;
                  flex-flow: row wrap;
          height: calc(100vh - 87px);
          padding: 52px 0 74px; }
          header#header .main-menu > .container > div {
            width: 100%; } }
    body.main-menu-open.menu-enabled header#header .main-menu {
      -webkit-transition-delay: .25s;
              transition-delay: .25s; }
    body.main-menu-open header#header .main-menu {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
    header#header .main-menu a {
      color: #f2f2f2; }
      header#header .main-menu a:hover {
        text-decoration: none; }
    header#header .main-menu .tootal-icon {
      color: #9e9e9e;
      width: 12px;
      height: 12px; }
    header#header .main-menu__top .menuButton {
      padding-left: 5px;
      padding-right: 5px;
      width: 61px;
      height: 61px;
      text-align: center;
      background-color: #3c3c3c;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-radius: 61px; }
    header#header .main-menu__top .tootal-icon {
      margin: 0;
      width: 24px;
      height: 24px;
      color: white;
      margin-top: -1px; }
    header#header .main-menu__bottom {
      color: white;
      text-align: center; }
      header#header .main-menu__bottom .button, header#header .main-menu__bottom body.informationPages #body .top__upload label, body.informationPages #body .top__upload header#header .main-menu__bottom label,
      header#header .main-menu__bottom body.orderApproval #body .top__upload label, body.orderApproval #body .top__upload header#header .main-menu__bottom label, header#header .main-menu__bottom body.informationPages #body .products button.dropRow, body.informationPages #body .products header#header .main-menu__bottom button.dropRow,
      header#header .main-menu__bottom body.orderApproval #body .products button.dropRow, body.orderApproval #body .products header#header .main-menu__bottom button.dropRow, header#header .main-menu__bottom body.informationPages #body .order-controls button, body.informationPages #body .order-controls header#header .main-menu__bottom button,
      header#header .main-menu__bottom body.orderApproval #body .order-controls button, body.orderApproval #body .order-controls header#header .main-menu__bottom button, header#header .main-menu__bottom body.contentPage #body .pageBuilder .tinyMCE__redButton a, body.contentPage #body .pageBuilder .tinyMCE__redButton header#header .main-menu__bottom a, header#header .main-menu__bottom body.contentPage #body .pageBuilder .tinyMCE__darkButton a, body.contentPage #body .pageBuilder .tinyMCE__darkButton header#header .main-menu__bottom a, header#header .main-menu__bottom body.contentPage #body .pageBuilder .tinyMCE__whiteButton a, body.contentPage #body .pageBuilder .tinyMCE__whiteButton header#header .main-menu__bottom a {
        font-family: "Lora", serif;
        margin-bottom: 36px;
        text-transform: lowercase;
        font-size: 20px;
        font-weight: normal;
        padding-top: 17px;
        padding-bottom: 20px; }
      header#header .main-menu__bottom .slogan {
        width: 270px;
        max-width: 100%; }
    header#header .main-menu__section {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    header#header .main-menu__wrapper {
      position: relative;
      margin: 85px 0; }
      header#header .main-menu__wrapper:after {
        content: '';
        position: absolute;
        left: calc(100% + 15px);
        top: 0;
        bottom: 0;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 1px;
        background-color: #515151; }
    header#header .main-menu__items, header#header .main-menu__sub-items,
    header#header .main-menu .bottom .menu {
      list-style: none;
      margin: 0;
      padding: 0;
      padding: 0 75px;
      color: #f2f2f2; }
      header#header .main-menu__items .menu__title, header#header .main-menu__sub-items .menu__title,
      header#header .main-menu .bottom .menu .menu__title {
        cursor: pointer; }
    @media (min-width: 992px) {
      header#header .main-menu .grey-menu {
        display: none; }
      header#header .main-menu__items {
        font-size: 44px;
        line-height: 80px;
        font-family: "Lora", serif;
        text-align: right;
        left: 0; }
        header#header .main-menu__items li > ul {
          display: none; }
        header#header .main-menu__items li:hover > a, header#header .main-menu__items li.sub-items-open > a {
          color: #DE483B; }
        header#header .main-menu__items li.sub-items-open > ul {
          display: block; }
      header#header .main-menu__sub-items {
        font-size: 20px;
        line-height: 30px;
        text-transform: uppercase;
        font-family: "Open Sans", sans-serif;
        left: 100%;
        text-align: left;
        position: absolute;
        width: calc(100% - 0px);
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        font-weight: 600; }
        header#header .main-menu__sub-items li {
          min-height: 60px;
          padding: 15px 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
        header#header .main-menu__sub-items .tootal-icon {
          display: block;
          float: left;
          margin-right: 8px; }
        header#header .main-menu__sub-items a {
          display: block;
          float: left;
          width: 100%; } }
    @media (max-width: 991.98px) {
      header#header .main-menu {
        top: 62px;
        -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
        transition: -webkit-transform 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
        transition: transform 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
        transition: transform 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99), -webkit-transform 0.25s cubic-bezier(0.17, 0.67, 0.16, 0.99);
        max-height: calc(100vh - 62px); }
        header#header .main-menu .container {
          overflow-y: scroll;
          height: 100%; }
          header#header .main-menu .container .grey-menu {
            font-family: "Lora", serif; }
            header#header .main-menu .container .grey-menu .logged-in-menu__wrapper {
              max-width: 300px;
              margin: 0 auto 10px; }
            header#header .main-menu .container .grey-menu .logged-in-menu__items {
              list-style: none;
              padding: 0; }
              header#header .main-menu .container .grey-menu .logged-in-menu__items li {
                width: 100%;
                border-bottom: 1px solid #414141; }
            header#header .main-menu .container .grey-menu .user-menu__wrapper {
              max-width: 300px;
              margin: 0 auto 10px; }
            header#header .main-menu .container .grey-menu .user-menu__items {
              list-style: none;
              padding: 0;
              margin-bottom: 0; }
              header#header .main-menu .container .grey-menu .user-menu__items > li {
                border-bottom: 1px solid #414141;
                padding: 10px 0; }
            header#header .main-menu .container .grey-menu .user-menu__logout {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                      justify-content: space-between;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center; }
            header#header .main-menu .container .grey-menu .user__account {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                      justify-content: space-between; }
              header#header .main-menu .container .grey-menu .user__account .switch-agent {
                position: relative;
                cursor: pointer; }
                header#header .main-menu .container .grey-menu .user__account .switch-agent .menu-title {
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-box-pack: justify;
                      -ms-flex-pack: justify;
                          justify-content: space-between;
                  color: white;
                  padding: 10px 0; }
                header#header .main-menu .container .grey-menu .user__account .switch-agent ul {
                  list-style: none;
                  padding: 0;
                  display: none;
                  width: 100%;
                  position: absolute;
                  background-color: #232323; }
                  header#header .main-menu .container .grey-menu .user__account .switch-agent ul li {
                    padding: 10px 0; }
                header#header .main-menu .container .grey-menu .user__account .switch-agent:hover ul, header#header .main-menu .container .grey-menu .user__account .switch-agent.hover ul {
                  display: block; }
          header#header .main-menu .container .main-menu__wrapper,
          header#header .main-menu .container .bottom .container {
            padding: 10px 20px;
            font-family: "Lora", serif; }
          header#header .main-menu .container .main-menu__items > li,
          header#header .main-menu .container .bottom .menu > li {
            padding: 10px 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
            header#header .main-menu .container .main-menu__items > li .feather-chevron-down,
            header#header .main-menu .container .bottom .menu > li .feather-chevron-down {
              -webkit-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.16, 0.99);
              transition: all 0.3s cubic-bezier(0.17, 0.67, 0.16, 0.99); }
            header#header .main-menu .container .main-menu__items > li.sub-items-open .feather-chevron-down,
            header#header .main-menu .container .bottom .menu > li.sub-items-open .feather-chevron-down {
              -webkit-transform: rotate(180deg);
                      transform: rotate(180deg); }
            header#header .main-menu .container .main-menu__items > li ul,
            header#header .main-menu .container .bottom .menu > li ul {
              width: 100%; }
        header#header .main-menu:before {
          top: 0;
          bottom: 0;
          background: none;
          background-color: #232323;
          -webkit-filter: none;
                  filter: none; }
        body.main-menu-open.menu-enabled header#header .main-menu {
          -webkit-transition-delay: 0s;
                  transition-delay: 0s; }
        header#header .main-menu__top {
          margin-top: 30px;
          margin-bottom: 30px; }
          header#header .main-menu__top .tootal-icon {
            color: #fff; }
          header#header .main-menu__top .menuButton {
            height: 40px;
            width: 40px;
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important; }
            header#header .main-menu__top .menuButton .tootal-icon {
              width: 18px;
              height: 18px; }
          header#header .main-menu__top .language--main-menu {
            margin: 0 16px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            cursor: pointer;
            position: relative;
            height: 30px;
            line-height: 30px;
            min-width: 84px;
            display: flex !important;
            height: 40px;
            border-radius: 40px;
            background-color: #3c3c3c; }
            header#header .main-menu__top .language--main-menu ul {
              position: absolute;
              left: 0;
              top: 0;
              right: 0;
              bottom: 0;
              -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
                      box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
              border-radius: 16px;
              padding: 0;
              list-style: none;
              margin: 0;
              overflow: hidden;
              background-color: white;
              z-index: 1;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
                  -ms-flex-flow: row wrap;
                      flex-flow: row wrap; }
            header#header .main-menu__top .language--main-menu .icon {
              width: 32px;
              text-align: center;
              position: relative;
              z-index: 2; }
              header#header .main-menu__top .language--main-menu .icon .tootal-icon {
                width: 12px;
                height: 12px;
                vertical-align: baseline; }
            header#header .main-menu__top .language--main-menu .flag {
              width: 32px;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center; }
              header#header .main-menu__top .language--main-menu .flag span, header#header .main-menu__top .language--main-menu .flag img {
                width: 15px;
                height: 15px;
                border-radius: 15px;
                background-color: #979797;
                display: inline-block; }
            header#header .main-menu__top .language--main-menu.dropdown-open ul {
              bottom: auto; }
            header#header .main-menu__top .language--main-menu.dropdown-open .icon {
              -webkit-transform: rotate(-180deg);
                      transform: rotate(-180deg); }
            header#header .main-menu__top .language--main-menu li {
              padding-left: 28px;
              font-size: 10px;
              text-transform: uppercase;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                      justify-content: space-between;
              width: 100%;
              -webkit-box-ordinal-group: 2;
                  -ms-flex-order: 1;
                      order: 1; }
              header#header .main-menu__top .language--main-menu li > span {
                display: inline-block;
                width: calc(100% - 32px);
                text-align: center; }
              header#header .main-menu__top .language--main-menu li.active {
                -webkit-box-ordinal-group: 1;
                    -ms-flex-order: 0;
                        order: 0; }
            header#header .main-menu__top .language--main-menu, header#header .main-menu__top .language--main-menu a {
              color: #979797; }
            header#header .main-menu__top .language--main-menu .icon {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center; }
            header#header .main-menu__top .language--main-menu ul {
              top: 5px;
              bottom: 5px;
              color: #fff;
              background-color: #3c3c3c;
              -webkit-box-shadow: none;
                      box-shadow: none; }
            header#header .main-menu__top .language--main-menu .tootal-icon {
              color: #fff; }
        header#header .main-menu .bottom .container, header#header .main-menu__wrapper {
          max-width: 300px;
          margin: 0 auto 35px; }
          header#header .main-menu .bottom .container:after, header#header .main-menu__wrapper:after {
            display: none; }
        header#header .main-menu__sub-items {
          display: none; }
        header#header .main-menu .bottom {
          margin: 0 -20px; }
        header#header .main-menu__items,
        header#header .main-menu .bottom .menu {
          padding: 0; }
          header#header .main-menu__items > li,
          header#header .main-menu .bottom .menu > li {
            border-bottom: 1px solid #414141; }
            header#header .main-menu__items > li > ul,
            header#header .main-menu .bottom .menu > li > ul {
              display: block;
              height: 0;
              overflow: hidden;
              padding: 0;
              -webkit-transition: all 0.5s cubic-bezier(0.17, 0.67, 0.16, 0.99);
              transition: all 0.5s cubic-bezier(0.17, 0.67, 0.16, 0.99);
              width: 100%; }
              header#header .main-menu__items > li > ul li,
              header#header .main-menu .bottom .menu > li > ul li {
                padding: 5px; }
            header#header .main-menu__items > li:hover > a, header#header .main-menu__items > li.sub-items-open > a,
            header#header .main-menu .bottom .menu > li:hover > a,
            header#header .main-menu .bottom .menu > li.sub-items-open > a {
              color: #DE483B; }
            header#header .main-menu__items > li.sub-items-open > ul,
            header#header .main-menu .bottom .menu > li.sub-items-open > ul {
              height: auto; }
            header#header .main-menu__items > li .menu__title,
            header#header .main-menu .bottom .menu > li .menu__title {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                      justify-content: space-between;
              width: 100%; }
              header#header .main-menu__items > li .menu__title a,
              header#header .main-menu .bottom .menu > li .menu__title a {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                height: 48px;
                line-height: 32px;
                font-size: 20px;
                font-family: "Lora", serif; }
              header#header .main-menu__items > li .menu__title .toggle,
              header#header .main-menu .bottom .menu > li .menu__title .toggle {
                display: -webkit-box !important;
                display: -ms-flexbox !important;
                display: flex !important;
                cursor: pointer;
                width: 45px;
                height: 45px;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                margin-right: -10px; }
                header#header .main-menu__items > li .menu__title .toggle .tootal-icon,
                header#header .main-menu .bottom .menu > li .menu__title .toggle .tootal-icon {
                  color: #fff;
                  width: 20px;
                  height: 20px; }
            header#header .main-menu__items > li.active .menu__title a,
            header#header .main-menu .bottom .menu > li.active .menu__title a {
              color: #DE483B; }
            header#header .main-menu__items > li.active .menu__title .toggle,
            header#header .main-menu .bottom .menu > li.active .menu__title .toggle {
              -webkit-transform: rotate(180deg);
                      transform: rotate(180deg); }
        header#header .main-menu__sub-items {
          padding: 0 0 25px 20px; }
        header#header .main-menu .slogan {
          display: none; }
        header#header .main-menu .bottom .container {
          overflow-y: auto; }
        header#header .main-menu .bottom .tootal-icon.feather-chevron-down {
          display: none; }
        header#header .main-menu .bottom .menu__dropdown {
          display: none; } }
  body.canAdminSwitch header#header > .top {
    top: 55px; }
  body.canAdminSwitch header#header > .bottom {
    top: 142px; }
  body.canAdminSwitch header#header > .main-menu {
    top: 142px; }
  body.canAdminSwitch > .alert {
    height: 55px;
    position: fixed;
    width: 100%;
    border-radius: 0;
    border: none;
    z-index: 999;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #DE483B;
    color: #fff;
    font-family: "Lora", serif;
    font-size: 18px; }
    body.canAdminSwitch > .alert a {
      color: #fff;
      text-decoration: underline; }
    @media (max-width: 1199.98px) {
      body.canAdminSwitch > .alert {
        font-size: 16px; } }

#responsivePixel {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
  display: none; }
  @media (max-width: 991.98px) {
    #responsivePixel {
      display: block; } }

#iconSource {
  display: none; }

footer#footer {
  position: relative;
  background-color: #282828;
  color: white;
  padding: 68px 0 34px;
  line-height: 34px;
  font-size: 14px; }
  footer#footer:before {
    background-repeat: repeat-x;
    content: '';
    position: absolute;
    z-index: 10;
    height: 6px;
    left: 0;
    right: 0;
    top: -6px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2212px%22%20height%3D%226px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20points%3D%220%2C%200%208%2C%208%2016%2C0%22%20fill%3D%22%23282828%22%20transform%3D%22scale%280.75%29%20rotate%28180 8 4%29%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E"); }

@keyframes slide-hoz {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes slide-vet {
  from {
    height: 0; }
  to {
    height: 100%; } }
  footer#footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  footer#footer a {
    color: white; }
  footer#footer .footer__row:not(:last-child) {
    margin-bottom: 68px; }
  footer#footer .footer h1, footer#footer .footer h2, footer#footer .footer h3, footer#footer .footer h4, footer#footer .footer__title {
    font-family: "Lora", serif;
    font-size: 18px;
    margin-bottom: 34px; }
  footer#footer .footer__info {
    line-height: 28px; }
  footer#footer .footer__certificates img, footer#footer .footer__payment img {
    max-height: 55px;
    max-width: 75px; }
    footer#footer .footer__certificates img:not(:last-child), footer#footer .footer__payment img:not(:last-child) {
      margin-right: 10px; }
  footer#footer .footer__certificates__oeko, footer#footer .footer__payment__oeko {
    display: inline-block;
    border-radius: 4px;
    border: 4px solid #fff;
    background-color: #fff;
    margin-right: 10px; }
    footer#footer .footer__certificates__oeko img, footer#footer .footer__payment__oeko img {
      max-height: 75px;
      max-width: 90px;
      margin-right: 0; }
  footer#footer .footer__copy, footer#footer .footer__by {
    white-space: nowrap;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    font-size: 13px; }
    footer#footer .footer__copy, footer#footer .footer__copy a, footer#footer .footer__by, footer#footer .footer__by a {
      color: #8d8d8d; }
  footer#footer .footer__by {
    text-transform: lowercase; }
    footer#footer .footer__by span {
      text-transform: none; }
  footer#footer .footer__newsletterDiv {
    width: 300px; }
  @media (max-width: 991.98px) {
    footer#footer {
      padding-top: 30px;
      padding-bottom: 0; }
      footer#footer .footer {
        max-width: calc(300px + 40px);
        margin-left: auto;
        margin-right: auto; }
        footer#footer .footer__logo img {
          max-width: 150px; }
        footer#footer .footer__row:not(:last-child) {
          margin-bottom: 0; }
        footer#footer .footer [class^="col"] {
          margin-bottom: 30px; } }

body.embedded #body {
  padding-top: 0 !important; }
  body.embedded #body .container {
    max-width: 100%; }
  body.embedded #body section.collectionTool {
    min-height: 100vh; }
  body.embedded #body section.top {
    display: none; }
  body.embedded #body .searchByBook,
  body.embedded #body .searchByFilter {
    padding-top: 0;
    padding-bottom: 0; }
    body.embedded #body .searchByBook__title,
    body.embedded #body .searchByFilter__title {
      font-size: 32px;
      margin-top: 20px;
      margin-bottom: 20px; }
    body.embedded #body .searchByBook__divider,
    body.embedded #body .searchByFilter__divider {
      top: -20px;
      min-height: 100vh;
      opacity: .5; }
  body.embedded #body .searchByBooks .searchable {
    max-height: calc(100vh - 132px); }
  body.embedded #body #shadeCardView .cards__preview {
    margin-top: 0;
    margin-bottom: 0; }
  body.embedded #body .sidebar {
    margin-top: 45px;
    height: calc(100% - 45px);
    padding-right: 20px !important; }
    body.embedded #body .sidebar--top {
      height: auto;
      margin-top: 60px;
      padding: 10px 20px 20px 0 !important; }
      body.embedded #body .sidebar--top + .sidebar {
        height: auto;
        margin-top: 0; }
  body.embedded #body #shadeCardFilter .sidebar {
    margin-top: 0;
    height: 100%;
    max-height: 100vh; }
  @media (max-width: 1599.98px) {
    body.embedded #body section.collectionTool.shadeCardVisible .container {
      max-width: calc(100vw - 120px);
      margin-left: 120px;
      margin-right: 0; } }

body.webShopDemo #body {
  padding-top: 0; }

body.webShopDemo header#header .bottom {
  display: none; }

body.webShopDemo .top {
  padding-top: 0; }

body.webShopDemo .demoVideo__button {
  margin-top: 80px;
  margin-bottom: 40px;
  width: 90px;
  height: 90px;
  border-radius: 90px;
  background-color: #DE483B;
  color: #fff; }
  body.webShopDemo .demoVideo__button .tootal-icon {
    fill: #fff; }

@media (min-width: 992px) {
  body.webShopDemo .demoVideo__wrapper,
  body.webShopDemo .demoTools__wrapper {
    position: relative;
    margin-top: 60px;
    margin-bottom: 130px;
    max-height: 750px; }
    body.webShopDemo .demoVideo__wrapper:before,
    body.webShopDemo .demoTools__wrapper:before {
      content: '';
      position: absolute;
      top: 50px;
      left: 20px;
      right: 20px;
      bottom: 50px;
      -webkit-box-shadow: inset 0 2px 30px 0 rgba(0, 0, 0, 0.05);
              box-shadow: inset 0 2px 30px 0 rgba(0, 0, 0, 0.05);
      pointer-events: none;
      border: 1px solid rgba(194, 194, 194, 0.5); }
  body.webShopDemo .demoVideo__screen,
  body.webShopDemo .demoTools__screen {
    width: calc(100% + 100px);
    height: 750px;
    max-height: 750px;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    margin: 0 -50px 50px;
    border: 50px solid #2E2E2E;
    border-radius: 50px 50px 25px 25px; }
  body.webShopDemo .demoVideo__keyboard,
  body.webShopDemo .demoTools__keyboard {
    position: absolute;
    bottom: -30px;
    background-color: #212121;
    left: -120px;
    right: -120px;
    height: 40px;
    border-radius: 5px 5px 33.33333px 33.33333px;
    -webkit-box-shadow: inset 0 11px 8px -10px rgba(255, 255, 255, 0.25);
            box-shadow: inset 0 11px 8px -10px rgba(255, 255, 255, 0.25); }
  body.webShopDemo .demoVideo__navigation,
  body.webShopDemo .demoTools__navigation {
    position: absolute;
    left: 20px;
    bottom: 15px;
    height: 35px;
    line-height: 35px; }
    body.webShopDemo .demoVideo__navigation .tootal-icon,
    body.webShopDemo .demoTools__navigation .tootal-icon {
      color: #7B7B7B; }
  body.webShopDemo .demoVideo__content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    position: relative;
    background-color: #1f1f1f;
    background-size: cover;
    background-position: center;
    color: #fff;
    overflow: hidden; }
    body.webShopDemo .demoVideo__content > div {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      position: relative;
      z-index: 2;
      margin: 20px 0; }
    body.webShopDemo .demoVideo__content:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(31, 31, 31, 0.6); }
    body.webShopDemo .demoVideo__content ul {
      list-style: none;
      margin: 0 0 40px;
      padding: 0;
      line-height: 24px;
      font-family: "Lora", serif;
      font-size: 20px; }
      body.webShopDemo .demoVideo__content ul .tootal-icon {
        margin-right: 5px; }
    body.webShopDemo .demoVideo__content li:not(:last-child) {
      margin-bottom: 20px; }
    body.webShopDemo .demoVideo__content li, body.webShopDemo .demoVideo__content a {
      -webkit-transition: all 0.5s cubic-bezier(0.17, 0.67, 0.16, 0.99);
      transition: all 0.5s cubic-bezier(0.17, 0.67, 0.16, 0.99); }
      body.webShopDemo .demoVideo__content li.outside, body.webShopDemo .demoVideo__content a.outside {
        opacity: 0; }
    body.webShopDemo .demoVideo__content .col-auto:first-child .outside {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%); }
    body.webShopDemo .demoVideo__content .col-auto:last-child .outside {
      -webkit-transform: translateX(100%);
              transform: translateX(100%); }
  body.webShopDemo .demoTools__title {
    font-family: "Lora", serif;
    font-size: 44px;
    line-height: 46px;
    text-align: center; }
  body.webShopDemo .demoTools__separator {
    position: relative;
    position: relative;
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
    width: 135px;
    height: 10px;
    margin: 35px auto 25px; }
    body.webShopDemo .demoTools__separator:before {
      background-repeat: repeat-x;
      content: '';
      position: absolute;
      z-index: 10;
      height: 9px;
      left: 0;
      right: 0;
      top: -9px;
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218px%22%20height%3D%229px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.00025863%2C0%20L0%2C6.59417725%20L0%2C8%20L8.00025885%2C1.40509033%20L16%2C8%20L16%2C6.59417725%20L8.00025863%2C0%20Z%22%20fill%3D%22%237 b7b7b%22%20transform%3D%22scale%281.125%29%20rotate%28180 8 4%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E"); }
  @-webkit-keyframes slide-hoz {
    from {
      width: 0; }
    to {
      width: 100%; } }
  @keyframes slide-hoz {
    from {
      width: 0; }
    to {
      width: 100%; } }
  @-webkit-keyframes slide-vet {
    from {
      height: 0; }
    to {
      height: 100%; } }
  @keyframes slide-vet {
    from {
      height: 0; }
    to {
      height: 100%; } }
    body.webShopDemo .demoTools__separator:after {
      background-repeat: repeat-x;
      content: '';
      position: absolute;
      z-index: 10;
      height: 9px;
      left: 0;
      right: 0;
      bottom: -9px;
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218px%22%20height%3D%229px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.00025863%2C0%20L0%2C6.59417725%20L0%2C8%20L8.00025885%2C1.40509033%20L16%2C8%20L16%2C6.59417725%20L8.00025863%2C0%20Z%22%20fill%3D%22%237 b7b7b%22%20transform%3D%22scale%281.125%29%20rotate%280%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E"); }
  @keyframes slide-hoz {
    from {
      width: 0; }
    to {
      width: 100%; } }
  @keyframes slide-vet {
    from {
      height: 0; }
    to {
      height: 100%; } }
    body.webShopDemo .demoTools__separator:last-child {
      margin-bottom: 0; } }
  @media (min-width: 992px) and (max-width: 991.98px) {
    body.webShopDemo .demoTools__separator {
      margin-top: 15px;
      margin-bottom: 15px; } }

@media (min-width: 992px) {
    body.webShopDemo .demoTools__separator:before, body.webShopDemo .demoTools__separator:after {
      top: 0;
      bottom: 0; }
    body.webShopDemo .demoTools__separator:after {
      top: auto;
      -webkit-transform: scale(-1, 1);
              transform: scale(-1, 1); }
  body.webShopDemo .demoTools__screen {
    border-color: #E6E6E6; }
  body.webShopDemo .demoTools__keyboard {
    background-color: #d9d9d9; } }

@media (min-width: 992px) {
  body.webShopDemo .demoVideo {
    background-image: none !important; } }

@media (max-width: 991.98px) {
  body.webShopDemo #body .top {
    height: 200px; }
    body.webShopDemo #body .top__title {
      color: #fff;
      font-size: 30px;
      line-height: 70px;
      text-transform: lowercase;
      margin-top: 60px; }
  body.webShopDemo .demoVideo {
    margin-top: -200px;
    padding-top: 200px;
    background-position: center;
    background-size: cover;
    position: relative; }
    body.webShopDemo .demoVideo:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(31, 31, 31, 0.6); }
    body.webShopDemo .demoVideo__wrapper {
      position: relative; }
    body.webShopDemo .demoVideo .video {
      margin-bottom: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      body.webShopDemo .demoVideo .video span {
        font-family: "Lora", serif;
        font-size: 18px;
        line-height: 22px;
        color: #fff;
        text-transform: lowercase; }
    body.webShopDemo .demoVideo__button {
      margin-top: 0;
      margin-bottom: 20px; }
    body.webShopDemo .demoVideo__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-bottom: 55px;
      background-image: none !important; }
      body.webShopDemo .demoVideo__content ul {
        margin: 0 0 20px;
        padding: 0;
        list-style: none;
        max-width: 300px;
        color: #fff;
        font-family: "Lora", serif;
        line-height: 24px; }
      body.webShopDemo .demoVideo__content li {
        margin-bottom: 20px;
        padding-left: 35px; }
        body.webShopDemo .demoVideo__content li .tootal-icon {
          display: block;
          float: left;
          margin-left: -35px;
          width: 30px;
          margin-right: 5px; }
      body.webShopDemo .demoVideo__content a {
        display: none; } }

body.webShopDemo .ctaRegister {
  margin-top: 200px;
  margin-bottom: 200px; }
  body.webShopDemo .ctaRegister__image {
    width: calc(100% + 200px);
    max-width: calc(100% + 200px);
    margin-left: -200px;
    height: auto;
    position: relative;
    z-index: 2; }
  body.webShopDemo .ctaRegister__title {
    font-size: 34px;
    line-height: 38px;
    font-family: "Lora", serif; }
  body.webShopDemo .ctaRegister__separator {
    position: relative;
    position: relative;
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
    width: 105px;
    height: 8px;
    margin: 35px auto 25px 0;
    margin-top: 25px;
    margin-bottom: 25px; }
    body.webShopDemo .ctaRegister__separator:before {
      background-repeat: repeat-x;
      content: '';
      position: absolute;
      z-index: 10;
      height: 7px;
      left: 0;
      right: 0;
      top: -7px;
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214px%22%20height%3D%227px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.00025863%2C0%20L0%2C6.59417725%20L0%2C8%20L8.00025885%2C1.40509033%20L16%2C8%20L16%2C6.59417725%20L8.00025863%2C0%20Z%22%20fill%3D%22%23979797%22%20transform%3D%22scale%280.875%29%20rotate%28180 8 4%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E"); }

@keyframes slide-hoz {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes slide-vet {
  from {
    height: 0; }
  to {
    height: 100%; } }
    body.webShopDemo .ctaRegister__separator:after {
      background-repeat: repeat-x;
      content: '';
      position: absolute;
      z-index: 10;
      height: 7px;
      left: 0;
      right: 0;
      bottom: -7px;
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214px%22%20height%3D%227px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.00025863%2C0%20L0%2C6.59417725%20L0%2C8%20L8.00025885%2C1.40509033%20L16%2C8%20L16%2C6.59417725%20L8.00025863%2C0%20Z%22%20fill%3D%22%23979797%22%20transform%3D%22scale%280.875%29%20rotate%280%29%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E"); }

@keyframes slide-hoz {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes slide-vet {
  from {
    height: 0; }
  to {
    height: 100%; } }
    body.webShopDemo .ctaRegister__separator:before, body.webShopDemo .ctaRegister__separator:after {
      top: 0;
      bottom: 0; }
    body.webShopDemo .ctaRegister__separator:after {
      -webkit-transform: scale(-1, 1);
              transform: scale(-1, 1);
      top: auto; }
    body.webShopDemo .ctaRegister__separator:last-child {
      margin-bottom: 0; }
    @media (min-width: 992px) {
      body.webShopDemo .ctaRegister__separator {
        margin-left: -32px; } }
    body.webShopDemo .ctaRegister__separator--image {
      margin: 0;
      position: absolute;
      top: 70%;
      right: 0;
      z-index: 1; }
      @media (max-width: 991.98px) {
        body.webShopDemo .ctaRegister__separator--image {
          display: none; } }
  body.webShopDemo .ctaRegister__text {
    color: #7a7a7a;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 30px; }
  @media (max-width: 991.98px) {
    body.webShopDemo .ctaRegister {
      margin-top: 70px;
      margin-bottom: 70px; }
      body.webShopDemo .ctaRegister__title {
        font-size: 30px;
        line-height: 50px;
        margin-bottom: 50px; }
      body.webShopDemo .ctaRegister__separator {
        display: none; }
      body.webShopDemo .ctaRegister__text {
        margin-bottom: 60px; }
      body.webShopDemo .ctaRegister a {
        margin-bottom: 30px; }
      body.webShopDemo .ctaRegister__image {
        margin-top: 40px;
        margin-bottom: 0; } }

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