@charset "UTF-8";
/* Fonts */
/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

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

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@media print {
  *,
  *::before,
  *::after,
  p::first-letter,
  div::first-letter,
  blockquote::first-letter,
  li::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

@-ms-viewport {
  width: device-width;
}

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "MiFuente", -apple-system, system-ui, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #878787;
  background-color: #ffffff;
}

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

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

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

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

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

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

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

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #00bfb3;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #00736b;
  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;
}

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

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role="button"] {
  cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

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

th {
  text-align: left;
}

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

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

input,
button,
select,
textarea {
  line-height: inherit;
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

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

textarea {
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

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

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 8px;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

hr {
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
}

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

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

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

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

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

.blockquote {
  padding: 8px 16px;
  margin-bottom: 16px;
  font-size: 1.25rem;
  border-left: 0.25rem solid #f6f6f6;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #ebebeb;
}
.blockquote-footer::before {
  content: "\2014 \00A0";
}

.blockquote-reverse {
  padding-right: 16px;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #f6f6f6;
  border-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
  content: "";
}

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 8px;
  line-height: 1;
}

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

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

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0;
}
a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #ffffff;
  background-color: #878787;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #878787;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

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

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 481px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 576px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 769px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1400px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}
@media (min-width: 769px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}
@media (min-width: 1281px) {
  .container {
    width: 1220px;
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1340px;
    max-width: 100%;
  }
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 481px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 576px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 769px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1400px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 481px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 769px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 1400px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

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

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-ml-1,
.col-ml-2,
.col-ml-3,
.col-ml-4,
.col-ml-5,
.col-ml-6,
.col-ml-7,
.col-ml-8,
.col-ml-9,
.col-ml-10,
.col-ml-11,
.col-ml-12,
.col-ml,
.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 {
  position: relative;
  width: 100%;
  min-height: 1px;
}
@media (min-width: 481px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-ml-1,
  .col-ml-2,
  .col-ml-3,
  .col-ml-4,
  .col-ml-5,
  .col-ml-6,
  .col-ml-7,
  .col-ml-8,
  .col-ml-9,
  .col-ml-10,
  .col-ml-11,
  .col-ml-12,
  .col-ml,
  .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 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 576px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-ml-1,
  .col-ml-2,
  .col-ml-3,
  .col-ml-4,
  .col-ml-5,
  .col-ml-6,
  .col-ml-7,
  .col-ml-8,
  .col-ml-9,
  .col-ml-10,
  .col-ml-11,
  .col-ml-12,
  .col-ml,
  .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 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 769px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-ml-1,
  .col-ml-2,
  .col-ml-3,
  .col-ml-4,
  .col-ml-5,
  .col-ml-6,
  .col-ml-7,
  .col-ml-8,
  .col-ml-9,
  .col-ml-10,
  .col-ml-11,
  .col-ml-12,
  .col-ml,
  .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 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-ml-1,
  .col-ml-2,
  .col-ml-3,
  .col-ml-4,
  .col-ml-5,
  .col-ml-6,
  .col-ml-7,
  .col-ml-8,
  .col-ml-9,
  .col-ml-10,
  .col-ml-11,
  .col-ml-12,
  .col-ml,
  .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 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1400px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-ml-1,
  .col-ml-2,
  .col-ml-3,
  .col-ml-4,
  .col-ml-5,
  .col-ml-6,
  .col-ml-7,
  .col-ml-8,
  .col-ml-9,
  .col-ml-10,
  .col-ml-11,
  .col-ml-12,
  .col-ml,
  .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 {
    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;
}

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

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.33333%;
}

.pull-2 {
  right: 16.66667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.33333%;
}

.pull-5 {
  right: 41.66667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.33333%;
}

.pull-8 {
  right: 66.66667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.33333%;
}

.pull-11 {
  right: 91.66667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.33333%;
}

.push-2 {
  left: 16.66667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.33333%;
}

.push-5 {
  left: 41.66667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.33333%;
}

.push-8 {
  left: 66.66667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.33333%;
}

.push-11 {
  left: 91.66667%;
}

.push-12 {
  left: 100%;
}

.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: 481px) {
  .col-xs {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xs-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xs-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xs-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xs-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xs-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xs-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xs-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xs-0 {
    right: auto;
  }
  .pull-xs-1 {
    right: 8.33333%;
  }
  .pull-xs-2 {
    right: 16.66667%;
  }
  .pull-xs-3 {
    right: 25%;
  }
  .pull-xs-4 {
    right: 33.33333%;
  }
  .pull-xs-5 {
    right: 41.66667%;
  }
  .pull-xs-6 {
    right: 50%;
  }
  .pull-xs-7 {
    right: 58.33333%;
  }
  .pull-xs-8 {
    right: 66.66667%;
  }
  .pull-xs-9 {
    right: 75%;
  }
  .pull-xs-10 {
    right: 83.33333%;
  }
  .pull-xs-11 {
    right: 91.66667%;
  }
  .pull-xs-12 {
    right: 100%;
  }
  .push-xs-0 {
    left: auto;
  }
  .push-xs-1 {
    left: 8.33333%;
  }
  .push-xs-2 {
    left: 16.66667%;
  }
  .push-xs-3 {
    left: 25%;
  }
  .push-xs-4 {
    left: 33.33333%;
  }
  .push-xs-5 {
    left: 41.66667%;
  }
  .push-xs-6 {
    left: 50%;
  }
  .push-xs-7 {
    left: 58.33333%;
  }
  .push-xs-8 {
    left: 66.66667%;
  }
  .push-xs-9 {
    left: 75%;
  }
  .push-xs-10 {
    left: 83.33333%;
  }
  .push-xs-11 {
    left: 91.66667%;
  }
  .push-xs-12 {
    left: 100%;
  }
  .offset-xs-0 {
    margin-left: 0%;
  }
  .offset-xs-1 {
    margin-left: 8.33333%;
  }
  .offset-xs-2 {
    margin-left: 16.66667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.33333%;
  }
  .offset-xs-5 {
    margin-left: 41.66667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.33333%;
  }
  .offset-xs-8 {
    margin-left: 66.66667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.33333%;
  }
  .offset-xs-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;
  }
  .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%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.33333%;
  }
  .pull-sm-2 {
    right: 16.66667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.33333%;
  }
  .pull-sm-5 {
    right: 41.66667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.33333%;
  }
  .pull-sm-8 {
    right: 66.66667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.33333%;
  }
  .pull-sm-11 {
    right: 91.66667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.33333%;
  }
  .push-sm-2 {
    left: 16.66667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.33333%;
  }
  .push-sm-5 {
    left: 41.66667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.33333%;
  }
  .push-sm-8 {
    left: 66.66667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.33333%;
  }
  .push-sm-11 {
    left: 91.66667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .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: 769px) {
  .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;
  }
  .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%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.33333%;
  }
  .pull-md-2 {
    right: 16.66667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.33333%;
  }
  .pull-md-5 {
    right: 41.66667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.33333%;
  }
  .pull-md-8 {
    right: 66.66667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.33333%;
  }
  .pull-md-11 {
    right: 91.66667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.33333%;
  }
  .push-md-2 {
    left: 16.66667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.33333%;
  }
  .push-md-5 {
    left: 41.66667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.33333%;
  }
  .push-md-8 {
    left: 66.66667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.33333%;
  }
  .push-md-11 {
    left: 91.66667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .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;
  }
  .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%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.33333%;
  }
  .pull-lg-2 {
    right: 16.66667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.33333%;
  }
  .pull-lg-5 {
    right: 41.66667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.33333%;
  }
  .pull-lg-8 {
    right: 66.66667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.33333%;
  }
  .pull-lg-11 {
    right: 91.66667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.33333%;
  }
  .push-lg-2 {
    left: 16.66667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.33333%;
  }
  .push-lg-5 {
    left: 41.66667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.33333%;
  }
  .push-lg-8 {
    left: 66.66667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.33333%;
  }
  .push-lg-11 {
    left: 91.66667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .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: 1281px) {
  .col-ml {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-ml-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-ml-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-ml-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-ml-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-ml-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-ml-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-ml-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-ml-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-ml-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-ml-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-ml-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-ml-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-ml-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-ml-0 {
    right: auto;
  }
  .pull-ml-1 {
    right: 8.33333%;
  }
  .pull-ml-2 {
    right: 16.66667%;
  }
  .pull-ml-3 {
    right: 25%;
  }
  .pull-ml-4 {
    right: 33.33333%;
  }
  .pull-ml-5 {
    right: 41.66667%;
  }
  .pull-ml-6 {
    right: 50%;
  }
  .pull-ml-7 {
    right: 58.33333%;
  }
  .pull-ml-8 {
    right: 66.66667%;
  }
  .pull-ml-9 {
    right: 75%;
  }
  .pull-ml-10 {
    right: 83.33333%;
  }
  .pull-ml-11 {
    right: 91.66667%;
  }
  .pull-ml-12 {
    right: 100%;
  }
  .push-ml-0 {
    left: auto;
  }
  .push-ml-1 {
    left: 8.33333%;
  }
  .push-ml-2 {
    left: 16.66667%;
  }
  .push-ml-3 {
    left: 25%;
  }
  .push-ml-4 {
    left: 33.33333%;
  }
  .push-ml-5 {
    left: 41.66667%;
  }
  .push-ml-6 {
    left: 50%;
  }
  .push-ml-7 {
    left: 58.33333%;
  }
  .push-ml-8 {
    left: 66.66667%;
  }
  .push-ml-9 {
    left: 75%;
  }
  .push-ml-10 {
    left: 83.33333%;
  }
  .push-ml-11 {
    left: 91.66667%;
  }
  .push-ml-12 {
    left: 100%;
  }
  .offset-ml-0 {
    margin-left: 0%;
  }
  .offset-ml-1 {
    margin-left: 8.33333%;
  }
  .offset-ml-2 {
    margin-left: 16.66667%;
  }
  .offset-ml-3 {
    margin-left: 25%;
  }
  .offset-ml-4 {
    margin-left: 33.33333%;
  }
  .offset-ml-5 {
    margin-left: 41.66667%;
  }
  .offset-ml-6 {
    margin-left: 50%;
  }
  .offset-ml-7 {
    margin-left: 58.33333%;
  }
  .offset-ml-8 {
    margin-left: 66.66667%;
  }
  .offset-ml-9 {
    margin-left: 75%;
  }
  .offset-ml-10 {
    margin-left: 83.33333%;
  }
  .offset-ml-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1400px) {
  .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;
  }
  .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%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.33333%;
  }
  .pull-xl-2 {
    right: 16.66667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.33333%;
  }
  .pull-xl-5 {
    right: 41.66667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.33333%;
  }
  .pull-xl-8 {
    right: 66.66667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.33333%;
  }
  .pull-xl-11 {
    right: 91.66667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.33333%;
  }
  .push-xl-2 {
    left: 16.66667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.33333%;
  }
  .push-xl-5 {
    left: 41.66667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.33333%;
  }
  .push-xl-8 {
    left: 66.66667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.33333%;
  }
  .push-xl-11 {
    left: 91.66667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #f6f6f6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #f6f6f6;
}
.table tbody + tbody {
  border-top: 2px solid #f6f6f6;
}
.table .table {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.thead-inverse th {
  color: #ffffff;
  background-color: #878787;
}

.thead-default th {
  color: #464a4c;
  background-color: #f6f6f6;
}

.table-inverse {
  color: #ffffff;
  background-color: #878787;
}
.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #ffffff;
}
.table-inverse.table-bordered {
  border: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive.table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #464a4c;
  background-color: #ffffff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #464a4c;
  background-color: #ffffff;
  border-color: #40fff3;
  outline: none;
}
.form-control::-webkit-input-placeholder {
  color: #ebebeb;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #ebebeb;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #ebebeb;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #ebebeb;
  opacity: 1;
}
.form-control::placeholder {
  color: #ebebeb;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #f6f6f6;
  opacity: 1;
}
.form-control:disabled {
  cursor: not-allowed;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #464a4c;
  background-color: #ffffff;
}

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

.col-form-label {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  margin-bottom: 0;
}

.col-form-label-lg {
  padding-top: calc(0.75rem - 1px * 2);
  padding-bottom: calc(0.75rem - 1px * 2);
  font-size: 2rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem - 1px * 2);
  padding-bottom: calc(0.25rem - 1px * 2);
  font-size: 1.4rem;
}

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.form-control-static {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-static.form-control-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.form-control-static.form-control-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 1.4rem;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 2.6rem;
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 2rem;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 4.16667rem;
}

.form-group {
  margin-bottom: 16px;
}

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

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}
.form-check.disabled .form-check-label {
  color: #464a4c;
  cursor: not-allowed;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer;
}

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}
.form-check-input:only-child {
  position: static;
}

.form-check-inline {
  display: inline-block;
}
.form-check-inline .form-check-label {
  vertical-align: middle;
}
.form-check-inline + .form-check-inline {
  margin-left: 0.75rem;
}

.form-control-feedback {
  margin-top: 0.25rem;
}

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.125rem 1.125rem;
}

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
  color: #4cbb6c;
}

.has-success .form-control {
  border-color: #4cbb6c;
}

.has-success .input-group-addon {
  color: #4cbb6c;
  border-color: #4cbb6c;
  background-color: #e0f3e5;
}

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3E%3Cpath fill=%27%234cbb6c%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3E%3C/svg%3E");
}

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
  color: #ff9a52;
}

.has-warning .form-control {
  border-color: #ff9a52;
}

.has-warning .input-group-addon {
  color: #ff9a52;
  border-color: #ff9a52;
  background-color: white;
}

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3E%3Cpath fill=%27%23ff9a52%27 d=%27M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z%27/%3E%3C/svg%3E");
}

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
  color: #ff4c4c;
}

.has-danger .form-control {
  border-color: #ff4c4c;
}

.has-danger .input-group-addon {
  color: #ff4c4c;
  border-color: #ff4c4c;
  background-color: white;
}

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23ff4c4c%27 viewBox=%27-2 -2 7 7%27%3E%3Cpath stroke=%27%23d9534f%27 d=%27M0 0l3 3m0-3L0 3%27/%3E%3Ccircle r=%27.5%27/%3E%3Ccircle cx=%273%27 r=%27.5%27/%3E%3Ccircle cy=%273%27 r=%27.5%27/%3E%3Ccircle cx=%273%27 cy=%273%27 r=%27.5%27/%3E%3C/svg%3E");
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .form-check-label {
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    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-left: 0;
  }
  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn:focus,
.btn:hover {
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 191, 179, 0.25);
  box-shadow: 0 0 0 2px rgba(0, 191, 179, 0.25);
}
.btn.disabled,
.btn:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}
.btn:active,
.btn.active {
  background-image: none;
}

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

.btn-primary {
  color: #fff;
  background-color: #00bfb3;
  border-color: transparent;
}
.btn-primary:hover {
  color: #fff;
  background-color: #008c83;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:focus,
.btn-primary.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #00bfb3;
  border-color: transparent;
}
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #008c83;
  background-image: none;
  border-color: rgba(0, 0, 0, 0);
}

.btn-secondary {
  color: #414141;
  background-color: #f6f6f6;
  border-color: transparent;
}
.btn-secondary:hover {
  color: #414141;
  background-color: #dddddd;
  border-color: rgba(0, 0, 0, 0);
}
.btn-secondary:focus,
.btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #f6f6f6;
  border-color: transparent;
}
.btn-secondary:active,
.btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
  color: #414141;
  background-color: #dddddd;
  background-image: none;
  border-color: rgba(0, 0, 0, 0);
}

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}
.btn-info:focus,
.btn-info.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
  box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info:active,
.btn-info.active,
.show > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #2aabd2;
}

.btn-success {
  color: #ffffff;
  background-color: #4cbb6c;
  border-color: #4cbb6c;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #3a9a56;
  border-color: #389252;
}
.btn-success:focus,
.btn-success.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(76, 187, 108, 0.5);
  box-shadow: 0 0 0 2px rgba(76, 187, 108, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  background-color: #4cbb6c;
  border-color: #4cbb6c;
}
.btn-success:active,
.btn-success.active,
.show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #3a9a56;
  background-image: none;
  border-color: #389252;
}

.btn-warning {
  color: white;
  background-color: #ff9a52;
  border-color: #ff9a52;
}
.btn-warning:hover {
  color: white;
  background-color: #ff7c1f;
  border-color: #ff7615;
}
.btn-warning:focus,
.btn-warning.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 154, 82, 0.5);
  box-shadow: 0 0 0 2px rgba(255, 154, 82, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #ff9a52;
  border-color: #ff9a52;
}
.btn-warning:active,
.btn-warning.active,
.show > .btn-warning.dropdown-toggle {
  color: white;
  background-color: #ff7c1f;
  background-image: none;
  border-color: #ff7615;
}

.btn-danger {
  color: #ffffff;
  background-color: #ff4c4c;
  border-color: #ff4c4c;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #ff1919;
  border-color: #ff0f0f;
}
.btn-danger:focus,
.btn-danger.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 76, 76, 0.5);
  box-shadow: 0 0 0 2px rgba(255, 76, 76, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #ff4c4c;
  border-color: #ff4c4c;
}
.btn-danger:active,
.btn-danger.active,
.show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #ff1919;
  background-image: none;
  border-color: #ff0f0f;
}

.btn-outline-primary {
  color: #00bfb3;
  background-image: none;
  background-color: transparent;
  border-color: #00bfb3;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #00bfb3;
  border-color: #00bfb3;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 191, 179, 0.5);
  box-shadow: 0 0 0 2px rgba(0, 191, 179, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #00bfb3;
  background-color: transparent;
}
.btn-outline-primary:active,
.btn-outline-primary.active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #00bfb3;
  border-color: #00bfb3;
}

.btn-outline-secondary {
  color: transparent;
  background-image: none;
  background-color: transparent;
  border-color: transparent;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: transparent;
  background-color: transparent;
}
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
  box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #5bc0de;
  background-color: transparent;
}
.btn-outline-info:active,
.btn-outline-info.active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-success {
  color: #4cbb6c;
  background-image: none;
  background-color: transparent;
  border-color: #4cbb6c;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #4cbb6c;
  border-color: #4cbb6c;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(76, 187, 108, 0.5);
  box-shadow: 0 0 0 2px rgba(76, 187, 108, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #4cbb6c;
  background-color: transparent;
}
.btn-outline-success:active,
.btn-outline-success.active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #4cbb6c;
  border-color: #4cbb6c;
}

.btn-outline-warning {
  color: #ff9a52;
  background-image: none;
  background-color: transparent;
  border-color: #ff9a52;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #ff9a52;
  border-color: #ff9a52;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 154, 82, 0.5);
  box-shadow: 0 0 0 2px rgba(255, 154, 82, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ff9a52;
  background-color: transparent;
}
.btn-outline-warning:active,
.btn-outline-warning.active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ff9a52;
  border-color: #ff9a52;
}

.btn-outline-danger {
  color: #ff4c4c;
  background-image: none;
  background-color: transparent;
  border-color: #ff4c4c;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #ff4c4c;
  border-color: #ff4c4c;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 76, 76, 0.5);
  box-shadow: 0 0 0 2px rgba(255, 76, 76, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #ff4c4c;
  background-color: transparent;
}
.btn-outline-danger:active,
.btn-outline-danger.active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff4c4c;
  border-color: #ff4c4c;
}

.btn-link {
  font-weight: normal;
  color: #00bfb3;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link:disabled {
  background-color: transparent;
}
.btn-link,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
  color: #00736b;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link:disabled {
  color: #ebebeb;
}
.btn-link:disabled:focus,
.btn-link:disabled:hover {
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 2rem;
  border-radius: 0.3rem;
}

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

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

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

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

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

.dropup,
.dropdown {
  position: relative;
}

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

.dropdown-toggle:focus {
  outline: 0;
}

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

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

.dropdown-divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #f6f6f6;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: normal;
  color: #878787;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #7a7a7a;
  text-decoration: none;
  background-color: #f7f7f9;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #00bfb3;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #ebebeb;
  cursor: not-allowed;
  background-color: transparent;
}

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

.show > a {
  outline: 0;
}

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

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

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

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

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

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

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

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

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

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn + .dropdown-toggle-split::after {
  margin-left: 0;
}

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

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

.btn-group-vertical {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

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

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

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

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

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

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

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group .form-control:focus,
.input-group .form-control:active,
.input-group .form-control:hover {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #464a4c;
  text-align: center;
  background-color: #f6f6f6;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 1.4rem;
  border-radius: 0.2rem;
}
.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.75rem 1.5rem;
  font-size: 2rem;
  border-radius: 0.3rem;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

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

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active,
.input-group-btn > .btn:hover {
  z-index: 3;
}
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.input-group-btn:not(:first-child) > .btn:focus,
.input-group-btn:not(:first-child) > .btn:active,
.input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}

.custom-control {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
  cursor: pointer;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-indicator {
  color: #ffffff;
  background-color: #00bfb3;
}
.custom-control-input:focus ~ .custom-control-indicator {
  -webkit-box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #00bfb3;
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #00bfb3;
}
.custom-control-input:active ~ .custom-control-indicator {
  color: #ffffff;
  background-color: #73fff6;
}
.custom-control-input:disabled ~ .custom-control-indicator {
  cursor: not-allowed;
  background-color: #f6f6f6;
}
.custom-control-input:disabled ~ .custom-control-description {
  color: #ebebeb;
  cursor: not-allowed;
}

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
  border-radius: 0;
}

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

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

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

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

.custom-controls-stacked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}
.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.25;
  color: #464a4c;
  vertical-align: middle;
  background: #ffffff
    url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 4 5%27%3E%3Cpath fill=%27%23333%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3E%3C/svg%3E")
    no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.custom-select:focus {
  border-color: #40fff3;
  outline: none;
}
.custom-select:focus::-ms-value {
  color: #464a4c;
  background-color: #ffffff;
}
.custom-select:disabled {
  color: #ebebeb;
  cursor: not-allowed;
  background-color: #f6f6f6;
}
.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

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

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
.custom-file-control:lang(en)::after {
  content: "Choose file...";
}
.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  background-color: #f6f6f6;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 0 0 0;
}
.custom-file-control:lang(en)::before {
  content: "Browse";
}

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

.nav-link {
  display: block;
  padding: 0.5em 1em;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #ebebeb;
  cursor: not-allowed;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #f6f6f6 #f6f6f6 #ddd;
}
.nav-tabs .nav-link.disabled {
  color: #ebebeb;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #464a4c;
  background-color: #ffffff;
  border-color: #ddd #ddd #ffffff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0;
}

.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
  color: #ffffff;
  cursor: default;
  background-color: #00bfb3;
}

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

.nav-justified .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  text-align: center;
}

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 8px 16px;
}

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

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

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

.navbar-toggler {
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 2rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

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

.navbar-toggler-left {
  position: absolute;
  left: 16px;
}

.navbar-toggler-right {
  position: absolute;
  right: 16px;
}

@media (max-width: 480.98px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 481px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .navbar-toggleable-xs .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-xs > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-toggleable-xs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-xs .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-xs .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-xs > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-xs .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-xs .navbar-toggler {
    display: none;
  }
}

@media (max-width: 768.98px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 769px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1280.98px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1281px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1399.98px) {
  .navbar-toggleable-ml .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-ml > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1400px) {
  .navbar-toggleable-ml {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-ml .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-ml .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-ml > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-ml .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-ml .navbar-toggler {
    display: none;
  }
}

.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}
.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

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

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

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

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

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=%270 0 32 32%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath stroke=%27rgba%280, 0, 0, 0.5%29%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 d=%27M4 8h24M4 16h24M4 24h24%27/%3E%3C/svg%3E");
}

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

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-toggler {
  color: white;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-toggler:focus,
.navbar-inverse .navbar-toggler:hover {
  color: white;
}

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

.navbar-inverse .navbar-nav .open > .nav-link,
.navbar-inverse .navbar-nav .active > .nav-link,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .nav-link.active {
  color: white;
}

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

.navbar-inverse .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=%270 0 32 32%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath stroke=%27rgba%28255, 255, 255, 0.5%29%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 d=%27M4 8h24M4 16h24M4 24h24%27/%3E%3C/svg%3E");
}

.navbar-inverse .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}

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

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

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

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

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

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

.card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f7f7f9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0 - 1px) calc(0 - 1px) 0 0;
}

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

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

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

.card-primary {
  background-color: #00bfb3;
  border-color: #00bfb3;
}
.card-primary .card-header,
.card-primary .card-footer {
  background-color: transparent;
}

.card-success {
  background-color: #4cbb6c;
  border-color: #4cbb6c;
}
.card-success .card-header,
.card-success .card-footer {
  background-color: transparent;
}

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.card-info .card-header,
.card-info .card-footer {
  background-color: transparent;
}

.card-warning {
  background-color: #ff9a52;
  border-color: #ff9a52;
}
.card-warning .card-header,
.card-warning .card-footer {
  background-color: transparent;
}

.card-danger {
  background-color: #ff4c4c;
  border-color: #ff4c4c;
}
.card-danger .card-header,
.card-danger .card-footer {
  background-color: transparent;
}

.card-outline-primary {
  background-color: transparent;
  border-color: #00bfb3;
}

.card-outline-secondary {
  background-color: transparent;
  border-color: transparent;
}

.card-outline-info {
  background-color: transparent;
  border-color: #5bc0de;
}

.card-outline-success {
  background-color: transparent;
  border-color: #4cbb6c;
}

.card-outline-warning {
  background-color: transparent;
  border-color: #ff9a52;
}

.card-outline-danger {
  background-color: transparent;
  border-color: #ff4c4c;
}

.card-inverse {
  color: rgba(255, 255, 255, 0.65);
}
.card-inverse .card-header,
.card-inverse .card-footer {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}
.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff;
}
.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.65);
}
.card-inverse .card-link:focus,
.card-inverse .card-link:hover {
  color: #ffffff;
}

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}

.card-img {
  border-radius: calc(0 - 1px);
}

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

.card-img-top {
  border-top-right-radius: calc(0 - 1px);
  border-top-left-radius: calc(0 - 1px);
}

.card-img-bottom {
  border-bottom-right-radius: calc(0 - 1px);
  border-bottom-left-radius: calc(0 - 1px);
}

@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card-deck .card:not(:first-child) {
    margin-left: 15px;
  }
  .card-deck .card:not(:last-child) {
    margin-right: 15px;
  }
}

@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
    margin-bottom: 0.75rem;
  }
}

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 16px;
  list-style: none;
  background-color: #f6f6f6;
  border-radius: 0;
}
.breadcrumb::after {
  display: block;
  content: "";
  clear: both;
}

.breadcrumb-item {
  float: left;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #ebebeb;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #ebebeb;
}

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

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

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

.page-item.active .page-link {
  z-index: 2;
  color: #ffffff;
  background-color: #00bfb3;
  border-color: #00bfb3;
}

.page-item.disabled .page-link {
  color: #ebebeb;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #ddd;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #00bfb3;
  background-color: #ffffff;
  border: 1px solid #ddd;
}
.page-link:focus,
.page-link:hover {
  color: #00736b;
  text-decoration: none;
  background-color: #f6f6f6;
  border-color: #ddd;
}

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

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

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

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 1.4rem;
}

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

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

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

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

a.badge:focus,
a.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

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

.badge-default {
  background-color: #ebebeb;
}
.badge-default[href]:focus,
.badge-default[href]:hover {
  background-color: #d2d2d2;
}

.badge-primary {
  background-color: #00bfb3;
}
.badge-primary[href]:focus,
.badge-primary[href]:hover {
  background-color: #008c83;
}

.badge-success {
  background-color: #4cbb6c;
}
.badge-success[href]:focus,
.badge-success[href]:hover {
  background-color: #3a9a56;
}

.badge-info {
  background-color: #5bc0de;
}
.badge-info[href]:focus,
.badge-info[href]:hover {
  background-color: #31b0d5;
}

.badge-warning {
  background-color: #ff9a52;
}
.badge-warning[href]:focus,
.badge-warning[href]:hover {
  background-color: #ff7c1f;
}

.badge-danger {
  background-color: #ff4c4c;
}
.badge-danger[href]:focus,
.badge-danger[href]:hover {
  background-color: #ff1919;
}

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

.jumbotron-hr {
  border-top-color: #dddddd;
}

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

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 16px;
  border: 1px solid transparent;
  border-radius: 0;
}

.alert-heading {
  color: inherit;
}

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

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

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c1e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6d5ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: rgba(255, 154, 82, 0.3);
  border-color: #ff9a52;
  color: #414141;
}
.alert-warning hr {
  border-top-color: #ff8b39;
}
.alert-warning .alert-link {
  color: #282828;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9b9;
}
.alert-danger .alert-link {
  color: #843534;
}

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

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

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #f6f6f6;
  border-radius: 0;
}

.progress-bar {
  height: 1rem;
  color: #ffffff;
  background-color: #00bfb3;
}

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

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

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

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

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

.list-group-item-action {
  width: 100%;
  color: #464a4c;
  text-align: inherit;
}
.list-group-item-action .list-group-item-heading {
  color: #878787;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  color: #464a4c;
  text-decoration: none;
  background-color: #f7f7f9;
}
.list-group-item-action:active {
  color: #878787;
  background-color: #f6f6f6;
}

.list-group-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item:focus,
.list-group-item:hover {
  text-decoration: none;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #ebebeb;
  cursor: not-allowed;
  background-color: #ffffff;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item:disabled .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item:disabled .list-group-item-text {
  color: #ebebeb;
}
.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #00bfb3;
  border-color: #00bfb3;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text {
  color: #bffffb;
}

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

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

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

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

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

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

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

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

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

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.5;
}
.close:focus,
.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.75;
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.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;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

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

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #f6f6f6;
}

.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: 15px;
}

.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: 15px;
  border-top: 1px solid #f6f6f6;
}
.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: 30px auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 1.4rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip.tooltip-top,
.tooltip.bs-tether-element-attached-bottom {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.tooltip-top .tooltip-inner::before,
.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #ff4c4c;
}
.tooltip.tooltip-right,
.tooltip.bs-tether-element-attached-left {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.tooltip-right .tooltip-inner::before,
.tooltip.bs-tether-element-attached-left .tooltip-inner::before {
  top: 50%;
  left: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #ff4c4c;
}
.tooltip.tooltip-bottom,
.tooltip.bs-tether-element-attached-top {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.tooltip-bottom .tooltip-inner::before,
.tooltip.bs-tether-element-attached-top .tooltip-inner::before {
  top: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #ff4c4c;
}
.tooltip.tooltip-left,
.tooltip.bs-tether-element-attached-right {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.tooltip-left .tooltip-inner::before,
.tooltip.bs-tether-element-attached-right .tooltip-inner::before {
  top: 50%;
  right: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #ff4c4c;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #ff4c4c;
  border-radius: 0;
}
.tooltip-inner::before {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 1.4rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover.popover-top,
.popover.bs-tether-element-attached-bottom {
  margin-top: -10px;
}
.popover.popover-top::before,
.popover.popover-top::after,
.popover.bs-tether-element-attached-bottom::before,
.popover.bs-tether-element-attached-bottom::after {
  left: 50%;
  border-bottom-width: 0;
}
.popover.popover-top::before,
.popover.bs-tether-element-attached-bottom::before {
  bottom: -11px;
  margin-left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.popover.popover-top::after,
.popover.bs-tether-element-attached-bottom::after {
  bottom: -10px;
  margin-left: -10px;
  border-top-color: #ffffff;
}
.popover.popover-right,
.popover.bs-tether-element-attached-left {
  margin-left: 10px;
}
.popover.popover-right::before,
.popover.popover-right::after,
.popover.bs-tether-element-attached-left::before,
.popover.bs-tether-element-attached-left::after {
  top: 50%;
  border-left-width: 0;
}
.popover.popover-right::before,
.popover.bs-tether-element-attached-left::before {
  left: -11px;
  margin-top: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.popover-right::after,
.popover.bs-tether-element-attached-left::after {
  left: -10px;
  margin-top: -10px;
  border-right-color: #ffffff;
}
.popover.popover-bottom,
.popover.bs-tether-element-attached-top {
  margin-top: 10px;
}
.popover.popover-bottom::before,
.popover.popover-bottom::after,
.popover.bs-tether-element-attached-top::before,
.popover.bs-tether-element-attached-top::after {
  left: 50%;
  border-top-width: 0;
}
.popover.popover-bottom::before,
.popover.bs-tether-element-attached-top::before {
  top: -11px;
  margin-left: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.popover-bottom::after,
.popover.bs-tether-element-attached-top::after {
  top: -10px;
  margin-left: -10px;
  border-bottom-color: #f7f7f7;
}
.popover.popover-bottom .popover-title::before,
.popover.bs-tether-element-attached-top .popover-title::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.popover.popover-left,
.popover.bs-tether-element-attached-right {
  margin-left: -10px;
}
.popover.popover-left::before,
.popover.popover-left::after,
.popover.bs-tether-element-attached-right::before,
.popover.bs-tether-element-attached-right::after {
  top: 50%;
  border-right-width: 0;
}
.popover.popover-left::before,
.popover.bs-tether-element-attached-right::before {
  right: -11px;
  margin-top: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.popover-left::after,
.popover.bs-tether-element-attached-right::after {
  right: -10px;
  margin-top: -10px;
  border-left-color: #ffffff;
}

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

.popover-content {
  padding: 9px 14px;
}

.popover::before,
.popover::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover::before {
  content: "";
  border-width: 11px;
}

.popover::after {
  content: "";
  border-width: 10px;
}

.carousel {
  position: relative;
}

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

.carousel-item {
  position: relative;
  display: none;
  width: 100%;
}
@media (-webkit-transform-3d) {
  .carousel-item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
}
@supports (transform: translate3d(0, 0, 0)) {
  .carousel-item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

@media (-webkit-transform-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@supports (transform: translate3d(0, 0, 0)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-faded {
  background-color: #f7f7f7;
}

.bg-primary {
  background-color: #00bfb3 !important;
}

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #008c83 !important;
}

.bg-success {
  background-color: #4cbb6c !important;
}

a.bg-success:focus,
a.bg-success:hover {
  background-color: #3a9a56 !important;
}

.bg-info {
  background-color: #5bc0de !important;
}

a.bg-info:focus,
a.bg-info:hover {
  background-color: #31b0d5 !important;
}

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

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

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

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

.bg-inverse {
  background-color: #878787 !important;
}

a.bg-inverse:focus,
a.bg-inverse:hover {
  background-color: #6e6e6e !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;
}

.rounded {
  border-radius: 0;
}

.rounded-top {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.rounded-right {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.rounded-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-left {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

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

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

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

.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-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: 481px) {
  .d-xs-none {
    display: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xs-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-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: 769px) {
  .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-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-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: 1281px) {
  .d-ml-none {
    display: none !important;
  }
  .d-ml-inline {
    display: inline !important;
  }
  .d-ml-inline-block {
    display: inline-block !important;
  }
  .d-ml-block {
    display: block !important;
  }
  .d-ml-table {
    display: table !important;
  }
  .d-ml-table-cell {
    display: table-cell !important;
  }
  .d-ml-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-ml-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1400px) {
  .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-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;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 481px) {
  .flex-xs-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-xs-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-xs-unordered {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-xs-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xs-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xs-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xs-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xs-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xs-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xs-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xs-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xs-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xs-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xs-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xs-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xs-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xs-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xs-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xs-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xs-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xs-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xs-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xs-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xs-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xs-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xs-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-sm-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-sm-unordered {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .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;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 769px) {
  .flex-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-md-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-md-unordered {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .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;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-lg-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-lg-unordered {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .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;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1281px) {
  .flex-ml-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-ml-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-ml-unordered {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-ml-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-ml-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-ml-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-ml-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-ml-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-ml-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-ml-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-ml-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-ml-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-ml-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-ml-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-ml-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-ml-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-ml-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-ml-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-ml-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-ml-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-ml-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-ml-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-ml-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-ml-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-ml-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-ml-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-ml-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-ml-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-ml-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-ml-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-ml-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-ml-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1400px) {
  .flex-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-xl-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-xl-unordered {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .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;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

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

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

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

@media (min-width: 481px) {
  .float-xs-left {
    float: left !important;
  }
  .float-xs-right {
    float: right !important;
  }
  .float-xs-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: 769px) {
  .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: 1281px) {
  .float-ml-left {
    float: left !important;
  }
  .float-ml-right {
    float: right !important;
  }
  .float-ml-none {
    float: none !important;
  }
}

@media (min-width: 1400px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !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;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-1 {
  margin: 4px 4px !important;
}

.mt-1 {
  margin-top: 4px !important;
}

.mr-1 {
  margin-right: 4px !important;
}

.mb-1 {
  margin-bottom: 4px !important;
}

.ml-1 {
  margin-left: 4px !important;
}

.mx-1 {
  margin-right: 4px !important;
  margin-left: 4px !important;
}

.my-1 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.m-2 {
  margin: 8px 8px !important;
}

.mt-2 {
  margin-top: 8px !important;
}

.mr-2 {
  margin-right: 8px !important;
}

.mb-2 {
  margin-bottom: 8px !important;
}

.ml-2 {
  margin-left: 8px !important;
}

.mx-2 {
  margin-right: 8px !important;
  margin-left: 8px !important;
}

.my-2 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.m-3 {
  margin: 16px 16px !important;
}

.mt-3 {
  margin-top: 16px !important;
}

.mr-3 {
  margin-right: 16px !important;
}

.mb-3 {
  margin-bottom: 16px !important;
}

.ml-3 {
  margin-left: 16px !important;
}

.mx-3 {
  margin-right: 16px !important;
  margin-left: 16px !important;
}

.my-3 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.m-4 {
  margin: 24px 24px !important;
}

.mt-4 {
  margin-top: 24px !important;
}

.mr-4 {
  margin-right: 24px !important;
}

.mb-4 {
  margin-bottom: 24px !important;
}

.ml-4 {
  margin-left: 24px !important;
}

.mx-4 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

.my-4 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.m-5 {
  margin: 48px 48px !important;
}

.mt-5 {
  margin-top: 48px !important;
}

.mr-5 {
  margin-right: 48px !important;
}

.mb-5 {
  margin-bottom: 48px !important;
}

.ml-5 {
  margin-left: 48px !important;
}

.mx-5 {
  margin-right: 48px !important;
  margin-left: 48px !important;
}

.my-5 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

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

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

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

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

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

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

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

.p-1 {
  padding: 4px 4px !important;
}

.pt-1 {
  padding-top: 4px !important;
}

.pr-1 {
  padding-right: 4px !important;
}

.pb-1 {
  padding-bottom: 4px !important;
}

.pl-1 {
  padding-left: 4px !important;
}

.px-1 {
  padding-right: 4px !important;
  padding-left: 4px !important;
}

.py-1 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.p-2 {
  padding: 8px 8px !important;
}

.pt-2 {
  padding-top: 8px !important;
}

.pr-2 {
  padding-right: 8px !important;
}

.pb-2 {
  padding-bottom: 8px !important;
}

.pl-2 {
  padding-left: 8px !important;
}

.px-2 {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

.py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.p-3 {
  padding: 16px 16px !important;
}

.pt-3 {
  padding-top: 16px !important;
}

.pr-3 {
  padding-right: 16px !important;
}

.pb-3 {
  padding-bottom: 16px !important;
}

.pl-3 {
  padding-left: 16px !important;
}

.px-3 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

.py-3 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.p-4 {
  padding: 24px 24px !important;
}

.pt-4 {
  padding-top: 24px !important;
}

.pr-4 {
  padding-right: 24px !important;
}

.pb-4 {
  padding-bottom: 24px !important;
}

.pl-4 {
  padding-left: 24px !important;
}

.px-4 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

.py-4 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.p-5 {
  padding: 48px 48px !important;
}

.pt-5 {
  padding-top: 48px !important;
}

.pr-5 {
  padding-right: 48px !important;
}

.pb-5 {
  padding-bottom: 48px !important;
}

.pl-5 {
  padding-left: 48px !important;
}

.px-5 {
  padding-right: 48px !important;
  padding-left: 48px !important;
}

.py-5 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

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

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

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

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

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

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

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

@media (min-width: 481px) {
  .m-xs-0 {
    margin: 0 0 !important;
  }
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mr-xs-0 {
    margin-right: 0 !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .ml-xs-0 {
    margin-left: 0 !important;
  }
  .mx-xs-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-xs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-xs-1 {
    margin: 4px 4px !important;
  }
  .mt-xs-1 {
    margin-top: 4px !important;
  }
  .mr-xs-1 {
    margin-right: 4px !important;
  }
  .mb-xs-1 {
    margin-bottom: 4px !important;
  }
  .ml-xs-1 {
    margin-left: 4px !important;
  }
  .mx-xs-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .my-xs-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .m-xs-2 {
    margin: 8px 8px !important;
  }
  .mt-xs-2 {
    margin-top: 8px !important;
  }
  .mr-xs-2 {
    margin-right: 8px !important;
  }
  .mb-xs-2 {
    margin-bottom: 8px !important;
  }
  .ml-xs-2 {
    margin-left: 8px !important;
  }
  .mx-xs-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .my-xs-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .m-xs-3 {
    margin: 16px 16px !important;
  }
  .mt-xs-3 {
    margin-top: 16px !important;
  }
  .mr-xs-3 {
    margin-right: 16px !important;
  }
  .mb-xs-3 {
    margin-bottom: 16px !important;
  }
  .ml-xs-3 {
    margin-left: 16px !important;
  }
  .mx-xs-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .my-xs-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .m-xs-4 {
    margin: 24px 24px !important;
  }
  .mt-xs-4 {
    margin-top: 24px !important;
  }
  .mr-xs-4 {
    margin-right: 24px !important;
  }
  .mb-xs-4 {
    margin-bottom: 24px !important;
  }
  .ml-xs-4 {
    margin-left: 24px !important;
  }
  .mx-xs-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .my-xs-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .m-xs-5 {
    margin: 48px 48px !important;
  }
  .mt-xs-5 {
    margin-top: 48px !important;
  }
  .mr-xs-5 {
    margin-right: 48px !important;
  }
  .mb-xs-5 {
    margin-bottom: 48px !important;
  }
  .ml-xs-5 {
    margin-left: 48px !important;
  }
  .mx-xs-5 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .my-xs-5 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .p-xs-0 {
    padding: 0 0 !important;
  }
  .pt-xs-0 {
    padding-top: 0 !important;
  }
  .pr-xs-0 {
    padding-right: 0 !important;
  }
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
  .pl-xs-0 {
    padding-left: 0 !important;
  }
  .px-xs-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-xs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-xs-1 {
    padding: 4px 4px !important;
  }
  .pt-xs-1 {
    padding-top: 4px !important;
  }
  .pr-xs-1 {
    padding-right: 4px !important;
  }
  .pb-xs-1 {
    padding-bottom: 4px !important;
  }
  .pl-xs-1 {
    padding-left: 4px !important;
  }
  .px-xs-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .py-xs-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .p-xs-2 {
    padding: 8px 8px !important;
  }
  .pt-xs-2 {
    padding-top: 8px !important;
  }
  .pr-xs-2 {
    padding-right: 8px !important;
  }
  .pb-xs-2 {
    padding-bottom: 8px !important;
  }
  .pl-xs-2 {
    padding-left: 8px !important;
  }
  .px-xs-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .py-xs-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .p-xs-3 {
    padding: 16px 16px !important;
  }
  .pt-xs-3 {
    padding-top: 16px !important;
  }
  .pr-xs-3 {
    padding-right: 16px !important;
  }
  .pb-xs-3 {
    padding-bottom: 16px !important;
  }
  .pl-xs-3 {
    padding-left: 16px !important;
  }
  .px-xs-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .py-xs-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .p-xs-4 {
    padding: 24px 24px !important;
  }
  .pt-xs-4 {
    padding-top: 24px !important;
  }
  .pr-xs-4 {
    padding-right: 24px !important;
  }
  .pb-xs-4 {
    padding-bottom: 24px !important;
  }
  .pl-xs-4 {
    padding-left: 24px !important;
  }
  .px-xs-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .py-xs-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .p-xs-5 {
    padding: 48px 48px !important;
  }
  .pt-xs-5 {
    padding-top: 48px !important;
  }
  .pr-xs-5 {
    padding-right: 48px !important;
  }
  .pb-xs-5 {
    padding-bottom: 48px !important;
  }
  .pl-xs-5 {
    padding-left: 48px !important;
  }
  .px-xs-5 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .py-xs-5 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mt-xs-auto {
    margin-top: auto !important;
  }
  .mr-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-auto {
    margin-bottom: auto !important;
  }
  .ml-xs-auto {
    margin-left: auto !important;
  }
  .mx-xs-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-sm-1 {
    margin: 4px 4px !important;
  }
  .mt-sm-1 {
    margin-top: 4px !important;
  }
  .mr-sm-1 {
    margin-right: 4px !important;
  }
  .mb-sm-1 {
    margin-bottom: 4px !important;
  }
  .ml-sm-1 {
    margin-left: 4px !important;
  }
  .mx-sm-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .my-sm-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .m-sm-2 {
    margin: 8px 8px !important;
  }
  .mt-sm-2 {
    margin-top: 8px !important;
  }
  .mr-sm-2 {
    margin-right: 8px !important;
  }
  .mb-sm-2 {
    margin-bottom: 8px !important;
  }
  .ml-sm-2 {
    margin-left: 8px !important;
  }
  .mx-sm-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .my-sm-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .m-sm-3 {
    margin: 16px 16px !important;
  }
  .mt-sm-3 {
    margin-top: 16px !important;
  }
  .mr-sm-3 {
    margin-right: 16px !important;
  }
  .mb-sm-3 {
    margin-bottom: 16px !important;
  }
  .ml-sm-3 {
    margin-left: 16px !important;
  }
  .mx-sm-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .my-sm-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .m-sm-4 {
    margin: 24px 24px !important;
  }
  .mt-sm-4 {
    margin-top: 24px !important;
  }
  .mr-sm-4 {
    margin-right: 24px !important;
  }
  .mb-sm-4 {
    margin-bottom: 24px !important;
  }
  .ml-sm-4 {
    margin-left: 24px !important;
  }
  .mx-sm-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .my-sm-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .m-sm-5 {
    margin: 48px 48px !important;
  }
  .mt-sm-5 {
    margin-top: 48px !important;
  }
  .mr-sm-5 {
    margin-right: 48px !important;
  }
  .mb-sm-5 {
    margin-bottom: 48px !important;
  }
  .ml-sm-5 {
    margin-left: 48px !important;
  }
  .mx-sm-5 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .my-sm-5 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .p-sm-0 {
    padding: 0 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-sm-1 {
    padding: 4px 4px !important;
  }
  .pt-sm-1 {
    padding-top: 4px !important;
  }
  .pr-sm-1 {
    padding-right: 4px !important;
  }
  .pb-sm-1 {
    padding-bottom: 4px !important;
  }
  .pl-sm-1 {
    padding-left: 4px !important;
  }
  .px-sm-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .py-sm-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .p-sm-2 {
    padding: 8px 8px !important;
  }
  .pt-sm-2 {
    padding-top: 8px !important;
  }
  .pr-sm-2 {
    padding-right: 8px !important;
  }
  .pb-sm-2 {
    padding-bottom: 8px !important;
  }
  .pl-sm-2 {
    padding-left: 8px !important;
  }
  .px-sm-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .py-sm-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .p-sm-3 {
    padding: 16px 16px !important;
  }
  .pt-sm-3 {
    padding-top: 16px !important;
  }
  .pr-sm-3 {
    padding-right: 16px !important;
  }
  .pb-sm-3 {
    padding-bottom: 16px !important;
  }
  .pl-sm-3 {
    padding-left: 16px !important;
  }
  .px-sm-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .py-sm-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .p-sm-4 {
    padding: 24px 24px !important;
  }
  .pt-sm-4 {
    padding-top: 24px !important;
  }
  .pr-sm-4 {
    padding-right: 24px !important;
  }
  .pb-sm-4 {
    padding-bottom: 24px !important;
  }
  .pl-sm-4 {
    padding-left: 24px !important;
  }
  .px-sm-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .py-sm-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .p-sm-5 {
    padding: 48px 48px !important;
  }
  .pt-sm-5 {
    padding-top: 48px !important;
  }
  .pr-sm-5 {
    padding-right: 48px !important;
  }
  .pb-sm-5 {
    padding-bottom: 48px !important;
  }
  .pl-sm-5 {
    padding-left: 48px !important;
  }
  .px-sm-5 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .py-sm-5 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 769px) {
  .m-md-0 {
    margin: 0 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-md-1 {
    margin: 4px 4px !important;
  }
  .mt-md-1 {
    margin-top: 4px !important;
  }
  .mr-md-1 {
    margin-right: 4px !important;
  }
  .mb-md-1 {
    margin-bottom: 4px !important;
  }
  .ml-md-1 {
    margin-left: 4px !important;
  }
  .mx-md-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .my-md-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .m-md-2 {
    margin: 8px 8px !important;
  }
  .mt-md-2 {
    margin-top: 8px !important;
  }
  .mr-md-2 {
    margin-right: 8px !important;
  }
  .mb-md-2 {
    margin-bottom: 8px !important;
  }
  .ml-md-2 {
    margin-left: 8px !important;
  }
  .mx-md-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .my-md-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .m-md-3 {
    margin: 16px 16px !important;
  }
  .mt-md-3 {
    margin-top: 16px !important;
  }
  .mr-md-3 {
    margin-right: 16px !important;
  }
  .mb-md-3 {
    margin-bottom: 16px !important;
  }
  .ml-md-3 {
    margin-left: 16px !important;
  }
  .mx-md-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .my-md-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .m-md-4 {
    margin: 24px 24px !important;
  }
  .mt-md-4 {
    margin-top: 24px !important;
  }
  .mr-md-4 {
    margin-right: 24px !important;
  }
  .mb-md-4 {
    margin-bottom: 24px !important;
  }
  .ml-md-4 {
    margin-left: 24px !important;
  }
  .mx-md-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .my-md-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .m-md-5 {
    margin: 48px 48px !important;
  }
  .mt-md-5 {
    margin-top: 48px !important;
  }
  .mr-md-5 {
    margin-right: 48px !important;
  }
  .mb-md-5 {
    margin-bottom: 48px !important;
  }
  .ml-md-5 {
    margin-left: 48px !important;
  }
  .mx-md-5 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .my-md-5 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .p-md-0 {
    padding: 0 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-md-1 {
    padding: 4px 4px !important;
  }
  .pt-md-1 {
    padding-top: 4px !important;
  }
  .pr-md-1 {
    padding-right: 4px !important;
  }
  .pb-md-1 {
    padding-bottom: 4px !important;
  }
  .pl-md-1 {
    padding-left: 4px !important;
  }
  .px-md-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .py-md-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .p-md-2 {
    padding: 8px 8px !important;
  }
  .pt-md-2 {
    padding-top: 8px !important;
  }
  .pr-md-2 {
    padding-right: 8px !important;
  }
  .pb-md-2 {
    padding-bottom: 8px !important;
  }
  .pl-md-2 {
    padding-left: 8px !important;
  }
  .px-md-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .py-md-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .p-md-3 {
    padding: 16px 16px !important;
  }
  .pt-md-3 {
    padding-top: 16px !important;
  }
  .pr-md-3 {
    padding-right: 16px !important;
  }
  .pb-md-3 {
    padding-bottom: 16px !important;
  }
  .pl-md-3 {
    padding-left: 16px !important;
  }
  .px-md-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .py-md-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .p-md-4 {
    padding: 24px 24px !important;
  }
  .pt-md-4 {
    padding-top: 24px !important;
  }
  .pr-md-4 {
    padding-right: 24px !important;
  }
  .pb-md-4 {
    padding-bottom: 24px !important;
  }
  .pl-md-4 {
    padding-left: 24px !important;
  }
  .px-md-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .py-md-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .p-md-5 {
    padding: 48px 48px !important;
  }
  .pt-md-5 {
    padding-top: 48px !important;
  }
  .pr-md-5 {
    padding-right: 48px !important;
  }
  .pb-md-5 {
    padding-bottom: 48px !important;
  }
  .pl-md-5 {
    padding-left: 48px !important;
  }
  .px-md-5 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .py-md-5 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-lg-1 {
    margin: 4px 4px !important;
  }
  .mt-lg-1 {
    margin-top: 4px !important;
  }
  .mr-lg-1 {
    margin-right: 4px !important;
  }
  .mb-lg-1 {
    margin-bottom: 4px !important;
  }
  .ml-lg-1 {
    margin-left: 4px !important;
  }
  .mx-lg-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .my-lg-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .m-lg-2 {
    margin: 8px 8px !important;
  }
  .mt-lg-2 {
    margin-top: 8px !important;
  }
  .mr-lg-2 {
    margin-right: 8px !important;
  }
  .mb-lg-2 {
    margin-bottom: 8px !important;
  }
  .ml-lg-2 {
    margin-left: 8px !important;
  }
  .mx-lg-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .my-lg-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .m-lg-3 {
    margin: 16px 16px !important;
  }
  .mt-lg-3 {
    margin-top: 16px !important;
  }
  .mr-lg-3 {
    margin-right: 16px !important;
  }
  .mb-lg-3 {
    margin-bottom: 16px !important;
  }
  .ml-lg-3 {
    margin-left: 16px !important;
  }
  .mx-lg-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .my-lg-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .m-lg-4 {
    margin: 24px 24px !important;
  }
  .mt-lg-4 {
    margin-top: 24px !important;
  }
  .mr-lg-4 {
    margin-right: 24px !important;
  }
  .mb-lg-4 {
    margin-bottom: 24px !important;
  }
  .ml-lg-4 {
    margin-left: 24px !important;
  }
  .mx-lg-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .my-lg-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .m-lg-5 {
    margin: 48px 48px !important;
  }
  .mt-lg-5 {
    margin-top: 48px !important;
  }
  .mr-lg-5 {
    margin-right: 48px !important;
  }
  .mb-lg-5 {
    margin-bottom: 48px !important;
  }
  .ml-lg-5 {
    margin-left: 48px !important;
  }
  .mx-lg-5 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .my-lg-5 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .p-lg-0 {
    padding: 0 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-lg-1 {
    padding: 4px 4px !important;
  }
  .pt-lg-1 {
    padding-top: 4px !important;
  }
  .pr-lg-1 {
    padding-right: 4px !important;
  }
  .pb-lg-1 {
    padding-bottom: 4px !important;
  }
  .pl-lg-1 {
    padding-left: 4px !important;
  }
  .px-lg-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .py-lg-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .p-lg-2 {
    padding: 8px 8px !important;
  }
  .pt-lg-2 {
    padding-top: 8px !important;
  }
  .pr-lg-2 {
    padding-right: 8px !important;
  }
  .pb-lg-2 {
    padding-bottom: 8px !important;
  }
  .pl-lg-2 {
    padding-left: 8px !important;
  }
  .px-lg-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .py-lg-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .p-lg-3 {
    padding: 16px 16px !important;
  }
  .pt-lg-3 {
    padding-top: 16px !important;
  }
  .pr-lg-3 {
    padding-right: 16px !important;
  }
  .pb-lg-3 {
    padding-bottom: 16px !important;
  }
  .pl-lg-3 {
    padding-left: 16px !important;
  }
  .px-lg-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .py-lg-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .p-lg-4 {
    padding: 24px 24px !important;
  }
  .pt-lg-4 {
    padding-top: 24px !important;
  }
  .pr-lg-4 {
    padding-right: 24px !important;
  }
  .pb-lg-4 {
    padding-bottom: 24px !important;
  }
  .pl-lg-4 {
    padding-left: 24px !important;
  }
  .px-lg-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .py-lg-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .p-lg-5 {
    padding: 48px 48px !important;
  }
  .pt-lg-5 {
    padding-top: 48px !important;
  }
  .pr-lg-5 {
    padding-right: 48px !important;
  }
  .pb-lg-5 {
    padding-bottom: 48px !important;
  }
  .pl-lg-5 {
    padding-left: 48px !important;
  }
  .px-lg-5 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .py-lg-5 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 1281px) {
  .m-ml-0 {
    margin: 0 0 !important;
  }
  .mt-ml-0 {
    margin-top: 0 !important;
  }
  .mr-ml-0 {
    margin-right: 0 !important;
  }
  .mb-ml-0 {
    margin-bottom: 0 !important;
  }
  .ml-ml-0 {
    margin-left: 0 !important;
  }
  .mx-ml-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-ml-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-ml-1 {
    margin: 4px 4px !important;
  }
  .mt-ml-1 {
    margin-top: 4px !important;
  }
  .mr-ml-1 {
    margin-right: 4px !important;
  }
  .mb-ml-1 {
    margin-bottom: 4px !important;
  }
  .ml-ml-1 {
    margin-left: 4px !important;
  }
  .mx-ml-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .my-ml-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .m-ml-2 {
    margin: 8px 8px !important;
  }
  .mt-ml-2 {
    margin-top: 8px !important;
  }
  .mr-ml-2 {
    margin-right: 8px !important;
  }
  .mb-ml-2 {
    margin-bottom: 8px !important;
  }
  .ml-ml-2 {
    margin-left: 8px !important;
  }
  .mx-ml-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .my-ml-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .m-ml-3 {
    margin: 16px 16px !important;
  }
  .mt-ml-3 {
    margin-top: 16px !important;
  }
  .mr-ml-3 {
    margin-right: 16px !important;
  }
  .mb-ml-3 {
    margin-bottom: 16px !important;
  }
  .ml-ml-3 {
    margin-left: 16px !important;
  }
  .mx-ml-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .my-ml-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .m-ml-4 {
    margin: 24px 24px !important;
  }
  .mt-ml-4 {
    margin-top: 24px !important;
  }
  .mr-ml-4 {
    margin-right: 24px !important;
  }
  .mb-ml-4 {
    margin-bottom: 24px !important;
  }
  .ml-ml-4 {
    margin-left: 24px !important;
  }
  .mx-ml-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .my-ml-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .m-ml-5 {
    margin: 48px 48px !important;
  }
  .mt-ml-5 {
    margin-top: 48px !important;
  }
  .mr-ml-5 {
    margin-right: 48px !important;
  }
  .mb-ml-5 {
    margin-bottom: 48px !important;
  }
  .ml-ml-5 {
    margin-left: 48px !important;
  }
  .mx-ml-5 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .my-ml-5 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .p-ml-0 {
    padding: 0 0 !important;
  }
  .pt-ml-0 {
    padding-top: 0 !important;
  }
  .pr-ml-0 {
    padding-right: 0 !important;
  }
  .pb-ml-0 {
    padding-bottom: 0 !important;
  }
  .pl-ml-0 {
    padding-left: 0 !important;
  }
  .px-ml-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-ml-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-ml-1 {
    padding: 4px 4px !important;
  }
  .pt-ml-1 {
    padding-top: 4px !important;
  }
  .pr-ml-1 {
    padding-right: 4px !important;
  }
  .pb-ml-1 {
    padding-bottom: 4px !important;
  }
  .pl-ml-1 {
    padding-left: 4px !important;
  }
  .px-ml-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .py-ml-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .p-ml-2 {
    padding: 8px 8px !important;
  }
  .pt-ml-2 {
    padding-top: 8px !important;
  }
  .pr-ml-2 {
    padding-right: 8px !important;
  }
  .pb-ml-2 {
    padding-bottom: 8px !important;
  }
  .pl-ml-2 {
    padding-left: 8px !important;
  }
  .px-ml-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .py-ml-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .p-ml-3 {
    padding: 16px 16px !important;
  }
  .pt-ml-3 {
    padding-top: 16px !important;
  }
  .pr-ml-3 {
    padding-right: 16px !important;
  }
  .pb-ml-3 {
    padding-bottom: 16px !important;
  }
  .pl-ml-3 {
    padding-left: 16px !important;
  }
  .px-ml-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .py-ml-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .p-ml-4 {
    padding: 24px 24px !important;
  }
  .pt-ml-4 {
    padding-top: 24px !important;
  }
  .pr-ml-4 {
    padding-right: 24px !important;
  }
  .pb-ml-4 {
    padding-bottom: 24px !important;
  }
  .pl-ml-4 {
    padding-left: 24px !important;
  }
  .px-ml-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .py-ml-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .p-ml-5 {
    padding: 48px 48px !important;
  }
  .pt-ml-5 {
    padding-top: 48px !important;
  }
  .pr-ml-5 {
    padding-right: 48px !important;
  }
  .pb-ml-5 {
    padding-bottom: 48px !important;
  }
  .pl-ml-5 {
    padding-left: 48px !important;
  }
  .px-ml-5 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .py-ml-5 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .m-ml-auto {
    margin: auto !important;
  }
  .mt-ml-auto {
    margin-top: auto !important;
  }
  .mr-ml-auto {
    margin-right: auto !important;
  }
  .mb-ml-auto {
    margin-bottom: auto !important;
  }
  .ml-ml-auto {
    margin-left: auto !important;
  }
  .mx-ml-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-ml-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 1400px) {
  .m-xl-0 {
    margin: 0 0 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-xl-1 {
    margin: 4px 4px !important;
  }
  .mt-xl-1 {
    margin-top: 4px !important;
  }
  .mr-xl-1 {
    margin-right: 4px !important;
  }
  .mb-xl-1 {
    margin-bottom: 4px !important;
  }
  .ml-xl-1 {
    margin-left: 4px !important;
  }
  .mx-xl-1 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
  .my-xl-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .m-xl-2 {
    margin: 8px 8px !important;
  }
  .mt-xl-2 {
    margin-top: 8px !important;
  }
  .mr-xl-2 {
    margin-right: 8px !important;
  }
  .mb-xl-2 {
    margin-bottom: 8px !important;
  }
  .ml-xl-2 {
    margin-left: 8px !important;
  }
  .mx-xl-2 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
  .my-xl-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .m-xl-3 {
    margin: 16px 16px !important;
  }
  .mt-xl-3 {
    margin-top: 16px !important;
  }
  .mr-xl-3 {
    margin-right: 16px !important;
  }
  .mb-xl-3 {
    margin-bottom: 16px !important;
  }
  .ml-xl-3 {
    margin-left: 16px !important;
  }
  .mx-xl-3 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
  .my-xl-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .m-xl-4 {
    margin: 24px 24px !important;
  }
  .mt-xl-4 {
    margin-top: 24px !important;
  }
  .mr-xl-4 {
    margin-right: 24px !important;
  }
  .mb-xl-4 {
    margin-bottom: 24px !important;
  }
  .ml-xl-4 {
    margin-left: 24px !important;
  }
  .mx-xl-4 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .my-xl-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .m-xl-5 {
    margin: 48px 48px !important;
  }
  .mt-xl-5 {
    margin-top: 48px !important;
  }
  .mr-xl-5 {
    margin-right: 48px !important;
  }
  .mb-xl-5 {
    margin-bottom: 48px !important;
  }
  .ml-xl-5 {
    margin-left: 48px !important;
  }
  .mx-xl-5 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
  .my-xl-5 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .p-xl-0 {
    padding: 0 0 !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-xl-1 {
    padding: 4px 4px !important;
  }
  .pt-xl-1 {
    padding-top: 4px !important;
  }
  .pr-xl-1 {
    padding-right: 4px !important;
  }
  .pb-xl-1 {
    padding-bottom: 4px !important;
  }
  .pl-xl-1 {
    padding-left: 4px !important;
  }
  .px-xl-1 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
  .py-xl-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .p-xl-2 {
    padding: 8px 8px !important;
  }
  .pt-xl-2 {
    padding-top: 8px !important;
  }
  .pr-xl-2 {
    padding-right: 8px !important;
  }
  .pb-xl-2 {
    padding-bottom: 8px !important;
  }
  .pl-xl-2 {
    padding-left: 8px !important;
  }
  .px-xl-2 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .py-xl-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .p-xl-3 {
    padding: 16px 16px !important;
  }
  .pt-xl-3 {
    padding-top: 16px !important;
  }
  .pr-xl-3 {
    padding-right: 16px !important;
  }
  .pb-xl-3 {
    padding-bottom: 16px !important;
  }
  .pl-xl-3 {
    padding-left: 16px !important;
  }
  .px-xl-3 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
  .py-xl-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .p-xl-4 {
    padding: 24px 24px !important;
  }
  .pt-xl-4 {
    padding-top: 24px !important;
  }
  .pr-xl-4 {
    padding-right: 24px !important;
  }
  .pb-xl-4 {
    padding-bottom: 24px !important;
  }
  .pl-xl-4 {
    padding-left: 24px !important;
  }
  .px-xl-4 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .py-xl-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .p-xl-5 {
    padding: 48px 48px !important;
  }
  .pt-xl-5 {
    padding-top: 48px !important;
  }
  .pr-xl-5 {
    padding-right: 48px !important;
  }
  .pb-xl-5 {
    padding-bottom: 48px !important;
  }
  .pl-xl-5 {
    padding-left: 48px !important;
  }
  .px-xl-5 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
  .py-xl-5 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

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

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 481px) {
  .text-xs-left {
    text-align: left !important;
  }
  .text-xs-right {
    text-align: right !important;
  }
  .text-xs-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: 769px) {
  .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: 1281px) {
  .text-ml-left {
    text-align: left !important;
  }
  .text-ml-right {
    text-align: right !important;
  }
  .text-ml-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .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-normal {
  font-weight: normal;
}

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

.font-italic {
  font-style: italic;
}

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

.text-muted {
  color: #464a4c !important;
}

a.text-muted:focus,
a.text-muted:hover {
  color: #2e3031 !important;
}

.text-primary {
  color: #00bfb3 !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #008c83 !important;
}

.text-success {
  color: #4cbb6c !important;
}

a.text-success:focus,
a.text-success:hover {
  color: #3a9a56 !important;
}

.text-info {
  color: #5bc0de !important;
}

a.text-info:focus,
a.text-info:hover {
  color: #31b0d5 !important;
}

.text-warning {
  color: #ff9a52 !important;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #ff7c1f !important;
}

.text-danger {
  color: #ff4c4c !important;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #ff1919 !important;
}

.text-gray-dark {
  color: #878787 !important;
}

a.text-gray-dark:focus,
a.text-gray-dark:hover {
  color: #6e6e6e !important;
}

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

.invisible {
  visibility: hidden !important;
}

.hidden-xxs-up {
  display: none !important;
}

@media (max-width: 480.98px) {
  .hidden-xxs-down {
    display: none !important;
  }
}

@media (min-width: 481px) {
  .hidden-xs-up {
    display: none !important;
  }
}

@media (max-width: 575.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 768.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1280.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1281px) {
  .hidden-ml-up {
    display: none !important;
  }
}

@media (max-width: 1399.98px) {
  .hidden-ml-down {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.pull-right {
  float: right;
}

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

.row-cols-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

@media (min-width: 576px) {
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}

@media (min-width: 769px) {
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}

@media (min-width: 992px) {
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}

@media (min-width: 1400px) {
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}

@media (min-width: 1281px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1280.98px) {
  .container {
    width: auto;
  }
}

@media (max-width: 575.98px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.nav.nav-tabs {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0;
  border: none;
  margin: 34px 0 65px;
}
.nav.nav-tabs .nav-item {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.nav.nav-tabs .nav-item .nav-link {
  border: none;
  display: block;
  padding: 0.3em 0.85em;
  background-color: transparent;
  font-size: 14px;
  font-family: "Futurademic", sans-serif;
  font-weight: 600;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  border-radius: 0;
  color: inherit;
  position: relative;
}
.nav.nav-tabs .nav-item .nav-link:hover,
.nav.nav-tabs .nav-item .nav-link.active {
  background: none;
  color: #000000;
}

.nav.nav-inline {
  margin-bottom: 20px;
}
.nav.nav-inline .nav-item {
  margin-right: 5px;
}
.nav.nav-inline .nav-link {
  border: 2px solid #e5e5e5;
  text-transform: uppercase;
  padding: 0.4em 1em;
  font-size: 13px;
  border-radius: 4px;
}
.nav.nav-inline .nav-link.active,
.nav.nav-inline .nav-link:hover {
  background: #00bfb3;
  border-color: #00bfb3;
  color: #ffffff;
}

.nav.nav-tabs_alternative {
  margin-bottom: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1500px;
}
.nav.nav-tabs_alternative .nav-item {
  color: #2f2f2f;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  vertical-align: top;
  margin: 0;
  padding: 0 4px 4px 0;
}
.nav.nav-tabs_alternative .nav-item .nav-link {
  background-color: #efefef;
  border: 1px solid transparent;
  display: block;
  padding: 1.3em 2em;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: none;
  height: 100%;
}
.nav.nav-tabs_alternative .nav-item .nav-link.active,
.nav.nav-tabs_alternative .nav-item .nav-link:hover {
  color: inherit;
  background-color: #e0e0e0;
}

.tab-content > .tab-pane {
  display: block;
  height: 0;
  opacity: 0 !important;
  visibility: hidden;
  overflow: hidden;
}
.tab-content > .tab-pane.active {
  opacity: 1 !important;
  height: auto;
  visibility: visible;
}

/*Home tabs*/
@media (min-width: 576px) {
  .nav.nav-tabs .nav-item .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav.nav-tabs .nav-item .nav-link:before {
    content: "";
    width: 40px;
    display: inline-block;
    border-top: 1px solid;
    vertical-align: middle;
    margin-right: 25px;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  .nav.nav-tabs .nav-item .nav-link.active:before {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  .nav.nav-tabs .nav-item:last-child .nav-link:after {
    color: #2f2f2f;
    content: "";
    width: 40px;
    display: inline-block;
    border-top: 1px solid;
    vertical-align: middle;
    margin-left: 25px;
  }
}

@media (min-width: 1400px) {
  .nav.nav-tabs_alternative .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
  .nav.nav-tabs_alternative .nav-item .nav-link {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .nav.nav-tabs .nav-item .nav-link {
    font-size: 13px;
    padding: 0.3em 0.5em;
  }
  .nav.nav-tabs .nav-item .nav-link:before {
    width: 30px;
    margin-right: 15px;
  }
  .nav.nav-tabs .nav-item:last-child .nav-link:after {
    width: 30px;
    margin-left: 15px;
  }
}

@media (min-width: 576px) and (max-width: 768.98px) {
  .nav.nav-tabs .nav-item .nav-link {
    font-size: 12px;
  }
  .nav.nav-tabs .nav-item .nav-link:before {
    width: 22px;
  }
  .nav.nav-tabs .nav-item:last-child .nav-link:after {
    width: 22px;
  }
}

@media (max-width: 991.98px) {
  .nav.nav-tabs_alternative .nav-item .nav-link {
    font-size: 15px;
  }
}

@media (max-width: 768.98px) {
  .nav.nav-tabs_alternative .nav-item .nav-link {
    font-size: 12px;
  }
}

@media (max-width: 575.98px) {
  .nav.nav-tabs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 30px 0 40px;
  }
  .nav.nav-tabs .nav-item {
    width: 100%;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 50%;
  }
  .nav.nav-tabs .nav-item .nav-link {
    font-size: 12px;
    color: #000000;
    padding: 6px 5px;
    text-align: center;
    white-space: nowrap;
  }
  .nav.nav-tabs .nav-item .nav-link.active {
    background: #00bfb3;
    color: #ffffff;
  }
  .nav.nav-tabs_alternative {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav.nav-tabs_alternative .nav-item {
    display: block;
  }
  .nav.nav-tabs_alternative .nav-item .nav-link {
    font-size: 14px;
    border-radius: 0;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
  }
  .nav.nav-inline .nav-link {
    font-size: 12px;
  }
}

.drow-down-wrapper {
  position: relative;
  display: inline-block;
}

.dropdown .expand-more {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dropdown .active {
  max-height: 200px;
  overflow-y: hidden;
  visibility: visible;
}

.dropdown select {
  -moz-appearance: none;
  border: 0 none;
  outline: 0 none;
  color: #414141;
  background: white;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background: none;
  text-decoration: none;
  color: #00bfb3;
}

.dropdown-menu {
  background: rgba(255, 255, 255, 0.95);
  -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: #6a6a6a;
  border-radius: 0;
  border: 1px solid #e5e5e5;
  display: block !important;
  min-width: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, -40px);
  transform: translate(0, -40px);
  -webkit-transition: visibility 0.25s, opacity 0.25s, -webkit-transform 0.25s;
  transition: visibility 0.25s, opacity 0.25s, -webkit-transform 0.25s;
  transition: visibility 0.25s, opacity 0.25s, transform 0.25s;
  transition: visibility 0.25s, opacity 0.25s, transform 0.25s,
    -webkit-transform 0.25s;
  padding: 0;
  white-space: nowrap;
  max-width: 240px;
  min-width: 100%;
  font-size: 14px;
}
.dropdown-menu > li {
  cursor: pointer;
}
.dropdown-menu > a,
.dropdown-menu li > a {
  color: inherit;
  display: block;
  padding: 8px 15px;
  font-size: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown-menu > a:hover,
.dropdown-menu li > a:hover {
  background: #00bfb3;
  color: #ffffff;
}

.show > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, -1px);
  transform: translate(0, -1px);
}

.popover {
  font-family: inherit;
}

.alert {
  display: block;
  border-radius: 0;
}

.card {
  background: none;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}

.card-block {
  background-color: #ffffff;
  padding: 1.32rem 1.25rem;
}

.table thead th {
  background-color: #f0f0f0;
  border-bottom: none;
}

.table tr:nth-child(even) {
  background-color: #f4f4f4;
}

.embed-responsive iframe,
.embed-responsive video {
  background-color: #000000;
}

@font-face {
  font-family: "Roboto";
  src: local("Roboto Regular"), local("Roboto-Regular"),
    url(../css/c065bd9fa03a7a797d95.woff2) format("woff2"),
    url(../css/770a8fca674a3550e241.woff) format("woff"),
    url(../css/10952ea0fbd7cb93977f.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: local("Roboto RegularItalic"), local("Roboto-RegularItalic"),
    url(../css/3a0ee5b0beec8d0ead13.woff2) format("woff2"),
    url(../css/33d48155cd9f38c64e71.woff) format("woff"),
    url(../css/a31da6a86d5a9b484feb.ttf) format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: local("Roboto Light"), local("Roboto-Light"),
    url(../css/3b9222bb69292e15261d.woff2) format("woff2"),
    url(../css/8dc942c71385e7509b87.woff) format("woff"),
    url(../css/c248e1508ed79ef03adf.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: local("Roboto Thin"), local("Roboto-Thin"),
    url(../css/e11b2308d1ace9c25083.woff2) format("woff2"),
    url(../css/9b3e35eb0a402cc52306.woff) format("woff"),
    url(../css/253ce05ee63d40ee6196.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: local("Roboto Medium"), local("Roboto-Medium"),
    url(../css/b92cc2170a4d5438fd3d.woff2) format("woff2"),
    url(../css/eb797abfa6a5cca2463e.woff) format("woff"),
    url(../css/ad148b1c1dd7fb964d14.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: local("Roboto Bold"), local("Roboto-Bold"),
    url(../css/3b52bc86749058f144de.woff2) format("woff2"),
    url(../css/8bd7856b64b4313341eb.woff) format("woff"),
    url(../css/69c061b7c23590e75a88.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Material Icons"), local("MaterialIcons-Regular"),
    url(../css/12a47ed5fd5585f0f422.woff2) format("woff2"),
    url(../css/f2a0933406f783065152.woff) format("woff"),
    url(../css/00b1fb69fb78ff50fd55.ttf) format("truetype");
}

@font-face {
  font-family: "fontello";
  src: url(../css/e23b4a1de83e7af35b6b.woff2) format("woff2"),
    url(../css/b7c053c6094a4654be34.woff) format("woff"),
    url(../css/c4ad0ace2270db3134f3.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

[class^="font-"]:before,
[class*=" font-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
}

.font-gplus:before {
  content: "\e800";
}

/* '' */
.font-maestro:before {
  content: "\e801";
}

/* '' */
.font-mastercard:before {
  content: "\e802";
}

/* '' */
.font-paypal:before {
  content: "\e803";
}

/* '' */
.font-payu:before {
  content: "\e804";
}

/* '' */
.font-stripe:before {
  content: "\e805";
}

/* '' */
.font-discover:before {
  content: "\e806";
}

/* '' */
.font-american-express:before {
  content: "\e807";
}

/* '' */
.font-amazon:before {
  content: "\e808";
}

/* '' */
.font-cash-delivery:before {
  content: "\e809";
}

/* '' */
.font-visa:before {
  content: "\e80a";
}

/* '' */
.font-arrow-left:before {
  content: "\e80b";
}

/* '' */
.font-arrow-right:before {
  content: "\e80c";
}

/* '' */
.font-down-open-big:before {
  content: "\e80d";
}

/* '' */
.font-star:before {
  content: "\e80e";
}

/* '' */
.font-cross:before {
  content: "\e80f";
}

/* '' */
.font-circle:before {
  content: "\e810";
}

/* '' */
.font-rss:before {
  content: "\e811";
}

/* '' */
.font-vimeo:before {
  content: "\e812";
}

/* '' */
.font-user:before {
  content: "\e813";
}

/* '' */
.font-facebook:before {
  content: "\e814";
}

/* '' */
.font-instagram:before {
  content: "\e815";
}

/* '' */
.font-pinterest:before {
  content: "\e816";
}

/* '' */
.font-twitter:before {
  content: "\e817";
}

/* '' */
.font-youtube:before {
  content: "\e818";
}

/* '' */
.font-calendar:before {
  content: "\e819";
}

/* '' */
.font-eye-1:before {
  content: "\e81a";
}

/* '' */
.font-pen:before {
  content: "\e81b";
}

/* '' */
.font-like:before {
  content: "\e827";
}

/* '' */
.font-mail:before {
  content: "\e828";
}

/* '' */
.font-map:before {
  content: "\e829";
}

/* '' */
.font-more:before {
  content: "\e82a";
}

/* '' */
.font-phone:before {
  content: "\e82b";
}

/* '' */
.font-search:before {
  content: "\e82c";
}

/* '' */
.font-send:before {
  content: "\e82d";
}

/* '' */
.font-arrow-left-1:before {
  content: "\e82e";
}

/* '' */
.font-arrow-right-1:before {
  content: "\e82f";
}

/* '' */
.font-cart:before {
  content: "\e830";
}

/* '' */
.font-comment:before {
  content: "\e831";
}

/* '' */
.font-eye:before {
  content: "\e832";
}

/* '' */
.font-heart:before {
  content: "\e833";
}

/* '' */
.font-call:before {
  content: "\e835";
}

/* '' */
.font-bank:before {
  content: "\f19c";
}

/* '' */
.font-credit-card-alt:before {
  content: "\f283";
}

/* '' */
.font-tiktok:before {
  content: "\e81c";
}

/* '' */
.font-discord:before {
  content: "\e81d";
}

/* '' */
html {
  font-size: 62.5%;
}

body,
html {
  height: 100%;
}

img[src=""] {
  font-size: 0;
  background-image: url(data:image/jpeg;base64,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AAABOEJJTQP4AAAAAABwAAD/////////////////////////////A+gAAAAA/////////////////////////////wPoAAAAAP////////////////////////////8D6AAAAAD/////////////////////////////A+gAADhCSU0EAAAAAAAAAgACOEJJTQQCAAAAAAAGAAAAAAAAOEJJTQQwAAAAAAADAQEBADhCSU0ELQAAAAAABgABAAAAAzhCSU0ECAAAAAAAEAAAAAEAAAJAAAACQAAAAAA4QklNBB4AAAAAAAQAAAAAOEJJTQQaAAAAAANLAAAABgAAAAAAAAAAAAACQAAAAkAAAAALBBEENQQ3ACAEOAQ8BDUEPQQ4AC0AMgAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAACQAAAAkAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAQAAAAAAAG51bGwAAAACAAAABmJvdW5kc09iamMAAAABAAAAAAAAUmN0MQAAAAQAAAAAVG9wIGxvbmcAAAAAAAAAAExlZnRsb25nAAAAAAAAAABCdG9tbG9uZwAAAkAAAAAAUmdodGxvbmcAAAJAAAAABnNsaWNlc1ZsTHMAAAABT2JqYwAAAAEAAAAAAAVzbGljZQAAABIAAAAHc2xpY2VJRGxvbmcAAAAAAAAAB2dyb3VwSURsb25nAAAAAAAAAAZvcmlnaW5lbnVtAAAADEVTbGljZU9yaWdpbgAAAA1hdXRvR2VuZXJhdGVkAAAAAFR5cGVlbnVtAAAACkVTbGljZVR5cGUAAAAASW1nIAAAAAZib3VuZHNPYmpjAAAAAQAAAAAAAFJjdDEAAAAEAAAAAFRvcCBsb25nAAAAAAAAAABMZWZ0bG9uZwAAAAAAAAAAQnRvbWxvbmcAAAJAAAAAAFJnaHRsb25nAAACQAAAAAN1cmxURVhUAAAAAQAAAAAAAG51bGxURVhUAAAAAQAAAAAAAE1zZ2VURVhUAAAAAQAAAAAABmFsdFRhZ1RFWFQAAAABAAAAAAAOY2VsbFRleHRJc0hUTUxib29sAQAAAAhjZWxsVGV4dFRFWFQAAAABAAAAAAAJaG9yekFsaWduZW51bQAAAA9FU2xpY2VIb3J6QWxpZ24AAAAH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PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMwMTQgNzkuMTU2Nzk3LCAyMDE0LzA4LzIwLTA5OjUzOjAyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDE4LTEyLTIwVDE0OjEzOjQ4KzAyOjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDE4LTEyLTIwVDE0OjEzOjQ4KzAyOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxOC0xMi0yMFQxNDoxMzo0OCswMjowMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2ZDliYjAxMS00M2RjLTlhNGYtYTliOC04NTc4YzlkOTk5MjAiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpiNDg3ZjRiYy0wNDUwLTExZTktOWRkMy05OGYyNmYxYTdjNDAiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1MGYzNjA0Mi00MjI3LTQzNDgtOTdmMS0xMjAwM2E5MjkwOGYiIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgZGM6Zm9ybWF0PSJpbWFnZS9qcGVnIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo1MGYzNjA0Mi00MjI3LTQzNDgtOTdmMS0xMjAwM2E5MjkwOGYiIHN0RXZ0OndoZW49IjIwMTgtMTItMjBUMTQ6MTM6NDgrMDI6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0IChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NmQ5YmIwMTEtNDNkYy05YTRmLWE5YjgtODU3OGM5ZDk5OTIwIiBzdEV2dDp3aGVuPSIyMDE4LTEyLTIwVDE0OjEzOjQ4KzAyOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDxwaG90b3Nob3A6VGV4dExheWVycz4gPHJkZjpCYWc+IDxyZGY6bGkgcGhvdG9zaG9wOkxheWVyTmFtZT0iTk8gSU1BR0UiIHBob3Rvc2hvcDpMYXllclRleHQ9Ik5PIElNQUdFIi8+IDwvcmRmOkJhZz4gPC9waG90b3Nob3A6VGV4dExheWVycz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPD94cGFja2V0IGVuZD0idyI/Pv/iDFhJQ0NfUFJPRklMRQABAQAADEhMaW5vAhAAAG1udHJSR0IgWFlaIAfOAAIACQAGADEAAGFjc3BNU0ZUAAAAAElFQyBzUkdCAAAAAAAAAAAAAAAAAAD21gABAAAAANMtSFAgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEWNwcnQAAAFQAAAAM2Rlc2MAAAGEAAAAbHd0cHQAAAHwAAAAFGJrcHQAAAIEAAAAFHJYWVoAAAIYAAAAFGdYWVoAAAIsAAAAFGJYWVoAAAJAAAAAFGRtbmQAAAJUAAAAcGRtZGQAAALEAAAAiHZ1ZWQAAANMAAAAhnZpZXcAAAPUAAAAJGx1bWkAAAP4AAAAFG1lYXMAAAQMAAAAJHRlY2gAAAQwAAAADHJUUkMAAAQ8AAAIDGdUUkMAAAQ8AAAIDGJUUkMAAAQ8AAAIDHRleHQAAAAAQ29weXJpZ2h0IChjKSAxOTk4IEhld2xldHQtUGFja2FyZCBDb21wYW55AABkZXNjAAAAAAAAABJzUkdCIElFQzYxOTY2LTIuMQAAAAAAAAAAAAAAEnNSR0IgSUVDNjE5NjYtMi4xAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYWVogAAAAAAAA81EAAQAAAAEWzFhZWiAAAAAAAAAAAAAAAAAAAAAAWFlaIAAAAAAAAG+iAAA49QAAA5BYWVogAAAAAAAAYpkAALeFAAAY2lhZWiAAAAAAAAAkoAAAD4QAALbPZGVzYwAAAAAAAAAWSUVDIGh0dHA6Ly93d3cuaWVjLmNoAAAAAAAAAAAAAAAWSUVDIGh0dHA6Ly93d3cuaWVjLmNoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGRlc2MAAAAAAAAALklFQyA2MTk2Ni0yLjEgRGVmYXVsdCBSR0IgY29sb3VyIHNwYWNlIC0gc1JHQgAAAAAAAAAAAAAALklFQyA2MTk2Ni0yLjEgRGVmYXVsdCBSR0IgY29sb3VyIHNwYWNlIC0gc1JHQgAAAAAAAAAAAAAAAAAAAAAAAAAAAABkZXNjAAAAAAAAACxSZWZlcmVuY2UgVmlld2luZyBDb25kaXRpb24gaW4gSUVDNjE5NjYtMi4xAAAAAAAAAAAAAAAsUmVmZXJlbmNlIFZpZXdpbmcgQ29uZGl0aW9uIGluIElFQzYxOTY2LTIuMQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdmlldwAAAAAAE6T+ABRfLgAQzxQAA+3MAAQTCwADXJ4AAAABWFlaIAAAAAAATAlWAFAAAABXH+dtZWFzAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAACjwAAAAJzaWcgAAAAAENSVCBjdXJ2AAAAAAAABAAAAAAFAAoADwAUABkAHgAjACgALQAyADcAOwBAAEUASgBPAFQAWQBeAGMAaABtAHIAdwB8AIEAhgCLAJAAlQCaAJ8ApACpAK4AsgC3ALwAwQDGAMsA0ADVANsA4ADlAOsA8AD2APsBAQEHAQ0BEwEZAR8BJQErATIBOAE+AUUBTAFSAVkBYAFnAW4BdQF8AYMBiwGSAZoBoQGpAbEBuQHBAckB0QHZAeEB6QHyAfoCAwIMAhQCHQImAi8COAJBAksCVAJdAmcCcQJ6AoQCjgKYAqICrAK2AsECywLVAuAC6wL1AwADCwMWAyEDLQM4A0MDTwNaA2YDcgN+A4oDlgOiA64DugPHA9MD4APsA/kEBgQTBCAELQQ7BEgEVQRjBHEEfgSMBJoEqAS2BMQE0wThBPAE/gUNBRwFKwU6BUkFWAVnBXcFhgWWBaYFtQXFBdUF5QX2BgYGFgYnBjcGSAZZBmoGewaMBp0GrwbABtEG4wb1BwcHGQcrBz0HTwdhB3QHhgeZB6wHvwfSB+UH+AgLCB8IMghGCFoIbgiCCJYIqgi+CNII5wj7CRAJJQk6CU8JZAl5CY8JpAm6Cc8J5Qn7ChEKJwo9ClQKagqBCpgKrgrFCtwK8wsLCyILOQtRC2kLgAuYC7ALyAvhC/kMEgwqDEMMXAx1DI4MpwzADNkM8w0NDSYNQA1aDXQNjg2pDcMN3g34DhMOLg5JDmQOfw6bDrYO0g7uDwkPJQ9BD14Peg+WD7MPzw/sEAkQJhBDEGEQfhCbELkQ1xD1ERMRMRFPEW0RjBGqEckR6BIHEiYSRRJkEoQSoxLDEuMTAxMjE0MTYxODE6QTxRPlFAYUJxRJFGoUixStFM4U8BUSFTQVVhV4FZsVvRXgFgMWJhZJFmwWjxayFtYW+hcdF0EXZReJF64X0hf3GBsYQBhlGIoYrxjVGPoZIBlFGWsZkRm3Gd0aBBoqGlEadxqeGsUa7BsUGzsbYxuKG7Ib2hwCHCocUhx7HKMczBz1HR4dRx1wHZkdwx3sHhYeQB5qHpQevh7pHxMfPh9pH5Qfvx/qIBUgQSBsIJggxCDwIRwhSCF1IaEhziH7IiciVSKCIq8i3SMKIzgjZiOUI8Ij8CQfJE0kfCSrJNolCSU4JWgllyXHJfcmJyZXJocmtyboJxgnSSd6J6sn3CgNKD8ocSiiKNQpBik4KWspnSnQKgIqNSpoKpsqzysCKzYraSudK9EsBSw5LG4soizXLQwtQS12Last4S4WLkwugi63Lu4vJC9aL5Evxy/+MDUwbDCkMNsxEjFKMYIxujHyMioyYzKbMtQzDTNGM38zuDPxNCs0ZTSeNNg1EzVNNYc1wjX9Njc2cjauNuk3JDdgN5w31zgUOFA4jDjIOQU5Qjl/Obw5+To2OnQ6sjrvOy07azuqO+g8JzxlPKQ84z0iPWE9oT3gPiA+YD6gPuA/IT9hP6I/4kAjQGRApkDnQSlBakGsQe5CMEJyQrVC90M6Q31DwEQDREdEikTORRJFVUWaRd5GIkZnRqtG8Ec1R3tHwEgFSEtIkUjXSR1JY0mpSfBKN0p9SsRLDEtTS5pL4kwqTHJMuk0CTUpNk03cTiVObk63TwBPSU+TT91QJ1BxULtRBlFQUZtR5lIxUnxSx1MTU19TqlP2VEJUj1TbVShVdVXCVg9WXFapVvdXRFeSV+BYL1h9WMtZGllpWbhaB1pWWqZa9VtFW5Vb5Vw1XIZc1l0nXXhdyV4aXmxevV8PX2Ffs2AFYFdgqmD8YU9homH1YklinGLwY0Njl2PrZEBklGTpZT1lkmXnZj1mkmboZz1nk2fpaD9olmjsaUNpmmnxakhqn2r3a09rp2v/bFdsr20IbWBtuW4SbmtuxG8eb3hv0XArcIZw4HE6cZVx8HJLcqZzAXNdc7h0FHRwdMx1KHWFdeF2Pnabdvh3VnezeBF4bnjMeSp5iXnnekZ6pXsEe2N7wnwhfIF84X1BfaF+AX5ifsJ/I3+Ef+WAR4CogQqBa4HNgjCCkoL0g1eDuoQdhICE44VHhauGDoZyhteHO4efiASIaYjOiTOJmYn+imSKyoswi5aL/IxjjMqNMY2Yjf+OZo7OjzaPnpAGkG6Q1pE/kaiSEZJ6kuOTTZO2lCCUipT0lV+VyZY0lp+XCpd1l+CYTJi4mSSZkJn8mmia1ZtCm6+cHJyJnPedZJ3SnkCerp8dn4uf+qBpoNihR6G2oiailqMGo3aj5qRWpMelOKWpphqmi6b9p26n4KhSqMSpN6mpqhyqj6sCq3Wr6axcrNCtRK24ri2uoa8Wr4uwALB1sOqxYLHWskuywrM4s660JbSctRO1irYBtnm28Ldot+C4WbjRuUq5wro7urW7LrunvCG8m70VvY++Cr6Evv+/er/1wHDA7MFnwePCX8Lbw1jD1MRRxM7FS8XIxkbGw8dBx7/IPci8yTrJuco4yrfLNsu2zDXMtc01zbXONs62zzfPuNA50LrRPNG+0j/SwdNE08bUSdTL1U7V0dZV1tjXXNfg2GTY6Nls2fHadtr724DcBdyK3RDdlt4c3qLfKd+v4DbgveFE4cziU+Lb42Pj6+Rz5PzlhOYN5pbnH+ep6DLovOlG6dDqW+rl63Dr++yG7RHtnO4o7rTvQO/M8Fjw5fFy8f/yjPMZ86f0NPTC9VD13vZt9vv3ivgZ+Kj5OPnH+lf65/t3/Af8mP0p/br+S/7c/23////uAA5BZG9iZQBkAAAAAAH/2wCEAAYEBAQFBAYFBQYJBgUGCQsIBgYICwwKCgsKCgwQDAwMDAwMEAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwBBwcHDQwNGBAQGBQODg4UFA4ODg4UEQwMDAwMEREMDAwMDAwRDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDP/AABEIAkACQAMBEQACEQEDEQH/3QAEAEj/xAGiAAAABwEBAQEBAAAAAAAAAAAEBQMCBgEABwgJCgsBAAICAwEBAQEBAAAAAAAAAAEAAgMEBQYHCAkKCxAAAgEDAwIEAgYHAwQCBgJzAQIDEQQABSESMUFRBhNhInGBFDKRoQcVsUIjwVLR4TMWYvAkcoLxJUM0U5KismNzwjVEJ5OjszYXVGR0w9LiCCaDCQoYGYSURUaktFbTVSga8uPzxNTk9GV1hZWltcXV5fVmdoaWprbG1ub2N0dXZ3eHl6e3x9fn9zhIWGh4iJiouMjY6PgpOUlZaXmJmam5ydnp+So6SlpqeoqaqrrK2ur6EQACAgECAwUFBAUGBAgDA20BAAIRAwQhEjFBBVETYSIGcYGRMqGx8BTB0eEjQhVSYnLxMyQ0Q4IWklMlomOywgdz0jXiRIMXVJMICQoYGSY2RRonZHRVN/Kjs8MoKdPj84SUpLTE1OT0ZXWFlaW1xdXl9UZWZnaGlqa2xtbm9kdXZ3eHl6e3x9fn9zhIWGh4iJiouMjY6Pg5SVlpeYmZqbnJ2en5KjpKWmp6ipqqusra6vr/2gAMAwEAAhEDEQA/APVOKuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV//9D1TirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVf//R9U4q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX//0vVOKuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV//9P1TirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVf//U9U4q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX//1fVOKuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV//9b1TirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVf//X9U4q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX//0PVOKuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV//9H1TirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVf//S9U4q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX//0/VOKuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV//9T1TirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVf//V9U4q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX//1vVOKuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV//9f1TirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVf//Q9U4q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX//0fVOKuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV//9L1TirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVf//T9U4q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX//1PVOKuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV//9X1TirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVf//W9U4q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX//1/VOKuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2Kux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rsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVf//Q9U4q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX//0fVOKuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV//9L1TirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVf//T9U4q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX//1PVOKuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV//9X1TirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVf//W9U4q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX//1/VOKuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV//9D1TirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVf//R9U4q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX//0vVOKuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV//9P1TirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVf//U9U4q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX//1fVOKuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV//9b1TirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVf//X9U4q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX//0PVOKuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV//9H1TirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVf//S9U4q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX//0/VOKuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV//9T1TirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVf//V9U4q7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FX//1vVOKuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV//9k=);
  padding-top: 100%;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  line-height: 1.4;
  font-size: 16px;
  color: #2f2f2f;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  background: #ffffff;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

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

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

hr {
  margin: 0;
  border-color: #e5e5e5;
}

ul {
  list-style: none;
  padding-left: 0;
}

a {
  color: inherit;
}

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

a:hover,
a:focus {
  color: #330f24;
}

video {
  max-width: 100%;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background: none;
}

.color,
.custom-checkbox input[type="checkbox"] + span.color {
  width: 20px;
  height: 20px;
  min-height: 20px;
  display: inline-block;
  cursor: pointer;
  background-size: contain;
  vertical-align: top;
}

.color {
  border: 1px solid transparent;
}

.color[style*="#fffff"] {
  border-color: #ddd;
}

.h1,
.h2,
.h3 {
  text-transform: uppercase;
}

.h4 {
  font-weight: 700;
}

small.label,
small.value {
  font-size: 13px;
}

.form-control-valign {
  padding-top: 8px;
}

.form-control-comment {
  font-size: 14px;
  padding-top: 8px;
  color: #878787;
  display: block;
}

.form-control-submit.disabled {
  background: #5bc0de;
  color: white;
}

.form-group.has-error .help-block {
  color: #ff4c4c;
}

.group-span-filestyle label {
  margin: 0;
}

.text-muted {
  color: inherit !important;
}

.done {
  font-size: 18px;
  display: inline-block;
  margin-right: 5px;
}

.thumb-mask > .mask {
  position: relative;
  margin: 10px 0;
}
.thumb-mask > .mask img {
  width: 55px;
}

.definition-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.definition-list dl dt {
  font-weight: normal;
}
.definition-list dl dd,
.definition-list dl dt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  background: #ebebeb;
  padding: 10px;
  margin: 2px;
}
.definition-list dl dd:nth-of-type(even),
.definition-list dl dt:nth-of-type(even) {
  background: #f6f6f6;
}

.hide {
  display: none;
}

.help-block {
  margin-top: 10px;
}

/*vertical align center*/
.table-box {
  display: table;
  height: 100%;
  width: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.no-scroll {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fade.in {
  opacity: 1;
}

.gdpr_module_17 {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 1.8;
}
.gdpr_module_17 .custom-checkbox input[type="checkbox"] + span {
  vertical-align: middle;
}

@media (max-width: 991.98px) {
  body {
    font-size: 14px;
  }
}

.overlay-layer,
.overlay-layer.-h_left-v_top,
.overlay-html .description,
.overlay-html.-h_left-v_top .description {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.overlay-layer.-h_center-v_top,
.overlay-html.-h_center-v_top .description {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.overlay-layer.-h_right-v_top,
.overlay-html.-h_right-v_top .description {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.overlay-layer.-h_left-v_middle,
.overlay-html.-h_left-v_middle .description {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.overlay-layer.-h_center-v_middle,
.overlay-html.-h_center-v_middle .description {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.overlay-layer.-h_right-v_middle,
.overlay-html.-h_right-v_middle .description {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.overlay-layer.-h_left-v_bottom,
.overlay-html.-h_left-v_bottom .description {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.overlay-layer.-h_center-v_bottom,
.overlay-html.-h_center-v_bottom .description {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.overlay-layer.-h_right-v_bottom,
.overlay-html.-h_right-v_bottom .description {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/* Custom margins*/
.-mt-sm {
  margin-top: 15px;
}

.-mt-md {
  margin-top: 30px;
}

.-mt-lg {
  margin-top: 48px;
}

.-mt-xl {
  margin-top: 90px;
}

.-mb-sm {
  margin-bottom: 15px;
}

.-mb-md {
  margin-bottom: 30px;
}

.-mb-lg {
  margin-bottom: 48px;
}

.-mb-xl {
  margin-bottom: 90px;
}

@media (max-width: 1280.98px) {
  .-mt-sm {
    margin-top: calc(9px + 0.5vw);
  }
  .-mt-md {
    margin-top: calc(14px + 1.2vw);
  }
  .-mt-lg {
    margin-top: calc(17px + 2.3vw);
  }
  .-mt-xl {
    margin-top: calc(21px + 4.5vw);
  }
  .-mb-sm {
    margin-bottom: calc(9px + 0.5vw);
  }
  .-mb-md {
    margin-bottom: calc(14px + 1.2vw);
  }
  .-mb-lg {
    margin-bottom: calc(17px + 2.3vw);
  }
  .-mb-xl {
    margin-bottom: calc(21px + 4.5vw);
  }
}

.-overlay-color .wrapper-link:before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.25);
}

.home-banners {
  margin-top: 118px;
}

.home-banner {
  font-size: 14px;
  color: inherit;
  margin-bottom: 15px;
}
.owl-item .home-banner {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.home-banner .img-banner {
  width: 100%;
}
.home-banner figure {
  margin: 0;
}
.home-banner .banner-link {
  color: inherit;
  display: block;
  position: relative;
}
.home-banner .banner-description {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
  padding: 0 0 0 2.6em;
}
.home-banner .title-one {
  line-height: 1.4;
  font-size: 2.14em;
  font-weight: 100;
  text-transform: uppercase;
  margin-bottom: 0.4em;
}
.home-banner p {
  line-height: 2;
  margin-bottom: 23px;
}
.home-banner p:last-child {
  margin-bottom: 0;
}
.home-banner .btn-box {
  font-size: 1em;
}
.home-banner .btn {
  font-size: 1em;
}

@media (min-width: 769px) and (max-width: 1399.98px) {
  .home-banner {
    font-size: 13px;
  }
}

@media (min-width: 769px) and (max-width: 1280.98px) {
  .home-banner {
    font-size: 12px;
  }
  .home-banner .banner-description {
    padding: 0 0 0 2.1em;
  }
}

@media (min-width: 769px) and (max-width: 991.98px) {
  .home-banner {
    font-size: 10px;
  }
  .home-banner p {
    font-size: 12px;
  }
}

@media (max-width: 991.98px) {
  .htmlbanners1-inner {
    margin: 0 -15px;
  }
  .home-banner {
    padding: 0;
  }
  .home-banners {
    margin-top: 50px;
  }
}

@media (max-width: 768.98px) {
  .home-banner {
    font-size: 13px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
  }
  .home-banner p {
    font-size: 13px;
  }
}

@media (max-width: 575.98px) {
  .home-banner {
    font-size: 11px;
  }
  .home-banner .banner-description {
    padding-left: 1em;
  }
  .home-banner .title-one {
    margin-bottom: 3px;
  }
  .home-banner p {
    font-size: 12px;
    margin-bottom: 10px;
    max-width: 216px;
  }
  .home-banner .btn {
    padding: 0.8em 1.7em;
  }
}

@media (max-width: 480.98px) {
  .home-banner {
    font-size: 8px;
  }
  .home-banner .title-one {
    margin-bottom: 15px;
  }
  .home-banner .title-one + p {
    display: none;
  }
  .home-banner p {
    line-height: 1.7;
    max-width: 183px;
  }
}

.payment-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.payment-logos > p {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  line-height: inherit;
}
.payment-logos ul {
  margin: 0;
}
.payment-logos li {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-left: 12px;
}
.payment-logos li span {
  display: none;
}

@media (min-width: 769px) {
  .payment-logos {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .payment-logos li {
    font-size: 17px;
    margin-left: 4px;
  }
}

@media (max-width: 575.98px) {
  .payment-logos {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 5px 0 15px;
  }
  .payment-logos ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 480.98px) {
  .payment-logos li {
    margin: 0 4px;
  }
}

.copyright p {
  margin: 0;
}

@media (max-width: 768.98px) {
  .footer-container .copyright {
    text-align: center;
    margin-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media (max-width: 575.98px) {
  .footer-container .copyright {
    margin-top: 0;
  }
}

.promo-block {
  margin-top: 110px;
}

.promo-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 14px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.promo-item p {
  line-height: 2;
}
.promo-item .banner-link {
  -webkit-box-flex: 3.3;
  -ms-flex: 3.3;
  flex: 3.3;
}
.promo-item .banner-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 8;
  -ms-flex: 8;
  flex: 8;
  padding-top: 17px;
}
.promo-item .banner-link,
.promo-item .banner-description [class*="col-"] {
  padding: 0 20px;
}
.promo-item .btn-box {
  margin-top: 27px;
}
.promo-item .link-more {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.promo-item .link-more:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  border-top: 1px solid;
  vertical-align: middle;
  margin-right: 1.8em;
}

@media (max-width: 991.98px) {
  .promo-block {
    margin-top: 50px;
  }
  .promo-item .banner-link,
  .promo-item .banner-description [class*="col-"] {
    padding: 0 10px;
  }
}

@media (max-width: 768.98px) {
  .promo-item .banner-link,
  .promo-item .banner-description {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  #_desktop_contact_link {
    padding: 0 0 0 10px;
  }
  .header__contact__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__contact__list a {
    color: #00bfb3;
    display: block;
    padding: 0 10px 0 0;
  }
  .header__contact__list a i {
    font-size: 14px;
    margin-right: 5px;
  }
}

@media (max-width: 991.98px) {
  #_mobile_contact_link {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    margin-right: 8px;
  }
}

.contact-rich {
  height: 100%;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 20px;
  font-size: 15px;
}
.contact-rich hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.contact-rich h4 {
  text-transform: uppercase;
  margin-bottom: 32px;
}
.contact-rich .block {
  height: auto;
  overflow: hidden;
  position: relative;
  padding-left: 37px;
}
.contact-rich .block .icon {
  position: absolute;
  top: 0;
  left: 0;
  color: #00bfb3;
}
.contact-rich .block .icon i {
  line-height: 1;
  font-size: 28px;
}
.contact-rich .block .data {
  width: auto;
  overflow: hidden;
}
.contact-rich .block .data.email {
  padding-top: 6px;
}

.block-contact {
  text-transform: none;
}
.block-contact li {
  padding-left: 25px;
  position: relative;
}
.block-contact li:before {
  font-size: 15px;
  font-family: "fontello";
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  text-align: center;
}
.block-contact .item-address:before {
  content: "\e829";
}
.block-contact .e-mail:before {
  font-size: 13px;
  content: "\e828";
}
.block-contact .phone:before {
  content: "\e82b";
}

.page-contact .page-content {
  padding: 20px;
}

.page-contact .page-footer {
  margin: 0;
}

.contact-form {
  width: 100%;
}
.contact-form h3 {
  text-transform: uppercase;
}
.contact-form .form-control-label {
  text-transform: uppercase;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .page-contact.layout-left-column #left-column,
  .page-contact.layout-left-column #right-column,
  .page-contact.layout-right-column #left-column,
  .page-contact.layout-right-column #right-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .page-contact.layout-left-column #content-wrapper,
  .page-contact.layout-right-column #content-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

/*menu horizontal*/
@media (min-width: 992px) {
  .main-menu {
    position: static;
  }
  .top-menu .navbar-toggler {
    display: none;
  }
  .top-menu a {
    display: inline-block;
    width: auto;
    padding: 0;
  }
  .top-menu[data-depth="0"] > li {
    display: inline-block;
    vertical-align: middle;
  }
  .top-menu[data-depth="0"] > li > a {
    color: #222222;
    position: relative;
    font-size: 13px;
    font-weight: 500;
    padding: 1.5em 1.6em;
    text-transform: uppercase;
  }
  .top-menu[data-depth="0"] > li > a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-top: 2px solid #330f24;
    -webkit-transition: 0.3s opacity, 0.3s transform;
    transition: 0.3s opacity, 0.3s transform;
    opacity: 0;
    -webkit-transform: translate(0, -12px);
    transform: translate(0, -12px);
  }
  .top-menu[data-depth="0"] > li > a:hover {
    color: #330f24;
  }
  .top-menu[data-depth="0"] > li > a:hover:before {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .top-menu[data-depth="0"] > li > a.with-ul:after {
    display: inline-block;
    content: "\E5CF";
    font-family: "Material Icons";
    padding-left: 2px;
    vertical-align: -11%;
    line-height: 1;
  }
}

@media (min-width: 1400px) {
  .top-menu[data-depth="0"] > li > a {
    padding: 1.5em 1.96em;
  }
}

@media (max-width: 991.98px) {
  .top-menu[data-depth="0"] > li > a {
    font-size: 12px;
  }
}

.top-menu a {
  white-space: normal;
}

@media (min-width: 992px) {
  .top-menu {
    margin-bottom: 0;
  }
  .top-menu .collapse {
    display: inherit;
  }
  .top-menu .sub-menu a:hover {
    color: #00bfb3;
  }
  .top-menu .popover {
    max-width: inherit;
  }
  .top-menu .sub-menu {
    border: none;
    padding: 40px 0 30px;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #ffffff;
    text-align: left;
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    -webkit-transition: opacity 0.35s 0.2s, visibility 0.35s 0.2s,
      -webkit-transform 0.35s 0.2s;
    transition: opacity 0.35s 0.2s, visibility 0.35s 0.2s,
      -webkit-transform 0.35s 0.2s;
    transition: transform 0.35s 0.2s, opacity 0.35s 0.2s, visibility 0.35s 0.2s;
    transition: transform 0.35s 0.2s, opacity 0.35s 0.2s, visibility 0.35s 0.2s,
      -webkit-transform 0.35s 0.2s;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 139px);
    -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);
  }
  .top-menu .sub-menu .inner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 960px;
    margin: 0 auto;
  }
  .top-menu .sub-menu .inner-wrapper > .top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .top-menu .sub-menu a:hover {
    color: #00bfb3;
  }
  .top-menu[data-depth="0"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .top-menu[data-depth="0"] > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .top-menu[data-depth="1"] > li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 25%;
    max-width: 25%;
    text-align: left;
    margin-bottom: 7px;
  }
  .top-menu[data-depth="1"] > li a {
    color: #2f2f2f;
    text-transform: uppercase;
  }
  .top-menu[data-depth="1"] > li a:hover {
    color: #00bfb3;
  }
  .top-menu[data-depth="1"] > li > a {
    color: #6a6a6a;
    font-size: 15px;
    font-weight: 500;
  }
  .top-menu[data-depth="1"] > li > a:hover {
    color: #f0aa4e;
  }
  .top-menu.has-thumbnails > li {
    min-width: 33.333%;
    max-width: 33.333%;
  }
  .top-menu[data-depth="2"] {
    padding-top: 28px;
  }
  .top-menu[data-depth="2"] ul {
    padding-left: 15px;
  }
  .top-menu[data-depth="2"] li {
    font-size: 13px;
  }
  .top-menu[data-depth="2"] a {
    display: block;
    margin-bottom: 22px;
  }
  .top-menu a[data-depth="2"]:hover {
    text-decoration: underline;
  }
}

@media (min-width: 1400px) {
  .top-menu .sub-menu .inner-wrapper {
    width: 1140px;
  }
}

@media (max-width: 991.98px) {
  .top-menu .popover:before,
  .top-menu .popover:after {
    display: none;
  }
  .top-menu[data-depth="0"] > li {
    padding: 0;
  }
  .top-menu li {
    display: block;
  }
  .top-menu .dropdown-item {
    color: inherit;
    padding: 10px 15px;
    white-space: normal;
    text-transform: uppercase;
    font-size: 13px;
    border-bottom: 1px solid #d6d6d6;
    position: relative;
  }
  .top-menu .navbar-toggler {
    color: inherit;
    padding: 0;
    display: block;
    width: 52px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
  }
  .top-menu .navbar-toggler .remove {
    display: none;
  }
  .top-menu .navbar-toggler[aria-expanded="true"] .add {
    display: none;
  }
  .top-menu .navbar-toggler[aria-expanded="true"] .remove {
    display: block;
  }
  .sub-menu {
    background: none;
    border: none;
    display: block;
    position: static;
    max-width: none;
  }
  .sub-menu.collapse {
    display: none;
  }
  .sub-menu.collapse.show {
    display: block;
  }
  .submenu {
    padding-left: 20px;
  }
  .submenu .dropdown-item {
    padding-left: 0;
  }
}

/*menu thumbail*/
.top-menu[data-depth="1"] .menu-thumbnails {
  display: none;
}

@media (min-width: 576px) {
  .menu-thumbnails {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .menu-thumbnails .thumbnail {
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .menu-thumbnails {
    max-width: 25%;
    margin-left: auto;
  }
}

@media (max-width: 991.98px) {
  .menu-thumbnails {
    margin: 20px 0 0 -10px;
  }
  .menu-thumbnails .thumbnail {
    margin-bottom: 10px;
    padding: 0 10px;
  }
}

.cart-header {
  margin: 0;
}

@media (min-width: 992px) {
  .blockcart {
    position: relative;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    padding: 0 15px;
  }
  .cart-header {
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
  }
  .cart-header > .inner-wrapper {
    display: block;
  }
  .cart-header i {
    color: #000000;
    font-size: 20px;
    line-height: 1;
  }
  .cart-header > .inner-wrapper {
    position: relative;
  }
  .cart-header .cart-products-count {
    font-size: 10px;
    line-height: 1;
    line-height: 14px;
    position: absolute;
    top: -12px;
    right: -11px;
    display: block;
    min-width: 14px;
    height: 14px;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    background: #465fcb;
  }
}

@media (max-width: 991.98px) {
  #_mobile_cart {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
  }
  .cart-header {
    position: relative;
    padding-right: 10px;
  }
  .cart-header > .inner-wrapper i {
    font-size: 17px;
    cursor: pointer;
    width: 1.8em;
    height: 1.8em;
    background-color: #c7b3d4;
    color: #330f24;
    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;
    border-radius: 50%;
    -webkit-transition: background-color 0.4s, color 0.4s;
    transition: background-color 0.4s, color 0.4s;
  }
  .cart-header > .inner-wrapper i:hover {
    background-color: #00d9cb;
  }
  .cart-header .cart-products-count {
    font-size: 10px;
    line-height: 16px;
    position: absolute;
    top: -5px;
    left: 21px;
    display: block;
    min-width: 16px;
    height: 16px;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    background: #465fcb;
  }
}

.cart-hover-content {
  color: #2f2f2f;
  line-height: 1.2;
  text-align: initial;
  position: absolute;
  z-index: 100;
  right: 0;
  top: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px -1px 100px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -1px 100px 0px rgba(0, 0, 0, 0.1);
  width: 540px;
}
.cart-hover-content ul {
  margin: 0;
}
.cart-hover-content .cart-list {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 320px);
}
.cart-hover-content .cart-subtotals {
  padding: 14px 20px;
}
.cart-hover-content .cart-subtotals > div:nth-child(2) {
  display: none;
}
.cart-hover-content .cart-subtotals .label,
.cart-hover-content .cart-subtotals .value {
  display: inline-block;
  font-size: 16px;
  padding: 10px 0;
}
.cart-hover-content .cart-subtotals .label {
  padding-right: 7px;
}
.cart-hover-content .cart-subtotals .value {
  font-weight: 600;
}
.cart-hover-content .cart-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(47, 47, 47, 0.07);
  padding: 15px 20px;
}
.cart-hover-content .cart-total {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
.cart-hover-content .cart-total .label {
  padding-right: 5px;
}

.cart-wishlist-item {
  border-bottom: 1px solid rgba(47, 47, 47, 0.07);
  padding: 6px 20px;
}
.cart-wishlist-item > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cart-wishlist-item .shoppingcart_img {
  width: 120px;
}
.cart-wishlist-item .cart-info {
  width: calc(100% - 120px);
  padding: 15px 0 12px 15px;
}
.cart-wishlist-item .wrapper-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cart-wishlist-item .product-name {
  padding: 0 20px 0 0;
  width: 220px;
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
}
.cart-wishlist-item .product-price {
  display: block;
  font-weight: 600;
}
.cart-wishlist-item .quantity {
  font-weight: 600;
}
.cart-wishlist-item .quantity:before {
  content: "x";
  font-size: 14px;
}
.cart-wishlist-item .remove-from-cart {
  margin-left: auto;
}
.cart-wishlist-item .remove-from-cart:before {
  content: "\e80f";
  font-family: "fontello";
}

.customizations-items {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.customizations-items .quantity {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 7px 0 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-item {
  margin-bottom: 10px;
}
.custom-item .custom-title {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
.custom-item img {
  max-width: 50px;
}

@media (min-width: 992px) {
  .cart-hover-content {
    margin-top: 29px;
  }
}

@media (max-width: 991.98px) {
  .cart-hover-content {
    left: auto;
    right: 0;
    top: 100%;
    width: 100%;
  }
  .cart-hover-content .cart-list {
    max-height: calc(100vh - 300px);
  }
  .cart-hover-content .cart-subtotals .label,
  .cart-hover-content .cart-subtotals .value {
    padding: 5px 0;
  }
  .cart-hover-content .cart-footer {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 575.98px) {
  .cart-wishlist-item {
    padding: 6px 12px;
  }
  .cart-wishlist-item .shoppingcart_img {
    width: 100px;
  }
  .cart-wishlist-item .cart-info {
    padding-left: 10px;
    width: calc(100% - 100px);
  }
  .cart-wishlist-item .product-name {
    font-size: 14px;
    padding: 0 10px 0 0;
    width: 111px;
  }
  .cart-hover-content .cart-footer {
    padding-left: 12px;
    padding-right: 12px;
  }
  .cart-hover-content .cart-total {
    font-size: 16px;
  }
  .cart-hover-content .cart-wishlist-checkout:before {
    display: none;
  }
}

#blockcart-modal {
  padding: 0 !important;
}
#blockcart-modal .modal-dialog {
  width: 100%;
  max-width: 950px;
}
#blockcart-modal .modal-body {
  padding: 0;
}
#blockcart-modal .wrap-img {
  position: relative;
  padding-top: 100%;
  height: 100%;
}
#blockcart-modal .product-image {
  background-color: #fafafa;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.cart-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px 45px 40px 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cart-content .h6 {
  font-size: 30px;
  font-weight: 300;
  display: block;
  margin-bottom: 15px;
}
.cart-content p {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  text-transform: capitalize;
}
.cart-content p:after {
  display: table;
  clear: both;
  content: "";
}
.cart-content p strong {
  font-weight: inherit;
  display: block;
  float: left;
  margin-bottom: 10px;
  color: #6a6a6a;
}
.cart-content p span {
  font-weight: inherit;
  display: block;
  float: right;
  margin-bottom: 10px;
}
.cart-content .cart-products-count {
  font-weight: 600;
  text-transform: none;
  margin-bottom: 10px;
}

.cart-content-btn {
  margin-top: 25px;
}
.cart-content-btn .btn {
  font-size: 13px;
  text-transform: capitalize;
}
.cart-content-btn .btn:after {
  display: none;
}
.cart-content-btn .btn-secondary {
  float: left;
}
.cart-content-btn .btn-primary {
  float: right;
}

@media (max-width: 1280.98px) {
  .cart-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 575.98px) {
  #blockcart-modal .modal-dialog {
    margin: 0;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  #blockcart-modal .wrap-img {
    padding-top: 50%;
  }
}

@media (max-width: 575.98px) {
  .cart-content .h6 {
    font-size: 25px;
  }
  .cart-content p {
    font-size: 14px;
  }
  .cart-content-btn .btn {
    width: 100%;
  }
  .cart-content-btn .btn:first-child {
    margin-bottom: 15px;
  }
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.tab-pane .owl-controls {
  display: none;
}

.tab-pane.active .owl-controls {
  display: block;
}

.owl-carousel {
  clear: both;
  width: auto;
}
.owl-carousel .owl-item img {
  max-width: 100%;
  width: auto;
}

.owl-controls .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
}

.owl-controls .owl-dot {
  margin: 0 6px;
  font-size: 16px;
  color: #b8b8b8;
}
.owl-controls .owl-dot span {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: #e6e6ea;
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  border-radius: 50%;
}
.owl-controls .owl-dot.active span,
.owl-controls .owl-dot:hover span {
  background-color: #c7b3d4;
}

.owl-nav > div {
  cursor: pointer;
  position: absolute;
  top: 50%;
  background-color: transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 25.5px;
}
.owl-nav > div i {
  display: inline-block;
}
.owl-nav > div i:before {
  font-weight: inherit;
}
.owl-nav > div:hover {
  color: #00bfb3;
}
.owl-nav > div:active {
  color: #009b92;
}

.owl-nav .owl-prev {
  left: 0;
}

.owl-nav .owl-next {
  right: 0;
}

@media (max-width: 991.98px) {
  .owl-nav > div {
    font-size: 21px;
  }
}

@media (max-width: 575.98px) {
  .owl-nav .owl-prev {
    left: -7px;
  }
  .owl-nav .owl-next {
    right: -7px;
  }
}

/* alt arrows */
.-alt-arrows .owl-prev,
.-alt-arrows .owl-next {
  font-size: 11px;
  line-height: 28px;
  display: block;
  width: 28px;
  height: 28px;
  -webkit-transition: border-color 0.3s ease, background-color 0.3s ease;
  transition: border-color 0.3s ease, background-color 0.3s ease;
  text-align: center;
  background-color: #ffffff;
  border-radius: 50%;
  font-family: "fontello";
}
.-alt-arrows .owl-prev:hover,
.-alt-arrows .owl-next:hover {
  background: #00bfb3;
  color: #ffffff;
}
.-alt-arrows .owl-prev:active,
.-alt-arrows .owl-next:active {
  background: #008c83;
}

.-alt-arrows .owl-prev:before {
  content: "\e80b";
}

.-alt-arrows .owl-next:before {
  content: "\e80c";
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/
body {
  -webkit-backface-visibility: hidden;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1) translate3d(-2000px, 0, 0);
    transform: scale3d(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1) translate3d(2000px, 0, 0);
    transform: scale3d(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

.product-flags {
  margin-bottom: 0;
}
.product-flags .new,
.product-flags .online-only,
.product-flags .on-sale,
.product-flags .discount-percentage,
.product-flags .discount-amount,
.product-flags .pack,
.product-flags .out_of_stock {
  display: inline-block;
  vertical-align: top;
  padding: 0.59em 1.3em;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}
.product-flags .new {
  background: #465fcb;
}
.product-flags .discount-percentage,
.product-flags .discount {
  background: #00bfb3;
}
.product-flags .on-sale,
.product-flags .discount-amount {
  background: #d74444;
}
.product-flags .online-only,
.product-flags .pack {
  background: #4cbb6c;
}
.product-flags .out_of_stock {
  background-color: #6f6e6e;
}
.product-flags .discount {
  display: none;
}

@media (max-width: 768.98px) {
  .product-flags .new,
  .product-flags .online-only,
  .product-flags .on-sale,
  .product-flags .discount-percentage,
  .product-flags .pack,
  .product-flags .out_of_stock {
    font-size: 11px;
  }
}

@media (max-width: 480.98px) {
  .product-flags .new,
  .product-flags .online-only,
  .product-flags .on-sale,
  .product-flags .discount-percentage,
  .product-flags .pack,
  .product-flags .out_of_stock {
    font-size: 10px;
  }
}

.price {
  font-size: 16px;
  font-weight: 500;
}

.regular-price {
  color: #999999;
  font-size: 14px;
  font-weight: 500;
  text-decoration: line-through;
  padding-right: 5px;
}

.product-miniature {
  padding: 0 15px;
  text-align: center;
}
.product-miniature .thumbnail-container {
  position: relative;
  background-color: #ffffff;
  padding-bottom: 18px;
  -webkit-box-shadow: 0px -1px 100px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px -1px 100px 0px rgba(0, 0, 0, 0);
}
.product-miniature .thumbnail-wrapper {
  position: relative;
  padding: 55px 10px 0;
}
.product-miniature .thumbnail-wrapper img {
  display: inline-block;
  width: 100%;
}
.product-miniature .product-flags .new,
.product-miniature .product-flags .online-only,
.product-miniature .product-flags .on-sale,
.product-miniature .product-flags .discount-percentage,
.product-miniature .product-flags .pack,
.product-miniature .product-flags .out_of_stock {
  position: absolute;
  z-index: 1;
}
.product-miniature .product-flags .new,
.product-miniature .product-flags .out_of_stock {
  top: 20px;
  right: 15px;
}
.product-miniature .product-flags .discount-percentage,
.product-miniature .product-flags .on-sale {
  top: 20px;
  left: 15px;
}
.product-miniature .product-flags .discount-percentage ~ .on-sale {
  display: none;
}
.product-miniature .product-flags .online-only {
  bottom: 20px;
  left: 15px;
}
.product-miniature .product-flags .pack {
  right: 15px;
  bottom: 20px;
}
.product-miniature .variant-links {
  margin-top: 16px;
}
.product-miniature .variants-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
.product-miniature .variants-list .color-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 22px;
  height: 22px;
  position: relative;
  z-index: 0;
  margin: 3px;
}
.product-miniature .variants-list .color-item:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background-color: #ffffff;
  z-index: -1;
}
.product-miniature .variants-list .color-item[style*="#fffff"] {
  background-color: #ddd !important;
}
.product-miniature .variants-list a {
  display: block;
  width: 14px;
  height: 14px;
  min-height: 14px;
}
.product-miniature .product-list-reviews,
.product-miniature .star-wrapper {
  margin-top: 15px;
}
.product-miniature .product-title {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  margin: 12px 0 0;
  text-transform: capitalize;
}
.product-miniature .product-price-and-shipping {
  margin-top: 8px;
}

.catalog-mode-on .product-miniature .add-to-cart-or-refresh {
  display: none;
}

@media (max-width: 991.98px) {
  .product-miniature .quick-view {
    display: none !important;
  }
  .product-miniature .product-title {
    font-size: 14px;
  }
}

@media (max-width: 768.98px) {
  .product-miniature .product-flags .new,
  .product-miniature .product-flags .out_of_stock {
    right: 10px;
    top: 10px;
  }
  .product-miniature .product-flags .discount-percentage,
  .product-miniature .product-flags .on-sale {
    top: 10px;
    left: 10px;
  }
  .product-miniature .product-flags .online-only {
    bottom: 10px;
    left: 10px;
  }
  .product-miniature .product-flags .pack {
    bottom: 10px;
    right: 10px;
  }
}

@media (max-width: 575.98px) {
  .product-miniature .thumbnail-wrapper {
    padding: 35px 0 0;
  }
  .product-miniature .price {
    font-size: 15px;
  }
  .product-miniature .regular-price {
    font-size: 13px;
  }
}

.grid .product-miniature {
  margin-bottom: 20px;
}

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

.grid .highlighted-informations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.grid .highlighted-informations a,
.grid .highlighted-informations .add-cart,
.grid .highlighted-informations .wishlist-button-add i {
  background-color: #f7f7f7;
  border: none;
  font-size: 21px;
  color: #b8b8b8;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 2px;
  -webkit-transition: 0.4s background-color, 0.4s color, 0.4s border-radius,
    0.4s transform;
  transition: 0.4s background-color, 0.4s color, 0.4s border-radius,
    0.4s transform;
}
.grid .highlighted-informations a:hover,
.grid .highlighted-informations .add-cart:hover,
.grid .highlighted-informations .wishlist-button-add i:hover {
  border-radius: 50%;
  background-color: #00bfb3;
  color: #ffffff;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.grid .highlighted-informations a span,
.grid .highlighted-informations .add-cart span,
.grid .highlighted-informations .wishlist-button-add i span {
  display: none;
}
.grid .highlighted-informations .quick-view {
  font-size: 16px;
}
.grid .highlighted-informations .wishlist-button-add {
  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: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-width: 0;
  padding: 0;
  width: auto;
  height: auto;
  min-width: 0;
}
.grid .highlighted-informations .wishlist-button-add .-added {
  background-color: #ff4c4c;
  color: #ffffff;
}

.grid .right-block {
  padding: 0 10px;
}

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

.grid .product_desc {
  display: none;
}

@media (max-width: 575.98px) {
  .grid .product-miniature {
    padding: 0 1px;
  }
  .grid .product-title {
    font-size: 13px;
  }
  .grid .regular-price {
    padding-right: 4px;
  }
  .grid .highlighted-informations a,
  .grid .highlighted-informations .add-cart,
  .grid .highlighted-informations .wishlist-button-add i {
    font-size: 18px;
    width: 38px;
    height: 38px;
  }
}

.list .product-miniature {
  width: 100%;
  text-align: inherit;
  margin-bottom: 30px;
}

.list .thumbnail-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 10px 0;
}

.list .thumbnail-wrapper,
.list .product-desc,
.list .buttons-container {
  padding: 0 15px;
}

.list .highlighted-informations {
  width: 40%;
  padding-left: 15px;
}

.list .thumbnail-wrapper {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list .right-block {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list .product-desc {
  width: 60%;
}

.list .buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 40%;
  border: 0 solid #e5e5e5;
  border-left-width: 1px;
  padding-left: 20px;
}

.list .product-title {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 10px;
}

.list .product-list-reviews,
.list .star-wrapper {
  margin-bottom: 15px;
}

.list .product_desc {
  font-size: 14px;
  line-height: 1.7;
}

.list .product-price-and-shipping {
  margin-top: 0;
}

.list .variant-links .color-item {
  width: 30px;
  height: 30px;
}

.list .variant-links a {
  width: 22px;
  height: 22px;
  min-height: 22px;
}

.list .add-cart,
.list .addToWishlist,
.list .quick-view,
.list .link-view,
.list .wishlist-button-add {
  display: block;
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: inherit;
  padding: 0;
  background: none;
  border: none;
}
.list .add-cart i,
.list .add-cart:before,
.list .addToWishlist i,
.list .addToWishlist:before,
.list .quick-view i,
.list .quick-view:before,
.list .link-view i,
.list .link-view:before,
.list .wishlist-button-add i,
.list .wishlist-button-add:before {
  border: 1px solid #e5e5e5;
  color: #00bfb3;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  height: 38px;
  height: 2.625em;
  line-height: 40px;
  line-height: 2.6em;
  padding: 0;
  position: relative;
  z-index: 0;
  text-align: center;
  width: 38px;
  width: 2.625em;
  margin-right: 8px;
  border-radius: 3px;
  overflow: hidden;
  -webkit-transition: border 0.3s, background 0.3s;
  transition: border 0.3s, background 0.3s;
}
.list .add-cart i:hover,
.list .add-cart:before:hover,
.list .addToWishlist i:hover,
.list .addToWishlist:before:hover,
.list .quick-view i:hover,
.list .quick-view:before:hover,
.list .link-view i:hover,
.list .link-view:before:hover,
.list .wishlist-button-add i:hover,
.list .wishlist-button-add:before:hover {
  background: #00bfb3;
  border-color: #00bfb3;
  color: #ffffff;
}
.list .add-cart:hover,
.list .addToWishlist:hover,
.list .quick-view:hover,
.list .link-view:hover,
.list .wishlist-button-add:hover {
  color: #00bfb3;
}
.list .add-cart:hover i,
.list .add-cart:hover:before,
.list .addToWishlist:hover i,
.list .addToWishlist:hover:before,
.list .quick-view:hover i,
.list .quick-view:hover:before,
.list .link-view:hover i,
.list .link-view:hover:before,
.list .wishlist-button-add:hover i,
.list .wishlist-button-add:hover:before {
  background: #00bfb3;
  border-color: #00bfb3;
  color: #ffffff;
}
.list .add-cart:active i,
.list .add-cart:active:before,
.list .addToWishlist:active i,
.list .addToWishlist:active:before,
.list .quick-view:active i,
.list .quick-view:active:before,
.list .link-view:active i,
.list .link-view:active:before,
.list .wishlist-button-add:active i,
.list .wishlist-button-add:active:before {
  background: #008c83;
  border-color: #008c83;
  color: #ffffff;
}

.list .wishlist-button-add {
  width: auto;
  height: auto;
  min-width: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.list .wishlist-button-add .-added {
  background-color: #ff4c4c;
  color: #ffffff;
}

.list .link-view {
  margin-bottom: 15px;
}

@media (max-width: 768.98px) {
  .list .product-desc {
    width: 70%;
  }
  .list .highlighted-informations {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list .link-view,
  .list .add-to-cart-or-refresh,
  .list .wishlist-button-add {
    display: inline-block;
    vertical-align: top;
  }
  .list .add-cart {
    margin: 0;
  }
  .list .link-view,
  .list .add-cart,
  .list .addToWishlist,
  .list .quick-view,
  .list .wishlist-button-add {
    margin: 0 5px 5px 0;
  }
  .list .link-view i,
  .list .link-view:before,
  .list .add-cart i,
  .list .add-cart:before,
  .list .addToWishlist i,
  .list .addToWishlist:before,
  .list .quick-view i,
  .list .quick-view:before,
  .list .wishlist-button-add i,
  .list .wishlist-button-add:before {
    margin: 0;
  }
  .list .link-view span,
  .list .add-cart span,
  .list .addToWishlist span,
  .list .quick-view span,
  .list .wishlist-button-add span {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .list .product-miniature {
    margin-bottom: 0;
  }
  .list .thumbnail-container {
    margin: 0 -15px;
    border-bottom: 1px solid #e5e5e5;
  }
  .list .thumbnail-wrapper,
  .list .product-desc,
  .list .buttons-container,
  .list .right-block {
    width: 100%;
  }
  .list .right-block {
    margin-top: 15px;
  }
  .list .highlighted-informations {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 15px;
    margin-top: 15px;
    border: none;
  }
}

.grid .catalog-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.grid .catalog-products .product-miniature {
  width: 50%;
}
.grid .catalog-products .thumbnail-container {
  height: 100%;
}

/* Animation grid&list */
.grid .catalog-products {
  -webkit-animation: grid-to-list 0.5s ease;
  animation: grid-to-list 0.5s ease;
}

.list .catalog-products {
  -webkit-animation: list-to-grid 0.5s ease;
  animation: list-to-grid 0.5s ease;
}

@-webkit-keyframes grid-to-list {
  from {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
  }
  to {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes grid-to-list {
  from {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
  }
  to {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes list-to-grid {
  from {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
  }
  to {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes list-to-grid {
  from {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
  }
  to {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media (min-width: 769px) {
  .grid .catalog-products .product-miniature {
    width: 33.33333%;
  }
}

@media (max-width: 575.98px) {
  .grid .catalog-products .product-miniature {
    margin-bottom: 4px;
  }
}

.sidebar .product-flags .new,
.sidebar .product-flags .online-only,
.sidebar .product-flags .on-sale,
.sidebar .product-flags .discount-percentage,
.sidebar .product-flags .pack {
  position: absolute;
  left: -16px;
  right: auto;
  top: 5px;
  bottom: auto;
  font-size: 10px;
  padding: 0.59em 1em;
}

.sidebar .product-flags .online-only {
  display: none;
}

.sidebar .product-flags .discount-percentage ~ .new,
.sidebar .product-flags .on-sale ~ .new {
  display: none;
}

.sidebar .product-flags .discount-percentage ~ .on-sale {
  display: none;
}

.sidebar .product-miniature {
  padding: 12px;
  border: 1px solid #efefef;
  background-color: #ffffff;
  text-align: inherit;
}
.sidebar .product-miniature:not(:first-child) {
  border-top-width: 0;
}

.sidebar .thumbnail-container {
  background: none;
  padding-bottom: 0;
}
.sidebar .thumbnail-container:before,
.sidebar .thumbnail-container:after {
  content: "";
  display: table;
  clear: both;
}

.sidebar .variant-links,
.sidebar .highlighted-informations,
.sidebar .buttons-container {
  display: none;
}

.sidebar .thumbnail-wrapper {
  max-width: 110px;
  padding: 0 10px 0 0;
  float: left;
  position: relative;
}

.sidebar .product-brand {
  margin: 0;
}

.sidebar .product-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sidebar .title {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #efefef;
  line-height: 1.2;
  margin-bottom: 25px;
  overflow: hidden;
}

.sidebar .product_desc {
  display: none;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  overflow: hidden;
  max-height: 54px;
  font-size: 12px;
}

.sidebar .link {
  display: inline-block;
  padding-bottom: 6px;
  position: relative;
}
.sidebar .link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-bottom: 2px solid #00bfb3;
  -webkit-transition: 0.3s width;
  transition: 0.3s width;
}
.sidebar .link:hover:after {
  content: "";
  width: 275px;
}

.sidebar .product-title {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  text-transform: none;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 8px;
}

.sidebar .product-price-and-shipping {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-top: 5px;
}

.sidebar .product-list-reviews,
.sidebar .star-wrapper {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin: 0 0 6px;
}

.sidebar .star_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sidebar .star_content .star {
  font-size: 10px;
  margin-right: 3px;
}

.sidebar .price {
  font-size: 14px;
}

.sidebar .regular-price ~ .price {
  font-size: 16px;
}

.sidebar .wishlist-button-add ~ .wishlist-button-add {
  display: none;
}

.products.view-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.products.view-grid .product-miniature,
.products.view-grid .thumbnail-container {
  min-height: 100%;
}

.products.view-grid .product-miniature {
  width: 50%;
}

@media (min-width: 769px) {
  .products.view-grid .product-miniature {
    width: 33.33333%;
  }
}

@media (min-width: 992px) {
  .products.view-grid .product-miniature {
    width: 25%;
  }
}

@media (min-width: 1281px) {
  .products.xlarge-1 .product-miniature {
    width: 100%;
  }
  .products.xlarge-2 .product-miniature {
    width: 50%;
  }
  .products.xlarge-3 .product-miniature {
    width: 33.33333%;
  }
  .products.xlarge-4 .product-miniature {
    width: 25%;
  }
  .products.xlarge-5 .product-miniature {
    width: 20%;
  }
  .products.xlarge-6 .product-miniature {
    width: 16.66667%;
  }
  .products.xlarge-7 .product-miniature {
    width: 14.28571%;
  }
}

@media (max-width: 1280.98px) {
  .products.large-1 .product-miniature {
    width: 100%;
  }
  .products.large-2 .product-miniature {
    width: 50%;
  }
  .products.large-3 .product-miniature {
    width: 33.33333%;
  }
  .products.large-4 .product-miniature {
    width: 25%;
  }
  .products.large-5 .product-miniature {
    width: 20%;
  }
  .products.large-6 .product-miniature {
    width: 16.66667%;
  }
  .products.large-7 .product-miniature {
    width: 14.28571%;
  }
}

@media (max-width: 991.98px) {
  .products.medium-1 .product-miniature {
    width: 100%;
  }
  .products.medium-2 .product-miniature {
    width: 50%;
  }
  .products.medium-3 .product-miniature {
    width: 33.33333%;
  }
  .products.medium-4 .product-miniature {
    width: 25%;
  }
  .products.medium-5 .product-miniature {
    width: 20%;
  }
  .products.medium-6 .product-miniature {
    width: 16.66667%;
  }
  .products.medium-7 .product-miniature {
    width: 14.28571%;
  }
}

@media (max-width: 768.98px) {
  .products.small-1 .product-miniature {
    width: 100%;
  }
  .products.small-2 .product-miniature {
    width: 50%;
  }
  .products.small-3 .product-miniature {
    width: 33.33333%;
  }
  .products.small-4 .product-miniature {
    width: 25%;
  }
  .products.small-5 .product-miniature {
    width: 20%;
  }
  .products.small-6 .product-miniature {
    width: 16.66667%;
  }
  .products.small-7 .product-miniature {
    width: 14.28571%;
  }
}

@media (max-width: 575.98px) {
  .products.xsmall-1 .product-miniature {
    width: 100%;
  }
  .products.xsmall-2 .product-miniature {
    width: 50%;
  }
  .products.xsmall-3 .product-miniature {
    width: 33.33333%;
  }
  .products.xsmall-4 .product-miniature {
    width: 25%;
  }
  .products.xsmall-5 .product-miniature {
    width: 20%;
  }
  .products.xsmall-6 .product-miniature {
    width: 16.66667%;
  }
  .products.xsmall-7 .product-miniature {
    width: 14.28571%;
  }
}

@media (max-width: 991.98px) {
  .view-grid.products {
    display: block;
    visibility: visible;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    white-space: nowrap;
    margin-bottom: 10px;
    font-size: 0;
  }
  .view-grid .product-miniature {
    font-size: 14px;
    white-space: normal;
    display: inline-block;
    vertical-align: top;
  }
}

.view-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.view-carousel .owl-item:hover {
  z-index: 1;
}

.view-carousel .product-miniature,
.view-carousel .thumbnail-container {
  height: 100%;
  min-height: 100%;
}

.view-carousel .owl-stage-outer {
  padding: 30px 0;
}

.wrapper-item .product-miniature + .product-miniature {
  margin-top: 20px;
}

@media (min-width: 576px) {
  .view-carousel .product-miniature {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 575.98px) {
  .wrapper-item .product-miniature + .product-miniature {
    margin-top: 4px;
  }
}

.productstabs-section__inner {
  position: relative;
}

.productstabs-section {
  margin-top: 94px;
}
.productstabs-section .container {
  position: static;
  padding-left: 0;
  padding-right: 0;
  width: auto;
}

.more-btn {
  margin-top: 44px;
}

@media (max-width: 991.98px) {
  .productstabs-section {
    margin-top: 50px;
  }
}

@media (max-width: 575.98px) {
  .productstabs-section .tab-pane {
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 2px;
  }
  .productstabs-section .tab-pane .products {
    margin-left: 0;
    margin-right: 0;
  }
  .more-btn {
    margin-top: 20px;
  }
}

.none-in-tabs {
  margin-top: 80px;
}

@media (max-width: 991.98px) {
  .none-in-tabs {
    margin-top: 50px;
  }
}

body .ui-menu {
  z-index: 10000 !important;
  background: #00bfb3;
  border: none;
  margin: 0px 0 0 8px;
}
body .ui-menu .ui-menu-item a {
  padding: 6px 15px;
  color: #ffffff;
}
body .ui-menu .ui-state-hover,
body .ui-menu .ui-state-focus {
  background: #465fcb;
}

@media (min-width: 992px) {
  .search-fixed {
    left: 0;
    margin: 0 auto;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
  }
  #header #_desktop_search_bar {
    line-height: 1;
    padding: 0 15px 0 15px;
  }
  #header .search-block .search-field {
    position: relative;
    padding: 0;
  }
  #header .search-block .input-text {
    font-size: 49px;
    font-weight: 100;
    border: none;
    color: inherit;
    border-bottom: 1px solid;
    background: none;
    outline: none;
    height: 85px;
    padding: 0 15px;
    width: 100%;
  }
  #header .search-block .input-text::-webkit-input-placeholder {
    color: inherit;
  }
  #header .search-block .input-text::-moz-placeholder {
    color: inherit;
  }
  #header .search-block .input-text:-ms-input-placeholder {
    color: inherit;
  }
  #header .search-block .input-text::-ms-input-placeholder {
    color: inherit;
  }
  #header .search-block .input-text::placeholder {
    color: inherit;
  }
  #header .search-block .input-text:focus {
    border-color: #00bfb3;
    color: #00bfb3;
  }
  #header .search-block .input-text:focus + .search-btn {
    color: #00bfb3;
  }
  #header .search-block .search-btn {
    background: none;
    color: inherit;
    border: none;
    font-size: 30px !important;
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 14px;
  }
  #header .search-block .search-btn:hover {
    color: #00f2e3;
  }
  #header .search-form {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: calc(100vh - 139px);
    overflow-y: auto;
    overflow-x: hidden;
    background: rgba(255, 255, 255, 0.9);
    padding: 10% 0 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s,
      -webkit-transform 0.3s;
    z-index: 10;
  }
  #header .search-btn-toggle {
    color: #000000;
    cursor: pointer;
    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;
    position: relative;
    -webkit-transition: color 0.4s,
      -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: color 0.4s,
      -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99), color 0.4s;
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99), color 0.4s,
      -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    width: 20px;
    height: 20px;
    font-size: 15px;
  }
  #header .search-btn-toggle:hover {
    color: #f0aa4e;
  }
  #header .search-btn-toggle:before {
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  #header .search-btn-toggle:after {
    opacity: 0;
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background: #00bfb3;
    position: absolute;
    left: -1px;
    top: 10px;
    -webkit-transition: -webkit-transform 0.2s 0.2s;
    transition: -webkit-transform 0.2s 0.2s;
    transition: transform 0.2s 0.2s;
    transition: transform 0.2s 0.2s, -webkit-transform 0.2s 0.2s;
    z-index: 1;
  }
  #header .search-btn-toggle.search-active {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  #header .search-btn-toggle.search-active:before {
    content: "";
    width: 20px;
    height: 1px;
    background: #00bfb3;
    position: absolute;
    left: -1px;
    top: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #header .search-btn-toggle.search-active:after {
    opacity: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #header .search-btn-toggle.search-active:hover:before,
  #header .search-btn-toggle.search-active:hover:after {
    background: #00bfb3;
  }
  #header .search-btn-toggle.search-active ~ .search-form {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (max-width: 991.98px) {
  .search-bar {
    width: 100%;
  }
  .search-bar .search-bar__wrap {
    position: relative;
    padding-right: 38px;
  }
  .search-bar .search-bar__text {
    border: 1px solid #d6d6d6;
    background-color: transparent;
    height: 30px;
    padding: 0 12px;
    width: 100%;
    font-size: 13px;
    border-radius: 4px;
  }
  .search-bar .search-bar__text::-webkit-input-placeholder {
    color: inherit;
  }
  .search-bar .search-bar__text::-moz-placeholder {
    color: inherit;
  }
  .search-bar .search-bar__text:-ms-input-placeholder {
    color: inherit;
  }
  .search-bar .search-bar__text::-ms-input-placeholder {
    color: inherit;
  }
  .search-bar .search-bar__text::placeholder {
    color: inherit;
  }
  .search-bar .search-bar__text:focus {
    color: #00bfb3;
    border-color: #00bfb3;
    outline: none;
  }
  .search-bar .search-bar__btn {
    background-color: #c7b3d4;
    border: 2px solid #330f24;
    color: #330f24;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 19px;
    font-weight: 700;
    height: 30px;
    width: 30px;
    line-height: 28px;
    border-radius: 50%;
    text-align: center;
  }
  .search-bar .search-bar__btn:before {
    content: "\e8b6";
    font-family: "Material Icons";
  }
  .search-bar .search-bar__btn:hover {
    background: #00f2e3;
    border-color: #00f2e3;
  }
  .search-bar .search-bar__btn:active {
    background: #008c83;
    border-color: #008c83;
  }
}

.search-widget .header__search__wrap {
  position: relative;
}

.search-widget .header__search__text {
  background: none;
  border: 3px solid #e5e5e5;
  color: #2f2f2f;
  height: 50px;
  padding: 0 30px 0 15px;
  width: 100%;
  outline: none;
}
.search-widget .header__search__text::-webkit-input-placeholder {
  color: #2f2f2f;
}
.search-widget .header__search__text::-moz-placeholder {
  color: #2f2f2f;
}
.search-widget .header__search__text:-moz-placeholder {
  color: #2f2f2f;
}
.search-widget .header__search__text:-ms-input-placeholder {
  color: #2f2f2f;
}
.search-widget .header__search__text:focus {
  border-color: #00bfb3;
}
.search-widget .header__search__text:focus + .header__search__btn {
  background: #00bfb3;
  color: #ffffff;
}
.search-widget .header__search__text:focus + .header__search__btn:hover {
  background: #00f2e3;
}

.search-widget .header__search__btn {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  bottom: 0;
  color: #00bfb3;
  font-size: 25px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}
.search-widget .header__search__btn i {
  color: inherit;
  font-size: inherit;
}

.autocomplete-suggestions {
  background-color: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 44%) !important;
}

.results_item {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 0;
  cursor: pointer;
  -webkit-transition: 0.5s border-color;
  transition: 0.5s border-color;
  color: #ffffff;
  border-bottom: 1px solid rgba(47, 47, 47, 0.07);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.results_item:hover {
  border-color: #00bfb3;
}
.results_item .item_img {
  width: 55px;
  min-width: 55px;
}
.results_item .item_des {
  padding: 0 0 0 7px;
}
.results_item .item_name,
.results_item .item_price {
  display: block;
}
.results_item .item_name {
  font-size: 13px;
  color: #2f2f2f;
  margin-bottom: 2px;
}
.results_item .item_price {
  font-weight: 600;
  color: #00bfb3;
}

@media (max-width: 991.98px) {
  .autocomplete-suggestions {
    right: 0 !important;
    left: 0 !important;
    width: calc(100% - 48px) !important;
    max-height: calc(100vh - 121px) !important;
    margin-top: 15px;
  }
  .results_item {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 480.98px) {
  .results_item {
    font-size: 13px;
  }
}

select,
select.form-control {
  border: 1px solid #e5e5e5;
  display: inline-block;
  vertical-align: middle;
  height: 48px !important;
  padding: 0 20px 0 12px;
  cursor: pointer;
  outline: none;
  background: none;
  background-color: #fafafa;
  background-image: url(../css/1a6f92cc90c42fb40829.svg);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center right 5px;
  -webkit-appearance: none;
}
select:focus,
select.form-control:focus {
  border-color: #00bfb3;
}

.dropdown select,
.dropdown select.form-control {
  background: none;
  background-color: #ffffff;
  background-image: url(../css/1a6f92cc90c42fb40829.svg);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center right 5px;
}

.no-style {
  display: none;
}

.custom-checkbox {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  word-break: break-word;
}
.custom-checkbox a {
  color: #00bfb3;
}
.custom-checkbox input[type="checkbox"] {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  z-index: 1;
}
.custom-checkbox input[type="checkbox"] + span {
  background-color: #fafafa;
  border: 1px solid #e5e5e5;
  display: inline-block;
  height: 20px;
  max-height: 20px;
  position: relative;
  width: 20px;
  min-width: 20px;
  line-height: 1.4;
  cursor: pointer;
  margin-right: 10px;
  -webkit-transition: background 0.2s, border-color 0.2s, color 0.2s;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.custom-checkbox input[type="checkbox"] + span .checkbox-checked {
  position: absolute;
  top: -3px;
  left: 0;
  font-size: 19px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
  transition: opacity 0.2s, visibility 0.2s, transform 0.2s,
    -webkit-transform 0.2s;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.custom-checkbox input[type="checkbox"]:checked + span {
  border-color: #00bfb3;
  background: #00bfb3;
  color: #ffffff;
}
.custom-checkbox input[type="checkbox"]:checked + span .checkbox-checked {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.custom-checkbox > label {
  text-align: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  cursor: pointer;
}

.radio-inline {
  margin-right: 8px;
}

.custom-radio {
  display: inline-block;
  position: relative;
}
.custom-radio input[type="radio"] {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  z-index: 1;
}
.custom-radio input[type="radio"] + span {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  background-color: #fafafa;
  margin-right: 5px;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.custom-radio input[type="radio"]:checked + span {
  -webkit-box-shadow: inset 0 0 0 6px #00bfb3;
  box-shadow: inset 0 0 0 6px #00bfb3;
  border-color: #00bfb3;
}

.bootstrap-touchspin {
  width: 110px;
  display: block;
  position: relative;
}
.bootstrap-touchspin .form-control {
  height: 48px;
  width: 100%;
  border-radius: 25px !important;
  border: 1px solid #e5e5e5;
  text-align: center;
  color: inherit;
  font-weight: 300;
}
.bootstrap-touchspin .form-control:focus {
  border-color: #00bfb3;
}
.bootstrap-touchspin .btn.btn-touchspin {
  padding: 0;
  background: none;
  color: #000000;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 35px;
  line-height: 46px;
  text-align: center;
  z-index: 3;
  font-size: 15px;
}
.bootstrap-touchspin .btn.btn-touchspin:hover {
  color: #00bfb3;
}
.bootstrap-touchspin .btn.btn-touchspin:after {
  display: none;
}
.bootstrap-touchspin .btn.btn-touchspin i {
  font-size: inherit;
}
.bootstrap-touchspin .bootstrap-touchspin-up {
  right: 0;
}
.bootstrap-touchspin .bootstrap-touchspin-down {
  left: 0;
}
.bootstrap-touchspin .touchspin-up {
  z-index: 10;
}
.bootstrap-touchspin .touchspin-up:after {
  content: "\e145";
}
.bootstrap-touchspin .touchspin-down:after {
  content: "\e15b";
}

.category-cover {
  position: relative;
}
.category-cover img {
  width: auto;
}

.block-category {
  margin-bottom: 20px;
}

#category-description {
  margin-bottom: 18px;
}
#category-description strong {
  font-weight: 700;
}
#category-description p:last-child {
  margin-bottom: 0;
}

.subcategory-heading {
  font-size: 18px;
  margin-bottom: 28px;
  text-transform: uppercase;
}

.subcategories {
  margin: 0;
}
.subcategories > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -3px;
}
.subcategories li {
  display: inline-block;
  padding: 0 3px;
  vertical-align: top;
  width: 33.33333%;
}

.subcategories-active ~ #subcategories {
  display: block;
}

.category-miniature {
  position: relative;
  text-align: center;
}
.category-miniature > a {
  display: block;
  position: relative;
}
.category-miniature img {
  display: inline-block;
  width: auto;
}
.category-miniature img[src=""] {
  display: none;
}
.category-miniature .h2 {
  font-size: 17px;
  font-weight: 500;
  margin: 0;
}
.category-miniature .h2 a {
  padding: 9px 0;
  display: block;
}

@media (max-width: 768.98px) {
  .subcategories li {
    width: 50%;
  }
}

@media (max-width: 480.98px) {
  .subcategories li {
    width: 100%;
  }
}

.category-top-menu {
  margin: 0;
  position: relative;
}
.category-top-menu:after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  border-top: 1px solid #ffffff;
}
.category-top-menu ul {
  margin: 0;
}
.category-top-menu > li > .category-sub-menu {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
}
.category-top-menu li {
  position: relative;
}
.category-top-menu li[data-depth] a {
  display: block;
  font-size: 13px;
  padding: 16px 27px 15px 20px;
  position: relative;
}
.category-top-menu li[data-depth] a:after {
  border-bottom: 1px solid #e5e5e5;
  bottom: 0;
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
}
.category-top-menu li[data-depth="0"] > a {
  font-size: 14px;
}
.category-top-menu .navbar-toggler,
.category-top-menu .arrows {
  color: #999999;
  display: block;
  position: absolute;
  right: 10px;
  top: 4px;
  cursor: pointer;
  font-size: 21px;
  padding: 0;
  border: none;
  width: 30px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.category-top-menu .navbar-toggler:hover,
.category-top-menu .arrows:hover {
  color: #000000;
}
.category-top-menu .navbar-toggler i,
.category-top-menu .arrows i {
  font-size: inherit;
}
.category-top-menu .collapse-icons[aria-expanded="true"] .add {
  display: none;
}
.category-top-menu .collapse-icons[aria-expanded="true"] .remove {
  display: block;
}
.category-top-menu .collapse-icons .remove {
  display: none;
}
.category-top-menu .arrows[aria-expanded="true"] .arrow-down {
  display: none;
}
.category-top-menu .arrows[aria-expanded="true"] .arrow-up {
  display: block;
}
.category-top-menu .arrows .arrow-up {
  display: none;
}

.category-sub-menu .category-sub-menu {
  padding-left: 10px;
}

/* Media */
@media (max-width: 991.98px) {
  .block-categories .h6:after {
    display: none;
  }
  .block-categories .navbar-toggler,
  .block-categories .arrows {
    font-size: 18px;
    text-align: center;
    cursor: pointer;
  }
}

.products-selection {
  background-color: #ffffff;
  border: 1px solid #efefef;
  margin: 15px 0 20px;
  padding: 7px 5px 0;
  font-size: 14px;
}
.products-selection label {
  display: inline-block;
  padding-right: 7px;
  text-transform: uppercase;
  vertical-align: middle;
  margin-bottom: 0;
}

.products-sort-order {
  padding: 0 15px;
}

.select-title {
  border: 1px solid #efefef;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 5px 35px 5px 12px;
  cursor: pointer;
  -webkit-transition: none;
  transition: none;
  height: 31px;
  text-transform: uppercase;
  font-size: 14px;
}
.select-title i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 30px;
  text-align: center;
  font-size: 18px;
  height: 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;
}

.show .select-title {
  border-color: #00bfb3;
}
.show .select-title i {
  background: #00bfb3;
  color: #ffffff;
}

.sort-by-row {
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sort-by-row > div,
.sort-by-row > nav {
  margin-bottom: 7px;
}
.sort-by-row .pagination {
  padding: 0 15px;
  margin-left: auto;
}

/* display view */
.display-view {
  padding: 0 15px;
}
.display-view .view-item {
  color: #e5e5e5;
  display: inline-block;
  font-size: 35px;
  vertical-align: middle;
  cursor: pointer;
}
.display-view .view-item:hover {
  color: #00bfb3;
}

.list .show_list {
  color: #000000;
}

.grid .show_grid {
  color: #000000;
}

.filter-button {
  padding: 0 10px;
}

#search_filter_toggler {
  padding: 6.5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
#search_filter_toggler:after {
  display: none;
}

@media (max-width: 768.98px) {
  .sort-by-row {
    margin: 0 -7px;
  }
  .sort-by-row .pagination,
  .sort-by-row .filter-button,
  .sort-by-row .products-sort-order {
    padding: 0 7px;
  }
  .products-selection {
    padding: 15px 15px 10px;
    margin: 20px -15px 20px;
  }
  .products-selection label {
    display: none;
  }
  .select-title {
    padding: 5px 28px 5px 7px;
    font-size: 12px;
  }
  .select-title i {
    width: 26px;
  }
}

.pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pagination label {
  display: inline-block;
  color: #2f2f2f;
  font-size: 14px;
  padding-right: 7px;
  text-transform: uppercase;
  vertical-align: middle;
  margin-bottom: 0;
}
.pagination .page-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.pagination .page-list li {
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
}
.pagination a {
  border: 1px solid #e5e5e5;
  display: block;
  font-size: 13px;
  height: 31px;
  line-height: 29px;
  text-align: center;
  width: 31px;
  border-radius: 50%;
}
.pagination a i {
  font-size: 18px;
}
.pagination .current a {
  border-color: #000000;
  background: #000000;
  color: #ffffff;
  text-decoration: none;
}
.pagination a:hover {
  border-color: #000000;
  background: #000000;
  color: #ffffff;
  text-decoration: none;
}

#js-product-list .pagination {
  width: 100%;
}

@media (max-width: 768.98px) {
  .pagination label {
    display: none;
  }
  .pagination a {
    font-size: 12px;
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
}

#search_filters .btn {
  font-weight: 400;
  margin: 20px 0 25px;
  width: 100%;
}

#search_filters .facet {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
#search_filters .facet .collapse {
  display: block;
  margin-bottom: 0;
}
#search_filters .facet .facet-title {
  display: block;
  color: #999999;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#search_filters .facet .navbar-toggler {
  display: none;
}
#search_filters .facet li {
  position: relative;
  padding-left: 27px;
}
#search_filters .facet li:not(:last-child) {
  padding-bottom: 15px;
}
#search_filters .facet .select-type,
#search_filters .facet .slider-type {
  padding-left: 0;
  padding-right: 0;
}
#search_filters .facet .select-title {
  display: block;
}
#search_filters .facet .custom-checkbox,
#search_filters .facet .custom-radio {
  position: absolute;
  top: 0;
  left: 0;
}
#search_filters .facet .facet-label {
  display: block;
  margin-bottom: 0;
  text-align: left;
}
#search_filters .facet .facet-label a {
  display: block;
}
#search_filters .facet .magnitude {
  float: right;
}

.facet-label.active .custom-checkbox span.color,
.facet-label:hover .custom-checkbox span.color {
  border: 1px solid #000000;
}

.active_filters {
  font-size: 14px;
  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;
  border: 1px solid #efefef;
  background-color: #ffffff;
  padding: 5px 15px;
  margin-bottom: 20px;
}
.active_filters .active-filter-title {
  font-size: inherit;
  display: inline-block;
  margin: 10px 10px 10px 0;
  font-weight: 400;
  text-transform: uppercase;
}
.active_filters ul {
  margin: 0;
}
.active_filters .filter-block {
  margin: 10px 10px 10px 0;
  background: #00bfb3;
  color: #ffffff;
  padding: 6px 10px;
  display: inline-block;
  font-size: 1.2rem;
  border-radius: 3px;
}
.active_filters .filter-block > a {
  display: inline-block;
  vertical-align: top;
}
.active_filters .filter-block .close {
  color: inherit;
  font-size: 13px;
  line-height: 1;
  opacity: 1;
  margin: 2px 0 0 3px;
  text-shadow: none;
}
.active_filters .filter-block .js-search-link:hover {
  color: #ffffff;
}

.facets-title {
  color: #414141;
}

@media (min-width: 992px) {
  .facets-wrapper {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 15px 20px 0;
  }
}

@media (max-width: 991.98px) {
  .facet .h6:after {
    display: none;
  }
  #search_filter_controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
  }
  #search_filter_controls .btn {
    margin: 10px 5px;
    padding: 0.9em 1.8em;
  }
  #search_filters_wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    background: #ffffff;
    z-index: 100;
    display: block !important;
    padding: 15px;
    margin: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    overflow-y: auto;
    overflow-x: hidden;
  }
  #search_filters_wrapper.hidden-sm-down {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}

.faceted-overlay {
  position: fixed;
  z-index: 1050;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.faceted-overlay .overlay__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.faceted-overlay .overlay__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.faceted-overlay .spinner {
  display: inline-block;
  width: 75px;
  height: 75px;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
  border-width: 2px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.05);
  border-top-color: #ffffff;
  border-radius: 100%;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* ui slider */
#search_filters .slider-title {
  font-weight: 700;
  display: block;
  margin: 8px 0 0;
  font-size: 13px;
  text-align: center;
}

.ui-slider-horizontal.ui-slider {
  background: #cccccc;
  border: none;
  height: 7px;
}
.ui-slider-horizontal.ui-slider .ui-widget-header {
  background: #e5e5e5;
}
.ui-slider-horizontal.ui-slider .ui-slider-handle {
  cursor: pointer;
  border: none;
  background: #00bfb3;
  border-radius: 50%;
  font-size: 15px;
  top: -0.4em;
}
.ui-slider-horizontal.ui-slider .ui-slider-handle:hover {
  background: #00f2e3;
}
.ui-slider-horizontal.ui-slider .ui-slider-handle.ui-state-active {
  background: #008c83;
}

@media (max-width: 991.98px) {
  #search_filters .slider-title {
    text-align: center;
  }
}

.star-wrapper {
  display: inline-block;
  position: relative;
}

.star-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1;
  min-height: 14px;
}
.star-content .star,
.star-content .star-on,
.star-content .star-hover {
  color: #d6d6d6;
  display: inline-block;
  font-size: 12px;
  width: 12px;
  height: 14px;
  margin: 0 2.5px;
  line-height: 1;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}
.star-content .star:before,
.star-content .star-on:before,
.star-content .star-hover:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "fontello";
  content: "\e80e";
}
.star-content .star-on,
.star-content .star-hover {
  color: #f0aa4e;
}
.star-content .star-hover {
  cursor: pointer;
}
.star-content .star[style*="margin"]:before {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: auto;
  right: 0;
}
.star-content .star[style*=";width"],
.star-content .star[style*="; width"],
.star-content .star[style*=";visibility"],
.star-content .star[style*="; visibility"] {
  margin-right: 0;
}
.star-content .star-on[style*="width"]:before {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}

.grade-stars {
  display: inline-block;
  position: relative;
  min-width: 86px;
}
.grade-stars .star-full {
  position: absolute;
  top: 0;
  left: 0;
}

.btn-comment .material-icons,
.btn-comment-inverse .material-icons {
  font-size: 17px;
  margin-right: 1px;
}

#product-comment-posted-modal .post-comment-buttons,
#product-comment-post-error .post-comment-buttons,
#update-comment-usefulness-post-error .post-comment-buttons {
  margin-top: 30px;
}

/**
 *  Product comments list
 */
#empty-product-comment {
  width: 100%;
  text-align: center;
}

.product-comment-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  line-height: 1.4;
  margin-bottom: 30px;
}
.product-comment-list-item .grade-stars {
  margin-bottom: 16px;
}
.product-comment-list-item .comment-date {
  font-size: 13px;
  margin-bottom: 5px;
}
.product-comment-list-item .comment-author {
  font-weight: 600;
}
.product-comment-list-item .comment-title {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.product-comment-list-item .comment-post {
  font-style: italic;
  line-height: 1.8;
}

.comment-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.comment-buttons a {
  color: #3b3a36;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
}
.comment-buttons .thumb_up {
  color: #4cbb6c;
}
.comment-buttons .thumb_down {
  color: #ff4c4c;
}
.comment-buttons .outlined_flag:hover {
  color: #ff4c4c;
}
.comment-buttons i {
  font-size: 20px;
  line-height: 1;
  margin-right: 4px;
}

#product-comments-list-footer {
  position: relative;
  text-align: center;
}

@media (min-width: 992px) {
  .product-comment-list-item {
    width: 50%;
  }
}

/*
** Quickview style
*/
.quickview .product-quickview-review {
  margin-left: auto;
}

.product-quickview-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: auto;
}
.product-quickview-review .comments-nb {
  font-size: 14px;
  font-weight: 600;
  padding-left: 4px;
  line-height: 1;
}

#product-comments-list-pagination {
  margin-bottom: 20px;
}
#product-comments-list-pagination ul {
  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: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}
#product-comments-list-pagination li {
  margin: 0 2px;
}
#product-comments-list-pagination li span {
  border: 1px solid #e5e5e5;
  display: block;
  font-size: 13px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  width: 28px;
  border-radius: 3px;
  -webkit-transition: 0.3s border-color, 0.3s background-color;
  transition: 0.3s border-color, 0.3s background-color;
  cursor: pointer;
}
#product-comments-list-pagination li:first-child span,
#product-comments-list-pagination li:last-child span {
  line-height: 26px;
}
#product-comments-list-pagination li i {
  font-size: 18px;
}
#product-comments-list-pagination li.disabled span {
  cursor: not-allowed;
  opacity: 0.3;
}
#product-comments-list-pagination li.active span {
  border-color: #00bfb3;
  background-color: #00bfb3;
  color: #ffffff;
  cursor: default;
}
#product-comments-list-pagination li:hover span:not(.current) {
  border-color: #00bfb3;
  background-color: #00bfb3;
  color: #ffffff;
}

/**
 *  Post comment modal
 */
.modal-header .material-icons {
  font-size: 30px;
  line-height: 25px;
  color: #40a85f;
}
.modal-header .material-icons.error {
  color: #a94442;
}
.modal-header .material-icons.feedback {
  color: #f39d72;
}

.product-comment-modal .row {
  margin-left: -10px;
  margin-right: -10px;
}

.product-comment-modal [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.product-comment-modal .modal-header {
  padding: 50px 30px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-comment-modal .modal-header .h2 {
  font-size: 25px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}

.product-comment-modal .modal-body {
  padding: 15px 30px 30px;
}

.product-comment-modal .comments-product-info {
  margin-bottom: 20px;
}

.product-comment-modal .modal-dialog {
  width: calc(100% - 30px);
  max-width: 774px;
}

.product-comment-modal .h3 {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 7px;
}

.product-comment-modal .description {
  line-height: 1.4;
  font-size: 13px;
}

.product-comment-modal .product-flag {
  display: none;
}

.product-comment-modal .wrapper-img {
  max-width: 100px;
}

.product-comment-modal .form-label {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.product-comment-modal .form-control {
  margin-bottom: 15px;
}

.product-comment-modal .comment-text {
  margin-bottom: 20px;
}

.product-comment-modal .required {
  color: #ff4c4c;
  font-size: 12px;
  margin: 0 0 0 5px;
}

.product-comment-modal .product-comment-footer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-comment-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.post-comment-buttons .btn-comment {
  margin-left: 15px;
}

#post-product-comment-modal .star a {
  position: absolute;
  display: block;
  text-indent: -5000px;
}

#criterions_list {
  margin: 0;
}
#criterions_list li + li {
  margin-top: 5px;
}

.criterion-rating {
  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;
}
.criterion-rating label {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  padding: 0 5px 0 0;
}

#post-product-comment-form .error,
#post-product-comment-form .error {
  border: solid 1px #ebcccc;
  background-color: #f2dede;
}

#post-product-comment-form .valid,
#post-product-comment-form .valid {
  border: solid 1px #d0e9c6;
}

@media (max-width: 575.98px) {
  .product-comment-modal .modal-header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .product-comment-modal .modal-header .h2 {
    font-size: 18px;
  }
  .product-comment-modal .modal-body {
    padding: 15px;
  }
  #criterions_list {
    margin-top: 15px;
  }
  .criterion-rating {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .product-comment-footer .post-comment-required,
  .product-comment-footer .post-comment-buttons {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .product-comment-footer .post-comment-buttons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
  }
}

/**
 * Additional product infos
 */
.product-additional-info .product-comments-additional-info {
  display: none;
}

.additional-info-to {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 29px;
}
.additional-info-to .comments-note,
.additional-info-to .reviews_count {
  cursor: pointer;
}

.product-comments-additional-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  line-height: 0.7;
}
.product-comments-additional-info .product-comments-additional-info {
  display: none;
}
.product-comments-additional-info .reviews_count {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  padding: 2px 5px 0 7px;
}

#wishlist_block #wishlist_block_list {
  margin: 5px 0 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}

#wishlist_block_list dt {
  position: relative;
  margin-top: 5px;
  padding-right: 20px;
}

#wishlist_block_list .quantity-formated {
  display: inline-block;
  margin-right: 5px;
  width: 15px;
}

#wishlist_block_list .cart_block_product_name {
  font-weight: bold;
}

#wishlist_block_list .ajax_cart_block_remove_link {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  margin: 1px 0 0 5px;
  height: 12px;
  width: 12px;
}

#wishlist_block_list dd {
  margin: 0 0 0 24px;
}

#wishlist_block_list .ajax_cart_block_remove_link a {
  display: inline-block;
  height: 12px;
  width: 12px;
}

#wishlist_block_list .price {
  float: right;
}

#wishlist_block select#wishlists {
  margin-bottom: 10px;
  width: 99%;
  border: 1px solid #ccc;
}

#wishlist_block .lnk {
  padding: 0;
}
#wishlist_block .lnk a {
  display: block;
  font-weight: bold;
  text-align: right;
}

/* wlp_bought_list */
.wlp_bought_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
}
.wlp_bought_list li {
  position: relative;
  margin-bottom: 24px;
}
.wlp_bought_list .product-name {
  font-weight: 700;
  margin: 15px 0;
}
.wlp_bought_list .btn_action {
  clear: both;
  margin-top: 10px;
}
.wlp_bought_list .btn_action .lnksave {
  float: right;
}
.wlp_bought_list .lnkdel {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  height: 12px;
  width: 12px;
}

/* form add ****************************************** */
#form_wishlist fieldset {
  padding: 20px;
}

#form_wishlist label {
  display: inline-block;
  padding: 0 10px 0 0;
}

#block-history {
  margin-top: 30px;
}

#form_wishlist .inputTxt {
  width: 260px;
  display: inline-block;
  vertical-align: middle;
}

#form_wishlist .page-subheading {
  margin-bottom: 20px;
}

.display_list li {
  display: inline-block;
  vertical-align: top;
}

#showBoughtProducts,
#showBoughtProductsInfos,
#hideBoughtProductsInfos {
  display: none;
}

.unvisible {
  display: none;
}

/* page in my account ************************************************************************* */
#module-blockwishlist-mywishlist .wrapper-columns {
  margin-left: 0;
  margin-right: 0;
}

#module-blockwishlist-mywishlist #content-wrapper {
  width: 100%;
}

#module-blockwishlist-mywishlist fieldset {
  padding: 0;
}

#module-blockwishlist-mywishlist .text label {
  display: inline-block;
  padding-right: 10px;
  width: 174px;
  font-weight: bold;
  font-size: 12px;
  text-align: right;
}

#module-blockwishlist-mywishlist .text input {
  padding: 0 5px;
  height: 20px;
  width: 288px;
  border: 1px solid #ccc;
}

#mywishlist .wishlist_delete {
  text-align: center;
}

/* wishlisturl */
#module-blockwishlist-mywishlist .wishlisturl {
  margin: 20px 0;
  padding: 10px;
  background: #eee;
}

.panel-product-actions {
  display: inline-block;
  vertical-align: top;
}

.wishlist-btn {
  font-family: "fontello";
  font-size: 17px;
  line-height: 44px;
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  padding: 0;
  text-align: center;
  color: #f0aa4e;
  border: 2px solid;
  border-radius: 50%;
}
.wishlist-btn:hover,
.wishlist-btn:focus {
  color: #ffffff;
  border-color: #f0aa4e;
  background: #f0aa4e;
}

#wishlist_button {
  position: relative;
}
#wishlist_button #idWishlist {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  width: 95px;
  margin-top: 6px;
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s,
    -webkit-transform 0.3s;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
  opacity: 0;
}
#wishlist_button:hover #idWishlist {
  visibility: visible;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

@media (max-width: 575.98px) {
  .wishlist-btn {
    font-size: 15px;
    line-height: 34px;
    width: 40px;
    height: 40px;
  }
}

.product-add-to-cart .wishlist-button-product {
  background: none;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  min-width: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.product-add-to-cart .wishlist-button-product i {
  font-size: 17px;
  line-height: 44px;
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  padding: 0;
  text-align: center;
  color: #f0aa4e;
  border: 2px solid;
  border-radius: 50%;
  -webkit-transition: background 0.4s, color 0.4s, border-color 0.4s;
  transition: background 0.4s, color 0.4s, border-color 0.4s;
}
.product-add-to-cart .wishlist-button-product i:before {
  font-weight: 700;
}
.product-add-to-cart .wishlist-button-product i:hover,
.product-add-to-cart .wishlist-button-product i:focus,
.product-add-to-cart .wishlist-button-product i.-added {
  color: #ffffff;
  border-color: #f0aa4e;
  background: #f0aa4e;
}

.wishtlist_top {
  display: inline-block;
  padding: 12px 15px 12px 20px;
}

@media (max-width: 991.98px) {
  .wishtlist_top {
    padding: 0 15px 0 0;
  }
}

@media (max-width: 575.98px) {
  .wishtlist_top {
    font-size: 13px;
  }
}

.wl_send .required {
  margin: 20px 0;
}

.hideSendWishlist_wrapper {
  display: inline-block;
  margin-bottom: 20px;
}

#showSendWishlist {
  display: none;
}

.account-list .lnk_wishlist {
  padding-left: 0;
  padding-right: 0;
}
.account-list .lnk_wishlist i {
  display: none;
}

.page-product #main > .row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page-product .page-content {
  position: relative;
}

.product-cover {
  cursor: pointer;
  display: block;
  position: relative;
  text-align: center;
}
.product-cover .layer {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  text-align: center;
  cursor: pointer;
  -webkit-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
}
.product-cover .layer:hover {
  opacity: 1;
}
.product-cover .zoom-in {
  position: absolute;
  right: 5px;
  bottom: 5px;
  display: block;
  font-size: 20px;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  background: #00bfb3;
  color: #ffffff;
  border-radius: 4px;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
.product-cover .zoom-in:hover {
  background: #00f2e3;
}

/* Shrink wrap strategy 2 */
.easyzoom-flyout img {
  width: auto;
  max-width: none;
}

.wrapper-thumbnails {
  position: relative;
}

.product-images {
  margin: 0;
  padding-bottom: 1px;
}
.product-images .thumb-container {
  display: inline-block;
  padding: 0 5px;
  text-align: center;
  position: relative;
}
.product-images .thumb-label {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  border-bottom: 2px solid #465fcb;
  opacity: 0;
  -webkit-transform: translate(0, -8px);
  transform: translate(0, -8px);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
}
.product-images .thumb {
  cursor: pointer;
  display: inline-block;
  border: 1px solid transparent;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  width: 100%;
}
.product-images .thumb.selected ~ .thumb-label,
.product-images .thumb:hover ~ .thumb-label {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

#main .images-container .js-qv-mask {
  margin: 10px -5px 0;
}

.product-images .owl-item .thumb-container {
  width: 100%;
}

.product-images .owl-nav > div {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 1.2em;
  width: 1.2em;
  line-height: 1.1em;
  font-family: "Material Icons";
  font-size: 20px;
  text-align: center;
  border: 2px solid #465fcb;
  color: #465fcb;
  z-index: 1;
  border-radius: 4px;
  -webkit-transition: 0.3s background;
  transition: 0.3s background;
}
.product-images .owl-nav > div:hover {
  background: #465fcb;
  color: #ffffff;
}
.product-images .owl-nav > div:active {
  background: #3148ad;
  color: #ffffff;
}

.product-images .owl-nav .owl-prev {
  left: -6px;
}
.product-images .owl-nav .owl-prev:before {
  content: "\e314";
}

.product-images .owl-nav .owl-next {
  right: -6px;
}
.product-images .owl-nav .owl-next:before {
  content: "\e315";
}

.p-page .arrows {
  display: none;
}

.product-manufacturer {
  margin-bottom: 15px;
}
.product-manufacturer > a {
  display: block;
  max-width: 190px;
}

.product-info {
  color: #2f2f2f;
  max-width: 340px;
}
.product-info > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.product-info label {
  color: inherit;
  font-size: inherit;
  font-weight: 700;
  width: 100%;
  max-width: 50%;
  overflow: hidden;
  white-space: nowrap;
}
.product-info label:after {
  content: "....................................................................";
}
.product-info span {
  width: 100%;
  max-width: 50%;
}

#product-availability {
  display: block;
  font-weight: 600;
  margin: 15px 0 20px;
}
#product-availability .material-icons {
  line-height: 1;
  font-size: 18px;
}
#product-availability .product-available {
  color: #4cbb6c;
}
#product-availability .product-unavailable {
  color: #ff9a52;
}
#product-availability .product-last-items {
  color: #ff9a52;
}

.product-prices {
  border-top: 1px solid #e5e5e5;
  margin: 25px 0 0;
  padding-top: 25px;
}
.product-prices > .product-discount,
.product-prices > .product-price {
  display: inline-block;
  margin: 0;
}
.product-prices > .product-discount {
  padding-right: 5px;
}
.product-prices .current-price > .price {
  font-size: 32px;
  line-height: 0.6;
  font-weight: 300;
}
.product-prices .product-discount .regular-price {
  font-size: 25px;
  font-weight: 300;
  color: #898989;
}

@media (max-width: 575.98px) {
  .product-prices .current-price > .price {
    font-size: 26px;
  }
  .product-prices .product-discount .regular-price {
    font-size: 22px;
  }
}

.product-variants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 35px -10px 0;
}
.product-variants .control-label {
  display: block;
  font-size: 15px;
  margin-bottom: 7px;
  text-transform: uppercase;
}
.product-variants select {
  height: 40px !important;
  border-radius: 25px;
  width: auto;
}
.product-variants label {
  margin: 0;
}

.product-variants-item {
  padding: 0 10px 20px;
}
.product-variants-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
.product-variants-item li {
  display: inline-block;
  vertical-align: top;
  margin: 3px 10px 3px 0;
}
.product-variants-item .color {
  color: #ffffff;
}
.product-variants-item .color:before {
  font-size: 20px;
  font-weight: 700;
  content: "\e5ca";
  font-family: "Material Icons";
  opacity: 0;
  -webkit-transition: 0.3s opacity, 0.3s transform;
  transition: 0.3s opacity, 0.3s transform;
  -webkit-transform: translate(0, -4px);
  transform: translate(0, -4px);
}
.product-variants-item .color[style*="#fffff"] {
  color: inherit;
}
.product-variants-item .input-color + span,
.product-variants-item .input-radio + span {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #efefef;
  border: 2px solid #efefef;
  cursor: pointer;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  padding: 0 7px;
  min-width: 40px;
  text-align: center;
  width: auto;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50%;
  -webkit-transition: color 0.3s, border-color 0.3s, background-color 0.3s;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s;
}
.product-variants-item .input-radio:hover + span {
  border-color: #00bfb3;
  color: #00bfb3;
}
.product-variants-item .input-radio:checked + span {
  background-color: #ffffff;
  border-color: #00bfb3;
  color: #00bfb3;
}
.product-variants-item .input-color:checked + .color {
  color: #ffffff;
}
.product-variants-item .input-color:checked + .color[style*="#fffff"] {
  color: inherit;
}
.product-variants-item .input-color:checked + .color:before {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.input-color {
  z-index: 1;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
}

.input-container {
  position: relative;
}

.input-radio {
  position: absolute;
  top: 0;
  cursor: pointer;
  opacity: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 480.98px) {
  .product-variants .control-label {
    display: block;
    padding: 0;
    margin-bottom: 10px;
  }
  .product-variants select {
    display: block;
    width: 100%;
  }
}

.product-add-to-cart .control-label {
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 7px;
}

.product-quantity {
  display: inline-block;
  vertical-align: middle;
}
.product-quantity .qty {
  padding-right: 6px;
}
.product-quantity .qty,
.product-quantity .add {
  display: inline-block;
  vertical-align: middle;
}

#quantity_wanted {
  display: none !important;
}
.bootstrap-touchspin #quantity_wanted {
  display: block !important;
}

.product-add-to-cart {
  display: inline-block;
  vertical-align: top;
  margin: 15px 0;
}
.product-add-to-cart .add {
  padding: 0 5px 0 0;
}
.product-add-to-cart .add-to-cart {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  padding: 0.909em 2.5em;
  border-radius: 25px;
}

@media (max-width: 575.98px) {
  .product-add-to-cart {
    display: block;
  }
  .product-add-to-cart .bootstrap-touchspin {
    width: 80px;
  }
  .product-add-to-cart .add-to-cart {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

.product-additional-info {
  display: inline-block;
  vertical-align: bottom;
  margin: 15px 0;
}

@media (max-width: 575.98px) {
  .product-additional-info {
    display: block;
    border-top: 1px solid #e5e5e5;
    padding-top: 16px;
  }
}

.social-sharing {
  display: inline-block;
  vertical-align: top;
}
.social-sharing ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.social-sharing li {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
}
.social-sharing li a {
  border: 2px solid;
  display: inline-block;
  font-family: "fontello";
  font-size: 16px;
  height: 48px;
  line-height: 44px;
  padding: 0;
  position: relative;
  text-align: center;
  width: 48px;
  border-radius: 50%;
}
.social-sharing li.facebook {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.social-sharing li.facebook a {
  color: #3b5998;
}
.social-sharing li.facebook a:before {
  content: "\e814";
}
.social-sharing li.facebook:hover a,
.social-sharing li.facebook:focus a {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #ffffff;
}
.social-sharing li.twitter {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.social-sharing li.twitter a {
  color: #00aaf0;
}
.social-sharing li.twitter a:before {
  content: "\e817";
}
.social-sharing li.twitter:hover a,
.social-sharing li.twitter:focus a {
  background-color: #00aaf0;
  border-color: #00aaf0;
  color: #ffffff;
}
.social-sharing li.googleplus {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.social-sharing li.googleplus a {
  color: #be3308;
}
.social-sharing li.googleplus a:before {
  content: "\e800";
}
.social-sharing li.googleplus:hover a,
.social-sharing li.googleplus:focus a {
  background-color: #be3308;
  border-color: #be3308;
  color: #ffffff;
}
.social-sharing li.pinterest {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.social-sharing li.pinterest a {
  color: #ce1d1f;
}
.social-sharing li.pinterest a:before {
  content: "\e816";
}
.social-sharing li.pinterest:hover a,
.social-sharing li.pinterest:focus a {
  background-color: #ce1d1f;
  border-color: #ce1d1f;
  color: #ffffff;
}

@media (max-width: 575.98px) {
  .social-sharing li a {
    font-size: 15px;
    width: 40px;
    height: 40px;
    line-height: 34px;
  }
}

.product-description-short {
  border-top: 1px solid #e5e5e5;
  line-height: 2;
  margin-top: 15px;
  padding: 16px 0 8px;
}
.product-description-short p {
  line-height: inherit;
}

.more-info {
  max-width: 100%;
  margin-top: 60px;
  width: 100%;
}
.more-info .tab-pane-inner {
  padding: 20px 0 0;
}
.more-info .tab-pane-inner > p {
  line-height: 2;
}

@media (max-width: 575.98px) {
  .more-info {
    margin-top: 30px;
  }
  .more-info .tab-pane-inner {
    padding: 15px;
  }
}

.product-features {
  margin-top: 20px;
}
.product-features .h6 {
  text-transform: uppercase;
  font-weight: 700;
}
.product-features > dl.data-sheet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.product-features > dl.data-sheet dd.value,
.product-features > dl.data-sheet dt.name {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 40%;
  flex: 1 0 40%;
  font-weight: normal;
  background-color: #ebebeb;
  padding: 9px 10px;
  margin: 0 10px 10px 0;
  line-height: 1.2;
  word-break: break-all;
  border-radius: 6px;
}
.product-features > dl.data-sheet dt.name {
  background-color: #c7b3d4;
  color: #330f24;
  text-transform: capitalize;
}

@media (max-width: 768.98px) {
  .more-info {
    font-size: 12px;
  }
}

.product-customization {
  margin-top: 20px;
}
.product-customization ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.product-customization .product-customization-item {
  margin: 20px 0;
  width: 50%;
  padding: 0 15px;
}
.product-customization .file-input {
  width: 100%;
  opacity: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  height: 42px;
  overflow: hidden;
  position: absolute;
}
.product-customization .custom-file {
  position: relative;
  width: 100%;
  height: 42px;
  line-height: 38px;
  text-indent: 15px;
  border: 1px solid #e3e3e3;
  border-radius: 0 30px 30px 0;
}
.product-customization .custom-file button {
  z-index: 0;
  position: absolute;
  right: -2px;
  top: -2px;
  font-size: 12px;
  line-height: 1;
  bottom: -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1.2em;
  border-radius: 0 30px 30px 0;
}
.product-customization .custom-file button:after {
  font-size: 6px;
}
.product-customization small {
  color: #464a4c;
}

@media (max-width: 768.98px) {
  .product-customization .product-customization-item {
    width: 100%;
  }
}

.category-products {
  margin-top: 100px;
}

@media (max-width: 991.98px) {
  .category-products {
    margin-top: 50px;
  }
}

.r-column {
  background-color: #ffffff;
  padding: 25px;
}
.r-column h1 {
  font-size: 38px;
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .r-column {
    margin-top: 20px;
  }
}

@media (max-width: 768.98px) {
  .r-column {
    padding-left: 10px;
    padding-right: 10px;
  }
  .r-column h1 {
    font-size: 28px;
  }
}

@media (max-width: 575.98px) {
  .r-column h1 {
    font-size: 21px;
  }
}

#product-modal .modal-content {
  background: transparent;
  border: none;
  padding: 0;
}
#product-modal .modal-content .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -30%;
}
#product-modal .modal-content .modal-body figure {
  background: #ffffff;
  text-align: center;
}
#product-modal .modal-content .modal-body .product-cover-modal {
  background: white;
  display: inline-block;
}
#product-modal .modal-content .modal-body .image-caption {
  text-align: left;
  background: white;
  width: 800px;
  padding: 10px 20px;
  border-top: #ebebeb 1px solid;
}
#product-modal .modal-content .modal-body .image-caption p {
  margin-bottom: 0;
}
#product-modal .modal-content .modal-body .thumbnails {
  position: relative;
}
#product-modal .modal-content .modal-body .mask {
  position: relative;
  overflow: hidden;
  max-height: 790px;
  z-index: 1;
}
#product-modal .modal-content .modal-body .mask.nomargin {
  margin-top: 0;
}
#product-modal .modal-content .modal-body .product-images {
  margin-left: 40px;
}
#product-modal .modal-content .modal-body .product-images > .thumb-container {
  width: auto;
  outline: 0;
  display: block;
  padding: 0;
  width: 148px;
}
#product-modal .modal-content .modal-body .product-images img {
  display: block;
  width: 100%;
  cursor: pointer;
  background: white;
  margin-bottom: 10px;
}
#product-modal .modal-content .modal-body .arrows {
  cursor: pointer;
}
#product-modal .modal-content .modal-body .arrows .arrow-up {
  top: -64px;
  opacity: 0.2;
}
#product-modal .modal-content .modal-body .arrows .arrow-down {
  bottom: 0;
}
#product-modal .modal-content .modal-body .arrows i {
  color: #00bfb3;
  font-size: 100px;
  display: inline;
  z-index: 1;
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  margin-right: -20px;
}

.r-column .product-flags {
  margin-bottom: 10px;
}
.r-column .product-flags .product-flag {
  font-size: 13px;
  margin: 0 5px 5px 0;
}

.checkout-step {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 0 0 15px;
}
.checkout-step .step-title {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 18px;
  background: #000000;
  color: #ffffff;
  padding: 8px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.checkout-step .content {
  padding: 0 37px;
}
.checkout-step .step-edit {
  text-transform: lowercase;
  font-weight: normal;
}
.checkout-step .step-edit .edit {
  font-size: 16px;
}
.checkout-step .not-allowed {
  cursor: not-allowed;
  opacity: 0.5;
}
.checkout-step .content,
.checkout-step .done,
.checkout-step .step-edit {
  display: none;
}
.checkout-step.-unreachable .step-title {
  cursor: not-allowed;
}
.checkout-step.-current .step-title {
  cursor: default;
}
.checkout-step.-current .content {
  display: block;
}
.checkout-step.-current.-reachable.-complete .done,
.checkout-step.-current.-reachable.-complete .step-edit {
  display: none;
}
.checkout-step.-current.-reachable.-complete .step-number {
  display: inline-block;
}
.checkout-step.-current.-reachable.-complete .content {
  display: block;
}
.checkout-step.-reachable.-complete h1 .done {
  display: inline-block;
}
.checkout-step.-reachable.-complete h1 .step-number {
  display: none;
}
.checkout-step.-reachable.-complete h1 .step-edit {
  cursor: pointer;
  display: block;
  color: inherit !important;
  margin-left: auto;
}
.checkout-step.-reachable.-complete .content {
  display: none;
}
.checkout-step small {
  color: #464a4c;
}
.checkout-step .default-input {
  min-width: 40%;
}
.checkout-step .default-input[name="address1"],
.checkout-step .default-input[name="address2"] {
  min-width: 60%;
}
.checkout-step .radio-field {
  margin-top: 30px;
}
.checkout-step .radio-field label {
  display: inline;
}
.checkout-step .checkbox-field div {
  margin-top: 60px;
}
.checkout-step .checkbox-field + .checkbox-field div {
  margin-top: 0;
}
.checkout-step .select-field div {
  background: #f6f6f6;
  padding: 10px 50px;
}
.checkout-step #conditions-to-approve {
  padding-top: 16px;
}
.checkout-step #conditions-to-approve li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkout-step .payment-options label {
  margin: 0;
}
.checkout-step .payment-options .custom-radio {
  margin-right: 10px;
}
.checkout-step .payment-options .payment-option {
  background: #f4f3f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  margin-bottom: 8px;
}
.checkout-step .step-number {
  display: inline-block;
  padding-right: 15px;
}
.checkout-step .address-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkout-step .address-item {
  background: #f6f6f6;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  margin-bottom: 10px;
}
.checkout-step .address-item.selected {
  background: white;
  border: #00bfb3 3px solid;
}
.checkout-step .address-alias {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}
.checkout-step .address {
  margin-left: 25px;
  font-weight: normal;
}
.checkout-step .radio-block {
  padding: 15px;
  text-align: left;
}
.checkout-step .delete-address,
.checkout-step .edit-address {
  color: #ffffff !important;
  display: inline-block;
  margin: 0 5px;
}
.checkout-step .delete-address:hover,
.checkout-step .edit-address:hover {
  color: #ffffff !important;
}
.checkout-step .delete-address .delete,
.checkout-step .delete-address .edit,
.checkout-step .edit-address .delete,
.checkout-step .edit-address .edit {
  font-size: 16px;
}
.checkout-step hr {
  margin: 0;
}
.checkout-step .address-footer {
  text-align: center;
  padding: 10px;
}
.checkout-step #delivery-addresses,
.checkout-step #invoice-addresses {
  margin-top: 20px;
}
.checkout-step .add-address {
  margin-top: 20px;
}
.checkout-step .add-address a {
  color: #414141;
}
.checkout-step .add-address a i {
  font-size: 2rem;
}
.checkout-step .delivery-option {
  line-height: 1.8;
  background: #f6f6f6;
  padding: 15px 0;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.checkout-step .delivery-option .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.checkout-step .delivery-option img {
  display: inline-block;
  margin: 10px 0;
}
.checkout-step .delivery-option label {
  text-align: inherit;
  margin: 0;
}
.checkout-step .delivery-option label > .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.checkout-step .carrier-delay,
.checkout-step .carrier-name {
  display: inline-block;
  word-break: break-word;
  text-align: left;
  margin: 0;
}
.checkout-step #customer-form,
.checkout-step #delivery-address,
.checkout-step #invoice-address,
.checkout-step #login-form {
  margin-left: 5px;
  margin-top: 25px;
}
.checkout-step #customer-form .radio-inline,
.checkout-step #delivery-address .radio-inline,
.checkout-step #invoice-address .radio-inline,
.checkout-step #login-form .radio-inline {
  padding: 0;
}
.checkout-step .sign-in {
  font-size: 1.4rem;
}
.checkout-step .forgot-password {
  margin-left: rem(230px);
}

#delivery_message {
  margin-bottom: 20px;
}

#checkout #content {
  margin-bottom: 25px;
}

#checkout .condition-label label {
  text-align: inherit;
}

#checkout .cancel-address {
  margin: 10px;
  display: block;
  color: #878787;
  text-decoration: underline;
}

#checkout .modal-content {
  padding: 20px;
}

#checkout #gift_message {
  max-width: 100%;
  margin-bottom: 1rem;
}

.js-payment-binary {
  display: none;
}
.js-payment-binary .accept-cgv {
  display: none;
}
.js-payment-binary.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.js-payment-binary.disabled::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.js-payment-binary.disabled .accept-cgv {
  display: block;
}

/**** ORDER CONFIRMATION *****/
#order-details {
  padding-left: 30px;
}
#order-details > .card-title {
  margin-bottom: 30px;
}
#order-details ul {
  margin-bottom: 20px;
}
#order-details ul li {
  margin-bottom: 10px;
}

#order-items {
  border-right: #ebebeb 1px solid;
}
#order-items table {
  width: 100%;
}
#order-items table tr {
  height: 30px;
}
#order-items table tr td:first-child {
  text-align: right;
  width: 80%;
}
#order-items table tr td:last-child {
  text-align: right;
}
#order-items .order-line {
  border: 1px solid #e5e5e5;
  padding: 12px 5px;
  margin: 0 0 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#order-items .order-line img {
  width: auto;
}
#order-items .details .customizations {
  margin-top: 10px;
}

#order-confirmation #registration-form {
  width: 50%;
  margin: 0 auto 16px;
}

.page-order-confirmation {
  margin: 10px 0;
}

@media (max-width: 575.98px) {
  .order-confirmation-table .qty {
    margin-top: 15px;
  }
  #order-items .image {
    display: block;
    margin-bottom: 15px;
    text-align: center;
  }
  #order-items .image img {
    display: inline-block;
  }
}

#order-summary-content {
  padding-top: 15px;
}
#order-summary-content .card {
  margin-bottom: 15px;
  border: none;
}
#order-summary-content .card-block {
  background: #f7f7f7;
  border: none;
}
#order-summary-content .card-block h4.black {
  color: inherit;
  text-transform: uppercase;
  font-weight: 400;
}
#order-summary-content h4.h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #414141;
}
#order-summary-content h4.black {
  color: #000000;
}
#order-summary-content h4.addresshead {
  margin-top: 3px;
}
#order-summary-content .noshadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#order-summary-content #order-items {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  border-right: 0;
}
#order-summary-content #order-items h3.h3 {
  color: #414141;
  margin-top: 20px;
}
#order-summary-content #order-items table tr:first-child td {
  border-top: 0;
}
#order-summary-content .order-confirmation-table {
  padding: 1rem;
  margin-bottom: 2rem;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0;
}
#order-summary-content .summary-selected-carrier {
  margin-bottom: 0.75rem;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  padding: 1rem;
}
#order-summary-content .summary-selected-carrier > .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#order-summary-content .step-edit {
  margin-left: auto;
  display: inline-block;
  font-size: 14px;
  color: #00bfb3;
}
#order-summary-content .step-edit:hover {
  cursor: pointer;
}
#order-summary-content a .step-edit {
  color: #464a4c;
}

#cart-summary-product-list {
  font-size: 1.4rem;
}
#cart-summary-product-list .media {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e5e5e5;
  background-color: #fafafa;
  padding: 7px;
  margin-bottom: 7px;
}
#cart-summary-product-list .product-name,
#cart-summary-product-list .product-quantity,
#cart-summary-product-list .product-price {
  padding: 0 5px;
}
#cart-summary-product-list .product-name {
  text-transform: uppercase;
  font-size: 12px;
  max-width: 43%;
  padding-left: 15px;
  line-height: 1.3;
}
#cart-summary-product-list img {
  width: 50px;
}
#cart-summary-product-list .media-body {
  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;
}

.page-password #main {
  max-width: 900px;
  margin: 0 auto;
}

.page-password .page-header {
  text-align: center;
}

.page-password .center-email-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

.page-password .form-control-submit {
  font-size: 1.1rem;
}

@media (max-width: 768.98px) {
  .page-password .form-control-submit {
    margin: 20px 15px 0;
  }
}

.password-requirements {
  margin-top: 25px;
}

.password-requirements-length,
.password-requirements-score {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 8px;
}
.password-requirements-length i,
.password-requirements-score i {
  line-height: 1;
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
}

@media (max-width: 991.98px) {
  #js-checkout-summary {
    margin-top: 15px;
  }
  .done {
    margin: 0;
    padding: 0;
  }
  #checkout .checkout-step .address-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  #checkout .checkout-step .delivery-option-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .delivery-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
  }
  .delivery-option .custom-radio {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .condition-label label[for="conditions_to_approve[terms-and-conditions]"] {
    text-align: left;
  }
  #order-confirmation #registration-form {
    width: 100%;
  }
}

@media (max-width: 768.98px) {
  #checkout .checkout-step .content {
    padding: 15px;
  }
  #checkout .form-group {
    margin-bottom: 8px;
  }
  #order-items {
    border-right: 0;
    margin-bottom: 40px;
  }
  #order-items .card-title {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  #order-items hr {
    border-top-color: #ebebeb;
  }
  .bold {
    font-weight: bold;
  }
  #order-details {
    padding-left: 15px;
  }
  #order-details .card-title {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .checkout-step .step-title {
    font-size: 18px;
  }
  #order-summary-content h4.h4 {
    font-size: 18px;
  }
  #order-summary-content h4.black {
    font-size: 20px;
  }
}

@media (max-width: 575.98px) {
  .checkout-step .step-title {
    font-size: 12px;
  }
  .checkout-step .delivery-option {
    text-align: center;
  }
  .checkout-step .delivery-option img {
    margin-top: 10px;
  }
  #payment-confirmation button {
    font-size: 14px;
  }
  #payment-confirmation button.btn {
    white-space: normal;
  }
}

.page-manufacturer #main > ul,
.page-supplier #main > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-manufacturer .brand,
.page-supplier .brand {
  width: 100%;
  padding: 0 15px;
  text-align: center;
}
.page-manufacturer .brand img,
.page-supplier .brand img {
  display: inline-block;
}

.page-manufacturer .brand-img,
.page-supplier .brand-img {
  border: 1px solid #efefef;
  background-color: #ffffff;
}

.page-manufacturer .brand-infos,
.page-supplier .brand-infos {
  margin-top: 10px;
}
.page-manufacturer .brand-infos .h3,
.page-supplier .brand-infos .h3 {
  font-size: 16px;
  text-transform: uppercase;
}

.page-manufacturer .brand-products a,
.page-supplier .brand-products a {
  display: inline-block;
  margin-right: 10px;
  text-transform: uppercase;
  color: #00bfb3;
}

@media (min-width: 576px) {
  .page-manufacturer .brand,
  .page-supplier .brand {
    width: 50%;
  }
}

@media (min-width: 769px) {
  .page-manufacturer .brand,
  .page-supplier .brand {
    width: 25%;
  }
}

.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  border-bottom: 1px solid rgba(47, 47, 47, 0.07);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 45px;
  padding: 0 0 18px;
  position: relative;
}
.breadcrumb[data-depth="1"] {
  display: none;
}
.breadcrumb ol {
  margin-bottom: 0;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li:last-child {
  color: #000000;
}
.breadcrumb li:not(:last-child):after {
  display: inline-block;
  content: "/";
  margin: 0 4px;
}

@media (max-width: 991.98px) {
  .breadcrumb {
    margin-bottom: 25px;
  }
}

@media (max-width: 768.98px) {
  .breadcrumb {
    display: none;
  }
}

#notifications {
  width: 100%;
}

.alert {
  padding: 15px;
  margin-top: 15px;
  border: none;
}
.alert:not(.alert-info) {
  color: #ffffff;
}

.alert-warning {
  background: #ff9a52;
}
.alert-warning .material-icons {
  color: #ff9a52;
  font-size: 32px;
  margin-right: 10px;
  padding-top: 5px;
}
.alert-warning .alert-text {
  font-size: 15px;
  padding-top: 10px;
}
.alert-warning .alert-link {
  border-radius: 2px;
  border-width: 2px;
  margin-left: 10px;
  padding: 5px 20px;
  font-weight: 600;
  font-size: 13px;
  color: #6c868e;
}
.alert-warning ul li:last-child .alert-link {
  color: white;
}
.alert-warning .warning-buttons {
  margin-top: 5px;
}

.alert-danger {
  background: #ff4c4c;
}

.alert-success {
  background: #4cbb6c;
}

.ps-alert-success i,
.ps-alert-error i {
  display: block;
  text-align: center;
}

.ps-alert-success svg,
.ps-alert-error svg {
  max-width: 120px;
}

.blockreassurance {
  padding: 15px 0 0;
  text-align: center;
  width: 100%;
  font-weight: 400;
  background: #fff;
  margin: 15px 0;
}
.blockreassurance .reass-item {
  margin-bottom: 10px;
}
.blockreassurance .block-icon {
  margin-bottom: 10px;
}
.blockreassurance img,
.blockreassurance svg {
  max-width: 60px;
  height: auto;
}
.blockreassurance p {
  font-size: 14px;
}
.blockreassurance .block-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 3px;
}

#block-reassurance img {
  max-width: 80px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
}

#block-reassurance .block-reassurance-item {
  background-color: #ffffff;
  padding: 11.7px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}

#block-reassurance span {
  font-size: 14px;
  font-weight: 500;
  padding-left: 12px;
  line-height: 1.5;
  margin: 0;
}

.page-product #block-reassurance .block-reassurance-item {
  background-color: #fafafa;
}

.page-order #block-reassurance,
.page-cart #block-reassurance {
  margin-top: 20px;
  border: 1px solid #e5e5e5;
}
.page-order #block-reassurance ul,
.page-cart #block-reassurance ul {
  margin: 0;
}

.blockreassurance_product {
  margin-top: 20px;
}
.blockreassurance_product .block-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  max-width: 40px;
}
.blockreassurance_product img,
.blockreassurance_product svg {
  max-width: 100%;
  height: auto;
}
.blockreassurance_product p {
  margin-bottom: 0;
}
.blockreassurance_product .item-link {
  background-color: #ffffff;
  padding: 11.7px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
.blockreassurance_product .item-descr {
  font-size: 14px;
  padding-left: 12px;
  line-height: 1.5;
}
.blockreassurance_product .block-title {
  font-weight: 600;
  margin-bottom: 2px;
}

.page-product .blockreassurance_product .item-link {
  background-color: #fafafa;
}

.page-order .blockreassurance_product,
.page-cart .blockreassurance_product {
  margin-top: 20px;
  border: 1px solid #e5e5e5;
}

button {
  cursor: pointer;
  outline: none !important;
}

.btn,
.btn-primary,
.btn-secondary,
.btn-tertiary {
  background-color: transparent;
  border: 1px solid #000000;
  border-radius: 0;
  color: #000000;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  outline: none;
  padding: 17px 32px;
  padding: 1.18em 2.29em;
  position: relative;
  line-height: 1.25;
  cursor: pointer;
  white-space: normal;
  text-align: center;
  text-transform: uppercase;
}
.btn.disabled,
.btn:disabled,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-secondary.disabled,
.btn-secondary:disabled,
.btn-tertiary.disabled,
.btn-tertiary:disabled {
  background-color: transparent;
  border-color: #000;
}
.btn i,
.btn-primary i,
.btn-secondary i,
.btn-tertiary i {
  line-height: 1;
}
.btn.fill,
.btn-primary.fill,
.btn-secondary.fill,
.btn-tertiary.fill {
  border-color: #00bfb3;
  background-color: #00bfb3;
  color: #ffffff;
}
.btn.fill:hover,
.btn-primary.fill:hover,
.btn-secondary.fill:hover,
.btn-tertiary.fill:hover {
  background-color: #00d9cb;
  border-color: #00d9cb;
}
.btn:hover,
.btn-primary:hover,
.btn-secondary:hover,
.btn-tertiary:hover {
  border-color: #00bfb3;
  background: #00bfb3;
  color: #ffffff;
}
.btn:active,
.btn-primary:active,
.btn-secondary:active,
.btn-tertiary:active {
  background: #009b92;
  border-color: #009b92;
  color: #ffffff;
}
.btn:focus,
.btn:active,
.btn-primary:focus,
.btn-primary:active,
.btn-secondary:focus,
.btn-secondary:active,
.btn-tertiary:focus,
.btn-tertiary:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.big,
.btn-primary.big,
.btn-secondary.big,
.btn-tertiary.big {
  font-size: 16px;
  padding: 1.407em 2em;
}
.btn:before,
.btn-primary:before,
.btn-secondary:before,
.btn-tertiary:before {
  font-size: 19px;
  display: inline-block;
  margin-right: 12px;
}

.btn.disabled,
.btn:disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}

@media (max-width: 991.98px) {
  .btn,
  .btn-primary,
  .btn-secondary,
  .btn-tertiary {
    font-size: 13px;
    padding-left: 1.8em;
    padding-right: 1.8em;
  }
  .btn.big,
  .btn-primary.big,
  .btn-secondary.big,
  .btn-tertiary.big {
    font-size: 14px;
  }
}

.add-cart.disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.6;
}

.sidebar {
  font-size: 14px;
}
.sidebar > div,
.sidebar > section {
  margin-bottom: 40px;
}
.sidebar .h6 {
  display: block;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 23px;
}
.sidebar .btn {
  font-size: 13px;
  margin-top: 20px;
}
.sidebar .btn:after {
  padding-left: 1em;
}

@media (max-width: 991.98px) {
  .column-block {
    position: relative;
  }
  .column-block .h6 {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
    margin-bottom: 0;
  }
  .sidebar > div,
  .sidebar > section {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .sidebar .column-block {
    margin: 0;
  }
  .sidebar .h6 {
    font-size: 17px;
    position: relative;
    cursor: pointer;
  }
  .sidebar .h6:after {
    font-family: "Material Icons";
    content: "\E313";
    position: absolute;
    right: 10px;
    font-size: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .sidebar .h6.active:after {
    content: "\E316";
  }
  .sidebar .toggle-block {
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
    transition: opacity 0.3s, transform 0.3s, visibility 0.3s,
      -webkit-transform 0.3s;
    will-change: transform;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    position: absolute;
    width: 100%;
  }
  .sidebar .open .toggle-block {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    position: static;
  }
}

#products .products-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#products .up {
  margin-bottom: 16px;
}
#products .up .btn-secondary {
  color: #464a4c;
  text-transform: inherit;
}
#products .up .btn-secondary .material-icons {
  margin-right: 0;
}

.js-cart-line-product-quantity {
  display: none !important;
}
.bootstrap-touchspin .js-cart-line-product-quantity {
  display: block !important;
}

.product-line-grid {
  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;
}

.cart-grid {
  margin-bottom: 16px;
}
.cart-grid .cart-grid-body .cart-container {
  border: none;
}
.cart-grid .cart-grid-body .card-block {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.cart-grid .cart-container {
  margin-bottom: 20px;
}

.cart-items {
  margin: 20px 0 0;
}
.cart-items .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-summary-subtotals-container {
  padding: 0;
}

.cart-summary-line {
  clear: both;
  margin-bottom: 7px;
}
.cart-summary-line .label {
  padding-left: 0;
  font-weight: 600;
  white-space: inherit;
  padding-right: 10px;
  text-transform: uppercase;
}
.cart-summary-line .value {
  color: #414141;
}

/** CART BODY **/
.cart-grid-body .cart-item {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 12px 7px;
  border-radius: 4px;
}
.cart-grid-body .cart-item:not(:last-child) {
  margin-bottom: 20px;
}

.cart-grid-body a.label:hover {
  color: #00bfb3;
}

.cart-grid-body .card-block {
  padding: 16px;
}
.cart-grid-body .card-block h1 {
  font-weight: 100;
  margin-bottom: 0;
}

.cart-grid-body hr {
  margin: 0;
  display: none;
}

/** CART RIGHT **/
.cart-grid-right hr {
  margin: 0;
}

.cart-grid-right .promo-discounts {
  margin-bottom: 0;
  padding-top: 0;
}
.cart-grid-right .promo-discounts .cart-summary-line .label .code {
  text-decoration: underline;
  cursor: pointer;
}

.block-promo {
  background-color: #ffffff;
}
.block-promo .promo-code {
  padding: 1.25rem;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.block-promo .promo-code form {
  position: relative;
}
.block-promo .promo-code .alert-danger {
  position: relative;
  margin-top: 20px;
  background: #ff4c4c;
  color: white;
  display: none;
}
.block-promo .promo-code .alert-danger::after {
  bottom: 100%;
  left: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #ff4c4c;
  border-width: 10px;
  margin-left: -10px;
}
.block-promo .promo-input {
  padding: 0 110px 0 12px;
  border: 1px solid #e5e5e5;
  height: 38px;
  display: block;
  width: 100%;
}
.block-promo .promo-input:focus {
  border-color: #00bfb3;
  outline: none;
}
.block-promo .promo-input + button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10.5px 12px;
  font-size: 12px;
  max-width: 110px;
}
.block-promo .cart-summary-line .label,
.block-promo .promo-name {
  color: #ff9a52;
}
.block-promo .cart-summary-line .label a,
.block-promo .promo-name a {
  font-weight: normal;
  color: #414141;
  display: inline-block;
}
.block-promo .promo-code-button {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  color: #00bfb3;
  padding: 0 1.25rem 1rem 1.25rem;
  margin-bottom: 0;
}
.block-promo.promo-highlighted {
  padding: 7px 1.25rem;
  margin-bottom: 0;
}

/** CONTENT LEFT **/
.product-line-grid-left img {
  width: auto;
}

/** CONTENT BODY **/
.product-line-grid-body .regular-price {
  vertical-align: middle;
}

.product-line-grid-body > .product-line-info {
  margin-bottom: 5px;
}
.product-line-grid-body > .product-line-info .value {
  color: #00bfb3;
  font-weight: 600;
}
.product-line-grid-body > .product-line-info > .label {
  padding: 0;
  line-height: inherit;
  text-align: left;
  white-space: inherit;
  color: inherit;
}
.product-line-grid-body > .product-line-info > .out-of-stock {
  color: red;
}
.product-line-grid-body > .product-line-info > .available {
  color: #4cbb6c;
}
.product-line-grid-body > .product-line-info > .unit-price-cart {
  padding-left: 0.3125rem;
  font-size: 0.875rem;
  color: #878787;
}
.product-line-grid-body > .product-line-info .discount {
  background: #d74444;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  font-size: 14px;
  line-height: 1;
}
.product-line-grid-body > .product-line-info .product-discount,
.product-line-grid-body > .product-line-info .current-price {
  display: inline-block;
}
.product-line-grid-body > .product-line-info .current-price {
  vertical-align: middle;
}

@media (max-width: 991.98px) {
  .cart-grid-right {
    margin-top: 15px;
  }
}

@media (max-width: 768.98px) {
  .product-line-grid-right > .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .product-line-grid-right .col-md-10 > .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cart-grid-body .card-block h1 {
    font-size: 30px;
  }
  .cart-grid-body .card-block h1 {
    font-size: 20px;
  }
  .product-line-grid img {
    display: inline-block;
    margin-bottom: 20px;
  }
  .product-line-grid .bootstrap-touchspin {
    max-width: 400px;
    margin: 0 auto;
  }
  .product-line-grid [class*="col-"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .product-line-grid .qty {
    margin: 10px 0;
  }
  .product-line-grid .cart-line-product-actions {
    margin-top: 10px;
  }
}

#custom-text {
  background: white;
  margin: 24px 0;
  padding: 50px 50px;
  text-align: center;
}
#custom-text h3 {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  #block-cmsinfo {
    padding: 20px 30px;
  }
}

/*** SOME GENERIC STYLES ***/
.table-labeled th {
  vertical-align: middle;
}

.table-labeled td {
  vertical-align: middle;
}

.table-labeled .label {
  font-weight: 400;
  border-radius: 3px;
  font-size: inherit;
  padding: 4px 6px;
  margin: 2px;
  color: white;
  white-space: nowrap;
}

.page-order .table {
  margin-bottom: 0;
}

.page-order table th {
  padding: 8px;
}

.page-order table td {
  padding: 8px;
}

.page-order table thead th {
  text-align: center;
}

#authentication .tooltip.tooltip-bottom {
  padding: 0;
  margin: 0;
}

#identity .radio-inline,
#authentication .radio-inline {
  padding: 0;
}
#identity .radio-inline .custom-radio,
#authentication .radio-inline .custom-radio {
  margin-right: 0;
}

/*** Most of the customer accpunt pages ***/
.page-customer-account #content {
  margin: 30px 0;
}
.page-customer-account #content .order-actions a {
  padding: 0 2px;
}
.page-customer-account #content .forgot-password {
  text-align: center;
  margin-top: 16px;
  padding-bottom: 15px;
}
.page-customer-account #content .no-account {
  text-align: center;
  font-size: 16px;
  padding-top: 18px;
}

.login-form {
  margin-bottom: 15px;
}
.login-form hr {
  margin-top: 10px;
}

/*** Login page ***/
.page-authentication .page-header,
.page-registration .page-header {
  text-align: center;
}

.page-authentication #content,
.page-registration #content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.register-form a {
  color: #00bfb3;
}

/*** Addresses page ***/
.page-addresses .address {
  padding: 25px;
  margin-bottom: 30px;
}
.page-addresses .address .address-body {
  padding: 16px;
}
.page-addresses .address .address-body h4 {
  font-size: 16px;
  font-weight: 600;
}

.js-address-form .form-control-label {
  font-weight: 400;
  text-transform: uppercase;
}

.address-footer {
  padding: 8px 0;
}

.addresses-footer a,
.address-footer a {
  display: inline-block;
  background-color: #00bfb3;
  color: #ffffff;
  padding: 7px 10px;
  font-size: 12px;
  margin-right: 8px;
}
.addresses-footer a:hover,
.address-footer a:hover {
  background-color: #00f2e3;
  color: #ffffff;
}
.addresses-footer a:active,
.address-footer a:active {
  background: -color #008c83;
  color: #ffffff;
}
.addresses-footer a i,
.address-footer a i {
  font-size: 16px;
}

/*** Order details page ***/
.page-order-detail .box {
  line-height: 1.8;
  margin-bottom: 30px;
}

.page-order-detail h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #414141;
  margin-bottom: 16px;
}

.page-order-detail #order-infos ul {
  margin: 0;
}

.page-order-detail #order-history .history-lines .history-line {
  padding: 8px 0;
  border-bottom: 1px solid #f6f6f6;
}
.page-order-detail #order-history .history-lines .history-line:last-child {
  border-bottom: 0;
}
.page-order-detail #order-history .history-lines .history-line .label {
  display: inline-block;
  margin: 4px 0;
  padding: 4px 6px;
  color: white;
  border-radius: 3px;
}

.page-order-detail .addresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.page-order-detail .addresses h4 {
  font-size: 16px;
  font-weight: 700;
}

.page-order-detail #order-products.return {
  margin-bottom: 16px;
}
.page-order-detail #order-products.return th.head-checkbox {
  width: 30px;
}
.page-order-detail #order-products.return td {
  padding: 1.375rem 0.75rem;
}
.page-order-detail #order-products.return td.qty {
  min-width: 125px;
}
.page-order-detail #order-products.return td.qty .current {
  width: 30%;
  float: left;
  text-align: right;
  padding-right: 0.5rem;
}
.page-order-detail #order-products.return td.qty .select {
  width: 70%;
  float: left;
  margin: -0.625rem 0;
  padding-left: 0.25rem;
}
.page-order-detail #order-products.return td.qty .select select {
  text-align: center;
}

.page-order-detail .order-items {
  padding: 0 !important;
}
.page-order-detail .order-items .order-item {
  padding: 16px 16px 0;
  border-bottom: 1px solid #f6f6f6;
}
.page-order-detail .order-items .order-item .checkbox {
  width: 30px;
  float: left;
  padding: 0 15px;
}
.page-order-detail .order-items .order-item .content {
  width: calc(100% - 30px);
  float: left;
  padding: 0 15px;
}
.page-order-detail .order-items .order-item .desc {
  margin-bottom: 16px;
}
.page-order-detail .order-items .order-item .desc .name {
  font-weight: bold;
}
.page-order-detail .order-items .order-item .qty {
  margin-bottom: 16px;
}
.page-order-detail .order-items .order-item .qty .q {
  margin-bottom: 4px;
}
.page-order-detail .order-items .order-item .qty .s {
  margin-bottom: 4px;
}

.page-order-detail .messages .message {
  margin-top: 8px;
  border-bottom: 1px solid #f6f6f6;
}
.page-order-detail .messages .message:last-child {
  border-bottom: 0;
}
.page-order-detail .messages .message > div {
  margin-bottom: 8px;
}

.page-order-detail .customization {
  margin-top: 12px;
}

/*** Order return page ***/
#order-return-infos .thead-default th {
  color: #414141;
}

#order-return-infos .customization {
  margin-top: 12px;
}

/*** My account landing page ***/
.page-my-account #content .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-width: 100%;
}
.page-my-account #content .links a {
  text-align: center;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 15px;
  margin-bottom: 30px;
}
.page-my-account #content .links .link-item {
  display: block;
  height: 100%;
  padding: 25px;
  border: 1px solid #e5e5e5;
  background-color: #fafafa;
  border-radius: 4px;
  -webkit-transition: border-color 0.4s, background 0.4s;
  transition: border-color 0.4s, background 0.4s;
}
.page-my-account #content .links .link-item:hover {
  background: #00bfb3;
  border-color: #00bfb3;
  color: #ffffff;
}
.page-my-account #content .links i {
  display: block;
  font-size: 35px;
  line-height: 1;
  width: 100%;
  padding-bottom: 10px;
}

/*** History page ***/
#history .orders {
  margin: 0 -16px;
}
#history .orders .order {
  padding: 12px 16px;
  border-bottom: 1px solid #f6f6f6;
}
#history .orders .order a h3 {
  color: #878787;
}
#history .orders .order .label {
  display: inline-block;
  margin: 4px 0;
  padding: 4px 6px;
  color: white;
  border-radius: 3px;
}
#history .orders .order:last-child {
  border-bottom: 0;
}

#module-ps_emailalerts-account #content-wrapper {
  width: 100%;
}

.js-customer-form .form-control-label {
  font-weight: 600;
  text-transform: uppercase;
}

/*** FOOTER ***/
.page-footer {
  margin-top: 15px;
}
.page-footer a {
  background: #00bfb3;
  border: none;
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  outline: none;
  padding: 1em 2.5em;
  position: relative;
  line-height: 1.25;
  cursor: pointer;
  white-space: normal;
  text-align: center;
  text-transform: uppercase;
}
.page-footer a:hover {
  background-color: #009b92;
  color: #ffffff;
}
.page-footer a:active {
  background-color: #00736b;
  color: #ffffff;
  outline: none !important;
}
.page-footer .account-link {
  margin-right: 16px;
}
.page-footer .account-link i {
  font-size: 16px;
}
.page-footer .account-link span {
  font-size: 1.4rem;
  vertical-align: middle;
}

@media (max-width: 575.98px) {
  .page-footer a {
    width: 100%;
    margin: 0 0 15px;
  }
}

.customization-modal .modal-content {
  border: 1px solid #f6f6f6;
  border-radius: 0;
}
.customization-modal .modal-content .modal-body {
  padding-top: 0;
}
.customization-modal .modal-content .modal-body .product-customization-line {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f6f6f6;
}
.customization-modal
  .modal-content
  .modal-body
  .product-customization-line
  .label {
  font-weight: bold;
  text-align: right;
}
.customization-modal
  .modal-content
  .modal-body
  .product-customization-line
  .value {
  word-wrap: break-word;
}
.customization-modal
  .modal-content
  .modal-body
  .product-customization-line:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

#products #main .page-header,
#pagenotfound #main .page-header {
  margin: 32px 0 48px;
}

#products .page-not-found,
#pagenotfound .page-not-found {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 60px 15px 74px;
  font-size: 1.4rem;
  max-width: 700px;
  margin: 0 auto 30px;
  text-align: center;
}
#products .page-not-found h4,
#pagenotfound .page-not-found h4 {
  font-size: 20px;
  color: inherit;
  text-transform: uppercase;
  margin: 8px 0 16px;
}
#products .page-not-found p,
#pagenotfound .page-not-found p {
  font-size: 16px;
}
#products .page-not-found #_desktop_search_bar,
#pagenotfound .page-not-found #_desktop_search_bar {
  display: block !important;
  margin-top: 25px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
#products .page-not-found #_desktop_search_bar .search-field,
#pagenotfound .page-not-found #_desktop_search_bar .search-field {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-center: center;
}
#products .page-not-found #_desktop_search_bar .search-btn-toggle,
#pagenotfound .page-not-found #_desktop_search_bar .search-btn-toggle {
  display: none;
}
#products .page-not-found #_desktop_search_bar .input-text,
#pagenotfound .page-not-found #_desktop_search_bar .input-text {
  color: inherit;
  height: 40px;
  padding: 5px 15px;
  border: 1px solid #e5e5e5;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 320px;
  border-radius: 5px;
}
#products
  .page-not-found
  #_desktop_search_bar
  .input-text::-webkit-input-placeholder,
#pagenotfound
  .page-not-found
  #_desktop_search_bar
  .input-text::-webkit-input-placeholder {
  color: inherit;
}
#products .page-not-found #_desktop_search_bar .input-text::-moz-placeholder,
#pagenotfound
  .page-not-found
  #_desktop_search_bar
  .input-text::-moz-placeholder {
  color: inherit;
}
#products
  .page-not-found
  #_desktop_search_bar
  .input-text:-ms-input-placeholder,
#pagenotfound
  .page-not-found
  #_desktop_search_bar
  .input-text:-ms-input-placeholder {
  color: inherit;
}
#products
  .page-not-found
  #_desktop_search_bar
  .input-text::-ms-input-placeholder,
#pagenotfound
  .page-not-found
  #_desktop_search_bar
  .input-text::-ms-input-placeholder {
  color: inherit;
}
#products .page-not-found #_desktop_search_bar .input-text::placeholder,
#pagenotfound .page-not-found #_desktop_search_bar .input-text::placeholder {
  color: inherit;
}
#products .page-not-found #_desktop_search_bar .input-text:focus,
#pagenotfound .page-not-found #_desktop_search_bar .input-text:focus {
  border-color: #465fcb;
  outline: none;
}
#products .page-not-found #_desktop_search_bar .search-btn,
#pagenotfound .page-not-found #_desktop_search_bar .search-btn {
  margin-left: 10px;
  padding: 0;
  border: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #00bfb3;
  color: #ffffff;
  position: static;
  -webkit-transform: none;
  transform: none;
  border-radius: 5px;
}

#pagenotfound .page-header {
  margin-top: 50px;
}

#pagenotfound h1 {
  text-align: center;
}

#content-wrapper.col-lg-9 .page-not-found {
  max-width: 100%;
}

@media (max-width: 991.98px) {
  #products .page-not-found #_desktop_search_bar .search-bar__text,
  #pagenotfound .page-not-found #_desktop_search_bar .search-bar__text {
    border: 1px solid #e5e5e5;
  }
}

#footer {
  background: #1b1b1b;
  color: rgba(255, 255, 255, 0.6);
  padding-top: 95px;
  overflow: hidden;
}

.footer-container p {
  line-height: inherit;
}

.footer-container .collapse {
  display: block;
  margin: 0;
}

.links {
  line-height: 2.5;
  margin-bottom: 28px;
}
.links h3,
.links .h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 100;
  line-height: 1.2;
  margin-bottom: 18px;
  cursor: pointer;
  text-transform: uppercase;
}
.links li {
  position: relative;
}
.links li a:hover {
  color: #ffffff;
}

.footer-one {
  padding: 70px 0 20px;
  font-size: 14px;
  font-weight: 100;
  text-transform: uppercase;
}

.footer-two {
  font-size: 14px;
  font-weight: 300;
}
.footer-two > .container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-two .inner-wrapper {
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-two p {
  margin-bottom: 0;
}
.footer-two .aeuc_footer_info {
  padding: 0 15px;
}

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

@media (min-width: 992px) and (max-width: 1280.98px) {
  .links h3,
  .links .h3 {
    font-size: 18px;
  }
}

@media (max-width: 991.98px) {
  #footer {
    padding-top: 45px;
  }
  .footer-one {
    padding: 35px 0 20px;
  }
  .links h3,
  .links .h3 {
    font-size: 15px;
  }
  .footer-two > .container {
    border-top: none;
  }
  .footer-two .inner-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 15px;
  }
}

@media (max-width: 991.98px) {
  .footer-one {
    padding: 20px 0 10px;
  }
  .footer-three > .container {
    padding-top: 10px;
    padding-bottom: 25px;
    border-top: none;
  }
  .footer-container .links {
    margin-bottom: 0;
  }
  .footer-container .links .h3 {
    line-height: 2;
    margin: 0;
  }
  .footer-container .links .title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 7px;
    padding-bottom: 5px;
    cursor: pointer;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer-container .links .title .pull-xs-right {
    position: absolute;
    top: 0;
    right: 0;
  }
  .footer-container .links .title .collapse-icons .remove {
    display: none;
  }
  .footer-container .links .title[aria-expanded="true"] .collapse-icons .add {
    display: none;
  }
  .footer-container
    .links
    .title[aria-expanded="true"]
    .collapse-icons
    .remove {
    display: block;
  }
  .footer-container .links .navbar-toggler {
    display: inline-block;
    padding: 0;
  }
  .footer-container .links .collapse {
    display: none;
  }
  .footer-container .links .collapse.show {
    display: block;
  }
  .footer-container .links ul {
    margin-bottom: 0;
  }
}

@media (max-width: 768.98px) {
  .footer-two .aeuc_footer_info {
    text-align: center;
    width: 100%;
    padding: 12px 10px 0 10px;
    margin-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

@media (max-width: 480.98px) {
  .footer-two {
    font-size: 13px;
  }
}

.form-control-label {
  padding-top: 10px;
}

/*fix inner shadow in Chrome and Safari mobile*/
input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
input[type="email"],
input[type="number"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="number"] {
  /* stylelint-disable */
  -moz-appearance: textfield;
  /* stylelint-enable */
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

input[type="file"] {
  max-width: 100%;
}

textarea {
  resize: none;
}
textarea.form-control {
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto;
}

.form-control {
  border-radius: 0;
  display: block;
  width: 100%;
  padding: 5px 15px;
  height: 46px;
  font-size: 15px;
  font-weight: 100;
  background-color: #fafafa;
  border: 1px solid #e5e5e5;
  outline: none;
}
.form-control::-webkit-input-placeholder {
  color: inherit;
}
.form-control::-moz-placeholder {
  color: inherit;
}
.form-control:-ms-input-placeholder {
  color: inherit;
}
.form-control::-ms-input-placeholder {
  color: inherit;
}
.form-control::placeholder {
  color: inherit;
}
.form-control:disabled {
  background-color: #fafafa;
}
.form-control:focus {
  border-color: #00bfb3;
  color: #00bfb3;
}

.input-group .form-control:focus {
  outline: none;
}

.input-group .input-group-btn > .btn {
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.form-group {
  margin-bottom: 18px;
}

.form-control-label {
  text-transform: uppercase;
}

.input-group .form-control:focus,
.input-group .form-control:active,
.input-group .form-control:hover {
  z-index: initial;
}

@media (min-width: 992px) {
  #header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #header.fixed-top {
    background: #ffffff;
  }
  .header-nav {
    color: #6a6a6a;
    padding: 28px 0;
    text-align: center;
    font-size: 14px;
  }
  .header-nav > .container {
    position: static;
  }
  .header-nav .inner-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #_desktop_logo {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  #_desktop_logo h1 {
    line-height: 1;
    font-size: inherit;
    margin: 0;
  }
  #_desktop_logo h1 span {
    display: none;
  }
  #_desktop_logo a {
    display: inline-block;
    max-width: 300px;
  }
  .header-top {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  .header-top > .container {
    position: static;
  }
  .left-nav,
  .right-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 991.98px) {
  #menu-icon {
    cursor: pointer;
    font-size: 30px;
    -webkit-box-flex: 4;
    -ms-flex: 4 0 0px;
    flex: 4 0 0;
    position: relative;
    width: 28px;
    height: 22px;
  }
  #menu-icon span {
    display: block;
    border-radius: 4px 4px 4px 4px;
    position: relative;
    width: 28px;
    border-top: 2px solid;
  }
  #menu-icon .sw-topper {
    top: 0;
  }
  #menu-icon .sw-bottom {
    top: 6.6px;
  }
  #menu-icon .sw-footer {
    top: 13.5px;
  }
  #menu-icon.active .sw-topper {
    top: 9px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #menu-icon.active .sw-bottom {
    top: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #menu-icon.active .sw-footer {
    opacity: 0;
    top: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #_desktop_user_info,
  #_desktop_wishlist_top,
  #_desktop_search_bar,
  #_desktop_currency_selector,
  #_desktop_language_selector,
  #_desktop_cart,
  #_desktop_contact_link,
  #_desktop_logo {
    display: none !important;
  }
  #header {
    position: sticky;
    z-index: 100;
    top: 0;
  }
  .is-not-index #header {
    background-image: none !important;
  }
  .header-nav .inner-wrapper > .mobile {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 11px 15px;
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #_mobile_menu-icon {
    cursor: pointer;
    -webkit-box-flex: 3;
    -ms-flex: 3 0 0px;
    flex: 3 0 0;
  }
  .top-logo {
    text-align: center;
    -webkit-box-flex: 11;
    -ms-flex: 11 0 0px;
    flex: 11 0 0;
  }
  .top-logo a {
    display: inline-block;
    max-width: 250px;
  }
  .top-logo h1 {
    line-height: 1;
    font-size: inherit;
    margin: 0;
  }
  .top-logo h1 span {
    display: none;
  }
  .wrapper-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 8px 10px 16px 20px;
  }
  .wrapper-modules {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 15px 20px 15px;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
  }
  .wrapper-modules #_mobile_search_bar {
    width: 100%;
  }
  .header-top > .container {
    position: static;
  }
  .header-nav,
  #wrapper,
  #notifications,
  #footer {
    -webkit-transition: 0.5s opacity, 0.5s transform;
    transition: 0.5s opacity, 0.5s transform;
  }
  #mobile_top_menu_wrapper {
    position: fixed;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    width: calc(100% - 48px);
    margin: 0;
    padding: 0;
    padding: 10px 0 0;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    background-color: #f4f3f2;
    -webkit-overflow-scrolling: touch;
  }
  .menu-show #mobile_top_menu_wrapper {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .menu-show .header-nav .inner-wrapper > .mobile {
    border-bottom-color: transparent;
  }
  .menu-show .header-nav,
  .menu-show #wrapper,
  .menu-show #notifications,
  .menu-show #footer {
    -webkit-transform: translateX(calc(100% - 53px));
    transform: translateX(calc(100% - 53px));
  }
  .menu-show #wrapper,
  .menu-show #notifications,
  .menu-show #footer {
    opacity: 0;
  }
  .menu-show .header-nav .inner-wrapper > .mobile {
    background: #ffffff;
  }
}

@media (max-width: 480.98px) {
  .top-logo {
    padding: 0 10px;
  }
}

.imageslider-item .caption {
  max-width: rem(600px);
}

.imageslider .owl-nav .owl-prev {
  left: 7px;
}

.imageslider .owl-nav .owl-next {
  right: 7px;
}

.aeuc_from_label,
.aeuc_tax_label,
.aeuc_weight_label {
  color: #554f58;
  font-size: 11px;
}

.aeuc_tax_label_shopping_cart {
  color: #554f58 !important;
  font-size: 12px !important;
}

.aeuc_tax_label_blockcart {
  color: #fff !important;
}

.tax-shipping-delivery-label {
  font-weight: 700;
  margin-top: 10px;
}

.aeuc_shipping_label,
.aeuc_delivery_label {
  font-weight: 400;
}

.aeuc_shipping_label:before,
.aeuc_delivery_label:before {
  content: "-";
}

.aeuc_shipping_label a {
  color: #878787;
  text-decoration: underline;
}

.content_price > {
  display: inline-block;
}

.unvisible {
  display: none;
}

p.payment_selected > a.payment_module_adv {
  border: 1px solid #55c65e;
  border-radius: 4px;
}

a.payment_module_adv {
  border: 1px solid #d6d4d4;
  border-radius: 4px;
}

.cart-overview .aeuc_unit_price_label {
  font-size: 8px;
  display: inline-block;
  font-weight: normal;
}

#checkout-cart-summary .aeuc_unit_price_label {
  display: block;
  font-size: 0.75rem;
  color: #878787;
}

#order-items .aeuc_unit_price_label {
  display: block;
  font-size: 0.875rem;
  color: #878787;
}

.products .aeuc_unit_price_label {
  display: block;
  font-size: 0.875rem;
  color: #acaaa6;
  font-weight: 700;
  text-align: center;
}

#blockcart-modal .aeuc_unit_price_label {
  font-size: 9px;
  font-weight: normal;
  margin-bottom: 8px;
}

#product .aeuc_unit_price_label {
  padding-bottom: 16px;
}

.condition-label label.js-terms {
  text-align: left;
}

#conditions-to-approve #cta-terms-and-conditions-1 {
  font-weight: bold;
}

h5.aeuc_scart {
  margin-bottom: 20px;
}

.product-discounts {
  margin-bottom: 24px;
}
.product-discounts > .product-discounts-title {
  font-weight: normal;
  font-size: 1.4rem;
}
.product-discounts > .table-product-discounts thead tr th {
  width: 33%;
  padding: 10px 20px;
  background: white;
  border: 5px #ebebeb solid;
  text-align: center;
}
.product-discounts > .table-product-discounts tbody tr {
  background: #f6f6f6;
}
.product-discounts > .table-product-discounts tbody tr:nth-of-type(even) {
  background: white;
}
.product-discounts > .table-product-discounts tbody tr td {
  padding: 10px 20px;
  text-align: center;
  border: 5px #ebebeb solid;
}

.product-pack {
  margin-top: 40px;
}
.product-pack .pack-product-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.product-pack .pack-product-container .pack-product-name {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  font-size: 14px;
}
.product-pack .pack-product-container .pack-product-quantity {
  border-left: #ebebeb 2px solid;
  padding-left: 10px;
}
.product-pack .pack-product-container .pack-product-name,
.product-pack .pack-product-container .pack-product-price,
.product-pack .pack-product-container .pack-product-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-pack article {
  margin-bottom: 10px;
}

.product-refresh {
  margin-top: 20px;
}

@media (max-width: 991.98px) {
  #product-modal .modal-content .modal-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
  }
  #product-modal .modal-content .modal-body img.product-cover-modal {
    width: 100%;
  }
  #product-modal .modal-content .modal-body .arrows {
    display: none;
  }
  #product-modal .modal-content .modal-body .image-caption {
    width: 100%;
  }
}

.quickview .modal-dialog {
  width: calc(100% - 30px);
  max-width: 1024px;
}

.quickview .modal-content {
  background-color: #fafafa;
  min-height: 450px;
}

.quickview .modal-header {
  border: none;
  padding: 10px;
}

.quickview .modal-body {
  min-height: 380px;
  padding-top: 0;
  padding-bottom: 0;
}

.quickview .modal-footer {
  border-top: 1px solid rgba(70, 74, 76, 0.3);
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.quickview .l-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.quickview .layer {
  display: none;
}

.quickview .product-images {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.quickview .images-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.quickview .images-container .thumb {
  width: 100%;
  margin-bottom: 3px;
}

.quickview .wrapper-thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 179px;
  margin-left: 10px;
}

.quickview .mask {
  height: 383px;
  overflow: hidden;
}

.quickview .product-images > .thumb-container {
  width: 100%;
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.quickview .arrows i {
  cursor: pointer;
  height: 1.2em;
  width: 1.2em;
  line-height: 1.2em;
  font-size: 20px;
  text-align: center;
  background-color: #00bfb3;
  color: #ffffff;
  position: absolute;
  z-index: 1;
  border-radius: 3px;
}
.quickview .arrows i:hover {
  background-color: #00e8d9;
}
.quickview .arrows i:active {
  background-color: #00968d;
}

.quickview .arrows .arrow-up {
  cursor: pointer;
  opacity: 0.2;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.quickview .arrows .arrow-down {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.quickview .r-column {
  background-color: #fafafa;
}
.quickview .r-column h1 {
  font-size: 25px;
}

.quickview .product-description-short {
  font-size: 14px;
}

.header_user_info__toggle-btn {
  cursor: pointer;
  display: none;
}

@media (min-width: 992px) {
  .header_user_info a {
    text-transform: uppercase;
    display: inline-block;
    padding: 0 15px 0 0;
  }
  .header_user_info__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 991.98px) {
  #_mobile_user_info {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    margin-right: 8px;
  }
}

@media (min-width: 992px) {
  #_desktop_language_selector,
  #_desktop_currency_selector {
    padding: 0 10px;
  }
  #_desktop_currency_selector {
    padding-left: 15px;
  }
  .language-selector,
  .currency-selector {
    color: inherit;
    text-transform: uppercase;
  }
  .language-selector .expand-more,
  .currency-selector .expand-more {
    cursor: pointer;
    color: inherit;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
  .language-selector .expand-more:after,
  .currency-selector .expand-more:after {
    display: inline-block;
    content: "\e80d";
    font-family: "fontello";
    font-size: 8px;
    font-weight: 700;
    padding-left: 3px;
  }
  .language-selector .expand-more:hover,
  .currency-selector .expand-more:hover {
    color: #00bfb3;
  }
  .language-selector > a,
  .currency-selector > a {
    cursor: pointer;
  }
  .language-selector.show .expand-more:after,
  .currency-selector.show .expand-more:after {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
  }
  .language-selector .dropdown-menu,
  .language-selector .dropdown-menu,
  .currency-selector .dropdown-menu,
  .currency-selector .dropdown-menu {
    margin-top: 8px;
  }
  .language-selector .dropdown-menu li > a,
  .language-selector .dropdown-menu li > a,
  .currency-selector .dropdown-menu li > a,
  .currency-selector .dropdown-menu li > a {
    line-height: 1;
  }
  .language-selector .lang-flag {
    display: inline-block;
    vertical-align: -1px;
    height: auto;
    max-width: 16px;
    margin-right: 3px;
  }
}

@media (max-width: 991.98px) {
  #_mobile_language_selector,
  #_mobile_currency_selector {
    margin-right: 15px;
  }
  .language-selector,
  .currency-selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: inherit;
  }
  .language-selector select,
  .currency-selector select {
    height: auto !important;
    background-color: transparent;
    background-image: none;
    color: inherit;
    padding: 0;
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 5px;
  }
  .language-selector select:hover,
  .language-selector select:focus,
  .currency-selector select:hover,
  .currency-selector select:focus {
    color: #00bfb3;
  }
}

@media (max-width: 575.98px) {
  #_mobile_language_selector,
  #_mobile_currency_selector {
    margin-right: 10px;
  }
}

.block-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-social li {
  display: inline-block;
  margin: 5px 0;
  vertical-align: middle;
}

.block-social a {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2.2em;
  height: 2.2em;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  border-radius: 4px;
  background-color: transparent;
  will-change: transform;
}
.block-social a:before {
  font-family: "fontello";
}
.block-social a svg {
  width: 19px;
  height: 19px;
}
#footer .block-social a:hover,
#footer .block-social a:focus {
  color: inherit;
}

.block-social .facebook a:before {
  content: "\e814";
}

.block-social .rss a:before {
  content: "\e811";
}

.block-social .youtube a:before {
  content: "\e818";
}

.block-social .pinterest a:before {
  content: "\e816";
}

.block-social .vimeo a:before {
  content: "\e812";
}

.block-social .linkedin a:before {
  content: "in";
  font-family: "Verdana";
  font-weight: 700;
}

.block-social .tiktok a:before {
  content: "\e81f";
}

.block-social .ps-socialfollow-discord a:before {
  content: "\e81d";
}

@media (min-width: 769px) {
  .footer-two .block-social ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 991.98px) {
  .block-social a {
    font-size: 15px;
  }
}

@media (max-width: 768.98px) {
  .footer-two .block-social {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .footer-two .block-social ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (max-width: 575.98px) {
  .block-social a {
    font-size: 19px;
  }
  .footer-two .block-social {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .footer-two .block-social ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 480.98px) {
  .block-social a {
    font-size: 17px;
  }
}

.page-stores .store-item {
  background-color: #ffffff;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 30px;
}

.page-stores .store-picture img {
  width: auto;
}

.page-stores .store-item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
}
.page-stores .store-item-container ul {
  margin-bottom: 0;
}
.page-stores .store-item-container .divide-left {
  border-left: #ebebeb 1px solid;
}
.page-stores .store-item-container .divide-left tr {
  height: 25px;
}
.page-stores .store-item-container .divide-left td {
  padding-left: 6px;
}
.page-stores .store-item-container .divide-left th {
  text-align: right;
}
.page-stores .store-item-container .store-description {
  font-size: 14px;
  line-height: 1.6;
}

.page-stores .store-item-footer {
  margin-top: 8px;
  padding-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.page-stores .store-item-footer.divide-top {
  border-top: #ebebeb 1px solid;
}
.page-stores .store-item-footer div:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
}
.page-stores .store-item-footer i.material-icons {
  margin-right: 10px;
  color: #464a4c;
  font-size: 16px;
}
.page-stores .store-item-footer li {
  margin-bottom: 10px;
}

/*** Responsive part ***/
@media (max-width: 768.98px) {
  .page-stores {
    width: 100%;
  }
  .page-stores .store-item-container {
    padding: 16px 0;
  }
}

@media (max-width: 575.98px) {
  .page-stores .store-item-container {
    display: block;
  }
  .page-stores .store-item-container .divide-left {
    border-left: none;
  }
  .page-stores .store-item-container .store-description a {
    margin-bottom: 8px;
  }
  .page-stores .store-item-container .store-description address {
    margin-bottom: 8px;
  }
  .page-stores .store-item-footer {
    display: block;
  }
  .page-stores .store-item-footer.divide-top {
    border-top: #ebebeb 1px solid;
  }
  .page-stores .store-item-footer li {
    margin-bottom: 10px;
  }
  .page-stores .store-item-footer .card-block {
    padding: 12px 12px 0;
  }
}

.block_newsletter {
  font-size: 25px;
  max-width: 550px;
  margin: 0 auto;
  width: 100%;
}
.block_newsletter .conditions {
  color: #ffffff;
  font-size: 20px;
  font-weight: 100;
  line-height: 1.4;
  margin-bottom: 18px;
  cursor: pointer;
  text-transform: uppercase;
}
.block_newsletter .input-wrapper {
  position: relative;
}
.block_newsletter .btn-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  background-color: #000000;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2.08em;
  font-size: 1em;
  padding: 0;
}
.block_newsletter .btn-submit:hover {
  background-color: #00d9cb;
}
.block_newsletter .btn-submit:active {
  background-color: #00a69b;
}
.block_newsletter .btn-submit span {
  display: none;
}
.block_newsletter .form-control {
  border-width: 1px;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  color: inherit;
  font-size: 0.6em;
  padding-right: 3.467em;
  height: 3.467em;
}
.block_newsletter .form-control::-webkit-input-placeholder {
  color: inherit;
}
.block_newsletter .form-control::-moz-placeholder {
  color: inherit;
}
.block_newsletter .form-control:-ms-input-placeholder {
  color: inherit;
}
.block_newsletter .form-control::-ms-input-placeholder {
  color: inherit;
}
.block_newsletter .form-control::placeholder {
  color: inherit;
}
.block_newsletter .form-control:focus {
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: 0px 0px 20px 6px rgba(106, 106, 106, 0.4);
  box-shadow: 0px 0px 20px 6px rgba(106, 106, 106, 0.4);
}
.block_newsletter .form-control:focus ~ .btn-submit {
  border-color: transparent;
}
.block_newsletter #gdpr_consent {
  font-size: 17px;
  font-weight: 300;
  white-space: normal;
  margin-bottom: 15px;
}

@media (max-width: 991.98px) {
  .block_newsletter .conditions {
    font-size: 18px;
  }
}

@media (max-width: 575.98px) {
  .block_newsletter {
    font-size: 21px;
  }
  .block_newsletter .conditions {
    font-size: 16px;
  }
}

strong,
b {
  font-weight: 700;
}

hr {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: inherit;
  margin-bottom: 20px;
  font-weight: 500;
}

h1,
.h1 {
  font-size: 3.3rem;
  font-weight: 300;
}

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

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

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

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

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

p {
  line-height: 1.6;
}

.page-header h1 {
  text-transform: uppercase;
}

.headline-section {
  position: relative;
  font-size: 30px;
  font-weight: 100;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.description-section {
  max-width: 960px;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 16px;
  line-height: 2;
}

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

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

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

.page-heading {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 54px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-heading > span {
  background-color: #fafafa;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.page-heading > span:not(.heading-counter) {
  margin-right: auto;
  padding-right: 17px;
}
#cms .page-heading:before {
  display: none;
}
.page-heading .heading-counter {
  float: right;
  font-size: 0.7em;
  line-height: 1em;
  padding-left: 17px;
  text-transform: none;
}
.page-heading.bottom-indent {
  margin-bottom: 16px;
}

.page-subheading {
  font-size: 18px;
  line-height: 1.1;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.rte {
  font-size: 15px;
  line-height: 1.8;
}
.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6,
.rte .h1,
.rte .h2,
.rte .h3,
.rte .h4,
.rte .h5,
.rte .h6 {
  margin: 25px 0 10px;
}
.rte p {
  line-height: inherit;
  margin-bottom: 12px;
}
.rte ul {
  padding-left: 18px;
  list-style-type: disc;
}
.rte a {
  color: #00bfb3;
}
.rte a:hover {
  text-decoration: underline;
}
.rte iframe {
  max-width: 100%;
}

.js-modal-content .page-heading:before {
  display: none;
}

@media (min-width: 576px) {
  .page-heading:before {
    border-top: 4px double #e5e5e5;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    margin: auto 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
  }
}

@media (max-width: 991.98px) {
  .headline-section {
    margin-bottom: 30px;
  }
}

@media (max-width: 768.98px) {
  h1,
  .h1 {
    font-size: 28px;
  }
  .headline-section {
    font-size: 27px;
  }
  .page-heading {
    font-size: 25px;
    margin-bottom: 30px;
  }
}

@media (max-width: 575.98px) {
  .card-title {
    font-size: 20px;
  }
  .headline-section {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .page-header h1 {
    font-size: 18px;
  }
  .page-heading .heading-counter {
    float: none;
    display: block;
    padding: 5px 0 0;
  }
  h2,
  .h2 {
    font-size: 1.5rem;
  }
  h3,
  .h3 {
    font-size: 1.25rem;
  }
}

@media (max-width: 480.98px) {
  .headline-section {
    font-size: 24px;
  }
}

.modal .close {
  background: #efefef;
  text-shadow: none;
  cursor: pointer;
  display: block;
  font: 700 14px/45px "fontello";
  height: 45px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 45px;
  z-index: 1;
}
.modal .close:hover {
  background: #00bfb3;
  color: #ffffff;
  opacity: 1;
}
.modal .close span {
  display: none;
}
.modal .close i {
  display: none;
}
.modal .close:before {
  content: "\e80f";
}

.modal .modal-title {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.modal .modal-dialog {
  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;
  min-height: 100%;
}

.modal .modal-content {
  width: 100%;
}

.modal-header {
  border: none;
  padding: 6px 15px;
}

.modal-body {
  padding: 30px 15px;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 650px;
  }
}

html.fancybox-lock {
  overflow: visible !important;
}

.fancybox-lock .fancybox-overlay.fancybox-overlay-fixed {
  overflow-x: hidden;
}

.fancybox-overlay .fancybox-skin {
  background: #ffffff;
}

.fancybox-skin {
  padding: 40px 30px 12px 15px !important;
}

.fancybox-skin .fancybox-close {
  background: #efefef;
  cursor: pointer;
  display: block;
  font: 14px/45px "fontello";
  height: 45px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 45px;
}
.fancybox-skin .fancybox-close:hover {
  background: #00bfb3;
  color: #ffffff;
  opacity: 1;
}
.fancybox-skin .fancybox-close:after {
  content: "\e80f";
}

.fancybox-type-iframe .fancybox-inner {
  overflow: hidden !important;
}

.fancybox-type-image .fancybox-skin {
  background-color: #fafafa;
  padding: 0 !important;
}

.video-frame .fancybox-skin {
  background: #000000;
  padding: 0 !important;
}

@media (max-width: 991.98px) {
  .dropdown-mobile {
    position: relative;
  }
  .btn-toggle-mobile {
    font-size: 17px;
    cursor: pointer;
    width: 1.8em;
    height: 1.8em;
    background-color: #c7b3d4;
    color: #330f24;
    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;
    border-radius: 50%;
    -webkit-transition: background-color 0.4s, color 0.4s;
    transition: background-color 0.4s, color 0.4s;
  }
  .btn-toggle-mobile:hover {
    background-color: #00d9cb;
  }
  .dropdown-toggle-mobile {
    background: rgba(255, 255, 255, 0.95);
    -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: #6a6a6a;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px);
    -webkit-transition: visibility 0.25s, opacity 0.25s, -webkit-transform 0.25s;
    transition: visibility 0.25s, opacity 0.25s, -webkit-transform 0.25s;
    transition: visibility 0.25s, opacity 0.25s, transform 0.25s;
    transition: visibility 0.25s, opacity 0.25s, transform 0.25s,
      -webkit-transform 0.25s;
    white-space: nowrap;
    max-width: 240px;
    min-width: 100%;
    font-size: 14px;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 100;
  }
  .dropdown-toggle-mobile a {
    display: block;
    padding: 8px 15px;
    line-height: 1.2;
  }
  .dropdown-toggle-mobile a:hover {
    background: #00bfb3;
    color: #ffffff;
  }
  .active + .dropdown-toggle-mobile {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
}

#wrapper {
  background-color: #fafafa;
  padding-bottom: 40px;
}

.page-index #wrapper {
  padding-bottom: 10px;
}

.is-not-index #wrapper {
  padding-top: 20px;
}

.page-index.layout-left-column .wrapper-columns,
.page-index.layout-right-column .wrapper-columns,
.page-index.layout-both-columns .wrapper-columns {
  margin: 50px auto 0;
  max-width: 1500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-index.layout-left-column .wrapper-columns .container,
.page-index.layout-right-column .wrapper-columns .container,
.page-index.layout-both-columns .wrapper-columns .container {
  width: auto;
}

.page-index.layout-left-column .block-categories,
.page-index.layout-right-column .block-categories,
.page-index.layout-both-columns .block-categories {
  margin: 0;
}

@media (max-width: 991.98px) {
  #page {
    padding-top: 0 !important;
  }
  #content-wrapper ~ #right-colum {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  #left-column {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  #left-column ~ #content-wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  #left-column ~ #right-colum {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.page-cms .page-content {
  background-color: #ffffff;
  border: 1px solid #efefef;
  padding: 15px;
}

.page-cms #content-wrapper {
  width: 100%;
}

.page-cms .cms-box img {
  max-width: 100%;
}

.page-sitemap #content-wrapper {
  width: 100%;
}
.page-sitemap #content-wrapper ul {
  line-height: 2.3;
}

.page-sitemap .container-fluid {
  padding: 0;
}

.page-sitemap .sitemap {
  background-color: #ffffff;
  padding: 15px;
  border: 1px solid rgba(47, 47, 47, 0.07);
}

.page-sitemap .nested {
  padding-left: 20px;
}

.btn-to-top {
  background: #000000;
  bottom: 90px;
  color: #ffffff;
  cursor: pointer;
  font-family: "Material Icons";
  font-size: 22px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  right: 30px;
  text-align: center;
  width: 40px;
  z-index: 2;
  -webkit-transition: color 0.3s, background 0.3s, border-radius 0.3s;
  transition: color 0.3s, background 0.3s, border-radius 0.3s;
  will-change: color, background, border-radius;
  border-radius: 50%;
}
.btn-to-top:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #000000;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.4s transform, 0.4s opacity, 0.4s border-radius;
  transition: 0.4s transform, 0.4s opacity, 0.4s border-radius;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  will-change: transform, opacity;
}
.btn-to-top:before {
  content: "\E316";
}
.btn-to-top:hover {
  background: #00f2e3;
  border-radius: 5px;
}
.btn-to-top:hover:after {
  border-color: #00f2e3;
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  border-radius: 5px;
  opacity: 1;
}
.btn-to-top:active {
  background: #008c83;
}
.btn-to-top:active:after {
  border-color: #008c83;
}

@media (max-width: 991.98px) {
  .btn-to-top {
    right: 40px;
    bottom: 70px;
  }
}

@media (max-width: 575.98px) {
  .btn-to-top {
    right: 15px;
    bottom: 30px;
  }
}

.headerslider {
  position: relative;
  white-space: nowrap;
  opacity: 0;
}
.headerslider.owl-carousel {
  opacity: 1;
}

.header-slide {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  white-space: normal;
  font-size: 20px;
  font-weight: 300;
}
.header-slide .headerslider-figure {
  background-color: #f4f3f2;
}
.header-slide .headerslider-figure .headerslider-img {
  width: 100%;
}
.header-slide .slide-link {
  display: block;
  position: relative;
  width: 100%;
}
.header-slide .slide-link:hover,
.header-slide .slide-link:focus {
  color: inherit;
}
.header-slide .headerslider-figure {
  margin: 0;
}
.header-slide .caption-description {
  padding: 15px 0;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  line-height: 1;
}
.header-slide p {
  font-size: 0.8em;
  line-height: 1.9;
  margin: 0 0 20px;
}
.header-slide p:last-child {
  margin-bottom: 0;
}
.header-slide .slide_title-one {
  font-size: 1em;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0.8em;
}
.header-slide .slide_title-two {
  font-size: 3em;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 1.19;
  margin-bottom: 0.43em;
}
.header-slide .slide_title-two + .slide_title-two {
  margin-bottom: 18px;
}
.header-slide .btn-box {
  margin-top: 2.6em;
}
.header-slide .btn {
  font-size: 0.875em;
}
.header-slide.alt-text-color {
  color: #ffffff;
}
.header-slide.with-image .headerslider-figure {
  padding-top: 60%;
}
.header-slide.with-image .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-slide.with-image .description {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.header-slide.with-image .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-left: 15px;
}
.header-slide.text-in-center {
  text-align: center;
}
.header-slide.text-in-center .slide_title-two {
  margin-bottom: 0;
}
.header-slide.text-in-center .slide_title-two + .slide_title-two {
  margin-bottom: 18px;
}
.header-slide.text-in-right .container {
  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;
}
.header-slide.fullscreen-mode .headerslider-figure {
  padding-top: 38%;
  height: calc(100vh - 139px);
  width: 100%;
  position: relative;
}
.header-slide.fullscreen-mode .headerslider-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.headerslider .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.headerslider .owl-controls .owl-dot {
  width: 12px;
  margin: 0 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.headerslider .owl-controls .owl-dot span {
  background-color: #2f2f2f;
  opacity: 0.4;
  width: 1px;
  height: 13px;
  -webkit-transition: 0.3s height, 0.3s opacity;
  transition: 0.3s height, 0.3s opacity;
}
.headerslider .owl-controls .owl-dot:hover span,
.headerslider .owl-controls .owl-dot.active span {
  opacity: 1;
  height: 25px;
}

.headerslider .owl-nav > div {
  color: #ffffff;
  font-size: 45px;
  height: auto;
  width: auto;
}

.headerslider .owl-nav .owl-prev {
  left: 20px;
}

.headerslider .owl-nav .owl-next {
  right: 20px;
}

@media (max-width: 1280.98px) {
  .header-slide {
    font-size: 15px;
  }
  .header-slide p {
    font-size: 15px;
  }
  .header-slide.with-image .description {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .header-slide.with-image .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media (max-width: 991.98px) {
  .header-slide {
    font-size: 14px;
  }
  .header-slide .caption-description {
    top: 50%;
  }
  .header-slide .btn {
    font-size: 12px;
  }
  .header-slide.fullscreen-mode .headerslider-figure {
    height: calc(100vh - 60px);
    max-height: 550px;
  }
}

@media (max-width: 768.98px) {
  .header-slide {
    font-size: 12px;
  }
  .header-slide p {
    font-size: 13px;
    line-height: 2;
  }
}

@media (max-width: 575.98px) {
  .header-slide .slide_title-two {
    font-size: 2.5em;
  }
  .header-slide.with-image .description {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .header-slide.with-image .image {
    display: none;
  }
  .header-slide.text-in-center {
    text-align: left;
  }
  .header-slide.fullscreen-mode .headerslider-figure {
    max-height: 335px;
  }
  .header-slide .btn-box {
    margin-top: 1.5em;
  }
  .header-slide .btn {
    font-size: 11px;
    padding: 1em 1.7em;
  }
}

@media (max-width: 575.98px) {
  .header-slide {
    font-size: 10px;
  }
  .header-slide.text-in-right {
    text-align: right;
  }
  .header-slide.text-in-right .caption-description {
    padding-left: 59px;
  }
  .header-slide:not(.text-in-right):not(.with-image) .caption-description {
    padding-right: 59px;
  }
}

.manufacturers-home {
  margin-top: 97px;
}
.manufacturers-home .carousel-view {
  padding: 0 60px;
  white-space: nowrap;
}
.manufacturers-home .carousel-view .manufacturer-items {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.manufacturers-home .manufacturer-items {
  text-align: center;
  padding: 0 10px;
}
.manufacturers-home .manufacturer-items img {
  display: inline-block;
}

.owl-item .manufacturer-items {
  width: 100%;
}

@media (min-width: 576px) {
  .manufacturers-home .manufacturers-list {
    margin-top: 73px;
  }
}

@media (max-width: 991.98px) {
  .manufacturers-home {
    margin-top: 50px;
  }
}

@media (max-width: 575.98px) {
  .manufacturers-home .carousel-view {
    padding: 0;
  }
  .manufacturers-home .manufacturer-items {
    padding: 0 15px;
  }
}

@media (max-width: 1280.98px) {
  .facebook-fanbox {
    overflow: hidden;
  }
}

@media (max-width: 991.98px) {
  #facebook_block .title {
    margin-bottom: 15px;
  }
}

/* New */
.fb-cover {
  display: inline-block;
  position: relative;
}

.fb-cover:before {
  content: "";
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.7)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  left: 0;
  top: 0;
  bottom: 40px;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.fb-cover img {
  max-width: 312px;
  width: 100%;
}

.fb-icon {
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 1;
}

.fb-icon img {
  display: inline-block;
  vertical-align: top;
  max-width: 55px;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}

.fb-title {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: none;
  padding-left: 3px;
  padding-top: 5px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9);
}

.fb-title:hover {
  text-decoration: underline;
}

.instagram_block {
  margin-top: 50px;
}

.instafeed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -7px;
}

.instafeed_item {
  display: none;
  width: 100%;
  padding: 0 7px;
  margin-bottom: 7px;
}
.instafeed_item .instafeed_link {
  display: block;
  position: relative;
  color: #ffffff;
  overflow: hidden;
}
.instafeed_item .instafeed_link:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "\e815";
  font-family: "fontello";
  font-size: 40px;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(10);
  transform: translate(-50%, -50%) scale(10);
  -webkit-transition: 0.7s transform, 0.7s opacity;
  transition: 0.7s transform, 0.7s opacity;
  z-index: 1;
}
.instafeed_item .instafeed_inner:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.7s opacity;
  transition: 0.7s opacity;
  opacity: 0;
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}
.instafeed_item .instafeed_img {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding-top: 100%;
  width: 100%;
  -webkit-transition: 0.7s transform;
  transition: 0.7s transform;
}
.instafeed_item .instafeed_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 500;
  padding-top: 11px;
}
.instafeed_item .instafeed_count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.instafeed_item .instafeed_count .text {
  padding-left: 4px;
}
.instafeed_item .instafeed_count:before {
  font-size: 18px;
  color: #00bfb3;
  font-family: "fontello";
  display: inline-block;
  vertical-align: middle;
  padding-right: 7px;
}
.instafeed_item .instafeed_likes:before {
  content: "\e827";
}
.instafeed_item .instafeed_comments:before {
  content: "\e831";
}
.instafeed_item:hover .instafeed_link:before {
  opacity: 0;
}
.instafeed_item:hover .instafeed_link:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.instafeed_item:hover .instafeed_inner:before {
  opacity: 0.6;
}
.instafeed_item:hover .instafeed_img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.instagram_more {
  margin: 20px 0 0;
  text-align: center;
}

.items_2 .instafeed_item {
  width: 50%;
}

.items_3 .instafeed_item {
  width: 33.33333%;
}

.items_4 .instafeed_item {
  width: 25%;
}

.items_5 .instafeed_item {
  width: 20%;
}

.items_6 .instafeed_item {
  width: 16.66667%;
}

.items_7 .instafeed_item {
  width: 14.28571%;
}

.items_8 .instafeed_item {
  width: 12.5%;
}

.items_9 .instafeed_item {
  width: 11.11111%;
}

.items_10 .instafeed_item {
  width: 10%;
}

.items_11 .instafeed_item {
  width: 9.09091%;
}

.items_12 .instafeed_item {
  width: 8.33333%;
}

@media (max-width: 991.98px) {
  .instafeed .instafeed_item {
    width: 50%;
    margin-bottom: 10px;
  }
}

@media (max-width: 575.98px) {
  .instafeed_item .instafeed_count .text {
    display: none;
  }
}

/*Blog module*/
.post-block {
  margin-top: 97px;
}

.post-list {
  margin: 0 -10px;
}
.post-list .blog_post {
  padding: 0 10px;
  margin-bottom: 35px;
}
.post-list.-home .blog_post {
  display: none;
}

.blog_post .blog_post_content_top {
  margin-bottom: 18px;
}

.blog_post .post_thumbnail img {
  width: 100%;
}

.blog_post a.post_thumbnail {
  display: block;
  overflow: hidden;
  position: relative;
}
.blog_post a.post_thumbnail:before,
.blog_post a.post_thumbnail:after {
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: scale(4);
  transform: scale(4);
}
.blog_post a.post_thumbnail:before {
  background-color: #414141;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.blog_post a.post_thumbnail:after {
  background-color: #00bfb3;
  color: #ffffff;
  border-radius: 50%;
  bottom: 0;
  content: "\e81a";
  font: 16px/3em "fontello";
  height: 3em;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 3em;
  z-index: 2;
}
.blog_post a.post_thumbnail:hover:before,
.blog_post a.post_thumbnail:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.blog_post a.post_thumbnail:hover:before {
  opacity: 0.7;
}
.blog_post a.post_thumbnail:hover:after {
  opacity: 1;
}

.blog_post .post_title {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.blog_post .post_title:after {
  background-color: #00bfb3;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  height: 0.55em;
  margin-left: 10px;
  margin-left: 0.7em;
  width: 8px;
  width: 0.55em;
  vertical-align: 4%;
}

.blog_post .post_content {
  line-height: 1.5;
  margin-bottom: 12px;
}

.blog_post .post_meta {
  border-top: 1px solid #e3e3e3;
  padding-top: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog_post .post_meta {
  font-size: 12px;
  font-weight: 500;
  padding-top: 8px;
}
.blog_post .post_meta span:before,
.blog_post .post_meta a:before {
  color: #00bfb3;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  margin-right: 5px;
}

.blog_post .meta_author,
.blog_post .meta_category,
.blog_post .meta_comment,
.blog_post .post_meta_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog_post .owl-prev,
.blog_post .owl-next {
  opacity: 0;
  -webkit-transition: border-color 0.3s ease, background-color 0.3s ease,
    left 0.3s ease, right 0.3s ease, opacity 0.3s ease;
  transition: border-color 0.3s ease, background-color 0.3s ease, left 0.3s ease,
    right 0.3s ease, opacity 0.3s ease;
}

.blog_post .owl-prev {
  left: 0;
}

.blog_post .owl-next {
  right: 0;
}

.blog_post:hover .owl-prev,
.blog_post:hover .owl-next {
  opacity: 1;
}

.blog_post:hover .owl-prev {
  left: 10px;
}

.blog_post:hover .owl-next {
  right: 10px;
}

@media (min-width: 769px) and (max-width: 991.98px) {
  .post-list .post_meta {
    font-size: 11px;
  }
  .post-list .post_meta span:before,
  .post-list .post_meta a:before {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1280.98px) {
  .post-list .post_meta {
    font-size: 10px;
  }
}

@media (max-width: 991.98px) {
  .post-list .blog_post {
    margin-bottom: 15px;
  }
  .post-list.-home {
    display: block;
    visibility: visible;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
  .post-list.-home .blog_post {
    display: inline-block !important;
    white-space: normal;
    vertical-align: top;
    width: 33.333%;
  }
  .blog_more {
    display: none;
  }
}

@media (max-width: 768.98px) {
  .post-list.-home .blog_post {
    width: 50%;
  }
}

@media (max-width: 575.98px) {
  .post-list.-home .blog_post {
    width: 100%;
  }
}

.-blog .page-list {
  list-style: 0;
}
.-blog .page-list li {
  margin: 0;
}
.-blog .page-list a {
  margin-left: 8px;
}
.-blog .page-list .previous.disabled,
.-blog .page-list .next.disabled {
  display: none;
}

.single .post_thumbnail img {
  width: auto;
}

.single .post_thumbnail .owl-item img {
  width: 100%;
}

.single .post_gallery {
  max-width: 640px;
}

.single .post_content {
  line-height: 1.9;
}

.single .post_title {
  font-size: 27px;
}

.single .post_meta {
  font-size: 14px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 12px;
  margin-bottom: 35px;
}
.single .post_meta span {
  margin-right: 15px;
}
.single .post_meta span:before {
  font-size: 18px;
}

.single .blog_post:hover .owl-prev {
  left: 20px;
}

.single .blog_post:hover .owl-next {
  right: 20px;
}

@media (max-width: 575.98px) {
  .single .post_title {
    font-size: 20px;
  }
  .single .post_meta {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 11px;
  }
  .single .post_meta span {
    margin: 0;
  }
  .single .post_meta span:before {
    font-size: 13px;
  }
}

.comments_area {
  margin: 50px 0;
}
.comments_area .comments_title {
  margin-bottom: 30px;
}
.comments_area .comment_body {
  margin-bottom: 30px;
}
.comments_area .comment_author {
  float: left;
  margin-right: 15px;
  font-size: 45px;
  border-radius: 50%;
  background-color: #e3e3e3;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
}
.comments_area .comment_content {
  overflow: hidden;
}
.comments_area .comment_meta {
  margin-bottom: 10px;
}
.comments_area .comment_meta_author {
  font-size: 16px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 500;
}
.comments_area .comment_meta_date {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}
.comments_area .comment_content_bottom {
  font-size: 14px;
}

.comment_respond .form-group {
  max-width: 670px;
}
.comment_respond .form-group.has-error .form-control {
  border-color: #ff4c4c;
}

#header .links {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  width: auto;
  margin: 0;
  line-height: inherit;
  padding: 0;
}
#header .links .row {
  margin: 0;
}

#header .wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  width: auto;
  margin: 0;
  padding: 0;
}
#header .wrapper .h3,
#header .wrapper .title {
  display: none;
}
#header .wrapper .collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
#header .wrapper li {
  padding: 3px 10px 3px 0;
}
#header .wrapper a:hover {
  color: #00bfb3;
}

@media (max-width: 991.98px) {
  #header .wrapper li {
    padding-top: 0;
  }
}

#wrapper .banner {
  margin-bottom: 24px;
  display: block;
  text-align: center;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

@-webkit-keyframes animatedBackground {
  from {
    background-position: 0 50%;
  }
  to {
    background-position: 100% 50%;
  }
}

@keyframes animatedBackground {
  from {
    background-position: 0 50%;
  }
  to {
    background-position: 100% 50%;
  }
}

input[type="button"],
input[type="submit"],
a,
button,
.btn {
  -webkit-transition: background 0.4s, color 0.4s, border-color 0.4s;
  transition: background 0.4s, color 0.4s, border-color 0.4s;
}

.-default-arrows .owl-buttons > div {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

#header.fixed-top {
  -webkit-transition: 0.2s transform;
  transition: 0.2s transform;
  position: fixed;
}
#header.fixed-top .header-nav {
  -webkit-transition: 0.2s background;
  transition: 0.2s background;
}

@media (max-width: 991.98px) {
  #header {
    -webkit-transform: none !important;
    transform: none !important;
  }
}

.header-slide {
  overflow: hidden;
}
.header-slide p,
.header-slide h1,
.header-slide h2,
.header-slide h3,
.header-slide h4,
.header-slide h5,
.header-slide h6 {
  position: relative;
  opacity: 0;
}
.header-slide p:nth-child(1),
.header-slide h1:nth-child(1),
.header-slide h2:nth-child(1),
.header-slide h3:nth-child(1),
.header-slide h4:nth-child(1),
.header-slide h5:nth-child(1),
.header-slide h6:nth-child(1) {
  -webkit-transform: translate(-300px, 0);
  transform: translate(-300px, 0);
  -webkit-transition: opacity 0.9s 1.1s, -webkit-transform 0.9s 1.1s;
  transition: opacity 0.9s 1.1s, -webkit-transform 0.9s 1.1s;
  transition: transform 0.9s 1.1s, opacity 0.9s 1.1s;
  transition: transform 0.9s 1.1s, opacity 0.9s 1.1s,
    -webkit-transform 0.9s 1.1s;
}
.header-slide p:nth-child(2),
.header-slide h1:nth-child(2),
.header-slide h2:nth-child(2),
.header-slide h3:nth-child(2),
.header-slide h4:nth-child(2),
.header-slide h5:nth-child(2),
.header-slide h6:nth-child(2) {
  -webkit-transform: translate(300px, 0);
  transform: translate(300px, 0);
  -webkit-transition: opacity 0.9s 1.6s, -webkit-transform 0.9s 1.6s;
  transition: opacity 0.9s 1.6s, -webkit-transform 0.9s 1.6s;
  transition: transform 0.9s 1.6s, opacity 0.9s 1.6s;
  transition: transform 0.9s 1.6s, opacity 0.9s 1.6s,
    -webkit-transform 0.9s 1.6s;
}
.header-slide p:nth-child(3),
.header-slide h1:nth-child(3),
.header-slide h2:nth-child(3),
.header-slide h3:nth-child(3),
.header-slide h4:nth-child(3),
.header-slide h5:nth-child(3),
.header-slide h6:nth-child(3) {
  -webkit-transform: translate(-300px, 0);
  transform: translate(-300px, 0);
  -webkit-transition: opacity 0.9s 2.1s, -webkit-transform 0.9s 2.1s;
  transition: opacity 0.9s 2.1s, -webkit-transform 0.9s 2.1s;
  transition: transform 0.9s 2.1s, opacity 0.9s 2.1s;
  transition: transform 0.9s 2.1s, opacity 0.9s 2.1s,
    -webkit-transform 0.9s 2.1s;
}
.header-slide p:nth-child(4),
.header-slide h1:nth-child(4),
.header-slide h2:nth-child(4),
.header-slide h3:nth-child(4),
.header-slide h4:nth-child(4),
.header-slide h5:nth-child(4),
.header-slide h6:nth-child(4) {
  -webkit-transform: translate(300px, 0);
  transform: translate(300px, 0);
  -webkit-transition: opacity 0.9s 2.6s, -webkit-transform 0.9s 2.6s;
  transition: opacity 0.9s 2.6s, -webkit-transform 0.9s 2.6s;
  transition: transform 0.9s 2.6s, opacity 0.9s 2.6s;
  transition: transform 0.9s 2.6s, opacity 0.9s 2.6s,
    -webkit-transform 0.9s 2.6s;
}
.header-slide p:nth-child(5),
.header-slide h1:nth-child(5),
.header-slide h2:nth-child(5),
.header-slide h3:nth-child(5),
.header-slide h4:nth-child(5),
.header-slide h5:nth-child(5),
.header-slide h6:nth-child(5) {
  -webkit-transform: translate(-300px, 0);
  transform: translate(-300px, 0);
  -webkit-transition: opacity 0.9s 3.1s, -webkit-transform 0.9s 3.1s;
  transition: opacity 0.9s 3.1s, -webkit-transform 0.9s 3.1s;
  transition: transform 0.9s 3.1s, opacity 0.9s 3.1s;
  transition: transform 0.9s 3.1s, opacity 0.9s 3.1s,
    -webkit-transform 0.9s 3.1s;
}
.header-slide p:nth-child(6),
.header-slide h1:nth-child(6),
.header-slide h2:nth-child(6),
.header-slide h3:nth-child(6),
.header-slide h4:nth-child(6),
.header-slide h5:nth-child(6),
.header-slide h6:nth-child(6) {
  -webkit-transform: translate(300px, 0);
  transform: translate(300px, 0);
  -webkit-transition: opacity 0.9s 3.6s, -webkit-transform 0.9s 3.6s;
  transition: opacity 0.9s 3.6s, -webkit-transform 0.9s 3.6s;
  transition: transform 0.9s 3.6s, opacity 0.9s 3.6s;
  transition: transform 0.9s 3.6s, opacity 0.9s 3.6s,
    -webkit-transform 0.9s 3.6s;
}
.header-slide.with-image .image {
  -webkit-transition: opacity 0.7s 3s, -webkit-transform 0.7s 3s;
  transition: opacity 0.7s 3s, -webkit-transform 0.7s 3s;
  transition: transform 0.7s 3s, opacity 0.7s 3s;
  transition: transform 0.7s 3s, opacity 0.7s 3s, -webkit-transform 0.7s 3s;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0;
}

.active .header-slide p:nth-child(1),
.active .header-slide p:nth-child(3),
.active .header-slide p:nth-child(2),
.active .header-slide p:nth-child(4),
.active .header-slide h1:nth-child(1),
.active .header-slide h1:nth-child(3),
.active .header-slide h1:nth-child(2),
.active .header-slide h1:nth-child(4),
.active .header-slide h2:nth-child(1),
.active .header-slide h2:nth-child(3),
.active .header-slide h2:nth-child(2),
.active .header-slide h2:nth-child(4),
.active .header-slide h3:nth-child(1),
.active .header-slide h3:nth-child(3),
.active .header-slide h3:nth-child(2),
.active .header-slide h3:nth-child(4),
.active .header-slide h4:nth-child(1),
.active .header-slide h4:nth-child(3),
.active .header-slide h4:nth-child(2),
.active .header-slide h4:nth-child(4),
.active .header-slide h5:nth-child(1),
.active .header-slide h5:nth-child(3),
.active .header-slide h5:nth-child(2),
.active .header-slide h5:nth-child(4),
.active .header-slide h6:nth-child(1),
.active .header-slide h6:nth-child(3),
.active .header-slide h6:nth-child(2),
.active .header-slide h6:nth-child(4) {
  -webkit-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}

.active .header-slide.with-image .image {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.form-control,
input[type="text"],
input[type="password"],
input[type="email"],
div.selector {
  -webkit-transition: 0.5s border-color, 0.5s color, 0.5s box-shadow;
  transition: 0.5s border-color, 0.5s color, 0.5s box-shadow;
}

div.selector span:after {
  -webkit-transition: background 0.15s ease-in, color 0.15s ease-in;
  transition: background 0.15s ease-in, color 0.15s ease-in;
}

.product-miniature .variants-list .color-item {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.product-miniature .variants-list .color-item:before {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.product-miniature
  .variants-list
  .color-item:not([style*="#fffff"]):hover:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.product-miniature .variants-list .color-item[style*="#fffff"]:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.product-miniature .variants-list .color-item[style*="#fffff"]:hover a {
  border-color: #ffffff;
}

.product-thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
}
.product-thumbnail .thumbnail-alternate {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  height: auto;
  -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: opacity 0.7s, transform 0.7s;
  transition: opacity 0.7s, transform 0.7s, -webkit-transform 0.7s;
  -webkit-transform: translate(0, -105%);
  transform: translate(0, -105%);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  opacity: 0;
}
.product-thumbnail .thumbnail-alternate + .thumbnail-picture {
  position: relative;
  -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: opacity 0.7s, transform 0.7s;
  transition: opacity 0.7s, transform 0.7s, -webkit-transform 0.7s;
}

.grid .thumbnail-container:hover .thumbnail-alternate {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.grid .thumbnail-container:hover .thumbnail-alternate + .thumbnail-picture {
  -webkit-transform: translate(0, 105%);
  transform: translate(0, 105%);
  opacity: 0;
}

.list .product-thumbnail:hover .thumbnail-alternate {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.list .product-thumbnail:hover .thumbnail-alternate + .thumbnail-picture {
  -webkit-transform: translate(0, 105%);
  transform: translate(0, 105%);
  opacity: 0;
}

.grid .highlighted-informations {
  opacity: 0;
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, -50px);
  transform: translate(-50%, -50px);
  -webkit-transition: 0.4s opacity, 0.4s transform;
  transition: 0.4s opacity, 0.4s transform;
}

.grid .product-flags {
  -webkit-transition: 0.4s opacity;
  transition: 0.4s opacity;
}

.grid .thumbnail-container {
  -webkit-transition: -webkit-transform 0.4s, -webkit-box-shadow 0.4s;
  transition: -webkit-transform 0.4s, -webkit-box-shadow 0.4s;
  transition: transform 0.4s, box-shadow 0.4s;
  transition: transform 0.4s, box-shadow 0.4s, -webkit-transform 0.4s,
    -webkit-box-shadow 0.4s;
}
.grid .thumbnail-container:hover {
  -webkit-box-shadow: 0px -1px 100px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -1px 100px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0, -3px);
  transform: translate(0, -3px);
}
.grid .thumbnail-container:hover .product-flags {
  opacity: 0;
}
.grid .thumbnail-container:hover .highlighted-informations {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.in-slide-right {
  -webkit-transform: translate(60px, 0);
  transform: translate(60px, 0);
  opacity: 0;
}

.home-banner .img-banner,
.category-banner .img-banner {
  -webkit-transition: 1s -webkit-transform;
  transition: 1s -webkit-transform;
  transition: 1s transform;
  transition: 1s transform, 1s -webkit-transform;
}

.home-banner p,
.home-banner .description:after,
.home-banner .banner-description:after,
.category-banner p,
.category-banner .description:after,
.category-banner .banner-description:after {
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
}

.home-banner .banner-link,
.category-banner .banner-link {
  overflow: hidden;
}
.home-banner .banner-link:before,
.category-banner .banner-link:before {
  -webkit-transition: 0.4s opacity;
  transition: 0.4s opacity;
}
.home-banner .banner-link:hover:before,
.category-banner .banner-link:hover:before {
  opacity: 0;
}
.home-banner .banner-link:hover .img-banner,
.category-banner .banner-link:hover .img-banner {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.home-banner .banner-link:hover p:nth-child(2n + 1),
.category-banner .banner-link:hover p:nth-child(2n + 1) {
  opacity: 0;
  -webkit-transform: translateX(-70px);
  transform: translateX(-70px);
}
.home-banner .banner-link:hover p:nth-child(2n),
.category-banner .banner-link:hover p:nth-child(2n) {
  opacity: 0;
  -webkit-transform: translateX(70px);
  transform: translateX(70px);
}
.home-banner .banner-link:hover .description:after,
.home-banner .banner-link:hover .banner-description:after,
.category-banner .banner-link:hover .description:after,
.category-banner .banner-link:hover .banner-description:after {
  opacity: 0;
  -webkit-transform: translateX(70px) rotateZ(270deg);
  transform: translateX(70px) rotateZ(270deg);
}

.feature-item .wrap-icon:before,
.feature-item .wrap-icon:after {
  -webkit-transition: color 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  transition: color 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, color 0.5s, opacity 0.5s;
  transition: transform 0.5s, color 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.feature-item .wrap-icon:hover:before,
.feature-item .wrap-icon:hover:after {
  color: #00bfb3;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.feature-item .wrap-icon:hover:before {
  opacity: 0;
}

.feature-item .wrap-icon:hover:after {
  opacity: 0.85;
}

.promo-item .banner-link {
  display: block;
  overflow: hidden;
  position: relative;
}
.promo-item .banner-link .img-banner {
  -webkit-transition: 0.5s transform;
  transition: 0.5s transform;
}
.promo-item .banner-link:hover .img-banner {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.manufacturer-items > a {
  display: block;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  will-change: opacity, transform;
}
.manufacturer-items > a:hover {
  opacity: 1;
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.category-miniature {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.category-miniature a {
  border-radius: 4px;
  overflow: hidden;
}
.category-miniature:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.menu-thumbnails .thumbnail-img {
  display: block;
  overflow: hidden;
  position: relative;
}
.menu-thumbnails .thumbnail-img:before {
  content: "";
  top: 0;
  left: -75%;
  display: block;
  z-index: 2;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  width: 50%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(rgba(255, 255, 255, 0.3))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  position: absolute;
}
.menu-thumbnails .thumbnail-img img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.menu-thumbnails .thumbnail-img:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
.menu-thumbnails .thumbnail-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

#header.fixed-top {
  -webkit-transition: 0.2s transform;
  transition: 0.2s transform;
  position: fixed;
}
#header.fixed-top .header-nav {
  -webkit-transition: 0.2s background;
  transition: 0.2s background;
}

@media (max-width: 991.98px) {
  #header {
    -webkit-transform: none !important;
    transform: none !important;
  }
}

.block-social a {
  -webkit-transition: 0.3s color, 0.3s background-color, 0.3s transform,
    0.3s box-shadow;
  transition: 0.3s color, 0.3s background-color, 0.3s transform, 0.3s box-shadow;
  will-change: transform;
}
.block-social a:hover {
  background-color: transparent;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-shadow: 0px 0px 20px 7px rgba(106, 106, 106, 0.4);
  box-shadow: 0px 0px 20px 7px rgba(106, 106, 106, 0.4);
}

@-webkit-keyframes tab-active {
  from {
    visibility: hidden;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}

@keyframes tab-active {
  from {
    visibility: hidden;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}

.productstabs-section .tab-pane.active .owl-stage-outer {
  -webkit-animation: tab-active 0.3s linear;
  animation: tab-active 0.3s linear;
}

.cart-hover-content {
  -webkit-transform: translate(0, 40px);
  transform: translate(0, 40px);
  -webkit-transition: 0.4s transform 0.4s, 0.2s opacity 0.4s,
    0.2s visibility 0.4s;
  transition: 0.4s transform 0.4s, 0.2s opacity 0.4s, 0.2s visibility 0.4s;
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 992px) {
  .blockcart.active:hover .cart-hover-content {
    -webkit-transition: 0.4s transform 0.1s, 0.2s opacity 0.1s,
      0.2s visibility 0.1s;
    transition: 0.4s transform 0.1s, 0.2s opacity 0.1s, 0.2s visibility 0.1s;
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 991.98px) {
  #toggle-cart:checked ~ .blockcart.active .cart-hover-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
}

.lang-rtl * {
  direction: rtl !important;
}

.lang-rtl main {
  text-align: right !important;
}

.lang-rtl ul {
  padding-right: 0;
}

.lang-rtl .page-heading > span:not(.heading-counter) {
  padding-right: 0;
  padding-left: 17px;
}

.lang-rtl .rte ul {
  padding-left: 0;
  padding-right: 18px;
}

@media (min-width: 576px) {
  .lang-rtl .page-heading .heading-counter {
    padding-left: 0;
    padding-right: 17px;
    float: left;
  }
}

.lang-rtl .done {
  margin: 0 0 0 5px;
}

.lang-rtl select {
  background-position: 5px 50%;
  padding: 0 12px 0 20px;
}

.lang-rtl .dropdown select {
  background-position: 5px 50%;
  padding: 0 12px 0 20px;
}

.lang-rtl .custom-checkbox input[type="checkbox"] + span {
  margin: 0 0 0 5px;
}

.lang-rtl .custom-checkbox label {
  text-align: right;
}

.lang-rtl .custom-radio input[type="radio"] + span {
  margin: 0 0 0 5px;
}

@media (max-width: 991.98px) {
  .lang-rtl .dropdown-toggle-mobile {
    right: auto;
    left: 0;
  }
}

.lang-rtl .owl-carousel .owl-stage-outer {
  direction: ltr !important;
}

.lang-rtl .owl-nav {
  direction: ltr !important;
}

.lang-rtl .view-carousel .owl-nav {
  right: auto;
  left: 0;
}

@media (min-width: 576px) {
  .lang-rtl .nav.nav-tabs .nav-item .nav-link:before {
    margin: 0 0 0 25px;
  }
  .lang-rtl .nav.nav-tabs .nav-item:last-child .nav-link:after {
    margin: 0 25px 0 0;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .lang-rtl .nav.nav-tabs .nav-item .nav-link:before {
    margin: 0 0 0 15px;
  }
  .lang-rtl .nav.nav-tabs .nav-item:last-child .nav-link:after {
    margin: 0 15px 0 0;
  }
}

@media (max-width: 991.98px) {
  .lang-rtl .menu-show #mobile_top_menu_wrapper {
    left: 48px;
  }
  .lang-rtl .menu-show .header-nav,
  .lang-rtl .menu-show #wrapper,
  .lang-rtl .menu-show #notifications,
  .lang-rtl .menu-show #footer {
    -webkit-transform: translateX(calc(-100% + 53px));
    transform: translateX(calc(-100% + 53px));
  }
}

@media (min-width: 992px) {
  .lang-rtl #header .search-block .search-btn {
    right: auto;
    left: 0;
  }
}

@media (max-width: 991.98px) {
  .lang-rtl .search-bar .search-bar__wrap {
    padding: 0 0 0 35px;
  }
  .lang-rtl .search-bar .search-bar__btn {
    right: auto;
    left: 0;
  }
}

.lang-rtl #_desktop_contact_link .header__contact__list a i {
  margin: 0 0 0 5px;
}

.lang-rtl .contact-rich .block .icon {
  float: right;
}

.lang-rtl .block-contact li {
  padding: 0 25px 0 0;
}
.lang-rtl .block-contact li:before {
  left: auto;
  right: 0;
}

.lang-rtl .cart-wishlist-item .product-name {
  padding: 0 0 0 15px;
}

.lang-rtl .cart-wishlist-item .remove-from-cart {
  margin: 0 auto 0 0;
}

@media (min-width: 992px) {
  .lang-rtl .cart-header i {
    margin: 0 0 0 7px;
  }
  .lang-rtl .cart-hover-content {
    left: auto;
    right: 100%;
  }
}

@media (max-width: 991.98px) {
  .lang-rtl .top-menu .navbar-toggler {
    right: auto;
    left: 0;
  }
  .lang-rtl .submenu {
    padding: 0 20px 0 0;
  }
}

.lang-rtl .slick-slider {
  direction: ltr !important;
}
.lang-rtl .slick-slider * {
  direction: ltr !important;
}

.lang-rtl .modal .close {
  right: auto;
  left: 0;
}

.lang-rtl .fancybox-skin {
  padding-left: 30px;
  padding-right: 15px;
}
.lang-rtl .fancybox-skin .fancybox-close {
  right: auto;
  left: 0;
}

.lang-rtl .quickview .wrapper-thumbnails {
  margin-left: 0;
  margin-right: 10px;
}

.lang-rtl #block-reassurance span {
  padding: 0 10px 0 0;
}

.lang-rtl .cancel {
  margin: 0 0 0 4px;
}

.lang-rtl .star_content .star a {
  text-indent: 5000px;
}

@media (max-width: 991.98px) {
  .lang-rtl #_mobile_language_selector,
  .lang-rtl #_mobile_currency_selector {
    margin: 0 0 0 15px;
  }
}

@media (max-width: 575.98px) {
  .lang-rtl #_mobile_language_selector,
  .lang-rtl #_mobile_currency_selector {
    margin: 0 0 0 10px;
  }
}

@media (max-width: 991.98px) {
  .lang-rtl .footer-container .links .title .pull-xs-right {
    right: auto;
    left: 0;
  }
}

.lang-rtl .block_newsletter .form-control {
  padding-left: 3.467em;
  padding-right: 15px;
}

.lang-rtl .block_newsletter .btn-submit {
  right: auto;
  left: 0;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

@media (min-width: 576px) {
  .lang-rtl .page-stores .store-item-container .divide-left {
    border-left: none;
    border-right: #ebebeb 1px solid;
  }
}

.lang-rtl .checkout-step #customer-form .form-control-label,
.lang-rtl .checkout-step #delivery-address .form-control-label,
.lang-rtl .checkout-step #invoice-address .form-control-label,
.lang-rtl .checkout-step #login-form .form-control-label {
  text-align: right;
}

.lang-rtl .checkout-step .step-number {
  padding: 0 0 0 15px;
}

.lang-rtl .checkout-step.-reachable.-complete h1 .step-edit {
  margin-right: auto;
  margin-left: 0;
}

.lang-rtl .products-selection .dropdown-menu {
  left: auto;
  right: 0;
}

.lang-rtl .products-selection label {
  padding: 0 0 0 4px;
}

.lang-rtl .select-title {
  padding-left: 35px;
  padding-right: 12px;
}
.lang-rtl .select-title i {
  right: auto;
  left: 0;
}

.lang-rtl .sort-by-row .pagination {
  margin: 0 auto 0 0;
}

@media (min-width: 769px) {
  .lang-rtl .header_user_info a {
    padding: 0 0 0 15px;
  }
}

.lang-rtl .btn:before,
.lang-rtl .btn-primary:before,
.lang-rtl .btn-secondary:before,
.lang-rtl .btn-tertiary:before {
  margin: 0 0 0 12px;
}

.lang-rtl .block-promo .promo-input {
  padding: 0 12px 0 110px;
}
.lang-rtl .block-promo .promo-input + button {
  right: auto;
  left: 0;
}

.lang-rtl .instafeed_item .instafeed_count:before {
  padding: 0 0 0 7px;
}

.lang-rtl .grade-stars .star-full {
  left: auto;
  right: 0;
}

.lang-rtl .product-comments-additional-info .reviews_count {
  padding-left: 0;
  padding-right: 7px;
}

.lang-rtl .comment-buttons a {
  margin: 0 0 0 10px;
}

.lang-rtl .comment-buttons i {
  margin: 0 0 0 4px;
}

.lang-rtl .post-comment-buttons .btn-comment {
  margin: 0 15px 0 0;
}

.lang-rtl .products .product-miniature .product-list-reviews > span,
.lang-rtl .products .product-miniature .star-wrapper > span {
  margin-left: 0;
  margin-right: auto;
}

.lang-rtl .list .add-cart i,
.lang-rtl .list .addToWishlist i,
.lang-rtl .list .quick-view i,
.lang-rtl .list .link-view i {
  margin: 0 0 0 8px;
}

.lang-rtl .sidebar .thumbnail-wrapper {
  float: right;
  margin-left: 12px;
  margin-right: 0;
}

.lang-rtl .sidebar .product-flags .new,
.lang-rtl .sidebar .product-flags .online-only,
.lang-rtl .sidebar .product-flags .on-sale,
.lang-rtl .sidebar .product-flags .discount-percentage,
.lang-rtl .sidebar .product-flags .pack {
  left: auto;
  right: -16px;
}

.lang-rtl .home-banner .banner-description {
  padding: 0 2em 0 0;
}

.lang-rtl .payment-logos li {
  margin: 0 10px 0 0;
}

.lang-rtl .panel-product-actions {
  margin-left: 0;
  margin-right: 10px;
}

.lang-rtl .product-variants .control-label {
  padding-right: 0;
  padding-left: 5px;
}

.lang-rtl .wrapper-thumbnails {
  direction: ltr !important;
}
.lang-rtl .wrapper-thumbnails * {
  direction: ltr !important;
}

.lang-rtl #search_filters .facet li {
  padding-left: 0;
  padding-right: 27px;
}

.lang-rtl #search_filters .facet .custom-radio,
.lang-rtl #search_filters .facet .custom-checkbox {
  left: auto;
  right: 0;
}

.lang-rtl #search_filters .facet .facet-label {
  text-align: right;
}

.lang-rtl #search_filters .facet .magnitude {
  float: left;
}

@media (max-width: 991.98px) {
  .lang-rtl #search_filter_controls #_mobile_search_filters_clear_all {
    margin-right: 0;
    margin-left: 5px;
  }
  .lang-rtl #search_filter_controls .ok {
    margin-left: 0;
    margin-right: 5px;
  }
}

.lang-rtl .block-categories .arrows,
.lang-rtl .block-categories .navbar-toggler {
  left: 10px;
  right: auto;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.lang-rtl .block-categories .arrows {
  left: 10px;
}
