/*** cnvyr.css.gz ***/
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/material-design-iconic-font/2.2.0/css/material-design-iconic-font.min.css");
: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: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -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: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.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-auto,
.col-lg,
.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-auto,
.col-md,
.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-auto,
.col-sm,
.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-auto,
.col-xl,
.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-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.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: 100%;
}
.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: 576px) {
  .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: 100%;
  }
  .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: 768px) {
  .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: 100%;
  }
  .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: 992px) {
  .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: 100%;
  }
  .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: 1200px) {
  .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: 100%;
  }
  .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%;
  }
}
.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:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.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:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  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;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.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;
  -o-transition: 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, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.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% - 1rem);
}
.modal-dialog-centered:before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -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;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable:before {
  content: none;
}
.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;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  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 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem 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 #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.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:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  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-sm {
  border-radius: 0.2rem !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-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -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: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -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: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -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: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -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: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -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 embed,
.embed-responsive iframe,
.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;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -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;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -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;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -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;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -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;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 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;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #0056b3 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #ba8b00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #a71d2a !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #121416 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
body {
  font-family: "Poppins", sans-serif !important;
  overflow: hidden;
  max-width: 1920px !important;
  margin: 0 auto !important;
}
html.filter_on {
  overflow: hidden;
}
.filter_content_open .filter_content_sub {
  display: block !important;
}
.container-lg {
  max-width: 1380px;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .container-normal {
    max-width: 1170px !important;
    margin: 0 auto;
  }
}
.client_order .pb_step1 span {
  color: #fff !important;
}
.progress_bar_wrapper.pb_step1 ._step1 span {
  background-color: #fcb64f !important;
  border: 1px solid #fcb64f !important;
  color: #fff !important;
}
.progress_bar_wrapper.pb_step2 ._step2 span {
  background-color: #fcb64f !important;
  border: 1px solid #fcb64f !important;
  color: #fff !important;
}
.progress_bar_wrapper.pb_step3 ._step3 span {
  background-color: #fcb64f !important;
  border: 1px solid #fcb64f !important;
  color: #fff !important;
}
.progress_bar_wrapper.pb_step4 ._step4 span {
  background-color: #fcb64f !important;
  border: 1px solid #fcb64f !important;
  color: #fff !important;
}
.progress_bar_wrapper.pb_step5 ._step5 span {
  background-color: #fcb64f !important;
  border: 1px solid #fcb64f !important;
  color: #fff !important;
}
.progress_bar_wrapper.pb_step6 ._step6 span {
  background-color: #fcb64f !important;
  border: 1px solid #fcb64f !important;
}
#tsbadgeResponsiveTop_db8d3657bdbe440c985ae127463eaad4 {
  position: fixed !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 1000 !important;
}
.zoomImg {
  width: 200% !important;
  height: 200% !important;
}
.whish_icon_wrapper i:before {
  color: #22375c;
}
.container-md {
  max-width: 1170px;
  margin: 0 auto;
}
.search_page .container {
  max-width: 1920px;
  padding: 0px 30px;
}
#footer_links.container {
  max-width: 1920px;
  padding: 0px 30px;
}
.homepage .container {
  max-width: 1920px;
  padding: 0px 30px;
}
div.basketedit_rebatecodes_outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
div.basketedit_rebatecodes_outline form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
div.basketedit_rebatecodes_outline form input.basketedit_rebatecode_input {
  margin-bottom: 0px;
}
div.basketedit_rebatecodes_outline form .basketedit_submit_code {
  border: 2px solid #1f1f1f;
  font-weight: 500;
  height: 40px;
  margin-bottom: 0px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
div.basketedit_rebatecodes_outline form .basketedit_submit_code:hover {
  background: transparent;
  border: 2px solid #fcb64f !important;
  color: #fcb64f;
}
span.basketedit_rebatecode_activate_txt {
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.9em !important;
}
.menu_additional__item .zmdi-power:before {
  font-size: 15px;
}
.menu_additional__item .zmdi-power {
  margin-top: 11px;
}
.menu_additional__item--logout {
  margin: 0px 0px 0px -5px;
}
#mmsport_map {
  margin-bottom: 30px;
}
.stocks_list_searching {
  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: 35px;
}
.stocks_list_searching .stores {
  margin-right: 30px;
}
.stocks_list_wrapper {
  margin: 0 0px 0px !important;
  width: 100% !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 10px 0px 30px !important;
  height: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #dcdcdc;
}
.stocks_list_wrapper .stock_pin {
  margin-right: 15px;
}
.contact_page {
  background: #f8f8f8;
}
.contact_page div#contact_address {
  margin-bottom: 50px;
}
.contact_page div.contact_address_sub {
  padding: 0px;
}
.contact_cms {
  padding: 40px 0px;
}
.contact_cms iframe {
  width: 100%;
}
.contact_cms-item .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
.contact_cms-item .contact_cms-block h2 {
  font-size: 19px;
  color: #000000 !important;
  font-weight: 600;
  margin-bottom: 30px;
}
.contact_cms-item .contact_cms-block h3 {
  font-size: 13px !important;
  color: #000 !important;
  font-weight: 600;
  line-height: 24px;
}
.contact_cms-item .contact_cms-block p {
  font-size: 13px;
  color: #000;
  font-weight: 500;
  line-height: 24px;
}
.contact_cms-item .contact_cms-block p strong {
  font-size: 13px;
  color: #000;
  font-weight: 600;
}
@media (min-width: 576px) {
  .container {
    max-width: calc(100% - 20px);
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1400px) {
  .search_page .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .search_page .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
  .search_page #search .product_wrapper.has__colors:hover .product__item {
    width: calc(100% + 20px) !important;
    padding-left: 80px !important;
    right: 80px !important;
    position: relative !important;
  }
  .search_page .product-icon img {
    max-height: 350px;
  }
  .search_page .product-icon {
    height: 400px;
  }
}
a {
  font-size: 1.4rem;
  color: #000;
}
a:hover {
  text-decoration: none !important;
  color: #fcb64f;
}
#content {
  padding: 0px;
}
.layout-spacing {
  margin-top: 145px;
}
@media (max-width: 978px) {
  .layout-spacing {
    margin-top: 80px;
  }
}
.ui-autocomplete {
  width: auto !important;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
}
.ui-autocomplete .menuitem_product {
  border: none !important;
}
.ui-autocomplete .menuitem_product:hover:hover {
  border: none !important;
  color: #fcb64f;
}
#backTop {
  opacity: 1 !important;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 100%;
  background: #fcb83d;
  right: 54px !important;
  bottom: 43px !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#backTop .icon-angle-up {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#backTop .icon-angle-up:before {
  font-size: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#backTop:hover {
  color: #fcb64f !important;
  background: #1f1f1f !important;
}
.footer__separator {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
}
.clearfix:after {
  display: none !important;
  content: none !important;
}
.text-uppercase {
  text-transform: uppercase;
}
.no-border-top {
  border-top: none !important;
  padding: 9px 0px 22px !important;
}
.sitemap_page_sub {
  padding: 30px 0px;
}
.sitemap_page_sub .big_label {
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
}
div.sitemap_page_sub ul {
  margin-left: 0px !important;
}
div.sitemap_page_sub ul > li {
  line-height: 14px;
}
.site_map-category .categories-list_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site_map-category ul.categories-list_level1 {
  width: 100%;
}
.site_map-category a.categories-list_level1 {
  font-weight: 600;
  padding: 0px 0px 12px 0px;
}
.site_map-category ul.categories-list_level2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 15px;
  padding-top: 10px;
}
.site_map-category li.categories-list_level2 {
  width: 100%;
}
.site_map-category a.categories-list_level2 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.site_map-category ul.categories-list_level3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 130px;
}
.site_map-category li.categories-list_level3 {
  white-space: nowrap;
  margin-right: 20px;
  width: 170px;
}
.site_map-category a.categories-list_level3 {
  font-size: 13px !important;
  font-weight: 500;
  color: #000 !important;
  padding: 5px 0px 0px !important;
}
.content__menu-item .top__banner-label {
  display: block;
  font-size: 16px;
  z-index: 99;
  position: relative;
  font-weight: 600;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  ul.categories-list_level3 {
    max-height: none;
  }
}
div.categories-list_wrapper span.more_categories {
  height: 32px;
  line-height: 32px;
  color: #fcb64f !important;
}
div.categories-list_wrapper li.categories-list_level2 a:hover {
  color: #ffbd4b !important;
}
.sitemap_clientpage_wrapper,
.sitemap_mainpage_wrapper,
.sitemap_searchpage_wrapper {
  display: none;
}
.ordered-name ul li b {
  margin-right: 3px;
}
@media (max-width: 991.98px) {
  #backtoTop {
    right: 30px !important;
    bottom: 30px !important;
  }
}
@media (max-width: 767px) {
  #backTop {
    opacity: 1 !important;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 100%;
    background: #fcb83d;
    right: 15px !important;
    bottom: 100px !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #backTop .icon-angle-up {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #backTop .icon-angle-up:before {
    font-size: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #backTop:hover {
    color: #fcb64f !important;
    background: #1f1f1f !important;
  }
}
[class*="icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: 0.3em;
}
.icon-angle-right:before {
  color: #000;
}
.addToFav {
  color: #fcb64f;
  position: absolute;
  right: 15px;
  top: 7px;
  font-size: 21px;
  z-index: 100;
  display: none;
}
@media (max-width: 991px) {
  .addToFav {
    display: none !important;
  }
}
.product_wrapper:hover .addToFav {
  display: block;
}
.product_wrapper .hover-image {
  display: none;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}
.product_wrapper:hover .non-hover-image {
  display: none !important;
}
.product_wrapper:hover .hover-image {
  display: table !important;
}
.product_wrapper:hover .hover-image .non-hover-image {
  display: table !important;
}
@media (max-width: 767px) {
  .product_wrapper .hover-image {
    display: none !important;
  }
  .product_wrapper .hover-image .non-hover-image {
    display: none !important;
  }
  .product_wrapper:hover .non-hover-image {
    display: table !important;
  }
  .product_wrapper:hover .hover-image {
    display: none !important;
  }
  .product_wrapper:hover .hover-image .non-hover-image {
    display: none !important;
  }
}
#menu_banners2 .menu_button_wrapper {
  width: 100%;
}
#menu_banners2 .menu_button_wrapper img {
  width: 100%;
}
#filter_price_range .filter_range_from_wrapper,
#filter_price_range .filter_range_to_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 0px 0 10px;
  width: 100%;
  text-align: left;
}
#filter_price_range .filter_range_from_wrapper input,
#filter_price_range .filter_range_to_wrapper input {
  text-align: left;
}
#filter_text_content .filter_submit_small {
  font-size: 21px;
  text-align: center;
  width: 40px;
}
#menu_filter div.filter_item.list_type input#filter_text_input {
  display: block !important;
  font-size: 12px;
  margin: 0;
  width: 100%;
  padding: 0 15px;
}
.addToFav.is_favourite .zmdi:before,
.projector_buttons_obs.is_favourite .zmdi:before {
  content: "\f15f";
}
.filters #menu_filter .filter_content.filter_content_open#filter_text_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 8px 0 3px;
}
.filters .filter_header-name {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
}
.filters #menu_filter .filter_content {
  width: 100%;
}
#menu_filter a.filter_submit_range {
  font-size: 21px;
  text-align: center;
}
#menu_filter div.filter_item.list_type input.filter_range_from,
#menu_filter div.filter_item.list_type input.filter_range_to {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (max-width: 975px) {
  #menu_filter .filter_content,
  #menu_filter .filter_content.group_wrapper {
    display: none !important;
  }
  #menu_filter .filter_content.filter_content_open,
  #menu_filter .filter_content.group_wrapper.filter_content_open {
    display: block !important;
  }
}
.main_page #layout {
  padding-top: 145px;
}
#main_banner1 .slick-slide {
  position: relative;
}
#main_banner1 .main_slider:not(.slick-slider) {
  max-height: 592px;
}
#main_banner1 .main_slider,
#main_banner1 .slick-slider {
  margin-bottom: 0;
}
#main_banner1 .slick-next {
  right: 90px;
  bottom: 70px;
  width: 60px;
  font-size: 25px;
  text-indent: 5px;
  text-decoration: none;
  height: 40px;
  top: initial;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#main_banner1 .slick-next i {
  width: 60px;
  height: 40px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#main_banner1 .slick-next i:before {
  position: relative;
  right: -4px;
}
#main_banner1 .slick-next:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 40px;
  right: -6px;
  bottom: -6px;
  border: 2px solid #000;
}
#main_banner1 .slick-next:hover i {
  background: #fcb64f;
}
#main_banner1 .slick-prev {
  width: 60px;
  height: 40px;
  font-size: 25px;
  left: initial;
  text-decoration: none;
  right: 150px;
  bottom: 80px;
  text-indent: -5px;
  top: initial;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#main_banner1 .slick-prev:hover {
  background: #fcb64f;
}
#main_banner1 .cover {
  width: 150px;
  position: absolute;
  background: #c4c4c4;
  height: 100%;
  z-index: 10;
  opacity: 0.8;
}
#main_banner1 .cover__right {
  right: 0;
  top: 0;
}
#main_banner1 .cover__left {
  left: 0;
  top: 0;
}
@media (max-width: 1300px) {
  #main_banner1 .cover {
    width: 120px;
  }
  #main_banner1 .slick-next {
    right: 60px;
  }
  #main_banner1 .slick-prev {
    right: 120px;
  }
}
@media (max-width: 1199px) {
  .main_page #layout {
    padding-top: 70px !important;
  }
}
@media (max-width: 1100px) {
  #main_banner1 .cover {
    width: 90px;
  }
  #main_banner1 .slick-next {
    right: 30px;
  }
  #main_banner1 .slick-prev {
    right: 90px;
  }
}
@media (max-width: 992px) {
  #main_banner1 img {
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .main_banner_wrapper {
    background: #f8f8f8;
  }
  #layout {
    padding-top: 120px;
  }
  #main_banner1 .cover {
    display: none;
  }
  #main_banner1 .slick-list {
    padding-bottom: 40px !important;
  }
  #main_banner1 .slick-next {
    right: 20px;
    bottom: 0;
  }
  #main_banner1 .slick-next:after {
    content: none;
  }
  #main_banner1 .slick-prev {
    bottom: 0;
    right: 120px;
  }
}
body {
  padding: 0px !important;
}
aside a.nav-link:hover {
  color: #fcb64f;
}
header {
  position: fixed !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff !important;
  max-width: 1920px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.1);
}
header .badge-info {
  background-color: #1f1f1f;
}
header #menu_settings {
  position: relative !important;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header #menu_settings .menu_settings_bar {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header .navbar-subnav {
  width: 75% !important;
}
header .navbar-subnav > .nav-item {
  width: 33.333% !important;
}
header .navbar-subnav-wrapper .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
header .navbar-subnav-wrapper .menu-image {
  margin-top: 20px;
  display: none;
}
header .navbar-nav > .nav-item > .nav-link {
  height: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}
header .navbar-nav > .nav-item > .nav-link:hover {
  color: #fcb64f;
}
header .navbar-nav > .nav-item > .nav-link:after {
  content: none !important;
}
header .navbar-nav > .nav-item > .nav-link.active:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #fcb64f;
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
}
header .navbar-nav > li:hover .menu-image {
  display: block;
  padding-bottom: 20px;
}
header .navbar-nav > li:hover .navbar-subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  position: relative;
}
header .navbar-subnav > .nav-item > .nav-link {
  font-size: 12px;
  font-weight: 600 !important;
  margin-bottom: 0px;
  text-transform: uppercase;
}
header .navbar-subnav > .nav-item > .nav-link:hover {
  color: #fcb83d;
}
header .navbar-subsubnav > .nav-item > .nav-link {
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 600 !important;
}
header .navbar-subsubnav > .nav-item > .nav-link:hover {
  color: #fcb83d;
}
header .wide .navbar-subnav > .nav-item {
  padding: 0px 20px 5px;
  width: 25%;
}
header .wide .navbar-subnav {
  margin-top: 10px;
}
header .navbar-subsubnav > .nav-item > .nav-link {
  padding-left: 0 !important;
}
header .navbar-subsubnav .nav-item:before {
  content: none !important;
}
header .navbar-subnav-wrapper {
  position: fixed;
  top: 145px;
  left: 0;
  width: 100%;
  background: #fff;
}
header .menu_settings_wishlist {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin: 0px 30px 0px 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  align-items: center;
}
header .menu_settings_wishlist .favourite-img {
  width: 27px;
  height: 27px;
}
header .menu_settings_wishlist .favourite-img img {
  width: 100%;
  height: 100%;
}
header .menu_settings_wishlist .favourite-qty {
  position: absolute;
  top: 0;
  right: 5px;
  background: #fcb64f;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  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;
  font-size: 12px;
  color: #000 !important;
}
header .menu_settings_wishlist .favourite__title {
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 8px;
  line-height: 20px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header .menu_settings_wishlist .zmdi {
  font-size: 30px;
  font-weight: 400;
  margin-right: 5px;
}
header .menu_settings_wishlist:hover .favourite__title {
  color: #fcb64f;
}
header #menu_search {
  margin-top: 0px !important;
  width: auto;
  margin-right: 15px;
}
header #menu_search button {
  position: relative;
  width: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
header #menu_search button .zmdi {
  font-size: 25px;
  margin-top: 3px;
}
header #menu_search button .icon-search {
  margin-left: 0px !important;
  font-size: 30px;
}
header #menu_search input {
  border-bottom: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: right;
}
header #menu_search ::-webkit-input-placeholder {
  color: #000 !important;
  opacity: 1 !important;
}
header #menu_search ::-moz-placeholder {
  color: #000 !important;
  opacity: 1 !important;
}
header #menu_search :-ms-input-placeholder {
  color: #000 !important;
  opacity: 1 !important;
}
header #menu_search :-moz-placeholder {
  color: #000 !important;
  opacity: 1 !important;
}
header #menu_basket {
  margin-top: 0px !important;
  padding-left: 0px !important;
}
header #menu_basket > a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
header #menu_basket > a:before {
  content: none !important;
}
header #menu_basket > a strong {
  font-size: 12px;
  color: #fcb64f;
  font-weight: 600;
  line-height: 37px;
}
header #menu_basket > a:after {
  content: none !important;
}
header #menu_additional {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
header .menu_additional__item {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  margin-right: 20px !important;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header .menu_additional__item:hover {
  color: #000;
}
header .menu_additional__item:last-child {
  margin-right: 0px !important;
}
header .menu_additional__separator {
  position: absolute;
  top: 0;
  right: -14px;
}
header .nav-link {
  color: #000;
  display: block;
  padding: 5px 15px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}
header .navbar-nav {
  margin-bottom: 0px !important;
}
#menu_basket .badge {
  font-size: 11px;
  height: 20px;
  min-width: 20px;
  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;
}
.text_menu_title_header {
  padding-top: 30px;
  font-size: 24px;
}
#main_banner1 img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 592px;
}
#menu_search button:hover {
  color: #fcb64f;
}
.header__logo {
  margin-right: 75px;
}
.header__search {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.header__search button img {
  margin: 0 auto;
}
.header__search-title {
  font-size: 12px;
  font-weight: 600;
  line-height: 39px;
  text-transform: uppercase;
}
.header__top {
  width: 100%;
  height: 40px;
  background: #22375c;
  padding: 0 100px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.header__top-red {
  position: absolute;
  min-height: 40px;
  padding: 10px 0px 10px 10px;
  top: 0;
  background: #b50000;
  width: 100%;
  z-index: 999;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  display: none;
  text-align: center;
}
@media (max-width: 978px) {
  .header__top-red {
    display: none !important;
  }
}

.header__top-red button {
  margin: 0px 15px 0px 40px;
  background: transparent;
  border: none;
  text-transform: uppercase;
}
.header__top-red button:focus {
  outline: none;
}
.header__top-red button .zmdi {
  margin-left: 8px;
}
.header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 200px);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  height: 105px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__bottom-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__bottom-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
.header__bottom-right .login-img,
.header__bottom-right .search-img {
  width: 27px;
  height: 27px;
}
.header__bottom-right .login-img img,
.header__bottom-right .search-img img {
  width: 100%;
  height: 100%;
}
.header__bottom-right .search-title {
  margin-top: 10px !important;
}
.header__bottom-right .login-item,
.header__bottom-right .search-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 30px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__bottom-right .login-item:hover .login-title,
.header__bottom-right .login-item:hover .search-title,
.header__bottom-right .search-item:hover .login-title,
.header__bottom-right .search-item:hover .search-title {
  color: #fcb64f;
}
.header__bottom-right .login-title,
.header__bottom-right .search-title {
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 8px;
  line-height: 20px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header__bottom-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__bottom-order-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 15px;
  text-align: right;
}
.header__bottom-order-info a,
.header__bottom-order-info span {
  font-size: 16px;
  color: #203a61;
  line-height: 25px;
  font-weight: 600;
}
.header__slider-item {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
.header__slider-item:hover {
  color: #fff;
}
.header__slider-item img {
  margin-right: 8px;
}
.header__slider-item #main_cms {
  margin-left: 5px;
}
.header__info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.header__info .delivery_link {
  display: flex;
  align-items: center;
}
.header__info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0px;
  list-style: none;
}
.header__info-item {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 50px;
  white-space: nowrap;
}
.header__info-item img {
  margin-right: 8px;
}
#searching {
  margin-bottom: 160px;
}
#searching .info {
  font-size: 13px;
}
#searching .searching_sort_radios {
  display: none;
}
.searching_top.form-group {
  font-size: 12px;
  color: #1f1f1f;
  font-weight: 500;
}
.header__search #menu_search_text:focus {
  border-bottom: 1px solid #1f1f1f;
}
.header__search button:focus {
  outline: none !important;
}
.is_scrolled .header__top {
  visibility: hidden;
  margin-top: -40px;
}
.is_scrolled .header__bottom {
  height: 80px;
}
.is_scrolled .header {
  border-bottom: 1px solid #e4e4e4;
}
.is_scrolled header .navbar-subnav-wrapper {
  top: 64px;
}
.is_scrolled .navbar-nav .nav-link.active:before {
  bottom: 21px !important;
}
.login-item {
  position: relative;
}
.login-item__dropdown {
  position: absolute;
  background: #fff;
  padding: 20px 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 68px;
  -webkit-box-shadow: 0px 0px 11px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 11px 3px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 99;
}
.login-item__dropdown:before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  content: " ";
  position: absolute;
  top: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.login-item__dropdown.open-dropdown {
  visibility: visible;
  opacity: 1;
}
.login-item__dropdown a {
  font-size: 13px;
  color: #000;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.login-item__dropdown a:first-child {
  margin-bottom: 10px;
}
.login-item__dropdown a:hover {
  color: #fcb64f;
}
header #menu_basket > a strong {
  font-size: 12px;
  font-weight: 600;
  margin-top: 8px;
  line-height: 35px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.basket-img {
  width: 27px;
  height: 27px;
}
.basket-img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1500px) {
  .header__top {
    padding: 0px 20px;
  }
  .header__bottom {
    width: calc(100% - 100px);
  }
}
@media (max-width: 1399px) {
  .header__bottom {
    width: calc(100% - 40px);
  }
  .header__logo {
    margin-right: 40px;
  }
}
@media (max-width: 1299px) {
  .header__bottom-right .search-title {
    font-size: 11px;
  }
  .header__bottom-right .search-item {
    margin-left: 20px;
  }
  .header__bottom-right .search-item img {
    width: 20px;
  }
  .header__bottom-right .login-item {
    margin-left: 19px;
  }
  .header__bottom-right .login-item img {
    width: 24px;
  }
  .header__bottom-right .login-title {
    font-size: 11px;
  }
  header .menu_settings_wishlist {
    margin: 0px 19px;
  }
  header .menu_settings_wishlist .zmdi-favorite-outline {
    font-size: 28px;
  }
  header .menu_settings_wishlist .favourite__title {
    font-size: 11px;
    line-height: 26px;
    margin-top: 0px;
  }
  header #menu_basket > a strong {
    font-size: 11px;
    margin-top: 3px;
  }
  header .nav-link {
    font-size: 15px;
  }
}
@media (max-width: 1500px) {
  .header__info-item a {
    font-size: 1.2rem;
  }
}
@media (max-width: 1199px) {
  .header__logo {
    margin-right: 20px;
    max-width: 130px;
  }
  .header__info {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .header__info-item {
    margin-right: 20px;
  }
  .header__info-item a {
    font-size: 1rem;
  }
  header .menu_additional__item {
    margin-right: 10px !important;
  }
  header #menu_basket > a strong,
  header #menu_search input,
  header .menu_settings_wishlist,
  header .nav-link {
    font-size: 13px;
  }
  header .nav-link {
    padding: 5px 8px;
  }
}
@media (max-width: 1500px) {
  .header__info {
    padding: 0 15px;
  }
}
@media (min-width: 979px) {
  #menu_basket > a {
    height: auto !important;
  }
  #menu_basket .badge {
    right: -2px;
    left: auto;
    top: 6px;
  }
}
@media (min-width: 979px) and (max-width: 992px) {
  #menu_search .d-lg-none {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
  #menu_filter {
    margin: 0 -10px 10px;
    background: #ffffff;
    padding: 0;
    border: none;
    display: none;
  }
}
@media (max-width: 992px) {
  header #menu_basket > a img {
    height: auto !important;
  }
  .header__top-red {
    padding-left: 14px;
    font-size: 12px;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  .header__bottom-right .login-img img,
  .header__bottom-right .search-img img {
    width: 24px !important;
    height: auto !important;
  }
  header .menu_settings_wishlist .favourite-img img {
    width: 25px !important;
    height: auto !important;
  }
}
@media (max-width: 979px) {
  header {
    height: 80px;
  }
  .navbar-subnav .navbar-subsubnav.active {
    right: 0;
  }
  .nav-open .navbar-subnav-wrapper.active ul.navbar-subnav {
    right: 0;
  }
  .nav-open > .nav-link {
    position: absolute;
    top: 0;
    background: #fff;
    width: 100%;
    border-bottom: 1px solid #e6e6e6 !important;
    z-index: 99999;
  }
  .header__search {
    display: none !important;
  }
  .header__logo {
    width: 140px !important;
    min-width: 140px !important;
  }
  .header__top {
    display: none;
  }
  .header__bottom {
    width: calc(100% - 20px);
    height: 80px;
  }
  .header__bottom-order {
    height: 60px;
  }
  .header__bottom-order-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__bottom-order-img img {
    height: 50px;
  }
  .header__bottom-order-info span {
    font-size: 14px;
    line-height: 20px;
  }
  .header #menu_search label {
    margin: 0;
  }
  .navbar-subnav-wrapper .menu-image {
    display: none;
  }
  header .menu_settings_wishlist {
    margin: 0;
  }
  header #menu_search {
    width: auto;
  }
  header .icon-search {
    font-size: 16px;
  }
  header .menu_settings_wishlist .zmdi {
    margin: 0;
  }
  header .menu_settings_wishlist span {
    display: none;
  }
  header #menu_search input {
    text-align: left;
  }
  .search_open .header__search {
    top: 60px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .sidebar_open header .navbar-toggler:after {
    display: block;
  }
  #login_menu_block a {
    padding: 15px 5px;
    border-bottom: 1px solid #d4d4d4;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    line-height: 32px;
  }
  aside .navbar-collapse ul {
    margin: 0;
  }
  #menu_contact {
    position: static !important;
    display: block !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    height: auto !important;
    font-size: 13px !important;
    max-width: 100%;
  }
  #menu_contact a {
    color: #0e1116;
    padding: 15px 5px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    line-height: 32px;
  }
  .menu_settings_bar {
    padding: 0 20px;
  }
  [data-item="#menu_settings"] {
    display: none !important;
  }
  ul.footer__payment {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    padding: 20px 0 50px !important;
  }
  ul.footer__payment li {
    border: none !important;
  }
  #menu_navbar .nav-item:last-child a {
    border-bottom: none;
  }
}
@media (max-width: 767.98px) {
  .header__top-red #closeTopBar span {
    display: none;
  }
}
@media (max-width: 576px) {
  header .navbar-toggler:after {
    content: none;
  }
  header #menu_categories .navbar-toggler .icon-reorder {
    font-size: 21px !important;
  }
}
@media (max-width: 575.98px) {
  header .header__bottom-left {
    width: 100% !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  header .header__bottom-right {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    width: 100% !important;
  }
  .header {
    height: 110px;
  }
  .header__logo {
    width: 200px !important;
    min-width: 200px !important;
    max-width: 200px !important;
  }
  .header__bottom {
    height: 108px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5px;
  }
  .header__bottom-order-info span {
    font-size: 10px;
    line-height: 16px;
  }
  .header__bottom-order-img img {
    height: 40px;
  }
  .header--info .header__logo {
    margin-right: 0px !important;
    width: 140px !important;
    min-width: 140px !important;
    max-width: 140px !important;
  }
  .header--info .header__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .header--info .header__bottom-left {
    width: auto !important;
  }
  .header--info .header__bottom-right {
    width: auto !important;
  }
  .header--info .header__bottom-order-img {
    display: none;
  }
}
.section {
  padding: 30px 0px;
  position: relative;
}
.section__title {
  font-size: 36px !important;
  font-weight: 600 !important;
  text-transform: initial;
  margin-bottom: 4px;
  text-align: center;
}
.section__title--left {
  text-align: left;
}
.section__title--secondary {
  color: #25365e;
  text-transform: uppercase;
}
.section__title--secondary-first {
  color: #25365e;
  text-transform: uppercase;
  padding-top: 40px;
}
.section--dark {
  background: #f8f8f8;
}
.section--lightdark {
  background: #dde4ee;
}
.section--yellow {
  background: #ffc45d;
}
.section--breadcrumbs {
  padding: 0px;
}
.section--top {
  padding-bottom: 1px;
}
.section--seo #main_cms2 {
  border-top: 1px solid #c4c4c4;
  padding: 30px 0px 0px;
  font-size: 12px;
  color: #696969;
  line-height: 24px;
}
.section--seo #main_cms2 p {
  font-size: 12px;
  color: #696969;
  line-height: 24px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .section--seo #main_cms2 {
    padding: 30px 15px 0px;
  }
}
@media (max-width: 992px) {
  .section__title {
    line-height: 40px;
  }
}
@media (max-width: 767.98px) {
  .section--breadcrumbs {
    padding: 15px 0px 0px;
  }
  .section__title {
    line-height: 40px;
  }
}
@media (max-width: 575.98px) {
  .section--breadcrumbs {
    padding: 15px 0px 0px;
  }
  .section__title {
    line-height: 35px;
    font-size: 26px !important;
  }
}
.big_label:after {
  content: none !important;
}
.article_element_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.article_element_item {
  background: #22375c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.article_wrapper {
  padding: 0px 15px;
}
.article_wrapper--dark {
  margin-bottom: 60px !important;
}
.article_wrapper--dark .article_text_wrapper {
  padding: 20px 15px 50px;
}
.article_wrapper--dark .article_text_wrapper .article_date {
  color: #fff;
}
.article_wrapper--dark .article_text_wrapper .article__title {
  font-size: 15px;
  margin-top: 8px;
  color: #fff;
  font-weight: 600;
}
.article_wrapper--dark .article_text_wrapper .description_text {
  color: #fff;
  margin-top: 10px;
  height: 80px;
  overflow: hidden;
}
.article_wrapper--dark .see_more_wrapper {
  text-align: left;
  position: absolute;
  bottom: 15px;
}
.article_wrapper--dark .see_more_link {
  color: #fff !important;
}
.article_wrapper--dark .article_image_wrapper {
  width: 100%;
  max-width: 100%;
  height: 100%;
  float: none;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.article_wrapper--dark .article_image_wrapper .article_img {
  max-height: 180px;
  overflow: hidden;
}
.article_wrapper--dark .article_image_wrapper:hover .article_img img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.article_wrapper--dark .article_image_wrapper:hover .see_more_link {
  color: #fcb64f !important;
}
.article_wrapper--dark .article_image_wrapper img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.article_wrapper--news .article_element_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.article_wrapper--news .article_image_wrapper {
  width: 100%;
  max-width: 125px;
  min-width: 100px;
}
.article_wrapper--news .article_image_wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.article_wrapper--news .article_text_wrapper {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.article_wrapper--news .article__title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}
.article_wrapper--news .description_text {
  max-height: 60px;
  overflow: hidden;
}
.article_wrapper .see_more_wrapper {
  text-align: left;
}
.article_wrapper .see_more_link {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: none;
  color: #000;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.article_wrapper .see_more_link:hover {
  color: #fcb64f;
}
.article_text_wrapper .article_date {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
.article_text_wrapper .description_text {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .article_wrapper--dark .article_element_wrapper {
    max-width: 80%;
    margin: 0 auto 15px;
  }
  .article_wrapper--dark .article_element_wrapper:not(:last-child) {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 15px;
  }
  .article_wrapper--dark .label_wrapper {
    margin-bottom: 20px;
  }
  .article_wrapper--dark .article_image_wrapper {
    height: auto;
    margin: 0px;
  }
  .article_wrapper--dark .article_image_wrapper img {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .article_wrapper--news .label_wrapper {
    margin-bottom: 20px;
  }
  .article_wrapper--news .article_element_wrapper {
    padding-bottom: 15px;
  }
  .article_wrapper--news .article_image_wrapper {
    min-width: 50%;
    max-width: none;
    width: 50%;
    margin-right: 20px;
    height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 0px;
  }
  .article_wrapper--news .article_element_wrapper:not(:last-child) {
    border-bottom: 1px solid #dcdcdc;
  }
}
@media (max-width: 575.98px) {
  .article_wrapper--dark .article_element_wrapper {
    max-width: 100%;
    margin: auto 15px 15px;
  }
}
.btn {
  background: transparent;
  border: none;
}
.btn:hover {
  border: none !important;
}
.btn--view {
  background: #cccccc;
  padding: 15px 64px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: none;
  letter-spacing: 1px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  max-width: 280px;
  white-space: nowrap;
}
.btn--view:hover {
  background: #fcb64f;
  color: #fff;
}
.btn-large {
  height: 60px !important;
  background: #fcb83d !important;
  border: none !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  padding: 0px !important;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  outline: none !important;
}
.btn-large:hover {
  background: #203a61 !important;
  color: #fcb64f;
}
.btn--link {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.btn--link:hover {
  background: transparent;
}
.btn--outline {
  height: 50px;
  border: 2px solid #203a61;
  color: #203a61;
  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;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}
.btn--outline:hover {
  border: 2px solid #203a61;
  background: #203a61;
  color: #fcb64f;
}
.btn--primary {
  height: 50px;
  background: #203a61;
  color: #ffbd4b;
  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;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 30px !important;
  border: none;
  line-height: 18px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn--primary:hover {
  color: #fcb64f;
  -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.7);
}
.btn--logout {
  border: 1px solid #203a61;
  padding: 5px 10px;
  font-size: 15px !important;
  margin-left: auto;
  color: #000;
  white-space: nowrap;
}
.btn--logout:before {
  margin-right: 10px;
}
.btn--logout span {
  font-family: Poppins, sans-serif;
}
.btn.--outline:hover {
  color: #fcb64f;
  border-bottom: 1px solid #fcb64f !important;
}
.orderdetails_paygate_finalize {
  height: 50px;
  background: #203a61;
  color: #ffbd4b;
  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;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 30px;
  border: none;
  width: calc(100% - 30px);
  margin: 20px auto 0px;
}
.orderdetails_paygate_finalize:hover {
  background: #fcb64f !important;
  color: #1f1f1f !important;
}
#send_question_button {
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#send_question_button .zmdi {
  border: 1px solid #5b5c5d;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  margin-left: 8px;
  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;
}
.signin_button {
  background: #203a61;
  font-size: 16px;
  color: #ffbd4b;
  height: 50px;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 500;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.signin_button:hover {
  color: #fcb64f;
  -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.7);
}
.password_reminder_signin {
  text-align: left;
  font-size: 13px !important;
  color: #000;
  font-weight: 500;
  border-bottom: 1px solid #b1b1b1;
  width: 100% !important;
}
.see_button {
  font-family: Poppins;
  font-weight: 500;
}
.see_button:hover {
  color: #fcb64f;
}
.info {
  margin: 0px auto 0px !important;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.info li {
  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;
  text-align: center;
}
.info__item {
  text-align: center;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.info__item img {
  margin-bottom: 15px;
}
.info__item p {
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
}
#menu_banners3 {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 36px 0px 22px;
  position: relative;
  z-index: 1;
}
#footer_links {
  margin-bottom: 0px;
}
#footer_links .footer_links_sub {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#footer_links .footer_links_sub li {
  width: 100%;
}
#footer_links .footer_links#menu_account,
#footer_links .footer_links#menu_orders {
  border: none;
}
.footer {
  padding-bottom: 15px;
}
.footer > ul {
  padding: 0px 35px !important;
}
.footer_links {
  margin-top: 0px !important;
  border: none;
}
.footer_links_label {
  font-size: 16px !important;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.footer_links a:hover {
  color: #fcb64f !important;
}
.footer_links_sub a {
  font-size: 14px !important;
}
.footer__content {
  background: #f8f8f8;
  margin-top: -25px;
}
.footer__content .content__menu {
  margin-bottom: 0px;
}
.footer__bottom {
  width: 100%;
  background: #fff;
}
.footer .footer_links_sub li a {
  color: #000;
  font-weight: 500;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.footer .footer_links_sub li a:hover {
  color: #fcb64f;
}
.footer__copyright {
  font-size: 12px;
  color: #000;
  font-weight: 500;
}
#menu_contact {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 62px;
  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;
}
#menu_contact > ul {
  margin: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#menu_contact:before {
  content: none;
}
#menu_orders {
  border: none;
}
#menu_account {
  border: none;
}
@media (max-width: 992px) {
  .footer {
    padding-bottom: 0px;
  }
}
.mobile_show_button {
  font-size: 14px;
  font-weight: 600;
  color: #fcb64f !important;
}
#imagelightbox {
  width: 100% !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  height: 100% !important;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.param_trait_desc,
.param_trait_name2 {
  display: none;
}
.imagelightbox-arrow:focus,
.imagelightbox-arrow:hover {
  color: #fcb64f !important;
}
span.order1_delivery_title {
  font-size: 2em;
}
.basketedit_rebatecodes_outline {
  font-size: 13px;
}
div.projector_number {
  position: relative;
}
.projector_qty-text {
  position: absolute;
  right: 6px;
  bottom: 3px;
  font-size: 12px;
}
.projector {
  padding-top: 145px;
  width: 100%;
}
.projector #projector_price_srp_wrapper {
  display: none !important;
}
.projector_description.description {
  margin-bottom: 0px !important;
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
.projector #projector_show_size {
  margin-bottom: 25px;
  margin-top: 10px;
  top: 0px !important;
}
.projector #projector_show_size .product_section_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.projector #projector_show_size .product_section_sub .show_size_cms {
  color: #000;
  border-bottom: 1px solid #000;
  margin-top: 0px !important;
  font-size: 12px !important;
}
.projector #projector_show_size .product_section_sub .show_size_cms i {
  display: none !important;
}
.projector .brand {
  max-width: 150px;
}
.projector__slider-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.projector a.thumb_link {
  border: 1px solid #b1b1b1 !important;
}
.projector .slider-nav .slick-current {
  border-color: #fcb64f !important;
}
.projector .slider-for > :not(:first-child) {
  display: block;
}
.projector .slick-next,
.projector .slick-prev {
  z-index: 100 !important;
  background: #f8f8f8 !important;
  height: 40px;
  width: 40px;
  font-size: 18px;
}
.projector .slick-next i,
.projector .slick-prev i {
  background: #f8f8f8 !important;
  width: 40px;
  height: 40px;
  z-index: 1;
  position: relative;
  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;
}
.projector .slick-next {
  right: 20px;
}
.projector .slick-next:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 40px;
  border: 1px solid #000;
  right: 5px;
  top: -7px;
}
.projector .slick-prev {
  left: 20px;
}
.projector .slick-prev:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 40px;
  border: 1px solid #000;
  left: 5px;
  top: -7px;
}
.projector #projector_photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding-right: 20px !important;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.projector #projector_photos .slider-nav + .slider-for {
  width: 100% !important;
}
.projector #projector_photos .slider-nav + .slider-for .photo {
  width: 100% !important;
}
.projector__nav {
  width: 100% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-right: 0px !important;
  -ms-flex-preferred-size: auto !important;
  flex-basis: auto !important;
  margin-top: 20px !important;
  height: 100px;
}
@media (max-width: 978px) {
  .projector__nav {
    display: none !important;
  }
}
.projector__nav .slick-list {
  margin: 0px 49px;
}
.projector__nav .thumb_link {
  margin: 0px 10px 0px 0px !important;
  /* min-width: 84px; */
}
.projector__nav .thumb_link:last-child {
  margin: 0;
}
.projector__nav .slick-prev {
  /* height: 100%; */
  background: #fff !important;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.projector__nav .slick-prev i {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 100%;
  background: #fff !important;
}
.projector__nav .slick-prev:after {
  content: none;
}
.projector__nav .slick-prev:hover {
  background: #fcb64f !important;
}
.projector__nav .slick-prev:hover i {
  background: #fcb64f !important;
}
.projector__nav .slick-next {
  background: #fff !important;
  right: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.projector__nav .slick-next i {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 100%;
  background: #fff !important;
}
.projector__nav .slick-next:after {
  content: none;
}
.projector__nav .slick-next:hover {
  background: #fcb64f !important;
}
.projector__nav .slick-next:hover i {
  background: #fcb64f !important;
}
.projector__nav .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.projector #projector_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.projector #projector_details .producer {
  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: 25px 0px;
}
.projector #projector_details .producer .opinions_wrapper {
  margin-bottom: 0px !important;
  width: auto !important;
}
.projector #projector_details .producer .opinions_wrapper:before {
  content: none !important;
}
.projector #projector_details .producer .opinions_wrapper .note {
  background: transparent !important;
}
.projector #projector_details .producer .opinions_wrapper .note i {
  color: #000 !important;
}
.projector #projector_details .producer .opinions_wrapper .note span {
  margin-bottom: 0px !important;
}
.projector #projector_details .producer .opinions_wrapper .note .opinion_link {
  color: #000 !important;
  font-weight: 500;
  border-bottom: 1px solid #000;
  padding-left: 0px !important;
  margin-left: 10px;
  font-size: 13px !important;
  padding-bottom: 2px;
  white-space: nowrap;
}
.projector__name {
  font-size: 25px !important;
  color: #000;
  font-weight: 700 !important;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 5px !important;
  text-align: left !important;
}
.projector .projector_price_subwrapper {
  text-align: left !important;
  margin-bottom: 15px;
}
.projector_price_value {
  color: #ff0000;
  font-size: 25px !important;
  font-weight: 600 !important;
  margin-right: 12px !important;
  line-height: 30px !important;
}
.projector_price_maxprice {
  color: #676767 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
}
.projector_price_yousave {
  color: #fe0000 !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  font-size: 12px !important;
}
.projector .product_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0px;
}
.projector .product_section .select_button_label {
  text-transform: uppercase;
  font-weight: 600 !important;
  font-size: 15px !important;
  margin-bottom: 6px;
  text-align: left;
  width: auto;
}
.projector .product_section.sizes .select_button.active {
  background: #fcb83d;
  border-color: #1f1f1f;
  color: #1f1f1f;
}
.projector .product_section.sizes .select_button {
  min-width: 65px;
  height: 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;
  font-weight: 500;
  margin: 0px 10px 5px 0px !important;
  background: transparent;
  font-size: 15px;
}
.projector .product_section.sizes .select_button:hover {
  border-color: #fcb64f;
}
.projector .product_section_sub .input-group-addon {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  line-height: normal !important;
  height: 38px !important;
}
.projector .product_section_sub .input-group input {
  background: transparent !important;
}
.projector__variants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.projector__variants .select_button.gfx {
  border-radius: 100%;
  overflow: hidden;
  border-color: #d2d2d2 !important;
}
.projector__variants .select_button.gfx:hover {
  border-color: #fcb64f !important;
}
.projector_buttons {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.projector_buttons_obs {
  width: 65px;
  height: 60px !important;
  vertical-align: middle;
  font-size: 1.5em;
  border: 1px solid #cccccc !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff !important;
  margin: 0px 0px 0px 0px !important;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.projector_buttons_obs .zmdi {
  font-size: 25px;
  color: #9e9e9e;
  border-bottom: none;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.projector_buttons_obs_text {
  display: none;
}
.projector_buttons_obs:hover {
  border-color: #fcb64f !important;
}
.projector_buttons_obs:hover .zmdi {
  color: #fcb64f;
}
.projector_actions {
  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-top: 15px;
}
.projector_actions #send_question_button {
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  white-space: nowrap;
}
.projector_actions #send_question_button:hover {
  color: #fcb64f;
}
.projector_number {
  margin-bottom: 0px !important;
  height: 60px !important;
  margin-right: 0px !important;
  padding-right: 0px !important;
}
.projector #projector_shipping_info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
  margin-bottom: 25px;
  font-size: 15px !important;
  margin-top: 10px !important;
}
.projector #projector_shipping_info:before {
  content: none !important;
}
.projector #projector_shipping_info label {
  margin-bottom: 0px !important;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.projector #projector_shipping_info label:before {
  content: "\f26b";
  font-family: "Material-Design-Iconic-Font";
  position: absolute;
  left: -18px;
  font-weight: 800;
  font-size: 18px;
  color: #41ac00;
  top: -3px;
}
.projector #projector_shipping_info .projector_delivery_days {
  font-weight: 600;
  padding-right: 0px !important;
  text-transform: uppercase;
}
.projector #projector_shipping_info .projector_shipping_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.projector_longdescription {
  width: 100% !important;
}
.projector_longdescription h3 {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 30px;
  font-weight: 700;
  margin: 30px 0px 25px;
  color: #000;
}
.projector_longdescription p {
  font-size: 18px;
  line-height: 30px;
  color: #000;
}
.projector_longdescription ul {
  padding-left: 22px !important;
  list-style: none;
}
.projector_longdescription ul li {
  position: relative;
  line-height: 26px;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}
.projector_longdescription ul li:before {
  content: "";
  width: 13px;
  height: 4px;
  position: absolute;
  left: -22px;
  background: #fcb64f;
  top: 10px;
  border-radius: 1px;
}
.projector_longdescription img {
  width: 100%;
  height: auto;
}
.projector .dictionary_small {
  width: 100%;
  float: none !important;
}
.projector__navbar {
  margin-top: 50px;
}
.projector__navbar .section__title {
  text-align: left;
  text-transform: uppercase;
  font-size: 35px !important;
  font-weight: 700 !important;
  line-height: 66px;
}
.projector__navbar-list {
  margin-top: 30px;
  margin-bottom: 23px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 1px solid #dcdcdc;
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.projector__navbar-item {
  width: 33%;
}
.projector__navbar-item.is__active a {
  border-bottom: 3px solid #000;
}
.projector__navbar-item a {
  text-transform: uppercase;
  font-size: 18px;
  color: #000;
  font-weight: 600;
  padding: 13px 60px;
}
.projector__desc h3 {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 30px;
  font-weight: 700;
  margin: 30px 0px 25px;
  color: #000;
}
.projector__desc p {
  font-size: 18px;
  line-height: 30px;
  color: #000;
}
.projector__desc ul {
  padding-left: 22px !important;
  list-style: none;
}
.projector__desc ul li {
  position: relative;
  line-height: 26px;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}
.projector__desc ul li:before {
  content: "";
  width: 13px;
  height: 4px;
  position: absolute;
  left: -22px;
  background: #fcb64f;
  top: 10px;
  border-radius: 1px;
}
.projector__desc img {
  width: 100%;
  height: auto;
}
.projector #opinions_section {
  padding-bottom: 80px;
}
.projector #opinions_section .form-control.form-control {
  padding: 18px 8px 2px 1px;
}
.projector #opinions_section form .form-group {
  padding-bottom: 15px;
}
.projector #opinions_section form textarea {
  font-weight: 500;
  font-size: 12px;
  min-height: 72px;
}
.projector #opinions_section form input {
  font-weight: 500;
  font-size: 12px;
}
.projector #opinions_section form .form-control:focus {
  color: #203a61;
  border-color: #203a61;
}
.projector #opinions_section form .form-control:focus + .control-label {
  color: #203a61;
}
.projector #opinions_section form .control-label {
  font-size: 12px;
  font-weight: 500;
}
.projector #opinions_section .opinion_number {
  font-weight: 600;
}
.projector #opinions_section .rate_count {
  font-weight: 600;
}
.projector #opinions_section .opinions-shop_guide {
  font-weight: 600;
}
.projector #opinions_section .section__title {
  font-weight: 700 !important;
  margin-bottom: 30px;
}
.projector #opinions_section .note i {
  color: #000 !important;
  font-size: 15px;
  margin: 0px 1px !important;
}
.projector #opinions_section .note i.active {
  color: #000 !important;
  font-size: 16px;
}
.projector #opinions_section .average_opinions_box {
  background: #fcb83d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.projector #opinions_section .average_opinions_box .comments {
  margin-right: 0px !important;
  margin-left: 20px;
}
.projector #opinions_section .average_opinions_score {
  font-size: 90px;
  font-weight: 700;
}
.projector #opinions_section .average_opinions_score .score_max {
  font-size: 33px;
  font-weight: 700;
  position: relative;
  padding-left: 13px;
}
.projector #opinions_section .average_opinions_score .score_max:before {
  content: "/";
  font-size: 18px;
  position: absolute;
  left: 2px;
  top: 14px;
  font-weight: 700;
}
.projector #opinions_section .average_opinions_desc {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}
.projector #opinions_section .opinions_element {
  padding-top: 15px;
}
.projector #opinions_section .opinions_element_stars span {
  font-size: 13px !important;
}
.projector #opinions_section .opinions_element_stars .note i {
  font-size: 13px !important;
}
.projector #opinions_section .opinions_element_stars .note i.active {
  font-size: 13px !important;
}
.projector #opinions_section .opinions_element_stars .note strong {
  font-size: 12px !important;
  padding: 0px 5px 0px 0px !important;
}
.projector
  #opinions_section
  .opinions_element_stars
  .note
  strong
  .score_current {
  font-weight: 700;
  padding: 0px 3px 0px 0px;
}
.projector
  #opinions_section
  .opinions_element_stars
  .note
  strong
  .score_maximum {
  padding: 0px 0px 0px 6px;
  position: relative;
}
.projector
  #opinions_section
  .opinions_element_stars
  .note
  strong
  .score_maximum:before {
  content: "/";
  font-size: 9px;
  position: absolute;
  left: 0px;
  top: 3px;
  font-weight: 500;
}
.projector #opinions_section .opinions_element_opinion_bottom {
  display: none !important;
}
.projector #opinions_section .opinions_element_text {
  font-size: 14px;
  color: #000;
  line-height: 25px;
}
.projector #opinions_section .opinions_element_author_desc {
  color: #000 !important;
  font-weight: 700;
}
.projector #opinions_section .opinion_author {
  margin-left: 10px;
}
.projector .dictionary_small {
  float: left !important;
  padding: 0px !important;
  margin-top: 30px !important;
}
.projector__code {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  color: #676767;
}
.projector_butttons_buy {
  width: calc(100% - 160px) !important;
  height: 60px !important;
  margin: 0px 15px !important;
}
#show_opinion_form {
  font-size: 18px !important;
}
.opinion_add_photos {
  display: none !important;
}
#product_questions_container {
  display: none !important;
}
.parameter__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: calc(25% - 18px);
  margin-right: 20px;
  margin-bottom: 30px;
}
.parameter_desc {
  margin-top: 10px;
  margin-bottom: 5px;
}
.parameter_list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.parameter_element {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.parameter_element .lt_description.dright {
  padding-right: 0px !important;
}
.parameter_element img {
  padding: 0px !important;
}
.parameter_element_name {
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 600 !important;
}
.parameter_element_desc {
  font-size: 14px;
  color: #000;
  line-height: 20px;
  font-weight: 500;
}
.component_projector_dictionary {
  padding: 0px !important;
  margin: 0px !important;
  border: none;
}
.projector_page div.bookmarklets_big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0px !important;
}
.projector_page div.bookmarklets_big span {
  margin-right: 12px;
  margin-top: -4px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
  font-size: 14px;
}
.projector_page div.bookmarklets_big ul {
  margin-bottom: 0px !important;
}
.projector_page div.bookmarklets_big ul li a img {
  width: 30px;
  height: 30px;
}
.back_button {
  width: 100%;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 0px !important;
  background: #f8f8f8;
  height: 40px;
}
.back_button #back_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  background: none;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  font-weight: 700;
}
.back_button #back_button i {
  margin-top: -2px !important;
  font-size: 16px !important;
  font-weight: 700;
}
.projector_askforproduct_desc {
  font-size: 12px;
}
@media (max-width: 992px) {
  .projector {
    padding-top: 60px;
  }
}
@media (max-width: 991.98px) {
  .projector #projector_details .producer {
    margin: 0px 0px 25px !important;
  }
  .projector__navbar-item a {
    padding: 13px 20px;
    font-size: 16px;
  }
  .projector__desc img {
    margin-top: 30px;
  }
  .projector_buttons {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    width: 100% !important;
  }
  .projector_buttons_obs {
    width: auto;
    padding: 0px 18px !important;
  }
  .projector_buttons_obs_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-right: 10px;
  }
  .projector .projector_butttons_buy {
    margin: 0px 0px 20px 10px !important;
    width: calc(100% - 75px) !important;
    white-space: nowrap;
  }
  .projector .projector_number {
    margin-bottom: 20px !important;
  }
  .projector .parameter__item {
    margin-right: 0px !important;
    width: calc(33% - 11px);
    max-width: 100% !important;
  }
  .projector .parameter__item:nth-child(odd) {
    margin-right: 20px !important;
  }
  .projector__nav .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
  }
  .projector .opinions_wrapper {
    text-align: left !important;
  }
  .projector .opinions_wrapper .note {
    padding: 0px !important;
  }
  .projector .opinions_wrapper .note a {
    margin-top: 4px;
    margin-left: 0px !important;
  }
}
@media (max-width: 767.98px) {
  .back_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .projector .projector_buttons_obs {
    width: 100% !important;
  }
  .projector #projector_shipping_info {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    margin-left: 20px;
  }
  .projector_description.description {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 0px !important;
    font-size: 14px;
    color: #000;
    font-weight: 500;
  }
  .projector_actions {
    margin-top: 0px !important;
    margin-left: 5px;
  }
  .projector__nav {
    margin-top: 2px !important;
  }
  .projector #opinions_section {
    padding-bottom: 40px;
  }
  .projector__slider-block {
    margin-top: 5px;
  }
  .projector__desc p {
    font-size: 14px;
    line-height: 24px;
    color: #000;
  }
  .projector__desc ul {
    padding-left: 22px !important;
    list-style: none;
  }
  .projector__desc ul li {
    position: relative;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 500;
  }
  .projector__desc ul li:before {
    content: "";
    width: 13px;
    height: 4px;
    position: absolute;
    left: -22px;
    background: #fcb64f;
    top: 10px;
    border-radius: 1px;
  }
  .projector__desc img {
    margin-top: 30px;
  }
  .projector #opinions_section .average_opinions_box {
    padding: 15px 0px;
  }
  .projector #opinions_section .average_opinions_score {
    font-size: 45px;
  }
  .projector #opinions_section .average_opinions_score .score_max {
    font-size: 25px;
  }
  .projector #opinions_section .average_opinions_score .score_max:before {
    font-size: 15px;
    top: 8px;
  }
  .projector .dictionary_small {
    border: none;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }
  .projector .parameter__item {
    margin-right: 0px !important;
    width: calc(50% - 11px);
    max-width: 100% !important;
    margin-bottom: 0px;
  }
  .projector .parameter__item:nth-child(odd) {
    margin-right: 20px !important;
  }
  .projector__name {
    margin-top: 5px !important;
  }
  .projector__navbar .section__title {
    line-height: 40px;
  }
  .projector__navbar-item a {
    padding: 13px 10px;
    font-size: 14px;
  }
  .projector #projector_photos {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .projector #projector_details {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .projector #projector_details .producer {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .projector #projector_details .projector__main {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .projector #projector_details #projector_price_value_wrapper {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .projector #projector_details #projector_sizes_cont {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .projector #projector_details .product_section {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .projector #projector_details .projector_product_status_wrapper {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    text-align: left !important;
  }
  .projector #projector_details #projector_prices_wrapper {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .projector #projector_details #projector_tell_availability {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .projector #projector_details #projector_buy_section {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .projector #projector_details #projector_shipping_info {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .projector #projector_details #projector_shipping_info .btn-small {
    width: auto !important;
  }
  .projector #projector_details #projector_show_size {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .projector #projector_details .component_projector_cms {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .projector #projector_details .producer {
    margin: 0px 0px 25px 0px;
  }
  .projector #projector_price_value_wrapper {
    text-align: left;
  }
  .projector #projector_photos {
    padding-right: 0px !important;
  }
  .projector .ask_question_container {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .projector #send_question_button {
    margin-top: 0px !important;
    text-align: right;
    padding: 5px 0px 0px 0px;
    width: auto;
  }
  .projector .bookmarklets_big {
    width: 100%;
    margin-top: 0px !important;
  }
  .projector .bookmarklets_big ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .projector .opinions_wrapper .note {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-left: 0px !important;
  }
  .projector .opinions_wrapper .note .opinion_link {
    margin-left: 8px !important;
  }
}
@media (max-width: 575.98px) {
  .projector .projector_buttons_obs {
    width: 100% !important;
  }
  .projector #projector_shipping_info {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    margin-left: 20px;
  }
  .projector #opinions_section .average_opinions_box {
    padding: 15px 0px;
  }
  .projector #opinions_section .average_opinions_score {
    font-size: 50px;
  }
  .projector #opinions_section .average_opinions_score .score_max {
    font-size: 28px;
  }
  .projector #opinions_section .average_opinions_score .score_max:before {
    font-size: 15px;
    top: 10px;
  }
  .projector .slick-next {
    right: 0px;
  }
  .projector .slick-next:after {
    content: none;
  }
  .projector .slick-prev {
    left: 0px;
  }
  .projector .slick-prev:after {
    content: none;
  }
}
.shop_opinions_notes .shop_opinions_name {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
}
.opinions-shop_opinions_button {
  height: 50px;
  border: 2px solid #203a61;
  color: #203a61;
  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;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  margin: 0 auto;
  padding: 0px 20px !important;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.opinions-shop_opinions_button:hover {
  border: 2px solid #203a61 !important;
  background: #203a61;
  color: #fcb64f;
}
@media (max-width: 480px) {
  .projector .producer .opinions_wrapper .note {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .projector .producer .opinions_wrapper .note .opinion_link {
    margin-left: 0px !important;
  }
  .projector .parameter__item {
    margin-right: 0px !important;
    width: 100%;
    max-width: 100% !important;
  }
  .projector .parameter__item:nth-child(odd) {
    margin-right: 0px !important;
  }
  .projector__navbar-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: none;
    height: auto;
  }
  .projector__navbar-item {
    width: 100%;
    border-bottom: 2px solid #000;
    padding: 3px 0px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .projector__navbar-item:after {
    content: "";
    width: 20px;
    height: 2px;
    background: #000;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .projector__navbar-item a {
    font-size: 18px;
    font-weight: 500;
    width: 100%;
  }
  .projector__navbar-item.is__active a {
    border: none !important;
    font-weight: 700;
  }
  .projector_actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .projector_actions .ask_question_container {
    text-align: right;
  }
}
#projector_points_wrapper {
  display: none !important;
}
#projector_bundle_product .big_label {
  text-transform: uppercase;
  font-weight: 500;
}
.product_bundle_icon {
  padding: 6px 2px 10px;
}
.product_bundle_quantity label:before {
  border: 1px solid #e6e6e6 !important;
  height: 20px !important;
  width: 20px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product_bundle .bundled_name .product-name:after {
  content: none !important;
}
.product_bundle .bundled_name .price {
  font-size: 13px;
  white-space: nowrap;
}
.product_bundle .bundled_name .projector_bundle_product {
  margin-top: 10px;
}
div.product_bundle_quantity input[type="checkbox"]:checked + label:before {
  border-color: #fcb64f !important;
}
.breadcrumb {
  background: #f8f8f8;
}
.breadcrumb .list_wrapper {
  border-left: none !important;
  padding-left: 0px !important;
  width: 100%;
}
.breadcrumb__list {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin-bottom: 0px !important;
  overflow: hidden;
  overflow-x: auto;
}
.breadcrumb__list li {
  margin-right: 20px;
  position: relative;
  white-space: nowrap;
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
.breadcrumb__list li:after {
  content: "/";
  font-size: 9px;
  position: absolute;
  right: -12px;
  top: 3px;
  font-weight: 600;
  color: #6a6a6a;
}
.breadcrumb__list li:last-child {
  border-bottom: 1px solid #000;
}
.breadcrumb__list li:last-child:after {
  content: none;
}
.breadcrumb__list li a {
  color: #6a6a6a;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .breadcrumb {
    background: #fff;
  }
}
.top__banner {
  text-align: center;
  background: #f8f8f8;
  position: relative;
  padding: 20px 0;
  margin-bottom: 50px;
}
.top__banner-list {
  margin: 0;
  list-style: none;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 140px;
}
.top__banner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.top__banner-center {
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
}
.top__banner-link {
  color: #fcb64f !important;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  margin: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top__banner-link:hover {
  text-decoration: underline !important;
}
.top__banner #links_footer_1,
.top__banner #links_footer_2 {
  position: absolute;
}
.top__banner #links_footer_1 {
  top: 80px;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 35px;
}
.top__banner #links_footer_2 {
  top: 125px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.button__homepage {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.button__homepage--single {
  width: 50%;
  margin-right: 32px;
  overflow: hidden;
}
.button__homepage--multiple {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.button__homepage--reversed .button__homepage--single {
  margin-right: 0;
  margin-left: 32px;
}
.button__homepage--link {
  overflow: hidden;
}
.button__homepage--link img {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.button__homepage--link:hover img {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}
.brands {
  margin-top: 20px;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.brands .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.brands .slick-slide {
  margin: 15px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.brands .slick-slide img {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.brands .slick-slide img:hover {
  -webkit-box-shadow: 1px 2px 18px -8px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 2px 18px -8px rgba(0, 0, 0, 0.75);
}
.brands .slick-dots li {
  width: 40px;
  height: 2px;
  border-radius: 0;
  margin: 0 10px;
}
.brands .slick-dots li button {
  width: 40px;
  height: 2px;
  border-radius: 0;
  border-color: #d9d9d9;
}
.brands .slick-dots li.slick-active button {
  border-color: #000;
}
.content__menu {
  padding: 14px 15px 0px;
  margin-bottom: 55px;
}
.content__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.content__menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 25%;
}
.content__menu-item > .content__menu-link {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #000;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.content__menu-item > .content__menu-link:hover {
  color: #fcb64f;
}
.content__menu-item .footer_links_sub {
  list-style: none;
}
.content__menu-item .footer_links_sub li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  color: #000 !important;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  display: block;
}
.content__menu-item .footer_links_sub li a:hover {
  color: #fcb64f !important;
}
#main_banner1 {
  margin-top: 0px !important;
}
@media (max-width: 1200px) {
  #main_banner1 {
    margin-top: 20px !important;
  }
}
@media (max-width: 991px) {
  #main_banner1 {
    margin-top: 25px !important;
  }
}
@media (max-width: 979px) {
  #main_banner1 {
    margin-top: -40px !important;
  }
}
@media (max-width: 767px) {
  #main_banner1 {
    margin-top: 10px !important;
  }
}
@media (max-width: 576px) {
  #main_banner1 {
    margin-top: 40px !important;
  }
}
@media (max-width: 767px) {
  .content__menu-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .content__menu-item {
    width: 50%;
    text-align: center;
    margin-bottom: 30px;
  }
  .button__homepage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
  .button__homepage--single {
    margin: 0 !important;
    width: 100%;
  }
  .button__homepage--single .button__homepage--link img {
    margin-bottom: 20px;
  }
  .button__homepage--multiple {
    width: 100%;
  }
  .button__homepage--multiple .button__homepage--link {
    margin-bottom: 20px;
  }
  .button__homepage--link img {
    margin: 0 auto;
  }
  .brands .slick-dots {
    display: none !important;
  }
  .brands .slick-dots li {
    width: 20px;
  }
  .brands .slick-dots li button {
    width: 20px;
  }
  .top__banner {
    margin-bottom: 20px;
  }
  .top__banner-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .top__banner-list {
    display: block;
    text-align: left;
    padding: 20px 10px 30px;
  }
  .top__banner-item {
    margin: 4px 0;
  }
  .top__banner-link {
    margin-left: 0;
  }
  .top__banner #links_footer_1,
  .top__banner #links_footer_2 {
    position: static;
  }
  .top__banner #links_footer_2 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1400px) {
  #menu_buttons2 img {
    width: 100%;
  }
}
div.progress_bar_keeper {
  padding: 30px 0px 0px;
}
div.progress_bar_keeper .container-lg {
  max-width: 1570px;
}
div.progress_bar_keeper:before {
  top: 43px;
  background: #b4b4b4;
  height: 2px;
}
div.progress_bar_keeper .progress_bar_item strong i {
  height: 29px;
  width: auto;
  padding: 7px 25px;
  border: 1px solid #959595;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  font-family: Poppins;
  z-index: 100;
  -webkit-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
}
div.progress_bar_keeper .progress_bar_item strong b {
  color: #919191;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bolder;
}
div.progress_bar_keeper .progress_bar_item.active strong i {
  background: #fff;
  border-color: #ffbd4b;
  z-index: 0;
}
div.progress_bar_keeper .progress_bar_item.active strong b {
  color: #25365e;
}
div.progress_bar_keeper .progress_bar_item.active strong b:before {
  content: "";
  position: absolute;
  height: 2px;
  background: #fcb64f;
  width: 3000px;
  right: calc(100% + 0px);
  top: 12px;
}
#orderdetails_info h2 > * {
  vertical-align: middle;
  white-space: nowrap;
  margin-top: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#orderdetails_info span.order-date {
  font-size: 12px;
}
#orderdetails_info .big_label {
  -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;
}
@media (max-width: 992px) {
  div.progress_bar_keeper {
    margin-bottom: 0px;
  }
  div.progress_bar_keeper:before {
    content: none;
  }
  div.progress_bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  div.progress_bar_item {
    margin-bottom: 10px;
    width: 100%;
    float: none;
  }
  div.progress_bar_item.active:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #fcb64f;
    position: absolute;
    top: 50%;
  }
  div.progress_bar_item.active strong b:before {
    content: none !important;
  }
}
@media (max-width: 757px) {
  div.progress_bar_item .progress_bar_sub {
    text-align: center;
  }
  div.progress_bar_keeper .progress_bar_item strong i {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 1;
    position: relative;
    left: auto;
  }
}
.gradient-header {
  position: relative;
}
.gradient-header:after {
  content: "";
  position: absolute;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(white),
    to(#dbe2ed)
  );
  background-image: -webkit-linear-gradient(bottom, white 0%, #dbe2ed 100%);
  background-image: -o-linear-gradient(bottom, white 0%, #dbe2ed 100%);
  background-image: linear-gradient(0deg, white 0%, #dbe2ed 100%);
  width: 100%;
  height: 207px;
  top: 0;
  z-index: -1;
}
.gradient-header .big_label {
  font-size: 24px;
  color: #203a61;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
  margin-top: 20px;
  padding-bottom: 13px;
}
.order_details_payment_choose {
  font-size: 24px;
  color: #25365e;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  margin-top: 20px;
}
.order {
  margin-top: 145px;
  position: relative;
}
.order #content {
  padding: 0px;
}
.order #menu_security_policy {
  display: none;
}
.order__info {
  font-size: 12px;
  background-color: #eff2f7;
  padding: 7px 20px;
  line-height: 16px;
  border-radius: 50px;
  margin-left: 15px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  text-transform: initial;
}
.order .section__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.order-row {
  margin-top: 50px;
}
.order-row .order-col-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}
.order-row .order-col-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}
.order .basketedit__icon {
  width: 35px;
  margin-right: 10px;
}
.order .basketedit__icon img {
  width: 100%;
}
.order .basketedit_summary {
  background: #ffbd4b;
  border: none;
  text-align: left;
  padding: 30px 15px 10px;
  overflow: visible;
}
.order .basketedit_summary_buttons {
  background: #ffbd4b;
  border: none;
}
.order .basketedit_summary-title {
  color: #25365e;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 40px;
}
.order .basketedit_summary_right {
  width: 100%;
  padding-bottom: 20px;
  text-align: left;
  float: none;
}
.order .basketedit_summary_icon {
  position: absolute;
  left: -33px;
  border-radius: 100%;
  width: 38px;
  height: 39px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  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-image: -webkit-linear-gradient(319deg, #ffe1ae 0%, white 100%);
  background-image: -o-linear-gradient(319deg, #ffe1ae 0%, white 100%);
  background-image: linear-gradient(131deg, #ffe1ae 0%, white 100%);
  -webkit-box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 3px 4px 1px rgba(0, 0, 0, 0.3);
}
.order .basketedit_summary_shipment_time {
  width: auto !important;
  font-size: 13px;
  color: #388300;
  margin-bottom: 0px !important;
  display: inline-block;
  text-align: left !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 0px 10px !important;
}
.order .basketedit_summary_shipment_time img {
  margin-right: 10px;
  margin-top: -3px;
}
.order .basketedit_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.order .basketedit_product_summary {
  margin-bottom: 28px;
  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;
  padding-left: 20px;
  overflow: visible;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.order .basketedit_product_summary label {
  text-align: left;
  width: auto;
  font-size: 14px;
  font-weight: 600;
  color: #25365e;
  margin-bottom: 0px;
}
.order .basketedit_product_summary strong {
  font-size: 14px;
  font-weight: 600;
  color: #25365e;
}
.order .basketedit_rabats_summary {
  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;
  padding-left: 20px;
}
.order .basketedit_rabats_summary label {
  text-align: left;
  width: auto;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: #25365e;
}
.order .basketedit_rabats_summary strong {
  font-size: 14px;
  font-weight: 600;
  color: #25365e;
}
.order .basketedit_total_summary {
  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: 15px;
}
.order .basketedit_total_summary label {
  text-align: left;
  width: auto;
  font-size: 20px;
  font-weight: 700;
  color: #25365e;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.order .basketedit_total_summary strong {
  font-size: 24px;
  font-weight: 700;
  color: #25365e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 42px;
}
.order .basketedit_total_summary strong span {
  font-size: 12px;
  line-height: 5px;
  font-weight: 500;
}
.order .basketedit_calculations {
  border: none;
  padding: 0;
  margin: 0;
}
.order .basketedit__free-delivery {
  border: 1px solid #a5acbd;
  padding: 15px 30px 15px 35px;
  font-size: 13px;
  color: #25365e;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -50px;
}
.order .basketedit__free-delivery-price {
  color: #e29105;
  margin-left: 3px;
}
#prepaid_summary .basketedit_calculations {
  border-bottom: 1px solid #dcdcdc;
  padding: 0px 0px 15px;
  margin: 0px 0px 10px;
}
#prepaid_summary .basketedit_calculations label {
  text-align: left;
  width: auto;
  font-size: 14px;
  font-weight: 600;
  color: #25365e;
  margin-bottom: 0px;
}
#prepaid_summary .basketedit_calculations strong {
  font-size: 14px;
  font-weight: 600;
  color: #25365e;
}
#prepaid_summary .basketedit_total_summary label {
  text-align: left;
}
#basket_go_next {
  float: none;
  background: #25365e;
  color: #ffbd4b !important;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#basket_go_next:hover {
  -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.7);
}
#retbut_wisheslist_empty {
  color: #000;
  border: 1px solid #000;
  padding: 10px 20px;
  font-size: 16px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#retbut_wisheslist_empty:hover {
  background: #203a61;
  color: #fcb64f;
}
a.button_go_shopping {
  position: absolute;
  top: -20px;
  border: 1px solid #f1f1f1;
  background: #fff;
  padding: 10px 20px;
  font-size: 12px;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  color: #000;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a.button_go_shopping:hover {
  background: #fcb64f;
  color: #fff;
}
.unknown_delivery_time {
  font-size: 13px;
}
.unknown_delivery_time i {
  color: #25365e;
}
#basketedit_productslist th {
  font-size: 13px;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
}
#basketedit_productslist td {
  border-top: 2px solid #ebebeb;
  border-bottom: 2px solid #ebebeb;
  padding: 20px 0px 20px 0px;
}
div.email_processing_consent {
  font-size: 14px;
  color: #25365e;
  position: relative;
  background: transparent;
  padding: 10px 5px;
  max-width: 50%;
  margin-left: 50%;
}
div.email_processing_consent .email_processing_consent .css-label {
  width: 20px;
  min-width: 20px;
  height: 20px;
  border: none;
  -webkit-box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.1);
  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;
}
.productslist_product_info {
  font-size: 12px !important;
  line-height: 15px !important;
  text-transform: initial !important;
  color: #707070 !important;
}
.productslist_product_photo {
  width: 160px;
}
.productslist_product_photo img {
  width: 120px !important;
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.1);
  padding: 10px;
}
.productslist_product_name {
  vertical-align: top !important;
  width: 180px;
}
.productslist_product_name h3 {
  margin-bottom: 18px;
}
.productslist_product_name h3 a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.productslist_product_name h3 a:hover {
  color: #fcb64f;
}
.productslist_product_name > div {
  font-size: 13px !important;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
}
.productslist_product_prices {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
}
.productslist_product_quantity .productslist_quantity {
  border: 1px solid #dcdcdc;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}
.productslist_product_quantity .productslist_quantity input {
  font-size: 14px;
  border: none;
}
.productslist_product_sum span {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}
.productslist_product_calculate .product_calculate {
  color: #000 !important;
  font-size: 12px;
  width: auto !important;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.productslist_product_calculate .product_calculate:focus {
  outline: none;
}
.productslist_product_calculate .product_calculate:hover {
  color: #fcb64f !important;
}
.productslist_product_action .productslist_product_remove {
  width: 30px;
  height: 30px;
  color: #000;
  font-size: 21px;
  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;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.productslist_product_action .productslist_product_remove:hover {
  color: #ff0000;
}
.productslist_tools_bottom {
  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;
  padding-left: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.productslist_tools_bottom_one_product {
  padding-bottom: 10px;
}
.productslist_tools_bottom .removeSelected {
  display: none;
}
.productslist_tools_bottom .addWrapper {
  display: none;
}
.productslist_tools_bottom .addSelectedToFavorite {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}
.productslist_tools_bottom .addSelectedToFavorite:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  bottom: -5px;
  background: #fcb64f;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  left: 0;
}
.productslist_tools_bottom .addSelectedToFavorite:hover:before {
  width: 100%;
}
.productslist_tools_bottom .addSelectedToFavorite img {
  margin-right: 10px;
  margin-top: -2px;
}
.productslist_tools_bottom .addSelectedToFavorite .icon-save {
  display: none;
}
.basketedit_cms {
  margin-top: 40px;
  margin-bottom: 60px;
}
.basketedit_cms .basket_cms {
  font-size: 16px;
  color: #000;
  line-height: 25px;
}
.order2_terms_wrapper {
  padding-bottom: 0px;
}
#order2_info_sub4 {
  display: none;
}
.n57856_order_overtaker {
  padding: 0px !important;
}
.order2_info_sub {
  float: none !important;
}
div.basketedit_summary {
  background: transparent;
  border: none;
}
div.basketedit_summary .order2_products {
  margin-bottom: 40px;
}
div.basketedit_summary .order2_table tr th {
  color: #203a61;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  padding: 0 5px 10px;
}
div.basketedit_summary .order2_table tr td.order2_quantity {
  text-align: center;
}
div.basketedit_summary .order2_table tr a,
div.basketedit_summary .order2_table tr td {
  color: #203a61;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
div.basketedit_summary .order2_table tr a:first-child,
div.basketedit_summary .order2_table tr td:first-child {
  color: #203a61;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
div.basketedit_summary .order2_table tr a .order2_change_delivery_link,
div.basketedit_summary .order2_table tr td .order2_change_delivery_link {
  background: #dde4ee;
  color: #203a61;
  font-size: 12px;
  padding: 3px 14px;
}
div.basketedit_summary_right .basketedit_total_summary {
  border-bottom: none !important;
}
div.basketedit_summary_right .basketedit_total_summary label,
div.basketedit_summary_right .basketedit_total_summary strong {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #203a61;
  text-transform: uppercase;
}
div.basketedit_summary_right .basketedit_total_summary strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
div.basketedit_summary_right .basketedit_total_summary strong span {
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
}
div.basketedit_summary .order2_button_order {
  border: none;
}
div.basketedit_summary .order2_terms_wrapper_sub .order2_cancel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
div.basketedit_summary .order2_terms_wrapper_sub.required {
  padding-top: 5px;
  margin-bottom: 10px;
  background: #ff4040;
}
div.basketedit_summary .order2_terms_wrapper_sub label {
  font-size: 14px;
  color: #203a61;
  position: relative;
}
div.basketedit_summary .order2_terms_wrapper_sub span {
  margin-left: 12px;
  margin-top: 0px;
}
div.basketedit_summary .order2_terms_wrapper_sub span i:before {
  position: absolute;
  color: #203a61;
  top: 7px;
  left: 38px;
  font-size: 12px;
}
div.basketedit_summary .order2_terms_wrapper_sub span a {
  font-size: 14px;
  color: #203a61;
  border-bottom: 1px solid #203a61;
}
div.basketedit_summary .order2_terms_wrapper .css-label {
  width: 20px;
  min-width: 20px;
  height: 20px;
  border: none;
  -webkit-box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.1);
  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;
}
.button_legend {
  font-size: 14px !important;
  color: #203a61;
  position: relative;
  padding-left: 6px;
  white-space: normal;
}
.button_legend i:before {
  position: absolute;
  color: #203a61;
  top: 12px;
  left: 0px;
  font-size: 12px;
}
.button_legend a {
  font-size: 14px;
  color: #203a61;
  border-bottom: 1px solid #203a61;
}
.order2_info_label_sub .order2_info1 {
  font-size: 14px;
  color: #000;
  font-weight: 600;
}
.order2_info1_sub {
  font-size: 14px;
  color: #000;
}
.order2_info_sub h3 {
  font-size: 14px;
  color: #000;
  font-weight: 600;
}
.order2_info1 a {
  font-size: 12px;
  color: #000;
  border-bottom: 1px solid #000;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.order2_info1 a:hover {
  color: #fcb64f;
  border-color: #fcb64f;
}
.comment_container {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-top: 30px;
}
.comment_container .order2_text {
  -webkit-box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #dcdcdc;
  height: auto;
}
.comment_container .order2_text:focus {
  outline-color: #fcb64f;
}
.order1_delivery_title.active_title:after {
  background: #fcb64f;
}
#order1_mobile_switcher a.active {
  color: #fcb64f;
  border-color: #fcb64f;
}
#pickup_site_back {
  color: #fcb64f;
}
.map_dir {
  color: #fcb64f;
}
.moreLink {
  color: #fcb64f;
}
.pickup_point_info {
  border-color: #fcb64f !important;
}
input:checked + label.pickup_point {
  border-color: #fcb64f !important;
}
input:checked + label.pickup_point svg {
  fill: #1f3a61 !important;
}
div.order1_delitem {
  border: 1px solid #d7d7d7;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}
div.order1_delitem.o1selected {
  border-color: transparent;
  -webkit-box-shadow: inset 0px 0px 0px 4px #fcb64f;
  box-shadow: inset 0px 0px 0px 4px #fcb64f;
}
div.order1_delitem.o1selected .order1_delitem_choose:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
div.order1_delitem_header {
  vertical-align: middle;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 10px;
  min-height: 75px;
  height: auto !important;
}
div.order1_delitem_pricebox {
  vertical-align: middle;
  background: #fcb64f;
  width: 100px;
  text-align: center;
}
.order1_delitem_name {
  font-size: 12px;
  color: #000;
  font-weight: 600;
}
.order1_delitem_comment,
.order1_delitem_time {
  font-weight: 500;
}
.order1_delitem_price {
  font-size: 14px;
  font-weight: 700;
}
.order1_delitem_choose {
  width: 20px;
  min-width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  margin-right: 5px;
  margin-left: 5px;
  position: relative;
}
.order1_delitem_choose:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #000;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: none;
}
div.basketedit_rabats_summary {
  font-size: 14px;
}
.order .basketedit_rabats_summary label .basketedit_summary_icon {
  left: -53px;
}
.order1_form div.basketedit_summary_right .basketedit_product_summary label,
.order1_form div.basketedit_summary_right .basketedit_rabats_summary label {
  font-size: 14px;
  font-weight: 500;
  color: #25365e;
}
.order1_form div.basketedit_summary_right .basketedit_product_summary strong,
.order1_form div.basketedit_summary_right .basketedit_rabats_summary strong {
  font-size: 14px;
  font-weight: 600;
  color: #25365e;
}
.order1_form
  div.basketedit_summary_right
  .basketedit_product_summary.prepaid_discount_wrapper,
.order1_form
  div.basketedit_summary_right
  .basketedit_rabats_summary.prepaid_discount_wrapper {
  display: none;
}
.order1_form
  div.basketedit_summary_right
  .basketedit_product_summary.prepaid_discount_wrapper
  label,
.order1_form
  div.basketedit_summary_right
  .basketedit_rabats_summary.prepaid_discount_wrapper
  label {
  text-align: left;
}
.order1_form div.basketedit_summary_right .basketedit_total_summary {
  border-bottom: none !important;
}
.order1_form div.basketedit_summary_right .basketedit_total_summary label,
.order1_form div.basketedit_summary_right .basketedit_total_summary strong {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #203a61;
  text-transform: uppercase;
}
.order1_form div.basketedit_summary_right .basketedit_total_summary strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.order1_form
  div.basketedit_summary_right
  .basketedit_total_summary
  strong
  span {
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
}
.order1_form div.basketedit_summary div.basketedit_summary_shipment_time {
  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%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.order1_form
  div.basketedit_summary
  div.basketedit_summary_shipment_time
  > span {
  color: #fff;
  font-size: 12px;
}
.order1_form
  div.basketedit_summary
  div.basketedit_summary_shipment_time
  .shipping_time_order1 {
  color: #fff;
  font-size: 13px;
}
.order1_form div.basketedit_summary .order1_button {
  border: none;
  margin-left: 20px;
}
.time_to_delivery {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
.pickup_site_sub {
  margin-top: 40px;
}
.pickupl_submit {
  margin-bottom: 70px;
}
.pickupl_back {
  margin-bottom: 0px;
}
#orderdetails_info span.order-date {
  font-weight: 500;
  color: #000;
}
#orderdetails_info_status {
  margin-top: 30px;
  background: #dde4ee;
  border: none;
}
#orderdetails_info_status .status-n i {
  background: #00cd1d;
}
#orderdetails_info_status .prepaid-status strong {
  line-height: 30px;
}
#orderdetails_info_status div.prepaid-buttons .btn-icon i {
  background: transparent;
}
.show_history_container a {
  color: #000;
  font-weight: 600;
  font-size: 12px;
  border-bottom: 2px solid #d4d4d4;
}
.orderdetails_payment_methods_container {
  margin-top: 20px;
  padding: 0px;
}
.orderdetails_payment_methods_container.bg_alter {
  border-color: #d7d7d7;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.orderdetails_summary {
  padding: 0px !important;
}
.orderdetails_summary #go_payment {
  padding: 0px;
  border: none;
}
.orderdetails_summary #go_payment .payment_popup_submit_blik .btn--primary {
  width: calc(100% - 30px);
  margin: 10px auto 0px;
}
.orderdetails_summary_price {
  margin-right: -1px;
  background: #fcb64f;
}
.orderdetails_summary_price .orderdetails_calculations {
  padding: 20px 20px;
  border-color: #203a61;
}
.orderdetails_summary_price .orderdetails_calculations_title {
  font-size: 26px;
  color: #203a61;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 30px;
}
.orderdetails_summary_price
  .orderdetails_calculations
  .orderdetails_product_summary
  label,
.orderdetails_summary_price
  .orderdetails_calculations
  .orderdetails_product_summary
  strong {
  font-size: 14px;
  color: #203a61;
  font-weight: 600;
  line-height: 30px;
}
.orderdetails_summary .orderdetails_total_summary {
  padding: 15px;
}
.orderdetails_summary .orderdetails_total_summary label,
.orderdetails_summary .orderdetails_total_summary strong {
  font-size: 20px;
  line-height: 30px;
  color: #203a61;
  font-weight: 700;
  text-transform: uppercase;
}
.orderdetails_summary .orderdetails_total_summary label {
  margin-bottom: 0px;
}
.orderdetails_summary .selected_payment_history {
  padding: 0px 20px 20px;
}
.orderdetails_summary .selected_payment_history_description {
  font-size: 12px;
  color: #000;
}
input.orderdetails_radio:checked ~ label.prepaid_payment_sub {
  margin-bottom: 0px;
  -webkit-box-shadow: 0 0 0 2px #fcb64f;
  box-shadow: 0 0 0 2px #fcb64f;
}
#transfer_payment .selected_group:checked {
  background: #fcb64f !important;
}
#orderdetails_prepaid_methods {
  padding: 21px 20px 20px;
}
#orderdetails_prepaid_methods .selected_group:checked {
  background: #fcb64f !important;
}
#orderdetails_prepaid_methods .payments_group_sub_content {
  margin-bottom: 15px;
}
#orderdetails_prepaid_methods
  .payments_group.group_open
  .payments_group_sub_content {
  border: 2px solid #fcb64f;
  background: #ffe9c8;
}
#orderdetails_payments .orderdetails_payments_content {
  padding: 10px 20px 20px;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}
#prepaid_delivery_list {
  padding: 10px 20px 20px;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}
#prepaid_delivery_list td,
#prepaid_delivery_list th {
  font-size: 12px;
  font-weight: 500;
}
#ordered_documents {
  margin-bottom: 60px;
  margin-top: 40px;
  padding: 10px 20px 20px;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}
#ordered_documents .n54116_item {
  font-size: 14px;
}
#prepaid_order_products {
  padding: 10px 20px 15px;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}
#prepaid_order_products td,
#prepaid_order_products th {
  font-size: 12px;
  font-weight: 500;
}
#prepaid_address {
  padding: 10px 20px 10px;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}
#prepaid_address .order2_info1 {
  font-size: 14px;
}
#menu_messages_warning div p {
  margin-bottom: 0px;
}
div.n54531_outline {
  padding: 30px 0px 0px;
}
div.products_requests_list {
  margin: 50px 0px 50px;
}
#noproduct_form .noproduct_form_desc {
  max-width: 60%;
  margin: 0 auto 30px;
  font-size: 14px;
}
#noproduct_form .button_legend .icon-need {
  display: none;
}
.btn.--large.--solid {
  background: #fcb64f;
  border: 1px solid #fcb64f;
  color: #ffffff;
}
#client_rebates_info {
  padding-top: 50px;
  margin-bottom: 80px;
  min-height: 300px;
}
.rma_list_data_outline {
  padding-top: 50px;
  margin-bottom: 80px;
  min-height: 300px;
}
.client_order {
  padding-top: 40px;
  margin-bottom: 60px;
}
.order1_payitems_wrapper {
  margin-bottom: 40px !important;
}
.btn.--medium.--solid:hover {
  border: 1px solid #fcb64f !important;
  background: #fcb64f;
}
@media (max-width: 767.98px) {
  #noproduct_form .noproduct_form_desc {
    max-width: 100%;
    margin: 0 auto 30px;
    font-size: 13px;
  }
}
.n54744_goback {
  margin-bottom: 50px;
}
.n54744_goback #retbut_basket_empty {
  color: #000;
  border: 1px solid #000;
  padding: 10px 20px;
  font-size: 16px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.n54744_goback #retbut_basket_empty:hover {
  background: #203a61;
  color: #fcb64f;
}
@media (max-width: 1200px) {
  .order .basketedit__free-delivery {
    padding-right: 15px;
    padding-left: 20px;
  }
  .productslist_product_photo {
    vertical-align: middle !important;
  }
  .productslist_product_name h3 {
    margin-bottom: 10px;
  }
  .productslist_product_name h3 a {
    font-size: 14px;
  }
  .productslist_product_name > div {
    font-size: 12px !important;
  }
}
.pb_button .--medium {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.pb_button .--medium:hover {
  color: #fe0000;
}
.pb_list {
  border-left: none;
}
.pb_list_header {
  padding-bottom: 5px !important;
  border-bottom: 2px solid #ebebeb;
}
.pb_list_header > div {
  font-size: 13px;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
}
.pb_list_header .pb_header_date {
  text-align: right;
}
.pb_info .basket_name {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.pb_info .basket_name a {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.pb_info .basket_name a:hover {
  color: #fcb64f;
}
.pb_info .pb_single_info {
  font-size: 13px !important;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
}
.pb_product {
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #ebebeb;
  padding: 15px 10px 15px;
}
.pb_product .pb_date {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
}
.pb_product .pb_price {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
}
td.ordered-name ul {
  margin-bottom: 0px;
}
td.ordered-name li {
  padding: 3px 0px 3px 0px;
}
td.ordered-name li:before {
  content: none;
}
#toggle_documents_button {
  border-top: none;
}
strong#currencytotal_prepaid {
  white-space: nowrap;
}
div.prepaid-buttons .btn-icon {
  background: transparent;
  color: #000;
  font-weight: 500;
}
@media (max-width: 767px) {
  div.prepaid-buttons {
    max-width: calc(100% - 30px);
    margin: 10px auto;
  }
  .pb_product .pb_icon {
    text-align: center;
  }
  .pb_product .pb_date {
    font-size: 12px;
    display: none;
  }
  .pb_product .pb_price {
    font-size: 12px;
  }
  .pb_info .basket_name {
    font-size: 13px;
  }
  .pb_info .pb_single_info {
    font-size: 11px !important;
  }
  #prepaid_order_products td.ordered-name {
    float: right !important;
    border-top: none;
  }
  #prepaid_order_products td {
    padding: 4px 5px;
  }
}
.ui-table-reflow td,
.ui-table-reflow th {
  font-size: 1.3em;
}
table.orders th {
  border-bottom: 1px solid #0e1116;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .order .productslist_product_photo {
    width: 120px;
  }
  .order .productslist_product_photo img {
    width: 95px !important;
    height: 85px;
  }
  .order .productslist_product_quantity {
    width: 100px;
  }
  .order .productslist_product_quantity a {
    width: 24px;
    height: 33px;
    padding: 0px 5px 0px 5px;
  }
  .order .basketedit_product_summary {
    -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;
  }
}
@media (min-width: 979px) {
  div.prepaid-buttons .btn-icon span {
    white-space: nowrap;
  }
}
@media (max-width: 992px) {
  #favourites_list {
    margin-top: -50px;
  }
  .order .section__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .order__info {
    margin-top: 20px;
  }
  .order-row {
    margin-top: 50px;
  }
  .order-row .order-col-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-row .order-col-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    margin: 60px auto 0px;
  }
  .order #basketedit_productslist {
    overflow-x: scroll;
  }
  .order #basketedit_productslist table {
    width: 950px;
  }
  .order #basketedit_productslist td {
    vertical-align: middle;
  }
  .order tr.basketedit_productslist_label {
    display: table-row;
  }
  .productslist_product_photo img {
    max-width: none !important;
  }
  .productslist_product_quantity {
    width: auto !important;
  }
  .productslist_product_quantity a {
    float: none;
  }
  .productslist_product_quantity a.delQuantity {
    margin-right: 0px;
  }
  .productslist_product_prices {
    display: table-cell !important;
  }
}
@media (max-width: 992px) {
  div.basketedit_summary_right {
    width: 60%;
  }
  .order1_form div.basketedit_summary div.basketedit_summary_shipment_time {
    width: auto;
  }
  .order1_form .basketedit_summary_buttons {
    border-top: 0px !important;
  }
  .order1_form .basketedit_summary_buttons .btn_wrapper {
    margin-top: 10px;
    width: auto;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
}
@media (max-width: 978px) {
  div.email_processing_consent {
    margin-left: 0;
    max-width: 100%;
  }
  .order {
    margin-top: 60px;
  }
}
@media (max-width: 767.98px) {
  div.order1_delitem_pricebox {
    width: 75px;
  }
  .order .basketedit_summary_buttons {
    padding: 0px 15px 15px;
  }
  div.basketedit_summary_right {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  .basketedit_total_summary label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0px;
    width: auto;
  }
  ._mobile div.order1_payitems_wrapper {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 575.98px) {
  .gradient-header {
    margin-top: 100px !important;
  }
  .order1_form .basketedit_summary_buttons .btn_wrapper {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .order1_form div.basketedit_summary div.basketedit_summary_shipment_time {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .order1_form
    div.basketedit_summary
    div.basketedit_summary_shipment_time
    .shipping_time_order1 {
    text-align: center;
  }
  .order .order-col-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 93%;
    flex: 0 0 93%;
    max-width: 93%;
  }
  .order #basketedit_productslist {
    overflow: hidden;
  }
  .order #basketedit_productslist table {
    width: 100%;
  }
  td.ordered-name > div {
    line-height: 20px;
  }
  .productslist_product_prices {
    display: none !important;
  }
  .basketedit_productlist__mainTitle {
    font-size: 20px;
    line-height: 44px;
    margin-bottom: 10px;
  }
  td.productslist_product_photo {
    width: auto;
  }
  td.productslist_product_photo a img {
    width: auto;
    max-width: 120px !important;
    min-width: 90px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px;
  }
  td.productslist_product_quantity {
    padding-right: 5px !important;
  }
  td.productslist_product_name {
    width: auto;
    padding-right: 10px;
  }
  td.productslist_product_name > div {
    font-size: 11px !important;
  }
  td.productslist_product_name h3 a {
    font-size: 12px;
  }
  td.productslist_product_action {
    width: 100%;
  }
  td.productslist_product_action a.delQuantity {
    border: 1px solid #a5a5a5;
    min-width: 35px;
    margin-right: 0px;
  }
  td.productslist_product_action a.addQuantity {
    border: 1px solid #a5a5a5;
    min-width: 35px;
    margin-right: 10px;
  }
  td.productslist_product_action i {
    font-size: 15px;
  }
  td.productslist_product_action button.product_calculate {
    min-width: 35px;
    width: 35px;
    border: none;
    margin-right: 10px;
    z-index: 1;
  }
  td.productslist_product_action .mobile_action {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
  td.productslist_product_action .mobile_action-delete {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 80px);
    font-weight: 500;
  }
  td.productslist_product_action .mobile_action-delete a {
    min-width: 35px;
    width: 35px;
    height: 35px;
    border: 1px solid #a5a5a5;
  }
  td.productslist_product_action .mobile_action-delete a i {
    font-size: 15px;
  }
  td.productslist_product_action .mobile_action-delete span {
    font-size: 12px !important;
  }
}
.signin {
  margin-top: 145px;
}
.signin .form-horizontal {
  margin-top: 20px;
}
.signin #client_header {
  text-align: center;
}
.signin .progress_bar_keeper {
  margin-bottom: 28px;
}
.signin #signin-form {
  margin-bottom: 75px;
}
.signin .section__title--left {
  margin-top: 12px;
}
.signin #cookie_login_social {
  padding: 0px;
  border: none;
  width: auto;
  margin: 0px;
}
.signin #cookie_login_social .iai_accounts {
  padding: 0px;
}
.signin #client_new_login .section__title--left {
  text-align: center !important;
}
.signin #client_new_social,
.signin #cookie_login_social_more {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0px;
}
.signin #client_new_social ul,
.signin #cookie_login_social_more ul {
  padding: 0px;
  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-top: 5px;
  margin-bottom: 0px;
}
.signin #client_new_social li,
.signin #cookie_login_social_more li {
  width: calc(50% - 10px);
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: auto;
  max-width: none;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin: 0px 0px 10px 0px;
}
.signin #client_new_social li .service_item,
.signin #cookie_login_social_more li .service_item {
  font-weight: 500;
  border: 1px solid #76777a;
  padding: 10px 20px;
  width: 100%;
  font-size: 14px;
}
.signin #client_new_social li .service_item span,
.signin #cookie_login_social_more li .service_item span {
  font-family: Poppins;
}
.signin #client_new_social li .service_item:hover,
.signin #cookie_login_social_more li .service_item:hover {
  border: 1px solid #fcb64f !important;
}
.signin #client_new_social li .service_item.service_Google,
.signin #cookie_login_social_more li .service_item.service_Google {
  color: #4284f4;
}
.signin #client_new_social li .service_item.service_Facebook,
.signin #cookie_login_social_more li .service_item.service_Facebook {
  color: #3b5998;
}
.signin .client_new_social_sub {
  padding: 0px 0px 5px 0px;
}
.signin .client_new_social_sub-text {
  font-size: 14px;
  color: #000;
  margin-bottom: 5px;
}
.signin_box {
  border: 1px solid #a6a6a6;
  padding: 55px 95px 40px;
}
.signin_box .signin-form_box_sub {
  padding-top: 20px;
}
.signin #signin_login_separator:before {
  height: 2px;
  background: #a6a6a6;
}
.signin_inputs .form-group label {
  text-align: left;
  padding: 0px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-size: 14px;
  color: #000;
}
.signin_inputs .form-group:first-child {
  margin-bottom: 30px;
}
.signin_inputs .form-control {
  border: 1px solid #d7d7d7;
  font-size: 12px;
  padding: 7px 12px 6px 5px;
  -webkit-box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.1);
}
.signin #signin-form_box_right {
  padding-left: 0px;
}
.signin #signin-form_box_right .signin-form_box_sub {
  height: calc(100% - 115px);
  background: #ffbd4b;
  margin-top: 10px;
  padding: 55px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.signin #signin-form_box_right .signin-form_box_sub .registration_text_title {
  font-size: 18px;
  color: #25365e;
  text-transform: uppercase;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 25px;
  font-weight: 800;
}
.signin #signin-form_box_right .signin-form_box_sub .registration_desc {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
}
.signin #signin-form_box_right .signin-form_box_sub .registration_desc ul {
  margin-top: 15px;
  list-style: none;
  text-align: left;
}
.signin #signin-form_box_right .signin-form_box_sub .registration_desc ul li {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 6px;
  color: #25365e;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
}
.signin
  #signin-form_box_right
  .signin-form_box_sub
  .registration_desc
  ul
  li:before {
  content: "\f26b";
  font-family: "Material-Design-Iconic-Font";
  color: #25365e;
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 14px;
}
.signin #signin-form_box_right .signin-form_box_sub .signin-form_register {
  margin-right: 0px;
  margin-bottom: 12px;
}
.signin #signin-form_box_left.signin_cookie .signin_inputs {
  width: 100% !important;
}
.password_reminder_signin {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
a.cookie_login_social_new_account {
  padding-left: 0px !important;
}
.signin_buttons a {
  text-align: left;
}
.login_menu_sub > h3 > i {
  color: #fcb64f;
  margin-right: 20px;
  font-size: 32px;
}
#client_new_summary > div {
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
  max-width: 1140px !important;
}
#delivery_box_switcher {
  width: 100%;
  padding: 0px 15px;
}
.clientnew_regulations label {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
}
.new-client .client_new_social_sub {
  border-bottom: 2px solid #dcdcdc;
  padding-bottom: 35px;
  width: 50%;
  margin: 15px auto 2px;
}
.new-client .client_new_social_sub ul {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.new-client .client_new_social_sub li {
  width: auto;
}
.new-client .client_new_social_sub li:first-child {
  margin-right: 20px;
}
.client_new_bottom {
  width: 50%;
  margin: 0 auto;
}
.client_new_bottom .form__boxes {
  width: 100%;
}
#client_new_additional .delivery_box {
  width: 50%;
  margin: 0;
  padding: 0;
}
.form-group-delivery {
  background: #f1f1f1;
  width: 50%;
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 15px;
}
.form-group-delivery label {
  margin-bottom: 0px;
  font-size: 14px;
}
.form__boxes {
  width: 50%;
  margin: 0 auto;
}
.form__boxes .form-group.firm_switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form__boxes .form-group.firm_switcher .control-label {
  margin-right: 10px;
  margin-bottom: 0px;
}
.form__boxes .form-group.firm_switcher .form-control-static {
  padding: 0px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form__boxes .form-group.firm_switcher .form-control-static .radio-inline {
  margin: 0px 10px 0px 0px;
  font-size: 14px;
}
.form__boxes
  .form-group.firm_switcher
  .form-control-static
  .radio-inline
  input {
  margin: 4px 0 0 -20px;
}
.form__boxes .has-success .form-control-feedback {
  right: -20px;
}
.form__boxes .has-success .form-control-feedback:before {
  color: #10ac82;
}
.form__boxes .has-error .form-control-feedback {
  right: -17px;
  top: -2px;
}
.form__boxes .has-error .form-control-feedback:before {
  color: #fe0000;
}
.form__boxes .form-group .form-control + .control-label {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  position: relative;
}
.form__boxes .control-label {
  position: relative;
  left: 0 !important;
  padding: 0;
  font-size: 14px;
  color: #000;
  background: transparent;
  font-family: "Poppins", sans-serif;
}
.form__boxes .form-control {
  border: 1px solid #dcdcdc;
  font-size: 12px;
  -webkit-box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.1) !important;
}
.form__boxes .form-control-feedback {
  position: absolute;
  top: -3px;
  right: -10px;
  width: auto;
  line-height: normal;
}
.form__boxes .form-control-feedback:before {
  line-height: 10px;
  font-size: 16px;
  color: #000;
}
.reminder_desc {
  margin-bottom: 30px;
  margin-top: -30px;
}
.password-recover .signin_inputs .form-group:first-child {
  margin-bottom: 0px;
}
.password-recover .signin_password-recover {
  width: 100%;
  margin: 20px 0px 15px;
}
.password-recover .signin_password-recover:hover {
  margin: 20px 0px 15px;
}
@media (max-width: 978px) {
  .signin {
    margin-top: 60px;
  }
}
@media (max-width: 1200px) {
  .signin .signin_box {
    padding: 45px 30px 30px;
  }
  .signin #signin-form_box_right .signin-form_box_sub {
    padding: 45px 30px 45px;
  }
  .signin .section__title {
    text-align: center !important;
  }
  #delivery_box_switcher {
    padding: 0px 15px;
  }
  .form-group-delivery {
    width: 70%;
    margin: 0 auto;
  }
  .client_new_bottom {
    padding: 0px 15px;
  }
  #client_new_additional .delivery_box {
    margin-top: 15px !important;
  }
  #client_new_additional .delivery_box,
  .client_new_bottom,
  .form__boxes,
  .new-client .client_new_social_sub {
    width: 70%;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .signin .signin_box {
    padding: 25px 30px 30px;
    margin-bottom: 20px;
  }
  .signin #signin-form_box_right .signin-form_box_sub {
    padding: 30px 30px 30px;
    height: auto !important;
  }
  .signin #signin-form {
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .signin #signin-form_box_right {
    padding-left: 15px;
    padding-top: 0px;
    margin-bottom: 60px;
  }
  .signin .form-group-delivery {
    width: 80%;
  }
  .signin #client_new_additional .delivery_box,
  .signin .client_new_bottom,
  .signin .form__boxes,
  .signin .new-client .client_new_social_sub {
    width: 80%;
  }
}
@media (max-width: 575.98px) {
  .signin #client_new_social li .service_item,
  .signin #cookie_login_social_more li .service_item {
    padding: 10px 0px;
    text-align: center;
  }
  .signin #client_new_social li .service_item:before,
  .signin #cookie_login_social_more li .service_item:before {
    content: none;
  }
  .signin #client_new_social li .service_item.service_Google,
  .signin #cookie_login_social_more li .service_item.service_Google {
    color: #4284f4;
  }
  .signin #client_new_social li .service_item.service_Facebook,
  .signin #cookie_login_social_more li .service_item.service_Facebook {
    color: #3b5998;
  }
  .signin .signin_inputs .form-group label {
    font-size: 12px;
  }
  .signin .form-group-delivery {
    width: 100%;
  }
  .signin #client_new_additional .delivery_box,
  .signin .client_new_bottom,
  .signin .form__boxes,
  .signin .new-client .client_new_social_sub {
    width: 100%;
  }
}
#dialog_wrapper {
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
}
#dialog_wrapper_sub {
  padding: 25px 20px;
  font-size: 12px;
}
#dialog_close {
  width: 30px;
  height: 30px;
  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: #203a61;
}
#menu_notice h2 {
  text-align: center;
  font-size: 16px;
  color: #203a61;
  margin-bottom: 10px;
  font-weight: 600;
}
#menu_notice strong {
  font-size: 12px;
  padding: 0px 0px 10px;
  font-weight: 500;
  text-align: center;
}
#ui-dialog_button {
  padding: 15px 20px 35px;
  text-align: center;
}
#ui-dialog_button button {
  width: 70%;
  margin: 20px auto 0;
  height: 45px;
  font-size: 13px;
}
#ui-dialog_button button.btn--outline {
  background: transparent;
}
.projector_askforproduct_submit #submit_question_form {
  width: 70%;
  margin: 0 auto;
}
.projector_askforproduct_submit .button_legend i {
  display: none;
}
.prepaid_confirm {
  margin-top: 15px;
  color: #000;
  border: 1px solid #000;
  padding: 10px 20px;
  font-size: 16px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.prepaid_confirm:hover {
  background: #203a61;
  color: #fcb64f !important;
  border: 1px solid #203a61 !important;
}
.prepaid_cancel {
  margin-top: 15px;
  color: #000;
  border: 1px solid #000;
  padding: 10px 20px;
  font-size: 16px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.prepaid_cancel:hover {
  background: #203a61;
  color: #fcb64f !important;
  border: 1px solid #203a61 !important;
}
#menu_preloader_add .big-label {
  font-weight: 500;
  text-transform: uppercase;
}
#menu_preloader_add .product-name {
  font-size: 14px;
  color: #1f1f1f;
  font-weight: 500;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#menu_preloader_add .product-name:hover {
  color: #fcb64f;
}
#menu_preloader_add .menu_preloader_btn_add {
  font-weight: 500;
}
#menu_preloader_add .menu_preloader_add_btn_close {
  border: 2px solid #203a61 !important;
  color: #1f1f1f;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
#menu_preloader_add .menu_preloader_add_btn_close:hover {
  background: #203a61;
  color: #fff;
}
#menu_filter .filter_content.group_wrapper.filter_content_open {
  display: block;
  width: 100%;
}
#menu_filter .group_header_wrapper {
  width: 100%;
  text-align: center;
  border: none;
}
#menu_filter .group_content_wrapper {
  width: 100%;
}
#menu_filter .group_header_wrapper select {
  width: calc(100% - 30px);
  margin: 10px auto 0;
  border: 1px solid #d7d7d7;
  color: #737373;
  height: 40px;
  outline: 0;
}
#search {
  position: relative;
  z-index: 10;
}
.filter_options {
  margin: 0 !important;
  padding-top: 10px;
}
.filter_submit {
  padding: 5px 10px;
  border: 1px solid #d7d7d7;
  color: #000;
  display: inline-block;
}
#filters_submit {
  padding: 5px 10px;
  border: 1px solid #d7d7d7;
  color: #000;
  display: inline-block;
}
#menu_filter li div.filter_name_wrapper label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px;
}
.filters #menu_filter .filter_content .filter_name_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#menu_filter div.filter_item.list_type input[type="text"] {
  height: 40px !important;
}
#menu_filter .filter_content_sub_items > ul {
  margin: 0 !important;
  padding: 0 !important;
}
#menu_filter div.filter_item.list_type input {
  margin-right: 5px;
  display: none !important;
}
.show_filters_wrapper .show_filters {
  background: #fcb64f;
  text-transform: uppercase;
}
.filter_list_remove span {
  background: #dde4ee;
  padding: 8px 20px 8px 10px;
  margin-right: 10px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #1f1f1f !important;
}
.filter_list_remove span:after {
  content: "\f136";
  font-family: "Material-Design-Iconic-Font";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.filter_list_remove span:hover:after {
  color: #fe0000;
}
#filter_list {
  margin-bottom: 0 !important;
}
.search__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 25px;
  position: relative;
}
.search__top .search__category-title .big_label {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
  margin: 19px 0px 17px;
}
.search__top .navigation_total {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: none;
  background: #fff;
  padding: 5px 35px;
  bottom: -14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  color: #000;
}
.search__category-desc {
  padding: 40px 0px 30px;
  border-bottom: 1px solid #dcdcdc;
}
.search__category-desc h1,
.search__category-desc h2,
.search__category-desc h3 {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  margin-bottom: 12px;
}
.search__category-desc p,
.search__category-desc span {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
#paging_setting_top .search_setting .select_sort label {
  display: none;
}
#search .product_wrapper:hover {
  z-index: 10;
}
#search {
  padding-top: 0px;
}
#search .quick_cart {
  display: none;
  top: 100%;
  left: -1px;
  width: calc(100% + 2px);
  padding: 15px;
  background: #fff;
  -webkit-box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #cccccc;
  border-top: none;
  position: absolute;
  margin-top: -20px;
  z-index: 1;
}
#search .quick_cart:before {
  content: "";
  height: 20px;
  width: 100%;
  position: absolute;
  left: 0;
  top: -20px;
  background: #fff;
}
#search .product_wrapper {
  position: relative;
}
#search .product_wrapper .product__item {
  background: #fff;
  position: relative;
}
#search .product_wrapper .product__item .product__colors {
  position: absolute;
  width: 80px;
  left: 0;
  height: 100%;
  background: #fff;
  display: none;
  z-index: 2;
}
#search .product_wrapper .product__item .product__details {
  padding: 10px 15px 20px;
  position: relative;
  z-index: 2;
}
#search .product_wrapper .product__item .product__details .product-name {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  min-height: 60px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#search .product_wrapper .product__item .product__details .product-name:hover {
  color: #fcb64f;
}
#search .product_wrapper .product__item .product__details .product_prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
}
#search
  .product_wrapper
  .product__item
  .product__details
  .product_prices
  .price {
  font-size: 18px;
  color: #ff0000;
  font-weight: 600;
}
#search
  .product_wrapper
  .product__item
  .product__details
  .product_prices
  .max-price {
  font-size: 14px;
  color: #000;
  margin-right: 5px;
}
#search
  .product_wrapper
  .product__item
  .product__details
  .label_icons
  .newproducts {
  background: #80d76e;
  color: #000;
  padding: 0px 15px;
  font-weight: 600;
}
#search .product_wrapper:hover {
  border: none;
}
#search .product_wrapper:hover .product__item {
  border: 1px solid #cccccc;
  -webkit-box-shadow: 0px 0px 35px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 35px 2px rgba(0, 0, 0, 0.1);
}
#search .product_wrapper:hover .compare_add {
  display: none;
}
#search .product_wrapper:hover .quick_cart {
  display: block;
}
#search .product_wrapper.has__colors .product-icon {
  text-align: left;
}
#search .product_wrapper.has__colors .quick_cart {
  padding-left: 95px;
}
#search .product_wrapper.has__colors:hover .product__item {
  width: 350px;
  padding-left: 80px;
  position: absolute;
  right: 0;
  border: 1px solid #cccccc;
  -webkit-box-shadow: 0px 0px 35px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 35px 2px rgba(0, 0, 0, 0.1);
}
#search .product_wrapper.has__colors:hover .product__colors {
  display: block;
}
#search .versions_wrapper {
  height: 100%;
  margin: 0px;
  max-height: none;
  overflow: visible;
  padding-top: 0px;
}
#search .versions_wrapper > a {
  margin: 0px;
  padding: 0px;
  overflow: visible;
  max-width: none;
}
#search .versions_wrapper > a img {
  max-height: none;
  width: 60px;
  margin: 10px 10px 0;
  border: 1px solid #cccccc;
  display: inline-block;
}
#search .search_details {
  position: relative;
  border: none;
  padding: 0px;
}
.filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.filters #menu_filter {
  float: none;
}
.filters #menu_filter ul::-webkit-scrollbar {
  width: 4px;
}
.filters #menu_filter ul::-webkit-scrollbar-thumb {
  background-color: #707070;
  border-radius: 44px;
}
.filters #menu_filter div.filter_item {
  margin: 0px 0px 10px 0px;
  text-align: left;
  border: none;
}
.filters #menu_filter li {
  line-height: 20px;
}
.filters #menu_filter ul {
  padding-top: 15px;
  margin-bottom: 0px;
}
.filters #menu_filter .filter_header {
  background: #dde4ee;
  display: inline-block;
  padding: 11px 10px 10px 15px;
  width: 100%;
}
.filters #menu_filter .filter_header .filter_toggle {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000;
}
.filters #menu_filter .filter_header .filter_toggle:after {
  content: "\f2e9" !important;
  font-family: "Material-Design-Iconic-Font";
}
.filters #menu_filter .filter_header-name {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
}
.filters #menu_filter .filter_header.active {
  background: #fcb64f;
}
.filters #menu_filter .filter_header.active .filter_toggle:after {
  content: "\f2ed" !important;
  font-family: "Material-Design-Iconic-Font";
}
.filters #menu_filter .filter_content {
  position: relative;
  padding: 0px 0px 10px 0px;
  border: none;
}
.filters #menu_filter .filter_content .filter_name_wrapper {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  padding-left: 0px;
}
.filters #menu_filter .filter_content .filter_name_wrapper .css-label {
  width: 20px;
  height: 20px;
  border-color: #d7d7d7;
  margin-top: 0px;
  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;
  font-size: 13px;
}
.filters #menu_filter .filter_content .filter_content_sub_items .filter_search {
  display: none;
}
.filters .menu_filter_wrapper {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  text-align: left;
}
.filters #filter_buttons {
  display: block;
}
.remove_all_list_filters {
  font-weight: 500;
}
#filter_list .filter_list_content {
  padding-bottom: 3px;
}
#filter_list .filter_list_content::-webkit-scrollbar-thumb {
  background: #707070;
}
#filter_list .filter_list_content::-webkit-scrollbar {
  height: 3px !important;
}
.form-control.form-control.dropdown-toggle,
div.fancy-select div.trigger {
  min-width: 170px;
  height: 38px;
  background: #f8f8f8;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 4px 0px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 0px 6px 0px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #d7d7d7;
  color: #737373;
}
.form-control.form-control.dropdown-toggle span,
div.fancy-select div.trigger span {
  margin-right: 20px;
}
.dropdownsearching.sort_order {
  margin: 0;
}
#s_setting_0 + .dropdown-menu .selected {
  min-width: 170px;
}
.dropdown-menu,
div.fancy-select ul.options {
  border: 1px solid #d7d7d7;
  color: #737373;
  font-size: 11px;
}
#search .check_sizes {
  font-weight: 700;
  cursor: pointer;
  line-height: initial;
  display: none;
}
#search .projector_butttons_buy {
  background: #fcb64f;
  color: #000;
  white-space: nowrap;
  width: 100% !important;
  padding: 0 16px;
  height: 40px !important;
  margin: 10px 0 0 !important;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}
#search .projector_butttons_buy:hover {
  color: #000;
}
.sizes_list {
  margin-top: 10px;
  margin-bottom: 4px;
}
.sizes_list label {
  height: 28px;
  min-width: 28px;
  padding: 5px;
  border: 2px solid #cccccc;
  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;
  cursor: pointer;
  margin-right: 8px;
  color: #000;
  font-weight: 500;
}
.sizes_list label.active {
  border-color: #fcb64f;
}
.sizes_list label.disabled {
  pointer-events: none;
  opacity: 0.3;
  cursor: default;
}
.search__top .navigation_total {
  white-space: nowrap;
}
.search_page #paging_setting_bottom {
  margin-bottom: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
#paging_setting_bottom .s_paging__item.pagination {
  margin: 0 auto !important;
}
#paging_setting_bottom .pagination__element.--prev .pagination__link:before {
  content: "\f2fa";
  font-family: "Material-Design-Iconic-Font";
}
#paging_setting_bottom .pagination__element.--next .pagination__link:before {
  content: "\f2fb";
  font-family: "Material-Design-Iconic-Font";
}
#paging_setting_bottom .pagination__element {
  border-radius: 0px !important;
  min-width: 35px !important;
  border-color: #a1a1a1 !important;
}
#paging_setting_bottom .pagination__element:hover {
  border-color: #fcb64f !important;
}
#paging_setting_bottom .pagination__element:hover .pagination__link {
  color: #fff !important;
}
#paging_setting_bottom .pagination__element.--active {
  background: transparent !important;
  border: 2px solid #fcb64f !important;
}
#paging_setting_bottom .pagination__element.--active:hover .pagination__link {
  color: #a1a1a1 !important;
}
#paging_setting_bottom .pagination__link {
  color: #a1a1a1 !important;
}
#paging_setting_bottom .pagination__element.--next,
#paging_setting_bottom .pagination__element.--prev {
  border: none !important;
  background: transparent !important;
}
#paging_setting_bottom .pagination__element.--next .pagination__link,
#paging_setting_bottom .pagination__element.--prev .pagination__link {
  color: #a1a1a1 !important;
}
#paging_setting_bottom .pagination__element.--next .pagination__link:before,
#paging_setting_bottom .pagination__element.--prev .pagination__link:before {
  font-size: 20px !important;
}
#paging_setting_bottom .pagination__element.--next:hover .pagination__link,
#paging_setting_bottom .pagination__element.--prev:hover .pagination__link {
  color: #000 !important;
}
@media (min-width: 757px) {
  .s_paging__item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 0px;
  }
}
.hotspot_yousave {
  color: #1f1f1f;
  font-size: 10px;
  font-weight: 500;
  width: 85px;
  height: 85px;
  border: 2px solid #fcb64f;
}
.main_page .hotspot {
  margin: 0 1.5rem;
}
.main_page .hotspot h2 {
  display: flex;
  justify-content: center;
}
.hotspot .headline__name {
  font-size: 3rem;
  color: #000;
}
.hotspot .headline__after {
  display: none;
}
#menu_filter .search_setting > .select_sort {
  display: none;
}
.show_filters_wrapper {
  display: none;
}
.filter-top .remove_all_list_filters {
  display: none;
}
.filter-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.filter-title--mobile {
  display: none;
  margin-bottom: 0px;
}
.category-banner {
  padding-bottom: 1px;
}
.category-banner img {
  min-height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 979px) {
  .show_filters_wrapper {
    display: block;
  }
  #menu_filter .search_setting > .select_sort {
    margin: 10px 10px 20px;
    position: relative;
    width: calc(100% - 20px);
    left: auto;
    bottom: auto;
    display: block;
  }
  .hotspot_yousave {
    width: 60px;
    height: 60px;
    font-size: 8px;
  }
  #search .product_wrapper.has__colors:hover .product__item {
    width: 300px;
    padding-left: 70px;
  }
  #search .product_wrapper {
    padding: 0;
  }
  #search .product_wrapper.has__colors .quick_cart {
    padding-left: 85px;
  }
  #search .product_wrapper .product__item .product__colors,
  #search .product_wrapper .quick_cart {
    display: none !important;
  }
  #search .product_wrapper:hover .product__item {
    width: auto !important;
    padding-left: 0 !important;
    position: static !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .filter-top {
    background: #fcb64f;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .filter-top .remove_all_list_filters {
    text-transform: uppercase;
    color: #ff0000;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
  }
  .filter-top .remove_all_list_filters .zmdi {
    color: #fe0000;
    margin-left: 6px;
    font-size: 14px;
  }
  .filter-top .remove_all_list_filters:active,
  .filter-top .remove_all_list_filters:focus,
  .filter-top .remove_all_list_filters:hover {
    color: #ff0000 !important;
  }
  .filter-title {
    display: none;
  }
  .filter-title--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 21px;
  }
  .filter-title__arrow {
    margin-right: 10px;
    font-size: 20px;
    display: block;
  }
  #filter_buttons {
    background: #fcb64f;
    height: 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;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    border-top: none;
  }
  #filter_buttons .filters_submit {
    color: #1f1f1f !important;
  }
  #filter_buttons .filters_submit:hover {
    color: #1f1f1f !important;
  }
  #paging_setting_top .search_setting .select_sort {
    /* display: none; */
    margin-bottom: 2rem;
  }
  div.list_wrapper {
    padding: 0;
  }
  form.search_setting.clearfix {
    margin-bottom: 0;
  }
  .search__top .search__category-title .big_label {
    margin: 0;
  }
  .search__top {
    padding: 10px 0 19px;
  }
  .filter_on .filters #menu_filter {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    overflow-y: auto;
    margin: 0 !important;
    width: 100%;
    z-index: 100000;
  }
  .filter_on #content {
    display: block !important;
  }
  .filters #menu_filter .filter_content {
    margin: 0 !important;
    padding: 0 !important;
    top: 0;
  }
  aside .navbar-subnav {
    top: 60px !important;
    padding-top: 0;
  }
  .navbar-nav > .nav-item.nav-open > a {
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .navbar-nav > .nav-item.nav-open > a:after {
    padding-left: 20px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@media (max-width: 767px) {
  #search .product_wrapper.col-12 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  #search .product_wrapper .product-icon {
    height: auto;
  }
  .search_page #layout {
    padding-top: 0px;
  }
  .product_wrapper .product_prices .max-price {
    margin-left: 0;
    margin-top: 4px;
  }
  .category-banner {
    border-bottom: 1px solid #dcdcdc;
  }
}
@media (max-width: 575.98px) {
  .search__top .search__category-title .big_label {
    font-size: 20px;
  }
  .category-banner p {
    font-size: 13px;
  }
  .category-banner a {
    font-size: 13px;
  }
}
#login_welcome {
  padding: 30px 15px 10px;
}
#login_welcome .l_welcome__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#login_welcome .l_welcome__element {
  font-size: 20px;
  color: #203a61;
  margin-right: 20px;
}
#login_welcome .l_welcome__element--text {
  font-size: 15px;
  color: #203a61;
  margin-right: 20px;
}
#login_menu > div > div a {
  margin: 25px 0px 0px 10px;
}
#login_menu > div > div {
  border: none;
}
#login_menu > div > div h3 {
  font-size: 15px;
  font-weight: 600;
  color: #203a61;
}
#login_menu {
  margin-bottom: 50px;
}
#login_menu .btn.--outline {
  padding: 3px 10px;
  border-color: #203a61;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#login_menu .btn.--outline:hover {
  color: #fcb64f;
  border-bottom: 1px solid #fcb64f !important;
}
.login_menu_wrapper .login_menu_sub {
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 20px 20px 30px;
  background: #fff;
}
.rabate__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.form-code-carsub {
  width: 100%;
}
.rabate__item {
  margin: 0 auto;
  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-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  padding: 25px 25px 40px !important;
  background: #fff;
}
.form-code-carsub i {
  color: #fcb64f;
  margin-top: 3px;
}
.code-name i {
  color: #fcb64f;
}
#client_cards {
  display: none;
}
.rabate-button .--large {
  margin-top: 30px;
  margin-left: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 10px 30px;
  background: #203a61;
  color: #fcb64f;
}
.rabate-button .--large:hover {
  background: #fcb64f !important;
  color: #fff;
}
.rabate-button .--solid {
  font-size: 12px;
  color: #000;
  border-bottom: none;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.rabate-button .--solid:hover {
  color: #fcb64f;
  border-bottom: none;
}
form.rabat-card .--large,
form.rabat-code .--large {
  margin-top: 30px;
  margin-left: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 10px 30px;
  background: #203a61;
  color: #fcb64f;
}
form.rabat-card .--large:hover,
form.rabat-code .--large:hover {
  background: #fcb64f !important;
  color: #fff;
}
form.rabat-card .--solid,
form.rabat-code .--solid {
  font-size: 12px;
  color: #000;
  border-bottom: none;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
form.rabat-card .--solid:hover,
form.rabat-code .--solid:hover {
  color: #fcb64f;
  border-bottom: none;
}
form.rabat-card .control-label,
form.rabat-code .control-label {
  font-size: 12px;
  font-weight: 500;
}
form.rabat-card .form-control,
form.rabat-code .form-control {
  border: 1px solid #dcdcdc;
}
@media (max-width: 767.98px) {
  .rabate__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  form.rabat-code {
    margin-bottom: 40px;
  }
  form.rabat-card,
  form.rabat-code {
    width: 100% !important;
  }
  #login_welcome .l_welcome__content {
    -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;
  }
  #login_welcome .l_welcome__element {
    text-align: left;
  }
  #login_welcome .l_welcome__element--text {
    margin-bottom: 15px;
  }
}
#menu_blog_bydates {
  display: none;
}
#menu_blog_rss {
  display: none;
}
#menu_blog_categories {
  margin-bottom: 0px;
}
.promoted-blog-item {
  display: none !important;
}
.promoted-blog-item:first-child,
.promoted-blog-item:nth-child(2),
.promoted-blog-item:nth-child(3) {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.simple-blog-item:first-child,
.simple-blog-item:nth-child(2),
.simple-blog-item:nth-child(3) {
  display: none !important;
}
#blog-item .category__name {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  background: #fcb64f;
  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-right: 20px;
  min-width: 134px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  line-height: 16px;
  position: absolute;
  top: -17px;
  left: 40px;
}
#blog-item .category__name:hover {
  background: #203a61;
  color: #fcb64f;
}
.blog {
  padding-top: 60px;
}
.blog .section--yellow {
  padding: 40px 0px 0px;
  margin-top: 40px;
}
.blog .section--yellow .article_wrapper .article_element_wrapper {
  margin-bottom: 20px !important;
}
.blog_categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
  margin-top: 25px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog_categories_title {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 15px;
  padding: 10px 0px;
}
.blog.section--dark {
  z-index: -0;
  padding-top: 30px;
}
.blog aside {
  background: transparent;
}
.blog .menu_blog_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog .menu_blog_box ul li {
  border: none;
  padding: 10px 0px;
}
.blog .menu_blog_box ul li a {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  background: #fff;
  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-right: 20px;
  min-width: 134px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  line-height: 16px;
}
.blog .menu_blog_box ul li:hover a {
  background: #fcb64f;
  color: #fff;
}
.blog .article_section_title {
  text-align: left;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  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;
  padding: 0px;
  line-height: 21px;
  margin: 0px;
}
.blog .article_element_wrapper {
  margin-bottom: 45px;
  border-bottom: none !important;
}
.blog .article_wrapper .article_element_wrapper:last-child {
  margin-bottom: 45px;
}
.blog .article_element_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  overflow: visible;
}
.blog .article_element_news_content {
  border: 1px solid #d7d7d7;
  padding: 20px 20px 40px;
  background: #fff;
  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;
  height: 100%;
}
.blog .article_element_news--latest {
  position: relative;
  overflow: hidden;
  min-height: 415px;
}
.blog .article_element_news--latest .article_element_news {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.blog .article_element_news--latest .article_image_wrapper {
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0px;
  height: 100% !important;
  background: #203a61;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog .article_element_news--latest .article_image_wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100% !important;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.blog .article_element_news--latest .article_image_wrapper:hover img {
  -webkit-transform: scale(1.08) !important;
  -ms-transform: scale(1.08) !important;
  transform: scale(1.08) !important;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog
  .article_element_news--latest
  .article_image_wrapper:hover
  .article_text_wrapper {
  height: 100%;
  opacity: 1;
}
.blog
  .article_element_news--latest
  .article_image_wrapper:hover
  .article_element_news_content {
  background: transparent;
}
.blog .article_element_news--latest .article_element_news_content {
  height: auto;
  border: none;
  background: #203a61;
  padding: 20px 20px;
  width: 100%;
}
.blog .article_element_news--latest .article_element_news_content .date {
  color: #fff;
}
.blog
  .article_element_news--latest
  .article_element_news_content
  .article_name {
  color: #fff;
}
.blog
  .article_element_news--latest
  .article_element_news_content
  .article_text_wrapper {
  height: 0;
  opacity: 0;
}
.blog
  .article_element_news--latest
  .article_element_news_content
  .article_text_wrapper
  .description_text {
  color: #fff;
}
.blog .article_element_news--latest .article_image_wrapper {
  height: 100% !important;
}
.blog .article_element_news--latest .see_more_wrapper {
  display: none;
}
.blog .article_wrapper .article_img {
  overflow: hidden;
  height: 182px;
  min-height: 182px;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.blog .article_wrapper .article_image_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  float: none;
  width: 100%;
  max-width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: 0px;
  overflow: visible;
}
.blog .article_wrapper .article_image_wrapper:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  left: 0;
  top: 0;
}
.blog .article_wrapper .article_image_wrapper:hover .see_more_link {
  background: #203a61;
  color: #fff;
}
.blog .article_wrapper .article_image_wrapper img {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 182px;
  min-height: 182px;
}
.blog .article_wrapper .date {
  font-size: 10px;
  font-weight: 700;
  color: #000;
  display: block !important;
}
.blog .article_wrapper .article_name_wrapper {
  margin-bottom: 15px;
}
.blog .article_wrapper .article_name {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}
.blog .article_wrapper .see_more_link {
  position: absolute;
  bottom: -25px;
  height: 50px;
  padding: 0px 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;
  background: #fcb64f;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #203a61;
  text-transform: initial;
  font-weight: 600;
}
.blog .article_text_wrapper .description_text {
  font-size: 12px;
  color: #000;
  font-weight: 600;
}
.news {
  padding-bottom: 60px;
}
.news.section--dark {
  z-index: -0;
}
.news .article_section_title {
  text-align: left;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding: 0px 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  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: 30px;
}
.news .article_section_title:before {
  content: "";
  position: absolute;
  bottom: 5px;
  height: 20px;
  width: 100%;
  background: #fcb64f;
  z-index: -1;
}
.news .article_element_wrapper {
  margin-bottom: 45px;
  border-bottom: none !important;
}
.news .article_wrapper .article_element_wrapper:last-child {
  margin-bottom: 45px;
}
.news .article_element_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.news .article_element_news_content {
  border: 1px solid #d7d7d7;
  padding: 20px 20px 40px;
  background: #fff;
  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;
  height: 100%;
}
.news .article_wrapper .article_image_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  float: none;
  width: 100%;
  max-width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: 0px;
  overflow: visible;
}
.news .article_wrapper .article_image_wrapper .article_img {
  overflow: hidden;
  height: 182px;
  min-height: 182px;
}
.news .article_wrapper .article_image_wrapper:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  top: 0;
  left: 0;
}
.news .article_wrapper .article_image_wrapper:hover .see_more_link {
  background: #203a61;
  color: #fff;
}
.news .article_wrapper .article_image_wrapper img {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news .article_wrapper .date {
  font-size: 10px;
  font-weight: 700;
  color: #000;
}
.news .article_wrapper .article_name_wrapper {
  margin-bottom: 15px;
}
.news .article_wrapper .article_name {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}
.news .article_wrapper .see_more_link {
  position: absolute;
  bottom: -25px;
  height: 50px;
  padding: 0px 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;
  background: #fcb64f;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #203a61;
  text-transform: initial;
  font-weight: 600;
}
.news .article_wrapper .see_more_link:hover {
  background: #203a61;
  color: #fff;
}
.news .article_text_wrapper .description_text {
  font-size: 12px;
  color: #000;
  font-weight: 600;
}
.pagination__element.--button.--next .pagination__link:before {
  content: "\f2ee";
  font-family: "Material-Design-Iconic-Font";
}
.pagination__element.--prev .pagination__link:before {
  content: "\f2ea";
  font-family: "Material-Design-Iconic-Font";
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.pagination__element {
  border: 1px solid #ababab;
  /* border-radius: 100%; */
  margin: 0px 5px;
}

#trustbadge-container-98e3dadd90eb493088abdc5597a70810 {
  display: none !important;
}
.bhr-chat__messenger {
  right: 0 !important;
  left: auto !important;
}
.bhr-chat__launch,
.bhr-chat__unread {
  right: 25px !important;
  left: unset !important;
  bottom: 25px !important;
}
@media (min-width: 979px) {
  .bhr-chat__launch,
  .bhr-chat__unread {
    right: 25px !important;
    left: unset !important;
    bottom: 100px !important;
  }
  .bhr-chat__messenger {
    bottom: 220px !important;
  }
}
@media (max-width: 978px) {
  ol.breadcrumb__list li:not(.bc-main):not(.bc-active) {
    display: none;
  }
  .bc-product-name {
    display: none !important;
  }
}
#salesmanagoIframe {
  height: unset !important;
  min-height: 550px !important;
}

.pagination__element.--next.--button .pagination__button.--next.btn {
  border: none;
}
.pagination__element:hover {
  background: #fcb64f;
}
.pagination__element:hover .pagination__link {
  color: #fff;
}
.pagination__link {
  color: #ababab;
  border: none;
  font-size: 13px;
}
.pagination__link:hover {
  border: none;
}
.pagination .pagination__element.--active {
  background: #fcb64f;
}
.pagination .pagination__element.--active .pagination__link {
  color: #fff;
  border: none;
}
.single_post div.blog_date {
  display: none;
}
.single_post .blog_viewalso {
  display: none;
}
.single_post .blog-item_sub {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  line-height: 28px;
  margin-top: 20px;
}
.single_post .blog-item_sub p,
.single_post .blog-item_sub span {
  margin-left: 100px;
  margin-right: 100px;
}
.single_post .blog-item_sub h1,
.single_post .blog-item_sub h2,
.single_post .blog-item_sub h3,
.single_post .blog-item_sub h4,
.single_post .blog-item_sub h5,
.single_post .blog-item_sub h6 {
  margin-left: 100px;
  margin-right: 100px;
  color: #000;
  text-transform: uppercase;
}
.single_post .bookmarklets_section {
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
}
.single_post .bookmarklets_section-title {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.single_post .bookmarklets_section ul li {
  margin-right: 10px;
}
.single_post .bookmarklets_section ul li a img {
  border-radius: 100%;
}
.single_post .blog-go-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
.single_post .blog-go-back span {
  font-size: 18px;
  color: #fcb64f;
  font-weight: 700;
  border-bottom: 1px solid #fcb64f;
  text-transform: uppercase;
}
.single_post .blog-go-back .zmdi {
  font-size: 20px;
  color: #fcb64f;
  margin-right: 10px;
  font-weight: 600;
  margin-top: 2px;
}
#blog_item_bookmarklets {
  margin-top: 30px;
  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;
  padding: 20px 100px;
  background: #fff;
  border-top: 2px solid #d3d3d3;
}
#blog-item {
  position: relative;
}
.blog-header {
  position: relative;
}
.blog-header .big_label {
  position: absolute;
  bottom: 0;
  margin: 0px 100px 25px;
  font-size: 34px;
  line-height: 45px;
  color: #fff;
  font-weight: 600;
  text-align: left;
}
.blog-header:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.8)),
    to(rgba(53, 53, 53, 0))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(53, 53, 53, 0) 100%
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(53, 53, 53, 0) 100%
  );
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(53, 53, 53, 0) 100%
  );
  width: 100%;
  height: 200px;
  opacity: 0.6;
}
#blog-item img.blog_image {
  width: 100%;
  float: none;
  max-width: 100%;
  margin: 0px;
  min-height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .blog-header .big_label {
    margin: 0px 50px 25px;
    font-size: 24px;
    line-height: 36px;
  }
  .single_post .blog-item_sub p,
  .single_post .blog-item_sub span {
    margin-left: 50px;
    margin-right: 50px;
  }
  .single_post .blog-item_sub h1,
  .single_post .blog-item_sub h2,
  .single_post .blog-item_sub h3,
  .single_post .blog-item_sub h4,
  .single_post .blog-item_sub h5,
  .single_post .blog-item_sub h6 {
    margin-left: 50px;
    margin-right: 50px;
    color: #000;
    text-transform: uppercase;
  }
  #blog_item_bookmarklets {
    padding: 20px 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .blog-header .big_label {
    margin: 0px 25px 25px;
    font-size: 20px;
    line-height: 30px;
  }
  .single_post .blog-item_sub p,
  .single_post .blog-item_sub span {
    margin-left: 25px;
    margin-right: 25px;
  }
  .single_post .blog-item_sub h1,
  .single_post .blog-item_sub h2,
  .single_post .blog-item_sub h3,
  .single_post .blog-item_sub h4,
  .single_post .blog-item_sub h5,
  .single_post .blog-item_sub h6 {
    margin-left: 25px;
    margin-right: 25px;
    color: #000;
    text-transform: uppercase;
  }
  .single_post .bookmarklets_section {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.single-news .date {
  display: none;
}
.single-news .big_label {
  font-size: 34px;
  line-height: 45px;
  color: #000;
  font-weight: 600;
  text-align: left;
}
.single-news .n65105_news_text {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  line-height: 28px;
}
.single-news .n65105_news_text p,
.single-news .n65105_news_text span {
  margin-left: 100px;
  margin-right: 100px;
}
.single-news .n65105_news_text h1,
.single-news .n65105_news_text h2,
.single-news .n65105_news_text h3,
.single-news .n65105_news_text h4,
.single-news .n65105_news_text h5,
.single-news .n65105_news_text h6 {
  margin-left: 100px;
  margin-right: 100px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .news .article_wrapper .article_image_wrapper {
    height: auto;
    min-height: 220px;
    margin-bottom: 40px;
  }
}
.newsletter__subtitle {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  width: 50%;
  text-align: center;
  margin: 0 auto;
}
.main__newsletter {
  position: relative;
}
.main__newsletter:before {
  content: "";
}
.main__newsletter:after {
  content: "";
}
#salesmanagoIframe .col-md-6:nth-child(2) {
  display: none;
}
#salesmanagoIframe html body .page-body {
  background: transparent !important;
}
#client_new_form .rebate_card_wrap {
  display: none;
}
#ordered_documents {
  display: none !important;
}
.order-nonstandardized_page {
  padding-top: 60px;
  margin-bottom: 50px;
  font-size: 12px;
}
.client-orders_page {
  font-size: 12px;
}
.client-orders_page .btn.--medium.--solid {
  background: #203a61;
  border: 1px solid #203a61;
  color: #ffffff;
}
.client-orders_page .btn.--medium.--solid :hover {
  color: #fcb64f;
  border-bottom: 1px solid #0090f6;
}
.client-orders_page td {
  font-size: 1.3em;
}
.span-spacer {
  margin-right: 2px;
}
.actions_return_rma > div > div div img {
  background: #fcb64f;
}
.actions_return_rma > div > div {
  padding-bottom: 25px;
  font-size: 12px;
}
.rma_products_page {
  padding-top: 60px;
  margin-bottom: 50px;
  font-size: 12px;
}
.rma_products_page .button_legend {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.rma_products_page .progress_bar_wrapper span {
  background-color: #203a61;
  border-color: #203a61;
  color: #fff;
}
.rma_products_page .progress_bar_wrapper p {
  line-height: 18px;
}
.rma_products_page .return_label {
  margin-bottom: 30px;
}
.rma_products_page .btn-icon i {
  color: #fcb64f;
}
.rma_products_page .choose_prod {
  margin-top: 10px;
}
.rma_products_page .productslist_product_comment .icon-paper-clip {
  font-size: 14px;
  margin-right: 6px;
}
.rma_products_page .productslist_product_comment span {
  font-size: 12px;
}
.stock_page {
  padding-top: 60px;
  margin-bottom: 50px;
}
.stock_page div.stock_info_sub {
  font-size: 12px;
}
.pickupl_return_one_sub {
  font-size: 12px;
}
.returm_return_list_form .button_legend {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.return_form.active {
  color: #203a61;
  border: 1px solid #203a61;
}
.return_form {
  font-size: 12px;
}
.return_products_page {
  font-size: 12px;
}
.return_products_page .productslist_tools_bottom td {
  border: none !important;
}
.return_products_page .progress_bar_wrapper span {
  background-color: #203a61;
  border-color: #203a61;
  color: #fff;
}
.return_products_page .progress_bar_wrapper p {
  line-height: 18px;
}
label.return_product {
  width: auto;
  margin: 10px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}
label.return_product input[type="checkbox"],
label.return_product input[type="radio"] {
  margin-right: 5px;
}
.article_sub_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.return_type.active {
  border: 1px solid #203a61;
  -webkit-box-shadow: 0px 0px 0px 1px #203a61;
  box-shadow: 0px 0px 0px 1px #203a61;
}
div.email_processing_consent {
  border: 0px solid #0e1116;
}
.blik_placeholder {
  font-size: 1.2em !important;
}
